@spencer - eviltoast
  • 0 Posts
  • 31 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle




  • Honestly, if you’re doing regular backups and your ZFS system isn’t being used for business you’re probably fine. Yes, you are at increased risk of a second disk failure during resilver but even if that happens you’re just forced to use your backups, not complete destruction of the data.

    You can also mitigate the risk of disk failure during resilver somewhat by ensuring that your disks are of different ages. The increased risk comes somewhat from the fact that if you have all the same brand of disks that are all the same age and/or from the same batch/factory they’re likely to die from age around the same time, so when one disk fails others might be soon to follow, especially during the relatively intense process of resilvering.

    Otherwise, with the number of disks you have you’re likely better off just going with mirrors rather than RAIDZ at all. You’ll see increased performance, especially on write, and you’re not losing any space with a 3-way mirror versus a 3-disk RAIDZ2 array anyway.

    The ZFS pool design guidelines are very conservative, which is a good thing because data loss can be catastrophic, but those guidelines were developed with pools that are much larger than yours and for data in mind that is fundamentally irreplaceable, such as user generated data for a business versus a personal media server.

    Also, in general backups are more important than redundancy, so it’s good you’re doing that already. RAID is about maintaining uptime, data security is all about backups. Personally, I’d focus first on a solid 3-2-1 backup plan rather than worrying too much about trying to mitigate your current array suffering catastrophic failure.





  • Honestly the writing’s been on the wall for Plex for a while now. I think it was when they introduced podcasts or news or something that it first became clear to me that Plex was trying to grow beyond a software company for self-hosters and prepare themselves for an IPO or something. I still use it simply because their client availability is second-to-none and I’ve got a bunch of people signed up already, but I’ve already made my peace that the “Plex getting shittier” line and the “Jellyfin getting better” line are getting closer and closer to crossing each other.






  • I am not a lawyer, add salt as necessary.

    There are a few instances of people getting sued, but usually your ISP will get a DMCA notice and send it to you and so long as you remove the content they’ve DMCA’d you’re usually fine. I also believe that in Canada there’s a $5000 limit to the damages they can recover so it’s usually not worth it for them to hire a lawyer, which again, I am not.




  • spencer@lemmy.catoLinux@lemmy.mlWhat do you think about this?
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 months ago

    Yeah basically all a “distribution” is is a selection of software and configurations, and they distribute (hence the name) that software and configurations as a bundle. It definitely can be daunting to learn all of this at once as a newcomer, but on the other side of that coin I’ve seen many people begin their Linux journey on a “beginner friendly” distribution who come to see that distro’s configs as default and need to unlearn/relearn many habits as they progress through their journey. I think, too, that often people who are immersed in the Linux world don’t have a great perspective on what is/isn’t confusing for a new user and often end up obfuscating things with other things that are just as complicated, if not more.



  • spencer@lemmy.catoLinux@lemmy.mlWhat do you think about this?
    link
    fedilink
    English
    arrow-up
    20
    arrow-down
    2
    ·
    10 months ago

    While I find that I agree with his takes like, 55% of the time, I do agree that Debian and Arch are basically the S-tier distros. So many of the other ones are basically just opinionated Debian or Arch, and while those can be useful when you’re getting started, I’ve found that for the long haul you’re better off just figuring out how to configure the base distribution with the elements of the opinionated ones that you like rather than use those distros themselves. Also, RIP CentOS. I would have put that in a high tier before the RHELmageddon (not top tier mind you, but it had a well defined use case and was great for that purpose).


  • spencer@lemmy.catoLinux@programming.devHow many packages is too many packages?
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    1
    ·
    10 months ago

    It depends if you’re using them all. Systems where I have lots of applications installed (especially graphical ones) will have lots of packages, my bare-minimum container hosts will have few. I think there’s also an element of selection bias here, because people posting screenshots of neofetch on their system are also likely to be people who intentionally run very minimal systems focussed on minimizing the number of packages so they can brag about it on the internet.

    TL;DR - the right number of packages to have is as many as are required for your computer to do what you need it to do, and not too many more than that.