mastodon.uno è uno dei tanti server Mastodon indipendenti che puoi usare per partecipare al fediverso.
Mastodon.Uno è la principale comunità mastodon italiana. Con 77.000 iscritti è il più grande nodo Mastodon italiano: anima ambientalista a supporto della privacy e del mondo Open Source.

Statistiche del server:

6,4K
utenti attivi

#go

51 post36 partecipanti5 post oggi

TIL in #Go, if you create an HTTP cookie with MaxAge being -1, a perfectly valid value, net/http will encode it as MaxAge=0. Really annoying if you need very specific tests. Yet another entry in the long list of "we know better than you" for the standard library.