DEEn Dictionary De - En
DeEs De - Es
DePt De - Pt
 Vocabulary trainer

Spec. subjects Grammar Abbreviations Random search Preferences
Search in Sprachauswahl
Search for:
Mini search box
 
Proverbs, aphorisms, quotations (English) by Linux fortune

        The big problem with pornography is defining it.  You can't just
say it's pictures of people naked.  For example, you have these
primitive African tribes that exist by chasing the wildebeest on foot,
and they have to go around largely naked, because, as the old tribal
saying goes: "N'wam k'honi soit qui mali," which means, "If you think
you can catch a wildebeest in this climate and wear clothes at the same
time, then I have some beach front property in the desert region of
Northern Mali that you may be interested in."
        So it's not considered pornographic when National Geographic
publishes color photographs of these people hunting the wildebeest
naked, or pounding one rock onto another rock for some primitive reason
naked, or whatever.  But if National Geographic were to publish an
article entitled "The Girls of the California Junior College System
Hunt the Wildebeest Naked," some people would call it pornography.  But
others would not.  And still others, such as the Spectacularly Rev.
Jerry Falwell, would get upset about seeing the wildebeest naked.
                -- Dave Barry, "Pornography"
The capacity of human beings to bore one another seems to be vastly
greater than that of any other animals.  Some of their most esteemed
inventions have no other apparent purpose, for example, the dinner party
of more than two, the epic poem, and the science of metaphysics.
                -- H. L. Mencken
quit   When the quit statement is read, the  bc  processor
       is  terminated, regardless of where the quit state-
       ment is found.  For example, "if  (0  ==  1)  quit"
       will cause bc to terminate.
