Earlier quoted context omitted.
Does it fix my favorite pet peeve, the overuse of the wrong meaning of "fail closed"? "Fail open" usually refers to a fuse that opens and kills power, meaning the system is inert and safe on failure. "Fail closed" is the opposite -- system has power and is live. Computer security people have appropriated the term but use it for the completely opposite meaning. When your work straddles electrical engineering and compu…
That doesn't make sense at all. Fail open means the method of it's use is still in use. Say you have a door that has powered locks. You want it to fail "open" so that when the power goes out, it's still useable, and people can get out. That's the source of the term.
Took me a minute as well, cause indeed with a computer background, the meaning is completely the opposite. Just like in other security contexts (door locks).