Configuring a Go HTTP Server for Unencrypted HTTP/2 (h2c) https://lobste.rs/s/9hytuq #go
https://www.clarityboss.com/blog/go-http2-cleartext-h2c-cloud-run
go
The Maintainer's Dilemma https://lobste.rs/s/gfjzwa #go #vibecoding
https://spf13.com/p/the-maintainers-dilemma/
L1 instruction cache set conflicts, associativity, and code alignment in Go https://lobste.rs/s/aezmj2 #go #performance
https://blog.andr2i.com/posts/2026-05-19-a-regression-in-code-i-didn-t-touch.html
Slices, Maps, and Channels https://lobste.rs/s/zgxivj #go
https://internals-for-interns.com/posts/go-runtime-slices-maps-channels/
Gobee: write eBPF programs in Go, transpiled via clang https://lobste.rs/s/52g7rz #compilers #go #linux #programming
https://github.com/boratanrikulu/gobee
Introducing the pkg.go.dev API https://lobste.rs/s/90cyc3 #go
https://go.dev/blog/pkgsite-api
Yggdrasil Network as an Embedded Go Library https://lobste.rs/s/sjbrlg #distributed #go #networking #programming
https://dev.to/asciimoth/yggdrasil-network-as-an-embedded-go-library-9h
Finding a needle in a 4 GB haystack: from 0.75 GB/s to 49 GB/s in Go https://lobste.rs/s/2lhx8n #go #performance
https://segflow.github.io/post/fast-file-search-go/
How (and why) rqlite takes control of the SQLite Write-Ahead Log https://lobste.rs/s/pdcnxa #databases #distributed #go
https://philipotoole.com/how-and-why-rqlite-takes-control-of-the-sqlite-write-ahead-log/
Notes from Optimizing CPU-Bound Go Hot Paths via @RunxiYu https://lobste.rs/s/afqiyy #go #performance
https://blog.andr2i.com/posts/2026-05-03-notes-from-optimizing-cpu-bound-go-hot-paths
Animated QR data transfer with Gomobile and Gopherjs https://lobste.rs/s/xekma4 #distributed #go #networking
https://divan.dev/posts/animatedqr/
Starting Systems Programming, Pt 1: Programmers Write Programs (2025) https://lobste.rs/s/aljull #education #go
https://eblog.fly.dev/startingsystems1.html
Announcing the next generation of Distrobox https://lobste.rs/s/xb4qgt #go #linux
https://distrobox.it/posts/announcing_distrobox_next/
purego: A library for calling C functions from Go without Cgo https://lobste.rs/s/0863se #go
https://github.com/ebitengine/purego
Excessive nil pointer checks in Go https://lobste.rs/s/z7eoo7 #go
https://konradreiche.com/blog/excessive-nil-pointer-checks-in-go/
Using ASTs and CUE to describe multi-language linters and fixers https://lobste.rs/s/xnzzf6 #go #plt #vibecoding
https://github.com/imjasonh/pasta
Shard your locks: benchmarking 6 Go cache designs https://lobste.rs/s/oaq69a #go #performance
https://strebkov.dev/posts/shard-your-locks/
Tracing HTTP Requests with Go's net/http/httptrace https://lobste.rs/s/fv8ptx #debugging #go
https://blainsmith.com/articles/httptrace-with-go/
Self-calling executables https://lobste.rs/s/o78n3y #go #programming
https://log.pfad.fr/2026/self-calling-executable/
Golang code review notes II https://lobste.rs/s/d0ixpj #go #security
https://www.elttam.com/blog/golang-code-review-notes-ii
How much do amd64 microarchitecture levels help in Go? via @vbernat https://lobste.rs/s/cuh5an #go #performance
https://lemire.me/blog/2026/06/06/how-much-do-amd64-microarchitecture-levels-help-in-go/
Solod v0.2: Networking, new targets, friendlier interop https://lobste.rs/s/glklp0 #go #plt
https://antonz.org/solod-v0-2/
lazy-tmux: restore tmux sessions lazily, with scrollback https://lobste.rs/s/z1alry #show #go #release #unix
https://lazy-tmux.xyz
Go-flavored concurrency in C https://lobste.rs/s/lzls6z #c #go
https://antonz.org/concurrency-in-c/