https://news.ycombinator.com/item?id=24907002 Looks like https vs http link.
Type in the exact number of machines to proceed
61–70 of 340 posts
Re: Type in the exact number of machines to proceed
#62Re: Type in the exact number of machines to proceed
#63Re: Type in the exact number of machines to proceed
#64Re: Type in the exact number of machines to proceed
#65Earlier quoted context omitted.
Worth mentioning that, assuming the single study on the matter can be believed, the pointing and calling method is extremely effective in reducing the incidence of silly mistakes (that is, mistakes made in simple routine tasks, by competent individuals). Unfortunately, it strikes many as looking rather silly, so it hasn't been widely adopted.
Watch and listen to pilots as they complete checklists. They point and callout each item, switch setting, etc.
A: “Passing control”
B: “Taking control”
A: “You have control”
B: “I have control”
This is how I remember it (6174, UH-1Y).
Re: Type in the exact number of machines to proceed
#66Earlier quoted context omitted.
>You can know that something is the right thing to do but not have the courage to physically harm someone to do it. In this specific case the "thing to do" is literally to harm hundreds of thousands of people. The reasoning behind this proposed interlock is that any logic which concludes that it is moral and rational to harm hundreds of thousands of people must also conclude that it is moral and rational to harm the…
> The reasoning behind this proposed interlock is that any logic which concludes that it is moral and rational to harm hundreds of thousands of people must also conclude that it is moral and rational to harm the "interlock" individual. Yes, but you can know it's the right thing to do, but not be able to physically do it. The president's ability to physically cut someone open is not relevant to whether it's a good ide…
I'm sure if the president was physically incapable of wielding a knife, she would have someone on hand to do that for her.
Re: Type in the exact number of machines to proceed
#67Notably, Discord does something like this when you @everyone in a large channel: "You're about to push a notification to 12,000 people, are you sure you want to do that...?"
Sounds like a yes/no answer is expected? If so, that is exactly what Rachel is suggesting is not enough.
Re: Type in the exact number of machines to proceed
#68Raskin talks about the futility of this in his book The Humane Interface. Basically, what happens is the brain switches operating context from "I want to do something" to "resolve this interruption (confirmation box)" and you don't relate the one to the other - you're so focused on getting rid of the interruption that the original task is forgotten until after the interruption is gone. Then you switch back to the ori…
Also, while undo is great, it's not always technically feasible. The tools in question are basically for modifying the layer that implements undo for your end users, and are often themselves fundamentally irreversible. Undo for raw hard disks involves forensic analysis at best.
Re: Type in the exact number of machines to proceed
#69I have a habit of creating cli tools, which potentially do dangerous things, to default to dry-run mode. For example, instead of the typical `--dry-run` or `-n` option, my scripts instead had a cheesy `--do-it` to be non-dry-run. It is annoying as hell to my colleagues, but saved the day many times.
Re: Type in the exact number of machines to proceed
#70This is a great idea, and I'd like to point out that having such a system in place would have prevented one of the largest Internet outages in recent memory - the Amazon S3 outage in 2017: https://aws.amazon.com/message/41926/ > At 9:37AM PST, an authorized S3 team member using an established playbook executed a command which was intended to remove a small number of servers for one of the S3 subsystems that is used b…