Home | Notifications | New Note | Local | Federated | Search | Logout
Note Detail
dave@dthompson@toot.cat (2026-08-13 07:03:27)
I don't think any take of mine does more poorly in the tech news aggregator comments section than how I think language package managers were a big mistake.
---Reply---
Trev :neovim:@trevdev@fosstodon.org (2026-08-13 10:06:03)
@dthompson package managers are at the center of how many, if not all, distros are put together. If you could think of a better way to do that, what would it be?
Reply
---Replies---
Richter@richter@calamity.world (2026-08-14 10:24:14)
@trevdev @dthompson I believe the distinction is between language specific package managers, such as cargo, NPM, or poetry, and system package managers, apt, pamac and so on.
The former is where the rub is, as they become enforced borders of parochialism and cause packagers of applications to lose the ability to extract dependencies.
For example, see here for an elaboration. https://dustycloud.org/blog/javascript-packaging-dystopia/