Monthly Archive:: May 2009

Sun Shareholders Sue to Block Oracle Acquisition

Sun Microsystems shareholders have filed three separate class action lawsuits to block a $7.4 billion acquisition by Oracle, the company revealed in a 10-Q filing with the Securities and Exchange Commission. The lawsuits allege Sun's board didn't live up to its fiduciary responsibilities to shareholders when it accepted Oracle's acquisition offer, saying "the consideration offered in the proposed transaction is unfair and inadequate."

Industrial-Strength Python Testing Frameworks

The recent emergence of industrial-strength Python testing frameworks means that Python tests are being written more succinctly, more uniformly, and with better reporting of results than ever before. Adopting one of the new generation of Python testing frameworks will provide concise idioms and uniform testing techniques that, in the past, every Python project had to supply for itself.

A Peek at DeviceKit in Fedora 11 and Beyond

Red Hat, which started the HAL project many years ago, has deprecated it in favor of a new initiative called DeviceKit. David Zeuthen, primary developer of DeviceKit, has posted on his blog about the work done by the Red Hat Desktop team in Fedora 11 for improving the storage layer in GNOME by taking advantage of DeviceKit. This includes desktop notification if your hard disk is failing, a desktop utility to handle RAID and LVM storage, a replacement for the venerable gfloppy, and many others. Look at his blog for a number of screenshots showing the details. "The GNOME 2.26 release in Fedora 11 will ship with a completely different stack for handling storage devices. The plan is to land all this work in the upstream GNOME 2.28 release and most of that work is done already."

KDE 4.2.3 Released

It slipped by us, but the KDE team has released another minor bugfix release of KDE 4.2, version 4.2.3, a few days ago. Being a bugfix release, there are few user-visible changes, but still, there are a few things that stand out. "Online IMAP filtering in KMail has been fixed, KMail's system tray icon now reacts to changes to folder properties and updates the number of emails shown there automatically, and bugfixes, performance improvements and optimization in KHTML - painting and interoperability with web standards has been further improved."

OpenOffice.org 3.1 Released

OpenOffice.org 3.1 has been released. "The OpenOffice.org Community is pleased to announce the general availability of OpenOffice.org 3.1, a significant upgrade to the world's leading open-source office productivity suite. Since OpenOffice.org 3.0 was launched last October, over 60 million downloads have been recorded from the OpenOffice.org website alone. Released in more than 90 languages and available as a free download on all major computing platforms, OpenOffice.org 3.1 looks set to break these records." There's a guide to new features, and you can download OpenOffice.org 3.1 here.

Theora Pulling Ahead of H264

Chris Montgomery, otherwise known as Monty, is the founder of Xiph.org foundation and creator of the Ogg container format. He has been sponsored by Red Hat for several years to improve the codec quality of Theora and the next generation version, called Thusnelda, is already proving to be better than H264 as bitrate increases. Monty has posted some test results demonstrating the improvements. Chris Blizzard from Mozilla Foundation has some updates as well.

Scripting the Vim Editor with Vimscript

Vimscript is a mechanism for reshaping and extending the Vim editor. Scripting allows you to create new tools, simplify common tasks, and even redesign and replace existing editor features. This article introduces the fundamental components of the Vimscript programming language: values, variables, expressions, statements, functions, and commands. These features are demonstrated and explained through a series of simple examples.

Teacup, Meet Storm, pt. II: XPM and Intel Support

Windows XP Mode, the virtualisation tool currently in beta for Windows 7, only works on processors with virtualisation extensions, known as AMD-V and Intel VT-x. Microsoft made this clear from the get-go, but still various news websites regurgitated it as "news" yesterday that some Intel processors do not support XPM. Twenty-four hours down the road, and Intel had a few things to say about this.

Behind the Scenes at an iPhone Development House

Collect3 is an Australian iPhone development house that has released a number of successful utilities sold in the App Store. In this lengthy interview two of the founders discuss the pitfalls iPhone developers face and how they managed to find success in the increasingly crowded app store. They also discuss Collect3's sister company, Revolutionary Concepts, which is designed to be a collective to aid aspiring iPhone devs with marketing, know-how and other support.

Microsoft Turns .Net Micro Code, Support Over to Community

"Microsoft is turning the source code for its embedded .Net Micro Framework over to the community and slowly withdrawing from that business, company officials are confirming. On the rumored list of teams most heavily impacted by second wave of Microsoft layoffs announced on May 5 was the .Net Micro Framework team - as well as the related MSN Direct unit. Indeed, both groups were affected, a Microsoft spokesperson confirmed on May 6."

Chrome Users Most Up to Date, Firefox Second

When Google released the first version of its Chrome web browser, many eyebrows were raised over the fact that it updated itself automatically and silently, in the background, without user intervention or even so much as a notice. As it turns out, this has been a brilliant move by Google, as Chrome users are the most likely to have up-to-date installations of their browser, followed at a respectable distance by Firefox users. Safari and Opera trail behind significantly.

Android 1.5: UK Now, US Soon

For users in the United Kingdom, the Cupcake update has already started rolling and will continue to throughout the month. Users in the United States will have to wait until late next week for the updates to begin rolling, but patience is, after all, a virtue. New features include Picasa and YouTube uploads directly from one's phone, and that's spiffy. Cupcakes are quite tasty, so I think.

Debian Switching to EGLIBC

Via LWN, we found a blog post of a Debian maintainer which announces a new package: EGLIBC, a compatible reimplementation of the GNU glibc which "which will soon replace the GNU C Library". Apparently the primary reason is the sadly famous bad maintainership aptitude of Ulrich Drepper, the main libc maintainer.