• 2 Posts
  • 99 Comments
Joined 1 year ago
cake
Cake day: January 26th, 2025

help-circle

  • UnityDevice@lemmy.ziptoSelfhosted@lemmy.worldDocker is hard work
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    6 days ago

    My friend, a podman container file is a simple tiny ini text file. Behind the scenes it gets converted to a systemd service unit file, which is also an ini text file. The service file has a simple ExecStart command that just calls podman run. Meanwhile podman will just set up an environment and run the container with runc or crun. The whole thing is basically one step above a shell script. I could buildroot a system with this entire stack and it would fit on my wifi router.

    You’re the one overcomplicating things.







  • I use alacritty with a small script that calls tdrop to make it a drop-down terminal, and sets a few other window properties. For tabs I use tmux as it’s amazing and works everywhere.

    It all works perfectly on X, but tdrop is pretty glitchy on Wayland with multiple monitors. Since I use the drop-down terminal a lot, that this was enough of a trigger to move from gnome to kde where I can still use X.








  • Ok, I looked into this again, and I think I know what the issue is. It has little to do with summit. Seems like my instance (and possibly some others) convert images to avif while creating proxy images, and I guess android 11 doesn’t support decoding avif properly, or at least my install doesn’t.

    Example:
    original image, 234k png
    proxied image, 11kb avif

    I actually tested this by trying different accounts before reporting here, but two things happened that made me reach the wrong conclusion. First, when looking at a different instance which doesn’t use avif, summit will successfully load the images for posts from the cache, so the avif images still got loaded and showed me errors. Clicking retry on the errors actually loads the images normally.
    And then secondly, when testing in signed out mode, summit seems to default to using my lemmy.zip instance which again shows the avif images.

    Sorry about this.