https://spf13.com/p/go-the-agentic-language/
From TypeScript 7's Go Rewrite to Go as an Agentic Language — The 10x faster, Go-powered TypeScript 7.0 compiler was released this week, and former Go product lead Steve Francia leans on Microsoft's success with the port to argue that Go is the natural default for agentic development.
about 1 month ago
https://www.tigerdata.com/events/from-mqtt-to-dashboard-workshop-2026
Build a Real-Time Pipeline, Live with Our Engineers — You'll build it end-to-end: stream from an MQTT broker into Tiger Cloud, model it in hypertables, roll it up with continuous aggregates, and visualize it in Grafana. Free, July 22 at 12 PM ET. Can't make it? Register for the recording.
about 1 month ago
https://groups.google.com/g/golang-nuts/c/tVWOr0zXF08/m/Bq1HaTBpCQAJ
Proposal: go run -c 'code here' — Some languages (like Python or Ruby) let you run once-off arbitrary bits of code as a one-liner from the terminal. Could Go do the same? Ian Lance Taylor, Rob Pike, and others weighed in on the idea in this golang-nuts thread.
about 1 month ago
https://internals-for-interns.com/posts/mmap-vs-pread-go-storage-engine/
mmap vs pread in a Real Go Storage Engine — A surprisingly thorough tour of how the VictoriaMetrics filesystem layer reads bytes: mmap when mincore says pages are resident, pread when a major page fault might block a Go thread.
#go
#storage
#filesystems
#database
about 1 month ago
https://utcc.utoronto.ca/~cks/space/blog/programming/GoInterfacesReflectAndBinarySize
Go Interfaces, Reflection, And Binary Size — As we learnt in Jesús Espino's deep dive into reflect, reflection keeps extra type metadata around, but it also stops the linker stripping unused methods.
about 1 month ago
https://youtube.com/watch?feature=youtu.be&si=IONAdJnDR0IjvpHe&v=2IHnkE3Seac
Architecting Durable Runtimes for AI Agents — How to build a 5-layer production stack for durable agents.
#science & technology
about 1 month ago
https://github.com/watzon/goshot
Goshot: Go Library and CLI to Turn Code into Screenshots — Turn the code of your choice into screenshots you can share or put in your READMEs. The styling and colors are highly customizable, you get syntax highlighting, and a choice of window chrome styles.
about 1 month ago
https://github.com/wneessen/go-mail/wiki
✉️ go-mail 0.8: Comprehensive Email Sending Library — A feature-rich library for composing and sending mail with a strong focus on security and correctness, covering SSL/TLS, SMTP AUTH, address validation, and more. v0.8 adds native NTLMv2 SMTP authentication and DKIM support.
about 1 month ago
https://github.com/prest/prest
pREST 2.0: Serve a RESTful API From a Postgres Database — Turn a Postgres database into a RESTful API. Covers similar ground to PostgREST but built in Go rather than Haskell. v2.0 adds support for multiple databases.
about 1 month ago
https://github.com/klauspost/radsort
radsort 1.0: A Stable LSD Radix Sort Implementation — From the prolific author of compress and cpuid comes a Go implementation of Radsort, a stable LSD radix sort with O(√n) space overhead.
about 1 month ago
https://github.com/NdoleStudio/httpsms
httpSMS: Turn an Android Phone into an SMS Gateway — A developer from Cameroon struggled to find an automated way to send and receive SMS messages API-style, so built this.
about 1 month ago