Update May 5 2021 : The current proposed API is in https://github.com/golang/go/issues/36141 issuecomment-828667067. - rsc - - - Vocabulary: - Program
time package gets ExternalNow for external clocks, x/crypto/ssh source-address fix
The long-running proposal to add ExternalNow and friends to the time package for external clocks and timers is accepted, closing out a discussion that has been running since 2020 and giving projects that plumb their own time sources a sanctioned way to do it. On the security side, x/crypto/ssh gets an advisory covering a source-address critical option that was only enforced on the public-key callback paths, extending the earlier CVE fix to the other auth callbacks. Elsewhere the r/golang crowd is having one of its periodic arguments about whether the language is drifting from its simple roots, and a dev.to piece pushes back with the reminder that Go does not force clean architecture on anyone, that part is still the reader's job.

The long-running proposal to add ExternalNow and friends to the time package for external clocks and timers is accepted, closing out a discussion that has been running since 2020 and giving projects that plumb their own time sources a sanctioned way to do it. On the security side, x/crypto/ssh gets an advisory covering a source-address critical option that was only enforced on the public-key callback paths, extending the earlier CVE fix to the other auth callbacks. Elsewhere the r/golang crowd is having one of its periodic arguments about whether the language is drifting from its simple roots, and a dev.to piece pushes back with the reminder that Go does not force clean architecture on anyone, that part is still the reader's job.
What version of Go are you using ( go version )? $ go version go version go1.15.1 darwin/amd64 Does this issue reproduce with the latest
Proposal Details Author Karl Gaissmaier Abstract I propose adding two exported, fully inlinable methods to netip.Prefix : ContainsIPv4Unchecked(Addr)
Proposal Details x/crypto/openpgp has been frozen / deprecated since 44226 (2021). If you open it on pkg.go.dev: https://pkg.go.dev/golang.org/x/crypt
I'm 15 and have made a few basic projects using agentic tools like Pi, but I want to understand actual programming and genuinely understand how computers, servers, and backend systems work under the h
Hey fellow Go devs, Just wanted to share something I recently did for work. I created an internal tool using the Go BubbleTea TUI framework. Within the tool, we can perform admin tasks, monitor the wa
This language was supposed to be easy, with simple syntax. It was designed for people to build apps without thinking about DI management like in Spring, or learning a bunch of methods from a library.
JSON is a standard format for data interchange. It is effectively a tiny subset of JavaScript made of objects and arrays. It looks as follows {"key":1, "text":[1.0,2.0]}. Many programming languages in
I’m building a small Go HTTP service with PostgreSQL. At the moment, main.go creates the config, database pool, router, and the concrete services/repositories, then starts the server. I like that ev
We benchmarked Go 1.27 simd vs LLVM generated Go assembly (AVX and AVX512) on The Intel Core i7-11370H (supports AVX512). Full article: Go 1.27 SIMD Benchmark: Can It Replace GoAT Generated AVX512? Th
For this year's @ evoke I created three new open-source tools to run our bigscreens. The core is Billedapparat: a screen director for slides, schedules, and live social posts. Feel free to check out t
https://packagemain.tech/p/golang-database-proxy
Join EUG Go @ Eugene, US on Wed Sep 16
The criticism of this is everywhere. Open any Go thread long enough and someone will show up to...
On July 30, OpenAI cut GPT-5.6 Luna to $0.20 per million input tokens and $1.20 per million output —...
Gin's speed, focused API, and mature Go ecosystem make it a strong backend choice for the AI agent era.
The other day, I found myself wondering how big 52! (52 factorial) is, and that led me to ponder how these could be estimated without a calculator or a computer. It turns out there’s some fairly int
Everything passes locally — then real traffic, concurrency, and failures expose what your tests never did Continue reading on Stackademic »
Golang Monolith Mastery Course: ...
Workweave released a model router in Go for agentic systems. Engineers running heavy agentic workflows can drop API cost ...
AI coding agents are great, but they often generate outdated Go code. JetBrains built go-modern-guidelines to fix that.
Golang Monolith Mastery Course: ...
like netcat, but over Tailscale's data plane, without Tailscale's control plane




The source-address critical option in the Permissions returned by an authentication callback was only enforced for the PublicKeyCallback and VerifiedPublicKeyCallback paths, extending the fix for CVE-

Remote - Before you read further: applying to this role requires a Loom video walkthrough under 5 minutes of the best thing you have built, plus a repo or live link. Tell us the hardest problem you hi

