Skip to main content

3 posts tagged with "security"

View All Tags

PUB: Agentic Maintainers for the World's Most Critical Software

· 12 min read
Raymond Cheng
Bringer of the funk

PUB (Prosperous Universal Backports) is a proposal to fork the most important open source packages that the world's economy runs on, maintain them with agents, and serve them through a drop-in registry mirror. When a critical vulnerability lands, a patched package should exist in hours, not whenever an unpaid volunteer gets to it. This post covers how we would pick which packages to fork, what an agent is allowed to ship on its own, and why this has to be a public commons rather than another security product.

Docker-based Personal Server

· 13 min read
Raymond Cheng
Bringer of the funk

In this blog post, I'll show you how to configure a Docker-based personal server, running each service in a separate Docker container. Modern devops tools have made it easier than ever to run your own server and for anyone with basic familiarity with Linux, it's worth a try. In this tutorial, we'll use Gitlab as a running example.