6 ms·
The underlying lesson here should be that centralised package registries are unnecessary, yet new language ecosystems keep making the same mistake. There's rea
by hlandau 2y ago
The underlying lesson here should be that centralised package registries are unnecessary, yet new language ecosystems keep making the same mistake.
There's really no reason for NPM or crates.io to exist.
Go got this right.
- deleted 2y ago[deleted]
- lifthrasiir 2y ago"Unnecessary" is a very strong word and even Go has a centralized module proxy nowadays. So there is an obvious benefit of centralization here, and you should explain what and how much is the overside to give it up.
- Turskarama 2y agoThey might not be strictly necessary but they tend to solve more issues than they cause. Many languages which don't come with a centralized repository built in will tend to spontaneously gain one because they are in fact useful.
- infamouscow 2y ago"Drunk driving may kill a lot of people, but it also helps a lot of people get to work on time, so it's impossible to say if it's bad or not." - Internet person This is exhausting. Arguments like this don't persuade anyone—in fact, they do the opposite. They just highlight that you don't have any reasonable points to make, and are left relying on unfalsifiable and absurd claims.
- Turskarama 2y agoWhat's exhausting is your analogy, drunk driving does in fact cause more problems than it solves. Make a reasonable point yourself first before saying I don't have one.
- infamouscow 2y agoZig also got this right.