The thing that annoys me most about this situation is people complaining about how long it took to send out the "Sorry, there was no missile" message. Just as I expected these were hard-coded messages that were sent out by a button (link) click and not a free-form text area. There are many (good) reasons you want your program set up this way (let's ignore the rest of the terrible UI/UX for now). It makes complete sen…
>maybe have to type a confirmation string Having to type out YES or some phrase is a fairly common "Are you really sure you want to do this??" sort of thing. I gather they're also looking at requiring a second person's confirmation which, if practical and very unlikely to make it impossible to send any message, seems reasonable as well.
The screen that set off the ballistic missile alert on Saturday
51–60 of 375 posts
Re: The screen that set off the ballistic missile alert on Saturday
#52It's easy to see how this is bad, and I bet dozens of designers are now creating alternatives for their dribble and Twitter appreciation, but the problem is probably what led to this, not this specifically. I can see it: a contractor started with a link that triggers a push notification, then someone requested another link, then another, then it grew from there, never having the ability to stop and rethink this from…
[1]: https://medium.com/tragic-design/how-bad-ux-killed-jenny-ef9...
Re: The screen that set off the ballistic missile alert on Saturday
#53Lowest bidding contractor wins again.
Re: The screen that set off the ballistic missile alert on Saturday
#54It's easy to see how this is bad, and I bet dozens of designers are now creating alternatives for their dribble and Twitter appreciation, but the problem is probably what led to this, not this specifically. I can see it: a contractor started with a link that triggers a push notification, then someone requested another link, then another, then it grew from there, never having the ability to stop and rethink this from…
what would you call regular re-evaluation of a system ? hygiene ?
Don't know what the equivalent in the graphics design world would be.
Re: The screen that set off the ballistic missile alert on Saturday
#55Earlier quoted context omitted.
...would be a scary looking alert confirmation dialog If I had a bitcoin for every time someone clicked through the confirm dialog without looking...
I'd suggest it only go on the dire warnings; don't have a confirmation on the drill alerts, but yeah, it's not a perfect fix.
Re: The screen that set off the ballistic missile alert on Saturday
#56The thing that annoys me most about this situation is people complaining about how long it took to send out the "Sorry, there was no missile" message. Just as I expected these were hard-coded messages that were sent out by a button (link) click and not a free-form text area. There are many (good) reasons you want your program set up this way (let's ignore the rest of the terrible UI/UX for now). It makes complete sen…
Re: The screen that set off the ballistic missile alert on Saturday
#57Earlier quoted context omitted.
what would you call regular re-evaluation of a system ? hygiene ?
I think we use different words in different contexts: Refactoring, Maintenance come to mind for software engineering. Don't know what the equivalent in the graphics design world would be.
Re: The screen that set off the ballistic missile alert on Saturday
#58It's easy to see how this is bad, and I bet dozens of designers are now creating alternatives for their dribble and Twitter appreciation, but the problem is probably what led to this, not this specifically. I can see it: a contractor started with a link that triggers a push notification, then someone requested another link, then another, then it grew from there, never having the ability to stop and rethink this from…
Re: The screen that set off the ballistic missile alert on Saturday
#59The thing that annoys me most about this situation is people complaining about how long it took to send out the "Sorry, there was no missile" message. Just as I expected these were hard-coded messages that were sent out by a button (link) click and not a free-form text area. There are many (good) reasons you want your program set up this way (let's ignore the rest of the terrible UI/UX for now). It makes complete sen…
>maybe have to type a confirmation string Having to type out YES or some phrase is a fairly common "Are you really sure you want to do this??" sort of thing. I gather they're also looking at requiring a second person's confirmation which, if practical and very unlikely to make it impossible to send any message, seems reasonable as well.
Of course they then need a way to test the button...
Re: The screen that set off the ballistic missile alert on Saturday
#60Earlier quoted context omitted.
>maybe have to type a confirmation string Having to type out YES or some phrase is a fairly common "Are you really sure you want to do this??" sort of thing. I gather they're also looking at requiring a second person's confirmation which, if practical and very unlikely to make it impossible to send any message, seems reasonable as well.
I think I have read some research in healthcare field that such confirmations aren’t s helpful as you would think. One reason of course is a combination of alarm fatigue and the fact that software has trained people to just always click yes when an annoying pop up appears. Another is that people will think the have already clicked the correct thing button. So it’s less “Oh a confirmation box has appeared, let me conf…