I think they will co-exist as separate languages for separate problem-solving approaches. Go has first class support for channels and duck-type interfaces, for starters.
HN user
kumar303
Also, nothing on Firefox OS would stop developers from using any payment processor they wish to. It's all just web technology running on a mobile device so there are many payment providers to choose from, especially for US and European users.
Actually you can [theoretically] put a charge on your phone bill from desktop but there are some open bugs around this and it's not a high priority use case for us. The main case for desktop is credit card processing.
The main reason Mozilla built a payments service and offered a custom library for developers vs. recommending Stripe (etc.) is because no one supported the direct operator billing we needed in our Firefox OS launch countries with a developer friendly interface.
The deal is only for the default engine. Firefox users are still free to switch it to Google, Duck Duck Go, or Yandex or anything
I signed up for a dev unit but the "early prototype" part makes me think it won't work all that well ;) We'll see.
No commercial Firefox OS devices are shipping in any English speaking country. It looks like you're finding community blog posts probably clustered around launch countries. Anyway, press releases are always announced in English here: https://blog.mozilla.org/blog/category/press-releases/
I'll admit I'm somewhat conflicted. You can arrive at similar conclusions thinking about it as child pornography. In both cases it does seem like censoring the material is the right thing to do.
However, my conflict comes from the fact that censorship doesn't really solve the root problem. In child molesters, the problem is better treated in psychiatric care and in extremism the problem is better treated through education, peace, and tolerance.
Yes. Firebase. I think Firebase is interesting because they focus on realtime data which is crucial for a lot of apps these days.
It won't be integrated into Android very well though; you can't kill the process, you can't check its resources, it's not in the task switcher, etc, etc
If you build an app with Cordova you can easily get stuck in their APIs. If you build a Firefox OS web app you get stuck in Mozilla's APIs :) BUT Mozilla is making a strong effort at standardization and is working with Chrome and others to reach consensus. Cordova strays farther away from stable HTML5 APIs than Mozilla does so in Firefox OS you will definitely be building a more webby app. I.E. some HTML5 APIs work great on mobile, no reason to use a custom Cordova one in many cases.
However, if you need rich cross platform support for your app (like iOS) I'd still suggest going with Cordova. There is a Firefox OS backend! https://github.com/apache/cordova-firefoxos
Yeah, a lot of web APIs have implementations that connect directly to the Android equivalent. When writing a web app you'd always use a "web" API though. Some of those APIs are still very new and Chrome and Mozilla haven't reached consensus yet so you'd have to deal with prefixing and what not.
Mozilla's APIs: https://developer.mozilla.org/en-US/docs/Web/API
"The fallout from the Snowden leaks have hurt U.S. technology firms' ability to sell their products overseas"
What an idiotic, capitalistic claim. So Andreeson calls him a traitor because "business is now harder." Huh? Nevermind invasion of privacy and injustice.
"The decision compromises important principles in order to alleviate misguided fears about loss of browser marketshare"
misguided, as in, Firefox wants people to actually use its browser? I'm seriously surprised at some of these idealists failing to understand that normal people just want to watch House of Cards (or whatever) and that's pretty much it. Mozilla can't turn their back on those users.
Can someone copy/paste this into the docs? :) It was really helpful, thanks.
There are many things wrong with this article. You can't hash secrets like this because hash functions are iterative. You should be using HMAC. Here's a good explanation http://benlog.com/2008/06/19/dont-hash-secrets/
I had to make this exact same decision in 2001 and I chose PHP!
I subsequently fell in love with Python and am still active with it today. I think a choice as far back as 2001 doesn't matter too much, programming is programming. However, I feel like I became a better programmer by having to deal with a language as shitty as PHP. There were so many pitfalls that I quickly became an expert at working around them -- this took a lot of painstaking investigation into the inner workings of the language.
Lengthier discussion about it: https://groups.google.com/forum/#!topic/mozilla.dev.webapps/...
I have a sign-up thing that collects emails in case I ever launch it http://recordbox.com/ As I said, has some speed issues.
Dammit. After posting, I caught up with the feed of clips and just bought six records :( It turns up records like this: http://www.youtube.com/watch?v=zCC0wgVXNpc Wat??
It totally would! Licensing is pretty tricky with this sort of thing though. Oftentimes there's some mogul who owns the rights but they won't budge on a price. Then if you use the sample anyway and they'll sue you.
Hah. That would last for days on end.
Cool, thanks for the info! Amazon S3 costs are getting high so it would be nice to get some relief
marketing/PR has been focused on mobile so that we can shift as much focus there as possible. The dilemma is that most devs are not spending time to make their apps work on mobile devices. However, a miniscule amount of people use Firefox OS on their phone so it would have been nice to use desktop apps to bootstrap the ecosystem.
FYI, Web Audio is about to land in Firefox 25 https://bugzilla.mozilla.org/show_bug.cgi?id=779297
actually, arguing that fraud filters must be private is interesting. Would you make the same argument about keeping encryption algorithms private? :) The two concepts are similar but not exactly the same. Unlike encryption algorithms, a fraud filter is not bullet proof. It is just an alert mechanism. So, yeah, it probably needs to be kept secret.
The idea of a completely open company is interesting. Balanced is not completely open (yet?) because there are still financial info and salary info that is not public. Gittip is an example of a fully open organization http://gittip.com/ where every single aspect is open. Personally I work at Mozilla which is not fully open but we strive to be as open as possible. For example, salary info is only public for board members, not all employees. Also, Mozilla needs to keep severe security bugs private until all patches are out in order to minimize wild exploits. It is definitely a challenge to be a fully open company.
or, to put it another way, please stop writing closed source software ;)
To clarify more: Persona is not "moving in this direction," it has always been designed as a completely decentralized identity solution. The Persona server is just a boostrap to get it started so here's what you can do: create as many identity providers as you can! Seriously, put one in every country.
I guess it would use a provided intermediate server like the one Facebook offers: https://developers.facebook.com/docs/howtos/login/login-for-...