package-management

Tag

Cards List
#package-management

Uv is fantastic, but its package management UX is a mess

Hacker News Top · 2026-05-21 Cached

This article critiques the user experience of uv's package management CLI, highlighting missing features like `uv outdated`, unsafe default version constraints without upper bounds, and clunky upgrade commands compared to pnpm and Poetry.

0 favorites 0 likes
#package-management

Dependency cooldowns are unfair; we should use phased rollouts instead

Lobsters Hottest · 2026-05-21 Cached

The article argues that dependency cooldowns unfairly burden developers in earlier time zones and proposes using deterministic phased rollouts based on project identifiers to distribute adoption more equitably.

0 favorites 0 likes
#package-management

Staged publishing for npm packages

Lobsters Hottest · 2026-05-20 Cached

npm introduces staged publishing, allowing package updates to be reviewed and approved with 2FA before going live on the registry, enhancing security for package maintainers.

0 favorites 0 likes
#package-management

Patching and forking in package managers

Lobsters Hottest · 2026-05-10 Cached

This article explores strategies for patching and forking dependencies in language-specific package managers when upstream maintainers fail to address vulnerabilities. It contrasts the robust patching capabilities of system package managers with the limitations of language registries, detailing workarounds like git overrides and forks across various ecosystems.

0 favorites 0 likes
#package-management

Debian must ship reproducible packages

Hacker News Top · 2026-05-10

Discussion on the requirement for Debian to distribute reproducible packages to ensure build consistency and security.

0 favorites 0 likes
#package-management

Non-determinism is an issue with patching CVEs

Hacker News Top · 2026-05-08 Cached

Article discusses how AI models like Claude Mythos, Big Sleep, and Microsoft Copilot are increasingly discovering CVEs, and how Nix/Flox provides a declarative package management solution that reduces CVE triage complexity from O(n) to O(u) through dependency set deduplication.

0 favorites 0 likes
← Back to home

Submit Feedback