I might sound a little insane (i.e. why choose Go when you don't want GC), but I am just curious how viable that is. Wanna know whether it's possible to write Go programs in a style similar to C or Zi
Running Go with GOGC=off, and an idempotency race nobody tests
The liveliest thread of the day asks whether a long-running Go program can realistically live with GOGC=off and a C-style allocation discipline, which is the kind of question that sounds unhinged until you actually try to answer it. Alongside it, a writeup on idempotency keys picks apart the check-then-act race that quietly breaks retry logic in payment flows, and part three of the distributed-systems-without-Raft series continues its slow campaign against consensus orthodoxy. Elsewhere, TinyGo cut espflasher v0.7.0 for the ESP32 crowd, and someone is writing a book on game programming in Go with Ebitengine, which feels like a healthy sign for the ecosystem's weirder corners.

The liveliest thread of the day asks whether a long-running Go program can realistically live with GOGC=off and a C-style allocation discipline, which is the kind of question that sounds unhinged until you actually try to answer it. Alongside it, a writeup on idempotency keys picks apart the check-then-act race that quietly breaks retry logic in payment flows, and part three of the distributed-systems-without-Raft series continues its slow campaign against consensus orthodoxy. Elsewhere, TinyGo cut espflasher v0.7.0 for the ESP32 crowd, and someone is writing a book on game programming in Go with Ebitengine, which feels like a healthy sign for the ecosystem's weirder corners.
Hello! I'm a backend developer (banking/finance/utility for the day job), and I've been building games in my spare time for years — Unity, Unreal, Godot, and lately from scratch in C++ and Go. I kep
We just released espflasher v0.7.0 with many excellent new features and fixes from the ESP32 community. Go get it right now! https:// github.com/tinygo-org/espflash er tinygo golang esp32 esp32c3 esp3
This is the weekly thread for Small Projects. The point of this thread is to have looser posting standards than the main board. As such, projects are pretty much only removed from here by the mods for
Replication is now generally available, thanks to a brand new storage backend
Over the last year, the team that invented TypeScript ported the TypeScript compiler and tools to Go. Not Rust. Not C++. Go. https://spf13.com/p/go-the-agentic-language/
Is there a golang library for AWS Kinesis KCL?
I'm extracting JSON assigned to js variables inside html <script> blocks (e.g. window.\ \ DATA\ \ = {...}), where the JSON aint in a clean application/json script tag. I ended up writing a manual brac
How we eliminated network configuration boilerplate in Docker Compose deployments by dynamically injecting CoreDNS servers at runtime.
I’ve always been frustrated by the lag in simple deployment pipelines. Whenever I pushed an application update to GitHub, I found myself… Continue reading on Medium »
One of the first surprises developers encounter when learning Go is that something is missing. Continue reading on Medium »
Last year, I wrote about my work on FlowG, trying to implement replication without Raft: Continue reading on Medium »
Designing an idempotent, zero-duplication consumer architecture with Golang, GKE, and Postgres. Continue reading on Code Like A Girl »
Welcome to Chapter 5 of the Complete GoLang Tutorial in Hindi by Letscms Private Limited. In this chapter, you'll learn everything ...
Build a Wallet App with Go – EP31: Splitting the Scheduler Service PR Github = https://github.com/bashocode/gowallet/pull/40 In ...
Refactoring advent of code challenge on my own programming language coding golang.
Monitoring for Proxmox, Docker, Kubernetes, TrueNAS, and vSphere that watches your infrastructure for you: smart alerts, AI patrols that catch silent failures, and verified fixes
Easily and securely send things from one computer to another 🐊 📦
A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
LeafWiki - Self-hosted wiki. Single Go binary, SQLite, Markdown on disk. No external database required.
⚡️ Express inspired web framework written in Go