Reading http://www.codeproject.com/Articles/27799/Stree-A-fast-std-map-and-std-set-replacement,
learned about the paper Deterministic skip lists
by Munro, Papadakis, and Sedgewick in 1992.
[more]
Snapshot backup
This is a method of backup that I invented many years ago and used at
workplace. I think it is quite useful because it abused the nature of hard
links in UNIX.
[more]
bash and TCP/UDP sockets
bash can do TCP and UDP sockets. They are represented as a special file in /dev, like
[more]
Generating Random Password
Source: http://www.linuxstall.com/command-line-password-generator/
[more]
Hackintosh
Successfully built a Hackintosh. This is the notes:
[more]