Archive for the ‘Programming’ Category

Invalid duplicate class definition in Groovy

Monday, July 13th, 2009

Just a quick one. I’ve just started poking around with Groovy and from time to time I’d get an error saying…and I quote:

org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed,
/.../Error.groovy: 1: Invalid duplicate class definition of class Error :

(more…)

Language of the year

Friday, July 3rd, 2009

The pragmatic programmer say it, and last year I heard a talk by Jared Richardson who also said it: Learn a new programming language every year. Since I’m always keen on learning something new I thought “why not?”. The only problem is: Which language to choose?
(more…)

How to install Subversion to a DS207+

Thursday, February 26th, 2009

After the success with getting TimeMachine to back up to our NAS server I was eager to see if the NAS server could be used for something else, say a Subversion server for instance.
(more…)