SCO, IBM Battle Heats Up; Linus, RMS Targetted

Subpoenas are flying in the high-profile lawsuit between the SCO Group and IBM, as both companies try to buttress their legal claims by turning to third parties for information. SCO said Wednesday that it has filed subpoenas targeting six different individuals or organizations. Those include Novell; Linus Torvalds, creator of the Linux kernel; Richard Stallman of the Free Software Foundation; Stuart Cohen, chief executive of the OSDL; and John Horsley, general counsel of Transmeta.

Xandros Announces Desktop 2.0 Linux OS

Xandros today announced the release of the of Xandros Desktop 2.0. With a strong user focus, Xandros Desktop 2.0 offers a graphical environment that's easy to use, and installs with 4 clicks of a mouse. Based on Debian Linux 4.0 and a Xandros-enhanced KDE 3.1.4, Xandros Desktop 2.0 provides seamless compatibility with Microsoft Windows programs, including MS office and MS networks. Read more for pricing and for the free download trial edition.

From Linux to OS X

This edition's education article focuses on the Maine Learning Technology Initiative, which may be the largest deployment of laptops in the world. Two elements that make this an extraordinary deployment is the fact that the laptops have been distributed to 7th and 8th grade students and that they are iBook laptops running OS X. Read it here.

The Open Code Market

"The Open Code Market (OCM) is both an open market for code, as well as a market for open code. However, it aims mainly to become a free market for software, as well as a market for Free Software. The OCM introduces into the Free/Open Source movement an economic incentive, to help align the priorities of Free/Open Source developers with those of the end users." Read the article here.

ETH Win Aos Oberon System Updated

The Active Objects version of the Oberon operating system running under windows was updated today to version alpha 1.5. AOS Oberon is a descendant of the Oberon system designed by Niklaus Wirth and Jürg Gutknecht in the late 1980's. Enhancements to the AOS system include multitasking and MP aware objects.

Build a grid application with Python, Part 2: Communication

Grid components need to talk to each other. The distributor needs to talk to the grid providers, the providers need to talk back, and clients and management tools need to talk to the distributor and providers. Providers may need to talk to each other, or they may need to look up information from another machine to determine information or status information from the grid. In this tutorial the author looks at ways to handle communication in a Python grid framework, from the basics of the TCP/IP system to the simplified, externally managed e-mail solution.