I used Plex for my home media for almost a year, then it stopped playing nice for reasons I gave up on diagnosing. While looking at alternatives, I found Jellyfin which is much more responsive, IMO, and the UI is much nicer as well.

It gets relegated to playing Fraggle Rock and Bluey on repeat for my kiddo these days, but I am absolutely in love with the software.

What are some other FOSS gems that are a better experience UX/UI-wise than their proprietary counterparts?

EDIT: Autocorrect turned something into “smaller” instead of what I meant it to be when I wrote this post, and I can’t remember what I meant for it to say so it got axed instead.

  • 257m@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    10 months ago

    I used to exclusively use clang but IMO gcc is just as good if not better. Both are pretty bulky but sometimes the LLVM toolchain can feel like bloat. Most of the time GCC is preinstalled on my linux distro so I don’t even need to install it I just git clone my projects and run my Makefiles. The only reason I ever use clang now is on my chromebook because gcc isn’t available through Termux.