TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Packaging Con 2021: a conference for package management devs and communities

108 pointsby droelfalmost 4 years ago

7 comments

cybrexalphaalmost 4 years ago
Using Go in anger for a few years has made me realise just how much a good package management solution adds to an ecosystem, and just how difficult a bad one makes life.
评论 #28162532 未加载
评论 #28165363 未加载
评论 #28165775 未加载
DonHopkinsalmost 4 years ago
I imagine the conference swag consists of branded tote bags, boxes, baggies, bins, pouches, bottles, backpacks, and laundry bags.
评论 #28160432 未加载
评论 #28161226 未加载
scrollawayalmost 4 years ago
Maybe we will finally get some protocol standardization in package distribution.<p>If you think about it it&#x27;s kind of crazy that we are reinventing the wheel with every language, OS, game store, extension marketplace etc.<p>A lot of Linux enthusiasts get lost in the idea that there should be one and only one package manager. But actually it&#x27;s more that there should be a standard protocol for package discovery, distribution and updating; and package managers can just be an interface to those.
评论 #28162955 未加载
评论 #28159435 未加载
评论 #28160315 未加载
评论 #28164388 未加载
评论 #28160718 未加载
BiteCode_devalmost 4 years ago
Great, I have a message about py, -m, --user, shiv and nuitka that I&#x27;ve been repeating for years but really need to reach a broader audience. That&#x27;s going to be a great talk to give, and 20 minutes is the perfect format for it.<p>Python packaging would be way less painful if people had been given those key informations. Not painless mind you, but from missing a leg to balls itching.
antmanalmost 4 years ago
It would be grest if they offered group discounts for Python packaging solutions developers.
评论 #28166117 未加载
freemintalmost 4 years ago
Interesting that also the Julia Package manager has a presentation.
tmpfsalmost 4 years ago
Client implementations typically need to be deeply integrated with the host PL&#x2F;OS but I think we can create a shared package registry with a protocol that sits on top of IPFS.<p>A single tool for publishing to the registry would push the package to IPFS, get the returned CID (hash of the package) and store the hash with some package meta data in a blockchain. Storing the hash in a blockchain would provide confidence the package has not been tampered with assuming no 51% attack and that client implementations always verify the hash against the package bytes. By making the hash immutable and linked to the content address of the package we have more confidence in the integrity of our packages.<p>Then we add an HTTPS bridge so that client implementations can easily migrate to consuming packages via this new distributed registry.<p>I am exploring this now so if anyone is interested in this kind of distributed language-agnostic package registry drop me a line at muji [at] tmpfs.org.
评论 #28163937 未加载