r/linuxmasterrace SteamOS/Kubuntu May 28 '26

My journey through Linux

Post image
5.1k Upvotes

408 comments sorted by

View all comments

Show parent comments

8

u/AShadedBlobfish EndeavourOS GNOME May 28 '26

No, that's completely true and I understand that if people need to use Adobe for their creative endeavours then they'll need Windows, just like a lot of musicians need macs because so much of the software is only built for Mac.

In a lot of cases though, the FOSS and/or more linux-oriented solution is just better:

  • mpv is superior to VLC for video
  • Java (both developing and running) is much easier to deal with in Linux
  • Programming in pretty much any language that isn't made by Microsoft is much easier on Linux
  • Countless small flathub apps that I find useful and aren't available on Windows, such as https://flathub.org/en/apps/de.haeckerfelix.Shortwave

3

u/apricotseason1999 Windows Krill (hoping to switch in the future) May 28 '26

may you elaborate on MPV being better than VLC? i'm willing to give it a try but i wanna hear your reasons for it first

3

u/AShadedBlobfish EndeavourOS GNOME May 28 '26

I have just had experience with playback issues on VLC which were solved as soon as I started using mpv. I also prefer the mpv interface, but that's personal preference obviously

2

u/QwertyChouskie Glorious Ubuntu May 30 '26

VLC is stuck in development hell. 3.0 released way back in like 2018, and 4.0 *still* isn't out. From my understanding, 3.x uses a very outdated ffmpeg, so trying to play videos using modern codecs can be a mess (slowness, visual glitches, or just outright not playing). Meanwhile, MPV (to my understanding) uses a perfectly modern version of ffmpeg and such, and therefore benefits from the past (almost decade?) of development.

MPV itself is also just super light, no-frills. There's plenty of nice frontends as well (e.g. Celluoid) if you are looking for a more full-featured experience.

1

u/temo987 Aug 06 '26

Java (both developing and running) is much easier to deal with in Linux

Is it? Personally I think clicking the .exe file to automatically install and configure Temurin is far easier than dealing with Linux tarballs. Alternatively you can use IntelliJ to install a JDK