2026-03-06 23:01:05
> No macros indeed. Unions types will probably happen sooner rather than later.
HN comment cicra 2009, not colorised
#golang
Started the official rewrite of the Sisyphus client in #golang, working on getting the Ffmpeg command-line tasks parsed and validated against the schema. This should make things easier to distribute with respect to the client as I can just distribute static binaries.
#programming
#golang It's a minor thing, but I am virtually certain that Renee French (artist who did the original Go Gophers) is not a fan of AI-generated Go Gopher images. That horse might be out of the barn, but so far, I have not used AI for any images except tests of the AI itself, so, not quite everyone is doing it.
It took a year, but Quamina now has a full regular-expression capability, so I released 2.0.0. #Golang
That was unexpected. Generic methods accepted for Go
#go
So, decided to get them rookie `/queue` numbers up so did a quick bit of caching. For a 12-job queue, I went from 240 RPS (Python/Flask) to 680 (Golang/Gin) then to 3400 RPS with some proper caching. The `/workers` endpoint would benefit as well, but I think its performant enough though I may end up adding a bit of caching later.
#golang
The new server is online and so far the testing looks good. All the endpoints seem to be working and all of the workers and frontend are showing the correct information. I still need to do a complete test run to include encoding just to verify everything, but I'll do that after work today.
#golang #gin
This fascinating read. The most popular dependecy for Go is ...
#golang