Just a dad with a sysadmin hobby … leaving reddit

  • 0 Posts
  • 32 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle


  • Everyday. I’ve got a lot of stuff that uses it. Granted most of it was mostly created a decade ago but with minimal maintenance it works great. The most helpful script is parsing megacli outputs so I can get a heads up on drive failures and rebuilds among other things.








  • Nine@lemmy.worldtoLinux@lemmy.mlwhat caused you to get into Linux?
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    7 months ago

    I could just do more with it.

    I didn’t have a lot of money and went dumpster diving for parts. Changed out a bad capacitor and got a system booting. This was back in Pentium 3 and 4 days. I found a 512MB stick of memory that had some bad areas. Linux was able to map around it with some kernel options at boot. Since I had limited storage I used knoppix and had a print out of the needed kernel options and memory addresses.

    Once it was up and running I was able to do anything and everything I wanted. I did built a better system and got gentoo going a year or so later.

    Eventually I got gaming mostly working with the project that eventually became crossover. First software I ever purchased too. I started dual booting less.

    I bounced back and forth between windows and Linux and when I built a system around 2010 I didn’t even bother configuring it for dual booting.

    I haven’t really touched anything windows since around the release of Windows 10 and only used windows 7 for work reasons prior. These days I’m pretty useless with anything on that end.

    So I’m an evangelical fan of Linux. I use it everywhere I can and the FOSS philosophy resonates with me. I advocate for it where it makes sense and works. I’ll go out of my way and spend time & money helping people move into it too.





  • Nine@lemmy.worldtoLinux@lemmy.mlDeleted Posts
    link
    fedilink
    arrow-up
    6
    ·
    9 months ago

    I guess it largely depends on the instance and user. Federation allows things to talk but users and their home instances still have ownership of the data. So if a user removes it it’s gone. If the instance goes away it’s gone.

    At least that’s my basic understanding. I haven’t had the time to really explore how everything works and do a deep dive. So if I’m wrong someone please correct me!



  • Yes, you’re completely correct. There’s something to consider though.

    CPU encoding gives the best results possible, in terms of quality and size. Decoding, unless you have a very weak CPU, isn’t necessarily the bottleneck it most transcoding applications eg plex, jellyfin, etc.

    So you can do things to make the media as streamable as possible for instance encoding your media in AV1 using the mp4 container rather than mkv. If you make it web optimized aka ATOM upfront it makes playing the file much easier and less resource intensive. Now when a client that can’t use AV1 requests it your transcode can do SW decode and HW encode. Not as efficient as pure HW but IMHO it’s a worthwhile trade off for the storage space you get in return.

    You can make things more efficient by disabling subtitles and/or burnin on the media server side. If you have people like myself who need subs in everything then you can burn them in while you’re encoding the media to AV1 or only using formats like UTF8 so you can pass through them as m4v/mp4 doesn’t support subs like mkv does.

    That’s essentially what the optimized versions do on Plex. Only it sticks with x264 rather than AV1.

    If your media is only 720p then none of this would really make a difference for you. If you’re using 1080p+ rips then this will make a SIGNIFICANT difference. It’s made such a difference that I’ve started redoing my rips in 4K.

    Unless that is you got a SAN in your closet and free electricity that is…




  • So yes those are things that can do similar functions and in the case of os-tree based things btrfs is used heavily.

    But you’re still missing the point.

    It sounds like you’re saying people are needlessly trying to be complicated for no reasons. That we have btrfs & zfs so anything else is pointless.

    That’s a lot like saying we have roofs so a roof in Florida should be the same as a roof in Siberia. Anything else is needlessly complicated.

    There’s a lot of nuance missing there. Sure we have different technologies that can do similar things. There’s also reasons why someone would use one over the other.


  • I have to disagree with you on that. You’re missing the point entirely.

    It’s not about making something easy into something complicated. It’s about making something that is reliable and reproducible.

    Saying it’s just bs to justify jobs, sales, etc is like saying we already have widget X therefore it’s stupid to use widget Y. You’re missing the reasons why someone might need a widget that does something different than widget x.

    No one is (should) be saying one is superior to the other. It’s different technology and methods to get to the same goal. That is a working system that consistently and reliably produces results that are required.

    So yes, there’s different ways of managing those systems but that’s not a bad thing or is it needlessly complicated for no reason or benefit.

    There’s a lot of reasons why someone would choose or need something like nixos or sliverblue. There’s also lots of reasons someone would choose not to use them