Earlier quoted context omitted.
I'm amazed they're not sponsored by Apple themselves, or at the very least major mac-forward Dev houses.
If it wasn't for Brew, macOS would have no chance against Linux as a dev platform.
Show HN: Homebrew 6.0.0
271–280 of 380 posts
Re: Show HN: Homebrew 6.0.0
#272Re: Show HN: Homebrew 6.0.0
#273Earlier quoted context omitted.
I'm amazed they're not sponsored by Apple themselves, or at the very least major mac-forward Dev houses.
If it wasn't for Brew, macOS would have no chance against Linux as a dev platform.
Re: Show HN: Homebrew 6.0.0
#274The deprecation of Intel support is agressive! Every Mac enthusiast I know who uses a Mac as a server uses their old machines, which are pretty much all Intel. We'll lose support from you guys a year before Apple! I know supporting Intel is an ordeal and a choice, but I'm firmly on the camp that Homebrew should find a way to maintain Intel support as long as possible.
> We'll lose support from you guys a year before Apple! If only Apple put a fraction of its resources towards maintaining something like homebrew (or paying the people who do), maybe the situation would be different.
Re: Show HN: Homebrew 6.0.0
#275Re: Show HN: Homebrew 6.0.0
#276Apple could’ve made something like this, or at least pay you handsomely for making Macs better to use.
Re: Show HN: Homebrew 6.0.0
#277I have switched my full OS-level dev env to https://mise.jdx.dev/ from Homebrew+pipx+npm, initially as an experiment but found out that it actually works amazingly well. Many things get installed directly from GitHub releases or a corresponding package manager (uv, pnpm, go get ...), zero glue code to "repackage", zero version lag. You can install any arbitrary version of a package, even multiple ones at once, and dy…
The big drawback: having Claude complain every couple of hours that the new worktree is untrusted; or having to prefix a bunch of commands with `mise exec …` is annoying as well. A global alias for all shells would be nice.
Re: Show HN: Homebrew 6.0.0
#278Fantastic work Mike and team, though I’m still a little confused about cask upgrades.
Re: Show HN: Homebrew 6.0.0
#279Re: Show HN: Homebrew 6.0.0
#280Does homebrew still do that insane thing when you want to upgrade a single package it tell you "hold my beer" and starts installing postgres and some obscure python version?
Are you referring how it does a `brew upgrade` when doing a `brew install`? It should tell you how to disable that whenever it happens: > Adjust how often this is run with `$HOMEBREW_AUTO_UPDATE_SECS` or disable with > `$HOMEBREW_NO_AUTO_UPDATE=1`. Hide these hints with `$HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).