Dead man's switch

This commit is contained in:
Bob Mottram 2018-10-19 12:38:04 +01:00
parent 5ca96814ef
commit d7f016b457
4 changed files with 16 additions and 2 deletions

View File

@ -19,7 +19,7 @@ Free Documentation License".
* Generated
This file last generated Friday, 19 October 2018 11:30AM UTC
This file last generated Friday, 19 October 2018 11:37AM UTC
* Glossary
** (
@ -3396,6 +3396,9 @@ n. [cypherpunks list, 1996] An attack on a public-key cryptosystem consisting of
*** dead code
n. Routines that can never be accessed because all calls to them have been removed, or code that cannot be reached because it is guarded by a control structure that provably must always transfer control somewhere else. The presence of dead code may reveal either logical errors due to alterations in the program or significant changes in the assumptions and environment of the program (see also software rot ); a good compiler should report dead code so a maintainer can think about what it means. (Sometimes it simply means that an extremely defensive programmer has inserted can't happen tests which really can't happen yet.) Syn. grunge. See also dead , and The Story of Mel'.
*** dead man's switch
Gender biased term of a type of failsafe system used when debugging large or potentially dangerous robotics systems. The dead man's switch is a physical contact held closed in the hand. If the robot does something unexpected due to a bug then the hacker can simply release/drop the switch and the robot will come to a controlled stop and then power off.
*** dead tree version
A paper version of a digital document. Made from dead trees.

Binary file not shown.

View File

@ -18,7 +18,7 @@ Free Documentation License".
</p>
<H2>Generated</H2>
<p>
This file last generated Friday, 19 October 2018 11:30AM UTC
This file last generated Friday, 19 October 2018 11:37AM UTC
</p>
<H2>Glossary</H2>
@ -4032,6 +4032,10 @@ This file last generated Friday, 19 October 2018 11:30AM UTC
<p>
n. Routines that can never be accessed because all calls to them have been removed, or code that cannot be reached because it is guarded by a control structure that provably must always transfer control somewhere else. The presence of dead code may reveal either logical errors due to alterations in the program or significant changes in the assumptions and environment of the program (see also software rot ); a good compiler should report dead code so a maintainer can think about what it means. (Sometimes it simply means that an extremely defensive programmer has inserted can't happen tests which really can't happen yet.) Syn. grunge. See also dead , and The Story of Mel'.
</p>
<H4>dead man's switch</H4>
<p>
Gender biased term of a type of failsafe system used when debugging large or potentially dangerous robotics systems. The dead man's switch is a physical contact held closed in the hand. If the robot does something unexpected due to a bug then the hacker can simply release/drop the switch and the robot will come to a controlled stop and then power off.
</p>
<H4>dead tree version</H4>
<p>
A paper version of a digital document. Made from dead trees.

View File

@ -0,0 +1,7 @@
dead man's switch
Gender biased term of a type of failsafe system used when debugging large
or potentially dangerous robotics systems. The dead man's switch is a
physical contact held closed in the hand. If the robot does something
unexpected due to a bug then the hacker can simply release/drop the
switch and the robot will come to a controlled stop and then power off.