Firefox OS: Disruptive By Aiming Low
judgecorp writes "As Apple launches a new slightly-improved iPhone 5, Mozilla CTO Brendan Eich says if you want a really disruptive phone you should look to Firefox OS. It's a low-cost low-end device — and that's the point. It uses standards so should be resistant to patent infringement suits, it will fit on featurephone-grade hardware, and it will run HTML5 apps without the restriction of native apps in an app store. In other words, it's aiming for the next 2 billion smartphone users, people who can't afford the iPhone/Android model." Reader rawkes has some (very warm) thoughts about Firefox OS, too, which helpfully includes both screenshots and a video demo.
Apple will sue
The homepage is a grid of icons with 4 icon dock in the bottom,
It's okay, the icons are round so they should be safe.
Luddite with no data plan here... any kind of data plan that I would consider worth having runs $70+/month - $840/year, I don't really care if the phone is free, I don't want to sign up for a multi-thousand dollar future debt.
If they'd sell me an iPhone with voice only service and let me access WiFi only for my data, I'd be on-board, even at $600 up front, but between now and retirement, a data plan looks like it might add up to the equivalent of a nice cabin cruiser, or a condo on the beach - is checking Google while you're waiting for the check in a restaurant really that valuable to you?
My favourite is the people on /. who still, consistently, claim the RPi is a giant waste of money and that people should just buy old used x86 machines from a dump. It's even more amusing when these people claim such a plan is suitable for stocking a /computer lab/.
I gave up a long time ago reading the comments here to try and get any sort of useful insight, as most of them are people ranting over and over again about how the glory days of the 90s should live on forever, and how anything else is just not worth bothering with.
Possibly a more contextual example to this story is the comparisons to WebOS and the original iPhone's software stack, and how HTML5 apps were a giant disaster on those platforms, as well as the people who claim that HTML isn't a platform and never will be. Well, aside from the fact that people, you know, learn from history's mistakes, turns out there have been major improvements in the last 5 years in computing:
- Huge optimisations in graphics in general, which is really what 99% of consumers care about in terms of their phone experience
- Huge optimisations in layout engines and rendering engines for HTML
- Optimisations in JavaScript runtimes that are now orders of magnitude faster than they were back then, even on the same hardware
- Huge optimisations in memory management
- Several new revisions of the OpenGL API for embedded systems
- SIMD instruction sets for ARM are now widespread
Whether people here like it or not, turns out the web is already a platform. Is it ideal? No. But it's an accessible platform for any reasonably intelligent person to be able to make something half decent, and it seems that far outweighs any sort of technical superiority for a content delivery platform (which is effectively what the web is). To claim the web is not a platform is just outright denial. Zuckerberg has about 900 million reasons why those people are wrong.
(Firefox OS developer here) This is a common misconception, but Chrome OS is a lot different from Firefox OS, at least from an architectural perspective.
Chrome OS is, as you say, an OS that boots into a browser. You're running a full desktop Linux client, including a window manager.
In Firefox OS, the window manager is an HTML page. Gecko (that is, Firefox) shows the window manager. All your apps, are iframes (with special attributes on them). The browser is an app (a special iframe). The browser's tabs are more special iframes inside the browser iframe. There are a lot of iframes in Firefox OS.
Also note that Chrome OS is not targeting smartphones (afaik). It's really quite different.
There's not much I enjoy more than watching their expressions as they go through the various stages of emotion while playing with the devices
1. It starts with mild confusion — a sort of 'Why have you just given me an Android device?' look
2. Following confusion is sudden realisation that this isn't Android, it's built using JavaScript
3. After a short while the excitement starts in a sort of "Holy shit!" mind-blowing moment
So people get a "'Holy shit!' mind blowing moment" because they realise it was programmed in JavaScript instead of Java? That's only because they're programmers, and they know that HTML/JavaScript has historically had shit performance and a crappy UX. Try this with non-programmers, and they will have no reason to be impressed.
Users don't give a fuck whether apps are written in JavaScript or Objective C or Java or C#.
Let's do a car analogy here. Suppose you're at a dealer's lot, checking out a car. You're looking at a car that is totally average. Nothing special, and it even felt a bit sluggish during the test drive. So you're wondering why all your automotive engineer friends are so impressed with it. Then you ask them, and their response is "Did you check out the wiring harness? It's routed really cleanly! And all the drivetrain components are totally modular and extensible!"
This is what it feels like talking to programmers sometimes. It's astonishing how so many programmers just don't get it.
Apple got it. When the iPhone was first announced, Steve Jobs didn't get up on stage and talk for two hours about what language they developed the apps in. The iPhone wasn't awesome because it used Objective C. It was awesome because you could hold a web page in your hand and directly manipulate it with your fingers! It was awesome because pinch and swipe gestures made an app like Google Maps possible on a phone.
What does Firefox OS give users that Android doesn't? All these guys have done is recreate the Android experience using JavaScript. If the users don't know what JavaScript is, why should they care?