Monthly Archive:: February 2009

Amazon Lets Rightsholders Decide on Text-to-Speech

The recent text-to-speech craze dealing with the Kindle 2 eventually got to the top as we all knew it would. Amazon has now released official word that their TTS feature is completely legal, but not to challenge those who were causing a fuss over its legalities earlier. They're stating that they're reprogramming the Kindle's system and are going to let the rightsholders decide whether to allow their book to be read by the Kindle's TTS on a title-by-title basis, and also that Amazon has much commercial interest in the audiobook business and believes that TTS will help the business, not detract from it. In Amazon's own words: "With this new level of control, publishers and authors will be able to decide for themselves whether it is in their commercial interests to leave text-to-speech enabled. We believe many will decide that it is." Phew. Glad that legal squabble has been dealt with. Lawyerless, courtless, suitless resolution; if only all disputes could be solved this way.

AMD Follows in Footsteps of Intel, 32nm by 2010

AMD recently said that they'd be starting onto the 32nm track, beginning production around the fourth quarter of 2010. Intel, on the other hand, has already demonstrated some of its prototypes and will be rolling these babies out to the public come the fourth quarter of-- ah-- this year. AMD isn't manufacturing these chips, however, and is instead laying the load on the newborn Foundry Company, which was created with the help of AMD out of ATI.

Safari 4 Beta: UI Disaster

A few days ago, Apple surprised everyone by releasing the first beta of Safari 4, the company's latest version of their WebKit browser. While I generally love Safari on the Mac (my browser of choice on that side of the fence), I've never felt as comfortable with it on the Windows side of things. In any case, this latest beta has made a very bold move in the interface department, and I'm sad to say that it's not for the better. Let me explain where it went wrong for Apple.

Muglia: Open Source To Permeate Microsoft

Even though some believe that Microsoft's recent patent lawsuit against TomTom is a prelude to an all-out legal assault on Linux, that doesn't stop Bob Muglia, the company's president of Server and Tools Business, to look into the future and state that Microsoft's products will look more and more to open source software. In fact, he predicts most Microsoft products will have open source in them at some point.

Chrome Developer Speaks About Chrome’s Impact, Future

The two major features of chrome when it was released was the multi-process design of the browser, as well as the focus on JavaScript performance. TechRadar has an interview with Lars Bak, the developer who headed the effort behind the v8 JavaScript engine in Chrome. He talks about the impact v8 had on the browser ecosystem, as well as why it is taking so long for Chrome to get third-party plug-in support.

The Return of the Linux Realtime Preemption Tree

The realtime preemption project is a longstanding effort to provide deterministic response times in Linux. But for the last year progress toward getting the realtime work into the mainline has slowed. On February 11, Thomas Gleixner and Ingo Molnar resurfaced with the announcement of a new realtime tree and a newly reinvigorated development effort, LWN has a interviewed them.

New Genode Version Gets Networking, Qt4, More

The Genode project has released the version 9.02 of their Genode OS Framework. This open-source framework allows for creating custom microkernel-based operating systems for executing dynamic application workload while maintaining high security. In addition to the already supported base platforms 32-bit Linux and L4/Fiasco, this release introduces support for the L4ka::Pistachio microkernel. This high-performance kernel implements the latest L4 kernel API and supports a number of advanced features such as multi-processor support and virtualization support. By bringing Genode to this base platform, we will be able to leverage these features in the future. On the functional side, the new release brings two major additions, a basic networking facility and the native port of the Qt4 application framework. Read on about the new features described in the release notes, and download the release 9.02 of the Genode OS Framework.

Microsoft Readying Low-Cost Windows Server OS

Microsoft plans to release "something akin to" a netbook version of Windows, but for servers, not PCs, over the next month or two, Microsoft CEO Steve Ballmer said on a call with members of the financial community on Tuesday. He said that although there is not high demand at the moment for netbook-like server hardware, declining prices in the server market make a low-cost OS an attractive option for customers. "We don't exactly have a netbook phenomenon, but if somebody can buy a $500 server, they're a little loathe to spend $500 for the server operating system that goes with it," Ballmer said. He described the software as a "low-cost, low-price, low-functionality Windows Server SKU" called "Foundation Edition," but did not offer more details.

Microsoft Sues TomTom

As seen in this TechFlash article, Microsoft has launched a patent suit against TomTom, a seller of (Linux-based) navigation devices. "It's believed to be the first time Microsoft has filed a patent suit over Linux, after claiming for years that elements of the open-source operating system violate its patents. However, Microsoft says open-source software is not the intended focal point of the action." The lawsuit focusses on several navigation techniques, and includes a few patents related to Linux. LWN lists the individual patents in question.

Dev Phone 1’s Market Apps Blocked by Google

Developers willing to dish out the $400 required for an unlocked Dev Phone 1 won't be happy to find that access to paid market applications has been disabled by Google. It was possibly done to sloppily patch up a loophole that supposedly gave users of the unlocked phone the ability to download all applications for free. What little information Google would give as to why they made this decision included, "These phones give developers of handset software full permissions to all aspects of the device... We aren't distributing copy protected applications to these phones in order to minimize unauthorized copy of the applications." What makes this more interesting is that, at least according to Engadget, an unlocked original G1 doesn't have this limitation. It's rather ironic that a developer using said phone won't be able to access his or her own paid app. Let's hope Google remedies this quickly as you never know when an angry mob of app-deprived developers will storm the Googleplex with torches and sporks.

X Server 1.6.0 Released

It's arriving about two months later than originally scheduled (and didn't arrive in 2008 like Intel wanted), but X Server 1.6 has been officially released this afternoon and it wasn't 212 days late like the infamous X Server 1.4.1 release. X Server 1.6 introduces the server bits for Direct Rendering Infrastructure 2 (the 3D bits can already be found in Mesa and the Intel driver), X Input 1.5 with device properties, Predictable Pointer Acceleration, and RandR 1.3. Beyond those key features, there are also a number of bug-fixes, EXA improvements, and various other improvements.

The Falcon Programming Language: a brief tutorial

The Falcon Programming Language is a typeless language born for rapid development, prototyping, and ready-made integration. We may also describe Falcon as a "scripting" language with features that enable the programmer to create even complex multi-threaded applications. It mixes several different programming paradigms into an unique blend of constructs, overcoming the limitations and partialities of other languages. The objective of this brief article is to be very practical with code examples as well as step by step simple instructions. Read the full tutorial at Freesoftware Magazine.