#rust | #wasmSeptember 30, 2018Compiling a Rust library to wasmGoing down rabbit holes of conditional compilation Read more
#thoughtsMarch 10, 2018Talebian software developmentPhilosophical ideas behind development practices Read more
#python | #cFebruary 12, 2018Search text fast or die trie-ingWriting a Python extension in C Read more
#python | #gc | #memoryAugust 5, 2017Diving into CPython GC moduleReading source code for gcmodule.c Read more
#algorithms | #hackerrank | #pythonJune 27, 2017Comparing different ways to add ints IExploring the tradeoffs between recursive and iterative solutions Read more
#emacs | #python | #straceApril 6, 2017Debugging hanging elpy on emacsInvestigating a hanging emacs process Read more
#python | #algorithms | #hackerrankFebruary 27, 2017Unexpected breadth-first searchUncovering a graph theory problem Read more