» Tag
go
35 postsGo 1.25 Ships Flight Recorder for Runtime Trace Diagnostics
Go 1.25's flight recorder buffers recent execution trace data in memory, letting engineers snapshot production latency issues on demand.
A Portable Passkey Record Format and Go API Proposal
A proposed portable string format for WebAuthn passkey records, plus a stateless Go API draft, aiming to simplify interoperable credential storage.
Go 1.26's //go:fix inline: source-level inlining for API migrations
Go 1.26 introduces //go:fix inline, a source-level inliner in go fix that automates safe API migrations and deprecated function removal.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comRelay: A Self-Hosted LLM Gateway With Eval-Gated Smart Routing
Relay is a self-hosted, single-binary LLM gateway with zero telemetry and an eval harness that gates smart routing by default.
Spoold: Durable Outbound HTTP Delivery Without a Database
Spoold is a lightweight Go daemon that gives outbound HTTP requests durable, at-least-once delivery without a database or message broker.
Why Go Killed Memory Arenas — And What It Means for Its Future
Go shelved its Memory Arenas proposal over ecosystem fragmentation risks, capping its performance ceiling and squeezing its 'good enough' middle ground.
ENDGAME C2: AI-Powered Open Source Go C2 Framework
ENDGAME C2 is a Go-based framework with AI Console converting natural language to C2 commands, supporting Windows and Linux agents.
Go Turns 16: Key Engineering Wins from 1.24 and 1.25
Go's 16th anniversary recap covers 1.24/1.25 testing, security, GC, and gopls improvements engineers should know about.
Go-ktls: Linux Kernel TLS Offload for Go's HTTPS Listener
Go-ktls offers TLS offload for Go's net/HTTP, supporting TLS 1.3 and 1.2 via the Linux kernel.
Grudge: A Decaying Score Sketch for Multi-Tenant Systems
Grudge is a constant-memory Go library that decays per-key feedback scores without per-key state, enabling scalable rate limiting and abuse detection.