Archive

Archive for August, 2004

Ah the joy of Spammers

August 27th, 2004 kikkoman No comments

I just got spam adverstising”A Genuine College Degree in 2 weeks !” to my Duke Alumni email address. :-P

Categories: life, society Tags:

USB Interface kits

August 25th, 2004 kikkoman Comments off

here

Quite cool looking, cheapish hardware, sensors, and motors that with interface kits that are USB enabled on Win/Mac/Linux with Java too supposedly. Spiffy.

Categories: java, open source, society Tags:

Link Entry

August 22nd, 2004 kikkoman Comments off
Categories: open source, society Tags:

FireFox in Kiosk Mode

August 18th, 2004 kikkoman No comments
Categories: open source Tags:

OpenOffice on Mac howto Doc

August 17th, 2004 kikkoman Comments off
Categories: open source Tags:

Beware the Ant that ships with Fedora Core 2

August 17th, 2004 kikkoman Comments off

Ran into a nasty bug at work with the version of Ant that is shipped with Fedora Core 2. It is broken wrt our builds AND I didn’t know it was installed. GRRRRR. It is clicked by default under the Development Tools selection on the install. So I spent alot of time trying to figure out why the Ant that I installed wasn’t working.

FC2 ships with a gcj compiled version of Ant 1.5.3, which if you are not careful with your PATHs will get used instead of the regular Ant.

The FC2 version threw two different errors. On one build file, it couldn’t find javac, ‘Can’t find com.sun.tools.javac.Main’ or something like that. On another build file it seemed to find javac, but javac died by trying to allocate 1.7 gigs of ram.

Strange.

Categories: java, open source Tags: