Archive: 2005-08-03
How to break YAML in Ruby
Kitty gets assimilated
Just for fun and general subversiveness, here’s my parody of cloyingly-sweet Japanese graphic icon Hello Kitty as a Borg (the villainous cyborg baddies in Star Trek:TNG).
Decoding HTML entities in Ruby
I needed to decode HTML entities in Ruby this morning. Surprisingly, I couldn’t find an obvious way to do it in the existing libraries, although it must be a fairly common requirement.