Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Why is it flashing a bluescreen at me every 25 seconds?

https://oldestsearch.com/blue.png

Code from their site:

    setInterval(() => {
      app.style.backgroundImage = "url(https://oldestsearch.com/blue.png)";
      setTimeout(() => {
        app.style.backgroundImage = "url(https://oldestsearch.com/bg.png)";
      }, 200);
    }, 25000);


It's the blue screen of death[1]. I guess it's paying tribute to the time when this used to be a frequent occurrence on Windows, which was contemporary to the early web. But yeah, flashing it that fast would confuse a lot of people.

[1] https://en.wikipedia.org/wiki/Blue_screen_of_death




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

Search: