Monthly Archives: February 2007

Another solution to the Java equals/compareTo Problem (More or Less)

I was talking to some of the people at my new contract here, and I realized I never posted this revelation. There is an partial solution to that annoying Java equals/compareTo issue. After you know that the object that you are comparing to is apparently equal to you, you then need to return this.hashCode() == [...]

Posted in To Be Categorized | Tagged | 5 Comments

I’m Growing to Hate Associations

We’ve had two major snowfalls this year. And in both cases, our association left us snowed into the house for over a day. That’s just unacceptable. To give you an idea what I mean when I say “major snowfalls”, check out the pictures. The Pile-Up at the Garage Door The Pile-Up at the Garage Door [...]

Posted in To Be Categorized | Tagged | Leave a comment

Well, TFP 2007 is Out

The paper that BHurt and I co-authored for TFP 2007 wasn’t accepted. There was a lot of positive feedback about the core of the paper, but they weren’t so keen on the execution. I’m a bit frustrated right now, because I expected TFP to be predominantly academic in focus, and so the paper had that [...]

Posted in To Be Categorized | Tagged | Leave a comment

Why Java Wants Closures

Raganwald’s Excellent Post on Closures It’s also a nice munition for those of you out there trying to convert Java developers over to Ruby.

Posted in To Be Categorized | Tagged | Leave a comment

Another Ruby-on-Rails Gripe: “acts_as_list”

Okay, working on my web app using Ruby on Rails, and I just encountered a new gripe. Now, it may be a newbie gripe, or it may be a genuine issue — I’m not so sure. I’m looking for help if anyone’s got it, but I’m not finding it in either of the $40 books [...]

Posted in To Be Categorized | Tagged | 1 Comment
  • Categories