[00:05] Flatpak sucks too. Appimage is where it's at. [00:08] I heard they were actually working on version 5 of ReiserFS. I'm not really sure it's necessary though with BTRFS and ZFS. [00:10] https://i.imgur.com/vJKgPmn.jpg [00:11] https://geekz.co.uk/lovesraymond/wp-content/ep057.jpg [16:25] TIL: https://systemd.io/PORTABLE_SERVICES/ [17:54] “Portable services” do not provide a fully isolated environment to the payload, like containers mostly intend to. Instead, they are more like regular system services, can be controlled with the same tools, are exposed the same way in all infrastructure, and so on. The main difference is that they use a different root directory than the rest of the system [17:54] So they're essentially jails at the systemd level [17:55] I feel like I should hate this [18:25] systemd has already had systemd-nspawn https://www.freedesktop.org/software/systemd/man/systemd.nspawn.html [18:33] portable services is kinda like an even lighter version of that. yeah, it is really an image based chroot for system services.