vote up 79 vote down star
45

I'm looking for some funny jokes and puns that occur in computer languages. I'll post an oldie to kick things off... What are some others?

update: Especially looking for code-related jokes... the ones that only make sense to programmers reading code.

flag
show 9 more comments

118 Answers

vote up 5 vote down

Did you hear about the computer programmer found unconscious in the shower? He was shampooing his hair, and made the mistake of reading the instructions on the bottle: Lather, Rinse, Repeat.

link|flag
vote up 5 vote down

A unix salesperson, Lenore,
loved her job, but loved the beach more.
  She devised such a way
  to combine work and play:
She sells C-shells by the seashore.

link|flag
vote up 5 vote down

Hip hip... Array!

link|flag
vote up 5 vote down

One error code for Java in hex is 0xBADCAFE

And additional list: http://en.wikipedia.org/wiki/Hexspeak

link|flag
vote up 4 vote down

My favorite programming pun is actually in Swedish and it can't really be translated so this'll be a special for all Swedish speaking people in here:

Två programmerare och en stack

link|flag
show 4 more comments
vote up 4 vote down

If you like koans

A novice was trying to fix a broken Lisp machine by turning the power off and on.

Knight, seeing what the student was doing, spoke sternly: "You cannot fix a machine by just power-cycling it with no understanding of what is going wrong."

Knight turned the machine off and on.

The machine worked.

and

One day a student came to Moon and said: "I understand how to make a better garbage collector. We must keep a reference count of the pointers to each cons."

Moon patiently told the student the following story:

"One day a student came to Moon and said: `I understand how to make a better garbage collector...

[note: Pure reference-count garbage collectors have problems with circular structures that point to themselves.]

link|flag
vote up 4 vote down

A Computer is like a submarine. When you open Windows, the trouble begins.

link|flag
vote up 4 vote down

From an analysis of the Linux ELF binary executable files for Oracle Database 11g:

The set of hashing algorithm identifier values (used as a parameter to the ztv2ghashs hashing function)..

0xf00d means: Use MD4 
0xdead means: Use SHA1 
0xbeaf means: Use MD5

Some programmer at Oracle has a (schoolboy;-) sense of humour!

link|flag
vote up 4 vote down

One of my favorites is "FREE THE MALLOCS!"

Trying to explain your activism to non-programmer friends doesn't work very well though.

link|flag
vote up 4 vote down

I don't write bugs, I write typos that are syntactically correct.

link|flag
vote up 3 vote down

Don't know if this a pun but I read this in someone's signature once:

"At the beginning of my career I used to write software that just worked. Now, I write software that doesn't fail."

link|flag
vote up 3 vote down

Something I cooked up on the Joel on Software boards a few years ago:

Developer Movie Titles

link|flag
2  
Love 'em. How about private save(Ryan){ ... } – Sylverdrag Mar 16 at 10:36
show 1 more comment
vote up 3 vote down

  All Products  |   Support  |   Search  |   microsoft.com Home  |   Bestiality.Net     Support Home  |   Self Support  |   Self Abuse  |   Assisted Support  |   Custom Support  |   Worldwide Support  | HOWTO: Read the Fucking Manual


The information in this article applies to:
  • General Lamers
Prerequisites:
  • The ability to Read
  • Basic Brain Function


SUMMARY

This article demonstrates how to read the fucking manual, as popularised by the RTFM directive.


SYMPTOMS

After asking a truly pathetic question, you are instructed to RTFM:-


* Lamer (~SomePunk@AOL.com) has joined #visualbasic

[10:24] <Lamer> How do i [Your obvious/lame question]?
[10:25] <@oper> RTFM bitch

*
Lamer was kicked by @oper (fuckwit)
[10:27] <VBg0d> i made a irc client!!!!!!
*** assmaster83 (~dubya@oval.whitehouse.gov) invites you to join #animalsex
[10:27] <Guest50468> VBg0d, c00l, i made a webbrowser!!




CAUSE

Lameness


MORE INFORMATION

Step-by-Step Procedures
  • Locate a Manual, either in printed form or on your MSDN CD's, if you're a punk/bitch/h4x0r and don't have the MSDN collection on disk, view the online version at msdn.microsoft.com/library/

  • Using either the Index or Search feature, locate a keyword relating to you're question/problem

  • If you're using a printed manual, flip to the page(s) as detailed in your search of the index, alternatively, if you're using the MSDN library, click the link(s) in the search results window.

  • Read the information. If you have problems understanding the information, read it again. Repeat until enlightenment is achieved.

REFERENCES

For additional information, please see the following articles in the Microsoft Knowledge Base:

Q166392 HOWTO: Read
Q147875 HOWTO: Apply for employment with McDonalds
Q171146 HOWTO: Convert absolutely everything to XML
Q181290 HOWTO: Add a #, + or .Net to your old software to keep it cutting edge
Q102496 INFO: How to use the HOWTO's HOWTO document


