Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this project dead? Just curious. #365

Closed
AdamBD opened this issue Aug 6, 2020 · 7 comments
Closed

Is this project dead? Just curious. #365

AdamBD opened this issue Aug 6, 2020 · 7 comments

Comments

@AdamBD
Copy link

AdamBD commented Aug 6, 2020

No description provided.

@ragecryx
Copy link

ragecryx commented Aug 7, 2020

Bump, I would like to know too. Installation instructions are broken for some time (like reported in #343 ). And no active discussions here or in discourse for months.

@petersg83
Copy link

It might be related to Microsoft that bought npm and github recently. Microsoft would want only Github Packages to rule the game...

@AdamBD
Copy link
Author

AdamBD commented Aug 18, 2020

was entropic going to only be for .js packages? I imagined what was important here was the federated model, meaning any language could adopt this model for package management.

@ragecryx
Copy link

ragecryx commented Aug 18, 2020

was entropic going to only be for .js packages? I imagined what was important here was the federated model, meaning any language could adopt this model for package management.

I think it is the latter but a lot of it's initial goals is to support the JS community.

I personally was lurking for quite some time now, looking for an opportunity to contribute (felt that I lack the experience on the domain of package management to jump right in) and it makes me a little bit sad to see inactivity. In an internet reality where everything is gradually being walled and centralized projects like this should receive more attention and support from devs.

Even if the case is that the original authors don't have much time to spend on this, I hope they find at least some time to guide/mentor the rest of us to continue the work.

@petersg83
Copy link

was entropic going to only be for .js packages? I imagined what was important here was the federated model, meaning any language could adopt this model for package management.

I was thinking it was more about a decentralized registry, meaning that no one has the full control (as it is what npm has for now. You can't really publish your package elsewhere)

@chrisdickinson
Copy link
Collaborator

Hi folks!

So, yeah, Entropic is dormant right now. The maintainers (myself included!) were trying to balance working on this project in our off hours with our day jobs. Unfortunately, our day jobs ramped up, and the balance split to focusing on our day jobs. I'd love to continue working on this project sometime in the future, when I've got headspace to do so; I imagine this sentiment is shared by the other maintainers. Even in light of the GitHub acquisition, I think decentralized package management is compelling.

You may be interested in Orogene, which is an attempt to build a new package management CLI for JS packages, led by @zkat. It's still in early days, too.

@conartist6
Copy link

I just wanted to say hello because I'm actively working on something that's related to decentralized package development. I'm building a build system called macrome. The idea is to create the tooling you would want if your plan was to check all your built code into your git repository. The tools specifically help with cleaning, verifying, and incrementally building a project's generated assets.

Packages built this way can still be published in a central repo, but since the git repo is itself a package it can be forked, have versions owned by different maintainers and hosted different places, and used with (more or less) any up-to-date package manager. The biggest advantage is that you can swap out the implementation behind a name without changing any of your code!

My projects are not quite ready for the world yet, but I am actively working on them as my primary "job". I'm pretty excited about the possibilities that decentralized development might bring, and wanted to thank @ceejbot for her 2019 talk which got me thinking about this (even if I forgot about it for a while afterwards).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants