Avatar by eveoart. Artwork - Artist

  • 2 Posts
  • 297 Comments
Joined 3 years ago
cake
Cake day: June 9th, 2023

help-circle


  • The first and most obvious is that (last I checked on Lemmy) per-user instance blocks only block posts, not comments. This means that for truly spammy instances (cough Hexbear cough) it requires an instance-wide block to achieve.

    Secondly, I would argue it is the same as any other reason to choose an instance. That being, I have to generally like the vibe and agree with the way it’s run. For example, I have to agree with the instance rules and trust the admins to moderate them. This is an extension of that.

    In the case of lemmy.ca specifically, I would say every major defederation I know of has been cast to a community vote and has had solid reasoning behind it. It comes back to trust and matching opinions: I (currently) trust the admin team to have reasonable defederations as they have matched or been similar to my opinions in the past.

    I enjoy not having to self-moderate my experience outside of individual users or rare cases. Choosing an instance that generally aligns with your views allows your admin team to do some moderation for you.



  • The best thing I did was probably set up Obsidian Live Sync after hearing about it in selfh.st weekly. Compared to the Syncthing setup I had before it is so much quicker, much easier to catch sync errors, and won’t drain my damn phone battery as much! The more things I can move away from Syncthing the better so I will probably be looking at Immich for my photos soon as well.

    On the management side, I’ve had my Docker stacks split across Dockhand and Komodo ever since a poorly executed move away from Dockge a few months ago. I finally thought about it and had the time to decide to give up on them both. I like some of the concepts of compose in a git repo and the fancier interfaces, but I just realised it was all over the top for what I need. I missed being able to simply SSH into a damn machine and docker compose up -d in an emergency. Compared to the constant deploy errors of Dockhand and the potential of scrounging application databases for in-DB compose data or attempting to deploy stacks from forgejo when forgejo itself is a stack deployed via git… going back to basic files is a blessing. Lesson learned!

    What that culminated in is all my stacks are now in Sencho (which clearly uses a lot of AI code sadly), but it was that or Dockge and I knew Dockge lacked a few things I wanted. The nice thing about Sencho (and Dockge) is that I don’t need either of them because they are based around file-on-disk simple operation. I can cut it out of my setup entirely at any moment and not shed a tear. So much peace of mind leaving Dockhand. Now I just need to find a builder image or write a script to replace Komodo’s build feature because I don’t want to keep using it.







  • I believe they were claiming it is installed the same as a driver, not that it’s a driver in the literal sense. That was my understanding of it too, so is that wrong? Surely Windows looks for drivers, downloads them, and this gets installed alongside. If it is not listed as a driver then why is Windows installing it? Is this a Windows issue of giving companies the ability to install optional crap or is it a company issue of hiding optional crap inside their “driver” packages?



  • I was recently shopping for a phone too, OP15 was a contender. Originally wanted to grab the OP12 for it’s camera and price but I missed the train. OP15 was tempting but expensive so I held off. Samsung Ultra are all overpriced and stagnated.

    I eventually gave up on my hard requirements of 512GB storage and better battery life and bought a used Samsung Ultra for 800 CAD. Battery is disappointing as expected, but it does everything just as good as a new Ultra seeing as they haven’t updated any specs outside CPU power in 5 years.

    Am I happy with the market state? No. Am I happy with the phone? Yes.







  • Yeah there’s a fair bit outside of home people don’t mention. Basically any system-level stuff: fstab mounts, all your system packages, /opt installs, config tweaks you had to do. It tales some time to get set back up after a while on the same install.

    After having to reinstall a couple times myself I now don’t touch anything outside of /home by hand. It’s all scripted so that I can copy /home, run the script, and be back up and running. Well, theoretically, there’s usually a hiccup or two. But the peace of mind knowing it’s all (self) documenting is quite nice. Not for everybody of course.