BitByteWise

Random thoughts by @mathetake

Apr 7 2025

Extending Envoy with Handwritten Assembly

A deep dive into extending Envoy with handwritten assembly code.

Aug 16 2024

So, Where Exactly Do Arguments and Environment Variables Come From?

Identifying the source of arguments and environment variables in a Linux process.

May 19 2024

Runtime code generation and execution in Go: Part 1

Part 1 of the introduction to the weird world of runtime code generation and execution in Go