Charm Raises $6M to Build the Next Generation of the Command Line — Like much of the Go community, we’ve been huge fans of Charm’s approach to building useful Go-based tools and CLI libraries (such as Bubble Tea), so this is fantastic news. It’s mostly not about the money raised, either, but a roundup of Charm’s work in the area of CLI development and the projects they’ve released so far.
Toby Padilla and Christian Rocha (Charm)
|
A Data Store Built for Modern Workloads — Dragonfly is a drop-in Redis replacement. Applications built on Dragonfly get the speed, reliability, and scalability that modern apps require, allowing you to deliver incredible experiences to your users while reducing costs and complexity.
Dragonfly sponsor
|
Go, Containers, and the Linux Scheduler — If you’re running Go in containers, the runtime will create one thread per CPU core regardless of any limit set by the container runtime. This can lead to significant GC cycle times, but GOMAXPROCS is your friend and it’s easy to apply.
River Phillips
|
env 10.0: Parse Environment Variables to Structs — Simple, no dependencies, and supporting all built-in types as well as time.Duration , encoding.TextUnmarshaler and url.URL – you can define a custom parser function for any other type you want to support, too.
Carlos Alexandro Becker
|
|