Found in 3 comments on Hacker News
Nobody cares why your site is down, and for most sites 99% of your users will have no clue what is meant by "This site is hosted by Heroku".

What you say is true for a certain type of users and a certain type of business, but not for all the users and uses that a Heroku app might have - big companies, small companies, consumer sites, internal tools, iOS apps, etc. You have to assume a variety of use cases here, because that's kind of the whole point of a platform business.

What about when the user is your boss? "Hey, did you fuck this up?" is not a question people want to hear all day.

Or when it's an internal tool, and your users are a whole bunch of people who work with you?

Or when the site that went down is the system you use to invoice your consulting client, and they know you wrote it? Would you be anticipating repeat business?

A tiny portion of consideration for other people when you write your error messages can save those other people a great deal of stress. 37Signals wrote a book on that in around 2005 or so:

http://www.amazon.com/Defensive-Design-Web-improve-messages/...

It's short but it's good. (twss)

I think people are getting way too angry about this, and geeks get awfully weird (and often oddly furious) whenever you suggest employing simple social graces, but I also think it's indisputable that OP is absolutely right.

And to be fair, I didn't have any apps hosted on Heroku when this took place, so that might even be the reason why I think people are getting too angry about this. Maybe they're right to be mad.

"If you had a setup with a hosted machine at Rackspace and the power goes out, you don't expect a custom error. So why would you expect one from Heroku?"

Because Heroku's not Rackspace. It's a service, and one thing people like from a service business is good service.

I like Heroku, it's awesome, but asking them to take responsibility for their downtime is a reasonable request.

ashitvora · 2010-10-02 · Original thread
There are many books for Usability, User Experience, etc. but if you are a hard core programmer, I would recommend "Designing Web Interfaces" is good for beginners and "Defensive Design For The Web".

Links: http://www.amazon.com/Designing-Web-Interfaces-Principles-In...

http://www.amazon.com/Defensive-Design-Web-improve-messages/...

Enjoy :)

radley · 2008-09-05 · Original thread
Often, Interaction Design gets lumped in with Interface Design (or simply overlooked). For this I suggest:

"Submit Now: Designing Persuasive Web Sites" by Andrew Chak (2003)

• Similar to "Don't Make me Think", but focuses more on personal interaction & choices more than layout.

"Defensive Design for the Web: How to improve error messages, help, forms, and other crisis points" by 37 Signals (2004)

• Error management (not just 404s) is one of the most overlooked UI portions of a web project and are often left up to the developers to "figure out".

http://www.amazon.com/Submit-Now-Designing-Persuasive-VOICES...

http://www.amazon.com/Defensive-Design-Web-improve-messages/...

Fresh book recommendations delivered straight to your inbox every Thursday.