Thread: Programming Haikus (post your own)

  1. #1
    Registered User Welder's Avatar
    Join Date
    Oct 2007
    Location
    Washington
    Posts
    100

    Programming Haikus (post your own)

    I came across a thread on this website about another programmer's frustration and it looked almost poetic, and others thought the same thing as well.

    So it gave me the idea to start a thread where people can make up some programming Haikus and post them.

    I'll start:

    My mind has gone blank
    Why can't I solve this problem
    Please kickstart my brain

    I am on a roll
    Code flowing like a river
    ~Crash~! forgot to save...

    Tuning out the world
    I am in my own world now
    I am such a geek

    It's 4 in the morn
    Haven't slept in three days
    I really should bathe
    Last edited by Welder; 11-07-2007 at 01:40 PM.

  2. #2
    Registered User Welder's Avatar
    Join Date
    Oct 2007
    Location
    Washington
    Posts
    100
    I could have been rich
    I choose to go opensource
    Code my life away

  3. #3
    Registered User Welder's Avatar
    Join Date
    Oct 2007
    Location
    Washington
    Posts
    100
    My peers play outside
    But I sit at home and code
    I say l33t and pwn3d

  4. #4
    Registered User Welder's Avatar
    Join Date
    Oct 2007
    Location
    Washington
    Posts
    100
    I could have had a life
    But no programmer I be
    What does sex feel like?

  5. #5
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Code:
    if (interested)
       printf("A little haiku");
    else goto next_post;
    Sent from my iPadŽ

  6. #6
    Registered User Welder's Avatar
    Join Date
    Oct 2007
    Location
    Washington
    Posts
    100
    Quote Originally Posted by SlyMaelstrom View Post
    Code:
    if (interested)
       printf("A little haiku");
    else goto next_post;
    lol, that is awsome!

  7. #7
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    A variation of the popular "recursion. n. 1. see recursion" that has an end condition and thus is proper recursion:
    Code:
    recursion. n. 1
        if you still do not get it,
            see recursion. 1
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  8. #8
    Registered User Welder's Avatar
    Join Date
    Oct 2007
    Location
    Washington
    Posts
    100
    hehe, you guys are thinking of stuff I never would have. Let me think for a minute and i'll figure out a "code" haiku.

  9. #9
    Registered User Welder's Avatar
    Join Date
    Oct 2007
    Location
    Washington
    Posts
    100
    Code:
    do { nothing_at_all();}
    while(!super_bored++);
    now_its_time_to.sleep();

  10. #10
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Don't pronounce the symbols, just the words that are more than one character long. Oh, and main()-recursion is of course only valid in C.
    Code:
    int main(int argc,
        char *argv[]) { printf("bottle "
            "#%d\n", argc--); main(argc-1); }
    Okay, so that was really silly . . .

    No, wait, I have it. An encryption program!
    Code:
    int main() { int value;
        while((value = getchar()) != -1) putchar(
            ~value); puts("Goodbye."); }
    It depends on EOF being -1, but still.
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  11. #11
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    It's a trend! programmershaiku.com

    Hmm, a spin-off of Martin Luthur King, Jr.:
    Code:
    main cannot recur;
        only others can do that.
    except, of course, C.
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  12. #12
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  13. #13
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    I need a Hazmat suit for such alarming levels of nerd.

  14. #14
    Amazingly beautiful user.
    Join Date
    Jul 2005
    Location
    If you knew I'd have to kill you
    Posts
    254
    My most beautiful creation...
    Code:
    The pointer is null
    But still I dereferenced it
    Segmentation Fault
    Programming Your Mom. http://www.dandongs.com/

  15. #15
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    The middle line is 8 syllables.

    "But still I de-ref-er-enced it"

    Just drop the "but" and I'd have to say it is an extremely clever haiku.
    Sent from my iPadŽ

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help (Trying to post message)
    By mrkm in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 10-06-2003, 04:05 PM
  2. Post your Best Text Adventure
    By Joe100 in forum Game Programming
    Replies: 3
    Last Post: 08-15-2003, 05:47 PM
  3. Auto POST
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 06-07-2003, 10:42 AM
  4. post update
    By iain in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 08-12-2001, 10:47 AM