Brève
ports: project-aware lsof for macOS
A single Go binary that replaces the lsof + grep dance and tells you which project owns which port — with built-in kill, pause, and caffeinate.
3 articles
A single Go binary that replaces the lsof + grep dance and tells you which project owns which port — with built-in kill, pause, and caffeinate.
SHA256 as a KDF, no salt, no versioning — the classic encryption pitfalls in Go, and how cryptio fixes them with Argon2id.
sort.Interface, slices.SortFunc (Go 1.21+), and when a generic library actually saves you time — the complete picture.