Tim’s Blog

  • Debugging Method For Rubyclass Object

    class Object def additional_methods if self.instance_of?(Class) self.methods.sort – Class.methods else self.methods.sort – Object.methods end end end #example usage class Foo def self.a end def Foo.b end def c end def d end end {:class=>Foo,:instance=>Foo.new}.each do |name,obj| puts “#{name} additional methods: #{obj.additional_methods.join(‘,’)}” end

  • Bengals Need A Lot More Of This

    Peko Pulls Man Out Of Wreck On The Way to Church After all the Bengals bad press off the field, this is a great story to see. Especially when it’s about an up-and-coming impact player on the team.

  • Aliens in the Living Room

    After walking through my living room in the night and seeing a oscillating blue light coming from the Wii, I decided to do a little research on the web. Apparently, your Wii’s drive light will glow blue when you get a new message. So it really is checking mail, etc when it is in sleep…

  • CMS

    I’ve been asked to recommend a CMS system. It’s for a small business, that makes websites for local businesses. I’ve done some freelance work for them. While I want to help them out, it brings me to the difficulties I see with CMS systems. They seem like a good idea. Simplifying content presentation so that…

  • BG: TV for a superdork like me

    Yes, I’m ashamed to admit it, but I have been sucked into Battlestar Galactica (the new series) on the sci-fi network. I didn’t get into shows like Star Trek as a kid, just Star Wars. But this show has me hooked. Anywho, the season finale was just on. The song that a few of the…

Got any book recommendations?