package-management

Tag

Cards List
#package-management

Quoting Seth Larson

Simon Willison's Blog · 3d ago Cached

PyPI now rejects uploads of new files to releases older than 14 days to prevent supply-chain attacks, a proactive security measure announced by Seth Larson.

0 favorites 0 likes
#package-management

PyPI releases now reject new files after 14 days

Lobsters Hottest · 3d ago Cached

PyPI now rejects new file uploads to releases older than 14 days, a security measure to prevent supply chain attacks by compromising old releases. The change was driven by incidents like the LiteLLM and Telnyx compromises.

0 favorites 0 likes
#package-management

My coding agent installed loadash. how do you hard-block fake packages before postinstall runs

Reddit r/AI_Agents · 2026-07-16

Discusses the problem of AI coding agents installing typo-squatted npm packages (like loadash) and asks for methods to block such fakes before postinstall scripts run.

0 favorites 0 likes
#package-management

Guix: creating a package from a binary

Lobsters Hottest · 2026-07-16 Cached

A guide on creating a Guix package from a binary using the copy-build-system, explaining how to set up an install plan.

0 favorites 0 likes
#package-management

Bring modern package management to Meson's native wrap ecosystem

Lobsters Hottest · 2026-07-16 Cached

Collider extends Meson's native wrap ecosystem with modern package management features including automatic dependency resolution, lockfiles, and publish/share capabilities, fully compatible with WrapDB.

0 favorites 0 likes
#package-management

Package Management as Org Chart

Lobsters Hottest · 2026-07-10 Cached

This article explores how different package management strategies and tools reflect organizational communication structures, illustrating Conway's Law through monorepos, workspaces, Bazel, Nix, Docker, and more.

0 favorites 0 likes
#package-management

@charliermarsh: We found an optimization in uv's resolver that sped up Jupyter by 13%, and Boto3 by 2.4x (since it requires so much bac…

X AI KOLs Following · 2026-07-10 Cached

An optimization in uv's resolver improves performance for Jupyter by 13% and Boto3 by 2.4x, detailed in a write-up.

0 favorites 0 likes
#package-management

You shouldn't trust Trusted Publishing

Lobsters Hottest · 2026-07-07 Cached

The article criticizes the misinterpretation of Trusted Publishing as a human trust mechanism, clarifying that it is a machine-to-machine OIDC-based authentication scheme that improves security by eliminating long-lived credentials.

0 favorites 0 likes
#package-management

All Package Management Functionality Moved from Compiler to Build System

Lobsters Hottest · 2026-07-01 Cached

Zig moves all package management functionality from the compiler to the build system, reducing binary size and enabling easier patching and safety checks. This architectural change improves the build server protocol and unblocks ZLS integration.

0 favorites 0 likes
#package-management

Xsnow "protestware" in Debian

Hacker News Top · 2026-06-30 Cached

A Debian package xsnow includes a political Easter egg that displays Ukrainian flags when the language is set to Russian, sparking debate about DFSG compliance.

0 favorites 0 likes
#package-management

GuixPkgs: every Guix package, as a Nix flake

Lobsters Hottest · 2026-06-26 Cached

GuixPkgs is a project that makes every GNU Guix package available as a Nix flake, allowing users to mix Guix and Nixpkgs packages in a single flake. It uses guix-transfer to convert Guix derivations to Nix derivations and provides a binary cache to avoid rebuilding the entire Guix bootstrap.

0 favorites 0 likes
#package-management

yay v13 and the AURpocalypse

Lobsters Hottest · 2026-06-18 Cached

yay v13 introduces Lua hooks for extensibility and displays PKGBUILD last modification time to help users review packages more carefully, responding to the AURpocalypse incident.

0 favorites 0 likes
#package-management

pkgcli: A command-line interface for PackageKit

Lobsters Hottest · 2026-06-14 Cached

Introduces pkgcli, a new command-line client for PackageKit that offers human-friendly commands, colored output, a JSON scripting mode, and better internationalization, replacing the decade-old pkcon.

0 favorites 0 likes
#package-management

Arch Linux Now Believes Malware Incident Under Control: More Than 1,500 Packages

Hacker News Top · 2026-06-13 Cached

Arch Linux developers have contained a malware incident in the AUR user-contributed repository, deleting malicious commits affecting over 1,500 packages.

0 favorites 0 likes
#package-management

Refuse

Product Hunt · 2026-06-12

Refuse is a product that blocks vulnerable package installs for both users and AI systems.

0 favorites 0 likes
#package-management

Nix Flakes and their Guix Equivalents

Lobsters Hottest · 2026-06-12 Cached

A detailed comparison between Nix Flakes and their equivalents in the Guix package management system, covering dependency declarations, pinning, purity, outputs, development environments, and system configuration.

0 favorites 0 likes
#package-management

Upcoming breaking changes for NPM v12

Hacker News Top · 2026-06-09 Cached

npm v12 introduces security-related breaking changes to npm install that disable automatic execution of scripts, git dependencies, and remote URL dependencies by default. Users can prepare by upgrading to npm 11.16.0+ and reviewing warnings to explicitly opt into trusted behaviors.

0 favorites 0 likes
#package-management

Ergonomic overrides for Nixpkgs

Lobsters Hottest · 2026-06-06 Cached

Gabriella439 introduces override-utils, a new package that simplifies Nixpkgs overrides and overlays, aiming to improve the usability of the Nix ecosystem.

0 favorites 0 likes
#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
Next →
← Back to home

Submit Feedback