https://github.com/anishathalye/porcupine
Porcupine 1.2: A Linearizability Checker for Distributed Systems — You model a distributed system in Go, feed in a concurrent operation history, and Porcupine checks whether it's linearizable. There's a 2017 blog post that explains more.
2 months ago
https://lemire.me/blog/2026/06/06/how-much-do-amd64-microarchitecture-levels-help-in-go/
How Much Do AMD64 Microarchitecture Levels Help? — A benchmark of Go’s GOAMD64 levels on roaring shows gains from v2/v3, but little from v4. A reminder to benchmark CPU-heavy code before changing build targets: v4 makes binaries require AVX-512-capable CPUs, but the Go compiler does not currently emit AVX-512.
2 months ago
https://www.elttam.com/blog/golang-code-review-notes-ii
Subtle Go Security Issues to Audit For — A follow-up to 2022’s Go code review notes, with a closer look at Go security review topics around httputil.ReverseProxy, net/url, encoding/json, integer overflows, null bytes, and CSRF.
#penetration testing
#security assessment
#software security
#application security
#cloud security
#embedded security
2 months ago
https://serpapi.com/playground/
Web Search API for Go Developers — Get real-time Google, Maps, Shopping, and other search engine data in structured JSON.
2 months ago
https://github.com/AllenDang/giu/releases/tag/v0.15.0
giu 0.15: A Dear ImGui-Based GUI Framework —
The cross-platform immediate-mode GUI framework built on Dear ImGui returns with its first release in over a year. Updates include a light theme and macOS font-scaling fixes.
2 months ago
https://github.com/golang-design/clipboard/releases/tag/v0.8.0
📋 clipboard 0.8: The Clipboard Library Goes Cgo-Free on Desktop —
golang.design's cross-platform clipboard library drops Cgo on all desktop platforms and adds native Wayland support. It also improves MIME-type processing and image handling.
2 months ago
https://github.com/ory/talos
🔑 Talos: An Open Source API Key Server from Ory —
The team behind Hydra and Kratos open sources a Go-powered API key server for users, services, machine-to-machine, and AI agents.
2 months ago
https://www.tigerdata.com/go/trial
One Database. Zero Pipelines. Full Postgres — Extend Postgres: hypertables, 95% compression, continuous aggregates. Analytics on live data. $1000 credit to start.
3 months ago