Has the LHC destroyed the world yet?

In case you’ve blanked news out for the day, the Large Hadron Collider, the LHC, was turned on today. It’s taken 30 years and some silly number of billions of pounds to make a really big ring so boffins can make streams of protons hit each other at light speed then see what happens. I did write in with a suggestion that they shine two torches at each other, but they never wrote back. I would even have supplied the batteries.

Anyway, apparently the amount of energy used is likely to create a Higgs Boson particle, which somehow gives all other particles mass (although exactly how or why I really don’t know). Then again, it might not. What this boils down to is that a load of guys underground in Europe are going to perhaps make a very small black hole. They insist that this is completely safe, which it probably is, but that doesn’t stop everyone else wondering if they are about to destroy the world, which brings me to the point of this..

In case you need to check if the LHC has destroyed the world, there is now a convenient website that is monitoring the situation and allows you to check:

http://hasthelargehadroncolliderdestroyedtheworldyet.com/

It’s a good joke, but the real comedy will escape 99.9% of viewers. Check out the source code for the page:

[script type="text/javascript"]
if (!(typeof worldHasEnded == "undefined")) {
document.write("YUP.");
} else {
document.write("NOPE.");
}

[script type="text/javascript"]
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." :
"http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost +
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));


Comedy gold for web techy people.

[I removed the email address from the code to try and prevent him getting spammed by bots that may scan this page, but it’s there in the page’s code if you want to find it yourself.]

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.