Computer Terminology
486 - The average IQ needed to understand a PC.
State-of-the-art - Any computer you can't afford.
Obsolete - Any computer you own.
Microsecond - The time it takes for your state-of-the-art computer to become obsolete.
G3 - Apple's new Macs that make you say "Gee, three times faster than the computer I bought for the same price a Microsecond ago."
Syntax Error - Walking into a computer store and saying, "Hi, I want to buy a computer and money is no object."
Hard Drive - The sales technique employed by computer salesmen, esp. after a Syntax Error.
GUI - What your computer becomes after spilling your coffee on it. (pronounced "gooey")
Keyboard - The standard way to generate computer errors.
Mouse - An advanced input device to make computer errors easier to generate.
Floppy - The state of your wallet after purchasing a computer.
Portable Computer - A device invented to force businessmen to work at home, on vacation, and on business trips.
Disk Crash - A typical computer response to any critical deadline.
Power User - Anyone who can format a disk from DOS.
System Update - A quick method of trashing ALL of your software. - in Computers
There was once a young man who, in his youth, professed his desire become a great writer.
When asked to define "great" he said, "I want to write stuff that the whole world will read, stuff that people will react to on a truly emotional level, stuff that will make them scream, cry, howl in pain and anger!"
He now works for Microsoft, writing error messages. - in Computers
Kal jab mile thi, to dil mein hua ek sound.
Aur aaj mile to kahte hai, your file not found. - in Computers
Jo muddat se hota aaya hai, wo repeat kar doonga,
Tu naa mili to apni zindagi, ctrl alt delete kar doonga. - in Computers
Lagta hai mere Love ko taste karna bhool gaye,
Dil se aisa “cutâ€(Ctrl V) kiya, ke “Pasteâ€(Ctrl V) karna bhool gaye. - in Computers
Honge kai Nigaah me, kabhi mujhe bhi pick kiya karo,
Mere Dil ke “Icon†pe, kabhi to Double-Click kiya karo. - in Computers
Roz subha hum karte hai, pyaar se unhe good morning,
Wo aise ghoor ke dekti hai, jaise 0 errors aur 5 warning. - in Computers
Jab nikle tum apne Ghar se, pehen ke reshmi gown,
Jaane kitne Dilon ka, ho gaya “Server†down. - in Computers
nternet se Chatting karke ladki patai, internet per ho gayi sagai,
Internet per divorce ho gaya, is bahane computer ka course ho gaya. - in Computers
Ek baar Ek Intelligent Software Engineer ek “MNC†Company mein interview dene jata hai.
Interview mein manager poochta hai**
So..
Mr. Software Engineer ,
what do u expect for the salary ?.
“Software Engineer * “zyada nahi saab,
bus mahine ka 90 Hazaar rupaye,
Ek chota sa Bunglow,
Ek gadi, aur kuch naukar-chakarâ€.
Manager * “Ok Mr Software Engineer ,
Hum aapko mahiney ka 1 […] - in Computers
God's Human DNA Code
For many years molecular biologists have been mystified by the fact that very
little of an organism's DNA seems to serve any useful function.
I have solved the mystery.
The reason why only 30% of human DNA performs any useful function is that the
rest of it is comments.
Once we decode a typical human genome, we see that the contents begin as
follows:
===
/* HUMAN_DNA.H
*
* Human Genome
* Version 2.1
*
* (C) God
*/
/* Revision history:
*
* 0000-00-01 00:00 1.0 Adam.
* 0000-00-02 10:00 1.1 Eve.
* 0000-00-03 02:11 1.2 Added penis code to male version. A bit messy --
* will require a rewrite later on to make it neater.
* 0017-03-12 03:14 1.3 Added extra sex drive to male.h; took code from
* elephant-dna.c
* 0145-10-03 16:33 1.4 Removed tail.
* 1115-00-31 17:20 1.5 Shortened forearms, expanded brain case.
* 2091-08-20 13:56 1.6 Opposable thumbs added to hand() routine.
* 2501-04-09 14:04 1.7 Minor cosmetic improvements -- skin colour made
* darker to match my own image.
* 2909-07-12 02:21 1.8 Dentition inadequate; added extra 'wisdom' teeth.
* Must remember to make mouth bigger to compensate.
* 4501-12-31 14:18 1.9 Increase average height.
* 5533-02-12 17:09 2.0 Added gay option, triggered by high population
* density, to try and slow the overpopulation problem.
* 6004-11-04 16:11 2.1 Made forefinger narrower to fit hole in centre of
* CD.
*/
/* Standard definitions
*/
#define SEX male
#define HEIGHT 1.84
#define MASS 68
#define RACE caucasian
/* Include inherited traits from parent DNA files.
*
* Files must be pre-processed with MENDEL program to provide proper
* inheritance features.
*/
#include "mother.h"
#include "father.h"
#infndef FATHER
#warn("Father unknown -- guessing
")
#include "bastard.h"
#endif
/* Set up sex-specific functions and variables
*/
#include
/* Kludged code -- I'll re-design this lot and re-write it as a proper
* library sometime soon.
*/
struct genitals
{
#ifdef MALE
Penis *jt;
#endif
/* G_spot *g; Removed for debugging purposes */
#ifdef FEMALE
Vagina *p;
#endif
}
/* Initialization bootstrap routine -- called before DNA duplication.
* Allocates buffers and sets up protein file pointers
*/
DNA *zygote_initialize(Sperm *, Ovum *);
/* MAIN INITIALIZATION CODE
*
* Returns structures containing pre-processed phenotypes for the organism
* to display at birth.
*
* Will be improved later to make output less ugly.
*/
Characteristic *lookup_phenotype(Identifier *i);
===
...and so on. - in Computers