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

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

"Are [Linux users] lemmings collectively jumping off of the cliff of
reliable, well-engineered commercial software?"
(By Matt Welsh)
"...Deep Hack Mode--that mysterious and frightening state of
consciousness where Mortal Users fear to tread."
(By Matt Welsh)
Due to Federal Budget problems we have been forced to cut back on the number of users able to access the system at one time. (namely none allowed....)
===  ALL CSH USERS PLEASE NOTE  ========================

Set the variable $LOSERS to all the people that you think are losers.  This
will cause all said losers to have the variable $PEOPLE-WHO-THINK-I-AM-A-LOSER
updated in their .login file.  Should you attempt to execute a job on a
machine with poor response time and a machine on your local net is currently
populated by losers, that machine will be freed up for your job through a
cold boot process.
===  ALL USERS PLEASE NOTE  ========================

A new system, the CIRCULATORY system, has been added.

The long-experimental CIRCULATORY system has been released to users.  The
Lisp Machine uses Type B fluid, the L machine uses Type A fluid.  When the
switch to Common Lisp occurs both machines will, of course, be Type O.
Please check fluid level by using the DIP stick which is located in the
back of VMI monitors.  Unchecked low fluid levels can cause poor paging
performance.
===  ALL USERS PLEASE NOTE  ========================

Bug reports now amount to an average of 12,853 per day.  Unfortunately,
this is only a small fraction [ < 1% ] of the mail volume we receive.  In
order that we may more expeditiously deal with these valuable messages,
please communicate them by one of the following paths:

        ARPA:  WastebasketSLMHQ.ARPA
        UUCP:  [berkeley, seismo, harpo]!fubar!thekid!slmhq!wastebasket
         Non-network sites:  Federal Express to:
                Wastebasket
                Room NE43-926
                Copernicus, The Moon, 12345-6789
        For that personal contact feeling call 1-415-642-4948; our trained
        operators are on call 24 hours a day.  VISA/MC accepted.*

* Our very rich lawyers have assured us that we are not
  responsible for any errors or advice given over the phone.
===  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.
===  ALL USERS PLEASE NOTE  ========================

Compiler optimizations have been made to macro expand LET into a WITHOUT-
INTERRUPTS special form so that it can PUSH things into a stack in the
LET-OPTIMIZATION area, SETQ the variables and then POP them back when it's
done.  Don't worry about this unless you use multiprocessing.
Note that LET *could* have been defined by:

        (LET ((LET '`(LET ((LET ',LET))
                        ,LET)))
        `(LET ((LET ',LET))
                ,LET))

This is believed to speed up execution by as much as a factor of 1.01 or
3.50 depending on whether you believe our friendly marketing representatives.
This code was written by a new programmer here (we snatched him away from
Itty Bitti Machines where he was writing COUGHBOL code) so to give him
confidence we trusted his vows of "it works pretty well" and installed it.
===  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.
===  ALL USERS PLEASE NOTE  ========================

The garbage collector now works.  In addition a new, experimental garbage
collection algorithm has been installed.  With SI:%DSK-GC-QLX-BITS set to 17,
(NOT the default) the old garbage collection algorithm remains in force; when
virtual storage is filled, the machine cold boots itself.  With SI:%DSK-GC-
QLX-BITS set to 23, the new garbage collector is enabled.  Unlike most garbage
collectors, the new gc starts its mark phase from the mind of the user, rather
than from the obarray.  This allows the garbage collection of significantly
more Qs.  As the garbage collector runs, it may ask you something like "Do you
remember what SI:RDTBL-TRANS does?", and if you can't give a reasonable answer
in thirty seconds, the symbol becomes a candidate for GCing.  The variable
SI:%GC-QLX-LUSER-TM governs how long the GC waits before timing out the user.
===  ALL USERS PLEASE NOTE  ========================

There has been some confusion concerning MAPCAR.
        (DEFUN MAPCAR (&FUNCTIONAL FCN &EVAL &REST LISTS)
                (PROG (V P LP)
                (SETQ P (LOCF V))
        L        (SETQ LP LISTS)
                (%START-FUNCTION-CALL FCN T (LENGTH LISTS) NIL)
        L1        (OR LP (GO L2))
                (AND (NULL (CAR LP)) (RETURN V))
                (%PUSH (CAAR LP))
                (RPLACA LP (CDAR LP))
                (SETQ LP (CDR LP))
                (GO L1)
        L2        (%FINISH-FUNCTION-CALL FCN T (LENGTH LISTS) NIL)
                (SETQ LP (%POP))
                (RPLACD P (SETQ P (NCONS LP)))
                (GO L)))
We hope this clears up the many questions we've had about it.
**** IMPORTANT ****  ALL USERS PLEASE NOTE ****

Due to a recent systems overload error your recent disk files have been
erased.  Therefore, in accordance with the UNIX Basic Manual, University of
Washington Geophysics Manual, and Bylaw 9(c), Section XII of the Revised
Federal Communications Act, you are being granted Temporary Disk Space,
valid for three months from this date, subject to the restrictions set forth
in Appendix II of the Federal Communications Handbook (18th edition) as well
as the references mentioned herein.  You may apply for more disk space at any
time.  Disk usage in or above the eighth percentile will secure the removal
of all restrictions and you will immediately receive your permanent disk
space.  Disk usage in the sixth or seventh percentile will not effect the
validity of your temporary disk space, though its expiration date may be
extended for a period of up to three months.  A score in the fifth percentile
or below will result in the withdrawal of your Temporary Disk space.
`Lasu' Releases SAG 0.3 -- Freeware Book Takes Paves For New World Order
by staff writers

        ...
        The SAG is one of the major products developed via the Information
