.:: An exploration of exercise plans, weight loss and better workouts. ::.

" Searching begets purpose.. So we keep looking for the better workout plan, the better weight loss strategy, the better version of ourselves.. "

Choose a Topic:

Archive for May, 2010

Fri
14
May '10

Ruby 1.8.7 Mysql::Error: Client does not support authentication protocol requested by server

Upgraded to ruby 1.8.7. Went to the script/console, executed a basic activerecord find command and received the following error : Mysql::Error: Client does not support authentication protocol requested by server. From the accompanying stack trace, it’s obvious that ActiveRecord is looking at the old mysql adapter that comes packaged with ruby 1.8.7. from /usr/local/lib/ruby/1.8/mysql.rb:453:in `read’ [...]

Wed
12
May '10

kJams and Autocross Fading, v2.0

I’ve recently made some modifications to my auto cross fading script for kJams. Instead of querying the lyrics window to see if it’s full screen (and just assuming that karaoke is being played), it now simply queries kJams to see if it’s playing a song or not. Dave, the author of kJams added this functionality [...]