Hello there.
This is where I dump code. A glorified pastebin, this is.
Not a blog. I don’t like blogs.
At least, I think it isn’t a blog. I shall resist the temptation to describe my life in minute detail, or try to. It’s not very interesting, and even if it was you probably couldn’t care less.
The default Wordpress theme drives me up the wall, so I made my own. It wasn’t as tedious and enerving as I’d expected, despite WP 2.5 coming out a few hours before I finished it
The picture in the header is Canary Wharf in London, I believe. I really like it, which is why it’s currently taking up half of your browser’s viewport.
Comments about the design (or about anything else in fact) are welcome
Sorry about the URL by the way. Can’t be bothered to get a new domain specifically for this, so I’m reusing an old one.
This is just a test for the syntax highlighting plugin:
class Object def in?(collection) collection.include?(self) end end
looks about right