diff --git a/docs/jargon.1.gz b/docs/jargon.1.gz index 4358e34..0f8a621 100644 Binary files a/docs/jargon.1.gz and b/docs/jargon.1.gz differ diff --git a/docs/jargon.html b/docs/jargon.html index 0a0ae39..988b805 100644 --- a/docs/jargon.html +++ b/docs/jargon.html @@ -18,7 +18,7 @@ Free Documentation License".
-This file last generated Sunday, 02 December 2018 11:30AM UTC +This file last generated Sunday, 02 December 2018 11:37AM UTC
n. As used by hackers, this never refers to niceties about the proper form for addressing letters to the Papal Nuncio or the order in which one should use the forks in a Russian-style place setting; hackers don't care about such things. It is used instead to describe any set of rules that allow different machines or pieces of software to coordinate with each other without ambiguity. So, for example, it does include niceties about the proper form for addressing packets on a network or the order in which one should use the forks in the Dining Philosophers Problem. It implies that there is some common message format and an accepted set of primitives or commands that all parties involved understand, and that transactions among them follow predictable logical sequences. See also handshaking , do protocol.
++ When your hacky prototype code ends up in production, often due to management pressure. "Eh, it's good enough". The term was originally used at Fermi lab. +
n. [common ironic mutation of preventive maintenance ] Actions performed upon a machine at regularly scheduled intervals to ensure that the system remains in a usable state. So called because it is all too often performed by a field servoid who doesn't know what he is doing; such maintenance often induces problems, or otherwise results in the machine's remaining in an un usable state for an indeterminate amount of time. See also scratch monkey. diff --git a/docs/jargon.org b/docs/jargon.org index 5bff28a..cfd8115 100644 --- a/docs/jargon.org +++ b/docs/jargon.org @@ -19,7 +19,7 @@ Free Documentation License". * Generated -This file last generated Sunday, 02 December 2018 11:30AM UTC +This file last generated Sunday, 02 December 2018 11:37AM UTC * Glossary ** ( @@ -6706,6 +6706,9 @@ n. [Mac users] See feature key. *** protocol n. As used by hackers, this never refers to niceties about the proper form for addressing letters to the Papal Nuncio or the order in which one should use the forks in a Russian-style place setting; hackers don't care about such things. It is used instead to describe any set of rules that allow different machines or pieces of software to coordinate with each other without ambiguity. So, for example, it does include niceties about the proper form for addressing packets on a network or the order in which one should use the forks in the Dining Philosophers Problem. It implies that there is some common message format and an accepted set of primitives or commands that all parties involved understand, and that transactions among them follow predictable logical sequences. See also handshaking , do protocol. +*** protoduction +When your hacky prototype code ends up in production, often due to management pressure. "Eh, it's good enough". The term was originally used at Fermi lab. + *** provocative maintenance n. [common ironic mutation of preventive maintenance ] Actions performed upon a machine at regularly scheduled intervals to ensure that the system remains in a usable state. So called because it is all too often performed by a field servoid who doesn't know what he is doing; such maintenance often induces problems, or otherwise results in the machine's remaining in an un usable state for an indeterminate amount of time. See also scratch monkey. diff --git a/entries/duck.txt b/entries/duck.txt new file mode 100644 index 0000000..dbe4a73 --- /dev/null +++ b/entries/duck.txt @@ -0,0 +1,16 @@ +duck + +A software feature added simply so that management will notice it and order +it to be removed. This gives management something to do, and makes them look +like they are "adding value" instead of being superfluous appendages to the +organization. + +"The artist working on the queen animations for Battle Chess was aware of +this tendency, and came up with an innovative solution. He did the animations +for the queen the way that he felt would be best, with one addition: he gave +the queen a pet duck. He animated this duck through all of the queen's +animations, had it flapping around the corners. He also took great care to +make sure that it never overlapped the 'actual' animation. Eventually, it came +time for the producer to review the animation set for the queen. The producer +sat down and watched all of the animations. When they were done, he turned to +the artist and said, 'that looks great. Just one thing - get rid of the duck.'" \ No newline at end of file diff --git a/entries/hindenbug.txt b/entries/hindenbug.txt new file mode 100644 index 0000000..eb355e0 --- /dev/null +++ b/entries/hindenbug.txt @@ -0,0 +1,4 @@ +hindenbug + +A bug with catastrophic consequences, such as deleting critical data +or files, or causing a production line to halt. \ No newline at end of file diff --git a/entries/protoduction.txt b/entries/protoduction.txt new file mode 100644 index 0000000..8ece86c --- /dev/null +++ b/entries/protoduction.txt @@ -0,0 +1,5 @@ +protoduction + +When your hacky prototype code ends up in production, often due to +management pressure. "Eh, it's good enough". The term was originally +used at Fermi lab. \ No newline at end of file