Tim’s Blog
-
They Get It
Previously, I had beat Sun down for the decision to close source MySQL. There seemed to be some confusion as to whether it was a Sun decision, or a MySQL decision. Regardless of that issue, the decision has been reversed. This is the right decision that will avoid a large erosion of their community.
-
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…
Got any book recommendations?