Writing
Notes on the decisions
Mostly trade-offs rather than tools — the reasoning behind choices I've made building platforms, and what each one cost.
- 6 min read
Time slicing or MIG: how to actually share a GPU
Two ways to put more than one workload on one accelerator, and the isolation trade-off that decides between them.
- GPU
- Kubernetes
- NVIDIA
- 5 min read
Why the OpenTelemetry Collector earns its extra hop
Sending telemetry straight to your backend is simpler and cheaper. Here is what that simplicity costs you the second time you change vendors.
- OpenTelemetry
- Observability
- Architecture
- 4 min read
Governance gates belong in parallel, not in a chain
Security, cost and lint checks are independent. Running them in sequence turns one review cycle into four.
- Terraform
- CI/CD
- Policy as Code