I just found out that C++ lets one overload the unary & operator (address of). That seems so broken! operator& even can be made private.
Discussing nitty gritty software development details that Tony finds interesting
Fascinating article about how wikipedia is evolving: http://tinyurl.com/yghu7ar
Great article on dumping stack trace within a program on Linux: http://tinyurl.com/5laub9 (useful in SIGSEGV/… handlers, for instance).
This is a lightweight UNIX command-line wrapper over CPUID: http://tinyurl.com/yg9eo4g. Much more info than /proc/cpuinfo.