Log backtraces at obfuscated Android methods

Logging a stack trace is a useful way to tell why a method is being called. But it's not always so easy to log a backtrace. Tools like dtrace and linux-perf

Book Review: The Unicorn Project

These are my notes from Gene Kim’s book The Unicorn Project: A Novel about Digital Disruption, Developers, and Overthrowing the Ancient Powerful Order [https://booko.com.au/9781942788768/The-Unicorn-Project-A-Novel-about-Digital-Disruption-Redshirts-and-Overthrowing-the-Ancient-Powerful-Order] . I enjoyed this

Attributing Latency in Go with Pprof Tags

A latency analysis of a Go program (Hugo), starting with in-app wall-clock counters, then pprof CPU profiling, then adding custom dimensions to slice the profile. Background I recently migrated Graphviz's docs