Darbat 0.2 Released

Darbat, the L4/Darwin port, has just had its second public release. Darbat Release 0.2 boots natively on Apple Intel EFI hardware and offers binary compatibility with Intel OS X applications and IOKit device drivers. Simple Darbat system call performance is comparable with that of Mac OS X 10.4.6. You can download the source or a binary distribution to boot a simple demo on hardware. The release notes contain an overview of the Darbat design and implementation.

Hacking Xandros Desktop 4.0

"Xandros Desktop Home Premium Edition is the most complete desktop GNU/Linux distribution on the market today, but it still has a few holes in it. If you want to play commercial DVD movies, use an unsupported wireless network card, watch WMV video clips, or install software that isn't in Xandros Networks, the default install will not be sufficient. This guide will show you how to add all of these capabilities to your Xandros Desktop Home Edition 4.0 installation."

Review: Apple iWork ’06

PCMag reviews iWork '06. "For word processing, the Apple iWork '06 Pages program is no match for Microsoft Word or ThinkFree Office 3.0. But it's capable, and its ability to create gorgeous documents easily is unequaled on the Mac." My take: I concur. iWork is the best tool for the job when you need to create a document you yourself will distribute physically; however, since iWork uses a closed file format only iWork users can read, distributing it electronically is fairly useless.

SkyOS Gets Desktop Compositing, People Files, More

A set of major changes in SkyOS is now complete. The entire GUI subsystem was rewritten to support desktop composing including flicker free drawing, double buffering, full alpha transparency, plugable composing effects, etc. Secondly, PE support has been dropped completely, and all libraries, applications, drivers, and the kernel are now ELF binaries. Thirdly, everything is now compiled with GCC 4.1.1 and the latest binutils. And last, but personally definitely not least: SkyOS now has support for BeOS people files. Other than the above, a lot of bugs were fixed as well.

PowerMac G5 Hardware Quality Survey

Macintouch has done a hardware quality survey among owners of PowerMac G5s (3000 PowerMacs) regarding hardware quality, support quality, and more. The conclusion: "The Power Mac G5's 17% first-year failure rate remains far higher than the industry average of 5%. If Apple is to maintain its premium pricing, it should provide premium reliability. As things stand, high Power Mac prices must include high warranty service costs built-in. With an overall failure rate of 23%, a quarter of which occur outside of Apple's 1-year warranty, and an average of 1.29 repairs per affected unit implying repeat problems, Power Macs are neither cheap for Apple to service after the sale, nor cheap for buyers. Power comes at a cost." Ok. Run Forrest, run!

Belenix 0.4.4 Released

Belenix 0.4.4 has been released. "This release marks one more important step for OpenSolaris LiveCD performance. After a couple of months of hacking and testing this release includes an enhancement to the HSFS filesystem module that improves CDROM access time by upto 30%. In addition a bunch of work is going around packaging so the next major release should be complete with packaging based on Pkgsrc." Get it at their download page.

Sun Puts Opteron Into Blades

Sun is coming out with the latest of its Opteron-based Galaxy servers, including its first system that will give the hardware maker a presence in the fastest growing and highly competitive blade space. At an event in San Francisco July 11, Sun officials will introduce not only the new Sun Blade 8000, but also another server that can scale to 16 processors and a system code-named Thumper that combines both server and storage capabilities in a single box. There's even a slideshow.

End to Win98 Support May Boost Desktop Linux

From today, Microsoft will no longer issue security updates or provide support for Windows 98 and Windows ME, which could lead users to trying alternative operating systems such as Linux. Eight years after launching Windows 98, Microsoft will finally wash its hands of updating and plugging security gaps in its ageing operating system. The software giant originally planned to pull the plug in January 2004 but decided to extend support because of the increasing threat from Linux.

GCC 4.1.1 Released

The GNU Compiler Collection contains frontends for C, C++, Objective-C, Fortran, Java, and Ada as well as libraries for these languages. In this version: important security improvements on the generated code. Various optimizer improvements. Many Java (GJC) fixes and improvements. Support has been added for the IBM System z9 109, the MorphoSys architecture. Many other changes.

Improving Your Code With Xcode and Static Code Analysis Techniques

"Static analysis refers to a method of examining software that allows developers to discover dangerous programming practices, poor use of language features, or potential errors in source code, without actually running the code. If you use Xcode with C or Objective-C, you can gain real quality improvements by understanding the basics of static analysis techniques and by integrating these techniques into your development process. In this article, we show you how to use GCC to help verify C and Objective-C programs."