My Go Patch was Accepted! My patch to Go’s standard library got merged! encoding/binary’s Write method is now 1.5x faster for unsigned integers.
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 49 – Processes, Hackers.cool, and Algos Finished up my post about process names, played with hackers.cool, and started preparing for interviews.
Getting Process Invocations: The Hard Way I wrote a tool to get the invocation of a process by stealing it from the process’s stack.