Rich is a Python library for rich text and beautiful formatting in the terminal. - rich/examples/downloader.py at master · Textualize/rich
Open source registries like PyPI, npm, and Crates.io lack funds for basic security despite massive growth and malware floods.
FOSDEM talk warns they're on borrowed time — bandwidth/storage eat 40% of budgets, leaving little for defenses against AI-amplified attacks.
Comparing two Python package managers: Poetry and new kid on the block uv.
Landlock is a Linux API that lets applications explicitly declare which resources they are allowed to access. Its philosophy is similar to OpenBSD’s unveil() and (less so) pledge(): programs can make a contract with the kernel stating, “I only need these files or resources — deny me everything else if I’m compromised.”
It provides a simple, developer-friendly way to add defense-in-depth to applications. Compared to traditional Linux security mechanisms, Landlock is vastly easier to understand and integrate.
This post is meant to be an accessible introduction, and hopefully persuade you to give Landlock a try.
Pypi lib: https://pypi.org/project/landlock/