Recent posts

Resurrecting libxml-ruby

There is general discontent with the state of XML processing in Ruby - see for example here or here An obvious solution is to use libxml However that has been a non-starter...

Daylight Savings Time

Its a funny thing when things that you wish would happen do happen, but then you realize they aren't so great after all Take for example the change this year in daylight savings...

Fun With Here Documents

Today I was fixing up some inefficiencies in Rail's Postgresql adapter (more about that in a later post), and came across this strange looking code: def tables(name = nil) ...

Must Read Rails Performance Article

A couple of days ago, Alex Dymo from Pluron sent me an email describing some of the great work he has done optimizing the performance of their online project managment software...

    Top