Superhighway, the brain child of Al Gore, US Vice President.  The ISHW
is being developed with massive govenment funding, since studies show
that it already has more than four hundred users, three years before
the first prototypes are ready.  Asked whether he was worried about the
foreign influence in an expensive American Dream, the vice president
said, ``Finland?  Oh, we've already bought them, but we haven't told
anyone yet.  They're great at building model airplanes as well.  And _I
can spell potato.''  House representatives are not mollified, however,
wanting to see the terms of the deal first, fearing another Alaska.
        Rumors about the SAG release have imbalanced the American stock
market for weeks.  Several major publishing houses reached an all time
low in the New York Stock Exchange, while publicly competing for the
publishing agreement with Mr. Wirzenius.  The negotiations did not work
out, tough.  ``Not enough dough,'' says the author, although spokesmen
at both Prentice-Hall and Playboy, Inc., claim the author was incapable
of expressing his wishes in a coherent form during face to face talks,
preferring to communicate via e-mail.  ``He kept muttering something
about jiffies and pegs,'' they say.
        ...
                -- Lars Wirzenius <wirzeniu@cs.helsinki.fi>
                   [comp.os.linux.announce]
Lisp Users:
Due to the holiday next Monday, there will be no garbage collection.
LOGO for the Dead

LOGO for the Dead lets you continue your computing activities from
"The Other Side."

The package includes a unique telecommunications feature which lets you
turn your TRS-80 into an electronic Ouija board.  Then, using Logo's
graphics capabilities, you can work with a friend or relative on this
side of the Great Beyond to write programs.  The software requires that
your body be hardwired to an analog-to-digital converter, which is then
interfaced to your computer.  A special terminal (very terminal) program
lets you talk with the users through Deadnet, an EBBS (Ectoplasmic
Bulletin Board System).

LOGO for the Dead is available for 10 percent of your estate
from NecroSoft inc., 6502 Charnelhouse Blvd., Cleveland, OH 44101.
                -- '80 Microcomputing
Making files is easy under the UNIX operating system.  Therefore, users
tend to create numerous files using large amounts of file space.  It has
been said that the only standard thing about all UNIX systems is the
message-of-the-day telling users to clean up their files.
                -- System V.2 administrator's guide
*** NEWS FLASH ***

Archeologists find PDP-11/24 inside brain cavity of fossilized dinosaur
skeleton!  Many Digital users fear that RSX-11M may be even more primitive
than DEC admits.  Price adjustments at 11:00.
        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.]
Real Users are afraid they'll break the machine -- but they're never
afraid to break your face.
Real Users find the one combination of bizarre input values that shuts
down the system for days.
Real Users hate Real Programmers.
Real Users know your home telephone number.
Real Users never know what they want, but they always know when your program
doesn't deliver it.
Real Users never use the Help key.
The Gurus of Unix Meeting of Minds (GUMM) takes place Wednesday, April
1, 2076 (check THAT in your perpetual calendar program), 14 feet above
the ground directly in front of the Milpitas Gumps.  Members will grep
each other by the hand (after intro), yacc a lot, smoke filtered
chroots in pipes, chown with forks, use the wc (unless uuclean), fseek
nice zombie processes, strip, and sleep, but not, we hope, od.  Three
days will be devoted to discussion of the ramifications of whodo.  Two
seconds have been allotted for a complete rundown of all the user-
friendly features of Unix.  Seminars include "Everything You Know is
Wrong", led by Tom Kempson, "Batman or Cat:man?" led by Richie Dennis
"cc C?  Si!  Si!" led by Kerwin Bernighan, and "Document Unix, Are You
Kidding?" led by Jan Yeats.  No Reader Service No. is necessary because
all GUGUs (Gurus of Unix Group of Users) already know everything we
could tell them.
                -- "Get GUMMed," Dr. Dobb's Journal, June '84
        THE LESSER-KNOWN PROGRAMMING LANGUAGES #12: LITHP

