Upgrading Homebrew and avoiding the "failed to verify attestation" error
til.simonwillison.net
Upgrading Homebrew and avoiding the "failed to verify attestation" error
1–10 of 46 posts
Re: Upgrading Homebrew and avoiding the "failed to verify attestation" error
#2As someone who hates tinkering with this kinda stuff, I’m surprised how well it works so far
Re: Upgrading Homebrew and avoiding the "failed to verify attestation" error
#3I’ve switched over to devbox, which is a thin, easy to use wrapper around Nix on osx. Haven’t had to install brew yet. Brew was simple in theory but I always ran into so many issues like this, or just various packages polluting everything. Fingers crossed I don’t have to go back As someone who hates tinkering with this kinda stuff, I’m surprised how well it works so far
Re: Upgrading Homebrew and avoiding the "failed to verify attestation" error
#4I’ve switched over to devbox, which is a thin, easy to use wrapper around Nix on osx. Haven’t had to install brew yet. Brew was simple in theory but I always ran into so many issues like this, or just various packages polluting everything. Fingers crossed I don’t have to go back As someone who hates tinkering with this kinda stuff, I’m surprised how well it works so far
MacPorts is a great alternative, also way older but never has been as successful as Homebrew.
It predates Homebrew by a bit and is under Apple's http://www.macosforge.org umbrella of OSS projects, so as close to 1st party support as you can get.
Re: Upgrading Homebrew and avoiding the "failed to verify attestation" error
#5What are people doing to get their account rate limited?
Re: Upgrading Homebrew and avoiding the "failed to verify attestation" error
#6> I frequently have rate limiting problems with my GitHub account What are people doing to get their account rate limited?
Re: Upgrading Homebrew and avoiding the "failed to verify attestation" error
#7I’ve switched over to devbox, which is a thin, easy to use wrapper around Nix on osx. Haven’t had to install brew yet. Brew was simple in theory but I always ran into so many issues like this, or just various packages polluting everything. Fingers crossed I don’t have to go back As someone who hates tinkering with this kinda stuff, I’m surprised how well it works so far
1. I hate the concept of dependency management. I want every package to ship with all dependencies inside. Just download tarball, extract and that's about it.
2. homebrew often wants to install things I already have, like python.
3. No easy way to install old packages.
I don't understand why things are made harder than they should be.
Re: Upgrading Homebrew and avoiding the "failed to verify attestation" error
#8[1] https://mootoday.com/blog/i-replaced-homebrew-with-devbox
Re: Upgrading Homebrew and avoiding the "failed to verify attestation" error
#9> I frequently have rate limiting problems with my GitHub account What are people doing to get their account rate limited?
Re: Upgrading Homebrew and avoiding the "failed to verify attestation" error
#10I’ve switched over to devbox, which is a thin, easy to use wrapper around Nix on osx. Haven’t had to install brew yet. Brew was simple in theory but I always ran into so many issues like this, or just various packages polluting everything. Fingers crossed I don’t have to go back As someone who hates tinkering with this kinda stuff, I’m surprised how well it works so far
My issues with homebrew are: 1. I hate the concept of dependency management. I want every package to ship with all dependencies inside. Just download tarball, extract and that's about it. 2. homebrew often wants to install things I already have, like python. 3. No easy way to install old packages. I don't understand why things are made harder than they should be.
I don’t use node but I understand it’s a mess there too.