Posts
70 entries
Milmyeon on Geoje Island — Woomyeonga
Found a great noodle place on Geoje Island (south coast of Korea) called Woomyeonga. This one was seriously good.

Gopchang Jeongol — Korean Intestine Hot Pot in Gaebong-dong
Tonight's anju (안주 — food you eat while drinking) is gopchang jeongol, at my regular place Yeokjeon Sundae-guk in Gaebong-dong, Seoul.
Blog Redesign
Finally gave this old dev blog a facelift. Tech posts will still be the main thing, but from now on I'll also drop everyday records here — mostly…
Archive Utility not working on macOS
Ran into this on a MacBook Air M2. Archive Utility wouldn't extract a zip on double-click.
Using the Go profiler (pprof)
Using the Go profiler (pprof). Profile via net/http/pprof, CPU profile (collects data for 30 seconds), Heap memory (returns current memory info).
kubernetes cert-manager
Installing and configuring cert-manager to serve https through a Kubernetes ingress, with certificate issuance handled automatically.
kubernetes glusterfs integration
Setting up GlusterFS on Kubernetes, including patching the gk-deploy script where it still used deprecated kubectl options.
kubernetes ingress - proxying to a specific url
kubernetes ingress - proxying to a specific url
Login with an ssh key
Set up an ssh key on macOS so you can log into the server without typing a password Normally I don't do this, for security.
redis data types
Strings, Lists, Sets, Hashes, Sorted sets and Bitmaps, plus HyperLogLog, Geo and Streams. Every example run against redis-cli, with notes on which type to reach for