Programming
Why do I program? Just for fun. No, really.
Interesting links:
- mame/quine-relay (HN): a 128-language quine
- mame/radiation-hardened-quine: a Ruby quine that can have any one character removed and it will still work
Concepts
- Digraphs and Trigraphs: sequences of two or three characters in source code that are treated by single characters by the compiler.