
2025-06-26 01:51:51
on my blog!
https://dotat.at/@/2025-06-28-boulder.html
Golang and Let's Encrypt: a free software story
on my blog!
https://dotat.at/@/2025-06-28-boulder.html
Golang and Let's Encrypt: a free software story
Lies we tell ourselves to keep using #Golang
https://fasterthanli.me/articles/lies-we-tell-ourselves-to-keep-using-golang
My golang knowledge is pretty basic. I had to do some updates to a product at work, and it was pretty easy and straight forward. Actually quite fun. Just to learn more golang, I started working on a cli-tool for my Niri setup, and it's actually pretty usable already.
I just want to polish it and clean up the code a bit more before publishing it. Also, since I'm not that good at the language yet, I'm totally not sure if I even do things correctly or the 'golang' way.…
Golang makes up for the benefits of type aliases and generics and arbitrary key and value types for maps with nil pointer and zero value shenanigans.
#OpenTelemetry for #GoLang: measuring the overhead
https://coroot.com/blog/opentelemetry-…
from my link log —
Golang's weird little iterators.
https://mcyoung.xyz/2024/12/16/rangefuncs/#fnref:tooling
saved 2024-12-17
Go Wiki: SliceTricks - The Go Programming Language
Cut:
a = append(a[:i], a[j:]...)
#golang
No to trochę na tym w wielu momentach polega moja praca - dużo pisania małych tooli do robienia pojedynczych rzeczy, jakiś w kółko podobnych projektów, zaczynania od zera z małymi różnicami :)
Do czegoś takiego - idealnie sobie napisać "prompt" początkowy z zasadami, potem dopisać co się konkretnie chce zmienić - np. teraz mi napisz nowe cli w golang, które zrobi to i to (np. podsuwam mu endpoint swaggera), dorób do tego kontener, CI/CD, testy, lintery, pre-commity, dependency …
from my link log —
Using otel to emit and view debug traces from Golang command-line tools.
https://github.com/jonjohnsonjr/til/blob/main/post/otel.md
saved 2025-05-27