• 0 Posts
  • 31 Comments
Joined 7 months ago
cake
Cake day: September 1st, 2025

help-circle


  • Overspark@piefed.socialtomemes@lemmy.worldAlphas.
    link
    fedilink
    English
    arrow-up
    12
    ·
    14 days ago

    Even if alpha wolves were a real thing calling yourself an alpha then basically means that you’re a coward who will only nip at the heels of an enemy when you are absolutely sure you have vastly overwhelming numbers and can wear your enemy down over time, because you sure as shit can’t take them down one on one. TL;DR everyone calling themselves an alpha is a weakling.


  • I use mergerfs (and snapraid because I do care about my data and want parity) on ext4 formatted disks. This is a much better way to use your disks if you’re mostly just storing media. RAID is for mitigation of downtime after drive failure, not for joining a bunch of (differently sized?) disks into one pool if downtime isn’t really a problem.



  • The point is signaling to other people that it’s not worth their time. I sort by new so I often see these slop posts as well, but other readers very quickly downvote it into oblivion so if a post is older than say 15 minutes I generally will know not to read it even if it sounds interesting at first glance. A mod will come by later to actually delete it if that’s warranted, but until then downvotes suffice.




  • Arch in the front, Debian in the back(end). I run Arch on my laptop and Debian on my homeserver. I’ve ran Debian on laptops before and if stable is getting older hardware support can be a struggle, much better on a rolling distro like Arch. And having all the newest toys on your desktop is very very nice. While on my homeserver I mostly want stability, everything else runs in (podman) containers anyway.

    Cachy is a distro I would consider, because it’ll theoretically give you slightly better battery life due to the optimised compiles, although I’m not sure you’ll ever really notice. Manjaro has a reputation of breaking far more often than Arch does, so that one’s a no for me.






  • Regardless of which e-mail service you end up using, I find that an incredible simple rule to filter all e-mail with the word “unsubscribe” in it’s body to another folder saves your sanity. It’s still a folder you should go through a few times a week to read all the newsletters and shit you’re subscribed to, and sometimes the occasional false positive, but your inbox will mostly contain e-mail you actually want to read. I have another rule that filters mail from specific senders that I want to read immediately to my Inbox before it hits the unsubscribe rule, but those exceptions are uncommon enough (I only have 7 after years of doing this) to not take much work.






  • dotfiles and system configuration are pretty different use-cases, usually when you do system-wide stuff you want to manage not just the configuration files but also what software is installed and a bunch of other things. Ansible or something else like it is definitely the right tool for the job. And Ansible isn’t so difficult to learn, you only need to know like 5% of what it can do to be very effective.

    For dotfiles my personal preference is dotbot, but there are MANY many different tools that are all good and are just different ways to accomplish roughly the same thing.