Tim’s Blog
-
TV Paying the Price
In my opinion, the writers strike has left a trace of garbage amongst the new episodes of some of my favorite shows. Specifically, the serial dramas stuffed with symbolism and mystery. Since when did the writers of Lost think it was a good idea to drop in an A-Team episode? The only difference between the […]
-
Curry in Ruby
Inspired by some currying examples in scheme, I wanted to try them in Ruby… def seq(oldfirst, keepold) lambda do |new, old, item, list| list.push(new) if old==item and !oldfirst list.push(item) if keepold or old != item list.push(new) if oldfirst and old==item end end def insertF(new, old, list, func) temp = [] list.each do |item| func.call new, […]
-
Thurman to Return to the Lineup
NFL reinstates Odell… Question 1: Is my mind in the gutter or did Bengals.com really come up with a bad headline on this one? Question 2: Will he get his number back from Corey Mays?
-
Recommend and Rant
Professor Layton and the Curious Village was given to me as a Birthday present. I’ve been making quick work of it, as it’s very addicting. I highly recommend it to anyone who likes puzzles, mystery or fun. You control the professor and his assistant, Luke, as they visit the town of St. Mystere at the […]
-
Weekend Project
Start: Finish:
Got any book recommendations?