Category Archives: Geek

It’s tough to use a computer with no display

The screen on my work computer, a Macbook Pro, has died for a 2nd time. The first time, I sent it to Apple as we had no local Apple Authorized Service Center, and they returned it to me with my high-quality third party RAM in a bag, along with a message that the screen problems [...]

Prototyping

Via Steve Northover’s Inside SWT:
The week was an almost perfect example of prototyping. The code we have is utter crap and we have cut every corner, however, we have learned the technology and explored the area. Prototyping is about reducing risk using a short term, high energy, low quality approach to prove that a solution [...]

Is the light on, on, or off?

This morning as Finley and I left the house for a cool and brisk morning walk, I noticed the cabin lights in our Honda Odyssey were on. I went back in for the keys, opened the front door, and looked for the cabin light switch. I wasn’t able to find one, so I figured the [...]

Happy with the maps, unhappy with the vehicle mount

A while back, we bought a Garmin Streetpilot c330 before a long car trip. We’ve been reasonably happy with the maps in the unit, though my ideal navigation product would include live updates to maps and points of interest when I plugged the unit in to my computer to charge it.
However, the vehicle mount [...]

Loading data model with Fixtures in Rails

I’m putting together a smallish data model in Rails. Some of my data is pre-existing, including a bunch of Items, some of which have SubItems. I found some hints on how to represent the initial data with YAML and to piggy-back on the Fixture functionality to load it in a migration, all from Agile Web [...]