Domain: mozilla.org
Stories and comments across the archive that link to mozilla.org.
Stories · 1,238
-
How Paid Apps On Firefox OS Will Work
An anonymous reader writes "Mozilla has put up a blog post about how building a paid app will work for Firefox OS. The Firefox Marketplace will host web apps, and Mozilla is quick to point out that the apps won't lock you into Firefox OS. They will use the receipt protocol, which other devices can support. If they end up doing so, users could buy the app just once and run it anywhere. 'There is, of course, a chicken vs. egg problem here so Mozilla hopes to be the egg that helps prove out the decentralized receipt concept and iterate on the protocol. Mozilla invites other vendors to help us work on getting receipts right so that paid apps are as portable and "webby" as possible.' Mozilla has a JavaScript API for exposing device receipts, and a client-side library can then contact a verification service URL from the receipt." Somewhat related: a recent panel at Mobile World Congress consisted of representatives for Firefox OS, Ubuntu for Phones, and Sailfish OS. They spoke about the need for alternatives to Android and iOS, and how manufacturers and carriers actually seem eager to use these new operating systems to differentiate their products -
A Few Improvements for Firefox's Android UI
The latest Firefox for Android nightly build now features a number of changes to the UI with the goals of "...keeping a clear distinction between different types of tabs; making better use of the screen real estate on different form-factors and orientations; and being more compliant with Android’s design language. ... the tabs tray is now divided into sections for each type of tab — regular, private, and remote — so that you always keep things separate and organized. Furthermore, once you select a private tab, the main toolbar becomes dark as a clear sign that you're in a different browsing mode. ... We now use a horizontal scrolling tabs tray whenever it improves our use of the screen space. This is achieved with a TwoWayView ... We've recently landed a new skin for Firefox for Android that is more aligned with Android's Holo design language. Almost all textures and gradients were replaced by flat colors giving a much lighter feel to the browser." -
18 Carriers Sign Up for Firefox OS Phones
Several readers sent word of a Mozilla announcement that 18 carriers have committed to launching phones running Firefox OS. The carriers are primarily from markets in South America and Europe. They include Deutsche Telekom, Telefonica, and Sprint. The devices running Firefox OS will be made by LG, ZTE, Huawei, and Alcatel, and all will be powered by a Qualcomm Snapdragon chipset. The new mobile operating system is built to allow HTML5 apps to run directly on the device, a solution Mozilla thinks will give it an edge when playing catch-up to all the software available for Android and iOS devices. "Developers are busy and don't have time to learn a new programming language. We believe that the only remaining eco-system is the web and there are more developers for the web than for any other platform in the world," said Jay Sullivan. According to Reuters, "Mozilla will initially look to compete in so-called 'emerging economies' in Latin America, Eastern Europe and Asia, where many people still use older phone models and have yet to upgrade to more expensive smartphones that feature touchscreens and high-speed Internet connections." -
Firefox Will Soon Block Third-Party Cookies
An anonymous reader writes "Stanford researcher Jonathan Mayer has contributed a Firefox patch that will block third-party cookies by default. It's now on track to land in version 22. Kudos to Mozilla for protecting their users and being so open to community submissions. The initial response from the online advertising industry is unsurprisingly hostile and blustering, calling the move 'a nuclear first strike.'" -
Firefox 19 Launches With Built-In PDF Viewer
An anonymous reader writes "Mozilla on Tuesday officially launched Firefox 19 for Windows, Mac, Linux, and Android. The improvements include a built-in PDF viewer on the desktop and theme support as well as lower CPU requirements on Google's mobile platform. You can see the official changelogs here: desktop and Android." -
Firefox 19 Launches With Built-In PDF Viewer
An anonymous reader writes "Mozilla on Tuesday officially launched Firefox 19 for Windows, Mac, Linux, and Android. The improvements include a built-in PDF viewer on the desktop and theme support as well as lower CPU requirements on Google's mobile platform. You can see the official changelogs here: desktop and Android." -
Firefox 19 Launches With Built-In PDF Viewer
An anonymous reader writes "Mozilla on Tuesday officially launched Firefox 19 for Windows, Mac, Linux, and Android. The improvements include a built-in PDF viewer on the desktop and theme support as well as lower CPU requirements on Google's mobile platform. You can see the official changelogs here: desktop and Android." -
Ask Slashdot: Do Most Programmers Understand the English Language?
Shadoefax writes "I have been developing Firefox add-ons for several years and all so far submitted to AMO have been translated (localized) into several different languages. My latest add-on is geared more to the web developer as opposed to the average web browsing user. (It is a utility for examining JavaScript Objects and their methods and properties.) By my reckoning, I believe JavaScript, HTML, CSS and the DOM are all pretty much designed to be easily understood by English language readers. My question is this: Can I assume that most programmers understand the English language well enough that I may forego localizing the UI? While this will save time, effort and bloat, it may also restrict the usage of (what I hope) is a useful tool for developers." Reader Cenan provides an interesting response from the perspective of a developer for whom English is not a first language:
"I am a developer, and happen to speak english as a second language. As much as I find it's helpful to my users to have the program's text information presented to the user in their native tongue, I really hate it if the tools I use speak to me in my native language.
Some vital parts of exceptions tend to get mangled when being translated, and you can't search for relevant information regarding whatever obscure failure you're experiencing unless you translate it back. And Google Translate doesn't do very well with technical terms.
It is especially unhelpful when the exception has been re-thrown from somewhere deep down, and is being presented with some parts translated, some parts not (I'm looking at YOU Microsoft; "Was this exception text helpful to you?" ( ) No ( ) No (x) Hell No!)"
Reader tlambert recommends such a tool only if it doesn't have end-user exposure:
Google translate will do the job well enough for non-English speakers, and almost every programmer is an English speaker in any case - or used to Google translations of CS technical papers, in any case.
If there's actually UI being exposed to an end user rather than a program, then of course there should be some way to localize the end user exposed content, although you should expect that most users won't end up using it, and will opt for English instead, unless it's for data input for text data for storage and retrieval.
For better or for worse, the primary language for IT is English. I generally think it's for the better, since there are concepts that the English language is better suited to representing, either natively, or with coined words/terms/phrases and/or "borrow words". For the last, French is probably the worst language, since they have "language police" whose sole reason for existing is to prevent "borrow words" entering the French language and "contaminating" it. The next most comparable language for "purity" is Japanese, which was represented by Matsumata Ohta when he attempted to prevent the C-J-K unification of the Unicode standard, and eventually got his way by pushing another Unicode code page so that you could, for example, grep -v the Chinese text out of a Chinese textbook on Japanese poetry. Double the storage size for a wchar_t, just so that they could keep the languages distinct in both encoding and rendering, rather than just in rendering.
Reader dejanc responds with an analogy:
"Being a programmer and not understanding English is like being a historian writing papers on the Roman Empire and not knowing Latin. There is a lot of programmers out there who don't understand English or are not comfortable with it, but as a rule, they are not that good.
You have to learn our profession somehow. Yeah, you can learn C or Java from a book written in your native language, but most APIs out there are documented only in English. If you don't speak English, then your resources are severely limited.
That being said, if you can do localization, do it. Localization is usually very easy and doesn't require much bloat. You can have volunteers do the actual translation, you just need to get the strings ready, so it shouldn't be more than a couple of hours of your time.
Some talented programmers are just not talented for learning languages, or prefer to have UI in their own language. They are the ones who Google Translate documentation online, so you'll be doing them a favor." -
Firefox and Chrome Can Talk To Each Other
The Firefox and Chrome teams have announced that their respective browsers can now communicate with each other via WebRTC for the purpose of audio and video communication without needing a third-party plugin. WebRTC is a new set of technologies that brings clear crisp voice, sharp high-definition (HD) video and low-delay communication to the web browser. From the very beginning, this joint WebRTC effort was embraced by the open web community, including engineers from the Chrome and Firefox teams. The common goal was to help developers offer rich, secure communications, integrated directly into their web applications. In order to succeed, a web-based communications platform needs to work across browsers. Thanks to the work and participation of the W3C and IETF communities in developing the platform, Chrome and Firefox can now communicate by using standard technologies such as the Opus and VP8 codecs for audio and video, DTLS-SRTP for encryption, and ICE for networking. To try this yourself, you’ll need desktop Chrome 25 Beta and Firefox Nightly for Desktop. In Firefox, you'll need to go to about:config and set the media.peerconnection.enabled pref to "true." Then head over to the WebRTC demo site and start calling." -
Firefox and Chrome Can Talk To Each Other
The Firefox and Chrome teams have announced that their respective browsers can now communicate with each other via WebRTC for the purpose of audio and video communication without needing a third-party plugin. WebRTC is a new set of technologies that brings clear crisp voice, sharp high-definition (HD) video and low-delay communication to the web browser. From the very beginning, this joint WebRTC effort was embraced by the open web community, including engineers from the Chrome and Firefox teams. The common goal was to help developers offer rich, secure communications, integrated directly into their web applications. In order to succeed, a web-based communications platform needs to work across browsers. Thanks to the work and participation of the W3C and IETF communities in developing the platform, Chrome and Firefox can now communicate by using standard technologies such as the Opus and VP8 codecs for audio and video, DTLS-SRTP for encryption, and ICE for networking. To try this yourself, you’ll need desktop Chrome 25 Beta and Firefox Nightly for Desktop. In Firefox, you'll need to go to about:config and set the media.peerconnection.enabled pref to "true." Then head over to the WebRTC demo site and start calling." -
Mozilla Named 'Most Trusted Internet Company For Privacy'
redletterdave writes "Mozilla announced on Tuesday that it has been named the 'Most Trusted Internet Company For Privacy' in 2012, according to a new independent study released by the Ponemon Institute early this morning (PDF). Ponemon Institute surveyed more than 100,000 adult-aged consumers over a 15-week period ending in December 2012; of the 6,704 respondents, representing 25 different industries, Mozilla was ranked the top Internet and social media company. While this is a great achievement for Mozilla, especially considering this was their first year making the list, Mozilla's team took note of the fact that 'Internet and social media' was still the least trustworthy sector out of the 25 total industries listed. 'It means we as an industry all have a lot more work to do,' Mozilla wrote on its blog." -
Firefox OS Smartphones Arriving For Developers
Nerval's Lobster writes "For quite some time Mozilla has been working on Firefox OS, a lightweight mobile OS built in HTML5. Now it's whipped the curtain back from the first developer preview phones. The developer preview phones are unlocked, requiring the user insert their own SIM card. If those specs seem a little underpowered compared to other smartphones on the market, it's because Firefox OS is intended for lower-end smartphones; target markets include developing countries such as Brazil and China. (The first developer preview phones will be available in February.) The Firefox OS (once known as 'Boot to Gecko') is based on a handful of open APIs. The actual interface is highly reminiscent of Google Android and Apple iOS, with grids of icons linked to applications." The specs really aren't that bad; reader sfcrazy points out that they include the usual features baked into medium- and high-end phones these days: Wifi N, light and proximity sensors, and an accelerometer (though no mention of NFC). -
Apple and Mozilla Block Vulnerable Java Plug-ins
hypnosec writes "Following news that a Java 0-day has been rolled into exploit kits, without any patch to fix the vulnerability, Mozilla and Apple have blocked the latest versions of Java on Firefox and Mac OS X respectively. Mozilla has taken steps to protect its user base from the yet-unpatched vulnerability. Mozilla has added to its Firefox add-on block-list: Java 7 Update 10, Java 7 Update 9, Java 6 Update 38 and Java 6 Update 37. Similar steps have also been taken by Apple; it has updated its anti-malware system to only allow version 1.7.10.19 or higher, thereby automatically blocking the vulnerable version, 1.7.10.18." Here are some ways to disable Java, if you're not sure how. -
Firefox 18 Launches With Faster IonMonkey-Enabled JavaScript, Built-In PDF Viewe
An anonymous reader writes "Mozilla on Tuesday officially launched Firefox 18 for Windows, Mac, Linux, and Android. The improvements include a new JavaScript compiler, a built-in PDF viewer, as well as Retina and touch support. The release notes are available, as is a list of changes for devs." -
Firefox 18 Launches With Faster IonMonkey-Enabled JavaScript, Built-In PDF Viewe
An anonymous reader writes "Mozilla on Tuesday officially launched Firefox 18 for Windows, Mac, Linux, and Android. The improvements include a new JavaScript compiler, a built-in PDF viewer, as well as Retina and touch support. The release notes are available, as is a list of changes for devs." -
Mozilla Combines Social API and WebRTC
theweatherelectric writes "Mozilla has put together a demo which combines WebRTC with Firefox's Social API. Over on Mozilla's Future Releases blog, Maire Reavy writes, 'WebRTC is a powerful new tool that enables web app developers to include real-time video calling and data sharing capabilities in their products. While many of us are excited about WebRTC because it will enable several cool gaming applications and improve the performance and availability of video conferencing apps, WebRTC is proving to be a great tool for social apps. Sometimes when you're chatting with a friend, you just want to click on their name and see and talk with them in real-time. Imagine being able to do that without any glitches or hassles, and then while talking with them, easily share almost anything on your computer or device: vacation photos, memorable videos — or even just a link to a news story you thought they might be interested in – simply by dragging the item into your video chat window.'" -
Mozilla Combines Social API and WebRTC
theweatherelectric writes "Mozilla has put together a demo which combines WebRTC with Firefox's Social API. Over on Mozilla's Future Releases blog, Maire Reavy writes, 'WebRTC is a powerful new tool that enables web app developers to include real-time video calling and data sharing capabilities in their products. While many of us are excited about WebRTC because it will enable several cool gaming applications and improve the performance and availability of video conferencing apps, WebRTC is proving to be a great tool for social apps. Sometimes when you're chatting with a friend, you just want to click on their name and see and talk with them in real-time. Imagine being able to do that without any glitches or hassles, and then while talking with them, easily share almost anything on your computer or device: vacation photos, memorable videos — or even just a link to a news story you thought they might be interested in – simply by dragging the item into your video chat window.'" -
Mozilla Combines Social API and WebRTC
theweatherelectric writes "Mozilla has put together a demo which combines WebRTC with Firefox's Social API. Over on Mozilla's Future Releases blog, Maire Reavy writes, 'WebRTC is a powerful new tool that enables web app developers to include real-time video calling and data sharing capabilities in their products. While many of us are excited about WebRTC because it will enable several cool gaming applications and improve the performance and availability of video conferencing apps, WebRTC is proving to be a great tool for social apps. Sometimes when you're chatting with a friend, you just want to click on their name and see and talk with them in real-time. Imagine being able to do that without any glitches or hassles, and then while talking with them, easily share almost anything on your computer or device: vacation photos, memorable videos — or even just a link to a news story you thought they might be interested in – simply by dragging the item into your video chat window.'" -
Firefox 18 Beta Out With IonMonkey JavaScript Engine
An anonymous reader writes with a quick bite from The Next Web about the latest Firefox beta, this time featuring some under-the-hood improvements: "Mozilla on Monday announced the release of Firefox 18 beta for Windows, Mac, and Linux. You can download it now from Mozilla.org/Firefox/Beta. The biggest addition in this update is significant JavaScript improvements, courtesy of Mozilla's new JavaScript JIT compiler called IonMonkey. The company promises the performance bump should be noticeable whenever Firefox is displaying Web apps, games, and other JavaScript-heavy pages." -
Firefox 18 Beta Out With IonMonkey JavaScript Engine
An anonymous reader writes with a quick bite from The Next Web about the latest Firefox beta, this time featuring some under-the-hood improvements: "Mozilla on Monday announced the release of Firefox 18 beta for Windows, Mac, and Linux. You can download it now from Mozilla.org/Firefox/Beta. The biggest addition in this update is significant JavaScript improvements, courtesy of Mozilla's new JavaScript JIT compiler called IonMonkey. The company promises the performance bump should be noticeable whenever Firefox is displaying Web apps, games, and other JavaScript-heavy pages." -
Firefox 18 Beta Out With IonMonkey JavaScript Engine
An anonymous reader writes with a quick bite from The Next Web about the latest Firefox beta, this time featuring some under-the-hood improvements: "Mozilla on Monday announced the release of Firefox 18 beta for Windows, Mac, and Linux. You can download it now from Mozilla.org/Firefox/Beta. The biggest addition in this update is significant JavaScript improvements, courtesy of Mozilla's new JavaScript JIT compiler called IonMonkey. The company promises the performance bump should be noticeable whenever Firefox is displaying Web apps, games, and other JavaScript-heavy pages." -
Mozilla Dropping 64-Bit Windows Nightly Builds For Now
hypnosec writes "Plans for 64-bit Firefox for Windows have been put on hold by Mozilla in a bid to concentrate more on the 32-bit version. Eliminating the 64-bit nightly builds was proposed by Benjamin Smedberg, a Firefox developer, last week. Some of the reasons Smedberg cited include missing plugins for 64-bit version; lack of windowproc hooking which facilitates smooth functioning of whatever plugins are available; and the inability to work on the crash reports submitted for the 64-bit versions because they were not on high priority. The proposal, it seems, has been accepted as is evident from this bug report." The bug tracking system seems unable to differentiate between 64-bit and 32-bit builds, causing a few issues since Windows 64-bit builds are much buggier. They also intend to reintroduce 64-bit Windows nightlies some time next year. -
Firefox 17 Launches With Click-to-Play Plugin Blocks
An anonymous reader writes "As expected, Mozilla on Tuesday officially launched Firefox 17 for Windows, Mac, and Linux. The biggest addition in this release is click-to-play plugins, announced back in October. In short, the addition means Mozilla will now prompt Firefox users on Windows with old versions of Adobe Reader, Adobe Flash, and Microsoft Silverlight (more will be added eventually)." The release notes are available, as is a list of changes for devs. Firefox for Android got a new release as well (notes). -
Firefox 17 Launches With Click-to-Play Plugin Blocks
An anonymous reader writes "As expected, Mozilla on Tuesday officially launched Firefox 17 for Windows, Mac, and Linux. The biggest addition in this release is click-to-play plugins, announced back in October. In short, the addition means Mozilla will now prompt Firefox users on Windows with old versions of Adobe Reader, Adobe Flash, and Microsoft Silverlight (more will be added eventually)." The release notes are available, as is a list of changes for devs. Firefox for Android got a new release as well (notes). -
Firefox 17 Launches With Click-to-Play Plugin Blocks
An anonymous reader writes "As expected, Mozilla on Tuesday officially launched Firefox 17 for Windows, Mac, and Linux. The biggest addition in this release is click-to-play plugins, announced back in October. In short, the addition means Mozilla will now prompt Firefox users on Windows with old versions of Adobe Reader, Adobe Flash, and Microsoft Silverlight (more will be added eventually)." The release notes are available, as is a list of changes for devs. Firefox for Android got a new release as well (notes). -
Firefox 17 Launches With Click-to-Play Plugin Blocks
An anonymous reader writes "As expected, Mozilla on Tuesday officially launched Firefox 17 for Windows, Mac, and Linux. The biggest addition in this release is click-to-play plugins, announced back in October. In short, the addition means Mozilla will now prompt Firefox users on Windows with old versions of Adobe Reader, Adobe Flash, and Microsoft Silverlight (more will be added eventually)." The release notes are available, as is a list of changes for devs. Firefox for Android got a new release as well (notes). -
Mozilla Makes Prototype of Firefox OS Available
Thinkcloud writes "Even though the operating system hasn't arrived in a version for smartphones and tablets just yet, Firefox OS is available as a prototype module that you can run on Windows, Mac or Linux computers (download page). The initial Firefox OS phones are expected to arrive in 2013, and it's been reported that Alcatel and ZTE are the first manufacturers on board." -
Mozilla Makes Prototype of Firefox OS Available
Thinkcloud writes "Even though the operating system hasn't arrived in a version for smartphones and tablets just yet, Firefox OS is available as a prototype module that you can run on Windows, Mac or Linux computers (download page). The initial Firefox OS phones are expected to arrive in 2013, and it's been reported that Alcatel and ZTE are the first manufacturers on board." -
Nokia Releasing Maps for Competing Devices
another random user writes with news about Nokia's Meego/Winphone mapping application being ported to other systems, including Mozilla's Firefox OS. From the article: "Here Maps will initially be released on Apple iOS devices offering downloadable street plans for offline use, and audio-based directions for pedestrians. Nokia is also developing a version for Mozilla's forthcoming Firefox operating system, and will release software tools to allow third parties to make use of its data on Android devices. The move is designed to help the firm compete against Google's rival product." -
The Shumway Open SWF Runtime Project
theweatherelectric writes "Mozilla is looking for contributors interested in working on Shumway. Mozilla's Jet Villegas writes, 'Shumway is an experimental web-native (Javascript) runtime implementation of the SWF file format. It is developed as a free and open source project sponsored by Mozilla Research. The project has two main goals: 1. Advance the open web platform to securely process rich media formats that were previously only available in closed and proprietary implementations. 2. Offer a runtime processor for SWF and other rich media formats on platforms for which runtime implementations are not available.'" See also: Gnash and Lightspark. -
The Greatest Battle of the Personal Computing Revolution Lies Ahead
As tablets and computer-phones flood the market, the headlines read: "The Personal Computer is Dying." But they are only half true: an artifact of the PC is dying, but the essence of the PC revolution is closer to realization than ever before, while also being closer to loss than ever before.Certainly one way to define the Personal Computer stems from the era of the IBM PC: a gray box with a monitor, mouse, and keyboard (or a laptop). But the idea of the Personal Computer dates back quite a while — back to Alan Kay's Dynabook, the Lisp Machine, etc.
The Apple Knowledge Navigator provided a vision of personal computing far more dynamic than that dull gray box. Although still a pale comparison, tablet and phone platforms are beginning to look awfully similar.
The essence of those pre-PC Personal Computers was that of the user controlling the device. You control the data, you control the software; the Personal Computer is a uniquely personal artifact that the user adapts to his own working style. One consequence of this is that creating is as easy (perhaps easier) as consuming content. Another nice side effect is that your data remains private by virtue of local storage.
In many ways, then, a tablet or phone comes significantly closer to a personal computer than that dull gray box under your desk. For example, on Android, the screen ceases to be a place to throw icons and becomes a rich canvas of widgets. Additionally, my phone fits into my pocket and is always there. Ubiquitous cellular coverage gives me access to my data from most anywhere. The touchscreen and interface conventions make direct manipulation shine in a way you just can't get from a screen two feet away on a desk.
And, those are just superficial improvements over the desktop. Albeit tied to proprietary services, Google's voice search and Siri are inching closer to the dream of personal Intelligent Agents reminding us all that our mothers called us earlier today and want us to pick up the birthday cake for the surprise party With a few taps I can search basically all of my data, not to mention the collective knowledge of mankind.
But the software running on these devices has a dark side. Want to access your music collection the go? You have to get it from Google Play. Want to have lightweight instant messaging? You have to use GTalk. Or take ebook readers (certainly personal devices): that book you just downloaded to your Kindle is DRMed and stuck there! That intelligent agent? Apple records everything you bark at her and can take her away at a moment's notice.
Furthermore, the software on these devices is geared almost exclusively toward content consumption. You can listen to music all day long, but don't try multi-track recording. That ebook reader is great for reading, but you can't scratch notes in the margins of any of your books or sit down with one and scrawl out your latest manuscript. Clearly, some of this is from the youth of these new systems, but it is distressing to see them geared first toward consumption (the Newton, for example, was geared from the start as a device for creation).
The "cloud" as implemented by Amazon, Google, Apple, et al. is a distinct threat to the personal computer. Loss of control over our own data is perhaps the worst part of the cloud. We're easily seduced by genuinely useful features like access to our contacts and music from any device without having to manually sync anything. It's certainly more convenient to purchase a digital movie on Amazon Prime than to hunt down a DVD, and Netflix is definitely nicer for most people than cable television. But when you buy a movie on Amazon, you don't really own it.
Underlying many of these cloud services (especially media-related ones) is Digital Restrictions Management. Whether it be the files themselves or the protocol used to transmit data, DRM is used to control what you can do with your data, restricting even what programs you can use to interact with seemingly neutral files. Worse, networked DRM services can and have led to lost data when it is no longer profitable for the company to run the verification servers.
The only copying that DRM discourages effectively is the sneakernet. And, given that the sneakernet has existed since recordable media has existed, it doesn't seem like the sneakernet is really much of a threat to creative business. I might lend a friend a CD (or even let her copy a few files), but just as I don't unwrap that CD and torrent it through The Pirate Bay, I'm not going to download a movie from Amazon and do the same. There's really no incentive to do so, for most people — most people pirate because that's what you have to do to get the media you want, not because you have a compulsive desire to share things with your closest 10,000 friends.
In order to prevent what is effectively sharing between actual friends, pushers of DRM-infected data want us to completely cede control of our own data!
And they have made people accept it: Steam, Netflix, and Amazon Prime are wildly popular. All of those services are great ideas, but all of them treat you as if you were a criminal.
Worse yet, the spread of Software-as-a-Service is returning us to the bad old days: that powerful PC in your pocket is quickly becoming no more than a glorified terminal. The open peer-to-peer network is being subverted from an enabler of collaboration never before seen into yet another scheme to tether users to proprietary, centralized services. And, as SaaS expands, privacy recedes. No longer is it implicit that your documents are yours alone; now you write and store things using Google Docs and have no expectation of privacy (legally), despite expecting privacy. Amazon knows what you read; Netflix knows what you watch; Google knows what you visit.
Control over the programs you run, and more importantly can write, is key to a personal computer being personal. And it seems absurd that that right might be taken away, but behold: the iPhone and soon Mac Store are these mythical walled gardens. You have to subvert your device to gain real control! And the natural path for Apple is to restrict Macs similarly to iOS devices.
And so we are all-too-near an Orwellian nightmare where vendors dictate what we can do with and how we can use our own data.
But what about the hardware itself? It could be argued that a device isn't really personal for some set of people if they can't change all of the software. Here too we see some promise, and some pitfalls.
The shift to tablet and phone hardware has meant a shift from x86 machines running PC BIOS to thousands of ARM boards, each with its own peculiar way of being programmed. Things you take for granted on x86, like being able to even boot, require custom code. And let's not even begin talking about all of the DSPs and co-processors. Vendors aren't always forthcoming with documentation for their boards, and, even worse, those that do port Linux to their hardware often blatantly violate the GPL and do not distribute kernel sources. This restricts the utility of perfectly fine hardware: often to the detriment of the user and to the benefit of the manufacturer.
Anyone who finds they can't upgrade to the latest version of Android because their vendor won't support it, and the community cannot support it because of non-free drivers, knows what losing control over their hardware is like (RIP HTC Dream).
It might seem like a minor setback ("I guess I have to buy a new phone"), but the lack of specifications or support marginalizes alternative operating systems. There's Meego, Tizen, Open webOS, Firefox OS, SHR, etc., but experimenting with them on your device is a non-starter. Imagine if the x86 were so closed (something we may not have to only imagine much longer): it is doubtful that GNU/Linux or the multitude "alternative" OSes would exist (Atheos, Haiku, L4Linux, even the Hurd). Ever more closed hardware is putting us into a position where two or three companies will dictate everything about the computing experience going forward, with no room for freethinking tinkerers to revolutionize how we interact with our devices.
We are staring at a bleak future, and living in a bleak present in some ways. But there is hope for the battle to be won by the Personal Computer instead of the Terminal.
The Internet is not yet merely glorified cable television. Hypertext, email, instant messaging, trivial file transfer, etc. have revolutionized how mankind communicates (understatement of the decade). Once upon a time the dream was that everyone would be a first-class netizen: your IP was publicly routeable and with a bit of know-how you had a server. Instead, thanks to grossly asymmetric pipes and heavy NATing, it is rare for any individual to run their own servers. Instead we turn to Google, Amazon, et al and cede control over our data.
But now broadband connections are spreading fast (I've gone from 100Kbit/s to 2Mbit/s upstream in three years just with basic service), IPv6 is really here, and software is being written to challenge the centralized "cloud" model being pushed on us from above.
We've had a few victories already: SMTP is still in use, XMPP is the dominant chat protocol (and IRC refuses to die), RSS/Atom aggregation decentralizes news, and the core network protocols are developed in the open.
But Google still controls Android, and myriad services control your data. Part of this is because they have easy client and server interfaces; sure you could run gallery2 and Wordpress on your own server, but I can just snap a photo on my phone and it's up on Facebook 40 seconds later (well, if their app worked, it would be).
Luckily, there are people working on making easy to use "cloud" services. In particular, ownCloud. ownCloud provides a framework for hosting and syncing data between your devices and sharing data with others. The important part is not so much the central server, but the clients they are writing. Eventually, it should be possible to e.g. replace the Google contact/mail/calendar sync and Google Drive, while adding these features to the desktop. Integration in KDE is already underway.
Imagine, instead of being tied to Google you could move the central server to the hosting provider of your wish (or pack up your data and move it to greener pastures if you're not running your own). And, perhaps more subtle (but the real liberation): Your data would be freely movable between all operating systems (interesting that you have to go through hoops to sync your GMail contacts with anything else, and Abandon All Hope Ye who wants to share between an Apple device and anything else). Additionally, the server is designed to respect your privacy (you can e.g. only store encrypted data server-side).
On the hardware side, projects like Firefox OS are very important: having a "mobile" Free Software OS developed in the open might be essential when the dominant open platforms are developed monolithically by corporations with no interest in protecting user control of data.
And then for developing the next generation of devices, folks like Rhombus Tech are pushing for the development of interchangeable CPU boards for embedded devices, and the FSF is expanding their focus to include open hardware.
There are two serious threats that would undermine any resistance: IPv4 exhaustion and draconian content policing. The former issue is technical and likely to solve itself: in the long run multi-level NAT would be too costly, switching hardware will be replaced as it is obsoleted, etc. The latter is political and represents the most serious threat of all. If we cannot communicate freely and the pipes are owned by the very organizations whose business interests will be harmed... we've already seen how brazen the current IP regime can be, and it will take vigilance on the part of many to prevent them from having their way.
Where will we be in ten years? If Google, Amazon, Apple, and Old Media get their way, in a new dark age of computing. Certainly, you'll have a fancy tablet and access to infinite entertainment. But you will own nothing. Sharing data will be controlled by a chosen few entities, the programs you can run or write will be limited in the name of security, and privacy will be dead.
History shows that personal computing survived despite Apple and Microsoft in the 80s and 90s. So, I'm hopeful that other forces will win: the forces of Free Culture and Free Software. If they succeed (or are at least not crushed), the future is much brighter: most content will be available DRM-free, users will control their computing environments, and the egalitarian promise of the Internet will be realized (in no small part thanks to IPv6).
-
Mozilla Opens the Firefox App Store To Early Testers
SternisheFan sends this quote from ZDNet: "Mozilla has opened its Firefox Marketplace, with Android device owners and developers getting the first access to the browser's app store. The access arrived on Thursday, in the release of the latest 'Aurora' build of Firefox for Android. Aurora is meant for developers and early adopters, as it is the test stream of Mozilla's browser. The storefront lets people find and install web applications delivered via the browser, and gives developers a place to publicize their apps. 'We're hoping that Aurora users, our awesome early adopters, will go experience the Firefox Marketplace on their Android phones and let us know what they think,' Mozilla Labs engineering manager Bill Walker said in a blog post. 'Our goal is to collect as much real-life feedback as possible about the Marketplace's design, usability, performance, reliability, and content.' ... Mozilla said it expects to follow with a Marketplace for the Firefox browser beta and Firefox OS launches next year." -
Mozilla Details How Old Plugins Will Be Blocked In Firefox 17
An anonymous reader writes "Last week, Mozilla announced it will prompt Firefox users on Windows with old versions of Adobe Reader, Adobe Flash, and Microsoft Silverlight to update their plugins, but refused to detail how the system will work. Now, the organization has unveiled 'click-to-play plugin blocks,' which will be on by default in Firefox 17, starting with the three aforementioned plugins. (Expect more to be added eventually.) Furthermore, you can try out the feature for yourself now in Firefox 17 beta for Windows, Mac, and Linux." Also coming in Firefox 17 is support for Mozilla's "Social API." The announcement describes it thus: "Much like the OpenSearch standard, the Social API enables developers to integrate social services into the browser in a way that is meaningful and helpful to users. As services integrate with Firefox via the Social API sidebar, it will be easy for you to keep up with friends and family anywhere you go on the Web without having to open a new Web page or switch between tabs. You can stay connected to your favorite social network even while you are surfing the Web, watching a video or playing a game." -
Mozilla Details How Old Plugins Will Be Blocked In Firefox 17
An anonymous reader writes "Last week, Mozilla announced it will prompt Firefox users on Windows with old versions of Adobe Reader, Adobe Flash, and Microsoft Silverlight to update their plugins, but refused to detail how the system will work. Now, the organization has unveiled 'click-to-play plugin blocks,' which will be on by default in Firefox 17, starting with the three aforementioned plugins. (Expect more to be added eventually.) Furthermore, you can try out the feature for yourself now in Firefox 17 beta for Windows, Mac, and Linux." Also coming in Firefox 17 is support for Mozilla's "Social API." The announcement describes it thus: "Much like the OpenSearch standard, the Social API enables developers to integrate social services into the browser in a way that is meaningful and helpful to users. As services integrate with Firefox via the Social API sidebar, it will be easy for you to keep up with friends and family anywhere you go on the Web without having to open a new Web page or switch between tabs. You can stay connected to your favorite social network even while you are surfing the Web, watching a video or playing a game." -
Mozilla Details How Old Plugins Will Be Blocked In Firefox 17
An anonymous reader writes "Last week, Mozilla announced it will prompt Firefox users on Windows with old versions of Adobe Reader, Adobe Flash, and Microsoft Silverlight to update their plugins, but refused to detail how the system will work. Now, the organization has unveiled 'click-to-play plugin blocks,' which will be on by default in Firefox 17, starting with the three aforementioned plugins. (Expect more to be added eventually.) Furthermore, you can try out the feature for yourself now in Firefox 17 beta for Windows, Mac, and Linux." Also coming in Firefox 17 is support for Mozilla's "Social API." The announcement describes it thus: "Much like the OpenSearch standard, the Social API enables developers to integrate social services into the browser in a way that is meaningful and helpful to users. As services integrate with Firefox via the Social API sidebar, it will be easy for you to keep up with friends and family anywhere you go on the Web without having to open a new Web page or switch between tabs. You can stay connected to your favorite social network even while you are surfing the Web, watching a video or playing a game." -
Mozilla Details How Old Plugins Will Be Blocked In Firefox 17
An anonymous reader writes "Last week, Mozilla announced it will prompt Firefox users on Windows with old versions of Adobe Reader, Adobe Flash, and Microsoft Silverlight to update their plugins, but refused to detail how the system will work. Now, the organization has unveiled 'click-to-play plugin blocks,' which will be on by default in Firefox 17, starting with the three aforementioned plugins. (Expect more to be added eventually.) Furthermore, you can try out the feature for yourself now in Firefox 17 beta for Windows, Mac, and Linux." Also coming in Firefox 17 is support for Mozilla's "Social API." The announcement describes it thus: "Much like the OpenSearch standard, the Social API enables developers to integrate social services into the browser in a way that is meaningful and helpful to users. As services integrate with Firefox via the Social API sidebar, it will be easy for you to keep up with friends and family anywhere you go on the Web without having to open a new Web page or switch between tabs. You can stay connected to your favorite social network even while you are surfing the Web, watching a video or playing a game." -
Small Telescopes Make Big Discoveries
Hugh Pickens writes writes "Hakeem Oluseyi, an astronomer at the Florida Institute of Technology and president of the African Astronomical Society, says his goal is to put one research telescope in every country, starting with African and Southern Hemisphere nations because there is now an amazing opportunity for small telescopes to discover and characterize new planetary systems, as well as measure the structure of the Milky Way. 'Astronomers are no longer looking at high-definition pictures but at HD movies, scanning for objects that change and for transient ones,' says Oluseyi. 'A 4-inch telescope was used to discover the first exoplanet by the transit method, where you watch the brightness vary.' Small telescopes capable to doing real science are a lot cheaper than people think. A 1-meter telescope costs $300,000 but reduce the size by 60 percent, and it falls to just $30,000. For example the Kilodegree Extremely Little Telescope (KELT) uses hardware costing less than $75,000 to look at millions of very bright stars at once, over broad sections of sky, and at low resolution to see if the starlight dims just a little — an indication that a planet has crossed in front of the star. The KELT team has already discovered the existence of a very unusual faraway planet — KELT-1b, a super hot, super dense ball of metallic hydrogen so massive that it may better be described as a 'failed star' and located so close to its star that it whips through an entire 'yearly' orbit in a little over a day." -
Firefox 16 Released: More HTML5 Support
Today Mozilla released the final version of Firefox 16, which includes a number of new tools for developers. "A number of HTML5 code has been 'unprefixed,' which means that Mozilla has decided it has matured enough to run in the browser without causing instability. The newly unshackled HTML5 includes CSS3 Animations, Transforms, Transitions, Image Values, Values and Units, and IndexedDB. Two Web APIs that Mozilla helped to create, Battery API and Vibration API, are also now unprefixed. These changes help keep Firefox competitive, but it also sends a signal to developers that Mozilla thinks these are good enough to begin baking into their sites. It's a strong endorsement of the 'future-Web' tech." Here's the complete change list and the download page. -
Firefox 16 Released: More HTML5 Support
Today Mozilla released the final version of Firefox 16, which includes a number of new tools for developers. "A number of HTML5 code has been 'unprefixed,' which means that Mozilla has decided it has matured enough to run in the browser without causing instability. The newly unshackled HTML5 includes CSS3 Animations, Transforms, Transitions, Image Values, Values and Units, and IndexedDB. Two Web APIs that Mozilla helped to create, Battery API and Vibration API, are also now unprefixed. These changes help keep Firefox competitive, but it also sends a signal to developers that Mozilla thinks these are good enough to begin baking into their sites. It's a strong endorsement of the 'future-Web' tech." Here's the complete change list and the download page. -
Firefox 16 Released: More HTML5 Support
Today Mozilla released the final version of Firefox 16, which includes a number of new tools for developers. "A number of HTML5 code has been 'unprefixed,' which means that Mozilla has decided it has matured enough to run in the browser without causing instability. The newly unshackled HTML5 includes CSS3 Animations, Transforms, Transitions, Image Values, Values and Units, and IndexedDB. Two Web APIs that Mozilla helped to create, Battery API and Vibration API, are also now unprefixed. These changes help keep Firefox competitive, but it also sends a signal to developers that Mozilla thinks these are good enough to begin baking into their sites. It's a strong endorsement of the 'future-Web' tech." Here's the complete change list and the download page. -
Design Principles Behind Firefox OS Explained
At MozCamp Warsaw, a presentation was given on the design principles behind the core Firefox OS experience. Layering of applications (if you're wondering why the Firefox mobile interface has that weird curve by the tab control, you'll find answers here), an emphasis on content over visual frills for their own sake, consistent iconography, and clean typography dominate. -
W3C Releases First Working Draft of Web Crypto API
From David Dahl's weblog: "Good news! With a lot of hard work – I want to tip my hat to Ryan Sleevi at Google – the W3C Web Crypto API First Public Working Draft has been published. If you have an interest in cryptography or DOM APIs and especially an interest in crypto-in-the-DOM, please read the draft and forward any commentary to the comments mailing list: public-webcrypto-comments@w3.org" This should be helpful in implementing the Cryptocat vision. Features include a secure random number generator, key generation and management primitives, and cipher primitives. The use cases section suggests multi-factor auth, protected document exchange, and secure (from the) cloud storage: "When storing data with remote service providers, users may wish to protect the confidentiality of their documents and data prior to uploading them. The Web Cryptography API allows an application to have a user select a private or secret key, to either derive encryption keys from the selected key or to directly encrypt documents using this key, and then to upload the transformed/encrypted data to the service provider using existing APIs." Update: 09/19 00:01 GMT by U L : daviddahl commented: "I have built a working extension that provides 'window.mozCrypto', which does SHA2 hash, RSA keygen, public key crypto and RSA signature/verification, see: https://addons.mozilla.org/en-US/firefox/addon/domcrypt/ and source: https://github.com/daviddahl/domcrypt I plan on updating the extension once the Draft is more settled (after a first round of commentary & iteration)" -
Chrome To Get 'Do Not Track'
puddingebola tips news that support for the 'do-not-track' privacy setting will soon be coming to Google Chrome. The feature was implemented for Chromium v23.0.1266.0 in a recent revision. Google has said DNT will make it into the public release of Chrome by the end of year. This will bring Chrome up to speed with Firefox, which has had it for a while, and IE 10, which will have it turned on by default. As for why Google is the last of the three do implement it, the LA Times points out a post earlier this year from Google's Susan Wojcicki: 'There’s been a lot of debate over the last few years about personalization on the web. We believe that tailoring your web experience — for example by showing you more relevant, interest-based ads, or making it easy to recommend stuff you like to friends — is a good thing.'" -
Opus — the Codec To End All Codecs
New submitter jmv writes "It's official. The Opus audio codec is now standardized by the IETF as RFC 6716. Opus is the first state-of-the-art, fully Free and Open audio codec ratified by a major standards organization. Better, Opus covers basically the entire audio-coding application space and manages to be as good or better than existing proprietary codecs over this whole space. Opus is the result of a collaboration between Xiph.Org, Mozilla, Microsoft (yes!), Broadcom, Octasic, and Google. See the Mozilla announcement and the Xiph.Org press release for more details." -
Apache Patch To Override IE 10's Do Not Track Setting
hypnosec writes "A new patch for Apache by Roy Fielding, one of the authors of the Do Not Track (DNT) standard, is set to override the DNT option if the browser reaching the server is Internet Explorer 10. Microsoft has by default enabled DNT in Internet Explorer 10 stating that it is to 'better protect user privacy.' This hasn't gone down well with ad networks, users and other browser makers. According to Mozilla, the DNT feature shouldn't be either in an active state or an inactive state until and unless a user specifically sets it. Along the same lines is the stance adopted by Digital Advertising Alliance. The alliance has revealed that it will only honor DNT if and only if it is not switched on by default. This means advertisers will be ignoring the DNT altogether no matter how a particular browser is set up. The DNT project has another member – Apache. It turns out that Microsoft's stance is like a thorn to Apache as well. Fielding has written a patch for the web server titled 'Apache does not tolerate deliberate abuse of open standards.' The patch immediately sparked a debate, which instigated Fielding to elaborate on his work: 'The only reason DNT exists is to express a non-default option. That's all it does. [...] It does not protect anyone's privacy unless the recipients believe it was set by a real human being, with a real preference for privacy over personalization.'" -
Firefox 15 Released: Silent Updates, Compressed Textures, Add-on Memory Leak Fix
Mozilla released Firefox 15 today, and it brings a number of interesting changes. First, the browser is finally switching to a "silent" update model, like Chrome. (No doubt in answer to endless complaints about their rapid release cycle.) In addition, Mozilla says they have "now plugged the main cause of memory leaks in Firefox add-ons." Add-ons commonly hold extra copies of sites in memory when they don't need to, and the browser now has a mechanism to detect this and reclaim the memory. Another significant improvement is the addition of native support for compressed textures in WebGL, which is a boost for high-res 3D gaming. Here are release notes for the desktop and mobile versions. -
Firefox 15 Released: Silent Updates, Compressed Textures, Add-on Memory Leak Fix
Mozilla released Firefox 15 today, and it brings a number of interesting changes. First, the browser is finally switching to a "silent" update model, like Chrome. (No doubt in answer to endless complaints about their rapid release cycle.) In addition, Mozilla says they have "now plugged the main cause of memory leaks in Firefox add-ons." Add-ons commonly hold extra copies of sites in memory when they don't need to, and the browser now has a mechanism to detect this and reclaim the memory. Another significant improvement is the addition of native support for compressed textures in WebGL, which is a boost for high-res 3D gaming. Here are release notes for the desktop and mobile versions. -
Firefox 15 Released: Silent Updates, Compressed Textures, Add-on Memory Leak Fix
Mozilla released Firefox 15 today, and it brings a number of interesting changes. First, the browser is finally switching to a "silent" update model, like Chrome. (No doubt in answer to endless complaints about their rapid release cycle.) In addition, Mozilla says they have "now plugged the main cause of memory leaks in Firefox add-ons." Add-ons commonly hold extra copies of sites in memory when they don't need to, and the browser now has a mechanism to detect this and reclaim the memory. Another significant improvement is the addition of native support for compressed textures in WebGL, which is a boost for high-res 3D gaming. Here are release notes for the desktop and mobile versions. -
Firefox 15 Released: Silent Updates, Compressed Textures, Add-on Memory Leak Fix
Mozilla released Firefox 15 today, and it brings a number of interesting changes. First, the browser is finally switching to a "silent" update model, like Chrome. (No doubt in answer to endless complaints about their rapid release cycle.) In addition, Mozilla says they have "now plugged the main cause of memory leaks in Firefox add-ons." Add-ons commonly hold extra copies of sites in memory when they don't need to, and the browser now has a mechanism to detect this and reclaim the memory. Another significant improvement is the addition of native support for compressed textures in WebGL, which is a boost for high-res 3D gaming. Here are release notes for the desktop and mobile versions. -
Mozilla Adds H.264 Support To Android Firefox
sl4shd0rk writes "Chris Double of the Mozilla developer team has (H.264, AAC and MP3) working with the Android version of Firefox on a Nexus S handset. Although a preliminary patch, it looks like it is on track to be included in Firefox 17, which will enter the Aurora channel at the end of the month. It will be some time before being made available to users, so hang in there. A very welcome addition. Thanks Chris!"