James_Ernest comments on Rationality Quotes April 2013 - Less Wrong

6 Post author: Vaniver 08 April 2013 02:00AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (281)

You are viewing a single comment's thread. Show more comments above.

Comment author: James_Ernest 23 April 2013 07:17:45AM 0 points [-]

Somehow managed 16-8-5 versus the veteran computer, by using the articles own text as a seed "Computers mimic human reasoning by building on simple rules..." and applying a-h = rock, i-p = paper, q-z = scissors, I think this is the technique I will use against humans (I know a few people I would love to see flail against pseudo-randomness).

Comment author: Jiro 23 April 2013 07:06:54PM 1 point [-]

That should fail in the long run because it's unlikely that the frequency of letters in English divides so evenly that those rules make each choice converge to happening exactly 1/3 of the time.

I'd just generate the random numbers in my head. A useful thing to do is to pick a couple of numbers from thin air (which doesn't work by itself because the human mind isn't good at picking 'random' numbers from thin air), then adding them together and then taking the last digit (or if you wantt 3 choices, taking them mod 3).