Proposal Details Background The x/crypto/acme package's Client.CreateOrderCert function accepts the order finalization url as an argument. It [POSTs a
acme package gets standards-compliant order finalization
An accepted proposal reworks x/crypto/acme's Client.CreateOrderCert to follow the ACME spec properly for order finalization, tidying up a long-standing quirk in how the finalization URL is handled. Alongside it, a post on Go's garbage collector under load walks through what actually happens when the runtime starts sweating, and a Crossplane advisory covers a signature-verification TOCTOU that lets unverified package content slip through in crossplane-runtime v2.

An accepted proposal reworks x/crypto/acme's Client.CreateOrderCert to follow the ACME spec properly for order finalization, tidying up a long-standing quirk in how the finalization URL is handled. Alongside it, a post on Go's garbage collector under load walks through what actually happens when the runtime starts sweating, and a Crossplane advisory covers a signature-verification TOCTOU that lets unverified package content slip through in crossplane-runtime v2.


Treat Faster Tools as a Profile, Not an Insult I recently had this gracious github issue raised against scc related to another code counter mezura which has some impressive performance claims. …
The first official TinyGo starter kit is here! 🎉 Built with @ seeedstudio XIAO ESP32-C3, it has 11 Grove modules + a full tutorial series. Go from your first flash to a working gadget. https:// tin
Netherlands or remote. I'm fluent in Golang , Python , Rust , and TS ( React). Can read any other programming language. Worked as software engineer all my long adult life, great at architecture and di
I had several years of experience with CGO plugins (stdlib plugin package), which is to politely say, I wish a low-overhead callback system gave everyone a well defined API to use, and a scripting lan
I've been mostly writing typescript for a bit but want to try golang. there's a lot of aspects of its unix-like philosophy that I enjoy and I think there's some smart decisions in the language (and so
How to use Go's pprof toolchain to profile CPU, memory, goroutines, block, and mutex — collect profiles safely in production and act on what you find.
A go.mod file tells you what your project depends on. It cannot tell you which of those dependencies...
Why Choose Golang Development for Your Next Big Project? Continue reading on Medium »
Hello everyone! Continue reading on Medium »
Why did your high-throughput Go service latency spike to 500ms under 80% CPU utilization when memory and network I/O were fine? The answer… Continue reading on Medium »
In the last post, I wrote about kicking off MoLang and getting a working lexer in Go. Back then, it could only read raw code, break it… Continue reading on Medium »
Fastest Programming Language to Count 1 Billion? ⚡ developer coding programming tech python Which programming ...
In this video, we'll learn gRPC in Golang in a very simple and easy way. If you're a beginner in Go and want to understand how ...

Simple HTTP, REST, and SSE client library for Go
Signature verification TOCTOU allows installing unverified package content in github.com/crossplane/crossplane-runtime/v2