• 18 Posts
  • 396 Comments
Joined 3 years ago
cake
Cake day: July 25th, 2023

help-circle








  • I have the feeling YouTube removes my comments if I edit them shortly after creating them.

    Also, it feels like they remove comments quickly if they are reported often. At least I have the feeling that if I post factual but unpopular comments, they are more likely to get removed after a short while.

    Anyway, it makes sense they remove more than they used to as they had a big spam problem. Now it’s better but them removing valid comments too quickly as collateral makes sense to me.





  • It won’t save you from doing a bit of work but you could use podman. There’s systemd integration so you can still start/stop/enable your services with systemctl while using docker/container images. You won’t be able to use docker-compose directly, but it’s usually not that hard to replicate the logic with systemd (Immich was a PITA at first (because they had so many microservices split into multiple images, but it improved considerably over the first two years).

    I do this with NixOS quite a bit, and I’ve yet to use docker compose (although the syntax is different, it’s still the same process).