Request For Comment: This is a low impact redis backed rate limiting library
https://github.com/YesYouKenSpace/go-ratelimit
Discussions: https://discu.eu/q/https://github.com/YesYouKenSpace/go-ratelimit
Request For Comment: This is a low impact redis backed rate limiting library
https://github.com/YesYouKenSpace/go-ratelimit
Discussions: https://discu.eu/q/https://github.com/YesYouKenSpace/go-ratelimit
Go 1.24.3 and 1.23.9 are released!
Security: Includes a security fix for os (CVE-2025-22873).
Announcement: https://groups.google.com/g/golang-announce/c/UZoIkUT367A/m/5WDxKizJAQAJ
Download: https://go.dev/dl/#go1.24.3
eBPF Mystery: When is IPv4 not IPv4? When it's pretending to be IPv6!
https://blog.gripdev.xyz/2025/05/06/ebpf-mystery-when-is-ipv4-not-ipv4-when-its-ipv6/
Moduli Go cancellano dischi Linux in un lampo
https://gomoot.com/dei-moduli-go-cancellano-dischi-linux-in-un-lampo/
Go isn't quite dead yet.
And it gets even better with the power of Green Tea!
The latest Applied Go Weekly Newsletter is here:
#golang
https://newsletter.appliedgo.net/archive/2025-05-04-have-another-cup-of-tea/?utm_source=appliedgo-mastodon
wget to Wipeout: Malicious Go Modules Fetch Destructive Payload
Wow! Just saw LinuXpert's review of DEKUVE! So grateful for your time and insightful feedback. Made my day!
https://youtu.be/jP9sY1_dv1E?si=cOSUhTrwXj8jPU-l
How to code a music album collection REST service in less than 35 lines of code of Go and less than 6mn (with a DB, somewhat).
(GoLab 2025 - Lightning Talks)
My First Library > errcode: Simple Codegen Package For Putting Error Codes in Your Source Files
https://github.com/calvinsomething/errcode
Discussions: https://discu.eu/q/https://github.com/calvinsomething/errcode
Cloud Snitch: Open source map visualization and firewall for AWS activity, inspired by Little Snitch, written in Go
Odin, A Pragmatic C Alternative with a Go Flavour
https://bitshifter-1.github.io/2025/05/04/odin.html
Discussions: https://discu.eu/q/https://bitshifter-1.github.io/2025/05/04/odin.html
Päivittelin taas Bookmark Manageria. Nyt sen pitäisi noudattaa 429 Too Many Requests -tilanteessa vastauksessa olevaa Retry-After -headeria, jos sellainen on. Jos ei ole, niin sitten se odottaa viikon verran ennen seuraavaa tarkistusta.
Lisäsin tämän, koska pari omassa kokoelmassa olevaa linkkiä on alkanut vastailla tällä koodilla, vaikka omassa käytössä Bookmark Manager tarkastaa linkit vain kerran vuorokaudessa.
Harmillisesti, nämä 429 -tapaukset eivät palauta Retry-After -headeria, joten minulla ei ole hajuakaan, miten harvoin niitä pitäisi tarkastella
https://github.com/saaste/bookmark-manager/releases/tag/v1.0.8
Golang recap for week 18/2025
https://discu.eu/weekly/golang/2025/18/
Get RSS feeds and support this bot with the premium plan: https://discu.eu/premium
Meet VarMQ - A simplest message queue system for your go program
https://github.com/goptics/varmq/
Discussions: https://discu.eu/q/https://github.com/goptics/varmq/
Check out my new #Go #Golang package https://github.com/zhulik/pal
TIL: You can stop Go from auto-removing unused imports when saving a file by adding an underscore before the import line, e.g.
import (
"database/sql"
_ "github.com/go-sql-driver/mysql"
)
This is necessary because database/sql relies on go-sql-driver/mysql (it needs a driver in order to work) but as you never call a mysql.* function Go thinks you're not using that import and removes it.
The #Golang is working on a revenue stream. It seems that they are planning to sell waste products to caffeine stores. This may sound like an AI hallucination, but it makes perfect sense: Go is a garbage-collected language, so why not make money on the waste you are collecting anyway? #garbagecollector #greentea
Odin, A Pragmatic C Alternative with a Go Flavour
https://bitshifters.cc/2025/05/04/odin.html
Discussions: https://discu.eu/q/https://bitshifters.cc/2025/05/04/odin.html