Live data from Hacker News

Will you drown?

game.notch.net

21–30 of 145 posts

Re: Will you drown?

#23
Written in Dart.

Can anyone familiar with Dart to JS explain what is going on with:

  var B=new dart
  delete B.x
  var C=new dart
  delete C.x
  ...

Re: Will you drown?

#24
post #7
post #4

Play automatically: setInterval(function(){ $("a").click() }, 100) (Edit: Yes, this leads you through a very fast, very bad life. Play manually and have a better life.)

I think you missed the point here, but nice trick :-)

[deleted]

Re: Will you drown?

#27

Earlier quoted context omitted.

It is appropriate that relying on a static heuristic to point one's path leaves you unfulfilled, bitter, and dead.

I wasn't aware that clicking different things in different orders affected the outcome. I have just been clicking solve every time it comes up and not reading the captions.

So now stop a bit. Reread what you wrote, think about what you did and the outcome. Harrowing isn't it?

Re: Will you drown?

#30
post #4

Play automatically: setInterval(function(){ $("a").click() }, 100) (Edit: Yes, this leads you through a very fast, very bad life. Play manually and have a better life.)

Seriously?

  window.setInterval(function(){ Array.prototype.forEach.call(document.querySelectorAll('a'),function(i) {i.dispatchEvent(event)})},1000);
Post reply on HN