Hacker School Day 52 – Kernels, Magic, and Docs It’s the last day of Hacker School! I recompiled a kernel to take out the part I didn’t understand and it still worked.
Hacker School Day 40 – Making pstree Faster/Ugly – No Regex I made my pstree clone faster by swapping the regex with string functions. I dived in kernel code for more ridiculous things.