Yeah, if itβs Go, govulncheck might be enough
words.filippo.io/dependabot/
#golang
Yeah, if itβs Go, govulncheck might be enough
words.filippo.io/dependabot/
#golang
It's great that I can watch it on YouTube. I'll watch it later.
#golang
www.youtube.com/live/MxPjWSs...
Agreed. The real innovation is the blocking semantics, not time travel.
oblique.security/blog/go-sync...
#golang
google/jsonschema-go: inference + validation in one package. Perfect for LLM tool validation.
opensource.googleblog.com/2026/01/a-js...
#golang
Not production-ready, but a fascinating explorationπ
pboyd.io/posts/redefi...
#golang
> fast rejection often beats slow responses
Totally agree.
medium.com/@Realblank/b...
#golang
βFloating-Point Printing and Parsing Can Be Simple And Fastβ
The fastest known floating-point printer and parsing algorithms - fixed-width printing, shortest-width printing, and parsing, all in 400 lines of Go.
research.swtch.com/fp
research.swtch.com/fp-proof
This looks good for practicing coding.
github.com/MedUnes/go-k...
#golang
Yeah, you're right
There's a real reason behind the go command's speed.
blog.gaborkoos.com/posts/2026-0...
#golang
This Go memory allocation explanation is seriously awesomeπ
nghiant3223.github.io/2025/06/03/m...
#golang
I wasnβt aware that Gin increases the binary size more than necessary!
eblog.fly.dev/ginbad.html
#golang
This article really helped me understand how `go.work` worksπ
www.glukhov.org/post/2025/12...
Great article on detecting goroutine leaks with DTrace!
Love how it tracks `runtime.gopark` to distinguish real leaks from legitimate waiting.
gaultier.github.io/blog/detecti...
Combining scenario tests and contract tests strikes a good balance.π
funnelstory.ai/blog/enginee...
Looks good!
An interesting article about "Why Copying Go Lock Is a Bad Idea"
#golang
ivan-pidikseev.dev/posts/why-c...
Hello, blueskyπ