this post was submitted on 12 Jun 2023
26 points (100.0% liked)

Linux

47232 readers
800 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Surprising to myself, I have been a Linux user for over 12 years...

Through the many years I have bounced between and tried Ubuntu, Debian, Fedora, openSUSE, Arch, Parrot OS, Linux Mint, Manjaro. I have tried Gnome, Cinnamon, XFCE, KDE, Mate, Deepin. And more. I have 3 computers, all using a Linux distro right now.

I love the idea of Linux - free, free as in freedom, free of telemetry. And well, I thought I would never entertain the idea of switching, here I am today, strongly considering Mac OS.

Lately, I have become extremely frustrated and tired of dealing with little bugs, crashes, versions, and dependencies. Not to mention notable UI issues. It is starting to hamper my productivity when working.

Right now I am using Ubuntu and I cannot drag and drop into VS Code from Nautilus, I can't drag and drop from the default archive manager, I am experiencing screen tearing issues, one piece of software I use crashes often but not Debian and vice versa, I have to manually reset screen brightness when it dims after timeout, etc. I have experienced issues of similar nature across all distros I have used and I am becoming burnt out.

I think part of the issue is that there is a huge variety of Linux distros, different combinations of kernels, desktop environments, window managers, package managers, file managers, network managers, etc... Not to mention devices. There is too many variables, and too many projects to maintain.

Sorry for the rant, I have seen many similar posts, but I have been using Linux for over 12 years, powering through, ignoring and working around these issues and I am pretty fed up.

While I am conflicted, I am thinking Mac OS looks like a good middle ground.

Any suggestions? What has been the most stable distro and compatible for you?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 1 year ago (3 children)

I use Mac OS for work and Debian for my personal stuffs. Both have pro and cons.

On Debian. bugs happens, but not that much. But you are right, some stuffs are not simple as it should be, like configuring my wide screen display need to enter some CLI commands.

On the other hand, for Mac OS, everything work out of the box until you have a special need. I have those in mind:

  • you need to install homebrew as package manager. Debian/Ubuntu have apt which basically works for (almost) everything out of the box
  • can't play my FLAC files using iTunes, so I need to buy a paid software or do some research. On Linux, Rhythmbox works pretty well out of the box. I currently use mpv using CLI, I didn't find a better alternative
  • the AZERTY keyboard layout doesn't work well with "not apple" keyboard. I needed to install an extra software to do this
  • some pieces of software don't work as good as Linux (Inkscape, Libreoffice, etc..)
  • Docker is not as good as it is for Linux
  • OpenVPN is not integrated as the Desktop as Gnome do
[–] [email protected] 1 points 1 year ago (1 children)

VLC will play whatever you throw at it.. can’t believe you didn’t use it. Also homebrew isn’t a requirement, it’s a nice to have, sure. But macOS works just fine without it.

[–] [email protected] 1 points 1 year ago

Yes, sure it does.

VLC has an issue which is a no-go for me: I have +4000 audio files, and I need to add/remove my library each into VLC to sync new/removed files.

MPV, don't need to scan all my files, I just run mpv ~/Music/<artist>/<album> and it works.

load more comments (1 replies)