Category Archives: Programming

Structure and Interpretation of Computer Programs ePub

Thanks to Calibre, I was able to convert Structure and Interpretation of Computer Programs by Harold Abelson and Gerald Jay Sussman to ePub.

Posted in Blog, Programming | Tagged , | Comments Off on Structure and Interpretation of Computer Programs ePub

Quick RVM Rubinius 1.0.0 Install Recipe

Here are the quick and dirty commands I used to install Rubinius 1.0.0 with Rails, RSpec, and Sinatra in RVM on Mac OS X. So far I haven’t been able to get Cucumber to install. The problem has been fixed … Continue reading

Posted in Blog, Computers, Programming, Web Development | Tagged , , , , | Comments Off on Quick RVM Rubinius 1.0.0 Install Recipe

Ordering on a Field in a Linked Table

I attempted to order my runners based on their assigned stage number. The stage number is linked by the stage_id in the schema and the class shows that it belongs to a stage: class Runner > ActiveRecord::Base belongs_to :stage end … Continue reading

Posted in Computers, Programming | Tagged , | Comments Off on Ordering on a Field in a Linked Table

IT Conversations: Kent Beck

The Conversations Network recently released an IT Conversations show I did post production on. Kent Beck tells stories about how his pioneering work in Test Driven Development, Design Patterns and Extreme Programming. Link. Technorati Tags: Programming

Posted in Computers, Podcasting, Programming | Comments Off on IT Conversations: Kent Beck