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

Best Mistakes In Films
        In his "Filmgoer's Companion", Mr. Leslie Halliwell helpfully lists
four of the cinema's greatest moments which you should get to see if at all
possible.
        In "Carmen Jones", the camera tracks with Dorothy Dandridge down a
street; and the entire film crew is reflected in the shop window.
        In "The Wrong Box", the roofs of Victorian London are emblazoned
with television aerials.
        In "Decameron Nights", Louis Jourdain stands on the deck of his
fourteenth century pirate ship; and a white lorry trundles down the hill
in the background.
        In "Viking Queen", set in the times of Boadicea, a wrist watch is
clearly visible on one of the leading characters.
                -- Stephen Pile, "The Book of Heroic Failures"
Some performers on television appear to be horrible people, but when
you finally get to know them in person, they turn out to be even worse.
                -- Avery
"I'd crawl over an acre of 'Visual This++' and 'Integrated Development
That' to get to gcc, Emacs, and gdb.  Thank you."
(By Vance Petree, Virginia Power)
The chat program is in public domain. This is not the GNU public license. If
it breaks then you get to keep both pieces.
(Copyright notice for the chat program)
===  ALL USERS PLEASE NOTE  ========================

JCL support as alternative to system menu.

In our continuing effort to support languages other than LISP on the CADDR,
we have developed an OS/360-compatible JCL.  This can be used as an
alternative to the standard system menu.  Type System J to get to a JCL
interactive read-execute-diagnose loop window.  [Note that for 360
compatibility, all input lines are truncated to 80 characters.]  This
window also maintains a mouse-sensitive display of critical job parameters
such as dataset allocation, core allocation, channels, etc.  When a JCL
syntax error is detected or your job ABENDs, the window-oriented JCL
debugger is entered.  The JCL debugger displays appropriate OS/360 error
messages (such as IEC703, "disk error") and allows you to dequeue your job.
Hacker's Guide To Cooking:
2 pkg. cream cheese (the mushy white stuff in silver wrappings that doesn't
        really  come from Philadelphia after all; anyway, about 16 oz.)
1 tsp. vanilla  extract  (which is more alcohol than vanilla and pretty
        strong so this part you *GOTTA* measure)
1/4 cup sugar (but honey works fine too)
8 oz. Cool Whip (the fluffy stuff devoid of nutritional value that you
        can squirt all over your friends and lick off...)
"Blend all together until creamy with no lumps."  This is where you get to
        join(1) all the raw data in a big buffer and then filter it through
        merge(1m) with the -thick option, I mean, it starts out ultra lumpy
        and icky looking and you have to work hard to mix it.  Try an electric
        beater if you have a cat(1) that can climb wall(1s) to lick it off
        the ceiling(3m).
"Pour into a graham cracker crust..."  Aha, the BUGS section at last.  You
        just happened  to have a GCC sitting around under /etc/food, right?
        If not, don't panic(8), merely crumble a rand(3m) handful of innocent
        GCs into a suitable tempfile and mix in some melted butter.
"...and  refrigerate for an hour."  Leave the  recipe's  stdout in a fridge
        for 3.6E6 milliseconds while you work on cleaning up stderr, and
        by time out your cheesecake will be ready for stdin.
I've finally learned what "upward compatible" means.  It means we get to
keep all our old mistakes.
                -- Dennie van Tassel
Meantime, in the slums below Ronnie's Ranch, Cynthia feels as if some one
has made voodoo boxen of her and her favorite backplanes. On this fine
moonlit night, some horrible persona has been jabbing away at, dragging
magnets over, and surging these voodoo boxen.  Fortunately, they seem to
have gotten a bit bored and fallen asleep, for it looks like Cynthia may
get to go home.  However, she has made note to quickly put together a totem
of sweaty, sordid static straps, random bits of wire, flecks of once meaniful
oxide, bus grant cards, gummy worms, and some bits of old pdp backplane to
hang above the machine room.  This totem must be blessed by the old and wise
venerable god of unibus at once, before the idolatization of vme, q and pc
bus drive him to bitter revenge.  Alas, if this fails, and the voodoo boxen
aren't destroyed,  there may be more than worms in the apple. Next, the
arrival of voodoo optico transmitigational magneto killer paramecium, capable
of teleporting from cable to cable, screen to screen, ear to ear and hoof
to mouth...
        One of the questions that comes up all the time is: How enthusiastic
is our support for UNIX?
        Unix was written on our machines and for our machines many years ago.
