Warping it up!

Fini Alring’s Glossy Tech Zine

Key Advantage of Open Source is Not Cost Savings

Thursday, May 12th, 2005

/. cmcsonar writes “Computer Economics recently conducted a survey of visitors to its website regarding the perceived advantages in the use of open source software. Although not a scientific sample, the results are nevertheless startling.”

* Computer Economics’ survey report

* Slashdot | Key Advantage of Open Source is Not Cost Savings

NASA released Opensource Java PathFinder

Thursday, April 28th, 2005

tss: “NASA has just released Java PathFinder, a Java Virtual Machine that uses states to check all the possible ways a Java program can be executed, finding possible errors (NPEs or deadlocks, for example) in your code.

It then reports the entire execution path that leads to a defect. It’s especially suited to find hard-to-test concurrency defects in multithreaded programs.

Currently,
the software is limited to check for thread locks and uncaught exceptions, but it can be extended to check for other things, like race conditions. However, there is no support currently for java.awt, java.net and some of java.io.

The license is a custom license from NASA, NASA Open Source Agreement 1.3, but if the project was approved on Sourceforge it should follow the OSI conventions.”

NASA releases Java verification program as Opensource