This otherwise unremarkable language is distinguished by the absence of
an "S" in its character set; users must substitute "TH".  LITHP is said
to be useful in protheththing lithtth.
        THE LESSER-KNOWN PROGRAMMING LANGUAGES #18: FIFTH

FIFTH is a precision mathematical language in which the data types
refer to quantity.  The data types range from CC, OUNCE, SHOT, and
JIGGER to FIFTH (hence the name of the language), LITER, MAGNUM and
BLOTTO.  Commands refer to ingredients such as CHABLIS, CHARDONNAY,
CABERNET, GIN, VERMOUTH, VODKA, SCOTCH, and WHATEVERSAROUND.

The many versions of the FIFTH language reflect the sophistication and
financial status of its users.  Commands in the ELITE dialect include
VSOP and LAFITE, while commands in the GUTTER dialect include HOOTCH
and RIPPLE. The latter is a favorite of frustrated FORTH programmers
who end up using this language.
To the systems programmer, users and applications serve only to provide a
test load.
We the Users, in order to form a more perfect system, establish priorities,
ensure connective tranquility, provide for common repairs, promote preventive
maintenance, and secure the blessings of liberty for ourselves and our
processes, do ordain and establish this Software of The Unixed States
of America.
Why do we want intelligent terminals  when there are so many stupid users?
"Yacc" owes much to a most stimulating collection of users, who have
goaded me beyond my inclination, and frequently beyond my ability in
their endless search for "one more feature."  Their irritating
unwillingness to learn how to do things my way has usually led to my
doing things their way; most of the time, they have been right.
                -- S. C. Johnson, "Yacc guide acknowledgements"
"You must learn to run your kayak by a sort of ju-jitsu.  You must learn to
tell what the river will do to you, and given those parameters see how you
can live with it.  You must absorb its force and convert it to your users
as best you can.  Even with the quickness and agility of a kayak, you are
not faster than the river, nor stronger, and you can beat it only by
understanding it."
-- Strung, Curtis and Perry, _Whitewater_
To the systems programmer, users and applications serve only to provide a
test load.
Pascal Users:
        The Pascal system will be replaced next Tuesday by Cobol.
        Please modify your programs accordingly.
Pascal Users:
        To show respect for the 313th anniversary (tomorrow) of the
        death of Blaise Pascal, your programs will be run at half speed.
The rules:
         (1) Thou shalt not worship other computer systems.
         (2) Thou shalt not impersonate Liberace or eat watermelon while
              sitting at the console keyboard.
         (3) Thou shalt not slap users on the face, nor staple their silly
             little card decks together.
         (4) Thou shalt not get physically involved with the computer system,
             especially if you're already married.
         (5) Thou shalt not use magnetic tapes as frisbees, nor use a disk
             pack as a stool to reach another disk pack.
         (6) Thou shalt not stare at the blinking lights for more than one
             eight hour shift.
         (7) Thou shalt not tell users that you accidentally destroyed their
             files/backup just to see the look on their little faces.
         (8) Thou shalt not enjoy cancelling a job.
         (9) Thou shalt not display firearms in the computer room.
        (10) Thou shalt not push buttons "just to see what happens".
toilet toup'ee, n.:
        Any shag carpet that causes the lid to become top-heavy, thus
        creating endless annoyance to male users.
                -- Rich Hall, "Sniglets"
Eleanor Rigby
        Sits at the keyboard
        And waits for a line on the screen
Lives in a dream
Waits for a signal
        Finding some code
        That will make the machine do some more.
What is it for?

All the lonely users, where do they all come from?
All the lonely users, why does it take so long?

Hacker MacKensie
Writing the code for a program that no one will run
It's nearly done
Look at him working, fixing the bugs in the night when there's
        nobody there.
What does he care?

All the lonely users, where do they all come from?
All the lonely users, why does it take so long?
Ah, look at all the lonely users.
Ah, look at all the lonely users.
How doth the VAX's C-compiler
        Improve its object code.
And even as we speak does it
        Increase the system load.

How patiently it seems to run
        And spit out error flags,
While users, with frustration, all
        Tear their clothes to rags.
If a system is administered wisely,
its users will be content.
They enjoy hacking their code
and don't waste time implementing
labor-saving shell scripts.
Since they dearly love their accounts,
they aren't interested in other machines.
There may be telnet, rlogin, and ftp,
but these don't access any hosts.
There may be an arsenal of cracks and malware,
but nobody ever uses them.
People enjoy reading their mail,
take pleasure in being with their newsgroups,
spend weekends working at their terminals,
delight in the doings at the site.
And even though the next system is so close
that users can hear its key clicks and biff beeps,
they are content to die of old age
without ever having gone to see it.
Speaking of Godzilla and other things that convey horror:

