Live data from Hacker News

Entropic – A Federated Package Manager for JavaScript

twitter.com

1–10 of 69 posts

Re: Entropic – A Federated Package Manager for JavaScript

#2
I don't believe yet another package manager is going to fix anything, more likely it'll take years to reach maturity, will be riddled with bugs until then, and have some serious fundamental issues on its own that will be revealed down the path, if it ever gains popularity.

Don't fix it if it aint broke should be a motto for more developers. Settling for good enough prevents second system effects and retards immaturity in the form new "trendy" products that over-promise and under-deliver solutions.

Nothing is perfect, but replacing something from scratch because of some mostly irrelevant issues that would be better handled by improving the standard solution usually just causes more issues than it solves.

Re: Entropic – A Federated Package Manager for JavaScript

#3
post #2

I don't believe yet another package manager is going to fix anything, more likely it'll take years to reach maturity, will be riddled with bugs until then, and have some serious fundamental issues on its own that will be revealed down the path, if it ever gains popularity. Don't fix it if it aint broke should be a motto for more developers. Settling for good enough prevents second system effects and retards immaturit…

> mostly irrelevant issues

95% of the talk is about why those issues aren't irrelevant. Care to respond to those?

Re: Entropic – A Federated Package Manager for JavaScript

#7
post #2

I don't believe yet another package manager is going to fix anything, more likely it'll take years to reach maturity, will be riddled with bugs until then, and have some serious fundamental issues on its own that will be revealed down the path, if it ever gains popularity. Don't fix it if it aint broke should be a motto for more developers. Settling for good enough prevents second system effects and retards immaturit…

Most JavaScript-related threads I see on HN feature at least a handful of comments from people who will avow that e.g. the npm ecosystem is hot garbage. Seems to me that it is broke and needs fixed.

Re: Entropic – A Federated Package Manager for JavaScript

#8

What about Yarn?

As a Facebook-managed project, Yarn's focus is probably more on FB's needs: fast, repeatable builds from centralized package repositories on their own private network.

There's ample room for a federated community project in this space, IMHO. I'd certainly be eager to kiss npm goodbye.

Re: Entropic – A Federated Package Manager for JavaScript

#9
If I visit their website without the www (http://entropic.dev), I get some curious JSON:

{"server":"entropic","version":"0.0.1","message":"GCU Fate Amenable To Change","website":"https://www.entropic.dev"}

Anyone know the significance of "GCU Fate Amenable To Change"? I did Google it, but that didn't help much.

Re: Entropic – A Federated Package Manager for JavaScript

#10
It is interesting to see the package management approach Deno (Ryan Dahl’s new project) is taking. It has stated as an explicit goal to make the package manager part of the same deno runtime. It tries to achieve this by supporting a native webstandard for modules out of the box. The approach seems to be partially inspired by the go 1.14 module system.
Post reply on HN