Eugenia Loli Archive

Review: Yellow Dog Linux 3.0.1

My first experience with Linux on a PPC machine was Pegasos PPC and Debian. Last weekend I upgraded my Cube G4 450 Mhz and with a blazingly fast 120 GB 7200 RPM WD drive (for just $58!) to replace the default (and extremely slow) 20 GB Maxtor IDE drive. In this vast drive space, there is enough room for more than one operating system, so I decided to install Yellow Dog Linux 3.0 (and then upgrade to 3.0.1 via APT) as an addition to Mac OS X 10.3 Panther. Read more for my impressions of YDL 3.0.1 and check some screenshots too.

XServe G5 Claimed on Apple’s XGrid Mailing List

Ever since Apple introduced G5's towers, many have asked if the company would eventually release an XServe based on the fast new processor. Although Apple hasn't said anything officially, it would appear that the company made them available to select individuals for testing purposes. A support message posted on the new XGrid mailing list is very telling. A brief osViews post has all the details.

OpenBeOS Status Report; More BeOS/Zeta News

In the new OpenBeOS newsletter Michael Phipps is giving a good status report, explaining the status of each kit. However, what we don't learn yet is how far we are from an alpha public release. In the meantime, the Beunited Java team announced that they now have a complete coomand line version (1.4.2.) running, while 3Sat TV channel will present Yellowtab Zeta on TV today. Additionally, the people at BeOS Max said that the last version of their distribution will be 3.1, because they don't want to be an obstacle on Zeta's commercial success.

The Future of Storage is in the Data–the Metadata

"There's a significant shift afoot in storage fundamentals, and it's not storage area networks (SAN) or network attached storage (NAS)-- although both will have critical roles in these new fundamentals. The shift involves the facilitating role that metadata will play in abstracting the specifics about data and where it's stored from the applications, end users, and operating systems requiring access to it." Read the article at ZDNews.

Store objects using the JDK 1.4 Preferences API

The Preferences API -- a lightweight, cross-platform persistence API introduced in JDK 1.4 -- is designed to store small amounts of data (string, simple byte arrays, and so on.) and was not intended to be an interface to a traditional database. It can, however, be effective as a storage device if your data can be expressed as simple objects. This article offers an introduction to the API, explains how objects are stored, demonstrates the process in action, and provides a code library to do the work.