A quote from the talk on channel 9 with Erik Meijer, Bertrand Meyer and Yuri Gurevich. Charles Torre (the interviewer) is asking, why the majority of the programmers using languages…
Read more
I’m working on version 2.0 of my Guild-Wars-Signature-Project. The fist version was a fast hack, so version 2.0 will have lots of improvements. Although I really dislike PHP(it makes stupid…
Read more
Microsoft has released there research OS under there Academic License. I’ve really waited for this a long time and I’m going to play around with it. Well it’s not open…
Read more
His talking about functional programming, honest und dishonest programming languages, side-effects etc. It’s not a praxis oriented talk, it’s really academic but still interesting. Talk on Channel9 (Windows Media Player…
Read more
Because I’m currently to busy to dig into stuff myself I’m lazy an just post a list of exiting talks about all kind of geeky topics: Java-Related-Talks: The new Java…
Read more
I’m a heavy user of generalized classes and interfaces in Java.Sadly, the generalization is only for compile-time checks. But because you can cast any parameterized class-instance to an unchecked instance…
Read more
I’ve created a wiki on my site. Well, I won’t use it as “classic”-wiki. It will be my content-management-system for static-sites and knowlege stuff. Some stuff is just easier to…
Read more
Since Java-5 generics are supported. Sadly, there’s no way to find out/specify the parameters at runtime. Normally you can life without this, but in the case of the dependency-injection libraries,…
Read more
The “Hashtable” has always been a thorn in my side. Well not the class itself, but the people who used it all the time instead of “HashMap”. “HashMap” is the…
Read more
I’ll try in the next few weeks to create a web-site/wiki with my little hobby open-source-projects like gwsig and another not yet published one. Of course, there won’t be many…
Read more