• Using deface on 10 Bit HDR Videos

    deface is a script to automatically blur faces. Its underlying engines onnxrt and opencv are limited to 8-bit processing. It took me way too long to figure out how to use deface’s capabilities while preserving the full 10-bit color information (I admit, it’s very niche).

    That’s why I just want to briefly mention the result here.

    Read more ⟶
  • Upgrading dnf search

    It has always bugged me that dnf search has no indication in the output whether a package is already installed. In fact, this feature request already exists for at least 10 years. Let’s do it manually!

    Read more ⟶
  • Part 2: From Docker Compose to Podman Quadlet: A Practical Guide Using Immich

    This is the second part on Podman. In my first post, I described the basics of setting up Quadlets by hand.

    In this follow-up I describe how to convert a conventional docker-compose.yaml file into a Quadlet setup by using Immich as an example.

    Read more ⟶
  • Part 1: Nextcloud Using Rootless Podman Quadlets

    podman logo When it comes to containers, it unfortunately has become common practice to run services with way more privileges than necessary (if not directly as root). Docker remains the dominant player in this field but there is a new underdog and I think it’s better suited for most of the cases: Podman (short for pod manager) is a modern systemd-based substitute for Docker that already comes pre-installed with many operating systems – and it’s rootless by design.

    Podman Quadlet is the analogue of Docker Compose – currently the de facto standard for deploying multi-container applications. In the following, I describe my way to set up a Nextcloud instance using Podman Quadlets that runs exclusively with user privileges.

    Read more ⟶
  • First Post

    This blog has just been launched. 🥳

    From time to time, I’ll be writing about topics that have kept me busy for a while: things I want to structure and put into words for myself, and that I also hope might one day be of use to someone out there.

    Read more ⟶