VOL 214 .... No. 26

THURSDAY, OCTOBER 20, 2033

Archive for March, 2010

Java, I Would Like To See…

SATURDAY, SEPTEMBER 1, 2007 Kevin No comments

boxing

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…

Categories: Dislikes, Programming Tags:

Reflecting Generic Types in Java

FRIDAY, APRIL 26, 1974 Kevin No comments

erasure-heavenly-action-music-picture-idea-girl-consulting-word-press

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…

Categories: Programming Tags: ,

Nerdy Lifestyle Changes: RSS Feeds

SATURDAY, SEPTEMBER 10, 1983 Kevin No comments

rss-icon

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…

Categories: Internet Tags:

Nerdy Lifestyle Changes: Google Chrome

MONDAY, JUNE 27, 1983 Kevin No comments

zdnet-google-chrome-logo

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…

Nerdy Lifestyle Changes: Git!

TUESDAY, MARCH 26, 1985 Kevin No comments

git_two1

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…

Nerdy Lifestyle Changes: Test-Driven Development

MONDAY, SEPTEMBER 2, 1974 Kevin No comments

testing

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…

hide this follow me