InfoWorld Thinks Apple Will Use IBM’s Power5 Sometime in 2005

In a special report on IBM's Power5 Processor family, the bigger, badder cousin of the G5 PowerPC processor Apple uses in Power Mac and iMac models, InfoWorld predicts that some form of the Power5 will make its way to a Mac soon."PowerPC and Power form a continuum of compatible, and now open, processor designs," writes reported Tom Yaeger, "and our guess is that the Power5 design will arrive in some form in an Apple machine in 2005.

Apple Releases X 10.3.7

Apple has released OS X 10.3.7 via Software Update. Improvements include improved AFP support for saving documents with long file names, improved OpenGL technology and updated ATI and NVIDIA graphics drivers, improved FireWire device compatibility, updated Preview application, improved compatibility for third party applications, and previous standalone security updates. Read more here.

Xandros Desktop OS Version 3.0 – Deluxe Edition Review

"Xandros Desktop OS Version 3.0 is billed as "an intuitive graphical environment that works right out of the box and offers unrivaled compatibility with Microsoft Windows". So it's pretty clear what the market of the product is - all the millions of Windows users that are fed up with an unstable operating system, want something for email and web browsing, and be able to create, edit and send the boss their Word, Excel and Visio files." Read the rest at linuxlinks.com.

Fedora Projects Opens up CVS Access

It has been a while since Redhat announced the merger with Fedora.us and the formation of a community oriented and supported Fedora project. The process of opening up CVS access to the community is one of the major steps towards that and that has finally happened, according to Red Hat. The build infrastructure internally used by Redhat should open up soon and formation of fedora extras and policies would complete the process.

Opinion: Thanks, Microsoft

Though Microsoft is the behemoth that everyone loves to hate, the computing world actually owes a lot to Bill Gates and co. And though it's possible that someone else would have blazed the trail to "a PC on every desktop," in our world, it was Microsoft that did it. Update: Now with page breaks! (My fault -- David)

Linux Looms Larger Than Thought

The overall Linux market is far larger than previous estimates show, a new study says. In an analysis of the Linux market released late Tuesday, market research firm IDC estimated that the Linux market -- including servers, PCs and packaged software -- is expected to register a 26% compound annual growth rate (CAGR) over five years, reaching a whopping $35.7 billion by 2008.

OpenCVS Under Development, to be Released Soon

The OpenBSD project will soon release OpenCVS, a GNU CVS compatible, BSD licensed alternative. "The OpenCVS project was started after discussions regarding the latest GNU CVS vulnerabilities that came out. Although CVS is widely used, its development has been mostly stagnant in the last years and many security issues have popped up, both in the implementation and in the mechanisms."

Sun’s New “Read-Only” License

Sun has put its TestingComatiblityKit (TCK) for Java under a "Read-Only-License". This means that you are allowed to look at the source-code but you are not allowed to modify or compile it. For more information, a couple of Sun people's blogs address the subject here and here. For a perspective from outside Sun, see here and here. Read the license here. And retrieve the source code of the TCK here.

Automate the process of documenting your code

We all understand the need to comprehensively document our class libraries and to keep it up to date with the code base. And still, documentation is an ongoing pain for all of us. The Visual Studio .NET IDE takes a first big step in easing that pain. It allows to document your code in a way that the compiler can create an XML document describing your classes, methods, properties, etc. This article explains how to use this feature and then create a basic help file out of it.

Linux has fewer bugs than rivals

Standford University research team has found that Linux has fewer bugs than the competition using Coverity, a static source code analysis tool. Andrew Morton, one of the core developers says that the major bugs detected using this tool have already been fixed. It might be of interest that Linus Trovalds has developed a similar tool called sparse specifically for the Linux kernel which has proved itself to be pretty useful.

Run a Windows X Server From a CD

XLiveCD is an X Server that runs off of a Live CD for Windows. Put the CD in the drive and the X server and an Xterm both autostart, allowing you to ssh into a machine and run X-forwarded applications. This is great for use in public labs where you may want to run those remote Linux apps and don't have an X server installed. Built with Cygwin and a few other packages. See the home page for downloads, or just grab the torrent here.

FreeBSD: ULE Scheduler Status

Since the decision to demote ULE in favor of the 4BSD scheduler as the default for FreeBSD's 5.3-Release, many improvements to both schedulers have been committed. At the time it was marked broken, ULE was especially needy in light of the status of its maintainership, performance issues, and its unreliable nature in conjunction with threading and kernel preemption. Having resolved these problems, Jeff Roberson announces to -current that the ULE code is now in working order, kerneltrap reports.