#AMD64
"arm64" and "amd64" are basically the same word, so I use neither. it's aarch64 and x86-64.
February 24, 2025 at 1:18 PM
tried cross compiling in Go for the first time and it’s really amazing how “GOARCH=amd64 GOOS=linux go build” just works immediately
November 8, 2024 at 1:20 PM
arm64 and amd64 look wayyy too similar
November 9, 2023 at 6:44 AM
I really don't like the x86_64 (aka AMD64) architecture
June 24, 2025 at 5:25 AM
This is genuinely so intimidating to see.
June 29, 2026 at 2:20 AM
Yes, the only real Go targets are

linux/amd64
linux/arm64
darwin/arm64
windows/amd64

(“Things you should be very concerned about the crypto maintainer saying,” if you deploy to any others 😬)
November 7, 2025 at 11:21 PM
since when is rust on amd64 musl cross compiling to arm64 faster than native glibc amd64 ..
June 22, 2026 at 1:43 PM
Here’s how AMD64 can still win 🧵
December 25, 2024 at 7:23 PM
fuck it
April 7, 2026 at 12:30 AM
the new floating point extension to the amd64 architecture, amd67
November 24, 2025 at 12:27 AM
platform: linux/amd64
February 20, 2026 at 1:09 AM
I fixed him
Amd64 count your days screw your annoying wake timers i will not be plagued by that shit again
yall Silver is acting up again😐this PC will be the end of me i just know it
October 18, 2024 at 12:40 AM
so proud
May 11, 2025 at 7:27 PM
Spent the past few days on and off debugging why Go's newish unique.Handle was leaking memory.

Figured it out finally:
github.com/golang/go/is...

#golang
unique: Handle memory leaks; cleanup goroutine can't keep up · Issue #71772 · golang/go
Go version go version go1.24.0 darwin/arm64 go version go1.24.0 linux/amd64 go version go1.23.6 darwin/arm64 go version go1.23.6 linux/amd64 What did you do? We have a server that processes a strea...
github.com
February 16, 2025 at 11:52 PM
June 6, 2026 at 8:25 PM
👩🏽‍🔬 Go 1.26.3 and 1.25.10 are released!

🔐 Security: Includes 11 security fixes to the standard library and the toolchain.

📣 Announcement: https://groups.google.com/g/golang-announce/c/qcCIEXso47M/m/2bOHLAuTBQAJ

📦 Download: https://go.dev/dl/#go1.26.3

#golang
May 7, 2026 at 4:32 PM
🎊 Go 1.25.4 and 1.24.10 are released!

📡 Announcement: https://groups.google.com/g/golang-announce/c/tVVHm9gnwl8/m/-oTvYIjCAQAJ

🗃 Download: https://go.dev/dl/#go1.25.4

#golang
November 5, 2025 at 7:21 PM
Another example of the externalized cost of fixed release Linux distributions: Debian Bullseye (oldstable, LTS until August 2026) ships a root store that's years out of date.

Besides being a security issue, it slows down the entire TLS ecosystem.
crypto/x509: potentially anomalous path building results · Issue #65085 · golang/go
Go version go1.21.5 linux/amd64 Output of go env in your module/workspace: GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/home/runner/.cache/go-build' GOENV='/home/runner/.config/go/env' GOEXE=''...
github.com
January 4, 2025 at 12:47 AM
Building a container via GitHub Actions, it suddenly occurred to me that I can hasten the build by... not building for amd64. It's been a default for so long, but neither my laptop nor the builder nor the cluster the container lives on speak that architecture.

Times have changed.
July 1, 2025 at 5:28 PM
Container was not working in production.

Yep forgot to build it with --platform linux/amd64
December 14, 2024 at 8:32 AM
Ah it got faster on amd64, slower on arm64.

Sigh.
November 24, 2023 at 2:10 PM
Another one for Tailscale Hack Week:

I got Go ported to Redox OS (www.redox-os.org), enough to run Tailscale inside it.

i.e. GOOS=redox GOARCH=amd64

Go std tests exposed a Redox libc bug with unsafe Rust, too. And a kernel crash.
April 24, 2026 at 5:38 PM
Radiance compiles itself in 0.2s from scratch on the experimental amd64 backend. It's fast 💨
April 4, 2026 at 12:55 PM
is it stolen valor if I put a cool "riscv inside" sticker on my amd64 laptop
April 2, 2026 at 6:05 AM