Monthly Archive:: August 2009

Stats: Linux Kernel Development Speeds Up

The Linux Foundation has made some analyzation the past two years into just how much code is being added to the project and who is doing that contribution. This year's report is out, and the results are actually quite smile-worthy if you're a Linux advocate: the increase in code contributions is phenomenal, the rate at which these contributions are being submitted is faster, and there are more individual developers than previously.

Some of the Best Free Linux Games

"The many thousands of free games available for Linux has made it difficult to select which ones deserve a special mention. For this article, our objective is not to necessarily select games which have flawless graphics and sound, but instead to identify games which are highly addictive and have great playability. It has taken us weeks of heated discussions to whittle down the games into just 42 titles. We have tried to cover a wide range of game genres. Hopefully there will be something in this article which will be of interest to any type of gamer."

Mozilla Not Satisfied with Microsoft’s Browser Ballot Proposal

Remember the very detailed proposal Microsoft submitted to the European Commission not too long ago about the browser ballot? This was quite the detailed proposal, covering just about every possible aspect of such a ballot screen. Responses were positive from within the EC, but now it seems that according to the Mozilla Foundation, the proposal is not good enough.

PySide: Python for Qt

"The PySide project provides LGPL-licensed Python bindings for the Qt cross-platform application and UI framework. PySide Qt bindings allow both free open source and proprietary software development and ultimately aim to support all of the platforms as Qt itself." Previously, the PyQt bindings were not licensed LGPL. If one wished to make a commercial application, then one previously had to purchase a commercial license for PyQt. Now it is possible to dynamically link to the LGPL-licensed PySide bindings instead. The PySide bindings are API compatible with PyQt.

An Interview with the MenuetOS Developers

MenuetOS is an operating system written entirely in assembly language. As a result it's extremely quick and compact (it can even fit on a floppy disk, despite having a GUI). It can run Quake. Two of the developers behind MenuetOS took time out to talk to GoodGearGuide about what inspired them to undertake the daunting task of writing the operating system, the current state of the OS and future plans for it.

Genode OS Framework 9.08 Pushes Cross-Kernel Portability

Following the three-months release schedule, version 9.08 of the Genode Operating-System Framework has been released, bringing improvements all over the code base and introducing new features such as a dynamic linker, and long desired support for super pages and write-combined I/O access. As described in the release notes, the overall theme of this release had been refinement, resulting in much improved implementations for key parts of the framework. In particular, Genode's synchronization primitives such as locks and signals had received much attention, and the central timer service have been replaced by a much improved implementation.

Interview: Martin Odersky on Scala

Scala looks like it is becoming the web 2.0 darling, popular with Twitter and LinkedIn developers but also heavily utilized in the corporate space. Martin Odersky speaks in detail about the language in this interview. He talks about why it could become the language of choice for social networking platforms, particularly after doing well in the acid test of being used by sites like Twitter and LinkedIn. "Twitter has been able to sustain phenomenal growth, and it seems with more stability than what they had before the switch, so I think that's a good testament to Scala," he said.

Snow Leopard Seeds Use 32bit Kernel, Drivers by Default

Even though Apple has been hyping up the 64bit nature of its ucpoming Snow Leopard operating system, stating it will be the first Mac OS X release to be 64bit top-to-bottom, reality turns out to be a little bit different so far. With the current Snow Leopard seed, only Xserve users get the 64bit kernel and drivers - all other Macs default to 32bit. By holding down the '6' and '4' keys during boot, you can to boot into full 64bit mode - that is, if your Mac supports it. As it turns out, some Macs with 64bit processors cannot use the 64bit kernel because the EFI is 32bit. Note: I should have included in the article that 64bit applications will run just fine (including benefits) on a 32bit kernel in Mac OS X. Since this was already possible in Leopard, I assumed people were well aware of that. Turns out some were not, so my apologies for that.

Moonlight 2.0 Released for All Your Beta Needs

The beta for Moonlight 2.0 is now available. It's considered feature complete and is ready to test against Silverlight 2.0-minded websites. Microsoft has already gone and released Silverlight 3.0, but the Moonlight team is pretty confident that users will generally be able to access most if not all web content while Silverlight 3.0 is still young. Moonlight will ask to update itself to the beta automatically in Firefox, but new users can also download the plugin.

F-Script 2.0 Available

The F-Script project has announced the availability of F-Script 2.0, a set of open source tools for dynamic introspection and scripting of Cocoa objects on Mac OS X. The package provides Mac OS X developers and power users with graphical tools for exploration and interactive manipulation of objects. It also provides programmatic tools for scripting, in the form of a Smalltalk dialect directly hosted on top of the Objective-C runtime. This new version of F-Script introduces major new features including system-wide scripting, dynamic Cocoa class creation, 64-bit support and automatic garbage collection.