Public list by ~golangweekly

Issue 609 - How Go makes TypeScript's compiler 10x faster

Why TypeScript 7.0 Was Rewritten in Go (and what it means for your dev stack) | spf13

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

From MQTT to Dashboard: Real-Time IIoT Pipelines with Tiger Cloud | Tiger Data

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

Proposal: accept go run -c 'program text here'

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

mmap vs pread in a real Go storage engine | Internals for Interns

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

You're using a tool with a too-generic User-Agent

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

Home

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

GitHub - klauspost/radsort

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