vote up 45 vote down star
18

The Principle of Least Astonishment suggests that a system should operate as a user would expect it to, as much as possible. In other words, it should never "astonish" the user with unexpected behavior.

In your experience as the "astonishee," what types of systems are the worst offenders, and if you were the project manager, how would you correct the problem?

Bonus if your answer describes how you'd retrain the developers!

flag
2  
The ProgNazis or WikiNazis have struck again. I'll through an upvote in to help out. – Lance Roberts Oct 25 '08 at 5:26
2  
upvote to balance nazis that don't understand what's the social aspect of this site. – Terminus Oct 25 '08 at 19:23
6  
As fun questions go I'll be damned if I didn't laugh at the title :P – annakata Feb 26 at 22:24
show 7 more comments

68 Answers

vote up 4 vote down

This will end your Windows Session.

umm... duh, kind of why I clicked "Exit Windows", guys... thanks.

link|flag
1  
What's the problem? Confirmation dialog, that's all. – Loren Pechtel Jun 29 at 19:44
show 1 more comment
vote up 6 vote down

For a C++ developer, I was most astonished when I ran my program on another machine for the first time. It immediately said:

"This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem."

The application configuration is incorrect? That's funny, I don't remember writing code to show that message box. How do I even begin to diagnose the cause?

It turns out this message means "The Visual C++ runtime DLL is not installed. Please install version 9 of VCREDIST.EXE from microsoft.com or, if you are the developer, link statically to the CRT library."

link|flag
1  
This is a common problem where developers have confused the task of making error messages "user friendly" with the task of removing any hint of technical detail from them. The result is often error messages so generic they are meaningless to developers and users both. – Wedge Feb 10 at 1:29
show 4 more comments
vote up 64 vote down

Hijacked focus — an astonishing misuse of multithreading.

iTunes is an example. I close iTunes and start typing in another program. After a delay, iTunes puts up a little window that says "Saving iTunes library." Besides being totally pointless, it steals the focus from what I'm doing. So in frustration I press Alt+Tab to get back to what I was doing. But if the offending window has disappeared in the meantime, then I actually Alt+Tab away from the window I want, meaning that at this point one or two more Alt+Tabs are required to get back, but you can't tell, because iTunes is now completely invisible... and so on, ad nauseam.

It's even worse when the window that pops up presents a dialog with a choice, and keyboard shortcuts, because I can inadvertently select something I didn't want, or indeed know that I'd chosen.

link|flag
2  
I absolutely hate this. I have the same thing happen with ZoneAlarm regularily and more often than not I deny some program web access which means something (usually an install) stops working. – Makis Jun 2 at 14:03
show 1 more comment
vote up 21 vote down

How about the Windows "Use the web service to find the right program to open this file."

It's bad enough that it's in there, but what makes it so much worse, is that it's the DEFAULT!

link|flag
show 2 more comments
vote up 4 vote down

My husband uses some inhouse stuff. He has to enter a bunch of data on a form, including some long mixed alphanumeric strings, similar to GUIDS, something really easy to enter incorrectly. I don't think there is a copy/paste option. He presses SUBMIT.

If there is an error, then a bright red screen comes up and says there is an error in input. It doesn't say what the error is, what field, or show the incorrect value. Then, it goes back to the original form, with ALL fields emptied, so that the hapless user can re-enter all of those fields again.

Correcting the problem would be easy: give a nicer error message on the offending fields (after submit, if fields are related to each other), and don't clear out anything.

How to retrain the programmers? I'd suggest using a rack, because torture does seem appropriate.

link|flag
show 1 more comment
vote up 0 vote down

I just answered a question here on SO, and when I clicked Post Your Answer I was directed to a page that told me the question didn't exist. Seems the OP had deleted and re-entered it while I was answering.

But, then, I often talk to myself....

link|flag
vote up 5 vote down

The top answer about Macs not have Floppy eject buttons reminded me of one design that was clearly the most astonishing for me. It was actually a hardware design, but it was on a computer, so I think it counts.

It was on one model of Macs put out in the mid-1990s, which I can only assume was designed specifically to annoy PC users.

