This commit is contained in:
Bob Mottram 2018-10-16 17:43:26 +01:00
parent 16ef0929e4
commit 2342534392
4 changed files with 14 additions and 2 deletions

View File

@ -19,7 +19,7 @@ Free Documentation License".
* Generated
This file last generated Tuesday, 16 October 2018 04:38PM UTC
This file last generated Tuesday, 16 October 2018 04:43PM UTC
* Glossary
** (
@ -4381,6 +4381,9 @@ adj. Said of something that functions, but in a slightly strange, klugey way. It
*** furrfu
excl. [Usenet; written, only rarely spoken] Written-only equivalent of Sheesh! ; it is, in fact, sheesh modified by rot13. Evolved in mid-1992 as a response to notably silly postings repeating urban myths on the Usenet newsgroup alt.folklore.urban , after some posters complained that Sheesh! as a response to newbies was being overused. See also FOAF.
*** fuzzing
To throw random variables at the inputs of a program to test for bugs or to find security vulnerabilities. As in "fuzzing the inputs", "fuzz test".
** G
*** gang bang
n. The use of large numbers of loosely coupled programmers in an attempt to wedge a great many features into a product in a short time. Though there have been memorable gang bangs (e.g., that over-the-weekend assembler port mentioned in Steven Levy's Hackers ), and large numbers of loosely-coupled programmers operating in bazaar mode can do very useful work when they're not on a deadline, most are perpetrated by large companies trying to meet unrealistic deadlines; the inevitable result is enormous buggy masses of code entirely lacking in orthogonal ity. When market-driven managers make a list of all the features the competition has and assign one programmer to implement each, the probability of maintaining a coherent (or even functional) design goes to epsilon. See also firefighting , Mongolian Hordes technique , Conway's Law.

Binary file not shown.

View File

@ -18,7 +18,7 @@ Free Documentation License".
</p>
<H2>Generated</H2>
<p>
This file last generated Tuesday, 16 October 2018 04:38PM UTC
This file last generated Tuesday, 16 October 2018 04:43PM UTC
</p>
<H2>Glossary</H2>
@ -5150,6 +5150,10 @@ This file last generated Tuesday, 16 October 2018 04:38PM UTC
<p>
excl. [Usenet; written, only rarely spoken] Written-only equivalent of Sheesh! ; it is, in fact, sheesh modified by rot13. Evolved in mid-1992 as a response to notably silly postings repeating urban myths on the Usenet newsgroup alt.folklore.urban , after some posters complained that Sheesh! as a response to newbies was being overused. See also FOAF.
</p>
<H4>fuzzing</H4>
<p>
To throw random variables at the inputs of a program to test for bugs or to find security vulnerabilities. As in "fuzzing the inputs", "fuzz test".
</p>
<H3>G</H3>
<H4>gang bang</H4>
<p>

5
entries/fuzzing.txt Normal file
View File

@ -0,0 +1,5 @@
fuzzing
To throw random variables at the inputs of a program to test for bugs
or to find security vulnerabilities. As in "fuzzing the inputs",
"fuzz test".