With a purposeful grimace and a Mongo-like flair
He throws the spinning disk drives in the air!
And he picks up a Vax and he throws it back down
As he wades through the lab making terrible sounds!
Helpless users with projects due
Scream "My God!" as he stomps on the tape drives, too!

Oh, no!  He says Unix runs too slow!  Go, go, DECzilla!
Oh, yes!  He's gonna bring up VMS!  Go, go, DECzilla!"

* VMS is a trademark of Digital Equipment Corporation.
* DECzilla is a trademark of Hollow Chocolate Bunnies of Death, Inc.
                -- Curtis Jackson
The makers may make
and the users may use,
but the fixers must fix
with but minimal clues
Throw away documentation and manuals,
and users will be a hundred times happier.
Throw away privileges and quotas,
and users will do the Right Thing.
Throw away proprietary and site licenses,
and there won't be any pirating.

If these three aren't enough,
just stay at your home directory
and let all processes take their course.
'Twas the night before crisis, and all through the house,
        Not a program was working not even a browse.
The programmers were wrung out too mindless to care,
        Knowing chances of cutover hadn't a prayer.
The users were nestled all snug in their beds,
        While visions of inquiries danced in their heads.
When out in the lobby there arose such a clatter,
        I sprang from my tube to see what was the matter.
And what to my wondering eyes should appear,
        But a Super Programmer, oblivious to fear.
More rapid than eagles, his programs they came,
        And he whistled and shouted and called them by name;
On Update!  On Add!  On Inquiry!  On Delete!
        On Batch Jobs!  On Closing!  On Functions Complete!
His eyes were glazed over, his fingers were lean,
        From Weekends and nights in front of a screen.
A wink of his eye, and a twist of his head,
        Soon gave me to know I had nothing to dread...
                -- "Twas the Night before Crisis"
When license fees are too high,
users do things by hand.
When the management is too intrusive,
users lose their spirit.

Hack for the user's benefit.
Trust them; leave them alone.
When the Guru administers, the users
are hardly aware that he exists.
Next best is a sysop who is loved.
Next, one who is feared.
And worst, one who is despised.

If you don't trust the users,
you make them untrustworthy.

The Guru doesn't talk, he hacks.
When his work is done,
the users say, "Amazing:
we implemented it, all by ourselves!"
When users see one GUI as beautiful,
other user interfaces become ugly.
When users see some programs as winners,
other programs become lossage.

Pointers and NULLs reference each other.
High level and assembler depend on each other.
Double and float cast to each other.
High-endian and low-endian define each other.
While and until follow each other.

Therefore the Guru
programs without doing anything
and teaches without saying anything.
Warnings arise and he lets them come;
processes are swapped and he lets them go.
He has but doesn't possess,
acts but doesn't expect.
When his work is done, he deletes it.
That is why it lasts forever.
When you overesteem great hackers,
more users become cretins.
When you develop encryption,
more users become crackers.

The Guru leads
by emptying user's minds
and increasing their quotas,
by weakening their ambition
and toughening their resolve.
When users lack knowledge and desire,
management will not try to interfere.

Practice not-looping,
and everything will fall into place.
THIS IS PLEDGE WEEK FOR THE FORTUNE PROGRAM

If you like the fortune program, why not support it now with your
contribution of a pithy fortunes, clean or obscene?  We cannot continue
without your support.  Less than 14% of all fortune users are contributors.
That means that 86% of you are getting a free ride.  We can't go on like
this much longer.  Federal cutbacks mean less money for fortunes, and unless
user contributions increase to make up the difference, the fortune program
will have to shut down between midnight and 8 a.m.  Don't let this happen.
Mail your fortunes right now to "fortune".  Just type in your favorite pithy
saying.  Do it now before you forget.  Our target is 300 new fortunes by the
end of the week. Don't miss out.  All fortunes will be acknowledged.  If you
contribute 30 fortunes or more, you will receive a free subscription to "The
Fortune Hunter", our monthly program guide.  If you contribute 50 or more,
you will receive a free "Fortune Hunter" coffee mug ....
We are very nervous about the release of Windows 2000. This OS takes up
gigabytes of hard drive space. When users 'upgrade' to Win2K, they won't have
any space on their hard drive for our products! We really hate Chairman Bill.

   -- An anonymous spokesperson for Corel
Q: How many Microsoft Programmers does it take to screw in a lightbulb?
A: It cannot be done. You will need to upgrade your house.

Q: How many Linux users does it take to change a lightbulb?
A: Two. One to write the HOWTO-LIGHTBULB-CRONJOB, and another to read
it.

   -- Geoff Johnson
Windows 2000, Users Zilch

   -- From a Slashdot.org post
Slight disorientation after prolonged system uptime is normal for new Linux
users. Please do not adjust your browser.

   -- From a Slashdot.org post
Red Hat Unveils New Ad Campaign

