Panasonic Youth rob sanheim writes about software, business, ruby, music, stuff and things



Posts from February 2006

First Madison Ruby on Rails group meeting tonight

The first Madison Ruby on Rails user group is meeting tonight at MATC downtown. I’ve heard we are expecting over thirty people, which is pretty impressive for a town where the Java user groups typically get twenty to thirty people. The mailing list is at google groups here, and we also have a [...]


Why Ruby?

Andy Hunt answers the question a lot of people are asking: Why Ruby?

It stays out of your way
It just works

Ruby’s not perfect, by any means, it’s got dark corners to the language just like every other language. But it has a lot fewer [...]


Eight More Essential Books for Developers

A followup to my most popular post ever


Ruby 1.8.4 on White Box Enterprise Linux 3 (with OpenSSL)

Finally figured out why ruby wasn’t picking up openssl when I was installing it from the tarball. This was resulting in switchtower not working, which was really driving me crazy as I’m trying to get this box ready for deployments. Well, I guess I’m not sure exactly what is going on, but this [...]


Ajax calendars, responding to Joel and alwaysBeta

Joel Spolsky and the guys at alwaysBeta take issue with the new web 2.0 calendars…


RailsConf nearly sold out

The First International Ruby on Rails conference, Chicago, June 22-25th


Programming the New Web - hosted by Bruce Eckel

Bruce Eckel is organizing a very cool looking conference called
Programming the New Web. Go check out the possible topics, but since its an OpenSpaces conference I’m sure the conversation will ber all over the map. Its in Colorado, so all the skiiers should be happy. I’d be happy sitting in a lodge [...]


Five books every Java developer must own

Update: Welcome, Javalobby readers! You might be interested in the followup to this post. Thanks for the great feedback and suggestions.

Pragmatic Programmer by Andrew Hunt and David ThomasThis is absolutely required reading for any software developer, regardless of language. If you are lost when people are talking about “keeping it DRY” or [...]


Five Things to Improve Your blog (plus One)

A good list of five ways to improve your blog in under an hour, by Brian Shih. The five things are: use feedburner, ping aggregators, fix your typography, use spell check (does spellbound work on FF 1.5.1?) and just write something!
I would add: write an about page with a brief bio [...]


How to write good error messages

An anonymous javaBlogger posted about crummy error messages in many common frameworks today. His complaint was with messages like this:

Wrong string format
Cannot open file
Unable to contact server

And proprosed changing them to include the offending input:

Wrong string format in state code: “WI_1234″
Cannot open file: my.settings
Unable to contact server: your.mom.com

I would say go even further. [...]


← Before After →