Running on Toto

March 21st 2010

So I’m running on this git/ruby powered weblog called toto. Feels good to be off of wordpress and able to compose my posts in TextMate.

I’ve also tweaked the “transform to html” commands in textmate to replace inline, so I can throw my language over to ruby (^ ⇧ ⌥ R 3), bust a move on some code, hit the bundle command (^ ⇧ ⌥ ⌘ H), and then slap back to markdown (^ ⇧ ⌥ M 3).


class StupidRubyTricks
  def /
    self.send :/
  end
end

The color scheme is significantly less ghastly than my old one too. Too bad I have no sense of aesthetics.

Back to code-monkeying

blog comments powered by Disqus