28F, she/her - Seattle - Drive stick, use Linux, do praxis. Don’t call me unless I gave you my number

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

help-circle



  • I think the point here is that Jellyfin doesn’t have a centralized login or website like Plex does. An attacker would have to know about your server and log into it directly to get access. If you run it in a container, there isn’t a lot they can do other than trashing your media library, which you should have protected with filesystem snapshots anyway.










  • This is completely laughable for anyone who knows anything about open source or how China works.

    Sam Altman, OpenAI’s chief executive, has framed the competition between American and Chinese A.I. companies as ideological and said he wants to “make sure democratic A.I. wins over authoritarian A.I.”

    Hmm yes, by doing things open-source, clearly this is authoritarian, because I can’t make money off of it. Bawwwww.

    I hope that whiny little liar loses his entire ass, financially.



  • I usually set up an alias or script to update everything on my system. For example, on Ubuntu, I would do this: alias sysup='snap refresh && apt update && apt upgrade'

    And on Arch, I do this: alias sysup ='flatpak update && paru'

    Funny enough you’d need to use sudo to run this on Ubuntu, but not in the Arch example because paru being neat