Ask HN: What single line of code would you put on a programming shirt?
If you were going to make a programming shirt with one line of code or one expression on the front of the shirt right in the middle what would it be? Examples:
(+ 1 2)
or
++i;
or
x ? x : y
43 comments
[ 11.6 ms ] story [ 258 ms ] threadhttp://www.cypherspace.org/adam/rsa/
#!/bin/perl -sp0777i<X+dlMLa^lN%0]dsXx++lMlN/dsM0<j]dsj
Though, now that I think about it, I'm pretty sure I've already seen that as a t-shirt.
https://unix.stackexchange.com/questions/469950/why-cant-i-c...
First thing you learn in unix is to not paste gibberish in terminal.
0x5f3759df - ( i >> 1 );
https://github.com/scienceetonnante/Fast-Inverse-Square-Root...
There are 10 kinds of people in the world, those who understand binary and those who do not.
>BOOT DEVICE NOT FOUND;
>FALLING BACK TO SNEAKERNET . . .
You can add #noqa at the end of the line to avoid the linter rewrite.
:(){ :|:& };:
Good explanation here: https://www.cyberciti.biz/faq/understanding-bash-fork-bomb/