powRSS
Home Recent Glimpses Shuffle Blogs Random

Thu Aug 11

Title: Seirdy’s Home Website: seirdy.one RSS Feed: seirdy.one/atom.xml I write about and develop software to promote user autonomy. Topics include accessibility, privacy, security, software freedom, and search engines. RSS users are my people 🫶 If you appreciate what I'm doing consider becoming a supporter for 1$ a...

vknabel

4y
You can override Go values with ldflags during the build. That way, you can inject values like the current version, build date or the current commit hash. go build \ -ldflags "-X 'github.com/metal-stack/v.Version=$(VERSION)' \ -X 'github.com/metal-stack/v.Revision=$(GITVERSION)' \ -X...
My OpenBSD exploration begins! Well, began a while ago, but now I'm SeRIouS about it. This first post is about the installation experience...