Do you remember the hacker emblem? http://catb.org/hacker-emblem/
Great developer tattoo, even better explanation.
21–30 of 93 posts
Re: Great developer tattoo, even better explanation.
#22Re: Great developer tattoo, even better explanation.
#23Love it, but what that code says to me is Stack Overflow. But I'll reinterpret it to mean Mind = Blown by all the random cool things you learn in this field (infinite data structures in Haskell being the most recent one for me).
PS - I couldn't help running it in the Node REPL:
> i = 1;
1
> (function(){var k=[];return function j(){k.push(i);j();}})()();
RangeError: Maximum call stack size exceeded
Lol :) Seriously though, you may be on to something.Re: Great developer tattoo, even better explanation.
#24Earlier quoted context omitted.
It’s meaningful to him and that’s what matters. At no time did he say his goal was to impress us with his coding wizardry, so it’s irrelevant whether I think it’s clever, pedestrian, elegant, or tortured. Its stated purpose is to motivate him and remind him of what is important to his own happiness. Given this clearly stated requirement, the code as presented, and his statement that it is motivating him, I give decla…
It seems you did not realize that you are replying to the tattoo's owner. However, your point stands if I mentally modify some pronouns and expresses my own sentiments as well. Tattoos, piercings, hair coloring, makeup, clothing are often for ourselves, not for being pretentious.
And yet he posts it on the web, and specifically asks for other people's opinions.
In my experience people who very much care what others think of them, often claim not care what others think of them.
Re: Great developer tattoo, even better explanation.
#25Re: Great developer tattoo, even better explanation.
#26Still, much, much better than those at Hanzi Smatter [ http://hanzismatter.blogspot.com/ ].
Re: Great developer tattoo, even better explanation.
#27I'll be interested to hear comments from fellow hackers. Reactions from colleagues have been... varied. Jim Sangwine
But I really like how it uses the interpretation of code as a flow of information. It's how I think about programs, it's both fundamental and often misunderstood, and it makes for a great story.
Re: Great developer tattoo, even better explanation.
#28And in 2060 developers will probably think something like what would think today, if shown a tattoo of "ALTER X TO PROCEED TO Y" in the flaccid forearm of a 70-year-old. Still, much, much better than those at Hanzi Smatter [ http://hanzismatter.blogspot.com/ ].
As for alternatives... would a Lisp tattoo be better?
* Apart from the i coming out of nowhere, which keeps setting off my this-is-a-bug alarm ;)
Re: Great developer tattoo, even better explanation.
#29(function(){var k=[];return function j(){k.push(i);j();}})()(); Love it, but what that code says to me is Stack Overflow. But I'll reinterpret it to mean Mind = Blown by all the random cool things you learn in this field (infinite data structures in Haskell being the most recent one for me). PS - I couldn't help running it in the Node REPL: > i = 1; 1 > (function(){var k=[];return function j(){k.push(i);j();}})()();…
Re: Great developer tattoo, even better explanation.
#30I'll be interested to hear comments from fellow hackers. Reactions from colleagues have been... varied. Jim Sangwine
My current plan is to get a portrait of Ada Lovelace. To me, she represents the general concept of "programmer" without being tied to a particular technology.