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 personal computer market is about the same size as the total potato chip
market.  Next year it will be about half the size of the pet food market and
is fast approaching the total worldwide sales of pantyhose"
                -- James Finke, Commodore Int'l Ltd., 1982
SHOP OR DIE, people of Earth!
[offer void where prohibited]
-- Capitalists from outer space, from Justice League Int'l comics
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
All the world's a VAX,
And all the coders merely butchers;
They have their exits and their entrails;
And one int in his time plays many widths,
His sizeof being _N bytes.  At first the infant,
Mewling and puking in the Regent's arms.
And then the whining schoolboy, with his Sun,
And shining morning face, creeping like slug
Unwillingly to school.
                -- A Very Annoyed PDP-11
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();
}
> Wouldn't it have made more sense to make the 'len' parameter an unsigned int?

Oh yes.  

And wouldn't it be nicer if the sky was pink, and God came personally down
to earth and stopped all wrans and made you king?

        - Linus Torvalds on linux-kernel?
> Yes *please*! Finally we could introduce proper support for 64-bit
> inode numbers too!

Right.  As soon as userland is audited for places where it uses int
for storing inode numbers - just a couple of months after MS fixes
all security holes in their software.  By then we'll need 128bit time_t,
though...

        - Al Viro on linux-kernel
indent does _not_ solve the problem of:
        * buggers who introduce wrappers for standard kernel stuff - like,
        say it, typedef int Int32; and sprinkle their crap with
        per-architecture ifdefs.

        - Alexander Viro on coding style
* Dry-ice can't code his way out of a paper bag
<Coderjoe> dry-ice: int main() { ExitPaperBag(); return 0; }
<Knghtbrd> Is that how that's done then?  *takes notes*
But then it's a bit odd to think that declaring something int could
actually slow down the program, if it ended up forcing more conversions
back to string.
             -- Larry Wall in <199708040319.UAA16213@wall.org>
No guarantee of accuracy or completeness!
©TU Chemnitz, 2006-2024
Your feedback:
Ad partners