On friday I finally handed in my master's thesis and am now just a colloquium away from gaining my MSc
This hopefully should give me some much needed down time and the motivation to blog again at least occasionally.
Should you be interested in attending my (german) colloquium you are welcome. It will be held on the 27th April at 10:15 at the department of computer science of the university of applied sciences of Darmstadt. I will update this posting once I know in which room it will take place.
EDIT: It will be taking place in room 310.
A while ago I switched from my only semi-functional pin board and cellphone1) based task management system to using a pocketbook. Because of this I also started talking with others about how they are managing their tasks as well as looking around the net and was surprised how many people I know used pocketbooks (Moleskines in particular) or had no real system at all.

Due to this I figured it might be interesting to extend this discussion about task management to the few readers of this blog and therefore I have described the current iteration of my system below. Please feel free to describe your own system in the comments or better a linkback so we can learn from each other.
FYI My system has developed iteratively and is probably rather specific to my needs and therefore quite simplistic when compared to other systems (GTD, PigPogPDA, …). Should my system turn out to be too simple for your needs or should you just need some input have a look at the following links
As I've been working a lot with Java over the past few semesters and will most likely end up developing Java apps once I've got my MSc I've started looking at other, more dynamic languages available for the JVM. To make a long story short: I picked groovy and to learn groovy I need to write code in it. This led me to write deRSS over the last couple of days which scratches an itch of mine just right and therefore might be useful to others as well.
So, what is deRSS?
deRSS parses RSS 2.0 feeds and downloads files referenced in <enclosure url=””/> or (if not present) <link> elements. To avoid downloading files twice deRSS stores the publication date of the newest downloaded file.
It's simple, fits nicely into my crontab and so far works pretty well. Click here to learn more.