Hacker News new | ask | show | jobs
by dmix 2799 days ago
I wish I could do that to my software sometimes. Just bang my computer to get it working.
3 comments

In that case, you may enjoy https://github.com/ajalt/fuckitpy

Or its siblings, including https://github.com/mattdiamond/fuckitjs

It is cathartic, even if it doesn't work.
You can - in Javascript for example:

setTimeout(function() { ... setTimeout(function() { ... }, Math.random() 1000); }, Math.random() 1000);

// winning!

Proof for P==NP is somewhere 30 layers deep in the bowels of a low-traffic javascript-rendered site.