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.
Hacker School Day 43 – Everything else from last week Matt Might was a resident, I paired with Chase, I played with hashtables, and started working on Ludum Dare this week.
Hacker School Day 40 – Making pstree Faster/Ugly – Globbing The final optimization for the pstree clone was to replace file globbing with readdir and a custom isInt function.