Show HN: Golang binaries built for your users depending on their arch and system
1–10 of 10 posts
Re: Show HN: Golang binaries built for your users depending on their arch and system
#2Re: Show HN: Golang binaries built for your users depending on their arch and system
#3Re: Show HN: Golang binaries built for your users depending on their arch and system
#4Re: Show HN: Golang binaries built for your users depending on their arch and system
#5I cannot fathom why anyone would want this.
Re: Show HN: Golang binaries built for your users depending on their arch and system
#6Re: Show HN: Golang binaries built for your users depending on their arch and system
#7Re: Show HN: Golang binaries built for your users depending on their arch and system
#8Uh... Go 1.17 is almost five years old. (The current version is 1.26.) Why is this service using an ancient version of Go?
Re: Show HN: Golang binaries built for your users depending on their arch and system
#9If you're in the market for this kind of thin convenience wrapper you might as well just vibe code a .goreleaser.yaml, .github/workflows/releases.yml and an install.sh. Takes a couple minutes, and you don't need to face angry users when this service is hacked/turns evil/shuts down. (Before anyone protests vibe coding, you're doing less due diligence by using this.)
I’ll take vibe shooting myself in the foot over lying to myself any day.
Re: Show HN: Golang binaries built for your users depending on their arch and system
#10Oh, this web service is going to be such a nice target for hackers waiting to infect everyone who dares download random binaries. Centralizing “builds on demand” like this creates a pretty juicy supply-chain target. If the service gets popped, you’ve got a one-stop shop for shipping compromised binaries to every arch/OS combo. Convenient idea, but I’d only trust it with strong guarantees: reproducible builds, signed…