I always use the 'canonical' K&R version: "hello, world". No capitalization, no full stop or exclamation mark, comma used before direct address.
</quirk> ;)
I'm always annoyed at myself and others at work when our site goes down for a period of time and we didn't get some kind of notification telling me so... considering that this has apparently been happening for at least an hour, I'm feeling a whole lot better now.
+1 on Pingdom but don't forget to test actual content and not just a "200 OK" server response. It's common to test if a site is UP but not if the content it's serving is correct. Make sure to content match because Oracle.com is returning a "200 OK" status even though this probably isn't what Oracle considers "OK".
Cool. It didn't really fit my (naive) stereotype of a hackernews reader, but then there are a lot of Oracle employees out there (including people like Guy Steele Jr).
For those who read this once they fix it. The homepage of oracle.com is simply
<html>
<body>
<center>
<p>
<h2>
Hello World
</h2>
</p>
</center>
</body>
</html>
60 comments
[ 1.9 ms ] story [ 127 ms ] threadDOCTYPE is also missing :)
Also, it's been this way for over an hour: https://twitter.com/freebalance/status/257044942780760064
http://docs.oracle.com/javase/tutorial/getStarted/cupojava/w...
They are just migrating to JDK 7.
No offence intended to Oracle engineers on HN!
By tomorrow every blog story linked will be using this ultra minimalist design.