Algorithmic Nightmares
Paranoid Performance Snippets
Featured Snippet
Code for the paranoid performance artist
View All Snippets Paranoid Snippet 1 Paranoid Snippet 2
<script >
var paranoid = true;
while(true) {
alert('THE ROBOT IS COMING');
setTimeout(function() {
alert('THE ROBOT IS COMING FOR YOU');
}, 1000);
}
</script >
Panic Button
Press this button to trigger a never-ending loop of terror