Nest.land – An immutable, blockchain powered module registry for Deno
1–10 of 10 posts
Re: Nest.land – An immutable, blockchain powered module registry for Deno
#2Re: Nest.land – An immutable, blockchain powered module registry for Deno
#3Because we definitely don't want to remove malicious packages as the software supply chain finds itself under increasing attacks
What find themselves under increasing attack are developers and their projects.
Re: Nest.land – An immutable, blockchain powered module registry for Deno
#4Because we definitely don't want to remove malicious packages as the software supply chain finds itself under increasing attacks
Re: Nest.land – An immutable, blockchain powered module registry for Deno
#5Because we definitely don't want to remove malicious packages as the software supply chain finds itself under increasing attacks
You might want to take a look at this before commenting randomly on someone else's hardwork. https://docs.nest.land/#what-are-the-benefits-of-nest-land What find themselves under increasing attack are developers and their projects.
Re: Nest.land – An immutable, blockchain powered module registry for Deno
#6Earlier quoted context omitted.
You might want to take a look at this before commenting randomly on someone else's hardwork. https://docs.nest.land/#what-are-the-benefits-of-nest-land What find themselves under increasing attack are developers and their projects.
Hmm, none of these things are what I look for in a dependency management system. Blockchain is not the solution to much of anything
Re: Nest.land – An immutable, blockchain powered module registry for Deno
#7Earlier quoted context omitted.
You might want to take a look at this before commenting randomly on someone else's hardwork. https://docs.nest.land/#what-are-the-benefits-of-nest-land What find themselves under increasing attack are developers and their projects.
Hmm, none of these things are what I look for in a dependency management system. Blockchain is not the solution to much of anything
Re: Nest.land – An immutable, blockchain powered module registry for Deno
#8regarding whether or not deno should handle packages with url is a dividing issue, first of all deno does not try to be a direct successor of nodejs, it tries to be compatible with the browser, in the browser it is imported using directly url, some solutions are, use a deps.ts file and have all the import there, use import maps and maybe manage them using Trex, in order to change the paradigm is crucial to move forward, many when nodejs was presented did not like the idea of server-side javascript, Today the nodejs ecosystem is one of the most important in the industry
Re: Nest.land – An immutable, blockchain powered module registry for Deno
#9Earlier quoted context omitted.
Hmm, none of these things are what I look for in a dependency management system. Blockchain is not the solution to much of anything
Could you please provide some reasons as to why you feel this way?
Re: Nest.land – An immutable, blockchain powered module registry for Deno
#10Earlier quoted context omitted.
Hmm, none of these things are what I look for in a dependency management system. Blockchain is not the solution to much of anything
We aren't a package manager. We're a registry and CDN (of sorts). Blockchain is actually a huge solution to this problem for three very notable reasons. The first is that Deno module imports are url based, and we don't want code going off the internet, as this would break the code dependent on it. Blockchain solves this because transactions (module code) are unable to be modified or deleted. This means that import li…
In the end, you will want to mirror all external dependencies (repos, git, pkg) into your own cloud.
So Demo has us specify versions at the point of import, in how many files? Is this lunacy?
I store more files on GitHub for free, how can blockchain be cheaper than that?