Earlier quoted context omitted.
Replace "need" with "want" and it might make more sense? Homebrew is the Mac equivalent of APT, Pacman, RPM, BSD ports, etc. It's a fairly traditional package manager for software that doesn't come with macOS. "brew install postgresql" installs Postgres into /opt/homebrew, for example.
So how does one install postgresql on a Mac?
Homebrew 7.0.0
111–120 of 270 posts
Re: Homebrew 7.0.0
#112Farewell, Homebrew. It's been a good run. - 2019 Intel iMac user.
Sorry we couldn’t support this for longer :( From the release notes: > The Intel support decision reflects the limits of a volunteer-run project: Apple have dropped Intel x86_64 support from macOS 27 Golden Gate and GitHub Actions will retire Intel macOS runners in autumn 2027. If Apple and Microsoft’s GitHub, two of the world’s largest technology companies, cannot continue supporting macOS Intel x86_64, sadly neithe…
No need to be sorry, the situation is understandable.
Re: Homebrew 7.0.0
#113Earlier quoted context omitted.
How long do you expect them to support Intel processors though? It’s been like 6 years since the last MacBook release had any Intel processor, and Apple doesn’t make OS updates anymore, so it doesn’t surprise me that Homebrew stopped too.
Are you implying that a 6 year old hardware is as good as a paperweight? Outside of the Apple fairyland this is just bonkers. I'm not blaming the Homebrew project/developers here, but the fact that many people are okay with deprecating perfectly fine hardware.
So I wouldn't say this applies globally to apple users/products, but the post-intel era is a special case. If nothing else, they are helping the environment by not feeding that (literally) hot garbage with more electricity.
Re: Homebrew 7.0.0
#114The GUI is pretty sharp, but I don’t like it uses emoji instead of SF symbols. Is it Claude or Codex built?
I didn’t build it. The emoji were my idea. I (and Homebrew) have used them heavily before LLMs did. Maybe LLMs loving them is my fault. Sorry if so.
Re: Homebrew 7.0.0
#115Looks like this release breaks Intel Macs. Very very sad. Not even 5+ year old hardware is apparently supportable to some devs
Re: Homebrew 7.0.0
#116Earlier quoted context omitted.
Why would you even use python without uv anymore, and have a system python binary and virtual envs linked to it?
Python might be just one of the languages required by the dev stack not the only language. Mise is the right tool for the job.
Re: Homebrew 7.0.0
#117Farewell, Homebrew. It's been a good run. - 2019 Intel iMac user.
Re: Homebrew 7.0.0
#118Has anyone gone from MP to HB, or vice versa? Why did you switch from one to the other (and perhaps back again)? What did you find as the pros/cons of each?
Re: Homebrew 7.0.0
#119Earlier quoted context omitted.
Python might be just one of the languages required by the dev stack not the only language. Mise is the right tool for the job.
Last time I checked, Mise is still a one-man show. That’s way too risky for a critical party of my supply chain for my taste.
That's not to say bus factor is irrelevant (I personally think about it a lot when choosing software projects), but truthfully the bus factor here especially doesn't matter much, as mise is an easy tool to replace (with asdf, for example) if something goes wrong with it eventually.
I highly recommend trying it out. I resisted using it for some time, but it solved some pain points I had with NodeJS, Ruby, and Python regarding installation.