• 0 Posts
  • 160 Comments
Joined 2 years ago
cake
Cake day: June 29th, 2023

help-circle





  • containers should be immutable and not be able to write to their internal filesystem

    This doesn’t jive with my understanding. Containers cannot write to the image. The image is immutable. However, a running container can write to its filesystem, but those changes are ephemeral, and will disappear if the container stops.



  • There’s a good deal of misinformation here. The main part being disk space. While it is true that flatpak apps will take up more space, it’s not nearly as bad as you think it is. There is a lot of really good optimization going on under the hood that you don’t see. Dependencies are de duplicated. I’m no expert on it, but I believe that dependencies also have delta changes from one version to the next.

    Regarding apps not supporting building of the source, you should get over that or do the work of supporting it yourself. Open source is a hard, usually thankless job.




  • People love to prove how “smart” they are. It’s extremely reliable.

    I unfortunately still mindlessly scroll Facebook when I’m bored. When I see some kind of obvious rage bait, people will trip over themselves to comment about it, even if a thousand other people have already said what they came to say.

    The kind of things I’m taking about are like this. Completely mispronouncing a common word in every single video. The kind of word that no one ever mispronounces. Or someone opens their refrigerator to get something out of it and there’s random items conspicuously placed in it that obviously didn’t belong there.

    The kind of things that anyone with half a brain knows is purposefully done. And yet thousands of people will shit themselves trying to get the comments opened so they can correct the record.









  • So, slightly tangential, but I have a failed home automation project this past week.

    I have been using an unofficial integration for my mini-splits for a few years. The guy who wrote it likes to disappear for 6 months at a time and it seems like it may be abandoned. It finally stopped working after a home assistant update.

    I had bought some ESP based replacement dongles about a year ago and decided to finally use them. Well, not all of the features worked, so I set about writing my own firmware.

    That ended up working even less well. I wasted a lot of time and effort trying to get my firmware to work before giving up and just moving to the fork of the original Home Assistant integration for the official dongles.

    I hate being beholden to third party stuff like this because I have robust automation setup for my mini-splits and updates can completely break them and be a massive pain to fix.

    I’m not sad I tried and failed so much as I’m just sad it didn’t work. I may try again sometime in the future.