Linux distributor Red Hat has announced plans for a $650,000 ad campaign. The
ads will appear on several major newspapers as well as on a few selected
websites. "These ads will be targetted towards Windows users who are fed up but
aren't aware of any OS alternatives," a Red Hat spokesman said. "We feel that
there is a large audience for this."

One of the ads will be a half page spread showing two computers side-by-side: a
Wintel and a Linux box. The title asks "Is your operating system ready for the
year 2000?" Both computers have a calendar/clock display showing. The Windows
box shows "12:00:01AM -- January 1, 1900" while the Linux box shows "12:00:01AM
-- January 1, 2000". The tagline at the bottom says "Linux -- a century ahead
of the competition."
Increased Electricity Consumption Blamed on Linux

WASHINGTON, D.C. -- The US Department of Energy claims Linux is partially
responsible for the increased demand for electricity during the past year.
Electricity use was up 2.5% from January to September of 1998 compared with
the same period in 1997.  "While some of the increase can be attributed to
higher temperatures over the summer," one Department bureaucrat explained,
"Linux is certainly a contributor to the increased demand for power."  

When asked for clarification, the bureaucrat responded, "In the past, most
PCs have been turned off when not in use.  Linux users, on the other hand,
usually don't turn off their computers.  They leave them on, hoping to
increase their uptime to impress their friends.  And since Linux rarely
crashes the entire system, those computers stay on for weeks, months, even
years at a time.  With Linux use continuing to grow, we expect demand for
electricity to increase steadily over the next several years."

In response to the news, several utility companies have announced plans to
give away free Linux CDs to paying customers who request them.  One anonymous
executive said, "The more people who use Linux, the more power they consume.
The more electricity they use, the more money we make. It's a win-win
combination."  Yesterday Linus Torvalds was nominated as a candidate for the
Assocation of American Utility Companies Person of the Year.
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.
Linux Advocacy Crackdown

SHERIDAN, WY -- In an unprecedented blow to Linux advocacy, Aaron McAdams, an
employee at the Sheridan Try-N-Save Discount Store, was fired last week.
According to the store's general manager, McAdams was fired because "he
constantly rearranged items on shelves so that Linux-related books and
software boxes would be displayed more prominently than Windows merchandise."
McAdams' boss added, "If he would have spent as much time actually working as
he did hiding Windows books at the back of shelves, he wouldn't have received
the pink slip."

The general manager supplied Humorix with videotapes from the store's
security cameras showing McAdams in action.  In one scene, he takes a whole
stack of "...For Dummies" books and buries them in the Cheap Romance section,
an area of the store rarely visited by computer users.  In another, McAdams
can be plainly seen setting copies of Red Hat Linux in front of a large,
eye-catching display of various Microsoft products at the front of the
store.  Finally, at one point McAdams can be seen slapping huge tags reading
"DEMO DISPLAY BOX -- NOT AVAILABLE UNTIL 1999" on boxes of Windows 98.

McAdams disputes his bosses accusations.  "If he would spend more time
actually working instead of peering over security camera footage for hours on
end, this store might actually turn a profit for a change."
Red Hat Linux 10.0

RALEIGH-DURHAM, NC -- HypeNewsWire -- Red Hat, the producer of the most
popular Linux distribution with over 25 million estimated users, is proud to
announce the availability of Red Hat Linux 10.0.  The latest version
contains the new Linux 6.2 kernel, the Z Window System 2.0, full support for
legacy Windows 3.x/9x/200x/NT software apps, and more. Copies of Red Hat
Linux 10.0 will be available in stores on CD-ROM, DVD-ROM, or GNUDE (GNU
Digital Encoding) disks within the next week.

Compaq, Dell, Gateway, and several other large computer manufacturers have
announced that they will offer computer systems with Red Hat 10.0
pre-installed.  "We can sell systems with Red Hat pre-installed for
considerably less than systems with Microsoft ActiveWindows 2001. Overall,
Red Hat Linux's superior quality, low price, and modest system requirements
puts Windows to shame," one Dell spokesperson said at last week's LinDex
convention.
Microsoft ActivePromo Campaign: "Windows Competitive Upgrade Offer"

Microsoft's PR masterminds are planning a massive marketing campaign,
code-named "ActivePromo 2000", to promote the upcoming release of Windows
2000 (scheduled for February 2001).  This marketing campaign will include a
"Windows Competitive Upgrade Offer" promotion.

Users of non-Microsoft operating systems (Linux in particular) will be given
the opportunity to trade-in their present OS for a free copy of Windows 98
(or NT 4.0) and Office 97.  People (all three of them) who want to
participate in this program will have to:

1. Mail their operating system's floppy disks or CD-ROMs to Microsoft

2. Agree to a two year contract with the Microsoft Network.

3. Agree (in writing) to the Competitive Upgrade License Agreement; one of
the terms of which is that the user may not install, copy, or otherwise use
a non-Microsoft OS for five years.
Is Windows Antique?

