04-19-2003, 04:40 PM | #1 (permalink) |
Psycho
Location: Where hockey pucks run rampant
|
Jokes Only A Computer Geek Would Get
One's infamous, the other I just heard today. Both somewhat funny what with the current state of computing:
"Computers in the future may have only 1,000 vacuum tubes and perhaps only weigh 1 1/2 tons." Popular Mechanics, 1949 "640k ought to be enough for anybody." Bill Gates, 1981 LAN parties would be a bit difficult with the first one, eh?
__________________
Lead me, follow me, or get out of my way! |
04-19-2003, 11:02 PM | #5 (permalink) |
Crazy
|
I catch Myself all the time telling customers, ya that 40 gig drive is enough for anyone.
Just wait, Im sure by the time I die, the newest windows version will require a terabite.
__________________
"you say erb....we say herb.....because theres a fucking H in it" |
04-20-2003, 02:33 AM | #8 (permalink) |
Crazy
Location: MN-WI
|
Code:
int main() { int happy = rand(2); int know_it = rand(2); int i = 0; while (i++ < 3) if (happy & know_it) printf("*Clap* *Clap* *Clap*\n"); if (happy & know_it) printf("I am%s happy%s\n", happy ? "" : " not", happy & know_it ? " and I know it!" : "."); if (happy & know_it) printf("*Clap* *Clap* *Clap*\n"); return (happy & know_it); } |
04-20-2003, 07:32 PM | #14 (permalink) |
Addict
Location: Ottawa, ON, Canada
|
<I>"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.”</I>
Can't remember who said that.
__________________
"A witty saying proves nothing" - Voltaire |
Tags |
computer, geek, jokes |
|
|