Go
13 mentions across all digests
Go is an open-source programming language created by Google used for server-side development, known for fast compilation and concurrency support, targeted by frameworks like Pion/handoff and languages like Sky that compile to it.
Swissing a table
Go's new map implementation adopts Swiss tables, a proven hash table optimization that delivers measurable throughput gains for high-performance systems like Ravelin's graph database.
A web-based RDP client built with Go WebAssembly and grdp
Go WebAssembly brings full-featured RDP access directly to the browser without plugins, using a WebSocket-to-TCP bridge to circumvent browser socket limitations.
Show HN: Gova – The declarative GUI framework for Go
Gova lets Go developers build native cross-platform desktop apps that compile to single static binaries without JavaScript, Electron, or C++ dependencies.
Serving the For You feed
A Bluesky power user scaled a custom "For You" feed to 70K users on a gaming PC for $30/month, exposing the massive over-engineering baked into mainstream social platforms.
Announcing TypeScript 7.0 Beta
TypeScript 7.0 rewrites its compiler in Go, achieving 10x faster compilation while maintaining binary compatibility—already tested in production by Google, Slack, Figma, and Vercel.