Image text: “Fact: 90% of Linux users switch back to windows right before all their problems are about to be fixed”
I don’t have problems in linux
I am the problem in linux
Linux pros: You have control over everything Linux cons: You have control over everything
That’s why immutable distros will bring more Linux users in the future.
Are we talking something like NixOS?
NixOS is semi-immutable but not really designed to be user friendly. I think we are more talking about Universal Blue, Fedora SilberBlur, OpenSUSE microOS, VanillaOS and so on.
Tbh I’m pretty new to nixos, but I’m starting to believe if we had that the exact same config (at least without flakes, I’m still having trouble undertanding them) but with a slightly abstracted UI, it would be one of the most user-friendly distros out there.
Like just imagine being able to click “Add program”, write the name of a program, having all the options appear below as dropdown menus or on/off switches, then click big blue button “Apply” to rebuild.
We need more beginner distros like that.
So that begs the question: whY THE FUCK haven’t i search for that before?
Thanks, I’ll be looking into it
Not yet ready for daily use!
We were on the verge of greatness, we were this close.
*mint (nothing else)
-windows 11 user
Mint is not immutable.
sinde when did linux have to make tables immune?
Yup! NixOS, Fedora Silverblue, OpenSUSE MicroOS, Guix etc.
And steamdeckOS… whenever valve decides they’re gonna release it for general use.
Apart from the game mode update notes being hard coded to show steamos updates, bazzite is a drop in replacement that doesn’t get rid of your non flatpak packages each update. It also bundles or has easy installation options for all the recommended third party software everyone uses with the deck.
Pretty sure that 90% of Linux users don’t switch to Windows.
I thought it meant 90% of the ones switching to windows
That’s what I had in mind
I still boot to windows every now and then to play games. But each time windows painfully reminds me why I hate it
I have never liked Windows. Unix workstations or linux pretty much since the mid 80’s. My current pet peeve is companies that block email clients except Outlook from connecting to their mail server (Exchange).
This is true, I wanted to play a game and it looked broken in Linux. When I went back to Windows I discovered that it was a problem with the game. Then I went back to Linux and it ran better than it did in Windows.
Typical Ubisoft experience.
I mean, if you duel boot, it’s just a matter of time until Windows nukes your other OS. At least with me, my Linux was about to solve world peace, but Windows got wind of that and shut it the fuck down.
Meme is correct, they’re coming for you.
I almost wanted to correct you and say its dual not duel, but when I think about it windows will fight to be the only bootloader right when you think its finally behaving.
Wanted to say the same: the typo made the comment better. There has to be a community for this.
Windows basically never nukes the actual linux install. It DOES like breaking the bootloader though. Which is fixable but still deeply annoying.
Ah damn this is exactly what happened a few days ago. My popos boot entry suddenly disappeared. I can still just boot from the physical ssd it’s installed on, but I found it strange it just pooped out somehow. Any pointers on how to fix it?
Here’s an article on how to fix it.
TLDR: You need to boot from a live disk, mount your install and reinstall the bootloader.
I still need to fix mine, thanks for the link. The weirdest break it did once was messing with my Wi-Fi driver, managed to break Linux’ driver somehow, making the Internet a no go. Still no idea how Windows managed that though, they shouldn’t be messing with my bios. :/
Make sure you disable fast boot in Windows. I’ve read that can put devices into a state where Linux can’t use them.
I haven’t had it happen to me for a while now. I used to have a boot repair liveCD that’d always do the trick, but I don’t think that specific distro even exists anymore.
The gist is you’ll want to boot a liveCD and use the liveCD to reinstall GRUB, I’m sure you can find the right incantation to do so online somewhere.
Reminded me how Windows would set the hardware clock to different timezone that Linux uses, can’t remember which.
It would make my blood boil, that’s when I decided to never boot it again. 100% Linux everywhere, I get it on routers when I can.
Windows sets the hardware clock to local time, Linux sets it to UTC. It’s possible to tell one to respect the others preference
I will never expect Windows to respect any preference. Updates burnt me too many times.
Linux for life.
Linux for life.
Then you’re clearly not dual booting and this advice wasn’t for you
Not anymore I’m not, you are correct.
Also wrote that earlier.
So that’s why windows always has the wrong time after I’ve been in my Linux install…
It should change it back eventually if you didn’t disable setting the clock from Microsofts ntp servers
I have never had this issue on Mint/Windows duel boot
- yet
I have been running it for at least 6 months if not longer. So , I think that’s a valid sample size
Do you receive windows updates?
I do update both OSes routinely
Hmmm maybe that depends on your configuration are you on windows 10 or 11?
- 11 is crap and I will never upgrade. I only keep 10 because it’s a duel boot and I don’t want to reload everything. I guess I could partition a second Linux drive. But I occasionally like to mess around on Unreal 5 and create worlds.
Maybe thats why. Or do you have dual boot in two different drives?
Nope it’s a partitioned M2
Lol, putting the worst documented distro on the planet on the table is interesting. The majority of people new to linux would switch back to windows within minutes if they had to install and use nixOS.
NixOS isn’t bad but your right it could be explained better.
In terms of stability and packages, it’s an amazing OS. Gone are the days of being afraid that of updates or system upgrades that might leave your system borked. Unless you’re experimenting with filesystems and boot parameters, it’s not straightforward to fuck things up.
On the flipside, by Linus is it difficult to get things working as a beginner. Good luck packaging new stuff, good luck creating new options, good luck cross-compiling, good luck configuring stuff with hardcoded config paths in
/var/
or whatever, actually good luck understanding how to configure existing packages, good luck getting any kind of PR merged without the say-so of a chosen few, good luck changing anything in the community without getting past the gatekeepers, and have fun understanding why some random package is being installed and/or compiled when you switch to a new configuration.Good luck packaging new stuff
Packaging is generally hard on any distro.
Compared to a traditional distro, the packaging difficulty distribution is quite skewed with Nix though as packages that follow common conventions are quite a lot easier to package due to the abstractions Nixpkgs has built for said conventions while some packages are near impossible to package due to the unique constraints Nix (rightfully) enforces.
good luck creating new options
Creating options is really simple actually. Had I known you could do that earlier, I would have done so when I was starting out.
Creating good options APIs is an art to be mastered but you don’t need to do that to get something going.
good luck cross-compiling
Have you ever tried cross-compiling on a traditional distro? Cross-compiling using Nixpkgs is quite easy in comparison.
actually good luck understanding how to configure existing packages
Yeah, no way to do so other than to read the source.
It’s usually quite understandable without knowing the exact details though; just look at the function arguments.
Also beats having no option to configure packages at all. Good luck slightly modifying an Arch package. It has no abstractions for this whatsoever; you have to copy and edit the source. Oh and you need to keep it up to date yourself too.
Gentoo-like standardised flags would be great and are being worked on.
good luck getting any kind of PR merged without the say-so of a chosen few
Hi, one of the “chosen few” here: That’s a security feature.
Not a particularly good one, mind you, but a security feature nonetheless.
There’s also now a merge bot now running in the wild allowing maintainers of packages to merge automatic updates on their maintained packages though which alleviates this a bit.
have fun understanding why some random package is being installed and/or compiled when you switch to a new configuration.
It can be mysterious sometimes but once you know the tools, you can directly introspect the dependency tree that is core to the concept of Nix and figure out exactly what’s happening.
I’m not aware of the existence of any such tools in traditional distros though. What do you do on i.e. Arch if your hourly shot of
-Syu
goes off and fetches some package you’ve never seen before due to an update to some other package? Manually look at PKGBUILDs?
If you really want to run Linux : Distro hop
If you are not happy, then try a few more distros.
Yeah, that’s what I i did, first tried Nobara, I liked it but encountered some issues, tried to fix them but I realized I spent too much time and there’s no clear fix, so I hoped on Fedora and everything works nicely, exept for the Multimedia drivers which I’m still trying to fix…
Seriously, how can a huge distro like Fedora still be so horribly user-unfriendly when it comes to basic things like multimedia playback.
It’s the stupid US patent law, and they don’t wanna deal with any “legal” issues, showing you how to install those drivers is how far they can go… But this is Exactly why these drivers are broken, they’re not well integrated and not tested by Fedora devs…
That’s why Distros like Ultramarine promise you a working Fedora experience OOTB, because they’re not US based and such laws don’t apply to their software…
This is what seems to have helped for me on Fedora:
-
Install free and non-free RPM Fusion repositories: https://rpmfusion.org/Configuration
-
Then run the following:
sudo dnf groupupdate multimedia --setop="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin sudo dnf groupupdate sound-and-video sudo dnf install mozilla-openh264 rm ~/.cache/gstreamer-1.0/registry.x86_64.bin
I was having trouble with many h265 videos until I cleared my gstreamer cache (I only needed to clear the 64-bit cache, this thread suggests clearing both 32 and 64-bit):
https://discussion.fedoraproject.org/t/h265-videos-wont-play-in-totem-after-installing-all-codecs/87341/17Oh, Thank you very much multimedia playback behaves weirdly on my machine, I’ll try these fixes and let you know
-
Temple or nothing
I’ve not distro hopped in ages, ever since I found my one true love arch btw
Every child should be introduced to linux. Will help them understand better they don’t need to be treated as products and certainly make them more computer literate, and hopefully more security conscious.
But to be honest, not every child is technologically-inclined. Most are just gonna get annoyed and hate it. This is not a good idea.
I’d have loved it as a child though
Dude he said “introduced”, not forced to learn it well enough to duel Torvalds on the mailing lists.
Something like Linux Mint is very easy to use and doesn’t require much maintenance. You don’t need to reformat every year or two either when Windows inevitably shits itself.
I use arch btw
Linux mint shares all the flaws that are common to every Linux distro
My point is Linux doesn’t have to be hard to use. You are going out of your way and making things difficult when using something like Arch Linux.
I’m not undermining your point in the first sentence, I was just saying that I use arch, btw
Linux mint shares a few ubuntu bugs, and even if you use LMDE someone like a child cannot understand the essence of linux in a controlled environment.
I’ll repeat. You cannot teach linux in a controlled environment to a child.
I’ve heard of cases where parents are putting kids in front of linux recently!
They are windows illiterate i think is what the kids posted.
Yeah, that’s nice to hear.
But that’s not necessarily a controlled environment.
Yes you can! What do you think a Chromebook is or an Android tablet. Modern Linux is quite easy to use, in some areas easier than modern Windows. This is especially true if you have the kind of children who get viruses all the time.
Oh awesome. Leave it to lemmy to be pedantic.
I obviously meant normal linux distros when I referred to linux. Not chromebooks or android.
Also, using those is in no way the same as learning linux. In a chrome book you’ll just be using a browser. In a phone, all the apps are locked down and you have no access to cli.
thanks you for not forcing people to use arch, now I don’t have to shit on it for a milliont time
Me delaying the fix to my Linux problems by never switching back to Windows
I’ve been using nothing but Linux for 5 years and I still have problems every now and then.
But the same can be said with windows. My life long windows user friend occasionally (a few times a year) reaches out about some significant issues they are experiencing with windows on their modern desktop.
I truly wouldn’t recommend Linux for a fairly tech illiterate person like him, but really Linux is better in every category that matters to me.
I truly wouldn’t recommend Linux for a fairly tech illiterate person like him
I would actually argue the opposite, linux is way more intuitive for new people who hasn’t used a pc before or hasn’t used windows long enough to fill their brain with their unconsistent mess. I’ve seen 3 variants of this already with people close to me ( last one of them encouraged by me). Kinda mind boggling.
The moment a new user needs to use command line, they are out.
It isn’t mind boggling at all.
Untrue statement plus in some distros you don’t need the terminal at all. Fear to the terminal is included in windows’ inconsistent mess, as i said, to real first time users it’s not that horrible to “talk to the pc so it does what you told it to do”.
Also you don’t get to decide if an experience i had felt mind boggling or not (?
I mean he’s tech illiterate when it comes to anything semi complicated but with the way he uses his pc and the software he uses it would just not be possible for him to switch at all, would be unable to do 70% of the stuff he wants to do.
Linux is only good for the truly tech illiterate/pretty noice users in my opinion. After that you hit a point where they are literate just enough that they would need to solve problems on linux they wouldn’t have to on windows and their inability to solve problems on Linux make their experience bad.
One level above that Linux is the better option again though.
You can usually find the solution to Linux problems on the forum for your distro.
With windows problems, the answer is usually “nothing can be done unless microsoft actually decides to fix it”. That’s after digging through 10 or more pages of search results filled with AI generated crap.
Yes, and I would like to add that if you really know what you’re doing, you can even fix complicated, deep-rooted problems by yourself.
“nothing can be done unless microsoft actually decides to fix it”
That is just a straight up lie
I haven’t encountered a SINGLE issue like that in all my years of IT in heavy Microsoft environments. You can always find a solution, albeit having some small caveats like you have in every open source software. Every single issue is documented somewhere since 80% of desktops run it. The community is just so much bigger. You can even straight up contact Microsoft directly if you encounter anything that hasn’t been encountered before.
Don’t blame your lack of Google fu on Microsoft just because you don’t like their design philosophy.
shut the fuck up capitalist pig.
I would say so far, I can find the solutions just like i can with Microsoft, i can even leverage it with AI to get my problems solved. and actually, in linux mint, they have a irc and forum i can contact from my desktop.
Found the Microsoft agent.
I actually switched back to Windows a few weeks ago because I was so tired of all the NVIDIA problems I had on Wayland. A few days later I read that explicit sync finally got merged, lol.
I’m definitely planning on switching back to Linux, but I’m not sure if I’ll do it before getting a new AMD GPU.
“Fact: 95% of Linux users switched back to Windows95 right before all their problems are about to be fixed” A.D. 1999
- Seriously though a few years ago Microsoft launched their own Linux distributions. You’d think it would be smooth sailing now, no ?
That is why dual boot is based.
Only dual boot two Linux partitions. Dual booting windows is a waste of disk space, and liable to fuck with your bootloader every update.
Dual bootingwindows is a waste of disk spaceThere, fixed that for you.
Ok so I am probably gonna curse in the Linux church but please enlighten me
I have one laptop with windows 10 for the simple stuff: internet, movie, ms office. It functions perfectly. Yes it needs a reboot sometimes. I don’t understand what people are saying about how terrible ms in regard for easy users.
I mean I get it that it probably using my data, which would be actually enough to change.
However: all these post about how easy it is to fix stuff in Linux (and thus saying it is not working properly)… Keeps me in ms.
What are you guys doing that needs so much tinkering that needs to be fixed constantly?
deleted by creator
me?
okay so sometimes you need to run a twenty year old game made for another OS or cpu architecture
which… weirdly, easier in Linux than win7; Linux has better backward compatibility with windows than windows. was like three clicks to install.
but sometimes that game uses broadcast UDP packets for LAN multiplayer.
and this is where our problem comes from, because broadcast UDP packets are deprecated, and also most modern routers don’t love them, I don’t think.
so, I needed to find a way to manually readdress outgoing UDP packets from broadcast to a specific set of multicast addresses, which…
also, some issues running USB as serial for some exotic peripherals. and by ‘exotic’ I mean ‘I don’t know for sure the PC is the problem; I might have soldered this wrong’.
also some issues in qubes, but that’s literally all virtualization, and not a distro for anyone who hasn’t both been using Linux for a while and considered the cost of making their apartment a Faraday cage.
a few issues with bare arch, which is the ‘do everything from scratch 0 automation bleeding edge tech nerd, no, seriously you need to manually download a file system’ distro. don’t use arch if you don’t know what youre doing.
For the UDP broadcast, you should be able to catch and change them with simple firewall rules, you’d catch packets with a destination address of the broadcast address and send them to a chain that rewrites the destination
that was the conclusion I came to, yeah.
Ok cool, so you do very specific things (and I lost you at UDP). So since I don’t have a very specific use case, I am sadly still not convinced that I need to switch
no I’m saying weirdshit that made me fudge things in Linux. and I could. it was easy.
in windows my issues were all ‘this isn’t supposed to work, this isn’t allowed’ and I had to fight the system rather than finding the right config file and changing a couple lines.
so my windows problems were much simpler shit. things like getting the taskbar to to what I want, or getting windows to not explode on top edge of screen (literally a checkbox in KDE plasma)
A lot of the people who are drawn to Linux want to be able to tinker with things. For your use case you would probably be perfectly happy with installing Ubuntu, getting the apps you need, then not messing with it.
Yes this would be the only reasonable answer for my use case
I don’t really have to fix anything in Linux, I do a lot of advanced things though (I’m a software dev) where I will manually change executables’ paths, swap them out with symlinks, use custom newer GCC compilers, etc, but even with all of that I still rarely ever have to “fix” anything. I have been waiting, prepared, for when this Ubuntu install craps out so I can finally wipe it out and switch to Arch for this PC… but it still keeps going and going without a hiccup.
I’m not sure what people are referring to that they have to fix all the time, but no two people have the same experience overall obviously, and there are so many variations of a linux system. like take 10 different desktop environments or window managers or different pieces of software or hardware and every permutation is going to have either more problems, or less problems.
Ultimately I would recommend anybody just giving all of the distros and DE/WMs a try. A good try, give it a few weeks and see how each of them feel, you’re not going to know what you’ve been missing, or if anything ever has bugs or quirks at all period, until you do.
You don’t need to tinker so much Linux if you are just gonna use it for Internet and Movie stuff. We tinker with it so much because we want to make our desktop the way we want it
Honestly? I fixed windows as much as i do linux
I just web surf and play video games on my machines, I had to open terminal once to install printer drivers, the printers a MFC-490CW otherwise, nothing needed to be fixed
It’s just nice to HAVE the terminal, lets me go under the hood of my computer if need be.
In windows you can’t fix it. You leave it there. In linux you can fix, you may try to fix it.
Also the real issue to fix must be at install time for drivers. You wouldn’t face that in windows since the devices are preinstalled and configured by manufacturer. If something doesn’t work on windows it would be called manufacturer’s fault and not windows’ fault, so manufacturers make sure its working correctly
But I don’t need anything to be fixed… It just works (for the easy things I need it to do)
It already just works in linux. But what people constantly want to “fix” is not fixable in windows. If you don’t need that, you still can use linux without so called “fixing”
You’re talking about Mac, if something is wrong there like an app being too old, you can’t do anything about it.
Windows allows you to mold it to make it do what you like, but usually the default setup is pretty decent. Even if it can be the manufacturers fault, you can still install older versions of drivers, install open source third party drivers, or compile your own if you are so inclined.
The database that comes with Windows is to make it easy for the user, so they don’t have to go around searching for drivers when they attach a new device. Most of the time it works flawless.
Windows allows, yes. But its difficult imo. Its not open and configurable so you have to do hacks if you want to place taskbar vertical or somethin. Then it becomes unstable and i guess that has a chance to get reverted with an update
Have you been on a microsoft forum with people talking about windows? I bet you most people will be looking for help.
Look I understand your point, but for me it functions for what it needs to do. So i don’t need a very specific tech support answer
for me it functions for what it needs to do
Same for me and same for many linux users 👍
Going by your lingo, it sounds like you need temple more than anyone
Again, i have no idea what you are saying… There is lots to learn!
Haha thanks, I am ready to switch!
Here is an alternative Piped link(s):
https://piped.video/h7gf5M04hdg?feature=shared
Piped is a privacy-respecting open-source alternative frontend to YouTube.
I’m open-source; check me out at GitHub.
This is so true recently because recently developements in linux OSes are too fast
What did this say before the edit?
Fact: 90% of gambling addicts quit right before they’re about to hit it big
Heh. Knowing that context puts a different spin on this meme ;-)