CrayCore version 0.3 released

CrayCore is a CRAY YMP-EL Emulator. Currently, CrayCore executes instructions one at a time, through a command line interface. Future plans are to slowly add features until CrayCore is fully able to run Unicos. CrayCore version .3 has been released, in two packages, a source.zip, and a win32 binary. New features include light memory support, vector support, and many more opcodes. Be sure to check OpcodesTwo.txt, included with both packages for status on which instructions are implemented, and how to use them.

FreeBSD 5.3-RELEASE Available

FreeBSD 5.3-RELEASE is now officially available. This release marks a milestone in the FreeBSD 5.x series and the beginning of the 5-STABLE branch of releases. New features from 4.x include massively upgraded SMP scalability including the new KSE M:N threading implementation, and the new ULE constant time scheduler (currently switched off per default). All in all these features bring scalability of kernel features on SMP systems (at least small to midrange systems) more or less on par with the Linux 2.6 kernel series with the NPTL threads library.

PDA Makers Won’t Commit on PalmOS 6.1

"Nobody knows when we'll start the shift to Cobalt, OS 6, or on which devices. For now, we're saying that we've built the functionality we need into the Treo and the Tungsten T5 and there's no need to confuse developers by switching. I'm not even prepared to commit us to a change next year, or the year after, at this stage", said PalmONE president Ed Colligan. It is interesting to see how companies afraid to switch to new programming frameworks in fear that they will allienate their third party developers who are used to the "old way". Nobody likes big changes, it seems.

Interview with Richard Stallman

I think it's not needed to introduce Richard Stallman, however: Richard Matthew Stallman, or just RMS, is the GNU project founder. It's a little difficult to interview someone like Stallman. I tried to make him talk about some technical issues, but he's extremely concerned about the ideology behind free software. Freedom is his slogan and he defends it as he defends his life." Read Interview.

GNUstep 1.10.1 Released

GNUstep is a cross-platform, object oriented environment composed of frameworks, tools, and servers (daemons). In the new version, An NSXMLParser class was added. Runtime discovery of the library version is now possible. NSArrays makeObjectsPerformSelector now iterates in same order as Mac OS X. The designated initializers for NSArray, NSDictionary, NSSet, and NSString were changed for Mac OS X compatibility.