Nordic Ruby 2011

Here are some rambling notes on the themes and connections – intended and mostly otherwise – I saw in the material presented and discussed in the halls at Nordic Ruby.

Expressiveness

In Tom Preston-Werner’s opening session, he talked …

Permalink • Posted in: ruby, conferencesComments (1)

Scottish Ruby Conference

I'm very excited to be speaking at the Scottish Ruby Conference on Saturday. I've been an attendee at the conference (well, in its previous incarnation as Scotland on Rails) and it's one of my all-time favorite conferences.

My talk is on the challenges …

Permalink • Posted in: ruby, ruby on rails, travel, conferences, languageComments (1)

Podcast tracks to iTunes Library script

For the past few days, I’ve subscribed to the excellent Song of the Day podcast at KEXP. I wanted to move the “good ones” to my iTunes Library, but unfortunately, iTunes does some odd things with podcast files, so this isn’t as …

Permalink • Posted in: programming, itunes, music, rubyPost a comment

Ruby, modules, super and alias_method

In general, I really like the way Ruby handles class inheritance & module mix-ins. But, recently, I found an odd behavior - maybe a bug? - in Ruby 1.8.6 (the Ruby shipping with Leopard) when using alias_method and super inside an included module …

Permalink • Posted in: heroes, programming, ruby, superPost a comment