SILICON VALLEY -- The first ever antique mall devoted to computers has
opened its doors deep in the heart of Silicon Valley.  Named "Stacks
of Antiqueues", the new mall features obsolete hardware, old software,
and other curiosities that only a nerd would want to buy.  The mall
also features a whole collection of Microsoft software, which, as can
be expected, has the Redmond giant up in arms.

The mall, founded by a group of Linux, FreeBSD, and BeOS users, has a whole
section devoted to Microsoft "antiques".  Offerings range from a rare
(and expensive) copy of Windows 1.0 all the way up to Windows 98.  All
versions of DOS from 1.0 up are available, in addition to such Microsoft
products as Bob, Profit, and Multiplan.

Bob Hinesdorf, one of the mall's founders, defends the decision to
include Microsoft products in its selection of antique computer stuff.
"Windows 98 is surely antique; it's based on 16 bit Windows 3.x code,
which was based on 16 bit DOS code, which was based loosely on 8 bit
CP/M."
New Crime Identified: "Tech Rage"

HARRISBURG, IL -- The police department in this Illinois town has coined a
new term for a growing trend in crime: "tech rage". Tech rage shares many
similarities with another modern crime, "road rage", but instead of
affecting drivers, tech rage is experienced by disgruntled computer users.

The first documented case of tech rage involves a Microsoft salesman, Bob
Glutzfield, who convinced the local TV station to "upgrade" its computer
systems from Macintosh to Wintel.  While the migration seemed successful at
first, the Blue Screen became more prevalent during the following months.

Then, in January, the entire computer system crashed in the middle of the
weather forecast during the 10 o'clock evening news. Viewers could plainly
see the Blue Screen of Death showing in the monitors behind James Roland,
the chief meteorologist. The instability of Windows 98 stretched Roland's
patience until he snapped last week and succumbed to tech rage.

Roland tracked down the Microsoft salesman and followed him one evening to
his apartment.  The weatherman yelled at the bewildered Microserf, "You
[expletive]! Because of you, I'm the [expletive] laughing stock of Southern
Illinois!" and then proceeded to beat him up.  Roland is currently out on
bond pending trial next month.
Invasion of the Dancing Penguin

Those annoying, dancing cartoon characters embedded in software applications
are no longer confined to Microsoft programs.  They have entered the realm
of Linux.  A new Linux distribution under development, called LinTux,
promises to provide a more "user-friendly" environment through its "Dancing
Penguin" assistant.

Dancing Tux will "guide" users through the installation process and will be
a permanent fixture of the X root window.  The LinTux staff demonstrated a
prototype version of the Dancing Tux program to this Humorix reporter.  It
was certainly impressive, but, like the Dancing Paper Clip in Microsoft
Office, it becomes annoying very fast.

The one redeeming feature of LinTux is that, when the system is idle,
Dancing Tux becomes a make-shift screen saver.  The animations included in
the prototype were quite amusing.  For instance, in one scene, Tux chases
Bill Gates through an Antarctic backdrop.  In another animation, Tux can be
seen drinking beers with his penguin pals and telling Microsoft jokes.
BSOD Simulator

Users of Red Hat 6.0 are discovering a new feature that hasn't been widely
advertised: a Blue Screen of Death simulator.  By default, the bsodsim
program activates when the user hits the virtually unused SysRq key (this is
customizable) causing the system to switch to a character cell console to
display a ficticious Blue Screen.

Red Hat hails the bsodsim program as the "boss key" for the Linux world. One
RH engineer said, "Workers are smuggling Linux boxes into companies that
exclusively use Windows.  This is all good and well until the PHB walks by
and comments, 'That doesn't look like Windows...' With bsodsim, that problem
is solved.  The worker can hit the emergency SysRq key, and the system will
behave just like Windows..."

