Monday, November 1st, 2010 •
6 comments •
Filed Under
I recently picked up a copy of Frozen Synapse and have been playing it with my friends. Unfortunately, many years of first having a real job then running a startup has divorced me from video gaming enough that I’m rather terrible at it. So, rather than be defeated I’ve turned my energies into an exploration [...]
Read More
Sunday, September 5th, 2010 •
0 comments •
Filed Under
Unless you are a pretty massive geek, you probably don’t care about ttyrec players. With the close of the 2010 Dungeon Crawl Tournament I wanted to review some of the games by the better players was not at all surprised to find the lack of a native ttyrec player on OS X. Luckily, it is [...]
Read More
Monday, August 25th, 2008 •
7 comments •
Filed Under
I just made a simple mistake which I figure would be good share with anybody new-ish to Ruby. I wrote the following code to create an array of hashes and fill in some values. Can you guess what the output is? #!/usr/bin/env ruby testArray = Array.new(5, Hash.new) 0.upto(4) do |i| testArray[i][:value] = i end 0.upto(4) [...]
Read More
Saturday, April 26th, 2008 •
10 comments •
Filed Under
There are a bunch of guides out there on how to dual boot Vista and OS X on your PC. While I have listed the general steps that I followed below, this post is intended to be a troubleshooting guide for some of the weird problems you can run into while trying to do this. [...]
Read More
Thursday, April 24th, 2008 •
1 comment •
Filed Under
In a move that will surprise anybody who knows me, I’ve installed Mac OSX 10.5.2 on a Dell PC I had sitting around my office. As a side note, I was shocked at how easy it is to achieve this. I did not run into a single problem and the entire process took less than [...]
Read More
Thursday, February 21st, 2008 •
10 comments •
Filed Under
Like all things with Facebook Platform API, creating infinite sessions is really easy. However, there seems to be a lot of confusion and misinformation on the web about how this works. Part of this could be the fault of Facebook’s documentation. They provide a pretty good explanation of the authentication process but then the example [...]
Read More