link 23 Dec The meaning of open»
photo 22 Dec 167 for the opener tonight.

167 for the opener tonight.

text 16 Dec Rails STI

I recently started using Single Table Inheritance in a Rails project. It works pretty well for the most part, until you start trying to reference the type attribute in the parent class.

>> o.type
warning: Object#type is deprecated; use Object#class

This will probably cause you all type of madness until you track it down.

You can work around by calling o[‘type’] or o[:type] or just setting up some new methods:

  def class_name_type
    self[:type]
  end

  def class_name_type=(s)
    self[:type] = s
 end
link 12 Dec The End of Chiropractic»
link 4 Dec Sprint fed customer GPS data to cops over 8 million times»
photo 2 Dec why am i still awake?

why am i still awake?

link 1 Dec Scientists Create Artificial Meat»
text 1 Dec djmount is cool

/me swoons

# apt-get install djmount
# djmount -o allow_other /mnt/upnp/
$ vlc  /mnt/upnp/PlayOn (carmen)/Hulu/TV Episodes/A/Arrested Development/s1e02: Top Banana.mpg

awesome!

photo 1 Dec morning time.

morning time.

photo 23 Nov 5 hours is not enough sleep.

5 hours is not enough sleep.


Design inspired by Prashanth Kamalakanthan. Content powered by Tumblr.