Page 1 of 4 123 ... LastLast
Results 1 to 15 of 59
  1. #1
    VvITylerIvV's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    The streets
    Posts
    668
    Reputation
    5
    Thanks
    61
    My Mood
    In Love

    Programming jokes

    Hey, so what programming jokes have you heard over the years?

    Probably the most famous/best joke EVER:

    There are only 10 kinds of people in this world. Those that understand binary and those that don't.


    And then a few others I've heard over the years..

    Why do programmers always mix up Halloween and Christmas?
    Because Oct 31 equals Dec 25.


    “Knock, knock.”
    “Who’s there?”
    very long pause….
    “Java.”


    All programmers are playwrights, and all computers are lousy actors.


    The three most dangerous things in the world are a programmer with a soldering iron, a hardware engineer with a software patch, and a user with an idea.


    What have you heard over the years?
    Favourite quotes:

    Code:
    I don't need easy, I just need possible. ~ Me 
    
    There are three birds on a fence. Two decide to fly away, how many are left? Three, just because you decide to do something doesn't mean you've done it. ~ Don't know who said this
    
    Do not go where the path may lead, go instead where there is no path and leave a trail. ~ Ralph Waldo Emerson
    Quote Originally Posted by VirtualSia View Post
    You both have a very weird and awkward view on Computer science.
    Computer science is about computing, which is programming.
    Definition of computing: The use or operation of computers.
    Turning on my computer = computing = programming
    LAWLFAIL

  2. #2
    VirtualSia's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    200
    Reputation
    -57
    Thanks
    12
    My Mood
    Tired
    The first one is wrong.
    Binary is base two, not 10.
    Decimal is base 10 -.-
    It's:
    There's two kinds of people in the world: Those who do and those who do not understand Binary.

    Binary is 1's and 0's meaning Positives and negatives.

  3. #3
    Nathan's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    In a magical place
    Posts
    6,113
    Reputation
    394
    Thanks
    363
    I'm sorry but I don't like either if them

  4. #4
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by VirtualSia View Post
    The first one is wrong.
    Binary is base two, not 10.
    Decimal is base 10 -.-
    It's:
    There's two kinds of people in the world: Those who do and those who do not understand Binary.

    Binary is 1's and 0's meaning Positives and negatives.
    This has to be VirtualDUDE /fp

    But anyways

    Code:
    Two bytes meet.  The first byte asks, “Are you ill?”  
    The second byte replies, “No, just feeling a bit off.”
    Code:
    A man is smoking a cigarette and blowing smoke rings into the air.  His girlfriend becomes irritated with the smoke and says, “Can’t you see the warning on the cigarette pack?  Smoking is hazardous to your health!” 
    
    To which the man replies, “I am a programmer.  We don’t worry about warnings; we only worry about errors.”
    Last edited by whit; 06-01-2011 at 02:27 PM.

  5. The Following 5 Users Say Thank You to whit For This Useful Post:

    'Bruno (06-01-2011),calawb (06-24-2011),Hell_Demon (06-01-2011),Lyoto Machida (06-01-2011),[MPGH]master131 (06-01-2011)

  6. #5
    VvITylerIvV's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    The streets
    Posts
    668
    Reputation
    5
    Thanks
    61
    My Mood
    In Love
    Quote Originally Posted by VirtualSia View Post
    The first one is wrong.
    Binary is base two, not 10.
    Decimal is base 10 -.-
    It's:
    There's two kinds of people in the world: Those who do and those who do not understand Binary.

    Binary is 1's and 0's meaning Positives and negatives.

    0000 = 0
    0001 = 1
    0010 = 2 << therefore there are 10 people in this world. 10 = 2. 2 people in this world. See. It's a pun.
    0011 = 3
    0100 = 4
    0101 = 5
    0110 = 6
    0111 = 7
    1000 = 8
    1001 = 9
    1010 = 10
    1011 = 11
    1100 = 12
    1101 = 13
    1110 = 14
    1111 = 15

    Quote Originally Posted by whit View Post
    This has to be VirtualDUDE /fp
    Clearly he's one of the people who DON'T understand binary.
    Last edited by VvITylerIvV; 06-01-2011 at 02:30 PM.
    Favourite quotes:

    Code:
    I don't need easy, I just need possible. ~ Me 
    
    There are three birds on a fence. Two decide to fly away, how many are left? Three, just because you decide to do something doesn't mean you've done it. ~ Don't know who said this
    
    Do not go where the path may lead, go instead where there is no path and leave a trail. ~ Ralph Waldo Emerson
    Quote Originally Posted by VirtualSia View Post
    You both have a very weird and awkward view on Computer science.
    Computer science is about computing, which is programming.
    Definition of computing: The use or operation of computers.
    Turning on my computer = computing = programming
    LAWLFAIL

  7. The Following 3 Users Say Thank You to VvITylerIvV For This Useful Post:

    kotentopf (06-02-2011),Lyoto Machida (06-01-2011),topblast (07-05-2011)

  8. #6
    VirtualSia's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    200
    Reputation
    -57
    Thanks
    12
    My Mood
    Tired
    Quote Originally Posted by VvITylerIvV View Post
    0000 = 0
    0001 = 1
    0010 = 2 << therefore there are 10 people in this world. 10 = 2. 2 people in this world. See. It's a pun.
    0011 = 3
    0100 = 4
    0101 = 5
    0110 = 6
    0111 = 7
    1000 = 8
    1001 = 9
    1010 = 10
    1011 = 11
    1100 = 12
    1101 = 13
    1110 = 14
    1111 = 15
    Aha got it now :P
    Didn't even consider that lol.

    EDIT:
    Binary only goes to 1025? lol...

  9. #7
    VvITylerIvV's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    The streets
    Posts
    668
    Reputation
    5
    Thanks
    61
    My Mood
    In Love
    Quote Originally Posted by VirtualSia View Post
    Aha got it now :P
    Didn't even consider that lol.

    EDIT:
    Binary only goes to 1025? lol...
    Binary is infinite It's a bunch of 1's and 0's together that the computer can read.

    A single character. Such as 'd' or '#' is 8 1's and 0's

    The single characters are converted to hexadecimal, and then those are converted to a number between 0-255 which are then converted to binary.

    Binary is the most basic, lowest level, hardest to use, no UI, nearly impossible to use programming language.

    Every programming language when they compile a program will "decrypt" the code, so to speak. Basically, they change all the code to a bunch of 1's and 0's. And THAT is what binary is. FYI. The way you said it ruins the joke.

    @whit I have heard those jokes before actually. Just couldn't remember them to well. Theres also one about a string that isn't null terminated, but I forget it.

    Last edited by VvITylerIvV; 06-01-2011 at 02:47 PM.
    Favourite quotes:

    Code:
    I don't need easy, I just need possible. ~ Me 
    
    There are three birds on a fence. Two decide to fly away, how many are left? Three, just because you decide to do something doesn't mean you've done it. ~ Don't know who said this
    
    Do not go where the path may lead, go instead where there is no path and leave a trail. ~ Ralph Waldo Emerson
    Quote Originally Posted by VirtualSia View Post
    You both have a very weird and awkward view on Computer science.
    Computer science is about computing, which is programming.
    Definition of computing: The use or operation of computers.
    Turning on my computer = computing = programming
    LAWLFAIL

  10. #8
    VirtualSia's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    200
    Reputation
    -57
    Thanks
    12
    My Mood
    Tired
    Quote Originally Posted by VvITylerIvV View Post
    Binary is infinite It's a bunch of 1's and 0's together that the computer can read.

    A single character. Such as 'd' or '#' is 8 1's and 0's

    The single characters are converted to hexadecimal, and then those are converted to a number between 0-255 which are then converted to binary.

    Binary is the most basic, lowest level, hardest to use, no UI, nearly impossible to use programming language.

    Every programming language when they compile a program will "decrypt" the code, so to speak. Basically, they change all the code to a bunch of 1's and 0's. And THAT is what binary is. FYI. The way you said it ruins the joke.

    @whit I have heard those jokes before actually. Just couldn't remember them to well. Theres also one about a string that isn't null terminated, but I forget it.
    don't tutor me. I have when people do that, for no apparent reason
    Binary is a mathematical base, not a programming language.

  11. #9
    VvITylerIvV's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    The streets
    Posts
    668
    Reputation
    5
    Thanks
    61
    My Mood
    In Love
    Quote Originally Posted by VirtualSia View Post
    don't tutor me. I have when people do that, for no apparent reason
    Binary is a mathematical base, not a programming language.
    Yes, although without computers binary would never have been created.

    Binary was used in machines before being a mathematical base. Well I suppose both at the exact same time. Although binary IS how computers read everything. So technically, binary is the lowest level programming language. If you can figure out how to use it . You'd basically be programming directly into the hardware...

    If computers and machinery were never invented, nor would binary. Binary is only here because it's the fastest way for computers to read...
    Favourite quotes:

    Code:
    I don't need easy, I just need possible. ~ Me 
    
    There are three birds on a fence. Two decide to fly away, how many are left? Three, just because you decide to do something doesn't mean you've done it. ~ Don't know who said this
    
    Do not go where the path may lead, go instead where there is no path and leave a trail. ~ Ralph Waldo Emerson
    Quote Originally Posted by VirtualSia View Post
    You both have a very weird and awkward view on Computer science.
    Computer science is about computing, which is programming.
    Definition of computing: The use or operation of computers.
    Turning on my computer = computing = programming
    LAWLFAIL

  12. #10
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Programming is like sex: One mistake and you have to support it for the rest of your life.

    Eight bytes walk into a bar. The bartender asks, "Can I get you anything?"
    "Yeah," reply the bytes. "Make us a double."

    A man is smoking a cigarette and blowing smoke rings into the air. His girlfriend becomes irritated with the smoke and says, "Can’t you see the warning on the cigarette pack? Smoking is hazardous to your health!"
    To which the man replies, "I am a programmer. We don’t worry about warnings; we only worry about errors."

    Two strings walk into a bar and sit down. The bartender says, “So what’ll it be?”
    The first string says, “I think I’ll have a beer quag fulk boorg jdk^CjfdLk jk3s d#f67howe%^U r89nvy~~owmc63^Dz x.xvcu”
    “Please excuse my friend,” the second string says, “He isn’t null-terminated.”

    A computer science student is studying under a tree and another pulls up on a flashy new bike. The first student asks, “Where’d you get that?”
    The student on the bike replies, “While I was studying outside, a beautiful girl pulled up on her bike. She took off all her clothes and said, ‘You can have anything you want’.”
    The first student responds, “Good choice! Her clothes probably wouldn’t have fit you.”

    Copied them off a page, heard em all <:
    Ah we-a blaze the fyah, make it bun dem!

  13. The Following User Says Thank You to Hell_Demon For This Useful Post:

    @osma8 (06-02-2011)

  14. #11
    VvITylerIvV's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    The streets
    Posts
    668
    Reputation
    5
    Thanks
    61
    My Mood
    In Love
    Quote Originally Posted by Hell_Demon View Post
    Programming is like sex: One mistake and you have to support it for the rest of your life.

    Eight bytes walk into a bar. The bartender asks, "Can I get you anything?"
    "Yeah," reply the bytes. "Make us a double."

    A man is smoking a cigarette and blowing smoke rings into the air. His girlfriend becomes irritated with the smoke and says, "Can’t you see the warning on the cigarette pack? Smoking is hazardous to your health!"
    To which the man replies, "I am a programmer. We don’t worry about warnings; we only worry about errors."

    Two strings walk into a bar and sit down. The bartender says, “So what’ll it be?”
    The first string says, “I think I’ll have a beer quag fulk boorg jdk^CjfdLk jk3s d#f67howe%^U r89nvy~~owmc63^Dz x.xvcu”
    “Please excuse my friend,” the second string says, “He isn’t null-terminated.”

    A computer science student is studying under a tree and another pulls up on a flashy new bike. The first student asks, “Where’d you get that?”
    The student on the bike replies, “While I was studying outside, a beautiful girl pulled up on her bike. She took off all her clothes and said, ‘You can have anything you want’.”
    The first student responds, “Good choice! Her clothes probably wouldn’t have fit you.”

    Copied them off a page, heard em all <:
    lol. Most programmer jokes are offensive. Meh, still give me a chuckle or two.
    Favourite quotes:

    Code:
    I don't need easy, I just need possible. ~ Me 
    
    There are three birds on a fence. Two decide to fly away, how many are left? Three, just because you decide to do something doesn't mean you've done it. ~ Don't know who said this
    
    Do not go where the path may lead, go instead where there is no path and leave a trail. ~ Ralph Waldo Emerson
    Quote Originally Posted by VirtualSia View Post
    You both have a very weird and awkward view on Computer science.
    Computer science is about computing, which is programming.
    Definition of computing: The use or operation of computers.
    Turning on my computer = computing = programming
    LAWLFAIL

  15. #12
    Auxilium's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    深い碧の果てに
    Posts
    4,518
    Reputation
    445
    Thanks
    609
    My Mood
    Happy
    May i access your private parts directly or will i need to get() them some other way..

  16. The Following 2 Users Say Thank You to Auxilium For This Useful Post:

    Hell_Demon (06-01-2011),wtfiwantthatname (06-03-2011)

  17. #13
    VirtualSia's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    200
    Reputation
    -57
    Thanks
    12
    My Mood
    Tired
    LOL@HD

    Two girls walk into a bar, the one girl asks for a drink, the other one asks for a.....
    And in the end, they lived happily to the end of their days, meaning until they weren't beautiful enough to be used.

    (Deep inside the story there should be a moral, and a meaning i suppose O_o)

  18. #14
    VvITylerIvV's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    The streets
    Posts
    668
    Reputation
    5
    Thanks
    61
    My Mood
    In Love
    I don't quite understand that one @VirtualSia :S
    Favourite quotes:

    Code:
    I don't need easy, I just need possible. ~ Me 
    
    There are three birds on a fence. Two decide to fly away, how many are left? Three, just because you decide to do something doesn't mean you've done it. ~ Don't know who said this
    
    Do not go where the path may lead, go instead where there is no path and leave a trail. ~ Ralph Waldo Emerson
    Quote Originally Posted by VirtualSia View Post
    You both have a very weird and awkward view on Computer science.
    Computer science is about computing, which is programming.
    Definition of computing: The use or operation of computers.
    Turning on my computer = computing = programming
    LAWLFAIL

  19. The Following User Says Thank You to VvITylerIvV For This Useful Post:

    topblast (07-05-2011)

  20. #15
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by VirtualSia View Post
    LOL@HD

    Two girls walk into a bar, the one girl asks for a drink, the other one asks for a.....
    And in the end, they lived happily to the end of their days, meaning until they weren't beautiful enough to be used.

    (Deep inside the story there should be a moral, and a meaning i suppose O_o)
    Umm what ?
    Is this a programming joke or kinky sex story?

Page 1 of 4 123 ... LastLast