top | item 46796475

(no title)

_fat_santa | 1 month ago

I've been running Ubuntu Linux for a long time now (over a decade, started with 8.04). Linux still has it's fair share of bugs but I'll take having to deal with those over running Windows or MacOS any day.

For me the biggest thing is control, with Windows there are some things like updates that you have zero control over. It's the same issue with MacOS, you have more control than Windows but you're still at the whims of Apple's design choices every year when they decide to release a new OS update.

Linux, for all it's issues, give you absolute control over your system and as a developer I've found this one feature outweighs pretty much all the issues and negatives about the OS. Updates don't run unless I tell them to run, OS doesn't upgrade unless I tell it to. Even when it comes to bugs at least you have the power to fix them instead of waiting on an update hoping it will resolve that issue. Granted in reality I wait for updates to fix various small issues but for bigger ones that impact my workflow I will go through the trouble of fixing it.

I don't see regular users adopting Linux anytime soon but I'm quickly seeing adoption pickup among the more technical community. Previously only a subset of technical folks actually ran Linux because Windows/MacOS just worked but I see more and more of them jumping ship with how awful Windows and MacOS have become.

discuss

order

sovietmudkipz|1 month ago

I remember when Ubuntu decided to reroute apt installations into SNAP installs. So you install a package via apt and there was logic to see if they should disregard your command and install a SNAP instead. Do they still do that?

It annoyed me so much that I switched to mint.

kevinrineer|1 month ago

> Do they still do that?

Yes. I know its more than firefox, but I don't have the full list. On 24.04:

  me@comp:~$ apt info firefox | head -n 5
  
  WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
  
  Package: firefox
  Version: 1:1snap1-0ubuntu7
  Priority: optional
  Section: web
  Origin: Ubuntu
  me@comp:~$

newsoftheday|1 month ago

I agree with the sentiment but I keep Snap disabled because I like Kubuntu (Ubuntu with KDE) for its rock solid stability.

cosmic_cheese|1 month ago

The control is both a blessing and a curse. It’s really easy to accidentally screw things up when e.g. trying to polish some of the rough edges or otherwise make the system function as desired. It also may not be of any help if the issue you’re facing is too esoteric for anybody else to have posted about it online (or for LLMs to be of any assistance).

It would help a lot if there were a distro that was polished and complete enough that most people – even those of us who are more technical and are more demanding – rarely if ever have any need to dive under the hood. Then the control becomes purely an asset.

debo_|1 month ago

This is literally Linux Mint, Zorin, and several other distros. I haven't had to "go under the hood" on my daily driver machines that run either of these distros for over 7 years.

I think at this point people are just (reasonably) making excuses not to change.

bigyabai|1 month ago

There's several distros that are fully usable without ever touching a terminal. The control is a gradient, some distros give you all the control and others (eg. SteamOS) lock down your root filesystem and sandbox everything from the internet.

8bitsrule|1 month ago

> It’s really easy to accidentally screw things up when e.g. trying to polish some of the rough edges or otherwise make the system function as desired.

'Similar to Windows' System Restore and macOS's Time Machine', the Linux 'Timeshift' tool can be used to do make periodic saves of your OS files & settings. (They can be saved elsewhere.) Restoration is a cinch.

Mint program 'Backup Tool' allows users to save and restore files within their home directory (incl. config folder and separately installed apps).

globular-toast|1 month ago

You do have to know what you're doing. A complete OS has a bunch of components that work together. But an out of the box distro hides all that do you end up fiddling with incomplete knowledge.

Gentoo is great for learning what all the individual components are. You install it by booting a kernel from a USB stick then chrooting into your newly installed system to start installing and configuring everything. Just knowing the existence of individual components helps a lot. Plus Gentoo gives you more control than almost any other distro (much more than Arch, for example).

timbit42|1 month ago

> I've been running Ubuntu Linux for a long time now...Linux still has it's fair share of bugs...

> I don't see regular users adopting Linux anytime soon...

I can see why you think the second statement is true based on the first statements. When Ubuntu switched their desktop to Gnome, they gave up on being the best Linux desktop distro. I'd recommend you to try Linux Mint.

PlatoIsADisease|1 month ago

Let me recommend Fedora to you Timbit.

Debian family is outdated and builds with bugs upon release.

I too was corrupted by Ubuntu's marketing strategy of being popular and using the misleading word 'Stable'.

simgoh|1 month ago

I'm curious, can you elaborate on why you believe that changing to Gnome meant they were giving up on being the best desktop distro?

PlatoIsADisease|1 month ago

>Linux still has it's fair share of bugs

>Linux, for all it's issues

You are confusing debian-family with Linux. Debian family is designed to be outdated upon release. When they say "Stable" it doesn't mean 'Stable like a table'. It means version fixed. You get outdated software that has bugs baked into it.

Fedora is modern and those bugs are fixed already.

Reminder Fedora is not Arch. Don't confuse the two.

stuff4ben|1 month ago

Meh, I don't care much about control, I care more about getting my work done with the least amount of friction. Macs do that for me. Linux and Windows have too many barriers to make them a daily GUI driver.