Category Archives: Geek Stuff

XML::Parser or XML::LibXML?

That’s an easy question to answer: XML::LibXML! I have over 10,000 lines of XML input. Parsing it into a tree with XML::Parser takes about 0.77 seconds, while XML::LibXML is over ten times faster, clocking in at 0.07 seconds. 1 2 … Continue reading

Posted in Geek Stuff, Programming | Tagged , | Comments Off

My friends went to Berlin…

… and all I got was this tiny T-shirt. This once again shows that sizes “S”, “M”, “L”, “XL” are relative sizes, the absolute measures depending on the intended market. This T-shirt is supposedly size “M”. I generally fit in … Continue reading

Posted in Geek Stuff, Sysadmin, Uncategorized | Tagged , , | 1 Comment

Hurling excrement: Ubuntu

This week’s turd goes to Ubuntu whose bleeding edge development version (the “Gutsy Gibbon”) contains a version of GNU coreutils from over a year old. C’mon guys! You don’t have to follow upstream minute-by-minute, but running one year and a … Continue reading

Posted in Geek Stuff, Sysadmin, Uncategorized | Tagged , , | Comments Off

Fatlabel – modify DOS volume labels on Linux/UNIX

When inserting USB keys and memory cards on my Linux laptop they are automatically mounted and labeled with whatever name is on the (v)fat volume. I sometimes like to change that. Strangely enough, there is no standard utility for Linux/UNIX … Continue reading

Posted in Geek Stuff, Programming, Uncategorized | Tagged , , | Comments Off