Monthly Archives: July 2007

RMagick vs. the Rest of the World

24-Jul-07

Installing RMagick seems to be a major pain in the ass… On all systems i got my hands on. On a fresh Ubuntu Feisty Fawn gems presented me this: configure: error: C compiler cannot create executables Hrmpf, ImageMagick was installed, gcc for sure… What did i miss? 1. sudo apt-get install imagemagick 2. sudo apt-get […]

Read the complete article »

Simple tokenizing with Oracle PL/SQL

18-Jul-07

I was in need of tokenizing some comma delimited data within an Oracle Database. A pity, there’s no split for a varchar2 like java.lang.String.split. I could have used Java in the database, but that would be lame, too.j I found this little function which uses pipelined results, that is, it returns his results while being […]

Read the complete article »

On Java Threads: A fairytale of a tutorial

12-Jul-07

I always thought that the Java Thread API is something… strange. If you work in a frontend application, things like running long-running tasks in the back without having the GUI ugly frozen and not responding should be somewhat simpler. SwingWorker has been around for quite a time but made it just recently into the core […]

Read the complete article »

Raid 0 or 1 with Mac OS X

Some people tend to mock Mac OS X in favour of some other Unixes, but i like it… For me, it sucks least. Today i took some relativly small external firewire drives (250 GB each), attached them to my “always on” serving Mac Mini and it took less than 5 minutes to build a RAID […]

Read the complete article »