Checking out the Lemmy side of the sea—

  • 0 Posts
  • 29 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle


  • I can’t directly answer the question, as I don’t use one. But I would like to mention that I put on a pair of joystick caps which are frankly pretty thin layers of silicon all things considered, and now the Deck won’t fit inside the case unless I firmly hold it closed and then pull the zipper.

    The case is designed to fit it very snugly, it would seem! But third-party cases usually have more give inside for covers and joystick caps etc.









  • I use the AmazFit Band 7, the last sensibly sized watch that exists it often feels like.

    Weather fails to sync, but then it’s probably the least important feature on a watch. The only feature I really wish Gadgetbridge could do that even the official stack can’t is “nap mode”

    As a narcoleptic person still recovering from major depression, I wish I could either press a button to silence the watch and set a “smart alarm” for 30 minutes. Even better if it would turn on automatically if it detects me sleeping during the day!

    The only other thing GB can’t do is stand in for the phone-side ZeppOS API functionality, but who needs that, let’s be honest!

    Fantastic battery life to boot. I have gone two weeks after forgetting to charge it while wearing it almost 24×7!









  • I would like to know this as well.

    So far, it seems it’s a bit easier to do with Podman / “standard OCI containers” because they’re rootless and get stored in my home directory. But the solution I keep seeing is to move the directory and then symlink or mount bind the folder. I do the latter so that podman continues to work when that external drive isn’t connected.

    This does actually work, but I really don’t like it. Why isn’t there a way to store a container entirely in a specific location and then run straight from that location?

    The alternative is to provide Podman a custom storage.conf for a specific location. But that too is a “permanent” change. I would love to know a cleaner solution to portable containers!