diff --git a/docs/jargon-org.txt b/docs/jargon-org.txt index cbbf78b..8a34553 100644 --- a/docs/jargon-org.txt +++ b/docs/jargon-org.txt @@ -19,7 +19,7 @@ Free Documentation License". * Generated -This file last generated Friday, 16 November 2018 11:43AM UTC +This file last generated Friday, 16 November 2018 11:45AM UTC * Glossary ** ( @@ -2757,6 +2757,12 @@ adj. [very common; historically, according to religious law ] The usual or stand *** careware /keirweir/ , n. A variety of shareware for which either the author suggests that some payment be made to a nominated charity or a levy directed to charity is included on top of the distribution charge. Syn.: charityware ; compare crippleware , sense 2. +*** cargo cult foss +See "inner source". + +*** cargo cult open source +See "inner source". + *** cargo cult programming n. A style of (incompetent) programming dominated by ritual inclusion of code or program structures that serve no real purpose. A cargo cult programmer will usually explain the extra code as a way of working around some bug encountered in the past, but usually neither the bug nor the reason the code apparently avoided the bug was ever fully understood (compare shotgun debugging , voodoo programming ). The term cargo cult is a reference to aboriginal religions that grew up in the South Pacific after World War II. The practices of these cults center on building elaborate mockups of airplanes and military style landing strips in the hope of bringing the return of the god-like airplanes that brought such marvelous cargo during the war. Hackish usage probably derives from Richard Feynman's characterization of certain practices as cargo cult science in his book Surely You're Joking, Mr. Feynman!. diff --git a/docs/jargon.1.gz b/docs/jargon.1.gz index 6a3feeb..504a60c 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 ff55fcb..bd7d773 100644 --- a/docs/jargon.html +++ b/docs/jargon.html @@ -18,7 +18,7 @@ Free Documentation License".

Generated

-This file last generated Friday, 16 November 2018 11:43AM UTC +This file last generated Friday, 16 November 2018 11:45AM UTC

Glossary

@@ -3289,6 +3289,14 @@ This file last generated Friday, 16 November 2018 11:43AM UTC

/keirweir/ , n. A variety of shareware for which either the author suggests that some payment be made to a nominated charity or a levy directed to charity is included on top of the distribution charge. Syn.: charityware ; compare crippleware , sense 2.

+

cargo cult foss

+

+ See "inner source". +

+

cargo cult open source

+

+ See "inner source". +

cargo cult programming

n. A style of (incompetent) programming dominated by ritual inclusion of code or program structures that serve no real purpose. A cargo cult programmer will usually explain the extra code as a way of working around some bug encountered in the past, but usually neither the bug nor the reason the code apparently avoided the bug was ever fully understood (compare shotgun debugging , voodoo programming ). The term cargo cult is a reference to aboriginal religions that grew up in the South Pacific after World War II. The practices of these cults center on building elaborate mockups of airplanes and military style landing strips in the hope of bringing the return of the god-like airplanes that brought such marvelous cargo during the war. Hackish usage probably derives from Richard Feynman's characterization of certain practices as cargo cult science in his book Surely You're Joking, Mr. Feynman!. diff --git a/entries/cargo_cult_foss.txt b/entries/cargo_cult_foss.txt new file mode 100644 index 0000000..d6cf290 --- /dev/null +++ b/entries/cargo_cult_foss.txt @@ -0,0 +1,3 @@ +cargo cult foss + +See "inner source". \ No newline at end of file diff --git a/entries/cargo_cult_open_source.txt b/entries/cargo_cult_open_source.txt new file mode 100644 index 0000000..bebc09d --- /dev/null +++ b/entries/cargo_cult_open_source.txt @@ -0,0 +1,3 @@ +cargo cult open source + +See "inner source". \ No newline at end of file