TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Poor UI Design Can Kill – Air Inter Flight 148, a Harsh Lesson Learned

138 pointsby damian2000over 10 years ago

17 comments

dredmorbiusover 10 years ago
I&#x27;d argue that modal behavior <i>isn&#x27;t</i> a bad thing <i>so long as those modes are very clearly distinguished</i>.<p>It doesn&#x27;t hurt if they&#x27;re encountered frequently enough that the user &#x2F; operator has a clear sense of their distinction.<p>vi&#x2F;vim is a modal editor. There are two ways of interacting with it: &quot;insert&quot; mode, and &quot;normal&quot; (command) mode. In one, you&#x27;re editing your document, in the other you&#x27;re <i>operating</i> on it. While frustrating for new users, with experience using modes becomes transparent, as they&#x27;re switched in and out of <i>all the time</i>. Though the <i>visual</i> distinction of modes isn&#x27;t always clear.<p>In a non-programming context, most sailboats have two primary operating modes: under sail, and under power. Here, the contexts are evident from a large number of cues in the environment, and how the boat is skippered is evident from these cues.<p>Other tools have many modes of operation -- the various apps on a smartphone&#x2F;tablet effective change the mode of the device. Is it a phone? A music player? A messaging tool? A web browser? The &quot;mode&quot; is specified by the application. Usually visual cues of the display indicate which specific mode is operative.
评论 #8296039 未加载
评论 #8296922 未加载
评论 #8297294 未加载
评论 #8296419 未加载
评论 #8295769 未加载
评论 #8296631 未加载
评论 #8297641 未加载
评论 #8295574 未加载
评论 #8296378 未加载
bagelsover 10 years ago
More Airbus deadly UI:<p><a href="http://en.wikipedia.org/wiki/Air_France_Flight_447" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Air_France_Flight_447</a><p>The two sticks can be pointed in different directions. The plane does not complain about this and averages the inputs. One pilot is pulling back, one is pushing forward, plane crashes. Clearly there are some human factors here, but from what I&#x27;ve read, on Boeing&#x27;s aircraft pushing one stick causes the other to move, much more intuitive.
评论 #8295748 未加载
评论 #8295743 未加载
评论 #8295856 未加载
评论 #8296090 未加载
评论 #8295512 未加载
评论 #8300966 未加载
jacquesmover 10 years ago
Making mistakes with blender won&#x27;t kill you but the modes are enough to drive anybody nuts.<p>Another instance of a very poor choice that led to people being killed in aviation was the one where &#x27;take-off power&#x27; was interpreted as &#x27;take power off&#x27;.<p>I can&#x27;t find a reference to that accident but the essence was that during a go-around instead of full throttle the pilot reduced power causing the aircraft to stall and crash.
评论 #8295599 未加载
gear54rusover 10 years ago
I, for one, fail to realize how can one design any half-complex app (gadget, whatever) to be stateless. I mean, modes are literally <i>everywhere</i>.<p>So long as you can always tell which mode is the current one, I feel modes are fine.<p>That said, the example in the article seems like a pretty severe oversight (crucial indicator, completely identical modes) by itself.
评论 #8296264 未加载
评论 #8296978 未加载
userbinatorover 10 years ago
Something doesn&#x27;t look quite right... in the study linked to from the article, the two figures (archived because the site no longer exists) are:<p><a href="http://web.archive.org/web/20050914030410/http://web.mit.edu/aeroastro/www/labs/ASL/MODE_AWARENESS/figure2a.JPG" rel="nofollow">http:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20050914030410&#x2F;http:&#x2F;&#x2F;web.mit.edu...</a><p><a href="http://web.archive.org/web/20050412110614/http://web.mit.edu/aeroastro/www/labs/ASL/MODE_AWARENESS/figure2b.JPG" rel="nofollow">http:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20050412110614&#x2F;http:&#x2F;&#x2F;web.mit.edu...</a><p>Notice that the mode indicator is only in the middle, far from the value it&#x27;s indicating the mode of, but in the cockpit picture in the article ( <a href="http://blog.martindoms.com/wp-content/uploads/2011/01/IMG_8281.jpg" rel="nofollow">http:&#x2F;&#x2F;blog.martindoms.com&#x2F;wp-content&#x2F;uploads&#x2F;2011&#x2F;01&#x2F;IMG_82...</a> ), you can see that there are actually <i>two</i> mode indicators, one in the same position as the one in the study and one right above the value where it should be. A quick Google of other cockpit images shows that the plane does have two. I wonder if this was an oversight?
评论 #8296552 未加载
josefrescoover 10 years ago
Someone closer to the browser development at Mozilla etc. could answer this better, but wasn&#x27;t the original implementation of private&#x2F;incognito or &quot;safe&quot; modes meant to be subtle?<p>Before we were all concerned for our privacy these modes were (and prob still are) mostly used for surfing porn. When one is surfing for porn in &quot;private&quot; mode it would benefit to have the UI not scream &quot;I&#x27;M DOING PRIVATE STUFF&quot;.
shoyerover 10 years ago
<p><pre><code> the moral of the story is avoid modes whenever possible </code></pre> We try to avoid using global state (and state in general) in software engineering for this exact same reason. Humans just aren&#x27;t good at keeping track of more than a few things at once, even if they are the ones who designed the system in the first place.
评论 #8296253 未加载
tboerstadover 10 years ago
This same example, along with many others, are covered in Don Norman&#x27;s classic &quot;The Design of Everyday Things&quot;.
评论 #8297943 未加载
cnvogelover 10 years ago
See also this report at the FAA regarding the exact accident being discussed in this blog post: <a href="http://lessonslearned.faa.gov/ll_main.cfm?TabID=2&amp;LLID=57&amp;LLTypeID=2" rel="nofollow">http:&#x2F;&#x2F;lessonslearned.faa.gov&#x2F;ll_main.cfm?TabID=2&amp;LLID=57&amp;LL...</a><p>This also includes pictures of the displays without (-3.3 and -33) and with (appending two small zeroes for the latter) the fix employed by Airbus.<p>(I also commented on the original article, but await moderation.)
ExpiredLinkover 10 years ago
&gt; <i>but I guess the moral of the story is avoid modes whenever possible.</i><p>Not a story for Vim aficionados.
campermanover 10 years ago
Coincidentally, I watched an episode of Channel 4&#x27;s Black Box series just last night that discusses this accident. The whole series is worth watching but this episode is here:<p><a href="https://www.youtube.com/watch?v=0wp-Dbb2CO4" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=0wp-Dbb2CO4</a><p>Start at 3:34. Very revealing comments at 5:20 about pilots having to fight with the &quot;strong but silent partner&quot; in the cockpit.
_pmf_over 10 years ago
The question is whether a mode-less interface (that necessarily displays more information at once and is therefore inherently more complex) would have caused more problems than this single instance of a problem caused by the mode mechanism.
roma1nover 10 years ago
As the article points out, there are other factors involved in this accident. IIRC, Air Inter did not equip its fleet with GPWS, for instance.
rbanffyover 10 years ago
<a href="http://www.amazon.com/Set-Phasers-Stun-Design-Technology/dp/0963617885" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;Set-Phasers-Stun-Design-Technology&#x2F;dp&#x2F;...</a> has many stories about user interfaces, bugs and their occasional lethality.
nkozyraover 10 years ago
UI&#x2F;UX in general is extraordinarily complex. I think we can all agree on that.<p>With something as complex and data-driven as air flight, managing a UI will always be complex as a result. As any given control needs to be available at any given moment, you cannot obfuscate too much in the interest of cleanliness.<p>With all that said, this issue is still not a UI issue, but a training issue and perhaps also an issue with a lack of standards (I&#x27;m assuming, not in flight) with jet UI. Even with poor UI, understanding what you&#x27;re changing and verifying it should boil down to training.<p>Based on this article, it seems like there&#x27;s a lack of continuity between aircraft in where controls are, and I wonder if there&#x27;s ever been any push for standardization. I realize not all craft could be complete mimics, but general controls and indicators should be in the same general area, right?
评论 #8296447 未加载
lordnacho1980over 10 years ago
Everyone who is typing on a keyboard is using a mode. For instance, my &quot;mode&quot; is the HN comment box. Now of course that&#x27;s clear to me because I can see the text appearing in the correct place.<p>As for the airplane example, isn&#x27;t it quite natural to expect the pilots to have gone through extensive training? I understand consumer websites need to be intuitive, but highly specialized things can&#x27;t really be intuitive.<p>One big problem with complex things like a cockpit is that the guys who build it are specialists in a different field from the guys who use it. So how are they going to know if the thing is intuitive? I would imagine a pilot mostly touches the same few commands each day, leaving most modes out of use most of the time. By contrast, the developer needs to build the whole thing.
评论 #8296309 未加载
SG-over 10 years ago
On OSX, Chrome incognito mode is way more obvious since the top of the window is a dark shade of blue&#x2F;grey.