past me would be so proud if he could see how many projects #ai has allowed me to abandon.
Posts by zarl
Everyone's building AI harnesses and agent orchestrators. Some on top of Claude Code, some building agnostic. But how are your agents actually talking to each other? What's the format? Markdown? DB? MCP? π #ai #agents #mcp #claude
β‘β‘ goenums v0.4.3 dropsβ‘β‘
Go's enums suck but goenums doesn't!
go generate and this tool does it all:
π Auto JSON/DB integration
π Type-safe parsing
π§ Enum-specific errors for errors.Is()
π Go 1.23+ iterators
go install github.com/zarldev/goenums@v0.4.3
zarldev.github.io/goenums
#golang #go
π goenums v0.4.0 is live!
Turn Go iotas into type-safe powerhouses with:
β¨ Text/SQL/JSON/YAML/Binary Marshaling
β¨ Numeric parsing
β¨ Compile-time validation
β¨ Go 1.23+ iterators
β¨ Zero dependencies
go install github.com/zarldev/goenums@latest
π zarldev.github.io/goenums
#golang #go #programming
Gesaffelstein is another great programming soundtrack artist.
m.youtube.com/watch?v=_XhL...
Does any one else wish
pkg.go.dev/golang.org/x...
was part of the core language?
Yes I know I can redefine them, but I feel they should have been part of the core roll out of generics.
#golang #go #programming #generics
Everyone's favourite derpy mascot.
A lesson everyone who uses it learns.
everything is production when your vibe coding - one click deploy to vercel π« - API keys in your repo - you think you got time for reproducible builds and integration test, you aint even got time to read the code when you vibing! π
Currently doesn't implement any interfaces for YAML (un)Marshalling - since there is none in the std lib - and since github.com/go-yaml/yaml is unmaintained - what interfaces are people using for YAML?
Just released goenums v0.3.8! π
Added Text & Binary (un)marshalling support for the generated enums and fixed some plural name handling.
Cleaner, smarter, and more reliable enums for Go.
Try it out π github.com/zarldev/goenums
#golang #opensource #go
including tests!
I've just released a new version of goenums.
Type-safe enum generation tool for Go!
github.com/zarldev/goen...
#go #golang #enum #programming
1. Plan the thing
2. Build MVP v1 of the thing fast
3. Throw away v1 and build v2 with the knowledge you now have.
4. ?????
5. Profit