codehakase.com

All Posts

Maps Don't Shrink in Go

May 27, 2025
A note on how Go maps handle memory allocation and why they don't shrink automatically.

TTYs

May 13, 2025
Learn about the `tty` command, which returns the current user's terminal name.

Tmux sessionizer

May 5, 2025
Using tmux-sessionizer to manage tmux sessions efficiently, with custom modifications for a streamlined development workflow.

Notes on building a coding agent

April 25, 2025
My personal reflections on Thorsten's Ampcode article, which reveals how building AI coding agents can be more about leveraging powerful models than complex, custom code.