Hacker News new | past | comments | ask | show | jobs | submit login

(function(){var k=[];return function j(){k.push(i);j();}})()();

Love it, but what that code says to me is Stack Overflow. But I'll reinterpret it to mean Mind = Blown by all the random cool things you learn in this field (infinite data structures in Haskell being the most recent one for me).

PS - I couldn't help running it in the Node REPL:

  > i = 1;

  1

  > (function(){var k=[];return function j(){k.push(i);j();}})()();

  RangeError: Maximum call stack size exceeded

Lol :) Seriously though, you may be on to something.



Perhaps he's hoping Skynet will mistakenly eval() its inputs when scanning him into the human work camps.


Our best defense: code injection attacks.


Stack overflow because we are all mortal. Filling of the stack can be fun though


This bit really bothered me. I would have suggested some ooda-loop construct, instead. That said, it's not my tattoo.




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

Search: