Monthly Archives: July 2008

Ode to a Karplusan Wolverine

How do I love thee? Let me count the ways. Thou art a one-drop with first strike. When blocked, thou hast double strike. Thou mayst deal thine combat damage as if thou wert not blocked. There are some who call … Continue reading

Posted in Gaming, Magic: the Gathering | Tagged , , | Leave a comment

TELL WORDPRESS “IMPORT FROM DASBLOG”

You have been killed by a grue. Update: donning my anti-grue kit (XSLT and Emacs), I have managed to resurrect the old posts. Much rejoicing and broken HTML.

Posted in Blogging | Tagged , , , | 2 Comments

Can haz pluginz?

require ‘rubygems’ require ‘active_record’ class ActiveRecord::Base class << self def method_missing_with_lol(sym) if sym.to_s =~ /^can_haz_(w+)?/ send “acts_as_#{$1}” else method_missing_without_lol sym end end alias_method_chain :method_missing, :lol end end class Lulz < ActiveRecord::Base can_haz_state_machine? end Temporary solution for Aaron’s problem, anyway.

Posted in Code, Ruby | Tagged , , , | Leave a comment