Archives
All the articles I've archived.
2026 2
August 1
-
TIL: How Go 1.26 Rebuilt go fix on go/analysis
Go 1.26 rebuilt go fix on the same analyzer framework that already powers go vet and gopls, turning it from a one-shot API-rewrite tool into a re-runnable modernizer.
January 1
-
TIL: Go Map Elements Aren't Addressable
Why you can't take the address of a map value, and why you can't assign to a field of a struct stored in a map.
2020 2
September 1
-
C# Async / Await State Machine
C# Async Statemachine
March 1
-
Algorithms Reference
Algorithms Reference