Live data from Hacker News

Impossible for the HN crowd: Do nothing for 2 minutes

donothingfor2minutes.com

21–30 of 217 posts

Re: Impossible for the HN crowd: Do nothing for 2 minutes

#21
I was just thinking about the fact that much of my work requires me to pause for a short time -- while building my project, or running a query, or launching the huge honkin' java webapp and waiting for 10 billion classes to initialize -- but the pause is too short to make a useful context switch, and too long to simply wait through without getting bored. So typically, I often check e-mail, HN, or whatever, but then end up getting sidetracked. Being able to simply wait through these would be great. Unfortunately, developing this sort of mental discipline, along with exercising, making my bed, and eating out less often, falls on my "Things That Are Good For Me That I'll Probably Never Do" list.

Re: Impossible for the HN crowd: Do nothing for 2 minutes

#23
Timer also doesn't restart counting down if my mouse isn't on the page. (In other words, it will only start counting down if my mouse cursor is on top of the page - focus doesn't seem to matter). It's also failing immediately, probably because I have a ton of windows already open and two IM clients.

FWIW, I'm running Chrome on Win7.

Re: Impossible for the HN crowd: Do nothing for 2 minutes

#25
post #10

I had a lot of fun writing this, and it's great to see it taking off. Waiting 2 minutes was impossible for me, I had to set the counter to 2 seconds while testing it! :)

It would be fun to see a graph of how long people last. :)

Yup, and especially how it correlates against Referrer.

Though the author would probably need to add button, to minimize the unintentional fails. Also failing could be adjusted for accidental mouse movements, perhaps by ignoring distances of just couple of pixels.

Re: Impossible for the HN crowd: Do nothing for 2 minutes

#26
Out of determination I succeeded, even though by my calculations doing nothing for two minutes cost me $1.60 that I could have made writing code. Of course, I stopped the clock anyway when I clicked on the HN popup notification.

Edit: Just looked at the code. The programmer missed a great chance to gather some data. I would have tracked the fail events using Google Analytics so I could see how many fails on average per user from different traffic sources:

    _gaq.push(['_trackEvent', 'Fail', 'Mouse Move', 'dummy', 'dummy']);

Re: Impossible for the HN crowd: Do nothing for 2 minutes

#28
I passed, but it was very hard because I got no waves and so was immediately tempted to view source and find out why not, and also because I kept looking at the horizon of the photo and wondering if it was just me or if it was very slightly tilted down to the right.

For extra difficulty, you should throw in more and more things like the above to make ocd people squirm ;)

Post reply on HN