SATURDAY, SEPTEMBER 1, 2007
Kevin

Everybody knows I really love Java, and I’m a real fan of the new(ish) generic type features in Java, but as I mentioned last time, I have some problems with the way they handle reflection. Well I have some other problems with Java as well, problems major enough to make me a little angry, but not big enough to make me even consider switching. This post will just outline some of the things I would like to see implemented in future Java implementations. Read more…
FRIDAY, APRIL 26, 1974
Kevin

My first experience with generics in Java was when I was working on my Darwin G.P. library. I was excited to find out about and take advantage of generics, but there was one major problem I had with the way they were implemented–they were completely disregarded at run-time! I never fully understood what the motivation behind that decision was, and I’ve been informed that C# does things differently (have not verified), but I recently discovered an interesting workaround using the Factory pattern. Read more…
SATURDAY, SEPTEMBER 10, 1983
Kevin

Part of being the best nerd you can be involves keeping up with nerdy news. There are tons of blogs and other services out there to keep you up on what’s happening, but up until this point, I’ve all but ignored them. That was weird, because I’ve always been pretty interested in those things. So it’s surprising it took me this long to discover RSS feeds… Read more…
MONDAY, JUNE 27, 1983
Kevin

I’ve always been a Firefox guy, but for one reason or another, I’ve been more and more tempted to try out Google Chrome. I nervously gave it a shot, and after a couple of days, changed it to my default browser. Read more…
TUESDAY, MARCH 26, 1985
Kevin

More on my series of Nerdy Lifestyle Changes, I’ve started using GIT for my version control, both on my personal projects and group projects. Read more…
MONDAY, SEPTEMBER 2, 1974
Kevin

Another installment in my Nerdy Lifestyle Changes series, which essentially details my discovery of awesome nerdy things everybody else already knows about, but I missed because I have to this point by-and-large avoided speaking to other C.S. majors: test-driven-development. Everyone’s doing it, I might as well to! Read more…