VAX Users See the Writing on the Wall

The VAX system at Triumph Components has been in use since about 1996, and information systems manager Dan Blackshear couldn't be happier with it. There's just one problem: He's got to scrap it. The system is fast, works well with Windows and "fits into the modern environment very cleanly" at the El Cajon, aerospace parts maker, said Blackshear. "But it's a dinosaur, and eventually it has to go".

Visual Studio 2005 “Whidbey” Enterprise Dev Edition Alpha Preview

Fernando has previewed Visual Studio 2005 Codename "Whidbey" Enterprise Developer Edition Alpha. Below is an excerpt: " Visual SourceSafe is a viable solution that lets you effectively manage project files. It tracks and stores changes to a file so that developers can review a file's history, return to earlier versions of the file and develop programs concurrently."

Cedega Review: A Whole New Way to Play Games on Linux

One glaring issue I've had since my transition to Linux is video games. Being a Nintendo (consoles) and Sierra (PC) kid, I've gravitated to consoles more lately, but the occasional PC game has kept my interest solidly enough to keep Windows around on a spare drive. I tried WineX (CVS) in the past, and had great success with Diablo II, but didn't bother to try any 'new' games with it.

Performance of Java versus C++

This article surveys a number of benchmarks and finds that Java performance on numerical code is comparable to that of C++, with hints that Java's relative performance is continuing to improve. Then they describe clear theoretical reasons why these benchmark results should be expected.

FreeBSD: Revamp of Kernel Debugging Code w/ Thread Awareness

Marcel Moolenaar has been very busy with GDB code as of late, having imported gdb version 6.1.1 in late June and now supplying a patch to freebsd-arch@ that adds kernel debugging and helpful features to FreeBSD's gdb and ddb code, including thread awareness. Other interesting additions include optimizations for the 64-bit platforms, compression for remote gdb, and improved symbol handling.