Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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']);


Great idea, thanks. I'll add it. At the moment we're looking at the average time on site stats.


Average time on site won't be accurate in your case because GA calculates it by subtracting time duration between two successive visits. In your case, it will usually be just single pageview so average time will be misleading.

May I suggest using getclicky.com which calculates time based on actual time spent.


Great! One more thought I had: also track whether the failure was due to the mouse or keyboard. When you have gathered a decent number of results I will be very interested to see a blog post with some nice graphs.


Now tracking fails (with the event type), and successes. If the data looks interesting I'll definitely write it up!


I'd discard results under say a second or 2, took me a couple of goes to see that you can't move the mouse at all once the page loads.


This achievement doesn't up my gamerscore!??!


You could actually make the 'Fail' event hierarchical 'Fail.1', 'Fail.2', 'Success.3'

to track how many fails were required before success




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: