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

CPU radiator broken
CPU needs recalibration
The salesman drove over the CPU board.
CPU needs bearings repacked
Too many little pins on CPU confusing it, bend back and forth until 10-20% are neatly removed. Do _not_ leave metal bits visible!
The CPU has shifted, and become decentralized.
CPU-angle has to be adjusted because of vibrations coming from the nearby road
Scheduled global CPU outage
HTTPD Error 4004 : very old Intel cpu - insufficient processing power
fortune: cpu time/usefulness ratio too high -- core dumped.
Our OS who art in CPU, UNIX be thy name.
        Thy programs run, thy syscalls done,
        In kernel as it is in user!
Remember the good old days, when CPU was singular?
Q:  How many IBM CPU's does it take to execute a job?
A:  Four; three to hold it down, and one to rip its head off.
Remember, an int is not always 16 bits.  I'm not sure, but if the 80386 is one
step closer to Intel's slugfest with the CPU curve that is aymptotically
approaching a real machine, perhaps an int has been implemented as 32 bits by
some Unix vendors...?
-- Derek Terveer
Wombat's Laws of Computer Selection:
        (1) If it doesn't run Unix, forget it.
        (2) Any computer design over 10 years old is obsolete.
        (3) Anything made by IBM is junk. (See number 2)
        (4) The minimum acceptable CPU power for a single user is a
            VAX/780 with a floating point accelerator.
        (5) Any computer with a mouse is worthless.
                -- Rich Kulawiec
Q:        How many IBM CPU's does it take to do a logical right shift?
A:        33.  1 to hold the bits and 32 to push the register.
Scratch the disks, dump the core,        Shut it down, pull the plug
Roll the tapes across the floor,        Give the core an extra tug
And the system is going to crash.        And the system is going to crash.
Teletypes smashed to bits.                Mem'ry cards, one and all,
Give the scopes some nasty hits                Toss out halfway down the hall
And the system is going to crash.        And the system is going to crash.
And we've also found                        Just flip one switch
When you turn the power down,                And the lights will cease to twitch
You turn the disk readers into trash.        And the tape drives will crumble
                                                in a flash.
Oh, it's so much fun,                        When the CPU
Now the CPU won't run                        Can print nothing out but "foo,"
And the system is going to crash.        The system is going to crash.
                -- To the tune of "As the Caissons go Rolling Along"
The relative speed of a computer, regardless of CPU architecture, is
inversely proportional to the number of Microsoft products installed.

   -- From a Slashdot.org post
Linux Ported to Homer Simpson's Brain

SPRINGFIELD -- Slashdot recently reported on Homer Simpson's brain "upgrade"
to an Intel CPU.  Intel hails the CPU transplant as the "World's Greatest
Technological Achievement".  Intel originally planned to install Microsoft
Windows CE (Cerebrum Enhanced) on Homer's new PentiumBrain II processor.
However, due to delays in releasing Windows CE, Intel decided to install
DebianBrain Linux, the new Linux port for brains.

Computer industry pundits applaud the last minute switch from Windows to
Linux. One said, "I was a bit concerned for Homer.  With Windows CE, I could
easily imagine Homer slipping into an infinite loop: "General Protection
Fault.  D'oh!  D'oh!  D'oh!  D'oh..."  Or, at the worst, the Blue Screen of
Death could have become much more than a joke."

Some pundits are more concerned about the quality of the Intel CPU.  "Linux
is certainly an improvement over Windows.  But since it's running on a
PentiumBrain chip, all bets are off.  What if the chip miscalculates the core
temperature of the power plant where Homer works?  I can just imagine the
story on the evening news: 'Springfield was obliterated into countless
subatomic particles yesterday because Homer J. Simpson, power plant
button-pusher, accidentally set the core temperature to 149.992322340948290
instead of 150...'  If anything, an Alpha chip running Linux should have been
used for Homer's new brain."
Humorix Holiday Gift Idea #3

iTux Penguin Computer
Price: $999.95 for base model
Producer: Orange Computer, Co.; 1-800-GET-ITUX

Based on the Slashdot comments, response to the Apple iMac from the Linux
community was lukewarm at best.  Orange Computer, Co., has picked up where
Apple left behind and produced the iTux computer specifically for Linux users
who want to "Think a lot different".

The self-contained iTux computer system is built in the shape of Tux the
Penguin.  Its 15 inch monitor (17 inch available next year) is located at
Tux's large belly.  The penguin's two feet make up the split ergonomic
keyboard (without those annoying Windows keys, of course).  A 36X CD-ROM
drive fits into Tux's mouth.  Tux's left eye is actually the reboot button
(can be reconfigured for other purposes since it is rarely used) and his
right eye is the power button.  The iTux case opens up from the back,
allowing easy access for screwdriver-wielding nerds into Tux's guts.

The US$995.95 model contains an Alpha CPU and all the usual stuff found in a
Linux-class machine.  More expensive models, to be debuted next year, will
feature dual or quad Alpha CPUs and a larger size.
Humorix Holiday Gift Idea #5

AbsoluteZero(tm) Cryogenic Refrigerator
$29,999.95 for economy model at Cryo-Me-A-River, Inc.

The pundits have been hyping new technology allowing your home appliances to
have Internet access. Most people aren't too keen with the thought of their
refrigerator sharing an IP address with their can opener.

But with the new AbsoluteZero(tm) Refrigerator, that might change. This is not
a fridge for your food -- it's a fridge for your overclocked, overheating CPU.
You stick your computer inside, bolt the door shut, turn the temperature down
to 5 degrees Kelvin, and you've got the perfect environment for accelerating
your CPU to 1 Terahertz or more.

This cryogenic cooling system may not actually reach absolute zero, but it
comes mighty close. Unfortunately, the AbsoluteZero(tm) is the size of a small
house, consumes a constant stream of liquid nitrogen, and requires it's own
nuclear reactor (not included). But that's a small price to pay for the
ability to play Quake 3 at 100,000 frames per second.
Actual Snippet of Windows Source Code!  Honest!

NOTE: The following snippet of the Windows 95 source code was sent to us via
'unofficial' channels.  Don't tell anyone you saw this!  We really don't
feel like being visited by the Microsoft Intellectual Property Police.

void BusyLoop()
/* Do nothing loop to kill CPU cycles; added at the
   request of Intel */
{
DisplayRandomSubliminalMessage();
for( int i = 0; i < BIG_INT; i++ )
  for( int j = 0; j < BIG_INT; j++ )
   for( int k = 0; k < BIG_INT; k++ )
    for( int l = 0; l < BIG_INT; l++ )
     if( STACK_SPACE_PERCENTAGE_FREE > .05 )
     /* There's plenty of stack space left -- let's
        eat up some more CPU cycles, recursively! */
      BusyLoop();
}
Bill Gates Passes Turing Test

LONDON, ENGLAND -- Microsoft proclaimed that they have passed the Turing
Test by creating a Bill Gates multimedia simulacrum that crack BBC
interviewer Jeremy Paxman couldn't distinguish from the real thing. "I
never would have expected this," Paxman said about the Gates AI program.
"After all, this Microsoft program actually worked for an extended period
of time, something you don't see very often."

Microsoft has plans to mass-produce the Bill Gates holographic simulation
by 2010 or so. "The hardware just isn't there yet for home use," a
Microserf explained. "By then, though, Intel's Itanium 6 Super Pro Plus
III CPU running at 600 Ghz or whatever should be sufficient." Windows 2010
is expected to include the Bill Gates simulation, making the World's
Richest Man(tm) accessible to the entire world.

A newly printed brochure for the faux-Gates advertises, "Need help running
Windows 2010? Bill Gates will sit beside you and guide you through the
system. Have a question for the world's sexiest and smartest nerd? He'll
answer it. Wondering if free and open source software is a plot by
Communists freaks to overthrow the free market system? He'll be there to
explain. Want to ask for a personal loan? Sorry, won't happen."          
Brief History Of Linux (#15)
Too many hyphens: Traf-O-Data and Micro-soft

Bill Gates and Paul Allen attended an exclusive private school in Seattle.
In 1968, after raising $3,000 from a yard sale, they gained access to a
timeshare computer and became addicted. After depleting their money
learning BASIC and playing Solitaire, they convinced a company to give
them free computer time in exchange for reporting bugs -- ironically, an
early form of Open Source development!

The two then founded a small company called Traf-O-Data that collected and
analyzed traffic counts for municipalities using a crude device based on
the Intel "Pretanium" 8008 CPU. They had some success at first, but ran
into problems when they were unable to deliver their much hyped
next-generation device called "TrafficX". An engineer is quoted as saying
that "Traf-O-Data is the local leader in vaporware", the first documented
usage of the term that has come to be synonymous with Bill Gates.

Soon thereafter, the two developed their own BASIC interpreter, and sold
it to MITS for their new Altair computer. April 4, 1975 is the fateful day
that Micro-soft was founded in Albuquerque, NM as a language vendor.
World Domination, One CPU Cycle At A Time

Forget about searching for alien signals or prime numbers. The real
distributed computing application is "Domination@World", a program to advocate
Linux and Apache to every website in the world that uses Windows and IIS.

The goal of the project is to probe every IP number to determine what kind of
platform each Net-connected machine is running. "That's a tall order... we
need lots of computers running our Domination@World clients to help probe
every nook and cranny of the Net," explained Mr. Zell Litt, the project head.

After the probing is complete, the second phase calls for the data to be
cross-referenced with the InterNIC whois database. "This way we'll have the
names, addresses, and phone numbers for every Windows-using system
administrator on the planet," Zell gloated. "That's when the fun begins."

The "fun" part involves LART (Linux Advocacy & Re-education Training), a plan
for extreme advocacy. As part of LART, each Linux User Group will receive a
list of the Windows-using weenies in their region. The LUG will then be able
to employ various advocacy techniques, ranging from a soft-sell approach
(sending the target a free Linux CD in the mail) all the way to "LARTcon 5"
(cracking into their system and forcibly installing Linux).
No. Sell the card to a windows user buy a cheap taiwanese mass market ethernet  and spend the rest on the faster CPU. I bet that is more cost effective for
DES performance..

        - Alan Cox not recommending NICs with built-in crypto engines
> The only idea is that 2.4.x kernel turns off cache (L1 & L2) on
> processor (on my cpu). How can I check it? Any ideas?

We don't touch the caches like that. First guess is to disable the ACPI
support, because we've seen that do a million bogus things

        - Alan Cox explaining the merits of ACPI on linux-kernel
The last time I looked, Solaris and AIX and all the rest of the "scalable"
systems were absolute pigs on smaller hardware, and the "scalability" in
them often translates into "we scale linearly to many CPU's by being
really bad even on one".

        - Linus Torvalds
So in the future, one 'client' at a time or you'll be spending CPU time with
lots of little 'child processes'.
        -- Kevin M. Bealer, commenting on the private life of a Linux nerd
#ifdef __SMP__
#error "Me no hablo Alpha SMP"
#else
#define irq_enter(cpu, irq)     (++local_irq_count[cpu])
#define irq_exit(cpu, irq)      (--local_irq_count[cpu])
#endif
        -- from kernel 2.1.90, arch/alpha/kernel/irc.c
No guarantee of accuracy or completeness!
©TU Chemnitz, 2006-2024
Your feedback:
Ad partners