Thom Holwerda Archive

Review: Lightweight Linux Distributions

Abandoned Zone reviewed several lightweight Linux distributions, and concluded: "First of all it has to be clear that there's a difference between 'lightweight' and 'lightweight'. Especially Damn Small Linux is very lightweight, but also it's not really usable on 'more recent' systems. It think DSL is perfect for 486 or Pentium 1-based systems but nothing more. At the other side there are Zenwalk and Xubuntu which are pretty heavy lightweight distributions. I think the use of Xfce has something to do with that. All the others are floating between those two extremes."

Dynamically Creating Cocoa Classes

"The new version of F-Script provides syntax for dynamically creating Cocoa classes. This is great for quickly experimenting, prototyping and using Cocoa interactively. You can type a class definition in the F-script console, hit return and immediately start playing with your new class. This article provides a quick introduction to this easy-to-use and powerful feature. You can experiment with it right now by downloading F-Script 2.0 alpha 3 ."

Writing a Kernel Module for FreeBSD

"FreeBSD 7.0 has already been released. If you are a real hacker, the best way to jump in and learn it is hacking together an introductory kernel module. In this article I'll implement a very basic module that prints a message when it is loaded, and another when it is unloaded. I'll also cover the mechanics of compiling our module using standard tools and rebuilding the stock FreeBSD kernel. Let's do it!"

Adieu to the True Audiophile?

Many of us grew up with the idea of the component audio system. A receiver (or a separate preamplifier and amplifier), tuner (radio), record player, tape deck, and later on a CD player. If you were into more fancy stuff, you had a DAT or MiniDisc deck as well. While some of us cling on to this mindset like there's no tomorrow, the real world seems to favour a different method of consuming music. According to Erica Ogg (what's in a name), the component audio system is on its way out - thanks to the iPod and the commoditisation of music.

Review: Equinox Desktop Environment 1.2

The Equinox Desktop Environment is a small memory footprint desktop environment built on top of the extended FLTK toolkit ('Fast Light Tool Kit'). EDE features a desktop, a Windows-like panel with 'start' menu, taskbar, and system tray, support for theming, and graphical front-ends for software installation, xscreensaver configuration, and much more. Linux.com took a look at EDE version 1.2.

Coverity: Open Source Code Quality Up by 16 Percent

Coverity has published the 2008 edition of its Open Source Report. The report uses static code analysis on C, C++, and Java source code to determine the quality of the code. These reports are funded by the US Department of Homeland Security and supported by Stanford University, and are part of the US government's Open Source Hardening Project. The report is based on over two years' worth of data from Coverity Scan.

One Laptop Per Child Goes Version 2.0

The One Laptop Per Child project, including its leader Nicholas Negroponte, has weathered quite a few storms lately. There was a flood of criticism coming from the open source world when Negroponte stated that Windows might become the platform of choice, and when former employee and contributor Ivan Krstic stepped in the round, both the project as well as its leader had to face quite a few harsh words. All this hasn't slowed down the project at all, it seems, as Negroponte just unveiled the plans for version 2.0 of the OLPC. Instant update: There's a video of the unveiling too.

Shuttleworth, Seigo Discuss Synchronised Release Cycles

Back in April 2008, Canonical's Mark Shuttleworth pitched the idea of major open source projects synchronising their release cycles on a 6 month period. Projects like gcc, the Linux kernel, GNOME, KDE, as well as the distributions, would work out an acceptable release schedule. It would allow for easier collaboration between the various projects, and hardware vendors would be better able to support Linux since all major distributions would ship with the same kernel version.

It’s Time to Retire ‘Ready for the Desktop’

It's one of those catch phrases that never really seems to die out. Wherever you look in the operating systems world, at personal blogs written in crummy English, or at high-profile quality websites, there is bound to be someone, somewhere who used it. Even I, myself, used it in articles in a far and distant past, and I'm not particularly proud of it. "Ready for the desktop" is no longer acceptable - in fact, it's on its way out.

Where Is WinFS Now?

Back when Windows Vista was still known as Windows Longhorn, the operating system contained a very interesting and promising feature, a feature promoted as one of the 'pillars' of Longhorn: WinFS. WinFS was a storage subsystem for Windows, based on a relational database, that could contain whatever data you wanted to put in it. Thanks to the relational properties of the database, you could then create relationships between data, or let the computer do that for you.

Interview: Kevin Musick, BeServed; Haiku Code Drive 2008

BeOS (and Haiku) has a very powerful filesystem, thanks mostly to its extensive use of attributes and live queries to search through these attributes. In order to access these powerful features over a network, you need a network file system that also supports attributes and queries - cue BeServed, Kevin Musick's network file system. A few weeks ago, the code to BeServed was donated to the Haiku project as open source under a MIT license, so HaikuNews and OSNews decided to interview Kevin Musick together. In addition, Haiku launched the Haiku Code Drive 2008.