Monthly Archives: May 2007

Care Bears and Dr. Sbaitso… the conspiracy is revealed!

My son is three, so I grant him a lot of leeway when it comes to his choices of video. However, I was shocked, appalled, and disturbed when my wife mentioned he was totally in love with the Care Bears: … Continue reading

Posted in Movies, Random Shit | Leave a comment

Yet another Awesome Software Discovery!

This time it’s a piece of javascript to compute ideal body weight in a variety of ways, the most interesting of which claims to tell you what other people like you consider their ideal body weight. Very “slick” little system, … Continue reading

Posted in Bad Programmer!, Programming | Leave a comment

Be careful of Rubyforge gem!

I just discovered a weird issue. The comments under my name will explain it better than I can here, but sufficed to say, if you use Net::HTTP in ruby, do not install the RubyForge gem! Read all about “the issue”:http://rubyforge.org/tracker/index.php?func=detail&aid=8907&group_id=1024&atid=4025 … Continue reading

Posted in Programming, Ruby on Rails | Leave a comment

The wonderful world of Cross-site scripting (XSS) – OR – why input filtering is bad

I have been dealing with XSS at my so-called “real job” recently, and it has come to my attention that a lot of people in this world are under the mistaken impression that it’s better to do “input filtering” than … Continue reading

Posted in Programming, Ruby on Rails, Security | 1 Comment