Like all Macs, it didn't have a floppy eject button. It did however, have a button on the case. It was thin and protruding and right next to the floppy, so it look exactly like a floppy eject button.

It was, however, the power button.

You go to eject your disk, and suddenly the power shuts off!

link|flag
show 1 more comment
vote up 4 vote down

I was astonished by the language in this infamous debian bug.

It amazed me more as I read the arguments in the post for why this should/should not be dealt with as a critical patch or just leave it.

link|flag
vote up 0 vote down

In the reverse vein, I recall that most BIOS setup screens, when you go to exit, regardless of whether you chose "Save and Exit" and "Exit without Saving", will always ask you "Are You Sure?" To me, this feels like the developer treating me like an idiot, assuming any action I make is wrong. If many users are accidentally hitting "Exit", that would indicate the UI is bad, not the the users are dumb.

link|flag
vote up 21 vote down

When attempting to perform a search in Windows explorer under Windows XP you are presented with a dog and a completely broken search feature (a metaphor perhaps?).

You then carefully click your way to enable "proper search", but before you can get to it you have to wait for the dog to turn around and waggle its ass at you.

That is pretty astonishing to me.

link|flag
show 4 more comments
vote up 1 vote down

The first time I worked on a C++ project started by a namespace-happy programmer. I kept getting error messages saying the function or whatever I was using couldn't be found, when it was right there. It took me a little while to start interpreting that as a namespace issue, and it took me a while to get used to checking the namespaces when I saw such a message.

Now, I don't know that g++ should have had a reference to not existing in available namespaces, but it would have saved me a good many frustrated minutes.

link|flag
vote up 4 vote down

Just today I needed to clear the Event Log on a Windows machine: from the  Start Menu, open the  Event Log Viewer,   right-click   Application Logs,  click  Clear from the context menu, click  Yes on the confirmation dialog ... and then choose a file name!?

Whoops — the "confirmation dialog" didn't ask whether I wanted to clear the log; it asked if I wanted to save the log.

No more clicking in my sleep!

link|flag
show 1 more comment
vote up 0 vote down

An error message like this:

The image is too large: Too many bytes

Thanks for this usefull piece of information...

link|flag
show 2 more comments
vote up 3 vote down

On a keyboard with German layout, you hold down the right "Alt" key (which is the first key right to the space bar, mind you) and press "Q" if you want to enter an "@" sign.

Now, I have lost track of the number of web forms that I had to fill out twice (or even thrice!) since I got my first MacBook Pro last summer. Whenever I get down to the "your email" field, my browser window will just disappear while I type in my address...

Could be that you must come from Germany and be switching from Windows to Mac to truly imagine what that feels like.

link|flag
vote up 19 vote down

Focus-stealing dialog boxes from the non-foreground application. If you're in the middle of typing something you can trigger one of the dialog box buttons before your brain even has a chance to register.

The worst has to be the Windows Automatic Updates background install. Once the updates have finished installing after a non-deterministic period of time, you get a dialog prompting you to restart now or later. The number of times I've accidentally rebooted my machine in the middle of a complex task...

link|flag
4  
gpedit.msc > Computer Configuration > Administrative Templates > Windows Components > Windows Update > Re-prompt for restart... > Change setting to Enabled > Change restart time to 1440 minutes (24 hours). Click OK. :) And yes, it's stupid that this isn't the default. – Kyralessa Feb 10 at 2:14
show 2 more comments
vote up 2 vote down

In Windows, if I right-click 'Start' button and choose 'Search', the 'Look In' by default will have 'Start Menu' in it.

Maybe it's just me, but what are the chances a user starts search just to find something in Start Menu? I would expect something like 'Local Hard Drives' at least.

link|flag
2  
You right-clicked the Start menu, chose Search and weren't expecting to search the Start Menu? – Qwertie Jun 29 at 19:15
vote up 4 vote down

Windows Updates that restart your machine at 3 AM by default.

Annoys me to no end, especially because my wife blames me and asks me why the hell did I restart her computer without asking with all that useful IE windows opened that she did not save links for.

