mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

11K
active users

#golang

170 posts75 participants36 posts today

Got localization and a planned pipeline working on apply.coop for @limeleaf last evening. Shout out to Alex Edward's post alexedwards.net/blog/i18n-mana and code from the folks working on @Codeberg for pointing me in the right direction to find a solution that doesn't involve external dependencies in Go (aside from golang.org/x packages)

Also, if you've never heard of @weblate you should absolutely check it out. Super awesome project!

www.alexedwards.netI18n in Go: Managing Translations - Alex Edwards
Continued thread

All the talks from the April 2025 Zürich 🇨🇭 Go Meetup can be found in this playlist:

youtube.com/playlist?list=PLSI

Denys Vitali is talking about the self-built photo booth at his wedding (implemented with #linux & #golang of course!) 😍

Tom Payne shares how he fixed a #chezmoi regression in binary size and startup time with the help of Git Bisect and the Go Size Analyzer 💪

Thomas Gosteli gives an overview about what’s new in Go 1.24 📣

…and Roman Sharkov teaches us about the complexities of i18n ☝️

After toiling away at this for a few months, I'm releasing two new Go projects for the fediverse today:

  • longdistance, a JSON-LD processor.
  • pana, an ActivityStreams library built on longdistance.

I built these projects with the hope to make it easier for folks to get started building on the fediverse themselves. You can read a bit about this on my blog.

(If you happen to have computer touchers in your followers, I would appreciate a boost.)

Summary card of repository daenney/longdistance
Codeberg.orglongdistanceJSON-LD 1.0 and 1.1 library in Go