In case you missed it, I did at least, here is John McCain at the Al Smith dinner.
Also, in xkcd today, they came really close to getting Kayleen down. Her morning routine is 1, 3, 2.

Also, Ryan got the riddle correct. The way I answered was basically the same, but I wasted more power by turning on two lights, waiting some amount of time then turning one off.
I had a phone interview with a company yesterday and they asked me this question, let's say you have an array of n numbers. In the array of numbers, you have all the numbers from 1 to n-1 in the array plus one number is repeated. How would you find the number that is repeated? An example of what an array of numbers would look like, if you had an array of 10, the array could look like this.
[1, 6, 3, 2, 4, 7, 8, 9, 5, 2]
So the answer here would be two.