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.
Latest Tattoo, Piercing, and Body Modification News
- Skin and Strings: The Art of Human Puppetryby JonathonOne of the most powerful things about being at a convention like OSC is the sheer concentration of experience, creativity, and capability in one place. When you’re surrounded by people who not only understand the technical complexities of suspension but are excited by the challenge… Read more: Skin and Strings: The Art of Human Puppetry
- Twelve Points to the Skyby JonathonThere’s a particular kind of magic that happens at your first big suspension gathering when you arrive with nerves, an open heart, and the quiet hope of flight. Guided by the encouragement of mentor Lynn Loheide and driven by the quiet confidence of belonging, Alex… Read more: Twelve Points to the Sky
- Ontario SusCon 2025by JonathonIn March 2025, BME attended the Ontario Suspension Convention in Hamilton, hosted by the Kevin Donaghy and the Ontario Suspension Collective. We had the pleasure to take part and help document the event, but also run a booth to sell a bunch of old (but… Read more: Ontario SusCon 2025
- Welcome Back to Body Modification Ezineby NefDear BME Community, We’ve been gone far too long, but BME is back to give people a voice, a space, a community. With time everything evolves, and BME may be different than you remember. Our goal is to stay true to Shannon and Rachel’s values… Read more: Welcome Back to Body Modification Ezine
- BME Social Mediaby NefWord of mouth has been our method of reuniting the community, and it has brought a substantial amount of us together. I am inspired by your loyalty and I want to remind more people of BME’s existence. In 2020 we gained control over @bmezine on… Read more: BME Social Media
- BMEShopby NefDespite the hurricanes in 2015 which destroyed almost all of what Rachel owned, she managed to save the original inventory from BME. We have relisted some of the stock on BMEShop.com with the hopes you may be interested. Our first drop includes a selection of… Read more: BMEShop
Comments
84 responses to “Damn Code Hippies”
i tried to get there… havent’ had nearly enough experience with programming to figure it all out.
it’ll be funnier in 25 years when nobody uses C to program any more.
it’ll be funnier in 25 years when nobody uses C to program any more.
it’ll be funnier in 25 years when nobody uses C to program any more.
i agree with infernalmachine
i agree with infernalmachine
i agree with infernalmachine
yay! I took this picture!
yay! I took this picture!
yay! I took this picture!
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
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
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
Compiles fine for me, both ways :).
Compiles fine for me, both ways :).
Compiles fine for me, both ways :).
I also agree with infernalmachine. I was going to ask my mom what it said but I was afraid it was something dirty.
I also agree with infernalmachine. I was going to ask my mom what it said but I was afraid it was something dirty.
I also agree with infernalmachine. I was going to ask my mom what it said but I was afraid it was something dirty.
haha.
yep this is geeky.
but super creative!
haha.
yep this is geeky.
but super creative!
haha.
yep this is geeky.
but super creative!
I have to agree with coder here, you are missing the #include preprocessor and “stdio.h” to use printf. I don’t know what compiler you are using to have no issue with that. The tattoo is creative to say the least and it would be a good idea if you are into that kind of geeky stuff, but there are a few ?’s about what you have going on when you thought of making i global and using void main instead of int main(void) as stated before. Other than that good job you get A+ for creativity but you get a C- for coding. 🙂
I have to agree with coder here, you are missing the #include preprocessor and “stdio.h” to use printf. I don’t know what compiler you are using to have no issue with that. The tattoo is creative to say the least and it would be a good idea if you are into that kind of geeky stuff, but there are a few ?’s about what you have going on when you thought of making i global and using void main instead of int main(void) as stated before. Other than that good job you get A+ for creativity but you get a C- for coding. 🙂
I have to agree with coder here, you are missing the #include preprocessor and “stdio.h” to use printf. I don’t know what compiler you are using to have no issue with that. The tattoo is creative to say the least and it would be a good idea if you are into that kind of geeky stuff, but there are a few ?’s about what you have going on when you thought of making i global and using void main instead of int main(void) as stated before. Other than that good job you get A+ for creativity but you get a C- for coding. 🙂
Just serialize the entire executive onto his arm encoded with dots. Lucky hate and love both end with e, otherwise i<=4 would make no sense 😛
Just serialize the entire executive onto his arm encoded with dots. Lucky hate and love both end with e, otherwise i<=4 would make no sense 😛
Just serialize the entire executive onto his arm encoded with dots. Lucky hate and love both end with e, otherwise i<=4 would make no sense 😛
i typed this and got LOVE.
#include “stdafx.h”
#include
#define iamnot i=0
#define igrow i++
int i;
int main(int argc, char* argv[])
{
char a[5] = “Hate”;
for ( iamnot; i >1+1)*.92+92-(i==1?3:0);
}
printf(“%s\n”, a);
}
i typed this and got LOVE.
#include “stdafx.h”
#include
#define iamnot i=0
#define igrow i++
int i;
int main(int argc, char* argv[])
{
char a[5] = “Hate”;
for ( iamnot; i >1+1)*.92+92-(i==1?3:0);
}
printf(“%s\n”, a);
}
i typed this and got LOVE.
#include “stdafx.h”
#include
#define iamnot i=0
#define igrow i++
int i;
int main(int argc, char* argv[])
{
char a[5] = “Hate”;
for ( iamnot; i >1+1)*.92+92-(i==1?3:0);
}
printf(“%s\n”, a);
}
I was just wondering what coding language the original code on the tattoo is written in
I was just wondering what coding language the original code on the tattoo is written in
I was just wondering what coding language the original code on the tattoo is written in