Monthly Archives: February 2008

3 days with Linux

08-Feb-08

Since Tuesday i installed Debian Linux 4 times on my new Dell Vostro 200. The choice of hardware was kinda stupid. I thought, well this thing is not a special thingy but plain standard. Well, seems, it isn’t. The first setback was, that the Debian installer booted from CD-Rom but didn’t recognize it afterwards. Yippie… […]

Read the complete article »

Weird java generics…

07-Feb-08

Generics are not totally bad but one can write really creepy things: final FutureTask<Collection<LeitungsachseTK25>[]> ft = new FutureTask<Collection<LeitungsachseTK25>[]>( new Callable<Collection<LeitungsachseTK25>[]>() { public Collection<LeitungsachseTK25>[] call() throws Exception {final FutureTask<Collection<LeitungsachseTK25>[]> ft = new FutureTask<Collection<LeitungsachseTK25>[]>( new Callable<Collection<LeitungsachseTK25>[]>() { public Collection<LeitungsachseTK25>[] call() throws Exception { Seems like XML and Java finally married… 😉

Read the complete article »