In 2023 I got into running things in containers after a getting over my fear of them. I quickly realised that running podman commands manually was tedious, and after a few different approaches I made pod, a poorly-named wrapper around the podman CLI that lets you define how to build an image and run a container in a config file, then run containers with pod run instead of some long podman command. Since then I’ve used it in basically every...| willhbr.net
We all know that it’s hard to share git repositories. Sure, you could upload to a site like GitHub or Codeberg, but that requires both you and whoever you want to share with to make an account. Wouldn’t it be great if you could share directly in your messaging app of choice? Just like you can share pictures and videos? Well, the obvious solution is to encode a git repo into an image, so you can share it however you...| willhbr.net