this post was submitted on 10 Oct 2023
319 points (98.8% liked)
Gaming
19959 readers
7 users here now
Sub for any gaming related content!
Rules:
- 1: No spam or advertising. This basically means no linking to your own content on blogs, YouTube, Twitch, etc.
- 2: No bigotry or gatekeeping. This should be obvious, but neither of those things will be tolerated. This goes for linked content too; if the site has some heavy "anti-woke" energy, you probably shouldn't be posting it here.
- 3: No untagged game spoilers. If the game was recently released or not released at all yet, use the Spoiler tag (the little ⚠️ button) in the body text, and avoid typing spoilers in the title. It should also be avoided to openly talk about major story spoilers, even in old games.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I guess I don't really like the idea of a large company using a tool like Homebrew, I feel at that point they should write/include their own package manager.
I might be sounding pedantic, so feel free to ignore me if you're a Homebrew fan, but it just irks me that the package manager is installed via curl'ing a shell script from their github project, and that the entire repo itself is stored on Github.
Even Microsoft has winget; dunno why a company the size of Apple can't just roll a proper, secure way to distribute packages.
Also, as far as other package managers go, there's Macports.
They have a proper, secure way to distribute packages - the app store. It just happens to be a GUI solution and not a CLI one.
Sure, exactly. So why do I need to install a third party CLI package manager for a first party suite of tools?
Like, xcode-select is able to grab dependencies. There's no reason why a similar binary can't be delivered with the porting sdk.