Live data from Hacker News

9007199254740992

csie.ntu.edu.tw

11–20 of 64 posts

Re: 9007199254740992

#15
post #3

And the productivity goes down by the same factor.(2^53 btw ) I finally reached the 2048. :) I think I understand now why candy crush is so popular. > 8192. > 16384 and I'm done. Manually There needs to be a save feature.

[deleted]

Re: 9007199254740992

#19
If you're using Chrome, this should save you some time:

  function step() {
      var eventObj = document.createEvent("Events");
      eventObj.initEvent("keydown", true, true);
      eventObj.which = 37 + Math.floor(Math.random(0, 1)*3);
      document.dispatchEvent(eventObj);   
  }
  int = setInterval(step, 0.001);
Post reply on HN