sudopower · posts Technical articles about code, algorithms, system design, and problem solving in tech.
claude-code ai tooling python
A Context Meter for Claude Code
Anthropic dropped the context counter from Claude Code for a cleaner UI, but without it there is no telling how full the window is, so auto-compaction fires when you do not want it to. A tiny status line that always shows it.
2026.07.01 · 5 min
kubernetes docker devops optimization
Shrink your Kubernetes init containers: swap curl for netcat
A small but satisfying change: replacing a curl-based TCP probe with netcat made our Kubernetes init container 65% smaller and the intent instantly obvious.
2026.06.25 · 3 min
go kafka serialization performance protobuf avro
JSON vs Protobuf vs Avro
Protobuf and Avro decode ~20x faster than JSON in a microbenchmark and ~7x faster in a real pipeline. The popular explanation ("no keys in the payload") is only half the story.
2026.06.23 · 7 min
homelab kubernetes infrastructure
M1 as a Homelab
Most devs barely touch their personal laptop. Mine is now a tiny homelab I never look at: kind cluster today, maybe Photos and Ollama later.
2026.05.20 · 4 min
go observability performance tracing
Traces and code profile
Added tracing to the sink component and experimented with Go profiling to understand performance bottlenecks
2026.01.27 · 3 min
kafka go performance
Experiments With Kafka
Experiments with Kafka and Go to check performance and required configurations
2025.10.26 · 5 min
blog hugo migration
Blog Migration
I decided to migrate my wordpress site from AWS Lightsail to HUGO+Github Pages. I wanted to explain this with a post.
2025.01.23 · 2 min