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

help-circle


  • loutr@sh.itjust.workstoSelfhosted@lemmy.worldPlex has paywalled my server!
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    2
    ·
    25 days ago

    My tech-illiterate mom uses my Jellyfin instance with no issues. I sent her a link to the app store, her credentials, my server’s hostname and that was it. And once it’s set up, Jellyfin is much more straightforward to use than Plex.

    Sure Jellyfin has issues and doesn’t support as many types of devices, but Plex is far from perfect. I use it like twice a year, and the UI gets more and more confusing with each update IMO.

















  • The VBA part of the meme is real, VBA is (was?) localized. Turns out it’s a horrible idea: some keywords are badly translated, some are not translated at all. Googling localized error messages is useless, so you need to guess the original error message from the translation. Want to copy/paste a function from SO? Not so fast, you need to translate the keywords first! And the variable names as well while you’re at it.

    Ironically, you end up spending a lot of time on translation-related issues. I’ve worked on a french-VBA app, and it was a miserable experience (well, even more miserable than english VBA).