RZRoman Zaievinhypha.pub·Mar 26 · 10 min readBack to FreeBSD: Part 2 — JailsBefore we explore FreeBSD jails, it is worth refreshing our understanding of how Linux solved the same problem with LXC (Linux Containers). Clearly inspired by jails, they are conceptually all about t60
RZRoman Zaievinhypha.pub·Feb 20 · 7 min readBack to FreeBSD: Part 1 — IntroA few decades ago, the only well-known way to deliver something to a server, to make it accessible over the internet, was moving files via FTP in Total Commander, FileZilla or FAR Manager, manually co00
RZRoman Zaievinhypha.pub·Nov 26, 2025 · 13 min readPostgres is Your Friend. ORM is Not.Postgres is amazing. It’s powerful, efficient, rock-solid, and genuinely one of the finest pieces of software engineering ever created. And it’s also much more than a traditional relational database. 01R
RZRoman Zaievinhypha.pub·Nov 19, 2025 · 23 min readRethinking How We Build Python ApplicationsIntro Let’s start with an axiom, well-known to experienced engineers and somehow well-ignored by beginners. Your job is not to write code. Your job is to solve problems through software, and coding i00