Twitter, Google, and the hash-bang debacle
Since the 'new' twitter launched some 5 months ago, this is what's presented to the sorry Javascript-less user:
Helpfully, twitter redirects to a URL informing you it's clever enough to detect that your browser cannot handle the javascript, but it's not courteous enough to give you anything more than a header and a blank page.
Anyway, the main reason behind this is that, now, everything's javascript-only, loaded via AJAX, using a bizarre URL-shredding technique invented (and hopefully soon regretted) by Google. Mike Davies eloquently explains why this is such a terrible idea with the use case of a recent complete site-outage for Lifehacker, caused by a Javascript error.
When you build your house out of such brittle material, it's gonna fall down sooner or later.
