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

help-circle
  • Maybe that should be the case. But according to them they are unwilling to budge on any of the guidelines as to not sacrifice any of their goals of privacy and security.

    Hopefully someday they either support more devices, or preferably more devices meet the guidelines. I personally would like to see devices that are better supported from a repairability point of view, like the fairphone or hmd skyline.

    But, none of that changes the fact that if you want to forgo google play services on android in a secure and private way today, a pixel with Graphene is going to be your best bet. What I would like to be, or what I think should be has no bearing on that answer.














  • I never used Plex. Up until my kids were born I used to just watch my videos on my desktop, but now I find myself watching on my phone and TV more often. My Jellyfin server has been super stable for the last 6 months or so running on a super low powered machine and external hard drive. The only issues I have is with movies with Dolby digital, they tend to get out of sync when scrubbing the timeline. I am assuming that is due to the lower power of the machine. But, I have a 400watt desktop with a 7th gen i7 and a pascal Quadro P1000 that I am planning on migrating to. Then adding a 20tb internal drive for storage. Hopefully that will resolve the small issues I have seen with it.







  • MXX53@programming.devtoSelfhosted@lemmy.worldHow do you keep up?
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    3 months ago

    I run a Fedora server.

    All of my apps are in docker containers set to restart unless stopped by me.

    Then I run a cron job that is scheduled at like 3 or 4am that runs docker pull on all containers and restarts them. Then it runs all system updates and restarts the server.

    Every week or so I just spot check to make sure it is still working. This has been my process for like 6 months without issue.