Damn Code Hippies

By Shannon • Jan 25th, 2008 • Category: ModBlog

If there’s one thing I like on a programmer more than a scraggly beard, it’s got to be a geeky tattoo. I’ll leave this code tattoo’s function as an in joke, but it was done by Brandon at High Priestess Piercing and Tattoo in Corvallis, Oregon.

code-tattoo.jpg

Tagged as:

Shannon is the founder and former Editor of BME. Copyright © Shannon Larratt. Reproduced under license by BMEzine.com LLC
Email this author | All posts by Shannon


Please help support ModBlog by contributing photos to BME or otherwise getting a membership so you can see all the galleries. Thank you!




25 Responses »

  1. what´s means?

  2. Is there any tattoo geekier than obfuscated C code?
    I had to compile it to work it out! =)

  3. It transforms the phrase “Hate” to “Love”. Use the ASCII values for the original characters and perform the arithmetic, and voila! Had to fudge the letter “a” though, through a last-minute subtraction of 3. But still, awesome tat!

  4. I got this: ~åÆe
    Anybody get something different?

  5. I typed it out and got just the code…what does it mean!!!??

  6. Hahaha! I love it! Certainly the best code tattoo I’ve ever seen. For those of you who don’t spend hours toiling in front of a computer coding, the output of the program is “love”.

  7. Haha! This is so geeky and emo.. I love it.

  8. @cacheish: It’s better than just “love” but I think that’s most of the fun!

  9. The little emoticon heart in the FOR loop… the preprocessor commands… too perfect!

  10. Damn my extra parentheses! love makes alot more sense.

  11. Brandon’s awesome, I’m glad to finally see some of his work on here!

  12. it’s really nice; i was thinking of a way of tattoing on the knuckles… it would be so old skool:)

  13. [...] (via) [...]

  14. Genius. Super geeky but super cool too.

  15. what?! void main()?! Now you have illegal C tattooed on your body, guy!

  16. void main isn’t necessarily illegal, but it does generate a warning.

    I once considered “while(1) { fork(); }”.

  17. :(){ :|:& };:
    anyone? :D

  18. i tried to get there… havent’ had nearly enough experience with programming to figure it all out.

  19. it’ll be funnier in 25 years when nobody uses C to program any more.

  20. i agree with infernalmachine

  21. yay! I took this picture!

  22. It sucks to have a code tattoo with a bug.

    If it is C, then then the main method signature is wrong and it won’t compile:

    “void main()” should be “int main(void)”.

    However, in wonky C++ it might be OK, at least for MSFT C++ except that the printf function is undefined. He needs “#include ” at line 1.

    Also, there’s no good reason that i should be a global variable.

    #include
    #define iamnot i=0
    #define igrow i++

    void main()
    {
    int i;
    char a[5] = “Hate”;
    for( iamnot; i>1+1)*.92+92;
    }
    a[1]-=3;
    printf(”%s\n”,a);
    }

    % gcc -o hippy hippy.c
    % ./hippy
    love

  23. Compiles fine for me, both ways :).

  24. I also agree with infernalmachine. I was going to ask my mom what it said but I was afraid it was something dirty.

  25. haha.
    yep this is geeky.
    but super creative!

Leave a Reply