Original files version 4.4.7
This commit is contained in:
12
original/html/G/G.html
Normal file
12
original/html/G/G.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>G</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="../G.html" title="G"/><link rel="next" href="gang-bang.html" title="gang bang"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">G</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="../G.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gang-bang.html">Next</a></td></tr></table><hr/></div><dt><a id="G"/><dt xmlns="" id="G"><b>G</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">pref.,suff.</span></dt></dt><dd><p> 1. [SI] See <a href="../Q/quantifiers.html"><i class="glossterm">quantifiers</i></a>.</p></dd><dd><p> 2. The letter G has special significance in the hacker community,
|
||||
largely thanks to the GNU project and the GPL.</p><p>Many <a href="../F/free-software.html"><i class="glossterm">free software</i></a> projects have names that
|
||||
names that begin with G. The GNU project gave many of its projects names
|
||||
that were acronyms beginning with the word “<span class="quote">GNU</span>”, such as
|
||||
“<span class="quote">GNU C Compiler</span>” (gcc) and “<span class="quote">GNU Debugger</span>” (gdb),
|
||||
and this launched a tradition. Just as many Java developers will begin
|
||||
their projects with J, many free software developers will begin theirs with
|
||||
G. It is often the case that a program with a G-prefixed name is licensed
|
||||
under the GNU GPL.</p><p>For example, someone may write a free Enterprise Engineering Kludge
|
||||
package (EEK technology is all the rage in the technical journals) and name
|
||||
it “<span class="quote">geek</span>” to imply that it is a GPL'd EEK package.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="../G.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gang-bang.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">G </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gang bang</td></tr></table></div></body></html>
|
||||
20
original/html/G/GC.html
Normal file
20
original/html/G/GC.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>GC</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gawble.html" title="gawble"/><link rel="next" href="GCOS.html" title="GCOS"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">GC</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gawble.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="GCOS.html">Next</a></td></tr></table><hr/></div><dt><a id="GC"/><dt xmlns="" id="GC"><b>GC</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/G·C/</span></dt></dt><dd><p> [from LISP terminology; <span class="firstterm">Garbage
|
||||
Collect</span>]</p></dd><dd><p> 1. <span class="grammar">vt.</span> To clean up and throw
|
||||
away useless things. “<span class="quote">I think I'll GC the top of my desk
|
||||
today.</span>” </p></dd><dd><p> 2. <span class="grammar">vt.</span> To recycle, reclaim, or
|
||||
put to another use. </p></dd><dd><p> 3. <span class="grammar">n.</span> An instantiation of the
|
||||
garbage collector process.</p></dd><dd><p><span class="firstterm">Garbage collection</span> is
|
||||
computer-science techspeak for a particular class of strategies for
|
||||
dynamically but transparently reallocating computer memory (i.e., without
|
||||
requiring explicit allocation and deallocation by higher-level software).
|
||||
One such strategy involves periodically scanning all the data in memory and
|
||||
determining what is no longer accessible; useless data items are then
|
||||
discarded so that the memory they occupy can be recycled and used for
|
||||
another purpose. Implementations of the LISP language usually use garbage
|
||||
collection.</p><p>In jargon, the full phrase is sometimes heard but the
|
||||
<a href="../A/abbrev.html"><i class="glossterm">abbrev</i></a> GC is more frequently used because it is
|
||||
shorter. Note that there is an ambiguity in usage that has to be resolved
|
||||
by context: “<span class="quote">I'm going to garbage-collect my desk</span>” usually
|
||||
means to clean out the drawers, but it could also mean to throw away or
|
||||
recycle the desk itself.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gawble.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="GCOS.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gawble </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> GCOS</td></tr></table></div></body></html>
|
||||
22
original/html/G/GCOS.html
Normal file
22
original/html/G/GCOS.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>GCOS</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="GC.html" title="GC"/><link rel="next" href="GECOS.html" title="GECOS"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">GCOS</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="GC.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="GECOS.html">Next</a></td></tr></table><hr/></div><dt><a id="GCOS"/><dt xmlns="" id="GCOS"><b>GCOS</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/jee´kohs/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> A <a href="../Q/quick-and-dirty.html"><i class="glossterm">quick-and-dirty</i></a>
|
||||
<a href="../C/clone.html"><i class="glossterm">clone</i></a> of System/360 DOS that emerged from GE around
|
||||
1970; originally called GECOS (the General Electric Comprehensive Operating
|
||||
System). Later kluged to support primitive timesharing and transaction
|
||||
processing. After the buyout of GE's computer division by Honeywell, the
|
||||
name was changed to General Comprehensive Operating System (GCOS). Other
|
||||
OS groups at Honeywell began referring to it as ‘God's Chosen
|
||||
Operating System’, allegedly in reaction to the GCOS crowd's
|
||||
uninformed and snotty attitude about the superiority of their product. All
|
||||
this might be of zero interest, except for two facts: (1) The GCOS people
|
||||
won the political war, and this led in the orphaning and eventual death of
|
||||
Honeywell <a href="../M/Multics.html"><i class="glossterm">Multics</i></a>, and (2) GECOS/GCOS left one
|
||||
permanent mark on Unix. Some early Unix systems at Bell Labs used GCOS
|
||||
machines for print spooling and various other services; the field added to
|
||||
<tt class="filename">/etc/passwd</tt> to carry GCOS ID information was called
|
||||
the <span class="firstterm">GECOS field</span> and survives today as
|
||||
the <b class="command">pw_gecos</b> member used for the user's
|
||||
full name and other human-ID information. GCOS later played a major role
|
||||
in keeping Honeywell a dismal also-ran in the mainframe market, and was
|
||||
itself mostly ditched for Unix in the late 1980s when Honeywell began to
|
||||
retire its aging <a href="../B/big-iron.html"><i class="glossterm">big iron</i></a> designs.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="GC.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="GECOS.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">GC </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> GECOS</td></tr></table></div></body></html>
|
||||
2
original/html/G/GECOS.html
Normal file
2
original/html/G/GECOS.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>GECOS</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="GCOS.html" title="GCOS"/><link rel="next" href="gedanken.html" title="gedanken"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">GECOS</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="GCOS.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gedanken.html">Next</a></td></tr></table><hr/></div><dt><a id="GECOS"/><dt xmlns="" id="GECOS"><b>GECOS</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/jee´kohs/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> See <a href="GCOS.html"><i class="glossterm">GCOS</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="GCOS.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gedanken.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">GCOS </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gedanken</td></tr></table></div></body></html>
|
||||
5
original/html/G/GIFs-at-11.html
Normal file
5
original/html/G/GIFs-at-11.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>GIFs at 11</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gib.html" title="gib"/><link rel="next" href="gig.html" title="gig"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">GIFs at 11</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gib.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gig.html">Next</a></td></tr></table><hr/></div><dt><a id="GIFs-at-11"/><dt xmlns="" id="GIFs-at-11"><b>GIFs at 11</b></dt></dt><dd><p> [Fidonet] Fidonet alternative to <a href="../F/film-at-11.html"><i class="glossterm">film at 11</i></a>,
|
||||
especially in echoes (Fidonet topic areas) where uuencoded GIFs are
|
||||
permitted. Other formats, especially JPEG and MPEG, may be referenced
|
||||
instead.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gib.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gig.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gib </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gig</td></tr></table></div></body></html>
|
||||
10
original/html/G/GIGO.html
Normal file
10
original/html/G/GIGO.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>GIGO</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="giga-.html" title="giga-"/><link rel="next" href="gilley.html" title="gilley"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">GIGO</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="giga-.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gilley.html">Next</a></td></tr></table><hr/></div><dt><a id="GIGO"/><dt xmlns="" id="GIGO"><b>GIGO</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/gi:´goh/</span></dt></dt><dd><p> 1. ‘Garbage In, Garbage Out’ — usually said in
|
||||
response to <a href="../L/luser.html"><i class="glossterm">luser</i></a>s who complain that a program
|
||||
didn't “<span class="quote">do the right thing</span>” when given imperfect input or
|
||||
otherwise mistreated in some way. Also commonly used to describe failures
|
||||
in human decision making due to faulty, incomplete, or imprecise data.
|
||||
</p></dd><dd><p> 2. <span class="firstterm">Garbage In, Gospel Out</span>:
|
||||
this more recent expansion is a sardonic comment on the tendency human
|
||||
beings have to put excessive trust in ‘computerized’
|
||||
data.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="giga-.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gilley.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">giga- </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gilley</td></tr></table></div></body></html>
|
||||
5
original/html/G/GIPS.html
Normal file
5
original/html/G/GIPS.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>GIPS</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="ginger.html" title="ginger"/><link rel="next" href="GIYF.html" title="GIYF"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">GIPS</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ginger.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="GIYF.html">Next</a></td></tr></table><hr/></div><dt><a id="GIPS"/><dt xmlns="" id="GIPS"><b>GIPS</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/gips/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/jips/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [analogy with <a href="../M/MIPS.html"><i class="glossterm">MIPS</i></a>] Giga-Instructions per
|
||||
Second (also possibly ‘Gillions of Instructions per Second’;
|
||||
see <a href="gillion.html"><i class="glossterm">gillion</i></a>).
|
||||
Compare <a href="../K/KIPS.html"><i class="glossterm">KIPS</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ginger.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="GIYF.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">ginger </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> GIYF</td></tr></table></div></body></html>
|
||||
5
original/html/G/GIYF.html
Normal file
5
original/html/G/GIYF.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>GIYF</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="GIPS.html" title="GIPS"/><link rel="next" href="glark.html" title="glark"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">GIYF</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="GIPS.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="glark.html">Next</a></td></tr></table><hr/></div><dt><a id="GIYF"/><dt xmlns="" id="GIYF"><b>GIYF</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p>Abbrev: Google Is Your Friend. Used to suggest, gently and politely,
|
||||
that you have just asked a question of human beings that would have been
|
||||
better directed to a search engine. See also
|
||||
<a href="../S/STFW.html"><i class="glossterm">STFW</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="GIPS.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="glark.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">GIPS </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> glark</td></tr></table></div></body></html>
|
||||
18
original/html/G/GNU.html
Normal file
18
original/html/G/GNU.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>GNU</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gnarly.html" title="gnarly"/><link rel="next" href="gnubie.html" title="gnubie"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">GNU</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gnarly.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gnubie.html">Next</a></td></tr></table><hr/></div><dt><a id="GNU"/><dt xmlns="" id="GNU"><b>GNU</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/gnoo/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="emphasis"><em>not</em></span>, <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/noo/</span></dt></dt><dd><p> 1. [acronym: ‘GNU’s Not Unix!', see <a href="../R/recursive-acronym.html"><i class="glossterm">recursive
|
||||
acronym</i></a>] A Unix-workalike development effort of the Free
|
||||
Software Foundation headed by Richard Stallman. GNU EMACS and the GNU C
|
||||
compiler, two tools designed for this project, have become very popular in
|
||||
hackerdom and elsewhere. The GNU project was designed partly to
|
||||
proselytize for RMS's position that information is community property and
|
||||
all software source should be shared. One of its slogans is “<span class="quote">Help
|
||||
stamp out software hoarding!</span>” Though this remains controversial
|
||||
(because it implicitly denies any right of designers to own, assign, and
|
||||
sell the results of their labors), many hackers who disagree with RMS have
|
||||
nevertheless cooperated to produce large amounts of high-quality software
|
||||
for free redistribution under the Free Software Foundation's imprimatur.
|
||||
The GNU project has a web page at <a href="http://www.gnu.org/" target="_top">http://www.gnu.org/</a>. See
|
||||
<a href="../E/EMACS.html"><i class="glossterm">EMACS</i></a>, <a href="../C/copyleft.html"><i class="glossterm">copyleft</i></a>,
|
||||
<a href="General-Public-Virus.html"><i class="glossterm">General Public Virus</i></a>, <a href="../L/Linux.html"><i class="glossterm">Linux</i></a>.
|
||||
</p></dd><dd><p> 2. Noted Unix hacker John Gilmore <tt class="email"><<a href="mailto:gnu@toad.com">gnu@toad.com</a>></tt>},
|
||||
founder of Usenet's anarchic alt.* hierarchy.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gnarly.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gnubie.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gnarly </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gnubie</td></tr></table></div></body></html>
|
||||
6
original/html/G/GNUMACS.html
Normal file
6
original/html/G/GNUMACS.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>GNUMACS</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gnubie.html" title="gnubie"/><link rel="next" href="go-flatline.html" title="go flatline"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">GNUMACS</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gnubie.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="go-flatline.html">Next</a></td></tr></table><hr/></div><dt><a id="GNUMACS"/><dt xmlns="" id="GNUMACS"><b>GNUMACS</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/gnoo´maks/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [contraction of ‘GNU EMACS’] Often-heard abbreviated
|
||||
name for the <a href="GNU.html"><i class="glossterm">GNU</i></a> project's flagship tool,
|
||||
<a href="../E/EMACS.html"><i class="glossterm">EMACS</i></a>. <span class="firstterm">StallMACS</span>, referring to Richard Stallman, is
|
||||
less common but also heard. Used esp. in contrast with
|
||||
<a href="GOSMACS.html"><i class="glossterm">GOSMACS</i></a> and X Emacs.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gnubie.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="go-flatline.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gnubie </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> go flatline</td></tr></table></div></body></html>
|
||||
8
original/html/G/GOSMACS.html
Normal file
8
original/html/G/GOSMACS.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>GOSMACS</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gorp.html" title="gorp"/><link rel="next" href="gotcha.html" title="gotcha"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">GOSMACS</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gorp.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gotcha.html">Next</a></td></tr></table><hr/></div><dt><a id="GOSMACS"/><dt xmlns="" id="GOSMACS"><b>GOSMACS</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/goz´maks/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [contraction of ‘Gosling EMACS’] The first
|
||||
<a href="../E/EMACS.html"><i class="glossterm">EMACS</i></a>-in-C implementation, predating but now largely
|
||||
eclipsed by <a href="GNUMACS.html"><i class="glossterm">GNUMACS</i></a>. Originally freeware; a
|
||||
commercial version was modestly popular as ‘UniPress EMACS’
|
||||
during the 1980s. The author, James Gosling, went on to invent
|
||||
<a href="../N/NeWS.html"><i class="glossterm">NeWS</i></a> and the programming language Java; the latter
|
||||
earned him <a href="../D/demigod.html"><i class="glossterm">demigod</i></a> status.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gorp.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gotcha.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gorp </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gotcha</td></tr></table></div></body></html>
|
||||
5
original/html/G/GPL.html
Normal file
5
original/html/G/GPL.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>GPL</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gotcha.html" title="gotcha"/><link rel="next" href="GPV.html" title="GPV"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">GPL</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gotcha.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="GPV.html">Next</a></td></tr></table><hr/></div><dt><a id="GPL"/><dt xmlns="" id="GPL"><b>GPL</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/G·P·L/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> Abbreviation for ‘General Public License’ in widespread
|
||||
use; see <a href="../C/copyleft.html"><i class="glossterm">copyleft</i></a>, <a href="General-Public-Virus.html"><i class="glossterm">General Public
|
||||
Virus</i></a>. Often mis-expanded as ‘GNU Public
|
||||
License’.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gotcha.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="GPV.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gotcha </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> GPV</td></tr></table></div></body></html>
|
||||
3
original/html/G/GPV.html
Normal file
3
original/html/G/GPV.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>GPV</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="GPL.html" title="GPL"/><link rel="next" href="gray-goo.html" title="gray goo"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">GPV</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="GPL.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gray-goo.html">Next</a></td></tr></table><hr/></div><dt><a id="GPV"/><dt xmlns="" id="GPV"><b>GPV</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/G·P·V/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> Abbrev. for <a href="General-Public-Virus.html"><i class="glossterm">General Public Virus</i></a> in
|
||||
widespread use.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="GPL.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gray-goo.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">GPL </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gray goo</td></tr></table></div></body></html>
|
||||
13
original/html/G/GWF.html
Normal file
13
original/html/G/GWF.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>GWF</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gweep.html" title="gweep"/><link rel="next" href="../H.html" title="H"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">GWF</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gweep.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="../H.html">Next</a></td></tr></table><hr/></div><dt><a id="GWF"/><dt xmlns="" id="GWF"><b>GWF</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p>“<span class="quote">Common abbreviation for Goober with Firewall</span>”. A
|
||||
<a href="../L/luser.html"><i class="glossterm">luser</i></a> who has equipped his desktop computer with a
|
||||
hypersensitive “<span class="quote">software firewall</span>” or host intrusion detection
|
||||
program, and who gives its alerts absolute credence. ISP tech support and
|
||||
abuse desks dread hearing from such persons, who insist that every packet
|
||||
of abnormal traffic the software detects is “<span class="quote">a hacker</span>” (sic)
|
||||
and, occasionally, threatening lawsuits or prosecution. GWFs have been
|
||||
known to assert that they are being attacked from 127.0.0.1, and that their
|
||||
ISP is criminally negligent for failing to block these attacks.
|
||||
“<span class="quote">GWF</span>” is used similarly to <a href="../I/idiot.html"><i class="glossterm">ID10T error</i></a>
|
||||
and <a href="../P/PEBKAC.html"><i class="glossterm">PEBKAC</i></a> to flag trouble tickets opened by such
|
||||
users.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gweep.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="../H.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gweep </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> H</td></tr></table></div></body></html>
|
||||
18
original/html/G/GandhiCon.html
Normal file
18
original/html/G/GandhiCon.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>GandhiCon</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="Get-a-real-computer-.html" title="Get a real computer!"/><link rel="next" href="gib.html" title="gib"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">GandhiCon</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="Get-a-real-computer-.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gib.html">Next</a></td></tr></table><hr/></div><dt><a id="GandhiCon"/><dt xmlns="" id="GandhiCon"><b>GandhiCon</b></dt></dt><dd><p>There is a quote from Mohandas Gandhi, describing the stages of
|
||||
establishment resistence to a winning strategy of nonviolent activism, that
|
||||
partisans of <a href="../O/open-source.html"><i class="glossterm">open source</i></a> and especially
|
||||
<a href="../L/Linux.html"><i class="glossterm">Linux</i></a> have embraced as almost an explanatory framework
|
||||
for the behaviors they observe while trying to get corporations and other
|
||||
large institutions to take new ways of doing things seriously:</p><div class="blockquote"><blockquote class="blockquote"><p>
|
||||
First they ignore you. Then they laugh at you.
|
||||
Then they fight you. Then you win.
|
||||
</p></blockquote></div><p>In hacker usage this quote has miscegenated with the U.S military's
|
||||
<a href="http://www.fas.org/nuke/guide/usa/c3i/defcon.htm" target="_top">DefCon</a>
|
||||
terminology describing ‘defense conditions’ or degrees of war
|
||||
alert. At GandhiCon One, you're being ignored. At GandhiCon Two,
|
||||
opponents are laughing at you and dismissing the idea that you could ever
|
||||
be a threat. At GandhiCon Three, they're fighting you on the merits and/or
|
||||
attempting to discredit you. At GandhiCon Four, you're winning and they
|
||||
are arguing to save face or stave off complete collapse of their
|
||||
position.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="Get-a-real-computer-.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gib.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Get a real computer! </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gib</td></tr></table></div></body></html>
|
||||
13
original/html/G/Gang-of-Four.html
Normal file
13
original/html/G/Gang-of-Four.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Gang of Four</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gang-bang.html" title="gang bang"/><link rel="next" href="garbage-collect.html" title="garbage collect"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Gang of Four</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gang-bang.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="garbage-collect.html">Next</a></td></tr></table><hr/></div><dt><a id="Gang-of-Four"/><dt xmlns="" id="Gang-of-Four"><b>Gang of Four</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> (also abbreviated <span class="firstterm">GOF</span>)
|
||||
[prob. a play on the ‘Gang Of Four’ who briefly ran Communist
|
||||
China after the death of Mao] Describes either the authors or the book
|
||||
<i class="citetitle">Design Patterns: Elements of Reusable Object-Oriented
|
||||
Software</i> published in 1995 by Addison-Wesley (ISBN
|
||||
0-201-63361-2). The authors forming the Gang Of Four are Erich Gamma,
|
||||
Richard Helm, Ralph Johnson and John Vlissides. They are also sometimes
|
||||
referred to as ‘Gamma et. al.’ The authors state at <a href="http://www.hillside.net/patterns/DPBook/GOF.html" target="_top">http://www.hillside.net/patterns/DPBook/GOF.html</a>
|
||||
“<span class="quote">Why are we ... called this? Who knows. Somehow the name just
|
||||
stuck.</span>” The term is also used to describe any of the design patterns
|
||||
that are used in the book, referring to the patterns within it as
|
||||
‘Gang Of Four Patterns.’</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gang-bang.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="garbage-collect.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gang bang </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> garbage collect</td></tr></table></div></body></html>
|
||||
7
original/html/G/Gatess-Law.html
Normal file
7
original/html/G/Gatess-Law.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Gates's Law</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gas.html" title="gas"/><link rel="next" href="gawble.html" title="gawble"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Gates's Law</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gas.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gawble.html">Next</a></td></tr></table><hr/></div><dt><a id="Gatess-Law"/><dt xmlns="" id="Gatess-Law"><b>Gates's Law</b></dt></dt><dd><p> “<span class="quote">The speed of software halves every 18 months.</span>” This
|
||||
oft-cited law is an ironic comment on the tendency of software bloat to
|
||||
outpace the every-18-month doubling in hardware capacity per dollar
|
||||
predicted by <a href="../M/Moores-Law.html"><i class="glossterm">Moore's Law</i></a>. The reference is to Bill
|
||||
Gates; Microsoft is widely considered among the worst if not the worst of
|
||||
the perpetrators of bloat.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gas.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gawble.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gas </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gawble</td></tr></table></div></body></html>
|
||||
16
original/html/G/General-Public-Virus.html
Normal file
16
original/html/G/General-Public-Virus.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>General Public Virus</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gender-mender.html" title="gender mender"/><link rel="next" href="generate.html" title="generate"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">General Public Virus</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gender-mender.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="generate.html">Next</a></td></tr></table><hr/></div><dt><a id="General-Public-Virus"/><dt xmlns="" id="General-Public-Virus"><b>General Public Virus</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> Pejorative name for some versions of the <a href="GNU.html"><i class="glossterm">GNU</i></a>
|
||||
project <a href="../C/copyleft.html"><i class="glossterm">copyleft</i></a> or General Public License (GPL),
|
||||
which requires that any tools or <a href="../A/app.html"><i class="glossterm">app</i></a>s incorporating
|
||||
copylefted code must be source-distributed on the same anti-proprietary
|
||||
terms as GNU stuff. Thus it is alleged that the copyleft
|
||||
‘infects’ software generated with GNU tools, which may in turn
|
||||
infect other software that reuses any of its code. The Free Software
|
||||
Foundation's official position is that copyright law limits the scope of
|
||||
the GPL to “<span class="quote">programs textually incorporating significant amounts of
|
||||
GNU code</span>”, and that the ‘infection’ is not passed on to
|
||||
third parties unless actual GNU source is transmitted. Nevertheless,
|
||||
widespread suspicion that the <a href="../C/copyleft.html"><i class="glossterm">copyleft</i></a> language is
|
||||
‘boobytrapped’ has caused many developers to avoid using GNU
|
||||
tools and the GPL. Changes in the language of the version 2.0 GPL did not
|
||||
eliminate this problem.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gender-mender.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="generate.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gender mender </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> generate</td></tr></table></div></body></html>
|
||||
6
original/html/G/Genius-From-Mars-Technique.html
Normal file
6
original/html/G/Genius-From-Mars-Technique.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Genius From Mars Technique</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="generate.html" title="generate"/><link rel="next" href="gensym.html" title="gensym"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Genius From Mars Technique</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="generate.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gensym.html">Next</a></td></tr></table><hr/></div><dt><a id="Genius-From-Mars-Technique"/><dt xmlns="" id="Genius-From-Mars-Technique"><b>Genius From Mars Technique</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [TMRC] A visionary quality which enables one to ignore the standard
|
||||
approach and come up with a totally unexpected new algorithm. An attack on
|
||||
a problem from an offbeat angle that no one has ever thought of before, but
|
||||
that in retrospect makes total sense. Compare <a href="grok.html"><i class="glossterm">grok</i></a>,
|
||||
<a href="../Z/zen.html"><i class="glossterm">zen</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="generate.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gensym.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">generate </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gensym</td></tr></table></div></body></html>
|
||||
12
original/html/G/Get-a-life-.html
Normal file
12
original/html/G/Get-a-life-.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Get a life!</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gensym.html" title="gensym"/><link rel="next" href="Get-a-real-computer-.html" title="Get a real computer!"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Get a life!</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gensym.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="Get-a-real-computer-.html">Next</a></td></tr></table><hr/></div><dt><a id="Get-a-life-"/><dt xmlns="" id="Get-a-life-"><b>Get a life!</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">imp.</span></dt></dt><dd><p> Hacker-standard way of suggesting that the person to whom it is
|
||||
directed has succumbed to terminal geekdom (see
|
||||
<a href="geek.html"><i class="glossterm">geek</i></a>). Often heard on
|
||||
<a href="../U/Usenet.html"><i class="glossterm">Usenet</i></a>, esp. as a way of suggesting that the target
|
||||
is taking some obscure issue of <a href="../T/theology.html"><i class="glossterm">theology</i></a> too
|
||||
seriously. This exhortation was popularized by William Shatner on a 1987
|
||||
<i class="citetitle">Saturday Night Live</i> episode in a speech that ended
|
||||
“<span class="quote">Get a <span class="emphasis"><em>life</em></span>!</span>”, but it can be traced back
|
||||
at least to ‘Valley Girl’ slang in 1983. It was certainly in
|
||||
wide use among hackers for years before achieving mainstream currency via
|
||||
the sitcom <i class="citetitle">Get A Life</i> in 1990.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gensym.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="Get-a-real-computer-.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gensym </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Get a real computer!</td></tr></table></div></body></html>
|
||||
9
original/html/G/Get-a-real-computer-.html
Normal file
9
original/html/G/Get-a-real-computer-.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Get a real computer!</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="Get-a-life-.html" title="Get a life!"/><link rel="next" href="GandhiCon.html" title="GandhiCon"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Get a real computer!</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="Get-a-life-.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="GandhiCon.html">Next</a></td></tr></table><hr/></div><dt><a id="Get-a-real-computer-"/><dt xmlns="" id="Get-a-real-computer-"><b>Get a real computer!</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">imp.</span></dt></dt><dd><p> In 1996 when this entry first entered the File, it was the typical
|
||||
hacker response to news that somebody is having trouble getting work done
|
||||
on a system that (a) was single-tasking, (b) had no hard disk, or (c) had
|
||||
an address space smaller than 16 megabytes. In 2003 anything less powerful
|
||||
than a 500MHz Pentium with a multi-gigabyte hard disk would probably be
|
||||
similarly written off. The threshold for ‘real computer’ rises
|
||||
with time. See <a href="../B/bitty-box.html"><i class="glossterm">bitty box</i></a> and
|
||||
<a href="../T/toy.html"><i class="glossterm">toy</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="Get-a-life-.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="GandhiCon.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Get a life! </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> GandhiCon</td></tr></table></div></body></html>
|
||||
3
original/html/G/GoAT.html
Normal file
3
original/html/G/GoAT.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>GoAT</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="go-faster-stripes.html" title="go-faster stripes"/><link rel="next" href="goat-file.html" title="goat file"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">GoAT</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="go-faster-stripes.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="goat-file.html">Next</a></td></tr></table><hr/></div><dt><a id="GoAT"/><dt xmlns="" id="GoAT"><b>GoAT</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">//</span></dt></dt><dd><p> [Usenet] Abbreviation: “<span class="quote">Go Away, Troll</span>”. See
|
||||
<a href="../T/troll.html"><i class="glossterm">troll</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="go-faster-stripes.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="goat-file.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">go-faster stripes </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> goat file</td></tr></table></div></body></html>
|
||||
11
original/html/G/Godwins-Law.html
Normal file
11
original/html/G/Godwins-Law.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Godwin's Law</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gobble.html" title="gobble"/><link rel="next" href="Godzillagram.html" title="Godzillagram"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Godwin's Law</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gobble.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="Godzillagram.html">Next</a></td></tr></table><hr/></div><dt><a id="Godwins-Law"/><dt xmlns="" id="Godwins-Law"><b>Godwin's Law</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">prov.</span></dt></dt><dd><p> [Usenet] “<span class="quote">As a Usenet discussion grows longer, the probability
|
||||
of a comparison involving Nazis or Hitler approaches one.</span>” There is
|
||||
a tradition in many groups that, once this occurs, that thread is over, and
|
||||
whoever mentioned the Nazis has automatically lost whatever argument was in
|
||||
progress. Godwin's Law thus practically guarantees the existence of an
|
||||
upper bound on thread length in those groups. However there is also a
|
||||
widely- recognized codicil that any <span class="emphasis"><em>intentional</em></span>
|
||||
triggering of Godwin's Law in order to invoke its thread-ending effects
|
||||
will be unsuccessful. Godwin himself has <a href="http://www.wired.com/wired/archive/2.10/godwin.if_pr.html" target="_top">discussed
|
||||
the subject</a>. See also <a href="../F/Formosas-Law.html"><i class="glossterm">Formosa's Law</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gobble.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="Godzillagram.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gobble </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Godzillagram</td></tr></table></div></body></html>
|
||||
8
original/html/G/Godzillagram.html
Normal file
8
original/html/G/Godzillagram.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Godzillagram</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="Godwins-Law.html" title="Godwin's Law"/><link rel="next" href="golden.html" title="golden"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Godzillagram</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="Godwins-Law.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="golden.html">Next</a></td></tr></table><hr/></div><dt><a id="Godzillagram"/><dt xmlns="" id="Godzillagram"><b>Godzillagram</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/god·zil'@·gram/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [from Japan's national hero] </p></dd><dd><p> 1. A network packet that in theory is a broadcast to every machine
|
||||
in the universe. The typical case is an IP datagram whose destination IP
|
||||
address is [255.255.255.255]. Fortunately, few gateways are foolish enough
|
||||
to attempt to implement this case!</p></dd><dd><p> 2. A network packet of maximum size. An IP Godzillagram has 65,535
|
||||
octets. Compare <a href="../S/super-source-quench.html"><i class="glossterm">super source quench</i></a>,
|
||||
<a href="../C/Christmas-tree-packet.html"><i class="glossterm">Christmas tree packet</i></a>,
|
||||
<a href="../M/martian.html"><i class="glossterm">martian</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="Godwins-Law.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="golden.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Godwin's Law </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> golden</td></tr></table></div></body></html>
|
||||
12
original/html/G/Good-Thing.html
Normal file
12
original/html/G/Good-Thing.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Good Thing</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gonzo.html" title="gonzo"/><link rel="next" href="google.html" title="google"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Good Thing</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gonzo.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="google.html">Next</a></td></tr></table><hr/></div><dt><a id="Good-Thing"/><dt xmlns="" id="Good-Thing"><b>Good Thing</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.,adj.</span></dt></dt><dd><p> [very common; always pronounced as if capitalized. Orig. fr. the
|
||||
1930 Sellar & Yeatman parody of British history <i class="citetitle">1066 And All
|
||||
That</i>, but well-established among hackers in the U.S. as well.]
|
||||
</p></dd><dd><p> 1. Self-evidently wonderful to anyone in a position to notice:
|
||||
“<span class="quote">A language that manages dynamic memory automatically for you is a
|
||||
Good Thing.</span>” </p></dd><dd><p> 2. Something that can't possibly have any ill side-effects and may
|
||||
save considerable grief later: “<span class="quote">Removing the self-modifying code from
|
||||
that shared library would be a Good Thing.</span>” </p></dd><dd><p> 3. When said of software tools or libraries, as in “<span class="quote">YACC is a
|
||||
Good Thing</span>”, specifically connotes that the thing has drastically
|
||||
reduced a programmer's work load. Oppose
|
||||
<a href="../B/Bad-Thing.html"><i class="glossterm">Bad Thing</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gonzo.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="google.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gonzo </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> google</td></tr></table></div></body></html>
|
||||
7
original/html/G/Great-Internet-Explosion.html
Normal file
7
original/html/G/Great-Internet-Explosion.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Great Internet Explosion</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gray-hat.html" title="gray hat"/><link rel="next" href="Great-Renaming.html" title="Great Renaming"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Great Internet Explosion</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gray-hat.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="Great-Renaming.html">Next</a></td></tr></table><hr/></div><dt><a id="Great-Internet-Explosion"/><dt xmlns="" id="Great-Internet-Explosion"><b>Great Internet Explosion</b></dt></dt><dd><p> The mainstreaming of the Internet in 1993-1994. Used normally in
|
||||
time comparatives; before the Great Internet Explosion and after it were
|
||||
very different worlds from a hacker's point of view. Before it, Internet
|
||||
access was expensive and available only to an elite few through
|
||||
universities, research laboratories, and well-heeled corporations; after
|
||||
it, everybody's mother had access.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gray-hat.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="Great-Renaming.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gray hat </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Great Renaming</td></tr></table></div></body></html>
|
||||
9
original/html/G/Great-Renaming.html
Normal file
9
original/html/G/Great-Renaming.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Great Renaming</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="Great-Internet-Explosion.html" title="Great Internet Explosion"/><link rel="next" href="Great-Runes.html" title="Great Runes"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Great Renaming</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="Great-Internet-Explosion.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="Great-Runes.html">Next</a></td></tr></table><hr/></div><dt><a id="Great-Renaming"/><dt xmlns="" id="Great-Renaming"><b>Great Renaming</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> The <a href="../F/flag-day.html"><i class="glossterm">flag day</i></a> in 1987 on which all of the
|
||||
non-local groups on the <a href="../U/Usenet.html"><i class="glossterm">Usenet</i></a> had their names
|
||||
changed from the net.- format to the current multiple-hierarchies scheme.
|
||||
Used esp. in discussing the history of newsgroup names. “<span class="quote">The oldest
|
||||
sources group is <tt class="systemitem">comp.sources.misc</tt>; before the Great Renaming,
|
||||
it was <tt class="systemitem">net.sources</tt>.</span>” There
|
||||
is a <a href="http://www.vrx.net/usenet/history/rename.html" target="_top"> Great
|
||||
Renaming FAQ</a> on the Web.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="Great-Internet-Explosion.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="Great-Runes.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Great Internet Explosion </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Great Runes</td></tr></table></div></body></html>
|
||||
11
original/html/G/Great-Runes.html
Normal file
11
original/html/G/Great-Runes.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Great Runes</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="Great-Renaming.html" title="Great Renaming"/><link rel="next" href="Great-Worm.html" title="Great Worm"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Great Runes</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="Great-Renaming.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="Great-Worm.html">Next</a></td></tr></table><hr/></div><dt><a id="Great-Runes"/><dt xmlns="" id="Great-Runes"><b>Great Runes</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> Uppercase-only text or display messages. Some archaic operating
|
||||
systems still emit these. See also <a href="../R/runes.html"><i class="glossterm">runes</i></a>,
|
||||
<a href="../S/smash-case.html"><i class="glossterm">smash case</i></a>, <a href="../F/fold-case.html"><i class="glossterm">fold case</i></a>.</p></dd><dd><p>There is a widespread legend (repeated by earlier versions of this
|
||||
entry, though tagged as folklore) that the uppercase-only support of
|
||||
various old character codes and I/O equipment was chosen by a religious
|
||||
person in a position of power at the Teletype Company because supporting
|
||||
both upper and lower cases was too expensive and supporting lower case only
|
||||
would have made it impossible to spell ‘God’ correctly. Not
|
||||
true; the upper-case interpretation of teleprinter codes was well
|
||||
established by 1870, long before Teletype was even founded.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="Great-Renaming.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="Great-Worm.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Great Renaming </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Great Worm</td></tr></table></div></body></html>
|
||||
10
original/html/G/Great-Worm.html
Normal file
10
original/html/G/Great-Worm.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Great Worm</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="Great-Runes.html" title="Great Runes"/><link rel="next" href="great-wall.html" title="great-wall"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Great Worm</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="Great-Runes.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="great-wall.html">Next</a></td></tr></table><hr/></div><dt><a id="Great-Worm"/><dt xmlns="" id="Great-Worm"><b>Great Worm</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> The 1988 Internet <a href="../W/worm.html"><i class="glossterm">worm</i></a> perpetrated by
|
||||
<a href="../R/RTM.html"><i class="glossterm">RTM</i></a>. This is a play on Tolkien (compare
|
||||
<a href="../E/elvish.html"><i class="glossterm">elvish</i></a>, <a href="../E/elder-days.html"><i class="glossterm">elder days</i></a>). In the
|
||||
fantasy history of his Middle Earth books, there were dragons powerful
|
||||
enough to lay waste to entire regions; two of these (Scatha and Glaurung)
|
||||
were known as “<span class="quote">the Great Worms</span>”. This usage expresses the
|
||||
connotation that the RTM crack was a sort of devastating watershed event in
|
||||
hacker history; certainly it did more to make non-hackers nervous about the
|
||||
Internet than anything before or since.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="Great-Runes.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="great-wall.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Great Runes </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> great-wall</td></tr></table></div></body></html>
|
||||
7
original/html/G/Greens-Theorem.html
Normal file
7
original/html/G/Greens-Theorem.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Green's Theorem</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="green-machine.html" title="green machine"/><link rel="next" href="greenbar.html" title="greenbar"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Green's Theorem</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="green-machine.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="greenbar.html">Next</a></td></tr></table><hr/></div><dt><a id="Greens-Theorem"/><dt xmlns="" id="Greens-Theorem"><b>Green's Theorem</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">prov.</span></dt></dt><dd><p> [TMRC] For any story, in any group of people there will be at least
|
||||
one person who has not heard the story. A refinement of the theorem states
|
||||
that there will be <span class="emphasis"><em>exactly</em></span> one person (if there were
|
||||
more than one, it wouldn't be as bad to re-tell the story). [The name of
|
||||
this theorem is a play on a fundamental theorem in
|
||||
calculus. —ESR]</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="green-machine.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="greenbar.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">green machine </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> greenbar</td></tr></table></div></body></html>
|
||||
10
original/html/G/Guido.html
Normal file
10
original/html/G/Guido.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Guido</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gubbish.html" title="gubbish"/><link rel="next" href="guiltware.html" title="guiltware"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Guido</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gubbish.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="guiltware.html">Next</a></td></tr></table><hr/></div><dt><a id="Guido"/><dt xmlns="" id="Guido"><b>Guido</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/gwee´do/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/khwee´do/</span></dt></dt><dd><p> Without qualification, Guido van Rossum (author of
|
||||
<a href="../P/Python.html"><i class="glossterm">Python</i></a>). Note that Guido answers to English
|
||||
<span class="pronunciation">/gwee´do/</span> but in Dutch it's
|
||||
<span class="pronunciation">/khwee´do/</span>. Mythically,
|
||||
Guido's most important attribute besides Python itself is Guido's time
|
||||
machine, a device he is reputed to possess because of the unnerving
|
||||
frequency with which user requests for new features have been met with the
|
||||
response “<span class="quote">I just implemented that last night...</span>”. See
|
||||
<a href="../B/BDFL.html"><i class="glossterm">BDFL</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gubbish.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="guiltware.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gubbish </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> guiltware</td></tr></table></div></body></html>
|
||||
16
original/html/G/gang-bang.html
Normal file
16
original/html/G/gang-bang.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gang bang</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="G.html" title="G"/><link rel="next" href="Gang-of-Four.html" title="Gang of Four"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gang bang</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="G.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="Gang-of-Four.html">Next</a></td></tr></table><hr/></div><dt><a id="gang-bang"/><dt xmlns="" id="gang-bang"><b>gang bang</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> 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 <i class="citetitle">Hackers</i>),
|
||||
and large numbers of loosely-coupled programmers operating in
|
||||
<a href="../B/bazaar.html"><i class="glossterm">bazaar</i></a> 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 <a href="../O/orthogonal.html"><i class="glossterm">orthogonal</i></a>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
|
||||
<a href="../E/epsilon.html"><i class="glossterm">epsilon</i></a>. See also
|
||||
<a href="../F/firefighting.html"><i class="glossterm">firefighting</i></a>,
|
||||
<a href="../M/Mongolian-Hordes-technique.html"><i class="glossterm">Mongolian Hordes technique</i></a>, <a href="../C/Conways-Law.html"><i class="glossterm">Conway's Law</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="G.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="Gang-of-Four.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">G </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Gang of Four</td></tr></table></div></body></html>
|
||||
3
original/html/G/garbage-collect.html
Normal file
3
original/html/G/garbage-collect.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>garbage collect</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="Gang-of-Four.html" title="Gang of Four"/><link rel="next" href="garply.html" title="garply"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">garbage collect</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="Gang-of-Four.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="garply.html">Next</a></td></tr></table><hr/></div><dt><a id="garbage-collect"/><dt xmlns="" id="garbage-collect"><b>garbage collect</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">vi.</span></dt></dt><dd><p> (also <span class="firstterm">garbage collection</span>, n.)
|
||||
See <a href="GC.html"><i class="glossterm">GC</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="Gang-of-Four.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="garply.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Gang of Four </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> garply</td></tr></table></div></body></html>
|
||||
3
original/html/G/garply.html
Normal file
3
original/html/G/garply.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>garply</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="garbage-collect.html" title="garbage collect"/><link rel="next" href="gas.html" title="gas"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">garply</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="garbage-collect.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gas.html">Next</a></td></tr></table><hr/></div><dt><a id="garply"/><dt xmlns="" id="garply"><b>garply</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/gar´plee/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [Stanford] Another metasyntactic variable (see
|
||||
<a href="../F/foo.html"><i class="glossterm">foo</i></a>); once popular among SAIL hackers.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="garbage-collect.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gas.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">garbage collect </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gas</td></tr></table></div></body></html>
|
||||
14
original/html/G/gas.html
Normal file
14
original/html/G/gas.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gas</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="garply.html" title="garply"/><link rel="next" href="Gatess-Law.html" title="Gates's Law"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gas</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="garply.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="Gatess-Law.html">Next</a></td></tr></table><hr/></div><dt><a id="gas"/><dt xmlns="" id="gas"><b>gas</b></dt></dt><dd><p> [as in ‘gas chamber’] </p></dd><dd><p> 1. <span class="grammar">interj.</span> A term of disgust and
|
||||
hatred, implying that gas should be dispensed in generous quantities,
|
||||
thereby exterminating the source of irritation. “<span class="quote">Some loser just
|
||||
reloaded the system for no reason! Gas!</span>” </p></dd><dd><p> 2. <span class="grammar">interj.</span> A suggestion that
|
||||
someone or something ought to be flushed out of mercy. “<span class="quote">The system's
|
||||
getting <a href="../W/wedged.html"><i class="glossterm">wedged</i></a> every few minutes. Gas!</span>”
|
||||
</p></dd><dd><p> 3. <span class="grammar">vt.</span> To
|
||||
<a href="../F/flush.html"><i class="glossterm">flush</i></a> (sense 1). “<span class="quote">You should gas that old
|
||||
crufty software.</span>” </p></dd><dd><p> 4. [IBM] <span class="grammar">n.</span> Dead space in
|
||||
nonsequentially organized files that was occupied by data that has since
|
||||
been deleted; the compression operation that removes it is called <span class="firstterm">degassing</span> (by analogy, perhaps, with the use of
|
||||
the same term in vacuum technology). </p></dd><dd><p> 5. [IBM] <span class="grammar">n.</span> Empty space on a
|
||||
disk that has been clandestinely allocated against future need.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="garply.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="Gatess-Law.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">garply </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Gates's Law</td></tr></table></div></body></html>
|
||||
2
original/html/G/gawble.html
Normal file
2
original/html/G/gawble.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gawble</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="Gatess-Law.html" title="Gates's Law"/><link rel="next" href="GC.html" title="GC"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gawble</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="Gatess-Law.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="GC.html">Next</a></td></tr></table><hr/></div><dt><a id="gawble"/><dt xmlns="" id="gawble"><b>gawble</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/gaw´bl/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> See <a href="../C/chawmp.html"><i class="glossterm">chawmp</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="Gatess-Law.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="GC.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Gates's Law </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> GC</td></tr></table></div></body></html>
|
||||
20
original/html/G/gedanken.html
Normal file
20
original/html/G/gedanken.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gedanken</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="GECOS.html" title="GECOS"/><link rel="next" href="geef.html" title="geef"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gedanken</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="GECOS.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="geef.html">Next</a></td></tr></table><hr/></div><dt><a id="gedanken"/><dt xmlns="" id="gedanken"><b>gedanken</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/g@·dahn´kn/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">adj.</span></dt></dt><dd><p> Ungrounded; impractical; not well-thought-out; untried;
|
||||
untested.</p></dd><dd><p>‘Gedanken’ is a German word for ‘thought’. A
|
||||
thought experiment is one you carry out in your head. In physics, the term
|
||||
<span class="foreignphrase"><i class="foreignphrase">gedanken experiment</i></span> is used to refer to an
|
||||
experiment that is impractical to carry out, but useful to consider because
|
||||
it can be reasoned about theoretically. (A classic gedanken experiment of
|
||||
relativity theory involves thinking about a man in an elevator accelerating
|
||||
through space.) Gedanken experiments are very useful in physics, but must
|
||||
be used with care. It's too easy to idealize away some important aspect of
|
||||
the real world in constructing the ‘apparatus’.</p><p>Among hackers, accordingly, the word has a pejorative connotation.
|
||||
It is typically used of a project, especially one in artificial
|
||||
intelligence research, that is written up in grand detail (typically as a
|
||||
Ph.D. thesis) without ever being implemented to any great extent. Such a
|
||||
project is usually perpetrated by people who aren't very good hackers or
|
||||
find programming distasteful or are just in a hurry. A <span class="firstterm">gedanken thesis</span> is usually marked by an obvious
|
||||
lack of intuition about what is programmable and what is not, and about
|
||||
what does and does not constitute a clear specification of an algorithm.
|
||||
See also <a href="../A/AI-complete.html"><i class="glossterm">AI-complete</i></a>,
|
||||
<a href="../D/DWIM.html"><i class="glossterm">DWIM</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="GECOS.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="geef.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">GECOS </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> geef</td></tr></table></div></body></html>
|
||||
3
original/html/G/geef.html
Normal file
3
original/html/G/geef.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>geef</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gedanken.html" title="gedanken"/><link rel="next" href="geek.html" title="geek"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">geef</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gedanken.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="geek.html">Next</a></td></tr></table><hr/></div><dt><a id="geef"/><dt xmlns="" id="geef"><b>geef</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">v.</span></dt></dt><dd><p> [ostensibly from ‘gefingerpoken’] <span class="grammar">vt.</span> Syn. <a href="../M/mung.html"><i class="glossterm">mung</i></a>. See also
|
||||
<a href="../B/blinkenlights.html"><i class="glossterm">blinkenlights</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gedanken.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="geek.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gedanken </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> geek</td></tr></table></div></body></html>
|
||||
22
original/html/G/geek-code.html
Normal file
22
original/html/G/geek-code.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>geek code</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="geek.html" title="geek"/><link rel="next" href="geek-out.html" title="geek out"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">geek code</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="geek.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="geek-out.html">Next</a></td></tr></table><hr/></div><dt><a id="geek-code"/><dt xmlns="" id="geek-code"><b>geek code</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> (also “<span class="quote">Code of the Geeks</span>”). A set of codes commonly
|
||||
used in <a href="../S/sig-block.html"><i class="glossterm">sig block</i></a>s to broadcast the interests,
|
||||
skills, and aspirations of the poster. Features a G at the left margin
|
||||
followed by numerous letter codes, often suffixed with plusses or minuses.
|
||||
Because many net users are involved in computer science, the most common
|
||||
prefix is ‘GCS’. To see a copy of the current code, browse
|
||||
<a href="http://www.geekcode.com/" target="_top">http://www.geekcode.com/</a>.
|
||||
Here is a sample geek code (that of Robert Hayden, the code's inventor)
|
||||
from that page:</p><div class="literallayout"><p><br/>
|
||||
-----BEGIN GEEK CODE BLOCK-----<br/>
|
||||
Version: 3.1<br/>
|
||||
GED/J d-- s:++>: a- C++(++++)$ ULUO++ P+>+++ L++ !E---- W+(---) N+++<br/>
|
||||
o+ K+++ w+(---) O- M+$>++ V-- PS++(+++)>$ PE++(+)>$ Y++ PGP++ t- 5+++<br/>
|
||||
X++ R+++>$ tv+ b+ DI+++ D+++ G+++++>$ e++$>++++ h r-- y+**<br/>
|
||||
------END GEEK CODE BLOCK------<br/>
|
||||
</p></div><p>The geek code originated in 1993; it was inspired (according to the
|
||||
inventor) by previous “<span class="quote">bear</span>”, “<span class="quote">smurf</span>” and
|
||||
“<span class="quote">twink</span>” style-and-sexual-preference codes from lesbian and gay
|
||||
<a href="../N/newsgroup.html"><i class="glossterm">newsgroup</i></a>s. It has in turn spawned imitators; there
|
||||
is now even a “<span class="quote">Saturn geek code</span>” for owners of the Saturn car.
|
||||
See also <a href="geek.html"><i class="glossterm">geek</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="geek.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="geek-out.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">geek </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> geek out</td></tr></table></div></body></html>
|
||||
7
original/html/G/geek-out.html
Normal file
7
original/html/G/geek-out.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>geek out</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="geek-code.html" title="geek code"/><link rel="next" href="geekasm.html" title="geekasm"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">geek out</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="geek-code.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="geekasm.html">Next</a></td></tr></table><hr/></div><dt><a id="geek-out"/><dt xmlns="" id="geek-out"><b>geek out</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">vi.</span></dt></dt><dd><p> To temporarily enter techno-nerd mode while in a non-hackish
|
||||
context, for example at parties held near computer equipment. Especially
|
||||
used when you need to do or say something highly technical and don't have
|
||||
time to explain: “<span class="quote">Pardon me while I geek out for a moment.</span>”
|
||||
See <a href="geek.html"><i class="glossterm">geek</i></a>; see also
|
||||
<a href="../P/propeller-head.html"><i class="glossterm">propeller head</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="geek-code.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="geekasm.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">geek code </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> geekasm</td></tr></table></div></body></html>
|
||||
31
original/html/G/geek.html
Normal file
31
original/html/G/geek.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>geek</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="geef.html" title="geef"/><link rel="next" href="geek-code.html" title="geek code"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">geek</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="geef.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="geek-code.html">Next</a></td></tr></table><hr/></div><dt><a id="geek"/><dt xmlns="" id="geek"><b>geek</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> A person who has chosen concentration rather than conformity; one
|
||||
who pursues skill (especially technical skill) and imagination, not
|
||||
mainstream social acceptance. Geeks usually have a strong case of
|
||||
<a href="../N/neophilia.html"><i class="glossterm">neophilia</i></a>. Most geeks are adept with computers and
|
||||
treat <a href="../H/hacker.html"><i class="glossterm">hacker</i></a> as a term of respect, but not all are
|
||||
hackers themselves — and some who <span class="emphasis"><em>are</em></span> in fact
|
||||
hackers normally call themselves geeks anyway, because they (quite
|
||||
properly) regard ‘hacker’ as a label that should be bestowed by
|
||||
others rather than self-assumed.</p><p>One <a href="http://www.darkwater.com/omni/geek.html" target="_top">
|
||||
description</a> accurately if a little breathlessly enumerates
|
||||
“<span class="quote">gamers, ravers, science fiction fans, punks, perverts, programmers,
|
||||
nerds, subgenii, and trekkies. These are people who did not go to their
|
||||
high school proms, and many would be offended by the suggestion that they
|
||||
should have even wanted to.</span>”</p><p>Originally, a <span class="firstterm">geek</span> was a
|
||||
carnival performer who bit the heads off chickens. (In early 20th-century
|
||||
Scotland a ‘geek’ was an immature coley, a type of fish.)
|
||||
Before about 1990 usage of this term was rather negative. Earlier versions
|
||||
of this lexicon defined a <span class="firstterm">computer
|
||||
geek</span> as one who eats (computer) bugs for a living — an
|
||||
asocial, malodorous, pasty-faced monomaniac with all the personality of a
|
||||
cheese grater. This is often still the way geeks are regarded by
|
||||
non-geeks, but as the mainstream culture becomes more dependent on
|
||||
technology and technical skill mainstream attitudes have tended to shift
|
||||
towards grudging respect. Correspondingly, there are now ‘geek
|
||||
pride’ festivals (the implied reference to ‘gay pride’ is
|
||||
not accidental).</p><p>See also <a href="../P/propeller-head.html"><i class="glossterm">propeller head</i></a>,
|
||||
<a href="../C/clustergeeking.html"><i class="glossterm">clustergeeking</i></a>, <a href="geek-out.html"><i class="glossterm">geek out</i></a>,
|
||||
<a href="../W/wannabee.html"><i class="glossterm">wannabee</i></a>, <a href="../T/terminal-junkie.html"><i class="glossterm">terminal junkie</i></a>,
|
||||
<a href="../S/spod.html"><i class="glossterm">spod</i></a>, <a href="../W/weenie.html"><i class="glossterm">weenie</i></a>,
|
||||
<a href="geek-code.html"><i class="glossterm">geek code</i></a>, <a href="../A/alpha-geek.html"><i class="glossterm">alpha geek</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="geef.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="geek-code.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">geef </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> geek code</td></tr></table></div></body></html>
|
||||
9
original/html/G/geekasm.html
Normal file
9
original/html/G/geekasm.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>geekasm</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="geek-out.html" title="geek out"/><link rel="next" href="gen.html" title="gen"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">geekasm</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="geek-out.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gen.html">Next</a></td></tr></table><hr/></div><dt><a id="geekasm"/><dt xmlns="" id="geekasm"><b>geekasm</b></dt></dt><dd><p> Originally from a quote on the PBS show <i class="citetitle">Scientific
|
||||
American Frontiers</i> (week of May 21st 2002) by MIT professor
|
||||
Alex Slocum: “<span class="quote">When they build a machine, if they do the calculations
|
||||
right, the machine works and you get this intense ... uhh ... just like a
|
||||
geekasm, from knowing that what you created in your mind and on the
|
||||
computer is actually doing what you told it to do</span>”. Unsurprisingly,
|
||||
this usage went live on the Web almost instantly. Every hacker knows this
|
||||
feeling. Compare earlier <a href="../P/progasm.html"><i class="glossterm">progasm</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="geek-out.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gen.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">geek out </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gen</td></tr></table></div></body></html>
|
||||
3
original/html/G/gen.html
Normal file
3
original/html/G/gen.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gen</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="geekasm.html" title="geekasm"/><link rel="next" href="gender-mender.html" title="gender mender"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gen</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="geekasm.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gender-mender.html">Next</a></td></tr></table><hr/></div><dt><a id="gen"/><dt xmlns="" id="gen"><b>gen</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/jen/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.,v.</span></dt></dt><dd><p> Short for <a href="generate.html"><i class="glossterm">generate</i></a>, used frequently in both
|
||||
spoken and written contexts.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="geekasm.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gender-mender.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">geekasm </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gender mender</td></tr></table></div></body></html>
|
||||
12
original/html/G/gender-mender.html
Normal file
12
original/html/G/gender-mender.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gender mender</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gen.html" title="gen"/><link rel="next" href="General-Public-Virus.html" title="General Public Virus"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gender mender</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gen.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="General-Public-Virus.html">Next</a></td></tr></table><hr/></div><dt><a id="gender-mender"/><dt xmlns="" id="gender-mender"><b>gender mender</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [common] A cable connector shell with either two male or two female
|
||||
connectors on it, used to correct the mismatches that result when some
|
||||
<a href="../L/loser.html"><i class="glossterm">loser</i></a> didn't understand the RS232C specification and
|
||||
the distinction between DTE and DCE. Used esp. for RS-232C parts in
|
||||
either the original D-25 or the IBM PC's bogus D-9 format. Also called
|
||||
<span class="firstterm">gender bender</span>, <span class="firstterm">gender blender</span>, <span class="firstterm">sex
|
||||
changer</span>, and even <span class="firstterm">homosexual
|
||||
adapter;</span> however, there appears to be some confusion as to
|
||||
whether a <span class="firstterm">male homosexual adapter</span> has
|
||||
pins on both sides (is doubly male) or sockets on both sides (connects two
|
||||
males).</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gen.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="General-Public-Virus.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gen </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> General Public Virus</td></tr></table></div></body></html>
|
||||
8
original/html/G/generate.html
Normal file
8
original/html/G/generate.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>generate</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="General-Public-Virus.html" title="General Public Virus"/><link rel="next" href="Genius-From-Mars-Technique.html" title="Genius From Mars Technique"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">generate</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="General-Public-Virus.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="Genius-From-Mars-Technique.html">Next</a></td></tr></table><hr/></div><dt><a id="generate"/><dt xmlns="" id="generate"><b>generate</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">vt.</span></dt></dt><dd><p> To produce something according to an algorithm or program or set of
|
||||
rules, or as a (possibly unintended) side effect of the execution of an
|
||||
algorithm or program. The opposite of <a href="../P/parse.html"><i class="glossterm">parse</i></a>. This
|
||||
term retains its mechanistic connotations (though often humorously) when
|
||||
used of human behavior. “<span class="quote">The guy is rational most of the time, but
|
||||
mention nuclear energy around him and he'll generate
|
||||
<a href="../I/infinite.html"><i class="glossterm">infinite</i></a> flamage.</span>”</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="General-Public-Virus.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="Genius-From-Mars-Technique.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">General Public Virus </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Genius From Mars Technique</td></tr></table></div></body></html>
|
||||
10
original/html/G/gensym.html
Normal file
10
original/html/G/gensym.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gensym</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="Genius-From-Mars-Technique.html" title="Genius From Mars Technique"/><link rel="next" href="Get-a-life-.html" title="Get a life!"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gensym</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="Genius-From-Mars-Technique.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="Get-a-life-.html">Next</a></td></tr></table><hr/></div><dt><a id="gensym"/><dt xmlns="" id="gensym"><b>gensym</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/jen´sim/</span></dt></dt><dd><p> [from MacLISP for <span class="firstterm">generated
|
||||
symbol</span>]</p></dd><dd><p> 1. <span class="grammar">v.</span> To invent a new name for
|
||||
something temporary, in such a way that the name is almost certainly not in
|
||||
conflict with one already in use. </p></dd><dd><p> 2. <span class="grammar">n.</span> The resulting name. The
|
||||
canonical form of a gensym is ‘Gnnnn’ where nnnn represents a
|
||||
number; any LISP hacker would recognize G0093 (for example) as a gensym.
|
||||
</p></dd><dd><p> 3. A freshly generated data structure with a gensymmed name.
|
||||
Gensymmed names are useful for storing or uniquely identifying crufties
|
||||
(see <a href="../C/cruft.html"><i class="glossterm">cruft</i></a>).</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="Genius-From-Mars-Technique.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="Get-a-life-.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Genius From Mars Technique </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Get a life!</td></tr></table></div></body></html>
|
||||
8
original/html/G/gib.html
Normal file
8
original/html/G/gib.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gib</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="GandhiCon.html" title="GandhiCon"/><link rel="next" href="GIFs-at-11.html" title="GIFs at 11"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gib</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="GandhiCon.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="GIFs-at-11.html">Next</a></td></tr></table><hr/></div><dt><a id="gib"/><dt xmlns="" id="gib"><b>gib</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/jib/</span></dt></dt><dd><p> 1. <span class="grammar">vi.</span> To destroy utterly. Like
|
||||
<a href="../F/frag.html"><i class="glossterm">frag</i></a>, but much more violent and final.
|
||||
“<span class="quote">There's no trace left. You definitely gibbed that
|
||||
bug</span>”. </p></dd><dd><p> 2. n. Remnants after total obliteration.</p></dd><dd><p>Originated first by id software in the game Quake. It's short for
|
||||
giblets (thus pronounced “<span class="quote">jib</span>”), and referred to the bloody
|
||||
remains of slain opponents. Eventually the word was verbed, and leaked
|
||||
into general usage afterward.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="GandhiCon.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="GIFs-at-11.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">GandhiCon </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> GIFs at 11</td></tr></table></div></body></html>
|
||||
2
original/html/G/gig.html
Normal file
2
original/html/G/gig.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gig</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="GIFs-at-11.html" title="GIFs at 11"/><link rel="next" href="giga-.html" title="giga-"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gig</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="GIFs-at-11.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="giga-.html">Next</a></td></tr></table><hr/></div><dt><a id="gig"/><dt xmlns="" id="gig"><b>gig</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/jig/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/gig/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [SI] See <a href="../Q/quantifiers.html"><i class="glossterm">quantifiers</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="GIFs-at-11.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="giga-.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">GIFs at 11 </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> giga-</td></tr></table></div></body></html>
|
||||
2
original/html/G/giga-.html
Normal file
2
original/html/G/giga-.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>giga-</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gig.html" title="gig"/><link rel="next" href="GIGO.html" title="GIGO"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">giga-</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gig.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="GIGO.html">Next</a></td></tr></table><hr/></div><dt><a id="giga-"/><dt xmlns="" id="giga-"><b>giga-</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/ji´ga/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/gi´ga/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">pref.</span></dt></dt><dd><p> [SI] See <a href="../Q/quantifiers.html"><i class="glossterm">quantifiers</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gig.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="GIGO.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gig </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> GIGO</td></tr></table></div></body></html>
|
||||
6
original/html/G/gilley.html
Normal file
6
original/html/G/gilley.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gilley</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="GIGO.html" title="GIGO"/><link rel="next" href="gillion.html" title="gillion"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gilley</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="GIGO.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gillion.html">Next</a></td></tr></table><hr/></div><dt><a id="gilley"/><dt xmlns="" id="gilley"><b>gilley</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [Usenet] The unit of analogical <a href="../B/bogosity.html"><i class="glossterm">bogosity</i></a>.
|
||||
According to its originator, the standard for one gilley was “<span class="quote">the act
|
||||
of bogotoficiously comparing the shutting down of 1000 machines for a day
|
||||
with the killing of one person</span>”. The milligilley has been found to
|
||||
suffice for most normal conversational exchanges.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="GIGO.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gillion.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">GIGO </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gillion</td></tr></table></div></body></html>
|
||||
6
original/html/G/gillion.html
Normal file
6
original/html/G/gillion.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gillion</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gilley.html" title="gilley"/><link rel="next" href="ginger.html" title="ginger"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gillion</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gilley.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="ginger.html">Next</a></td></tr></table><hr/></div><dt><a id="gillion"/><dt xmlns="" id="gillion"><b>gillion</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/gil´y@n/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/jil´y@n/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [formed from <a href="giga-.html"><i class="glossterm">giga-</i></a> by analogy with
|
||||
mega/million and tera/trillion] <tt class="literal">10^9</tt>. Same as an
|
||||
American billion or a British <span class="firstterm">milliard</span>. How one pronounces this depends on
|
||||
whether one speaks <a href="giga-.html"><i class="glossterm">giga-</i></a> with a hard or soft
|
||||
‘g’.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gilley.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ginger.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gilley </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> ginger</td></tr></table></div></body></html>
|
||||
2
original/html/G/ginger.html
Normal file
2
original/html/G/ginger.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>ginger</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gillion.html" title="gillion"/><link rel="next" href="GIPS.html" title="GIPS"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">ginger</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gillion.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="GIPS.html">Next</a></td></tr></table><hr/></div><dt><a id="ginger"/><dt xmlns="" id="ginger"><b>ginger</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> See <a href="../S/saga.html"><i class="glossterm">saga</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gillion.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="GIPS.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gillion </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> GIPS</td></tr></table></div></body></html>
|
||||
13
original/html/G/glark.html
Normal file
13
original/html/G/glark.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>glark</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="GIYF.html" title="GIYF"/><link rel="next" href="glass.html" title="glass"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">glark</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="GIYF.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="glass.html">Next</a></td></tr></table><hr/></div><dt><a id="glark"/><dt xmlns="" id="glark"><b>glark</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/glark/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">vt.</span></dt></dt><dd><p> To figure something out from context. “<span class="quote">The System III manuals
|
||||
are pretty poor, but you can generally glark the meaning from
|
||||
context.</span>” Interestingly, the word was originally
|
||||
‘glork’; the context was “<span class="quote">This gubblick contains many
|
||||
nonsklarkish English flutzpahs, but the overall pluggandisp can be glorked
|
||||
[sic] from context</span>” (David Moser, quoted by Douglas Hofstadter in
|
||||
his <i class="citetitle">Metamagical Themas</i> column in the January 1981
|
||||
<i class="citetitle">Scientific American</i>). It is conjectured that hacker
|
||||
usage mutated the verb to ‘glark’ because
|
||||
<a href="glork.html"><i class="glossterm">glork</i></a> was already an established jargon term (some
|
||||
hackers do report using the original term). Compare
|
||||
<a href="grok.html"><i class="glossterm">grok</i></a>, <a href="../Z/zen.html"><i class="glossterm">zen</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="GIYF.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="glass.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">GIYF </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> glass</td></tr></table></div></body></html>
|
||||
10
original/html/G/glass-tty.html
Normal file
10
original/html/G/glass-tty.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>glass tty</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="glass.html" title="glass"/><link rel="next" href="glassfet.html" title="glassfet"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">glass tty</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="glass.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="glassfet.html">Next</a></td></tr></table><hr/></div><dt><a id="glass-tty"/><dt xmlns="" id="glass-tty"><b>glass tty</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/glas T·T·Y/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/glas ti´tee/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [obs.] A terminal that has a display screen but which, because of
|
||||
hardware or software limitations, behaves like a teletype or some other
|
||||
printing terminal, thereby combining the disadvantages of both: like a
|
||||
printing terminal, it can't do fancy display hacks, and like a display
|
||||
terminal, it doesn't produce hard copy. An example is the early
|
||||
‘dumb’ version of Lear-Siegler ADM 3 (without cursor control).
|
||||
See <a href="../T/tube.html"><i class="glossterm">tube</i></a>, <a href="../T/tty.html"><i class="glossterm">tty</i></a>; compare
|
||||
<a href="../D/dumb-terminal.html"><i class="glossterm">dumb terminal</i></a>. See <i class="citetitle"> <a href="../tv-typewriters.html" title="TV Typewriters: A Tale of Hackish Ingenuity">TV Typewriters</a></i> (Appendix A) for
|
||||
an interesting true story about a glass tty.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="glass.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="glassfet.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">glass </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> glassfet</td></tr></table></div></body></html>
|
||||
2
original/html/G/glass.html
Normal file
2
original/html/G/glass.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>glass</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="glark.html" title="glark"/><link rel="next" href="glass-tty.html" title="glass tty"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">glass</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="glark.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="glass-tty.html">Next</a></td></tr></table><hr/></div><dt><a id="glass"/><dt xmlns="" id="glass"><b>glass</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [IBM] Synonym for <a href="../S/silicon.html"><i class="glossterm">silicon</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="glark.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="glass-tty.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">glark </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> glass tty</td></tr></table></div></body></html>
|
||||
4
original/html/G/glassfet.html
Normal file
4
original/html/G/glassfet.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>glassfet</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="glass-tty.html" title="glass tty"/><link rel="next" href="glitch.html" title="glitch"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">glassfet</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="glass-tty.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="glitch.html">Next</a></td></tr></table><hr/></div><dt><a id="glassfet"/><dt xmlns="" id="glassfet"><b>glassfet</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/glas´fet/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [by analogy with MOSFET, the acronym for <span class="firstterm">Metal-Oxide-Semiconductor Field-Effect
|
||||
Transistor</span>] Syn. <a href="../F/firebottle.html"><i class="glossterm">firebottle</i></a>, a humorous
|
||||
way to refer to a vacuum tube.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="glass-tty.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="glitch.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">glass tty </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> glitch</td></tr></table></div></body></html>
|
||||
25
original/html/G/glitch.html
Normal file
25
original/html/G/glitch.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>glitch</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="glassfet.html" title="glassfet"/><link rel="next" href="glob.html" title="glob"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">glitch</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="glassfet.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="glob.html">Next</a></td></tr></table><hr/></div><dt><a id="glitch"/><dt xmlns="" id="glitch"><b>glitch</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/glich/</span></dt></dt><dd><p> [very common; from German ‘glitschig’ slippery, via
|
||||
Yiddish ‘glitshen’, to slide or skid] </p></dd><dd><p> 1. <span class="grammar">n.</span> A sudden interruption in
|
||||
electric service, sanity, continuity, or program function. Sometimes
|
||||
recoverable. An interruption in electric service is specifically called a
|
||||
<span class="firstterm">power glitch</span> (also
|
||||
<a href="../P/power-hit.html"><i class="glossterm">power hit</i></a>), of grave concern because it usually crashes all the
|
||||
computers. In jargon, though, a hacker who got to the middle of a sentence
|
||||
and then forgot how he or she intended to complete it might say,
|
||||
“<span class="quote">Sorry, I just glitched</span>”. </p></dd><dd><p> 2. <span class="grammar">vi.</span> To commit a glitch. See
|
||||
<a href="gritch.html"><i class="glossterm">gritch</i></a>. </p></dd><dd><p> 3. <span class="grammar">vt.</span> [Stanford] To scroll a
|
||||
display screen, esp. several lines at a time.
|
||||
<a href="../W/WAITS.html"><i class="glossterm">WAITS</i></a> terminals used to do this in order to avoid
|
||||
continuous scrolling, which is distracting to the eye. </p></dd><dd><p> 4. obs. Same as <a href="../M/magic-cookie.html"><i class="glossterm">magic cookie</i></a>, sense
|
||||
2.</p></dd><dd><p>All these uses of <span class="firstterm">glitch</span> derive
|
||||
from the specific technical meaning the term has in the electronic hardware
|
||||
world, where it is now techspeak. A glitch can occur when the inputs of a
|
||||
circuit change, and the outputs change to some
|
||||
<a href="../R/random.html"><i class="glossterm">random</i></a> value for some very brief time before they
|
||||
settle down to the correct value. If another circuit inspects the output
|
||||
at just the wrong time, reading the random value, the results can be very
|
||||
wrong and very hard to debug (a glitch is one of many causes of electronic
|
||||
<a href="../H/heisenbug.html"><i class="glossterm">heisenbug</i></a>s).</p><div class="mediaobject"><a id="crunchly73-06-04"/><img src="../graphics/73-06-04.png"/><div class="caption"><p>Coping with a hydraulic <a href="glitch.html"><i class="glossterm">glitch</i></a>.</p><p>(The next cartoon in the Crunchly saga is
|
||||
<a href="../O/overflow-bit.html#crunchly73-07-24">73-07-24</a>. The previous one is
|
||||
<a href="../B/bells-and-whistles.html#crunchly73-05-28">73-05-28</a>.)</p></div></div></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="glassfet.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="glob.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">glassfet </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> glob</td></tr></table></div></body></html>
|
||||
17
original/html/G/glob.html
Normal file
17
original/html/G/glob.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>glob</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="glitch.html" title="glitch"/><link rel="next" href="glork.html" title="glork"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">glob</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="glitch.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="glork.html">Next</a></td></tr></table><hr/></div><dt><a id="glob"/><dt xmlns="" id="glob"><b>glob</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/glob/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="emphasis"><em>not</em></span>, <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/glohb/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">v.,n.</span></dt></dt><dd><p> [Unix; common] To expand special characters in a wildcarded name, or
|
||||
the act of so doing (the action is also called <span class="firstterm">globbing</span>). The Unix conventions for filename
|
||||
wildcarding have become sufficiently pervasive that many hackers use some
|
||||
of them in written English, especially in email or news on technical
|
||||
topics. Those commonly encountered include the following:</p><div class="informaltable"><table border="1"><colgroup><col/><col/></colgroup><tbody><tr><td>*</td><td>wildcard for any string (see also <a href="../U/UN-asterisk-X.html"><i class="glossterm">UN*X</i></a>)
|
||||
</td></tr><tr><td>?</td><td>wildcard for any single character (generally read this way only at the
|
||||
beginning or in the middle of a word)
|
||||
</td></tr><tr><td>[]</td><td>delimits a wildcard matching any of the enclosed characters
|
||||
</td></tr><tr><td>{}</td><td>alternation of comma-separated alternatives; thus, ‘foo{baz,qux}’
|
||||
would be read as ‘foobaz’ or ‘fooqux’</td></tr></tbody></table></div><p>Some examples: “<span class="quote">He said his name was [KC]arl</span>” (expresses
|
||||
ambiguity). “<span class="quote">I don't read talk.politics.*</span>” (any of the
|
||||
talk.politics subgroups on <a href="../U/Usenet.html"><i class="glossterm">Usenet</i></a>). Other examples
|
||||
are given under the entry for <a href="../X/X.html"><i class="glossterm">X</i></a>. Note that glob
|
||||
patterns are similar, but not identical, to those used in
|
||||
<a href="../R/regexp.html"><i class="glossterm">regexp</i></a>s.</p><p>Historical note: The jargon usage derives from <b class="command">glob</b>, the name of a subprogram that expanded
|
||||
wildcards in archaic pre-Bourne versions of the Unix shell.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="glitch.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="glork.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">glitch </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> glork</td></tr></table></div></body></html>
|
||||
8
original/html/G/glork.html
Normal file
8
original/html/G/glork.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>glork</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="glob.html" title="glob"/><link rel="next" href="glue.html" title="glue"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">glork</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="glob.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="glue.html">Next</a></td></tr></table><hr/></div><dt><a id="glork"/><dt xmlns="" id="glork"><b>glork</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/glork/</span></dt></dt><dd><p> 1. <span class="grammar">interj.</span> Term of mild
|
||||
surprise, usually tinged with outrage, as when one attempts to save the
|
||||
results of two hours of editing and finds that the system has just
|
||||
crashed.</p></dd><dd><p> 2. Used as a name for just about anything. See
|
||||
<a href="../F/foo.html"><i class="glossterm">foo</i></a>.</p></dd><dd><p> 3. <span class="grammar">vt.</span> Similar to
|
||||
<a href="glitch.html"><i class="glossterm">glitch</i></a>, but usually used reflexively. “<span class="quote">My
|
||||
program just glorked itself.</span>” </p></dd><dd><p> 4. Syn. for <a href="glark.html"><i class="glossterm">glark</i></a>, which see.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="glob.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="glue.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">glob </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> glue</td></tr></table></div></body></html>
|
||||
6
original/html/G/glue.html
Normal file
6
original/html/G/glue.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>glue</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="glork.html" title="glork"/><link rel="next" href="gnarly.html" title="gnarly"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">glue</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="glork.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gnarly.html">Next</a></td></tr></table><hr/></div><dt><a id="glue"/><dt xmlns="" id="glue"><b>glue</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> Generic term for any interface logic or protocol that connects two
|
||||
component blocks. For example, <a href="../B/Blue-Glue.html"><i class="glossterm">Blue Glue</i></a> is IBM's
|
||||
SNA protocol, and hardware designers call anything used to connect large
|
||||
VLSI's or circuit blocks <span class="firstterm">glue
|
||||
logic</span>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="glork.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gnarly.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">glork </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gnarly</td></tr></table></div></body></html>
|
||||
5
original/html/G/gnarly.html
Normal file
5
original/html/G/gnarly.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gnarly</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="glue.html" title="glue"/><link rel="next" href="GNU.html" title="GNU"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gnarly</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="glue.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="GNU.html">Next</a></td></tr></table><hr/></div><dt><a id="gnarly"/><dt xmlns="" id="gnarly"><b>gnarly</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/nar´lee/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">adj.</span></dt></dt><dd><p> Both <a href="../O/obscure.html"><i class="glossterm">obscure</i></a> and <a href="../H/hairy.html"><i class="glossterm">hairy</i></a>
|
||||
(sense 1). “<span class="quote"><a href="../Y/Yow-.html"><i class="glossterm">Yow!</i></a> — the tuned assembler
|
||||
implementation of BitBlt is really gnarly!</span>” From a similar but less
|
||||
specific usage in surfer slang.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="glue.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="GNU.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">glue </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> GNU</td></tr></table></div></body></html>
|
||||
4
original/html/G/gnubie.html
Normal file
4
original/html/G/gnubie.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gnubie</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="GNU.html" title="GNU"/><link rel="next" href="GNUMACS.html" title="GNUMACS"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gnubie</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="GNU.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="GNUMACS.html">Next</a></td></tr></table><hr/></div><dt><a id="gnubie"/><dt xmlns="" id="gnubie"><b>gnubie</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/noo´bee/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> Written-only variant of <a href="../N/newbie.html"><i class="glossterm">newbie</i></a> in common use
|
||||
on IRC channels, which implies specifically someone who is new to the
|
||||
Linux/open-source/free-software world.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="GNU.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="GNUMACS.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">GNU </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> GNUMACS</td></tr></table></div></body></html>
|
||||
3
original/html/G/go-faster-stripes.html
Normal file
3
original/html/G/go-faster-stripes.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>go-faster stripes</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="go-root.html" title="go root"/><link rel="next" href="GoAT.html" title="GoAT"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">go-faster stripes</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="go-root.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="GoAT.html">Next</a></td></tr></table><hr/></div><dt><a id="go-faster-stripes"/><dt xmlns="" id="go-faster-stripes"><b>go-faster stripes</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [UK] Syn. <a href="../C/chrome.html"><i class="glossterm">chrome</i></a>. Mainstream in some parts
|
||||
of UK.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="go-root.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="GoAT.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">go root </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> GoAT</td></tr></table></div></body></html>
|
||||
9
original/html/G/go-flatline.html
Normal file
9
original/html/G/go-flatline.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>go flatline</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="GNUMACS.html" title="GNUMACS"/><link rel="next" href="go-gold.html" title="go gold"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">go flatline</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="GNUMACS.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="go-gold.html">Next</a></td></tr></table><hr/></div><dt><a id="go-flatline"/><dt xmlns="" id="go-flatline"><b>go flatline</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">v.</span></dt></dt><dd><p> [from cyberpunk SF, refers to flattening of EEG traces upon
|
||||
brain-death] (also adjectival <span class="firstterm">flatlined</span>). </p></dd><dd><p> 1. To <a href="../D/die.html"><i class="glossterm">die</i></a>, terminate, or fail, esp.
|
||||
irreversibly. In hacker parlance, this is used of machines only, human
|
||||
death being considered somewhat too serious a matter to employ jargon-jokes
|
||||
about. </p></dd><dd><p> 2. To go completely quiescent; said of machines undergoing
|
||||
controlled shutdown. “<span class="quote">You can suffer file damage if you shut down
|
||||
Unix but power off before the system has gone flatline.</span>” </p></dd><dd><p> 3. Of a video tube, to fail by losing vertical scan, so all one sees
|
||||
is a bright horizontal line bisecting the screen.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="GNUMACS.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="go-gold.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">GNUMACS </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> go gold</td></tr></table></div></body></html>
|
||||
2
original/html/G/go-gold.html
Normal file
2
original/html/G/go-gold.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>go gold</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="go-flatline.html" title="go flatline"/><link rel="next" href="go-root.html" title="go root"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">go gold</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="go-flatline.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="go-root.html">Next</a></td></tr></table><hr/></div><dt><a id="go-gold"/><dt xmlns="" id="go-gold"><b>go gold</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">v.</span></dt></dt><dd><p> [common] See <a href="golden.html"><i class="glossterm">golden</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="go-flatline.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="go-root.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">go flatline </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> go root</td></tr></table></div></body></html>
|
||||
5
original/html/G/go-root.html
Normal file
5
original/html/G/go-root.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>go root</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="go-gold.html" title="go gold"/><link rel="next" href="go-faster-stripes.html" title="go-faster stripes"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">go root</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="go-gold.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="go-faster-stripes.html">Next</a></td></tr></table><hr/></div><dt><a id="go-root"/><dt xmlns="" id="go-root"><b>go root</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">vi.</span></dt></dt><dd><p> [Unix; common] To temporarily enter <a href="../R/root-mode.html"><i class="glossterm">root mode</i></a>
|
||||
in order to perform a privileged operation. This use is deprecated in
|
||||
Australia, where <span class="grammar">v.</span> ‘root’
|
||||
is a synonym for “<span class="quote">fuck</span>”.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="go-gold.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="go-faster-stripes.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">go gold </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> go-faster stripes</td></tr></table></div></body></html>
|
||||
5
original/html/G/goat-file.html
Normal file
5
original/html/G/goat-file.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>goat file</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="GoAT.html" title="GoAT"/><link rel="next" href="gobble.html" title="gobble"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">goat file</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="GoAT.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gobble.html">Next</a></td></tr></table><hr/></div><dt><a id="goat-file"/><dt xmlns="" id="goat-file"><b>goat file</b></dt></dt><dd><p> A sacrificial file used to test a computer virus, i.e. a dummy
|
||||
executable that carries a sample of the virus, isolated so it can be
|
||||
studied. Not common among hackers, since the Unix systems most use
|
||||
basically don't get viruses.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="GoAT.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gobble.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">GoAT </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gobble</td></tr></table></div></body></html>
|
||||
6
original/html/G/gobble.html
Normal file
6
original/html/G/gobble.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gobble</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="goat-file.html" title="goat file"/><link rel="next" href="Godwins-Law.html" title="Godwin's Law"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gobble</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="goat-file.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="Godwins-Law.html">Next</a></td></tr></table><hr/></div><dt><a id="gobble"/><dt xmlns="" id="gobble"><b>gobble</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">vt.</span></dt></dt><dd><p> 1. To consume, usu.: used with ‘up’. “<span class="quote">The output
|
||||
spy gobbles characters out of a <a href="../T/tty.html"><i class="glossterm">tty</i></a> output
|
||||
buffer.</span>”</p></dd><dd><p> 2. To obtain, usu.: used with ‘down’. “<span class="quote">I guess
|
||||
I'll gobble down a copy of the documentation tomorrow.</span>” See also
|
||||
<a href="../S/snarf.html"><i class="glossterm">snarf</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="goat-file.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="Godwins-Law.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">goat file </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Godwin's Law</td></tr></table></div></body></html>
|
||||
10
original/html/G/golden.html
Normal file
10
original/html/G/golden.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>golden</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="Godzillagram.html" title="Godzillagram"/><link rel="next" href="golf-ball-printer.html" title="golf-ball printer"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">golden</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="Godzillagram.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="golf-ball-printer.html">Next</a></td></tr></table><hr/></div><dt><a id="golden"/><dt xmlns="" id="golden"><b>golden</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">adj.</span></dt></dt><dd><p> [prob.: from folklore's ‘golden egg’] When used to
|
||||
describe a magnetic medium (e.g., <span class="firstterm">golden
|
||||
disk</span>, <span class="firstterm">golden tape</span>),
|
||||
describes one containing a tested, up-to-spec, ready-to-ship software
|
||||
version. Compare <a href="../P/platinum-iridium.html"><i class="glossterm">platinum-iridium</i></a>. One may also
|
||||
“<span class="quote">go gold</span>”, which is the act of releasing a golden version.
|
||||
The gold color of many CDROMs is a coincidence; this term was well
|
||||
established a decade before CDROM distribution become common in the
|
||||
mid-1990s.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="Godzillagram.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="golf-ball-printer.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Godzillagram </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> golf-ball printer</td></tr></table></div></body></html>
|
||||
14
original/html/G/golf-ball-printer.html
Normal file
14
original/html/G/golf-ball-printer.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>golf-ball printer</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="golden.html" title="golden"/><link rel="next" href="gonk.html" title="gonk"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">golf-ball printer</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="golden.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gonk.html">Next</a></td></tr></table><hr/></div><dt><a id="golf-ball-printer"/><dt xmlns="" id="golf-ball-printer"><b>golf-ball printer</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n. obs.</span></dt></dt><dd><p> The IBM 2741, a slow but letter-quality printing device and terminal
|
||||
based on the IBM Selectric typewriter. The <span class="firstterm">golf
|
||||
ball</span> was a little spherical frob bearing reversed embossed
|
||||
images of 88 different characters arranged on four parallels of latitude;
|
||||
one could change the font by swapping in a different golf ball. The print
|
||||
element spun and jerked alarmingly in action and when in motion was
|
||||
sometimes described as an <span class="firstterm">infuriated golf
|
||||
ball</span>. This was the technology that enabled APL to use a
|
||||
non-EBCDIC, non-ASCII, and in fact completely non-standard character set.
|
||||
This put it 10 years ahead of its time — where it stayed, firmly
|
||||
rooted, for the next 20, until character displays gave way to programmable
|
||||
bit-mapped devices with the flexibility to support other character
|
||||
sets.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="golden.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gonk.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">golden </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gonk</td></tr></table></div></body></html>
|
||||
8
original/html/G/gonk.html
Normal file
8
original/html/G/gonk.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gonk</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="golf-ball-printer.html" title="golf-ball printer"/><link rel="next" href="gonkulator.html" title="gonkulator"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gonk</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="golf-ball-printer.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gonkulator.html">Next</a></td></tr></table><hr/></div><dt><a id="gonk"/><dt xmlns="" id="gonk"><b>gonk</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/gonk/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">vi.,n.</span></dt></dt><dd><p> 1. [prob. back-formed from <a href="gonkulator.html"><i class="glossterm">gonkulator</i></a>.] To
|
||||
prevaricate or to embellish the truth beyond any reasonable recognition.
|
||||
In German the term is (mythically) <span class="firstterm">gonken</span>; in Spanish the verb becomes <span class="firstterm">gonkar</span>. “<span class="quote">You're gonking me. That story
|
||||
you just told me is a bunch of gonk.</span>” In German, for example,
|
||||
“<span class="quote">Du gonkst mich</span>” (You're pulling my leg). See also
|
||||
<a href="gonkulator.html"><i class="glossterm">gonkulator</i></a>. </p></dd><dd><p> 2. [British] To grab some sleep at an odd time; compare
|
||||
<a href="gronk-out.html"><i class="glossterm">gronk out</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="golf-ball-printer.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gonkulator.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">golf-ball printer </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gonkulator</td></tr></table></div></body></html>
|
||||
5
original/html/G/gonkulator.html
Normal file
5
original/html/G/gonkulator.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gonkulator</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gonk.html" title="gonk"/><link rel="next" href="gonzo.html" title="gonzo"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gonkulator</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gonk.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gonzo.html">Next</a></td></tr></table><hr/></div><dt><a id="gonkulator"/><dt xmlns="" id="gonkulator"><b>gonkulator</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/gon´kyoo·lay·tr/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [common; from the 1960s <i class="citetitle">Hogan's Heroes</i> TV
|
||||
series] A pretentious piece of equipment that actually serves no useful
|
||||
purpose. Usually used to describe one's least favorite piece of computer
|
||||
hardware. See <a href="gonk.html"><i class="glossterm">gonk</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gonk.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gonzo.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gonk </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gonzo</td></tr></table></div></body></html>
|
||||
7
original/html/G/gonzo.html
Normal file
7
original/html/G/gonzo.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gonzo</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gonkulator.html" title="gonkulator"/><link rel="next" href="Good-Thing.html" title="Good Thing"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gonzo</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gonkulator.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="Good-Thing.html">Next</a></td></tr></table><hr/></div><dt><a id="gonzo"/><dt xmlns="" id="gonzo"><b>gonzo</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/gon´zoh/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">adj.</span></dt></dt><dd><p> [from Hunter S. Thompson]</p></dd><dd><p> 1. With total commitment, total concentration, and a mad sort of
|
||||
panache. (Thompson's original sense.) </p></dd><dd><p> 2. More loosely: Overwhelming; outrageous; over the top; very large,
|
||||
esp. used of collections of source code, source files, or individual
|
||||
functions. Has some of the connotations of <a href="../M/moby.html"><i class="glossterm">moby</i></a> and
|
||||
<a href="../H/hairy.html"><i class="glossterm">hairy</i></a>, but without the implication of obscurity or
|
||||
complexity.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gonkulator.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="Good-Thing.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gonkulator </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Good Thing</td></tr></table></div></body></html>
|
||||
9
original/html/G/google-juice.html
Normal file
9
original/html/G/google-juice.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>google juice</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="google.html" title="google"/><link rel="next" href="gopher.html" title="gopher"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">google juice</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="google.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gopher.html">Next</a></td></tr></table><hr/></div><dt><a id="google-juice"/><dt xmlns="" id="google-juice"><b>google juice</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> A hypothetical substance which attracts the index bots of
|
||||
Google.com. In common usage, a web page or web site with high placement in
|
||||
the results of a particular search on Google or frequent placement in the
|
||||
results of a various searches is said to have “<span class="quote">a lot of google
|
||||
juice</span>” or “<span class="quote">good google juice</span>”. Also used to compare
|
||||
web pages or web sites, for example “<span class="quote">CrackMonkey has more google
|
||||
juice than KPMG</span>”. See also <a href="../J/juice.html"><i class="glossterm">juice</i></a>,
|
||||
<a href="../K/kilogoogle.html"><i class="glossterm">kilogoogle</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="google.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gopher.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">google </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gopher</td></tr></table></div></body></html>
|
||||
8
original/html/G/google.html
Normal file
8
original/html/G/google.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>google</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="Good-Thing.html" title="Good Thing"/><link rel="next" href="google-juice.html" title="google juice"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">google</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="Good-Thing.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="google-juice.html">Next</a></td></tr></table><hr/></div><dt><a id="google"/><dt xmlns="" id="google"><b>google</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">v.</span></dt></dt><dd><p> [common] To search the Web using the Google search engine, <a href="http://www.google.com" target="_top">http://www.google.com</a>. Google is
|
||||
highly esteemed among hackers for its significance ranking system, which is
|
||||
so uncannily effective that many hackers consider it to have rendered other
|
||||
search engines effectively irrelevant. The name ‘google’ has
|
||||
additional flavor for hackers because most know that it was copied from a
|
||||
mathematical term for ten to the 100th power, famously first uttered as
|
||||
‘googol’ by a mathematician's nine-year-old nephew.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="Good-Thing.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="google-juice.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Good Thing </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> google juice</td></tr></table></div></body></html>
|
||||
5
original/html/G/gopher-hole.html
Normal file
5
original/html/G/gopher-hole.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gopher hole</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gopher.html" title="gopher"/><link rel="next" href="gorets.html" title="gorets"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gopher hole</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gopher.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gorets.html">Next</a></td></tr></table><hr/></div><dt><a id="gopher-hole"/><dt xmlns="" id="gopher-hole"><b>gopher hole</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> 1. Any access to a <a href="gopher.html"><i class="glossterm">gopher</i></a>. </p></dd><dd><p> 2. [Amateur Packet Radio] The terrestrial analog of a
|
||||
<a href="../W/wormhole.html"><i class="glossterm">wormhole</i></a> (sense 2), from which this term was coined.
|
||||
A gopher hole links two amateur packet relays through some non-ham radio
|
||||
medium.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gopher.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gorets.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gopher </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gorets</td></tr></table></div></body></html>
|
||||
14
original/html/G/gopher.html
Normal file
14
original/html/G/gopher.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gopher</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="google-juice.html" title="google juice"/><link rel="next" href="gopher-hole.html" title="gopher hole"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gopher</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="google-juice.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gopher-hole.html">Next</a></td></tr></table><hr/></div><dt><a id="gopher"/><dt xmlns="" id="gopher"><b>gopher</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [obs.] A type of Internet service first floated around 1991 and
|
||||
obsolesced around 1995 by the World Wide Web. Gopher presents a menuing
|
||||
interface to a tree or graph of links; the links can be to documents,
|
||||
runnable programs, or other gopher menus arbitrarily far across the
|
||||
net.</p><p>Some claim that the gopher software, which was originally developed
|
||||
at the University of Minnesota, was named after the Minnesota Gophers (a
|
||||
sports team). Others claim the word derives from American slang <span class="firstterm">gofer</span> (from “<span class="quote">go for</span>”, dialectal
|
||||
“<span class="quote">go fer</span>”), one whose job is to run and fetch things. Finally,
|
||||
observe that gophers dig long tunnels, and the idea of tunneling through
|
||||
the net to find information was a defining metaphor for the developers.
|
||||
Probably all three things were true, but with the first two coming first
|
||||
and the gopher-tunnel metaphor serendipitously adding flavor and impetus to
|
||||
the project as it developed out of its concept stage.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="google-juice.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gopher-hole.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">google juice </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gopher hole</td></tr></table></div></body></html>
|
||||
10
original/html/G/gorets.html
Normal file
10
original/html/G/gorets.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gorets</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gopher-hole.html" title="gopher hole"/><link rel="next" href="gorilla-arm.html" title="gorilla arm"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gorets</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gopher-hole.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gorilla-arm.html">Next</a></td></tr></table><hr/></div><dt><a id="gorets"/><dt xmlns="" id="gorets"><b>gorets</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/gor´ets/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> The unknown ur-noun, fill in your own meaning. Found esp. on the
|
||||
Usenet newsgroup <tt class="systemitem">alt.gorets</tt>,
|
||||
which seems to be a running contest to redefine the word by implication in
|
||||
the funniest and most peculiar way, with the understanding that no
|
||||
definition is ever final. [A correspondent from the former Soviet Union
|
||||
informs me that <span class="foreignphrase"><i class="foreignphrase">gorets</i></span> is Russian for
|
||||
‘mountain dweller’. Another from France informs me that
|
||||
<span class="foreignphrase"><i class="foreignphrase">goret</i></span> is archaic French for a young pig
|
||||
—ESR] Compare <a href="../F/frink.html"><i class="glossterm">frink</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gopher-hole.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gorilla-arm.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gopher hole </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gorilla arm</td></tr></table></div></body></html>
|
||||
12
original/html/G/gorilla-arm.html
Normal file
12
original/html/G/gorilla-arm.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gorilla arm</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gorets.html" title="gorets"/><link rel="next" href="gorp.html" title="gorp"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gorilla arm</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gorets.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gorp.html">Next</a></td></tr></table><hr/></div><dt><a id="gorilla-arm"/><dt xmlns="" id="gorilla-arm"><b>gorilla arm</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> The side-effect that destroyed touch-screens as a mainstream input
|
||||
technology despite a promising start in the early 1980s. It seems the
|
||||
designers of all those <a href="../S/spiffy.html"><i class="glossterm">spiffy</i></a> touch-menu systems
|
||||
failed to notice that humans aren't designed to hold their arms in front of
|
||||
their faces making small motions. After more than a very few selections,
|
||||
the arm begins to feel sore, cramped, and oversized — the operator
|
||||
looks like a gorilla while using the touch screen and feels like one
|
||||
afterwards. This is now considered a classic cautionary tale to
|
||||
human-factors designers; “<span class="quote">Remember the gorilla arm!</span>” is
|
||||
shorthand for “<span class="quote">How is this going to fly in <span class="emphasis"><em>real</em></span>
|
||||
use?</span>”.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gorets.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gorp.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gorets </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gorp</td></tr></table></div></body></html>
|
||||
4
original/html/G/gorp.html
Normal file
4
original/html/G/gorp.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gorp</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gorilla-arm.html" title="gorilla arm"/><link rel="next" href="GOSMACS.html" title="GOSMACS"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gorp</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gorilla-arm.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="GOSMACS.html">Next</a></td></tr></table><hr/></div><dt><a id="gorp"/><dt xmlns="" id="gorp"><b>gorp</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/gorp/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [CMU: perhaps from the canonical hiker's food, Good Old Raisins and
|
||||
Peanuts] Another <a href="../M/metasyntactic-variable.html"><i class="glossterm">metasyntactic variable</i></a>, like
|
||||
<a href="../F/foo.html"><i class="glossterm">foo</i></a> and <a href="../B/bar.html"><i class="glossterm">bar</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gorilla-arm.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="GOSMACS.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gorilla arm </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> GOSMACS</td></tr></table></div></body></html>
|
||||
11
original/html/G/gotcha.html
Normal file
11
original/html/G/gotcha.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gotcha</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="GOSMACS.html" title="GOSMACS"/><link rel="next" href="GPL.html" title="GPL"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gotcha</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="GOSMACS.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="GPL.html">Next</a></td></tr></table><hr/></div><dt><a id="gotcha"/><dt xmlns="" id="gotcha"><b>gotcha</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> A <a href="../M/misfeature.html"><i class="glossterm">misfeature</i></a> of a system, especially a
|
||||
programming language or environment, that tends to breed bugs or mistakes
|
||||
because it is both enticingly easy to invoke and completely unexpected
|
||||
and/or unreasonable in its outcome. For example, a classic gotcha in
|
||||
<a href="../C/C.html"><i class="glossterm">C</i></a> is the fact that <b class="command">if (a=b)
|
||||
{code;</b>} is syntactically valid and sometimes even correct. It
|
||||
puts the value of <b class="command">b</b> into <b class="command">a</b> and then executes <b class="command">code</b> if <b class="command">a</b> is
|
||||
non-zero. What the programmer probably meant was <b class="command">if
|
||||
(a==b) {code;</b>}, which executes <b class="command">code</b> if <b class="command">a</b> and
|
||||
<b class="command">b</b> are equal.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="GOSMACS.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="GPL.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">GOSMACS </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> GPL</td></tr></table></div></body></html>
|
||||
8
original/html/G/gray-goo.html
Normal file
8
original/html/G/gray-goo.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gray goo</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="GPV.html" title="GPV"/><link rel="next" href="gray-hat.html" title="gray hat"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gray goo</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="GPV.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gray-hat.html">Next</a></td></tr></table><hr/></div><dt><a id="gray-goo"/><dt xmlns="" id="gray-goo"><b>gray goo</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> A hypothetical substance composed of <a href="../S/sagan.html"><i class="glossterm">sagan</i></a>s
|
||||
of sub-micron-sized self-replicating robots programmed to make copies of
|
||||
themselves out of whatever is available. The image that goes with the term
|
||||
is one of the entire biosphere of Earth being eventually converted to robot
|
||||
goo. This is the simplest of the <a href="../N/nanotechnology.html"><i class="glossterm">nanotechnology</i></a>
|
||||
disaster scenarios, easily refuted by arguments from energy requirements
|
||||
and elemental abundances. Compare <a href="../B/blue-goo.html"><i class="glossterm">blue goo</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="GPV.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gray-hat.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">GPV </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gray hat</td></tr></table></div></body></html>
|
||||
2
original/html/G/gray-hat.html
Normal file
2
original/html/G/gray-hat.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gray hat</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gray-goo.html" title="gray goo"/><link rel="next" href="Great-Internet-Explosion.html" title="Great Internet Explosion"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gray hat</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gray-goo.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="Great-Internet-Explosion.html">Next</a></td></tr></table><hr/></div><dt><a id="gray-hat"/><dt xmlns="" id="gray-hat"><b>gray hat</b></dt></dt><dd><p> See <a href="../B/black-hat.html"><i class="glossterm">black hat</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gray-goo.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="Great-Internet-Explosion.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gray goo </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Great Internet Explosion</td></tr></table></div></body></html>
|
||||
9
original/html/G/great-wall.html
Normal file
9
original/html/G/great-wall.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>great-wall</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="Great-Worm.html" title="Great Worm"/><link rel="next" href="green-bytes.html" title="green bytes"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">great-wall</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="Great-Worm.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="green-bytes.html">Next</a></td></tr></table><hr/></div><dt><a id="great-wall"/><dt xmlns="" id="great-wall"><b>great-wall</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">vi.,n.</span></dt></dt><dd><p> [from SF fandom] A mass expedition to an oriental restaurant, esp.
|
||||
one where food is served family-style and shared. There is a common
|
||||
heuristic about the amount of food to order, expressed as “<span class="quote">Get
|
||||
<tt class="literal">N - 1</tt> entrees</span>”; the value of
|
||||
<tt class="literal">N</tt>, which is the number of people in the
|
||||
group, can be inferred from context (see <a href="../N/N.html"><i class="glossterm">N</i></a>). See
|
||||
<a href="../O/oriental-food.html"><i class="glossterm">oriental food</i></a>, <a href="../R/ravs.html"><i class="glossterm">ravs</i></a>,
|
||||
<a href="../S/stir-fried-random.html"><i class="glossterm">stir-fried random</i></a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="Great-Worm.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="green-bytes.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Great Worm </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> green bytes</td></tr></table></div></body></html>
|
||||
10
original/html/G/green-bytes.html
Normal file
10
original/html/G/green-bytes.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>green bytes</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="great-wall.html" title="great-wall"/><link rel="next" href="green-card.html" title="green card"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">green bytes</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="great-wall.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="green-card.html">Next</a></td></tr></table><hr/></div><dt><a id="green-bytes"/><dt xmlns="" id="green-bytes"><b>green bytes</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> (also <span class="firstterm">green words</span>) </p></dd><dd><p> 1. Meta-information embedded in a file, such as the length of the
|
||||
file or its name; as opposed to keeping such information in a separate
|
||||
description file or record. The term comes from an IBM user's group
|
||||
meeting (ca. 1962) at which these two approaches were being debated and the
|
||||
diagram of the file on the blackboard had the <span class="firstterm">green bytes</span> drawn in green. </p></dd><dd><p> 2. By extension, the non-data bits in any self-describing format.
|
||||
“<span class="quote">A GIF file contains, among other things, green bytes describing the
|
||||
packing method for the image.</span>” Compare
|
||||
<a href="../O/out-of-band.html"><i class="glossterm">out-of-band</i></a>, <a href="../Z/zigamorph.html"><i class="glossterm">zigamorph</i></a>,
|
||||
<a href="../F/fence.html"><i class="glossterm">fence</i></a> (sense 1).</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="great-wall.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="green-card.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">great-wall </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> green card</td></tr></table></div></body></html>
|
||||
14
original/html/G/green-card.html
Normal file
14
original/html/G/green-card.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>green card</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="green-bytes.html" title="green bytes"/><link rel="next" href="green-lightning.html" title="green lightning"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">green card</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="green-bytes.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="green-lightning.html">Next</a></td></tr></table><hr/></div><dt><a id="green-card"/><dt xmlns="" id="green-card"><b>green card</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [after the <i class="citetitle">IBM System/360 Reference Data</i>
|
||||
card] A summary of an assembly language, even if the color is not green and
|
||||
not a card. Less frequently used now because of the decrease in the use of
|
||||
assembly language. “<span class="quote">I'll go get my green card so I can check the
|
||||
addressing mode for that instruction.</span>”</p></dd><dd><p>The original green card became a yellow card when the System/370 was
|
||||
introduced, and later a yellow booklet. An anecdote from IBM refers to a
|
||||
scene that took place in a programmers' terminal room at Yorktown in 1978.
|
||||
A <a href="../L/luser.html"><i class="glossterm">luser</i></a> overheard one of the programmers ask another
|
||||
“<span class="quote">Do you have a green card?</span>” The other grunted and passed the
|
||||
first a thick yellow booklet. At this point the luser turned a delicate
|
||||
shade of olive and rapidly left the room, never to return.</p><p>In fall 2000 it was reported from Electronic Data Systems that the
|
||||
green card for 370 machines has been a blue-green booklet since
|
||||
1989.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="green-bytes.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="green-lightning.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">green bytes </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> green lightning</td></tr></table></div></body></html>
|
||||
12
original/html/G/green-lightning.html
Normal file
12
original/html/G/green-lightning.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>green lightning</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="green-card.html" title="green card"/><link rel="next" href="green-machine.html" title="green machine"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">green lightning</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="green-card.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="green-machine.html">Next</a></td></tr></table><hr/></div><dt><a id="green-lightning"/><dt xmlns="" id="green-lightning"><b>green lightning</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [IBM] </p></dd><dd><p> 1. Apparently random flashing streaks on the face of 3278-9
|
||||
terminals while a new symbol set is being downloaded. This hardware bug
|
||||
was left deliberately unfixed, as some genius within IBM suggested it would
|
||||
let the user know that ‘something is happening’. That, it
|
||||
certainly does. Later microprocessor-driven IBM color graphics displays
|
||||
were actually <span class="emphasis"><em>programmed</em></span> to produce green lightning!
|
||||
</p></dd><dd><p> 2. [proposed] Any bug perverted into an alleged feature by adroit
|
||||
rationalization or marketing. “<span class="quote">Motorola calls the CISC cruft in the
|
||||
88000 architecture ‘compatibility logic’, but I call it green
|
||||
lightning</span>”. See also <a href="../F/feature.html"><i class="glossterm">feature</i></a> (sense
|
||||
6).</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="green-card.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="green-machine.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">green card </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> green machine</td></tr></table></div></body></html>
|
||||
6
original/html/G/green-machine.html
Normal file
6
original/html/G/green-machine.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>green machine</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="green-lightning.html" title="green lightning"/><link rel="next" href="Greens-Theorem.html" title="Green's Theorem"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">green machine</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="green-lightning.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="Greens-Theorem.html">Next</a></td></tr></table><hr/></div><dt><a id="green-machine"/><dt xmlns="" id="green-machine"><b>green machine</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> A computer or peripheral device that has been designed and built to
|
||||
military specifications for field equipment (that is, to withstand
|
||||
mechanical shock, extremes of temperature and humidity, and so forth).
|
||||
Comes from the olive-drab ‘uniform’ paint used for military
|
||||
equipment.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="green-lightning.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="Greens-Theorem.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">green lightning </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Green's Theorem</td></tr></table></div></body></html>
|
||||
4
original/html/G/greenbar.html
Normal file
4
original/html/G/greenbar.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>greenbar</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="Greens-Theorem.html" title="Green's Theorem"/><link rel="next" href="grep.html" title="grep"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">greenbar</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="Greens-Theorem.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="grep.html">Next</a></td></tr></table><hr/></div><dt><a id="greenbar"/><dt xmlns="" id="greenbar"><b>greenbar</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> A style of fanfolded continuous-feed paper with alternating green
|
||||
and white bars on it, especially used in old-style line printers. This
|
||||
slang almost certainly dates way back to mainframe days.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="Greens-Theorem.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="grep.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Green's Theorem </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> grep</td></tr></table></div></body></html>
|
||||
14
original/html/G/grep.html
Normal file
14
original/html/G/grep.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>grep</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="greenbar.html" title="greenbar"/><link rel="next" href="gribble.html" title="gribble"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">grep</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="greenbar.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gribble.html">Next</a></td></tr></table><hr/></div><dt><a id="grep"/><dt xmlns="" id="grep"><b>grep</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/grep/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">vi.</span></dt></dt><dd><p> [from the qed/ed editor idiom g/<span class="i">re</span>/p,
|
||||
where <span class="i">re</span> stands for a regular expression, to
|
||||
Globally search for the Regular Expression and Print the lines containing
|
||||
matches to it, via <a href="../U/Unix.html"><i class="glossterm">Unix</i></a>
|
||||
<span class="citerefentry"><span class="refentrytitle">grep</span>(1)</span>]
|
||||
To rapidly scan a file or set of files looking for a particular string or
|
||||
pattern (when browsing through a large set of files, one may speak of
|
||||
<span class="firstterm">grepping around</span>). By extension, to
|
||||
look for something by pattern. “<span class="quote">Grep the bulletin board for the
|
||||
system backup schedule, would you?</span>” See also
|
||||
<a href="../V/vgrep.html"><i class="glossterm">vgrep</i></a>.</p></dd><dd><p>[It has been alleged that the source is from the title of a paper
|
||||
“<span class="quote">A General Regular Expression Parser</span>”, but dmr confirms the
|
||||
g/re/p etymology --ESR]</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="greenbar.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gribble.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">greenbar </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gribble</td></tr></table></div></body></html>
|
||||
5
original/html/G/gribble.html
Normal file
5
original/html/G/gribble.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gribble</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="grep.html" title="grep"/><link rel="next" href="grilf.html" title="grilf"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gribble</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="grep.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="grilf.html">Next</a></td></tr></table><hr/></div><dt><a id="gribble"/><dt xmlns="" id="gribble"><b>gribble</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> Random binary data rendered as unreadable text. Noise characters in
|
||||
a data stream are displayed as gribble. Dumping a binary file to the screen
|
||||
is an excellent source of gribble, and (if the bell/speaker is active)
|
||||
headaches.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="grep.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="grilf.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">grep </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> grilf</td></tr></table></div></body></html>
|
||||
10
original/html/G/grilf.html
Normal file
10
original/html/G/grilf.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>grilf</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gribble.html" title="gribble"/><link rel="next" href="grind.html" title="grind"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">grilf</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gribble.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="grind.html">Next</a></td></tr></table><hr/></div><dt><a id="grilf"/><dt xmlns="" id="grilf"><b>grilf</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">//</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> Girlfriend. Like <a href="../N/newsfroup.html"><i class="glossterm">newsfroup</i></a> and
|
||||
<a href="../F/filk.html"><i class="glossterm">filk</i></a>, a typo reincarnated as a new word. Seems to
|
||||
have originated sometime in 1990 on <a href="../U/Usenet.html"><i class="glossterm">Usenet</i></a>. [A
|
||||
friend tells me there was a Lloyd Biggle SF novel <i class="citetitle">Watchers Of
|
||||
The Dark</i>, in which alien species after species goes insane and
|
||||
begins to chant “<span class="quote">Grilf! Grilf!</span>”. A human detective
|
||||
eventually determines that the word means “<span class="quote">Liar!</span>” I hope this
|
||||
has nothing to do with the popularity of the Usenet
|
||||
term. —ESR]</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gribble.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="grind.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gribble </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> grind</td></tr></table></div></body></html>
|
||||
16
original/html/G/grind-crank.html
Normal file
16
original/html/G/grind-crank.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>grind crank</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="grind.html" title="grind"/><link rel="next" href="gritch.html" title="gritch"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">grind crank</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="grind.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gritch.html">Next</a></td></tr></table><hr/></div><dt><a id="grind-crank"/><dt xmlns="" id="grind-crank"><b>grind crank</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">//</span></dt></dt><dd><p> A mythical accessory to a terminal. A crank on the side of a
|
||||
monitor, which when operated makes a zizzing noise and causes the computer
|
||||
to run faster. Usually one does not refer to a grind crank out loud, but
|
||||
merely makes the appropriate gesture and noise. See
|
||||
<a href="grind.html"><i class="glossterm">grind</i></a>.</p></dd><dd><p>Historical note: At least one real machine actually had a grind crank
|
||||
— the R1, a research machine built toward the end of the days of the
|
||||
great vacuum tube computers, in 1959. R1 (also known as ‘The Rice
|
||||
Institute Computer’ (TRIC) and later as ‘The Rice University
|
||||
Computer’ (TRUC)) had a single-step/free-run switch for use when
|
||||
debugging programs. Since single-stepping through a large program was
|
||||
rather tedious, there was also a crank with a cam and gear arrangement that
|
||||
repeatedly pushed the single-step button. This allowed one to
|
||||
‘crank’ through a lot of code, then slow down to single-step
|
||||
for a bit when you got near the code of interest, poke at some registers
|
||||
using the console typewriter, and then keep on cranking. See <a href="http://www.cs.rice.edu/History/R1/" target="_top">http://www.cs.rice.edu/History/R1/</a>.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="grind.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gritch.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">grind </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gritch</td></tr></table></div></body></html>
|
||||
15
original/html/G/grind.html
Normal file
15
original/html/G/grind.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>grind</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="grilf.html" title="grilf"/><link rel="next" href="grind-crank.html" title="grind crank"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">grind</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="grilf.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="grind-crank.html">Next</a></td></tr></table><hr/></div><dt><a id="grind"/><dt xmlns="" id="grind"><b>grind</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">vt.</span></dt></dt><dd><p> 1. [MIT and Berkeley; now rare] To prettify hardcopy of code,
|
||||
especially LISP code, by reindenting lines, printing keywords and comments
|
||||
in distinct fonts (if available), etc. This usage was associated with the
|
||||
MacLISP community and is now rare; <a href="../P/prettyprint.html"><i class="glossterm">prettyprint</i></a> was
|
||||
and is the generic term for such operations. </p></dd><dd><p> 2. [Unix] To generate the formatted version of a document from the
|
||||
<a href="../T/troff.html"><i class="glossterm">troff</i></a>, <a href="../T/TeX.html"><i class="glossterm">TeX</i></a>, or Scribe source.
|
||||
</p></dd><dd><p> 3. [common] To run seemingly interminably, esp. (but not
|
||||
necessarily) if performing some tedious and inherently useless task.
|
||||
Similar to <a href="../C/crunch.html"><i class="glossterm">crunch</i></a> or <a href="grovel.html"><i class="glossterm">grovel</i></a>.
|
||||
Grinding has a connotation of using a lot of CPU time, but it is possible
|
||||
to grind a disk, network, etc. See also <a href="../H/hog.html"><i class="glossterm">hog</i></a>.
|
||||
</p></dd><dd><p> 4. To make the whole system slow. “<span class="quote">Troff really grinds a
|
||||
<a href="../P/PDP-11.html"><i class="glossterm">PDP-11</i></a>.</span>” </p></dd><dd><p> 5. <span class="firstterm">grind grind</span> <span class="grammar">excl.</span> Roughly, “<span class="quote">Isn't the machine slow
|
||||
today!</span>”</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="grilf.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="grind-crank.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">grilf </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> grind crank</td></tr></table></div></body></html>
|
||||
14
original/html/G/gritch.html
Normal file
14
original/html/G/gritch.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gritch</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="grind-crank.html" title="grind crank"/><link rel="next" href="grok.html" title="grok"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gritch</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="grind-crank.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="grok.html">Next</a></td></tr></table><hr/></div><dt><a id="gritch"/><dt xmlns="" id="gritch"><b>gritch</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/grich/</span></dt></dt><dd><p> [MIT] </p></dd><dd><p> 1. <span class="grammar">n.</span> A complaint (often caused
|
||||
by a <a href="glitch.html"><i class="glossterm">glitch</i></a>). </p></dd><dd><p> 2. <span class="grammar">vi.</span> To complain. Often
|
||||
verb-doubled: “<span class="quote">Gritch gritch</span>”. </p></dd><dd><p> 3. A synonym for <a href="glitch.html"><i class="glossterm">glitch</i></a> (as verb or
|
||||
noun).</p></dd><dd><p>Interestingly, this word seems to have a separate history from
|
||||
<a href="glitch.html"><i class="glossterm">glitch</i></a>, with which it is often confused. Back in
|
||||
the early 1960s, when ‘glitch’ was strictly a hardware-tech's
|
||||
term of art, the Burton House dorm at M.I.T. maintained a “<span class="quote">Gritch
|
||||
Book</span>”, a blank volume, into which the residents hand-wrote
|
||||
complaints, suggestions, and witticisms. Previous years' volumes of this
|
||||
tradition were maintained, dating back to antiquity. The word
|
||||
“<span class="quote">gritch</span>” was described as a portmanteau of
|
||||
“<span class="quote">gripe</span>” and “<span class="quote">bitch</span>”. Thus, sense 3 above is at
|
||||
least historically incorrect.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="grind-crank.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="grok.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">grind crank </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> grok</td></tr></table></div></body></html>
|
||||
18
original/html/G/grok.html
Normal file
18
original/html/G/grok.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>grok</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gritch.html" title="gritch"/><link rel="next" href="gronk.html" title="gronk"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">grok</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gritch.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gronk.html">Next</a></td></tr></table><hr/></div><dt><a id="grok"/><dt xmlns="" id="grok"><b>grok</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/grok/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/grohk/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">vt.</span></dt></dt><dd><p> [common; from the novel <i class="citetitle">Stranger in a Strange
|
||||
Land</i>, by Robert A. Heinlein, where it is a Martian word meaning
|
||||
literally ‘to drink’ and metaphorically ‘to be one
|
||||
with’] The emphatic form is <span class="firstterm">grok in
|
||||
fullness</span>. </p></dd><dd><p> 1. To understand. Connotes intimate and exhaustive knowledge. When
|
||||
you claim to ‘grok’ some knowledge or technique, you are
|
||||
asserting that you have not merely learned it in a detached instrumental
|
||||
way but that it has become part of you, part of your identity. For
|
||||
example, to say that you “<span class="quote">know</span>” <a href="../L/LISP.html"><i class="glossterm">LISP</i></a> is
|
||||
simply to assert that you can code in it if necessary — but to say
|
||||
you “<span class="quote">grok</span>” LISP is to claim that you have deeply entered the
|
||||
world-view and spirit of the language, with the implication that it has
|
||||
transformed your view of programming. Contrast <a href="../Z/zen.html"><i class="glossterm">zen</i></a>,
|
||||
which is similar supernal understanding experienced as a single brief
|
||||
flash. See also <a href="glark.html"><i class="glossterm">glark</i></a>. </p></dd><dd><p> 2. Used of programs, may connote merely sufficient understanding.
|
||||
“<span class="quote">Almost all C compilers grok the <b class="command">void</b>
|
||||
type these days.</span>”</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gritch.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gronk.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gritch </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gronk</td></tr></table></div></body></html>
|
||||
3
original/html/G/gronk-out.html
Normal file
3
original/html/G/gronk-out.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gronk out</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gronk.html" title="gronk"/><link rel="next" href="gronked.html" title="gronked"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gronk out</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gronk.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gronked.html">Next</a></td></tr></table><hr/></div><dt><a id="gronk-out"/><dt xmlns="" id="gronk-out"><b>gronk out</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">vi.</span></dt></dt><dd><p> To cease functioning. Of people, to go home and go to sleep.
|
||||
“<span class="quote">I guess I'll gronk out now; see you all tomorrow.</span>”</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gronk.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gronked.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gronk </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gronked</td></tr></table></div></body></html>
|
||||
7
original/html/G/gronk.html
Normal file
7
original/html/G/gronk.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gronk</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="grok.html" title="grok"/><link rel="next" href="gronk-out.html" title="gronk out"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gronk</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="grok.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="gronk-out.html">Next</a></td></tr></table><hr/></div><dt><a id="gronk"/><dt xmlns="" id="gronk"><b>gronk</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/gronk/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">vt.</span></dt></dt><dd><p> [popularized by Johnny Hart's comic strip
|
||||
<i class="citetitle">B.C.:</i> but the word apparently predates that] </p></dd><dd><p> 1. To clear the state of a wedged device and restart it. More
|
||||
severe than ‘to <a href="../F/frob.html"><i class="glossterm">frob</i></a>’ (sense 2).
|
||||
</p></dd><dd><p> 2. [TMRC] To cut, sever, smash, or similarly disable. </p></dd><dd><p> 3. The sound made by many 3.5-inch diskette drives. In particular,
|
||||
the microfloppies on a Commodore Amiga go “<span class="quote">grink,
|
||||
gronk</span>”.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="grok.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gronk-out.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">grok </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> gronk out</td></tr></table></div></body></html>
|
||||
7
original/html/G/gronked.html
Normal file
7
original/html/G/gronked.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>gronked</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gronk-out.html" title="gronk out"/><link rel="next" href="grovel.html" title="grovel"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gronked</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gronk-out.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="grovel.html">Next</a></td></tr></table><hr/></div><dt><a id="gronked"/><dt xmlns="" id="gronked"><b>gronked</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">adj.</span></dt></dt><dd><p> 1. Broken. “<span class="quote">The teletype scanner was gronked, so we took the
|
||||
system down.</span>” </p></dd><dd><p> 2. Of people, the condition of feeling very tired or (less commonly)
|
||||
sick. “<span class="quote">I've been chasing that bug for 17 hours now and I am
|
||||
thoroughly gronked!</span>” Compare <a href="../B/broken.html"><i class="glossterm">broken</i></a>, which
|
||||
means about the same as <a href="gronk.html"><i class="glossterm">gronk</i></a> used of hardware, but
|
||||
connotes depression or mental/emotional problems in people.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gronk-out.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="grovel.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gronk out </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> grovel</td></tr></table></div></body></html>
|
||||
9
original/html/G/grovel.html
Normal file
9
original/html/G/grovel.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>grovel</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../G.html" title="G"/><link rel="previous" href="gronked.html" title="gronked"/><link rel="next" href="grue.html" title="grue"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">grovel</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gronked.html">Prev</a> </td><th width="60%" align="center">G</th><td width="20%" align="right"> <a accesskey="n" href="grue.html">Next</a></td></tr></table><hr/></div><dt><a id="grovel"/><dt xmlns="" id="grovel"><b>grovel</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">vi.</span></dt></dt><dd><p> 1. To work interminably and without apparent progress. Often used
|
||||
transitively with ‘over’ or ‘through’. “<span class="quote">The
|
||||
file scavenger has been groveling through the /usr directories for 10
|
||||
minutes now.</span>” Compare <a href="grind.html"><i class="glossterm">grind</i></a> and
|
||||
<a href="../C/crunch.html"><i class="glossterm">crunch</i></a>. Emphatic form: <span class="firstterm">grovel obscenely</span>. </p></dd><dd><p> 2. To examine minutely or in complete detail. “<span class="quote">The compiler
|
||||
grovels over the entire source program before beginning to translate
|
||||
it.</span>” “<span class="quote">I grovelled through all the documentation, but I still
|
||||
couldn't find the command I wanted.</span>”</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="gronked.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../G.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="grue.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gronked </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> grue</td></tr></table></div></body></html>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user