I can't deny it's grown on me. This performance is fun. Good job, Cortis!
[Store Link Live] CORTIS (코르티스) - GO! | 스토어링크 라이브 | 스.링.라 | Live Performance | GOGOSING
https://www.youtube.com/watch?v=x3O94qq9kOU
I can't deny it's grown on me. This performance is fun. Good job, Cortis!
[Store Link Live] CORTIS (코르티스) - GO! | 스토어링크 라이브 | 스.링.라 | Live Performance | GOGOSING
https://www.youtube.com/watch?v=x3O94qq9kOU
The U.S. Go community is celebrating a historic breakthrough as Alexander Qi, 1P, became the first player representing a non–East Asian country to win the World Youth Go Championship.
https://usgo.org/content.aspx?page_id=5&club_id=454497&item_id=123486&
if you don't care about the data can multiple go routines write to the same []byte??? #go
For the past couple of days I've been hard at work writing documentation in the attempt to decrease the friction for developers that try #GoActivityPub for their applications.
I am of a mind to pay some #Go developers in the near future to do a weekend's worth of programming into trying to use the library in projects, so we can iron out potential issues with the use of the library itself and the documentation.
Anyone interested?
[Nouvel article] Découvrez avec Alexandre Daubois comment #FrankenPHP rend possible la création d’extensions PHP en #Go, sans écrire une seule ligne de C, grâce à un générateur automatique ! Une avancée majeure pour l’écosystème que l'on vous invite à lire : https://les-tilleuls.coop/blog/des-extensions-php-en-go-avec-frankenphp
Ich hatte so nen flitz (und einem Floh im Ohr) für eine kleine Webgalerie. (Wollte ich eh mal wieder haben)
Und hab mich dann auch gleich im #Hyperfokus verkrochen (nein, ich habe keinen (diagnostizieren) #autismus ... *hust*)
Und es lief entsprechend ...
Jetzt hab ich einen kleinen Web-Service in #go mit:
Lazy Load
Caching
pre-warming
Threads
Authentifizierung über LDAP
Mehrere Alben
Metrics Schnittstelle
#GoSendXMPP 0.15.0 has been released (#SendXMPP / #XMPP / #Jabber / #Go / #GoLang / #GoXMPP / #SCRAM / #SCRAMSHA / #SCRAMSHA1 / #SCRAMSHA256 / #SCRAMSHA512 / #TLSChannelBinding / #RFC9266) https://salsa.debian.org/mdosch/go-sendxmpp
#GoXMPP 0.2.17 has been released (#XMPP / #Jabber / #Go / #GoLang / #SCRAM / #SCRAMSHA / #SCRAMSHA1 / #SCRAMSHA256 / #SCRAMSHA512 / #TLSChannelBinding / #RFC9266) https://github.com/xmppo/go-xmpp
Ich verbreche jetzt auch Software in #go ...
Wollte ich nur Mal kurz erwähnen.
By including structured logging in the standard library, we can provide a common framework that all the other structured logging packages can share. https://hackernoon.com/a-tour-of-slog-everything-you-need-to-know-about-structured-logging-with-slog #go
Die @meissa erklärt und zeigt mal, was bei #forgejo in Sachen #federation schon so alles geht. Voll spannend für die Zukunft
https://media.ccc.de/v/froscon2025-3275-foderiertes_forgejo
E eis que desde ontem estou me batendo pra resolver um erro... Meu trecho problemático era:
_, exists := toRemove[p.Name]
if !exists {
Foi só renomear a variável que percebi o erro.
_, shouldsRemove := toRemove[p.Name]
if shouldsRemove {
Penso que o cerne da minha incompreensão foi que depois de tentar acessar um elemento no map, em geral, se verifica se ele não foi encontrado.
Understanding Go Error Types: Pointer vs. Value https://lobste.rs/s/ai2zgo #go
https://blog.fillmore-labs.com/posts/errors-1/
Benchmarking the shit out of dnsv2 and coredns. And on x86 nothing is faster and arm6 otoh....
syscall.Syscall6 is the main attribution, which is reading and writing the packets ...
dnsv2 has more buffer management abilities so that's good I guess
puzzling that recvmmsg does so little on intel/amd... and so much and arm64
super-optimized syscall calling on those platforms??