Monthly Archives: May 2006

Book review: Code Complete 2

I recently found the book Code Complete 2 in a review at http://www.regdeveloper.co.uk/. The review praised the book a lot, and I also found some other good reviews about it at other sites so I decided to order it. Basically it covers all aspects of software construction from a developers point of view. It is not [...]
Posted in Review | Leave a comment

Gaim plugin development (in Ubuntu)

I recently remembered that Gaim has a nice Perl API for writing plugins (or actually I was rembembered by a friend). I decided to test it out by writing a plugin for displaying the current playing song in Rhythmbox in instant messages when the keyword '%rb' is found (I know there is a plugin for that already, but I did not get that to work).
Posted in I dunno, Linux, Programming | 3 Comments