Daily Archives: March 14th, 2004

java generics suck

Bruce Eckles thinks Java Generics suck
And, upon reading what he’s said…. I think I agree. Having recently been studying C++ templating seriously for the first time… egads. Java 1.5 generics don’t come close.

wxBlog

I’m a dork, and am writing a small python application as an RSS/atom client.
Why?
1) mark pilgrim was kind enough to do almost all of the heavy lifting. (the only real rss-y thing i needed to write was something to merge the old feed with the new feed when I update something I’ve already loaded).
2) […]