Yes, I know how to configure it, but I would prefer applications not restarting my computer without by permission by default.

link|flag
show 1 more comment
vote up 1 vote down


Microsoft Visual Studio

The command you are attempting cannot be completed because the file 'MyProject.vdproj' is under source code control and is not checked out.

OK Help

... and similar Visual Studio messages. You can select the 'add file' command, spend a few minutes looking for the files you need and carefully selecting them, and only at the very last step you are told that you cannot do this. Please go check out and repeat all your actions.

I mean, how about checking if I can perform the operation in the first place?

link|flag
vote up 3 vote down

I have fond (?) memories of the Mac equivalent of the Blue Screen of Death, that would come up on early versions of Macintosh computers.

It would show a small bomb icon, and say that your computer was seriously messed up, and then it would give you two buttons. "Restart" or "Resume".

Everyone, as they mourned their lost term paper, always hoped and prayed that, for some weird and unknowable reason, the "Resume" button would work just this one time. And it never, ever, did. It would just freeze the computer and the user would be forced to restart.

link|flag
vote up 0 vote down

Over the years, the behavior of the browser's back button has so violated the Principle of Least Astonishment that now I'm pleasantly astonished whenever it does what it's supposed to!

At least it seems to work correctly on this site!

link|flag
vote up 13 vote down

When Windows Automatic Update asks if you'd like to restart now or restart later. And then keeps asking every few minutes. I think to most users selecting "Later" means "at a time that I will determine" not "possibly in a few minutes, why don't you check back then?"

link|flag
show 3 more comments
vote up 3 vote down

Whoever thought a generic user would be able to figure out how functionality parcels out into menus that are variously named

/Preferences
/Quick Preferences
/Advanced (various)
/Appearance
/Administrative Tools
/Accessories
/Computer Management
/Control Panel
/Properties
/Details
/Folder Options (and to set file extension handlers?)
/System
/Start
/Set Program Access and Defaults
etc. etc.

Various MSC files you need to "Run...", all free from intuitive names:
gpedit.msc
compmgmt.msc
dsa.msc
domain.msc
dssite.msc
lusrmgr.msc
secpol.msc

link|flag
vote up 0 vote down

A couple of days ago, I was trying to use a tax software to file my tax report or whatever ..

I had a slip that I had to enter, the slip is essentially boxes with number, all boxes were empty except for one box which had a number. The corresponding slip on the tax application had all boxes enabled, except for the only box that I need to fill; it was disabled!

Having no clue how to fix it, I gave up on the application.

link|flag
vote up 1 vote down

I joined this digg-like site after being a passive user for a year or so. I felt that I wanted to contribute. So I started to comment and vote on submissions and in discussions. Then suddenly, I seemed to be ignored. No one answered any of my comments. I googled a little and discovered that there was something called a zero point ban. It can be detected by logging out and see your comments disappear just to reappear when logging in.

So I deleted my comments and my user and went back to being passive. I thought, why should I contribute content to some business when I got treated that way?

Edit: Just to clarify why this is relevant to this thread. I could not figure out -why- I was banned and I did not get any notification about it. This was very unintuitive.

Edit2: Looking again at the question; As a project manager I would have the programmers make the banning algorithms able to distinguish between a human and a bot. Also let the user have a way to detect which rule violation caused the ban and encourage a change in behavior, preferably in a positive, friendly way.

link|flag
vote up 7 vote down

Underlining text on a web page that's not a link. Grrrr.

link|flag
show 2 more comments
vote up 3 vote down

Office 2007

link|flag
vote up 1 vote down

Websites that complain about which browser the visitor is using. Developers to read "Viewable With Any Browser".

link|flag
vote up 3 vote down

Applications that move the mouse to 'help' you.

link|flag
vote up 0 vote down

Usually happens when using other people's computers: Clicking a link in a browser opens Adobe PDF reader.

link|flag
vote up 0 vote down

rdesktop on ubuntu which, if being open in full-screen, had sent all input to remote machine without ability to return to local session.

http://ubuntuforums.org/showthread.php?t=341575

And I am also astonished by StackOverflow's preview window with its peculiar displaying of underscores

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.