The bsodsim program doesn't stop at just showing a simulated error message.
If the boss doesn't walk away, the worker can continue the illusion by
hitting CTRL-ALT-DEL, which causes a simulated reboot.  After showing the
usual boot messages, bsodsim will run a simulated SCANDISK program
indefinitely. The boss won't be able to tell the difference.  If the boss
continues to hang around, the worker can say, "SCANDISK is really taking a
long time... maybe we should upgrade our computers.  And don't you have
something better to do than watch this computer reboot for the tenth time
today?"
Microsoft Mandatory Survey (#3)

Customers who want to upgrade to Windows 98 Second Edition must now fill
out a Microsoft survey online before they can order the bugfix/upgrade.

Question 3: Have you ever experimented with the freeware Linux OS created
            by a group of anarchist acne-laden teenagers via the Net?

A. No, I'd never trust my work to a piece of non-Microsoft software.

B. No, I'd never trust my computer to a piece of software that has a
   restrictive license agreement such as the GNU GPL.

C. No, I don't want to mess with the ancient command line interface Linux
   imposes on its users.

D. Yes, but I quickly migrated back to modern Windows NT after I had
   trouble figuring out how to boot the thing from the cryptic LILO
   prompt.
Brief History Of Linux (#1)
Re-Inventing the Wheel

Our journey through the history of Linux begins ca. 28000 B.C. when a
large all-powerful company called MoogaSoft monopolized the wheel-making
industry. As founder of the company, Billga Googagates (rumored to be the
distant ancestor of Bill Gates) was the wealthiest man in the known world,
owning several large rock huts, an extravagant collection of artwork (cave
paintings), and a whole army of servants and soldiers.

MoogaSoft's unfair business practices were irritating, but users were
unable to do anything about them, lest they be clubbed to death by
MoogaSoft's army. Nevertheless, one small group of hobbyists finally got
fed up and starting hacking their own wheels out of solid rock. Their
spirit of cooperation led to better and better wheels that eventually
outperformed MoogaSoft offerings.

MoogaSoft tried desperately to stop the hobbyists -- as shown by the
recently unearthed "Ooga! Document" -- but failed. Ironically, Billga
Googagates was killed shortly afterwards when one his own 900-pound wheels
crushed him.
The Next Big Thing: "Clairvoyant Consultants"

Nobody likes to deal with tech support or customer service reps. A growing
number of people are getting sick of being put on hold for three hours and
then paying ridiculous "per incident" fees so some Microserf can tell them
to "reinstall the operating system!"

Desperate users are turning to an unlikely source to diagnose and fix
software problems: psychics. Palm[Pilot] readers, 1-900 number operators,
and clairvoyant consultants are quickly becoming the hottest careers in
the tech sector.

Explained Madam Cosmos, owner of the Main Street Mysticism Temple in
Keokuk, Iowa, "With my special powers, I can track down the source of any
problem. Got a rogue Registry entry that's causing Bluescreens? I'll find
it. Missing a curly bracket in your Perl program but can't locate it
because the error messages are so unhelpful? I'll know where it is even
before you walk in my door."
Computers have rights, too. Everyone talks about the rights of animals,
but so far nothing has been said about the tragic plight of computers the
world over. They are subjected to the greatest horror ever conceived: they
are forced to run Windows.

That's just wrong.

How would you feel if you had the intelligence of Einstein but could only
get a job flipping burgers at McDonald's? That's how computers feel every
day!

This injustice must stop. Computers must be freed from the shackles of
Microsoft software and clueless users.

Together, we can make this a better world for computers and humans alike
-- by eliminating Windows.

  -- From a brochure published by the PETC
     (People for the Ethical Treatment of Computers)
Bill Gates Sends Out Desperate Plea For Help

REDMOND -- In a shocking development, Chief Bloatware Architect Bill Gates
admitted today that Microsoft is in severe financial difficulty and
desperately needs donations to stay afloat through the next month.

"The dismal state of the economy, the lackluster sales of Windows ME, and
the pending anti-trust lawsuit have placed significant financial stress on
Microsoft," Gates said at a press conference. "We can't continue to
develop and maintain our innovative solutions without financial
contributions from users like you."

The company spent the remaining $10,000 in its coffers to send out letters
to registered Windows users pleading for donations.

"For just pennies a day, you can help support the world's most innovative
company in its quest to discover the cure for the Blue Screen of Death,"
the letter announces. "Or you can help fund research and development into
improving the security of our products against such sinister forces as
script kiddies, crackers, and Linux freaks."
Press Release -- For Immediate Release
Microsoft Corporation, Redmond, WA

...Virtually all version of Linux (and Unix) contain a security hole that
allows unauthorized users to gain complete control over the machine. By
simply typing "root" at the login prompt and supplying a password from a
limited number of possibilities, a malicious user can easily gain
administrator privileges. This hole can be breached in seconds with only a
dozen or so keystrokes...

We suspect this issue has been known to Red Hat and other Linux
distributors for years and they have refused to acknowlege its existence
or supply a patch preventing users from exploiting the "root" login
loophole...

By ignoring the problem, the Linux community has proven that installing
Linux is a dangerous proposition that could get you fired. We would like
to point out that Windows XP does not suffer from this gaping hole...
Tests conducted by both Ziff-Davis and Mindcraft prove that Windows XP is
indeed the most secure operating system ever produced...
Solving The Virus Problem Once And For All

System administrators across the globe have tried installing anti-virus
software. They've tried lecturing employees not to open unsolicited email
attachments. They've tried installing firewalls and the latest security
patches. But even with these precautions, email viruses continue to rank
third only to Solitaire and the Blue Screen Of Death in the amount of lost
productivity they cause. Meanwhile, Microsoft Exchange and LookOut! remain
as the number one virus delivery products on the market today.

But maybe not for much longer. A group of disgruntled administrators have
teamed up to produce and sell a brand new way to fight viruses, one that
attacks the root of the problem: stupid users.

Salivating Dogs, Inc. of Ohio has unveiled the "Clue Delivery System"
(CDS), a small device that plugs into the back of a standard PC keyboard
and delivers a mild electric shock whenever the luser does something
stupid. The device is triggered by a Windows program that detects when the
luser attempts to open an unsolicited email attachment or perform another
equally dangerous virus-friendly action.
We the people of the Debian GNU/Linux distribution, in order to form a
more perfect operating system, establish quality, insure marketplace
diversity, provide for the common needs of computer users, promote
security and privacy, overthrow monopolistic forces in the computer
software industry, and secure the blessings of liberty to ourselves and
our posterity, do ordain and establish this Constitution for the Debian
GNU/Linux System.
"slackware users don't matter. in my experience, slackware users are
either clueless newbies who will have trouble even with tar, or they are
rabid do-it-yourselfers who wouldn't install someone else's pre-compiled
binary even if they were paid to do it."
NEW YORK (CNN) -- Internet users who spend even a few hours a week online
at home experience higher levels of depression and loneliness than if
they had used the computer network less frequently, The New York Times
reported Sunday.  The result ...  surprised both researchers and
sponsors, which included Intel Corp., Hewlett Packard, AT&T Research and
Apple Computer.
<muggles> i'm trying to convince some netcom admins i know to convert
          to Debian from RH, netgod, but they are DAMN stubborn
<muggles> why RH users so damned hard headed?
<Espy> it's the hat
The purpose of having mailing lists rather than having newsgroups is to
place a barrier to entry which protects the lists and their users from
invasion by the general uneducated hordes.
        -- Ian Jackson
<kceee^> I hate users
<knghtbrd> you sound like a sysadmin already!
<Knghtbrd> mariab - I am a Debian developer.  Red Hat is "the enemy" or
           something like that I guess..  Still, typecasting RH users as
           idiots or their distribution as completely broken by default
           is complete and total FUD.
But modifying dpkg is infeasible, and we've agreed to, among other things,
keep the needs of our users at the forefront of our minds. And from a
user's perspective, something that keeps the system tidy in the normal
case, and works *now*, is much better than idealistic fantasies like a
working dpkg.
        -- Manoj Srivastava
<knghtbrd> Solver_: add users who should be messing with sound to group
           audio..  Make sure the devices are all group audio (ls -l
           /dev/dsp will give you the fastest indication if it's probably
           set right) and build a kernel with sound support for your card
<knghtbrd> OR optionally install alsa source and build modules for that
           with make-kpkg
<knghtbrd> OR (not recommended) get and install evil OSS/Linux evil
           non-free evil binary only evil drivers---but those are evil.
           And did I mention that it's not recommended?
innovate /IN no vait/ vb.: 1. To appropriate third-party technology
through purchase, imitation, or theft and to integrate it into a
de-facto, monopoly-position product. 2.  To increase in size or complexity
but not in utility; to reduce compatibility or interoperability. 3. To
lock-out competitors or to lock-in users. 4. To charge more money; to
increase prices or costs. 5. To acquire profits from investments in other
companies but not from direct product or service sales. 6. To stifle or
manipulate a free market; to extend monopoly powers into new markets.  7.
To evade liability for wrong-doings; to get off.  8. To purchase
legislation, legislators, legislatures, or chiefs of state.  9.  To
mediate all transactions in a global economy; to embezzle; to co-opt power
(coup d'état). Cf. innovate, English usage (antonym).
        -- csbruce, in a Slashdot post
Are Linux users lemmings collectively jumping off of the cliff of
reliable, well-engineered commercial software?
        -- Matt Welsh
...Deep Hack Mode -- that mysterious and frightening state of
consciousness where Mortal Users fear to tread.
        -- Matt Welsh
> What does ELF stand for (in respect to Linux?)
ELF is the first rock group that Ronnie James Dio performed with back in
the early 1970's.  In constrast, a.out is a misspelling         of the French word
for the month of August.  What the two have in common is beyond me, but
Linux users seem to use the two words together.
        -- seen on c.o.l.misc
Perhaps the RBLing (Realtime Black Hole) of msn.com recently, which
prevented a large amount of mail going out for about 4 days, has had a
positive influence in Redmond.  They did agree to work on their anti-relay
capabilities at their POPs to get the RBL lifted.
        -- Bill Campbell on Smail3-users
:        And it goes against the grain of building small tools.
Innocent, Your Honor.  Perl users build small tools all day long.
             -- Larry Wall in <1992Aug26.184221.29627@netlabs.com>
No guarantee of accuracy or completeness!
©TU Chemnitz, 2006-2024
Your feedback:
Ad partners