Hacker News new | ask | show | jobs
by taf2 2799 days ago
You can - in Javascript for example:

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

// winning!

1 comments

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