https://github.com/gokrazy/rsync v0.2.8 uses Go’s traversal-resistant File APIs to prevent attacks!
(Where possible with Go 1.24’s version of *os.Root; Go 1.25 will complete the API surface.)
Good flow, learning to write Go in Emacs. Browsing the Go doc with eww in the buffer on the left, with my source code in the middle, eglot with gopls giving me auto completion, code actions and flycheck on the right showing what I'm doing wrong.
Finally, a good old Makefile and an associated compilation buffer in the top right corner outputs what my app is doing.
Happy times!
Who is busy coding a zero-allocation URL-encoded payloads #golang parser instead of reusing one?
PS: I could use the fasthttp query parameters parser, but I feel like I want to have more control over the implementation.
A #Kubernetes web UI that is fully-featured, user-friendly and extensible #golang backend
I’ve been tossing around an idea for a game to hack together in #golang. Of course, it’s an educational game because I can’t just make something fun
undervolt-go - a Golang port of Python based 'undervolt' for Intel CPUs
https://github.com/Softorage/undervolt-go
Discussions: https://discu.eu/q/https://github.com/Softorage/undervolt-go
I just released a new version v.1.1.1 of azlogin, my Azure CLI login helper for multi-tenant users. https://github.com/janik6n/azlogin #Azure #Golang
Now includes optional feature to select a Subscription after login
Пишем Telegram-бота на Go(и заставляем его мотивировать нас каждые 30 минут)
Я всегда хотел сделать что-то простое и полезное в Telegram, но чтобы не пришлось постоянно за этим следить. И вот пришла гениальная идея: чтобы быть всегда замотивированным, можно написать бота, который будет (с какой то периодичностью) сам отправлять мотивационные цитаты в канал? Этот бот берёт случайные цитаты известных людей из интернета, переводит их на русский язык и отправляет в Telegram-канал по расписанию. Например, утром, днём, вечером и ночью. Звучит просто, правда? Но внутри этого проекта есть всё, что нужно для обучения: чистая архитектура, работа с API, планировщик задач и даже деплой на облачную платформу Railway. Весь код писать сюда будет довольно избыточно поэтому, это не пошаговое руководство, а просто обзор проекта. Ещё хочу сказать, что мне нравиться как генерирует изображение ChatGPT и я даже поставил на обложку. Раньше, конечно, качество изображений оставляло желать лучшего.
Eradicating N+1s: The Two-phase Data Load and Render Pattern in Go
#golang
Deep vs Shallow Go interfaces
#golang