Backporting fixes to older releases on Conda Forge
A guide on backporting security fixes to older releases in Conda Forge, using a Dask vulnerability patch as a practical example.
A guide on backporting security fixes to older releases in Conda Forge, using a Dask vulnerability patch as a practical example.
ChatGPT's code execution containers now support bash, multiple programming languages, package installation via pip/npm, and file downloads.
A developer explains their shift from Arch Linux's AUR to using Flatpak on Debian, driven by security concerns and system stability.
A guide to securing npm package publishing workflows by eliminating tokens and implementing robust security practices in response to recent incidents.
A guide to automating the publishing of internal .NET NuGet packages using GitHub Actions and GitHub Packages.
The author introduces new GitHub Actions workflows for their Swift Package Scripts project, automating tasks like building, testing, and documentation.
Release notes for sqlite-utils 3.39, featuring bug fixes for plugin installation with uv and new functionality for custom SQL functions.
A comparison of modern Python package managers uv and pixi, exploring their history, differences, and use cases for developers.
A tutorial on creating a Bash script using Awk and fzf to search, install, and remove Arch Linux and AUR packages from the command line.
A developer rewrites their Neovim configuration using the Fennel Lisp language and migrates to the built-in vim.pack package manager.
A guide showing how to check the installed and download size of packages using the Pacman and Apt package managers on Linux.
A critique of JavaScript's dependency management after a major supply-chain attack, arguing for systemic change but predicting stagnation.
Announcing the release of dzPackageInst 1.0.5, a command-line tool for installing Delphi IDE design-time packages.
A guide on how to clear various NuGet caches (global packages, HTTP, temp) using the dotnet CLI to free up disk space.
Troubleshooting guide for the .NET tool installation error "Settings file 'DotnetToolSettings.xml' was not found in the package."
A user recounts troubleshooting a failed Linux Mint update, leading to a fresh install of Mint 22.1 and lessons learned about system recovery.
A guide to using Helm, the package manager for Kubernetes, covering Helm charts, installation, deployment, and best practices.
A tutorial on using the uv tool to install Python, create virtual environments, and manage packages, replacing traditional tools like pyenv and pip.
Strategies to speed up Python dependency installation with pip, including caching, bytecode compilation, and using the uv tool.
A proposal for managing optional software dependencies using meta-packages, avoiding complexity in package managers.