Browse the archive

The full firehose, with digest picks marked.

Everything our pipeline collected. Use the section tabs and filters to narrow — look for the In digest badge to see which stories actually made it into the newsletter.

1,898
Stories indexed
31
Live sources
26 issue
Latest digest
22h 26m 06:30 CET
Next digest in
Only digest picks
354 stories
r/
Why is Go dominating in CNCF landscape ?!? (reddit.com)

I started learning Go a year ago, I have made many projects using it (cli, backend, bots), but I have figured out that I am more intrested in Go's use case at cloud/cncf (K8s, docker, cilium, etcd) I

Discussions In digest via Reddit by ChocolateDense4205
GH
beclab/Olares (github.com)

Olares: An Open-Source Personal Cloud to Reclaim Your Data

Trending In digest via GitHub Trending by beclab
GN
Thanks Go team for exposing the pkg.go.dev API (mail-archive.com)

Watch me building a pkg.go.dev TUI explorer https://youtu.be/ xcTFx1EmUg -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this grou

Discussions In digest via Golang Nuts by Alex Pliutau
GH
authelia/authelia (github.com)

The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified™

Trending via GitHub Trending by authelia
GN
Generics, allocation in switch (mail-archive.com)

Hey guys, I have a generic function: func GetParamT string | int | float64 | json.Number (T, bool) { var zero T ... switch any(zero).(type) { It's a simple helper to get a value from a union-like stru

Discussions In digest via Golang Nuts by Slawomir Pryczek
GH
go-gitea/gitea (github.com)

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD

Trending In digest via GitHub Trending by go-gitea
AG
Add GooseForum (forum platform) (#6404) (github.com)

Adds GooseForum, a self-hosted forum platform built with Go, Vue, and Tailwind CSS, to Other Software (inserted in alphabetical order). Repository: https://github.com/leancodebox/GooseForum Documentat

Trending In digest via Awesome Go by abandon1a2b
M
Adventures in Go and HTMX: Part 5 (medium.com)

You’ve looted the dungeon. You’ve got a backpack full of mysterious objects. And now, deep in the atrium, you spot it: Continue reading on Medium »

Articles via Medium by Rob Śliwa
M
I live in the terminal (mastodon.social)

I live in the terminal. lazygit, yazi, neovim — if it's a nice TUI I'm probably ricing it. I care about privacy, local-first tools, and interfaces that don't get in the way. Currently building enmas

Discussions In digest via Mastodon by parthivsaikia
GH
kenn-io/agentsview (github.com)

Local-first session intelligence and analytics for coding agents, supporting Claude Code, Codex, and more than 20 other agents. Also: 100x faster replacement for ccusage!

Trending In digest via GitHub Trending by kenn-io
r/
How does context actually work? (reddit.com)

I know what it does on a high level and for what purpose it is used for, but I don't know what happens under the hood. Can someone explain?

Discussions In digest via Reddit by sleepingfrenzy_