(Seen in the manpage for "bc". Note the "if" statement's logic)
Few things are harder to put up with than the annoyance of a good example.
                -- "Mark Twain, Pudd'nhead Wilson's Calendar"
===  ALL USERS PLEASE NOTE  ========================

CAR and CDR now return extra values.

The function CAR now returns two values.  Since it has to go to the trouble
to figure out if the object is carcdr-able anyway, we figured you might as
well get both halves at once.  For example, the following code shows how to
destructure a cons (SOME-CONS) into its two slots (THE-CAR and THE-CDR):

        (MULTIPLE-VALUE-BIND (THE-CAR THE-CDR) (CAR SOME-CONS) ...)

For symmetry with CAR, CDR returns a second value which is the CAR of the
object.  In a related change, the functions MAKE-ARRAY and CONS have been
fixed so they don't allocate any storage except on the stack.  This should
hopefully help people who don't like using the garbage collector because
it cold boots the machine so often.
C++ is the best example of second-system effect since OS/360.
Dear Emily:
        I'm still confused as to what groups articles should be posted
to.  How about an example?
                -- Still Confused

Dear Still:
        Ok.  Let's say you want to report that Gretzky has been traded from
the Oilers to the Kings.  Now right away you might think rec.sport.hockey
would be enough.  WRONG.  Many more people might be interested.  This is a
big trade!  Since it's a NEWS article, it belongs in the news.* hierarchy
as well.  If you are a news admin, or there is one on your machine, try
news.admin.  If not, use news.misc.
        The Oilers are probably interested in geology, so try sci.physics.
He is a big star, so post to sci.astro, and sci.space because they are also
interested in stars.  Next, his name is Polish sounding.  So post to
soc.culture.polish.  But that group doesn't exist, so cross-post to
news.groups suggesting it should be created.  With this many groups of
interest, your article will be quite bizarre, so post to talk.bizarre as
well.  (And post to comp.std.mumps, since they hardly get any articles
there, and a "comp" group will propagate your article further.)
        You may also find it is more fun to post the article once in each
group.  If you list all the newsgroups in the same article, some newsreaders
will only show the the article to the reader once!  Don't tolerate this.
                -- Emily Postnews Answers Your Questions on Netiquette
Fellow programmer, greetings!  You are reading a letter which will bring
you luck and good fortune.  Just mail (or UUCP) ten copies of this letter
to ten of your friends.  Before you make the copies, send a chip or
other bit of hardware, and 100 lines of 'C' code to the first person on the
list given at the bottom of this letter.  Then delete their name and add
yours to the bottom of the list.

Don't break the chain!  Make the copy within 48 hours.  Gerald R. of San
Diego failed to send out his ten copies and woke the next morning to find
his job description changed to "COBOL programmer."  Fred A. of New York sent
out his ten copies and within a month had enough hardware and software to
build a Cray dedicated to playing Zork.  Martha H. of Chicago laughed at
this letter and broke the chain.  Shortly thereafter, a fire broke out in
her terminal and she now spends her days writing documentation for IBM PC's.

Don't break the chain!  Send out your ten copies today!
For example, if \thinmskip = 3mu, this makes \thickmskip = 6mu.  But if
you also want to use \skip12 for horizontal glue, whether in math mode or
not, the amount of skipping will be in points (e.g., 6pt).  The rule is
that glue in math mode varies with the size only when it is an \mskip;
when moving between an mskip and ordinary skip, the conversion factor
1mu=1pt is always used.  The meaning of '\mskip\skip12' and
'\baselineskip=\the\thickmskip' should be clear.
                -- Donald Knuth, TeX 82 -- Comparison with TeX80
FORTRAN is a good example of a language which is easier to parse
using ad hoc techniques.
                -- D. Gries
                [What's good about it?  Ed.]
If you ever want to have a lot of fun, I recommend that you go off and program
an imbedded system.  The salient characteristic of an imbedded system is that
it cannot be allowed to get into a state from which only direct intervention
will suffice to remove it.  An imbedded system can't permanently trust anything
it hears from the outside world.  It must sniff around, adapt, consider, sniff
around, and adapt again.  I'm not talking about ordinary modular programming
carefulness here.  No.  Programming an imbedded system calls for undiluted
raging maniacal paranoia.  For example, our ethernet front ends need to know
what network number they are on so that they can address and route PUPs
properly.  How do you find out what your network number is?  Easy, you ask a
gateway.  Gateways are required by definition to know their correct network
numbers.  Once you've got your network number, you start using it and before
you can blink you've got it wired into fifteen different sockets spread all
over creation.  Now what happens when the panic-stricken operator realizes he
was running the wrong version of the gateway which was giving out the wrong
network number?  Never supposed to happen.  Tough.  Supposing that your
software discovers that the gateway is now giving out a different network
number than before, what's it supposed to do about it?  This is not discussed
in the protocol document.  Never supposed to happen.  Tough.  I think you
get my drift.
        THE LESSER-KNOWN PROGRAMMING LANGUAGES #14 -- VALGOL

        VALGOL is enjoying a dramatic surge of popularity across the
industry.  VALGOL commands include REALLY, LIKE, WELL, and Y*KNOW.
Variables are assigned with the =LIKE and =TOTALLY operators.  Other
operators include the "California booleans", AX and NOWAY.  Loops are
accomplished with the FOR SURE construct.  A simple example:

        LIKE, Y*KNOW(I MEAN)START
        IF PIZZA        =LIKE BITCHEN AND
        GUY                =LIKE TUBULAR AND
        VALLEY GIRL        =LIKE GRODY**MAX(FERSURE)**2
        THEN
                FOR I =LIKE 1 TO OH*MAYBE 100
                        DO*WAH - (DITTY**2); BARF(I)=TOTALLY GROSS(OUT)
                SURE
        LIKE, BAG THIS PROGRAM; REALLY; LIKE TOTALLY(Y*KNOW); IM*SURE
        GOTO THE MALL

        VALGOL is also characterized by its unfriendly error messages.  For
example, when the user makes a syntax error, the interpreter displays the
message GAG ME WITH A SPOON!  A successful compile may be termed MAXIMALLY
AWESOME!
        THE LESSER-KNOWN PROGRAMMING LANGUAGES #8: LAIDBACK

This language was developed at the Marin County Center for T'ai Chi,
Mellowness and Computer Programming (now defunct), as an alternative to
the more intense atmosphere in nearby Silicon Valley.

The center was ideal for programmers who liked to soak in hot tubs while
they worked.  Unfortunately few programmers could survive there because the
center outlawed Pizza and Coca-Cola in favor of Tofu and Perrier.

Many mourn the demise of LAIDBACK because of its reputation as a gentle and
non-threatening language since all error messages are in lower case.  For
example, LAIDBACK responded to syntax errors with the message:

        "i hate to bother you, but i just can't relate to that.  can
        you find the time to try it again?"
The misnaming of fields of study is so common as to lead to what might be
general systems laws.  For example, Frank Harary once suggested the law that
any field that had the word "science" in its name was guaranteed thereby
not to be a science.  He would cite as examples Military Science, Library
Science, Political Science, Homemaking Science, Social Science, and Computer
Science.  Discuss the generality of this law, and possible reasons for its
predictive power.
                -- Gerald Weinberg, "An Introduction to General Systems
                   Thinking"
There has also been some work to allow the interesting use of macro names.
For example, if you wanted all of your "creat()" calls to include read
permissions for everyone, you could say

        #define creat(file, mode)        creat(file, mode | 0444)

        I would recommend against this kind of thing in general, since it
hides the changed semantics of "creat()" in a macro, potentially far away
from its uses.
        To allow this use of macros, the preprocessor uses a process that
is worth describing, if for no other reason than that we get to use one of
the more amusing terms introduced into the C lexicon.  While a macro is
being expanded, it is temporarily undefined, and any recurrence of the macro
name is "painted blue" -- I kid you not, this is the official terminology
-- so that in future scans of the text the macro will not be expanded
recursively.  (I do not know why the color blue was chosen; I'm sure it
was the result of a long debate, spread over several meetings.)
                -- From Ken Arnold's "C Advisor" column in Unix Review
Welcome to UNIX!  Enjoy your session!  Have a great time!  Note the
use of exclamation points!  They are a very effective method for
demonstrating excitement, and can also spice up an otherwise plain-looking
sentence!  However, there are drawbacks!  Too much unnecessary exclaiming
can lead to a reduction in the effect that an exclamation point has on
the reader!  For example, the sentence

        Jane went to the store to buy bread

should only be ended with an exclamation point if there is something
sensational about her going to the store, for example, if Jane is a
cocker spaniel or if Jane is on a diet that doesn't allow bread or if
Jane doesn't exist for some reason!  See how easy it is?!  Proper control
of exclamation points can add new meaning to your life!  Call now to receive
my free pamphlet, "The Wonder and Mystery of the Exclamation Point!"!
Enclose fifteen(!) dollars for postage and handling!  Operators are
standing by!  (Which is pretty amazing, because they're all cocker spaniels!)
The reason ESP, for example, is not considered a viable topic in contemoprary
psychology is simply that its investigation has not proven fruitful...After
more than 70 years of study, there still does not exist one example of an ESP
phenomenon that is replicable under controlled conditions.  This simple but
basic scientific criterion has not been met despite dozens of studies conducted
over many decades...It is for this reason alone that the topic is now of little
interest to psychology...In short, there is no demonstrated phenomenon that
needs explanation.
-- Keith E. Stanovich, "How to Think Straight About Psychology", pp. 160-161
People are very flexible and learn to adjust to strange
surroundings -- they can become accustomed to read Lisp and
Fortran programs, for example.
- Leon Sterling and Ehud Shapiro, Art of Prolog, MIT Press
The language provides a programmer with a set of conceptual tools; if these are
inadequate for the task, they will simply be ignored.  For example, seriously
restricting the concept of a pointer simply forces the programmer to use a
vector plus integer arithmetic to implement structures, pointer, etc.  Good
design and the absence of errors cannot be guaranteed by mere language
features.
-- Bjarne Stroustrup, "The C++ Programming Language"
Mr. DePree also expects a "tremendous social change" in all workplaces.  "When
I first started working 40 years ago, a factory supervisor was focused on the
product.  Today it is drastically different, because of the social milieu.
It isn't unusual for a worker to arrive on his shift and have some family
problem that he doesn't know how to resolve.  The example I like to use is a
guy who comes in and says 'this isn't going to be a good day for me, my son
is in jail on a drunk-driving charge and I don't know how to raise bail.'
What that means is that if the supervisor wants productivity, he has to know
how to raise bail."
-- Max DePree, chairman and CEO of Herman Miller Inc., "Herman Miller's
   Secrets of Corporate Creativity", The Wall Street Journal, May 3, 1988
8)   Use common sense in routing cable.  Avoid wrapping coax around sources of
     strong electric or magnetic fields.  Do not wrap the cable around
     flourescent light ballasts or cyclotrons, for example.
-- Ethernet Headstart Product, Information and Installation Guide,
   Bell Technologies, pg. 11
                        HOW TO PROVE IT, PART 1

proof by example:
        The author gives only the case n = 2 and suggests that it
        contains most of the ideas of the general proof.

proof by intimidation:
        'Trivial'.

proof by vigorous handwaving:
        Works well in a classroom or seminar setting.
                        HOW TO PROVE IT, PART 6

proof by picture:
        A more convincing form of proof by example. Combines well
        with proof by omission.

proof by vehement assertion:
        It is useful to have some kind of authority relation to the
        audience.

proof by ghost reference:
        Nothing even remotely resembling the cited theorem appears in
        the reference given.
Q: How can I choose what groups to post in?  ...
Q: How about an example?

A: Ok.  Let's say you want to report that Gretzky has been traded from the
Oilers to the Kings.  Now right away you might think rec.sport.hockey
would be enough.  WRONG.  Many more people might be interested.  This is a
big trade!  Since it's a NEWS article, it belongs in the news.* hierarchy
as well.  If you are a news admin, or there is one on your machine, try
news.admin.  If not, use news.misc.

The Oilers are probably interested in geology, so try sci.physics.  He is
a big star, so post to sci.astro, and sci.space because they are also
interested in stars.  Next, his name is Polish sounding.  So post to
soc.culture.polish.  But that group doesn't exist, so cross-post to
news.groups suggesting it should be created.  With this many groups of
interest, your article will be quite bizarre, so post to talk.bizarre as
well.  (And post to comp.std.mumps, since they hardly get any articles
there, and a "comp" group will propagate your article further.)

You may also find it is more fun to post the article once in each group.
If you list all the newsgroups in the same article, some newsreaders will
only show the the article to the reader once!  Don't tolerate this.
-- Brad Templeton, _Emily Postnews Answers Your Questions on Netiquette_
"If I ever get around to writing that language depompisifier, it will change
almost all occurences of the word "paradigm" into "example" or "model."
-- Herbie Blashtfalt
Carson's Consolation:
        Nothing is ever a complete failure.
        It can always be used as a bad example.
FORTUNE EXPLAINS WHAT JOB REVIEW CATCH PHRASES MEAN:        #1
skilled oral communicator:
        Mumbles inaudibly when attempting to speak.  Talks to self.
        Argues with self.  Loses these arguments.

skilled written communicator:
        Scribbles well.  Memos are invariable illegible, except for
        the portions that attribute recent failures to someone else.

growth potential:
        With proper guidance, periodic counselling, and remedial training,
        the reviewee may, given enough time and close supervision, meet
        the minimum requirements expected of him by the company.

key company figure:
        Serves as the perfect counter example.
Vanilla, adj.:
        Ordinary flavor, standard.  See FLAVOR.  When used of food,
        very often does not mean that the food is flavored with vanilla
        extract!  For example, "vanilla-flavored won ton soup" (or simply
        "vanilla won ton soup") means ordinary won ton soup, as opposed to hot
        and sour won ton soup.
Musical Hairsplitting:
        The act of classifying music and musicians into pathologically
picayune categories: "The Vienna Franks are a good example of urban
white acid fold revivalism crossed with ska."
                -- Douglas Coupland, "Generation X: Tales for an Accelerated
                   Culture"
I'm not offering myself as an example; every life evolves by its own laws.
Best Beer: A panel of tasters assembled by the Consumer's Union in 1969
judged Coors and Miller's High Life to be among the very best. Those who
doubt that beer is a serious subject might ponder its effect on American
history. For example, New England's first colonists decided to drop anchor
at Plymouth Rock instead of continuing on to Virginia because, as one of
them put it, "We could not now take time for further consideration, our
victuals being spent and especially our beer."
        -- Felton & Fowler's Best, Worst & Most Unusual
A book is the work of a mind, doing its work in the way that a mind deems
best.  That's dangerous.  Is the work of some mere individual mind likely to
serve the aims of collectively accepted compromises, which are known in the
schools as 'standards'?  Any mind that would audaciously put itself forth to
work all alone is surely a bad example for the students, and probably, if
not downright antisocial, at least a little off-center, self-indulgent,
elitist.  ... It's just good pedagogy, therefore, to stay away from such
stuff, and use instead, if film-strips and rap-sessions must be
supplemented, 'texts,' selected, or prepared, or adapted, by real
professionals.  Those texts are called 'reading material.'  They are the
academic equivalent of the 'listening material' that fills waiting-rooms,
and the 'eating material' that you can buy in thousands of convenient eating
resource centers along the roads.
                -- The Underground Grammarian
         A Plan for the Improvement of English Spelling
                          by Mark Twain

        For example, in Year 1 that useless letter "c" would be dropped
to be replased either by "k" or "s", and likewise "x" would no longer
be part of the alphabet.  The only kase in which "c" would be retained
would be the "ch" formation, which will be dealt with later.  Year 2
might reform "w" spelling, so that "which" and "one" would take the
same konsonant, wile Year 3 might well abolish "y" replasing it with
"i" and Iear 4 might fiks the "g/j" anomali wonse and for all.
        Jenerally, then, the improvement would kontinue iear bai iear
with Iear 5 doing awai with useless double konsonants, and Iears 6-12
or so modifaiing vowlz and the rimeining voist and unvoist konsonants.
Bai Iear 15 or sou, it wud fainali bi posibl tu meik ius ov thi
ridandant letez "c", "y" and "x" -- bai now jast a memori in the maindz
ov ould doderez -- tu riplais "ch", "sh", and "th" rispektivli.
        Fainali, xen, aafte sam 20 iers ov orxogrefkl riform, wi wud
hev a lojikl, kohirnt speling in ius xrewawt xe Ingliy-spiking werld.
=============== ALL FRESHMEN PLEASE NOTE ===============

To minimize scheduling confusion, please realize that if you are taking one
course which is offered at only one time on a given day, and another which is
offered at all times on that day, the second class will be arranged as to
afford maximum inconvenience to the student.  For example, if you happen
to work on campus, you will have 1-2 hours between classes.  If you commute,
there will be a minimum of 6 hours between the two classes.
... But if we laugh with derision, we will never understand.  Human
intellectual capacity has not altered for thousands of years so far as
we can tell.  If intelligent people invested intense energy in issues
that now seem foolish to us, then the failure lies in our understanding
of their world, not in their distorted perceptions.  Even the standard
example of ancient nonsense -- the debate about angels on pinheads --
makes sense once you realize that theologians were not discussing
whether five or eighteen would fit, but whether a pin could house a
finite or an infinite number.
                -- S. J. Gould, "Wide Hats and Narrow Minds"
Dimensions will always be expressed in the least usable term, convertible
only through the use of weird and unnatural conversion factors.  Velocity,
for example, will be expressed in furlongs per fortnight.
Everything you've learned in school as "obvious" becomes less and less
obvious as you begin to study the universe.  For example, there are no
solids in the universe.  There's not even a suggestion of a solid.
There are no absolute continuums.  There are no surfaces.  There are no
straight lines.
                -- R. Buckminster Fuller
I THINK THERE SHOULD BE SOMETHING in science called the "reindeer effect."
I don't know what it would be, but I think it'd be good to hear someone say,
"Gentlemen, what we have here is a terrifying example of the reindeer effect."
                -- Jack Handley, The New Mexican, 1988.
RULES OF EATING -- THE BRONX DIETER'S CREED
        (1)  Never eat on an empty stomach.
        (2)  Never leave the table hungry.
        (3)  When traveling, never leave a country hungry.
        (4)  Enjoy your food.
        (5)  Enjoy your companion's food.
        (6)  Really taste your food.  It may take several portions to
             accomplish this, especially if subtly seasoned.
        (7)  Really feel your food.  Texture is important.  Compare,
             for example, the texture of a turnip to that of a
             brownie.  Which feels better against your cheeks?
        (8)  Never eat between snacks, unless it's a meal.
        (9)  Don't feel you must finish everything on your plate.  You
             can always eat it later.
        (10) Avoid any wine with a childproof cap.
        (11) Avoid blue food.
                -- Richard Smith, "The Bronx Diet"
"Pages one and two [of Zaphod's presidential speech] had
been salvaged by a Damogran Frond Crested Eagle and had
already become incorporated into an extraordinary new form
of nest which the eagle had invented. It was constructed
largely of papier mache and it was virtually impossible for
a newly hatched baby eagle to break out of it. The Damogran
Frond Crested Eagle had heard of the notion of survival of
the species but wanted no truck with it."

- An example of Damogran wildlife.
I cannot overemphasize the importance of good grammar.

What a crock.  I could easily overemphasize the importance of good
grammar.  For example, I could say: "Bad grammar is the leading cause
of slow, painful death in North America," or "Without good grammar, the
United States would have lost World War II."
                -- Dave Barry, "An Utterly Absurd Look at Grammar"
You're a good example of why some animals eat their young.
                -- Jim Samuels to a heckler

Ah, yes.  I remember my first beer.
                -- Steve Martin to a heckler

When your IQ rises to 28, sell.
                -- Professor Irwin Corey to a heckler
The GPL Is Not Y2K-Compliant!

BOSTON, MA -- Panic ensued earlier today at GNU Project Headquarters when
it was discovered that the GNU General Public License is not ready for the
year 2000. Thankfully, the panic quickly subsided when RMS posted an
emergency diff file to Usenet that patches the GPL to eliminate the
problem.

The non-Y2K compliant material appears on lines 295 and 316 of version 2.0
of the GPL. Both lines contain the text, "Copyright (C) 19yy ", a classic
example of unpreparedness for the year 2000.

Microsoft was quick to respond to the news, saying in a rushed press
release, "At least our license agreements don't contain any Y2K issues."
The GNU Project immediately countered Microsoft's statement with a press
release that said simply, "Whatever".
Jargon Coiner (#1)

An irregular feature that aims to give you advance warning of new jargon
that we've just made up.

* WINCURSE: Loud expletive uttered when a Linux user comes face-to-face
  with a computer containing a WinModem.

  Example: "Eric wincursed when his mother showed him the new computer she
  bought from CompUSSR... which contained a WinModem and a WinSoundCard."

* WIND'OH KEY: Nickname given to the three useless Windows keys that come
  on virtually all new keyboards. These keys are often hit by mistake
  instead of CTRL or ALT, causing the user to shout "D'oh!"

* DE-WIND'OH!ED KEYBOARD: (1) A new keyboard produced without any wind'oh!
  keys or a "Enhanced for Windows 95/98" logo. Extremely rare. (2) A
  keyboard in which the wind'oh! keys have been physically removed.
Jargon Coiner (#2)

An irregular feature that aims to give you advance warning of new jargon
that we've just made up.

* SLASHDUP EFFECT, THE: Accidentally posting two or more duplicate
  comments to Slashdot, usually as the result of hitting ENTER at the
  wrong time or fumbling with the Preview option.

* YOU'VE GOT SLOGAN: The tendency for reporters to parody the stupid
  "You've Got Mail" saying when writing about AOL.

  Example: "You've Got Spam", "You've Got Merger" (the headline for an
  article about the Netscape/AOL Merger From Hell)

* PENGUINIZATION: Ongoing trend to slap a picture of Tux Penguin next to
  anything even remotely related to Linux.

* IDLESURF: Aimless surfing of the Internet; looking for something
  interesting to read while killing time. Often involves reloaded the
  Slashdot homepage every 5 minutes to see if a new article has been
  posted.
Jargon Coiner (#3)

An irregular feature that aims to give you advance warning of new jargon
that we've just made up.

* LILOSPLAININ': Arduous process of explaining why there's now a LILO boot
  prompt on the office computer.

  Example: "John had some lilosplainin' to do after his boss turned on the
  computer and the Windows splash screen didn't appear."

* UPTIME DOWNER: Depression that strikes a Linux sysadmin after his uptime
  is ruined. Can be caused by an extended power outtage, a pet chewing
  through the power cord, a lightning bolt striking the power line, or an
  urgent need to reboot into Windows to read a stupid Word document.

* OSTR (Off-Switch Total Recall): The sudden recollection of something
  terribly important you need to do online that occurs exactly 0.157
  seconds after you've shut down your computer.
Jargon Coiner (#4)

An irregular feature that aims to give you advance warning of new jargon
that we've just made up.

* FREE LECTURE: Attempting to explain the concepts of Linux, Open Source
  software, free software, and gift cultures to someone who is not
  familiar with them. Made extra difficult if the explainee has been
  misled by superficial mainstream news articles about the subject.

  Example: "Eric gave an hour-long free lecture to his mother-in-law after
  she asked him about this Linux thingy she read about in USA Today."

* LEXICON LAZINESS:  Filling a fortune file with a list of fake jargon
  instead of publishing something more substantive (and funny) that would
  take more effort to write.

* FOR(;;)TUNE LOOP: Repeatedly running fortune(6) for cheap entertainment.

  Example: "During a coffee break, Bob became bored and started a
  for(;;)tune loop. His boss had to issue a SIGTERM to get him to resume
  working."
Jargon Coiner (#5)

An irregular feature that aims to give you advance warning of new jargon
that we've just made up.

* DUKE OF URL: A person who publishes their Netscape bookmark file on
  their homepage.

* WWWLIZE (pronounced wuh-wuh-wuh-lize): Habit of unconsciously appending
  www. in front of URLs, even when it's not necessary.

* DUBYA-DUBYA-DUBYA: Common pronounciation of "double-u double-u double-u"
  when orally specifying a wwwlized address.

* ADVOIDANCE: iding a particularly annoying advertising banner by dragging
  another window over it, or by placing your hand on the monitor to cover
  it up.

  Example: "Bob advoided any Microsoft banners he came across."
Jargon Coiner (#6)

An irregular feature that aims to give you advance warning of new jargon
that we've just made up.

* STOP MIRAGE: Trying to click on an imaginary Stop button on a program's
  toolbar after doing something you didn't want to. Usually caused as the
  result of excessive use of Netscape.

* YA-PREFIX: Putting "another" or "yet another" in front of a name or
  tacking "YA" in front of an acronym.

  Example: "We could ya-prefix this fortune by titling it 'Yet Another
  Lame List of Fabricated Jargon'."

* DOMAINEERING: Using a service like Netcraft to determine what operating
  system and webserver a particular domain is running.

* NOT-A-SALTINE EXPLANATION: The canned response given to someone who
  uses the term "hacker" instead of "cracker".
Jargon Coiner (#6)

An irregular feature that aims to give you advance warning of new jargon
that we've just made up.

* TLDography (pronounced till-daw-graffy): The study of top leval domains.

  Example: "I asked my friend, a TLDographer, what country .ca stood for,
  and he responded, 'California, of course'."

* TLDofy (pronounced till-duh-fy): Identifying a country by its top level
  domain.

  Example: "Oh, so you're from .de? Sprechen Sie Deutsch?"

* HTML lapse: A period of time when the brain slips into thinking in HTML.
Jargon Coiner (#9)

An irregular feature that aims to give you advance warning of new jargon
that we've just made up.

* RHYMES WITH CYNICS: The final answer to any debate about how to
  pronounce Linux. Of course, "cynics" might not be the best word to
  associate Linux with...

* WISL? (Will It Support Linux?): The very first thought that springs into
  a Linux user's mind when a cool new piece of software or hardware is
  announced.

* JJMD! (Jar Jar Must Die!): Meaningless reply given to a question or poll
  for which you don't have a good answer.

  Example: Question: "When did you stop beating your wife?"
           Answer: "JJMD!"
Jargon Coiner (#12)

An irregular feature that aims to give you advance warning of new jargon
that we've just made up.

* IPO (I've Patented the Obvious): Acquiring patents on trivial things and
  then hitting other companies over the head with them.

  Example: "Amazon just IPO'd one-click spam and is now ready to sue B&N."

* IPO (I'm Pissed Off): Exclamation given by a Linux user who was unable
  to participate in a highly lucrative Linux IPO due to lack of capital or
  E*Trade problems. Also uttered by Linux hackers who did not receive The
  Letter from Red Hat or VA Linux even though their friends did.
  
* YAKBA (Yet Another Killer Backhoe Attack): The acronym that describes
  network outtages caused by a careless backhoe operator.

  Examples: "Don't blame us, our website was offline after we suffered a
  YAKBA". "Don't worry about Y2K, what we need to think about is
  YAKBA-compliance."
Brief History Of Linux (#10)
The AnyQuack Computer

One electronic machine, Colossus, was used by the British in World War II
to decode Nazi transmissions. The code-breakers were quite successful in
their mission, except for the tiny detail that nobody knew how to read
German. They had decoded unreadable messages into... unreadable messages.

Two years later in 1945, a group of professors and students at the Univ.
of Pennsylvania were discussing computing theory. An argument ensued, in
which one professor yelled, "Any quack can build an electronic computer!
The real challenge is building one that doesn't crash every five minutes."

One graduate student, J. Presper Eckert, Jr., responded, "I'm any quack!
I'll take you up on that challenge. I'll build a device that can calculate
1,000 digits of pi in one hour... without crashing!" Several professors
laughed; "Such high-speed calculations are beyond our level of technology."

Eckert and his friends did build such a device. As a joke, he called the
machine "AnyQuack", which eventually became ENIAC -- ENIAC's Not Intended
As Crashware, the first known example of a self-referential acronym.
Brief History Of Linux (#14)
Military Intelligence: Not an oxymoron in 1969

It was the Department Of Defense that commissioned the ARPANET in 1969, a
rare example of the US military breaking away from its official motto,
"The Leading Edge Of Yesterday's Technology(tm)".

In the years leading up to 1969, packet switching technology had evolved
enough to make the ARPANET possible. Bolt Beranek and Newman, Inc.
received the ARPA contract in 1968 for packet switching "Interface Message
Processors". US Senator Edward Kennedy, always on the ball, sent a
telegram to BBN praising them for their non-denominational "Interfaith"
Message Processors, an act unsurpassed by elected representatives until Al
Gore invented the Internet years later.

While ARPANET started with only four nodes in 1969, it evolved rapidly.
Email was first used in 1971; by 1975 the first mailing list, MsgGroup,
was created by Steve Walker when he sent a "First post!"  messages to it.
In 1979 all productive use of ARPANET ceased when USENET and the first MUD
were created. In 1983, when the network surpassed 1,000 hosts, a study
showed that 90.4% of all traffic was devoted to email and USENET flame wars.
Severe Acronym Shortage Cripples Computer Industry

SILICON VALLEY, CALIFORNIA (SVC) -- According to a recent study by the
Blartner Group, 99.5% of all possible five letter combinations have
already been appropriated for computer industry acronyms. The impending
shortage of 5LC's is casting a dark shadow over the industry, which relies
heavily on short, easy-to-remember acronyms for everything.

"Acronym namespace collisions (ANCs) are increasing at a fantastic rate
and threaten the very fabric of the computing world," explained one ZD
pundit. "For example, when somebody talks about XP, I don't know whether
they mean eXtreme Programming or Microsoft's eXceptionally Pathetic
operating system. We need to find a solution now or chaos will result."

Leaders of several SVC companies have floated the idea of an
"industry-wide acronym conservation protocol" (IWACP -- one of the few
5LCs not already appropriated). Explained Bob Smith, CTO of IBM, "If
companies would voluntarily limit the creation of new acronyms while
recycling outdated names, we could reduce much of the pollution within the
acronym namespace ourselves. The last thing we want is for Congress to get
involved and try to impose a solution for this SAS (Severe Acronym
Shortage) that would likely only create many new acronyms in the process."
        "...A strange enigma is man!"
        "Someone calls him a soul concealed in an animal," I suggested.
        "Winwood Reade is good upon the subject," said Holmes.  "He remarked
that, while the individual man is an insoluble puzzle, in the aggregate he
becomes a mathematical certainty.  You can, for example, never foretell what
any one man will do, but you can say with precision what an average number
will be up to.  Individuals vary, but percentages remain constant.  So says
the statistician."
                -- Sherlock Holmes, "The Sign of Four"
Example is not the main thing in influencing others.  It is the only thing.
                -- Albert Schweitzer
Good advice is something a man gives when he is too old to set a bad
example.
                -- La Rouchefoucauld
Old men are fond of giving good advice to console themselves for their
inability to set a bad example.
                -- La Rochefoucauld, "Maxims"
You men out there probably think you already know how to dress for success.
You know, for example, that you should not wear leisure suits or white
plastic belts and shoes, unless you are going to a costume party disguised
as a pig farmer vacationing at Disney World.
                -- Dave Barry, "How to Dress for Real Success"
Yield and overcome;
Bend and be straight;
Empty and be full;
Wear out and be new;
Have little and gain;
Have much and be confused.

Therefore the wise embrace the one
And set an example to all.
Not putting on a display,
They shine forth.
Not justifying themselves,
They are distinguished.
Not boasting,
They receive recognition.
Not bragging,
They never falter.
They do not quarrel,
So no one quarrels with them.
Therefore the ancients say, "Yield and overcome."
Is that an empty saying?
Be really whole,
And all things will come to you.
Know the strength of man,
But keep a woman's care!
Be the stream of the universe!
Being the stream of the universe,
Ever true and unswerving,
Become as a little child once more.

Know the white,
But keep the black!
Be an example to the world!
Being an example to the world,
Ever true and unwavering,
Return to the infinite.

Know honor,
Yet keep humility.
Be the valley of the universe!
Being the valley of the universe,
Ever true and resourceful,
Return to the state of the uncarved block.

When the block is carved, it becomes useful.
When the sage uses it, he becomes the ruler.
Thus, "A great tailor cuts little."
<Knghtbrd> It is when the example source won't compile ...
<``Erik> then you fucked something up
<Knghtbrd> Nope, I followed their instructions
<``Erik> that may've been your problem :}
<robert> i understand there are some reasonable limits to free speech in
         america, for example I cannot scream Fire into a crowded theatre
         .. But can i scream fire into a theatre with only 5 or 6 poeple
         in it ?
                        Pittsburgh driver's test

(9) Roads are salted in order to

        (a) kill grass.
        (b) melt snow.
        (c) help the economy.
        (d) prevent potholes.

The correct answer is (c). Road salting employs thousands of persons
directly, and millions more indirectly, for example, salt miners and
rustproofers.  Most important, salting reduces the life spans of cars,
thus stimulating the car and steel industries.
There is no doubt that my lawyer is honest.  For example, when he
filed his income tax return last year, he declared half of his salary
as 'unearned income.'
                -- Michael Lara
Nothing is ever a total loss; it can always serve as a bad example.
quit   When the quit statement is read, the  bc  processor
       is  terminated, regardless of where the quit state-
       ment is found.  For example, "if  (0  ==  1)  quit"
       will cause bc to terminate.
        -- seen in the manpage for "bc". Note the "if" statement's logic
Keep me informed on the behaviour of this kernel..  As the "BugFree(tm)"
series didn't turn out too well, I'm starting a new series called the
"ItWorksForMe(tm)" series, of which this new kernel is yet another
shining example.
        -- Linus, in the announcement for 1.3.29
AP/STT.  Helsinki, Dec 5th, 6:22 AM.  For immediate release.

In order to allay fears about the continuity of the Linux project, Linus
Torvalds together with his manager Tove Monni have released "Linus
v2.0", affectionately known as "Kernel Hacker - The Next Generation".

Linux stock prices on Wall Street rose sharply after the announcement;
as one well-known analyst who wishes to remain anonymous says - "It
shows a long-term commitment, and while we expect a short-term decrease
in productivity, we feel that this solidifies the development in the
long run".

Other analysts downplay the importance of the event, and claim that just
about anybody could have done it.  "I'm glad somebody finally told them
about the birds and the bees" one sceptic comments cryptically.  But
even the skeptics agree that it is an interesting turn of events.

Others bring up other issues with the new version - "I'm especially
intrigued by the fact that the new version is female, and look forward
to seeing what the impact of that will be on future development.  Will
"Red Hat Linux" change to "Pink Hat Linux", for example?"
        -- Linus Torvalds announcing that he became father of a girl
All the big corporations depreciate their possessions, and you can, too,
provided you use them for business purposes.  For example, if you subscribe
to the Wall Street Journal, a business-related newspaper, you can deduct the
cost of your house, because, in the words of U.S. Supreme Court Chief
Justice Warren Burger in a landmark 1979 tax decision: "Where else are you
going to read the paper?  Outside?  What if it rains?"
                -- Dave Barry, "Sweating Out Taxes"
There are many of us in this old world of ours who hold that things break
about even for all of us.  I have observed, for example, that we all get
about the same amount of ice.  The rich get it in the summer and the poor
get it in the winter.
                -- Bat Masterson
        It seems there's this magician working one of the luxury cruise ships
for a few years.  He doesn't have to change his routines much as the audiences
change over fairly often, and he's got a good life.   The only problem is the
ship's parrot, who perches in the hall and watches him night after night, year
after year.  Finally, the parrot figures out how almost every trick works and
starts giving it away for the audience.  For example, when the magician makes
a bouquet of flowers disappear, the parrot squawks "Behind his back!  Behind
his back!"  Well, the magician is really annoyed at this, but there's not much
he can do about it as the parrot is a ship's mascot and very popular with the
passengers.
        One night, the ship strikes some floating debris, and sinks without
a trace.  Almost everyone aboard was lost, except for the magician and the
parrot.  For three days and nights they just drift, with the magician clinging
to one end of a piece of driftwood and the parrot perched on the other end.
As the sun rises on the morning of the fourth day, the parrot walks over to
the magician's end of the log.  With obvious disgust in his voice, he snaps
"OK, you win, I give up.  Where did you hide the ship?"
No guarantee of accuracy or completeness!
©TU Chemnitz, 2006-2024
Your feedback:
Ad partners