//
sign in
Profile
by @danabra.mov
Profile
by @dansshadow.bsky.social
AviHandle
by @danabra.mov
AviHandle
by @dansshadow.bsky.social
ProfileHeader
by @dansshadow.bsky.social
ProfileHeader
by @danabra.mov
ProfileHeaderAlt
by @jakesimonds.com
ProfileMedia
by @danabra.mov
ProfilePlays
by @danabra.mov
ProfilePosts
by @danabra.mov
ProfilePosts
by @dansshadow.bsky.social
ProfileReplies
by @danabra.mov
Record
by @atsui.org
Skircle
by @danabra.mov
StreamPlacePlaylist
by @katherine.computer
+ new component
ProfilePosts








Loading...
This is the best product review I’ve read: samhenri.gold/blog/2026031... It doesn’t matter if you’re interested in the MacBook Neo or not; this is the kind of essay that makes you think about the potential of technology and the joys of exploration.
“This Is Not The Computer For You” · Sam Henri Gold
Sam Henri Gold is a product design engineer building playful, useful software.
samhenri.gold
18d
Sameer Vasta
Find out how the source-level inliner in Go 1.26 can help you with API migrations. go.dev/blog/inliner
19d
go.dev
//go:fix inline and the source-level inliner - The Go Programming Language
How Go 1.26's source-level inliner works, and how it can help you with self-service API migrations.
I've just released a new version of the "sh" #golang module, including initial Zsh support in shfmt, as well as many improvements and fixes to the parser and interpreter 🎉
21d
A Fast Immutable Map in Go https://lemire.me/blog/2026/03/29/a-fast-immutable-map-in-go/
Could Go be a better C? I think so! Meet Solod — a strict subset of Go that translates to C, without hidden memory allocations and with source-level interop. antonz.org/solod
Alan Donovan
Got an idea buzzing in that brilliant gopher brain of yours? 🧠 Don’t keep it in the lab; share it with the #golang community! 🧪 #GopherCon Call for Speakers closes March 4th. Submit your proposal ➡️ sessionize.com/gophercon-20... #RoadToGopherCon
9d
1mo
1d
antonz.org
Solod: Go can be a better C
A great example of how the Google #golang team put thousands of lines of ultra-technical code in service of an incredibly easy-to-use and useful tool. If you ever deprecate code, you really should know about the go:inline directive!
A subset of Go that transpiles to regular C, with zero runtime.
I've spent the past couple months hand crafting a new B-tree map implementation for Go. It's fast. Faster than Rust's BTreeMap. Faster than the fastest C++ (frozenca/btree). And about 2x faster than my current Go btree (tidwall/btree).
18d
21d
Finally! No more "dirty" #golang builds because you have untracked files laying around which don't affect the build at all :)
28d
Find out how the source-level inliner in Go 1.26 can help you with API migrations. go.dev/blog/inliner
19d
Anton Zhiyanov
Alan Donovan
How Go 1.26's source-level inliner works, and how it can help you with self-service API migrations.
go.dev
//go:fix inline and the source-level inliner - The Go Programming Language
Daniel Martí
Daniel Martí
GopherCon
Daniel Lemire
Roger Peppe
Release v3.13.0 · mvdan/sh
This release introduces support for Zsh in the parser and formatter, which was tracked in issue #120 alongside the label zsh . While support is not complete, it should be far enough for many u...
github.com
Josh Baker