Today, much of UNIX being done is done on our machines. Ten percent of our
VAXs are going for UNIX use.  UNIX is a simple language, easy to understand,
easy to get started with. It's great for students, great for somewhat casual
users, and it's great for interchanging programs between different machines.
And so, because of its popularity in these markets, we support it.  We have
good UNIX on VAX and good UNIX on PDP-11s.
        It is our belief, however, that serious professional users will run
out of things they can do with UNIX. They'll want a real system and will end
up doing VMS when they get to be serious about programming.
        With UNIX, if you're looking for something, you can easily and quickly
check that small manual and find out that it's not there.  With VMS, no matter
what you look for -- it's literally a five-foot shelf of documentation -- if
you look long enough it's there.  That's the difference -- the beauty of UNIX
is it's simple; and the beauty of VMS is that it's all there.
                -- Ken Olsen, president of DEC, DECWORLD Vol. 8 No. 5, 1984
[It's been argued that the beauty of UNIX is the same as the beauty of Ken
Olsen's brain.  Ed.]
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
Many are called, few are chosen.  Fewer still get to do the choosing.
Nice guys finish last, but we get to sleep in.
                -- Evan Davis
"I've finally learned what `upward compatible' means.        It means we
  get to keep all our old mistakes."
-- Dennie van Tassel
"Flight Reservation systems decide whether or not you exist. If your information
isn't in their database, then you simply don't get to go anywhere."
-- Arthur Miller
"The Avis WIZARD decides if you get to drive a car. Your head won't touch the
pillow of a Sheraton unless their computer says it's okay."
-- Arthur Miller
        So we get to my point.  Surely people around here read things that
aren't on the *Officially Sanctioned Cyberpunk Reading List*.  Surely we
don't (any of us) really believe that there is some big, deep political and
philosophical message in all this, do we?  So if this `cyberpunk' thing is
just a term of convenience, how can somebody sell out?  If cyberpunk is just a
word we use to describe a particular style and imagery in sf, how can it be
dead?  Where are the profound statements that the `Movement' is or was trying
to make?
        I think most of us are interested in examining and discussing literary
(and musical) works that possess a certain stylistic excellence and perhaps a
rather extreme perspective; this is what CP is all about, no?  Maybe there
should be a newsgroup like, say, alt.postmodern or somthing.  Something less
restrictive in scope than alt.cyberpunk.
-- Jeff G. Bone
"I don't care who does the electing as long as I get to do the nominating."
                -- Boss Tweed
Goda's Truism:
        By the time you get to the point where you can make ends meet,
        somebody moves the ends.
incentive program, n.:
        The system of long and short-term rewards that a corporation uses
        to motivate its people.  Still, despite all the experimentation with
        profit sharing, stock options, and the like, the most effective
        incentive program to date seems to be "Do a good job and you get to
        keep it."
Alcoholics Anonymous is when you get to drink under someone else's name.
        Festivity Level 1: Your guests are chatting amiably with each
other, admiring your Christmas-tree ornaments, singing carols around
the upright piano, sipping at their drinks and nibbling hors d'oeuvres.

        Festivity Level 2: Your guests are talking loudly -- sometimes
to each other, and sometimes to nobody at all, rearranging your
Christmas-tree ornaments, singing "I Gotta Be Me" around the upright
piano, gulping their drinks and wolfing down hors d'oeuvres.

        Festivity Level 3: Your guests are arguing violently with
inanimate objects, singing "I can't get no satisfaction," gulping down
other peoples' drinks, wolfing down Christmas tree ornaments and
placing hors d'oeuvres in the upright piano to see what happens when
the little hammers strike.

        Festivity Level 4: Your guests, hors d'oeuvres smeared all over
their naked bodies are performing a ritual dance around the burning
Christmas tree.  The piano is missing.

        You want to keep your party somewhere around level 3, unless
you rent your home and own Firearms, in which case you can go to level
4.  The best way to get to level 3 is egg-nog.
Q:        Why did the chicken cross the road?
A:        To see his friend Gregory peck.

Q:        Why did the chicken cross the playground?
A:        To get to the other slide.
Q:        Why did the germ cross the microscope?
A:        To get to the other slide.
Q:        Why did the WASP cross the road?
A:        To get to the middle.
The brain is a wonderful organ; it starts working the moment you get up
in the morning, and does not stop until you get to school.
Someone did a study of the three most-often-heard phrases in New York
City.  One is "Hey, taxi."  Two is, "What train do I take to get to
Bloomingdale's?"  And three is, "Don't worry.  It's just a flesh wound."
                -- David Letterman
Tourists -- have some fun with New York's hard-boiled cabbies.  When you
get to your destination, say to your driver, "Pay?  I was hitch-hiking."
                -- David Letterman
Don't get to bragging.
        If you do your best the rest of the way, that takes care of
everything. When we get to October 2, we'll add up the wins, and then
we'll either all go into the playoffs, or we'll all go home and play golf.
        Both those things sound pretty good to me.
                -- Sparky Anderson
"`She hit me on the head with the rock again.'
`I think I can confirm that that was my daughter.'
`Sweet kid.'
`You have to get to know her,' said Arthur.
`She eases up does she?'
`No,' said Arthur, `but you get a better sense of when to
duck.'"

- Ford and Arthur on Random.
New Linux Companies Hope To Get Rich Quick (#1)

Adopt-A-Beowulf: the latest company to hop the Linux bandwagon
as it tramples down Wall Street.

Every geek dreams of owning their own Beowulf supercomputer. Very few
people (except for dotcom billionnaires) can afford to build one, but the
folks at Adopt-a-Beowulf can provide the next best thing: a virtual
beowulf. For US$49.95, you can "adopt" your own 256-node Beowulf cluster.
You won't own it, or even get to see it in person, but you will receive
photos of the cluster, a monthly newsletter about its operation, and a
limited shell account on it.

The company hopes to branch out into other fields. Some slated products
include Adopt-A-Penguin, Lease-A-Camel (for Perl mongers), and
Adopt-A-Distro (in which your name will be used as the code-name for a
beta release of a major Linux distribution or other Open Source project).
New Linux Companies Hope To Get Rich Quick (#4)

The buzz surrounding Linux and Open Source during 1999 has produced a
large number of billionnaires. However, people who weren't employed by Red
Hat or VA Linux, or who didn't receive The Letter, are still poor. The
visionaries at The IPO Factory want to change all that.

As the name suggests, this company helps other businesses get off the
ground, secure investments from Venture Capitalists, and eventually hold
an IPO that exits the stratosphere. "You can think of us as meta-VCs," the
IPO Factory's founder said. "You provide the idea... and we do the rest.
If your company doesn't hold a successful IPO, you get your money back,
guaranteed!" He added quickly, "Of course, if you do undergo a billion
dollar IPO, we get to keep 25% of your stock."

The company's first customer, LinuxOne, has been a failure. "From now on
we're only going to service clients that actually have a viable product,"
an IPO Factory salesperson admitted. "Oh, and we've learned our lesson:
it's not a good idea to cut-and-paste large sections from Red Hat's S-1
filing."
By nature, men are nearly alike; by practice, they get to be wide apart.
                -- Confucius
If God had really intended men to fly, he'd make it easier to get to the
airport.
                -- George Winters
Most of the fear that spoils our life comes from attacking difficulties
before we get to them.
                -- Dr. Frank Crane
<Joy> Flinny: black crontab magic kinda stuff :)
<knghtbrd> Joy: does that mean people get to dance naked around bonfires
           chanting strange things and waving their arms about in a silly
           manner?
<rcw> knghtbrd: what do you *think* people do at novare?
<dhd> is there a special christmas pack for quake
<dhd> where you get to be like the santa robot on futurama?
<dunham> dhd: that would be a rather unbalanced game...
<Knghtbrd> dunham: that's the idea.  ;>
        "Cheshire-Puss," she began, "would you tell me, please, which way I
ought to go from here?"
        "That depends a good deal on where you want to get to," said the Cat.
        "I don't care much where--" said Alice.
        "Then it doesn't matter which way you go," said the Cat.
I'd crawl over an acre of 'Visual This++' and 'Integrated Development
That' to get to gcc, Emacs, and gdb.  Thank you.
        -- Vance Petree, Virginia Power
The chat program is in public domain.  This is not the GNU public license.
If it breaks then you get to keep both pieces.
        -- Copyright notice for the chat program
By working faithfully eight hours a day, you may eventually get to be
boss and work twelve.
                -- Robert Frost
Surprise your boss.  Get to work on time.
The brain is a wonderful organ; it starts working the moment you get up
in the morning, and does not stop until you get to work.
The reason I like hitching a ride on strict vars is that it cuts down
the number of rarely used pragmas people have to remember, yet provides
a way to get to the point where we might, just maybe, someday, make
local lexicals the default for everyone, without having useless pragmas
wandering around various programs, or using up another bit in $^H.
             -- Larry Wall in <199710050130.SAA04762@wall.org>
Falling in love is a lot like dying.  You never get to do it enough to
become good at it.
Yow!  Now I get to think about all the BAD THINGS I did to a BOWLING
BALL when I was in JUNIOR HIGH SCHOOL!
No guarantee of accuracy or completeness!
©TU Chemnitz, 2006-2024
Your feedback:
Ad partners