The screen that set off the ballistic missile alert on Saturday
121–130 of 375 posts
Re: The screen that set off the ballistic missile alert on Saturday
#122Earlier quoted context omitted.
An ICBM will land about 30 minutes after it launches. At those kinds of timescales, every delay you put in somebody's path to issue the warning, even a few seconds, is going to be a cost measured in lives. How many people are you willing to kill to reduce the risk of a false alarm?
> An ICBM will land about 30 minutes after it launches. At those kinds of timescales, every delay you put in somebody's path to issue the warning, even a few seconds, is going to be a cost measured in lives. Actually, considering that timescale and all the variables involved in detection and tracking a few seconds is less than the margin of error for predicting the warhead's arrival. While the goal should obviously b…
Re: The screen that set off the ballistic missile alert on Saturday
#123Re: The screen that set off the ballistic missile alert on Saturday
#124Re: The screen that set off the ballistic missile alert on Saturday
#125This is going to be in every single UI class curriculum, from now until earth‘s destruction in nuclear armageddon.
Re: The screen that set off the ballistic missile alert on Saturday
#126https://blog.codinghorror.com/the-opposite-of-fitts-law/ In the cockpit of every jet fighter is a brightly painted lever that, when pulled, fires a small rocket engine underneath the pilot's seat, blowing the pilot, still in his seat, out of the aircraft to parachute safely to earth. Ejector seat levers can only be used once, and their consequences are significant and irreversible. Applications must have ejector seat…
http://www.bbc.co.uk/news/uk-england-lincolnshire-37475298
We probably won't ever know how many people died as a direct result of the Hawaii BMD mis-alert, but I'd be surprised if the number was non-zero (think in terms of car crashes, stress-aggravated cerebrovascular accidents, and so on).
Similarly, consider the warning signage deployed around high tension electrical substations, and the consequences of ignoring it or failing to understand its significance.
The point is, in these types of situation bad design can kill, and we need to design accordingly and unambiguously.
Re: The screen that set off the ballistic missile alert on Saturday
#127I bet it works in ie6. Is this design horrible? yes. Is this out of the ordinary? Absolutely not. This is very common UX for systems designed 5+ years ago and there are still systems designed today that look like this. This is an alert system, now picture your surgeon or air traffic control using something like this...
I have not seen UI where there is something that appears to be a link that spans an entire line but it is actually several separate links.
Re: The screen that set off the ballistic missile alert on Saturday
#128Re: The screen that set off the ballistic missile alert on Saturday
#129Why is the a manual UI to send out an incoming missile alert. Surely the alert should be sent automatically when the anti-missile system is engaged?
This is a civilian system. Detection and anti-ballistic missile systems are military, specifically NORAD and the MDA. I agree that NORAD should have an API, though I suspect integrating it with civil defense systems will result in more such mistakes in the short run.
Re: The screen that set off the ballistic missile alert on Saturday
#130The 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…
...would be a scary looking alert confirmation dialog If I had a bitcoin for every time someone clicked through the confirm dialog without looking...