Container-Aware GOMAXPROCS — The official Go blog kicks off a promised series of posts on Go 1.25’s new features with a look at some tweaked container-aware behavior around GOMAXPROCS , whose default limits make sense on bare metal but can cause issues in container environments.
Michael Pratt and Carlos Amedee
|
Kubernetes Cluster Management in 100MB of RAM — Portainer is written in Go for speed and efficiency. Manage 200+ Kubernetes clusters from a single control plane using just 100MB of RAM. No bloat, no nonsense; just fast, lightweight cluster management, the Go way.
Portainer.io sponsor
|
BemiDB 1.0: Postgres Read Replica Optimized for Analytics — A Snowflake/Fivetran alternative that connects to different data sources, syncs data in a compressed columnar format to S3, and lets you run complex queries using a Postgres-compatible analytical query engine. AGPL 3.0 licensed.
Bemi
|
YARR: Yet Another RSS Reader — A feed aggregator written in Go but with a Vue.js-powered frontend. Runs from a single binary with an embedded SQLite database for simplicity and has a similar look/feel to something like Feedbin.
Nazar Kanaev
|
-
Wire 0.7 – Compile-time Dependency Injection for Go. However, note that the project has just been archived by Google with any future development encouraged to take place via a fork.
-
Goose 3.25 – Database migration tool. Supports SQL and Go functions.
-
Tcell 2.9 – XTerm-inspired cell-based views for text terminals.
-
Sarama 1.46 – IBM's Go client library for Apache Kafka.
-
GitHub MCP Server 0.13 – GitHub's official MCP server is written in Go.
-
grype 0.99 – A vulnerability scanner for container images and filesystems
-
gorush 1.19 – A push notification server built on Gin.
|
A roundup of other interesting stories from the broader developer landscape:
-
Sam Rose has put together a fantastic illustrated introduction to Big O notation. If you've ever wondered what O(1), O(log n), etc. mean, this is a great primer.
-
David Heinemeier Hansson, best known for his work on Ruby on Rails, has been building out his own Arch-based Linux distro/setup of sorts and has now released Omarchy 2.0 (here's a 30 minute video tour). It's been very popular with developers on social media recently.
-
🌈 What is a Color Space? is a deep look into the 'unreasonably complex' topic of color and why, in digital realms, they can be represented in so many different ways, whether RGB, HSL, OKLCH, or others.
-
A thorough look into Postgres logging techniques for performance optimization.
-
An illustrated guide to OAuth.
|
|