Additional query words: XML l33t fool dumbass lamer monkey semen bigAl[work] Lurve god

Version : 1.6¾
Platform : Thing to stand on
Issue type : Type of Issue
Technology : Limited


Last Reviewed: February 23, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.
New: The CorporateWarfare.net SDK for win64/Itanium

link|flag
vote up 3 vote down
if(you.AreHappy && you.KnowIf){
  you.ClapHands();
}

[TestMethod]
public void Paradox(){
  while(shrodingersCat.InTheBox){
    Assert.IsTrue(shrodingersCat.IsAlive);
    Assert.IsTrue(shrodingersCat.IsDead);
  }
}
link|flag
vote up 3 vote down

When we had an "out of order" sign on our office restroom, we added a line "please redirect your output to /dev/null"

link|flag
vote up 3 vote down

Q. How many Haskell semantics does it take to change a light bulb?

A. Impossible, they're all lazy.

link|flag
vote up 3 vote down

Something I came up with many years ago that I've still got:

If the software in The Matrix had been developed by Microsoft:

  1. Earlier versions of The Matrix that failed for being "too perfect" were developed by Apple Computer.
  2. The Matrix not actually developed by Microsoft at all, but instead purchased from Matrix Computer Systems Ltd.
  3. The Oracle would be known as The SQL Server (and wouldn't know so much...)
  4. The entire Matrix would require rebooting every week for Security Hotfixes.
  5. The Architect would be a guy in rubbish glasses with a never-changing haircut...
  6. Agent Smith would be known as Dr. Watson.
  7. The Microsoft Vison: A Computer In Every Home? Now A Computer In Every Mind!
  8. 10% of humans would be incompatible with The Matrix without updated drivers.
  9. The fact that the humans can broadcast into The Matrix shows a basic lack of default WiFi security settings.
  10. Bullet Time - not a cool special effect, but caused by computer slow-down while the system writes to the Page File.
link|flag
show 1 more comment
vote up 2 vote down

An old one...

Q: How many Intel processors does it take to do a logical shift right?

A: 33. 32 to hold down the bits, and 1 to push the register.

link|flag
show 1 more comment
vote up 2 vote down

From QDB #11841

<iNoah> "hi, I'm a lisp virus. please read me with an emacs mail reader and eval me."
<moof> (defun email-virus-hook 'my-virus)
<iNoah> s/defun /add-hook '/
<kermit> Noah takes defun out of everything.

link|flag
vote up 2 vote down

Another koan:

The venerable master Qc Na was walking with his student, Anton. Hoping to prompt the master into a discussion, Anton said "Master, I have heard that objects are a very good thing - is this true?" Qc Na looked pityingly at his student and replied, "Foolish pupil - objects are merely a poor man's closures." Chastised, Anton took his leave from his master and returned to his cell, intent on studying closures. He carefully read the entire "Lambda: The Ultimate..." series of papers and its cousins, and implemented a small Scheme interpreter with a closure-based object system. He learned much, and looked forward to informing his master of his progress.

On his next walk with Qc Na, Anton attempted to impress his master by saying "Master, I have diligently studied the matter, and now understand that objects are truly a poor man's closures." Qc Na responded by hitting Anton with his stick, saying "When will you learn? Closures are a poor man's object." At that moment, Anton became enlightened.

link|flag
vote up 2 vote down

Ghosts are real! unless declared int...

link|flag
1  
The original was "god is real, unless ..." – ldigas Feb 25 at 22:53
vote up 2 vote down

This'll probably get lost somewhere in the back there, but here goes anyway. I once wrote this a while back, fed up with the abundance of "Hello World!" programs.

#!/usr/bin/perl
for $i (1..10) {sleep 1; print ((10-$i)."\n");}
print "Goodbye world!";
&global_thermonuclear_meltdown;
link|flag
show 1 more comment
vote up 2 vote down

This always makes me smile: VB

Dim User ...

link|flag
vote up 1 vote down

Other funny alphanumeric numbers can be found at http://en.wikipedia.org/wiki/Magic_number_(programming)#Magic_GUIDs

link|flag
vote up 1 vote down

Raymond Chen on .NET Rocks: "You manage your own code!" in a thick bronx? accent.

link|flag
vote up 1 vote down

I like the Alan Perlis quotes enough to make a tribute.

link|flag
vote up 1 vote down

I heard this one in a podcast from the OOPSLA 07 conference. I'm paraphrasing and quoting from memory so bear with me...

A programmer got a peek at the source code for the universe (obviously written in LISP) and said... My God! It's full of CARs!

link|flag
vote up 1 vote down

There's Bill Gosper's famous "Split-p soup?" quote.

link|flag
vote up 1 vote down

Computers are a lot like air conditioners. They both work great until you start opening windows.

link|flag
vote up 1 vote down

When somthing goes wrong you can't explain, just say: Must be a layer 8 problem...

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.