267 points
*

I think this has less to do with Microsoft and more to do with the average human has no interest in learning something that only passively helps them.

I only know a handful of things about working on an automobile, while my father could practically take one apart and put it back together wholesale.

I can take apart a computer and put it back together wholesale, but I’m lost on an internal combustion engine.

I pay someone with expertise to handle the engine, because I’ve spent my time learning other things.

Look, unless the people you’re talking about are doing tech jobs, there isn’t a reason for them to learn the depths of it, just like there isn’t a reason for them to learn the depths of how their car works. Both a car and a computer are tools, and those tools are made to be used by people who may not know the depths of the internal workings of either.

This post feels like elitism and gatekeeping to me, as someone who thinks Windows sucks and prefers Linux. The idea that it’s the OS that is “holding people back” and not that those people might have more important things to do with their time than dedicate half their life to an operating system is absurd. If someone spends 20 years becoming a doctor, I’m not going to act like they’re a dumbass because they don’t know everything about fucking computers.

People don’t want to learn more because for most people not knowing more doesn’t impact their fucking life. Just like me not knowing more about my car doesn’t generally impact my fucking life. Because I’ve never had trouble finding someone to pay to fix it for me.

Surprise, we’re the people who are paid to fix computers for the people who are just using them as simple tools. Maybe we shouldn’t be so upset about that.

Also, last but not least, Android is a strain of Linux and it suffers from all the same issues listed above as Windows. Acting like you couldn’t pull the same bullshit in Linux if you wanted to is kind of a joke, because it’s already been done with Android.

All the ad infested bullshit we all hate about Windows 10 and 11? Blame Linux-based Android.


EDIT: Also, personal opinion, if we’re talking about which CLI is easier to learn and use. Microsoft has made great strides with Powershell being easy and accessible to people who haven’t faced a command line environment before. The things that make its command line better than Linux’s are two things, and only two things. (I hate that it’s object oriented instead of text oriented, Powershell has a lot of bad things, too)

First, human-readable commands whose names describe what the command does in a verb-noun format. This means instead of Linux with some very, very obscurely named commands that are not descriptive and you just have to sort of memorize, you can just sort of remember because the name is human readable.

Secondly, the get-command command is huge because it allows me to search these verb-noun names for the command I’m looking for. On Linux, if I don’t know the specific command, I have to search the internet, because there isn’t a built-in tool that will give me an idea of what each command does and allows me to search for them through a filter. Once you find a command you think might work, it has the get-help command which produces something similar to a Man page.

Linux has Man pages, but because there is no rhyme or reason to how any commands are named, it’s not very easy to find the command you’re looking for if you don’t already know the command. On Windows, if I know what the command does I may already have enough information to find the command using get-command instead of having to turn to Google and be like “what command do I use if I am trying to do X?”

So if we’re talking about the superiorly designed command line that’s easier for first time users. Powershell is where it’s at. Because Linux is a confusing fucking mess of 30 years of random decisions by lone programmers. Literally the only reason I know commands in Linux CLI is because I had to memorize them. I don’t do so much memorizing Powershell commands. If Linux was being built from scratch today, I’d practically demand a similar naming convention system to make it easier to understand what the fuck commands do.

permalink
report
reply
79 points

As someone who knows how to take apart and put back together both computers a day cars, your post is 100% accurate in explaining why people might not want to spend the time to learn something they have no interest in and do rarely.

permalink
report
parent
reply
5 points

So, how often do you take apart and put together cars?

permalink
report
parent
reply
7 points

And how often do they take a car apart and somehow end up with a computer?

permalink
report
parent
reply
4 points

Hey, I don’t know anything about cars.

I wanted to ask: what could happen, in theory, if I simply unplugged the SIM/eSIM/radio transmission chip in my car?

permalink
report
parent
reply
4 points

In general unplugging anything in a car means that thing stops working, and unplugging parts of the radio makes the radio stop working. Beyond that it would depend on the car maker as whether it would just make some features stop working or a whole system requires it to be there to save data and settings.

permalink
report
parent
reply
2 points
*

Results may vary but you can always plug it back in after testing.

Toyota’s have no negative effects beyond obviously no cellular functions and the microphone ceasing to work.

I recommend figuring out what the opt-out procedure is too. If I ended up with a Toyota, calling in via the SOS button will start the process of disconnecting the system.

Also note that some may have 3G radios, etc. which are already defunct.

Edit: Fixed typo

permalink
report
parent
reply
45 points

Regarding the Android bit, it’s so cancerous because everything is locked down and users have no control over the OS. They don’t have admin rights on their own device. Nothing to do with Linux, that’s jus the kernel. Android + GNU utils & root access would be completely different.
People shit on the GNU/Linux meme, but Android actually proves that just the Linux kernel can be put in an OS that’s just as hostile to the user as anything proprietary.

permalink
report
parent
reply
37 points
*

Not having root is done on Android for some very good security reasons to be fair, it opens up a giant attack surface and risk for all kinds of malware and nasty stuff to take advantage of. I don’t think it’s done completely in malice as you think. Its a very important part of the app sandbox and Android’s security model at large.

With that said, I do think that people should have the option to root if they want to, I’m not a fan of OEMs like Samsung and whoever else purposely preventing people from rooting at all costs. I think people should be able to do whatever they want with their own device, root just certainly shouldn’t be the default, and users should be aware of the risks if they choose to use it. But I do think it should be a possibility for those who really do wish to do so.

With Android, it all just comes down to the OEM and variant of it that you’re stuck with. As a whole, I think its an amazing project and OS, though unfortunately Google, and especially OEMs, tend to make a lot of bad choices. It’s similar to Linux as a whole in that aspect. You’ve got options like ChromeOS which are a nightmare for privacy and user freedom any way you look at them, but then you’ve got your traditional distros like Debian, Arch, Fedora, etc, which are the exact opposite. Its an important distinction.

permalink
report
parent
reply
9 points

To be more fair, it should be way easier to use root on Android than it currently is, and it could be done without compromising security.

Like, I shouldn’t have to dig through mountains of unofficial documentation from weird sources, only to the find that, whoopsie, this method doesn’t work for your particular submodel of phone, you have to take this ultra-specific path that’s prone to issues and may not work. Oh, and make sure you backup your entire device, because rooting will wipe it and now you have to spend your entire fucking day restoring everything.

Like, just give me the option to enable root access somewhere in the developer settings. It can even be an obscure (but simple) process like it is to enable developer settings in the first place by tapping “about” a dozen times or something. Put up a half dozen warnings explaining why it’s “dangerous” for mortals to enable root for all I care, just make it work.

permalink
report
parent
reply

Look, unless the people you’re talking about are doing tech jobs, there isn’t a reason for them to learn the depths of it

Even in tech jobs you can be doing things that don’t require you to understand the nitty-gritties of the operating systems.

permalink
report
parent
reply
9 points

Just because I have enough admin rights to fix basic issues on other people’s computers doesn’t mean I’m allowed to just install what-the-fuck-ever on my own computer. Even as someone in IT, our workstations are locked down, even if it’s our team that is the one locking them down.

permalink
report
parent
reply
15 points
*

This post feels like elitism and gatekeeping to me, as someone who thinks Windows sucks and prefers Linux.

I think it’s the opposite. There are, of course, Linux elitists, but they don’t want normies using Linux. They love to talk about how Linux isn’t ready for mainstream usage, and it’s so difficult and only super-smart people like them can use it. They’re like those hipsters that don’t want their favorite band to become popular because then they wouldn’t be underground and cool to listen to anymore. If ordinary folks were using Linux, then they wouldn’t feel so smart and special.

It is gatekeeping and elitist to say that Linux is hard to use, you wouldn’t understand it, and you should stay on Windows.

People don’t want to learn more because for most people not knowing more doesn’t impact their fucking life. Just like me not knowing more about my car doesn’t generally impact my fucking life. Because I’ve never had trouble finding someone to pay to fix it for me.

Surprise, we’re the people who are paid to fix computers for the people who are just using them as simple tools. Maybe we shouldn’t be so upset about that.

It isn’t about every computer user becoming a computer engineer. It’s about learned helplessness. It’s about being afraid to try anything new, even something that’s only slightly different.

To use the car analogy, it’s like somebody who will only drive Fords, and is terrified of the prospect of getting behind the wheel of a car made by any other manufacturer.

permalink
report
parent
reply
17 points
*

EDIT: I gave you an upvote here because you don’t deserve downvotes for your well stated opinion.


I have done computer work for a bunch of little old ladies, and when they couldn’t afford to upgrade to new hardware, I would put a lightweight version of Linux on their computers for them.

Only one of them really struggled with the difference, and she wasn’t against learning, she just struggled. The rest handled the transition fine and didn’t do a lot of complaining that it wasn’t what they were used to. (Probably partially because I made clear what apps were what and put shortcuts to each on their desktop, each shortcut well labeled.)

I don’t think it’s unusual for people to “get used to” how certain things work and expect that. In fact, I’d say that’s pretty normal.

But I think there’s far less fear of change from regular people than you seem to think. I see far less addiction to the “brand” of Windows than you might think.

To use the car analogy, it’s like somebody who will only drive Fords, and is terrified of the prospect of getting behind the wheel of a car made by any other manufacturer.

I mean, lots of people are scared as hell of driving a stick shift and refuse to learn… soooo yeah. I’d say that’s a closer approximation. Because a Ford and a Chevy both have steering wheels and pedals all in the same place. You add that extra pedal and some folks lose their minds. Which at least makes sense because it is different.

permalink
report
parent
reply

Only one of them really struggled with the difference, and she wasn’t against learning, she just struggled. The rest handled the transition fine and didn’t do a lot of complaining that it wasn’t what they were used to

When my granddad was born everyone in his village made their money doing manual labour for the local lord. Old people have handled a lot of transition in their lives, arguably more than any generation in history. I’m patient with him not knowing how to use a computer he was alive when computers were invented

permalink
report
parent
reply
15 points

throw in “wanting to do something” versus “having to do something” – I want to build my own keyboard so I spend the time to learn about them, I have to use Windows at work but as long as it doesn’t catastrophically break I’m not spending any more of my time on it than I have to – if it does break, there’s the paid IT department who’s going to be oh-so-thrilled that Amateur McJones decided he could fix it himself …

permalink
report
parent
reply
12 points

Yep. This post is largely mixing up cause and effect. The popular programs are like that not as the cause of people not learning underlying logic and such, but as the effect of it.

The only thing that would happen if popular GUI based interfaces had never come along would be that computers in general would still be something only a tiny amount of people use.

permalink
report
parent
reply
8 points

man -k will do the exact search you are asking about. Now I have found that some systems aren’t setting it up properly lately, but that command and -k option have been there for decades. Maybe you should try: man man to see what all options are available.

permalink
report
parent
reply
3 points
*

Thanks, I think I’m on a distro where it’s not set up properly (or I broke something, heh), since that has not worked for me. I did some search and saw some working examples though, so I get it. Although I’d still say the naming conventions for the programs in Powershell makes them far easier to sort through than they are with the man -k command.

Linux is great, but obtuse, not straightforward for a beginner. The fact that something like this can be broken out of the box is sort of proof of that. Linux expects a lot more of its sysadmins.

permalink
report
parent
reply
5 points

Yeah, I agree with you mostly, and hope my reply wasn’t coming across as dickish. As a long time *nix user, I find the commands in Powershell to be equally nonsensically named at times. I do remember the times when it was joked that unix commands were usually named after the author’s dog, but I think over time that has changed. I am sure if I had to use Powershell just a fraction of the time I use the linux command line on a daily basis I would get more familiar and comfortable with it. But you are correct that overall, this is a human issue, and not something that can easily be solved. Not everyone wants to delve into suspension tuning, some people just need to get in the car and reasonably expect to arrive at their destination.

permalink
report
parent
reply
8 points

Linux is a confusing fucking mess of 30 years of random decisions by lone programmers.

More like 50 years with all the stuff from Unix

permalink
report
parent
reply
3 points

@Bene7rddso @dingus pretty much like any tech stack, once you’re taking a close look at things. Since it’s open-source they have no interest whatsoever lying about the quality of their system - not to mention that any serious service cannot but run UNIX/UNIX-like. Proprietary stuff, most of the time, also require qualified workers to maintain their own mess. And if it looks messy, blame it on ignorance.

permalink
report
parent
reply
2 points

I like that you bring up Android. I went with Apple forever ago and kept in the ecosystem as I got my software engineering degree, and still am fully into the Apple ecosystem. I spend my days debugging things for work. I don’t want to spend my nights tinkering with my phone as much. I want it to just work.

I used to jailbreak for that freedom. Now, I have other things to worry about and just want my phone to be reliable and safe.

permalink
report
parent
reply
1 point

Cheers, mate! I don’t use Apple stuff very often, but I do strongly respect their engineering and the fact that they’re certified UNIX for macOS.

There just needs to be far less gatekeeping and acting like one solution fits all in the PC community in general.

permalink
report
parent
reply
-7 points

Strong feelings.

permalink
report
parent
reply
154 points

Why is this a screenshot? Couldn’t you have just copied the text?

permalink
report
reply
94 points

Ironic isn’t it?

permalink
report
parent
reply
35 points

at least it’s not a photo of a screen

permalink
report
parent
reply
12 points

just missing a scanline filter …

permalink
report
parent
reply
6 points

I used to be a TA and would reduce points for students that did this.

permalink
report
parent
reply
4 points

You’re supposed to take a photo of the screen, get the film developed, use a marker to draw a big read circle to highlight the important part, scan the photo, and post the digital image it here.

This is the way.

permalink
report
parent
reply
5 points

imagine me telling you all this in pictures!

Yes

permalink
report
parent
reply
-9 points

Yeah, you got me. I don’t know how to copy-paste. I blame Microsoft.

permalink
report
parent
reply
45 points

Here’s the text:

Sure, I’ll explain. I must preface this by saying that the following is my own personal theory which I formed over the years I’ve spent in the higher education system, both as a student, a graduate student and a TA, mostly has. on my experience with promoting FOSS and helping people around computers. I am also a local LUG member, so I have some additional source of observations. So while I cannot quote some Horton McPronton as a mastermind behind this theory, I’m quite convinced in the whole validity of my idea.

So, first thing I noticed Is that MS products hide everything from the entl user in the most bullshit way. MS doesn’t want to tell the user anything of value that would help to understand and fix the issue right away, but at the same time they don’t want to hide malfunctions completely. That’s where one gets the error messages like “ERROR WTF23 in 0x0454234 by 0x13245, please contact your local clergy”. What they do is mystification of PC use. All that stuff does for an average user is forcing them think that the computer is some magic, antl there’s snowball’s chance in hell an average Joe like them would be able to figure that out.

Second thing I noticed that the ubiquity of GUI further obscures the processes going on in the computer. While in UNIX and older OSes one could convey their desires in text (and receive a meaningful answer), Microsoft forces some world of Comic Books unto a user, without telling them what’s going on. The result is further mystification of the whole experience. People no longer even try to understand what they are actually doing, they cannot figure out the underlying logic and just memorize where and what to click, and in which sequence. Every small change in the environment can ruin that whole scheme, which makes such people pretty much useless with varying tasks and whenever a degree of autonomy is expected from the PC user.

Third thing I noticed is that “The MS ecosystem” discourages seeking and trying out something new. People get stuck in their established patterns of behavior and have a tremendous inertia against any changes. I struggle to find another sphere where user knowledge would be so limited. Cars? Everyone can name a dozen manufacturers, many models. Food? Same. Electronics? Obviously. But with MS, it’s like there is nothing beyond MS Office (and its proprietary formats), Outlook, Explorer (well, this is changing now, but more like to “Google Chrome” and not to a variety of equal options), and other stuff. This is not surprising, obviously, since for any average Joe making something to work in this ecosystem is more like a magic trick, and they hold the results dear. But this also spreads out to other spheres. For example, I’ve seen people who cannot fathom there’s statistical software beyond SPSS, because SPSS was “handed down” from generation to generation, along with other PC wizardry. The vendor lock-in in all the major corporations doesn’t help that either. So MS promotes the mode of thinking as ridiculous as “There is no car but Ford, and no model but Taurus” would be.

Fourth thing I noticed is that people don’t want to study the underlying principles, at all, even when they need it / would benefit from it. Since the whole thing has been streamlined for them in a series of magical mumbo-jumbo, and any attempt to figure things out Of any, of course) endtd with some fucked-up shit like registry editing or scrapping together a bunch of unrelated files to replace the existing ones, or downloading something cryptic and running it without any clue of what it does, they see the whole thing as a heavy, useless burden on them. They won’t learn how to use Office products properly (first and foremost, how to use styles and stuff to get proper formatting), because they expect to be fucking with registry again or something. They don’t want to try other statistical software because they fear they’ll have to deal with some undocumented shit all over again. They won’t move to open formats because they expect it to be a whole clusterfuck all over again, as when they changed from regular GUI to Ribbon or something. Programming, Fuck no, they’ve seen those “ERROR 233432235 IN MODULE fgdghdfkghdfkj, SHOOT YOURSELF AND REPORT TO THE AUTHORITIES” stuff all too often, and never had to interact with a computer in any way similar to programming on their own (like, say, bash users do).

So in my opinion, MS “ecosystem” makes computer use something mystical/magical and locks people in that line of thinking. Afterwards, people are nigh impossible to retrain, and instead of versatile political scientists we churn out vendor-locked zombies who barely managd to figure out SPSS and Excel. I am pretty certain that if people were brought up in a different manner, say, including communicating with the computer in text orders (imagine me telling you all this in pictures!), seeing the underlying mechanisms in plain form, being exposed to competing options, etc —then they’d behave quite differently, even considering an average person isn’t, frankly speaking, quite smart. It’s more or less like a language: once you learned the sounds of your mother tongue, you’ll face great difficulties in producing the sounds of other languages correctly (thats why Russians or Italians speak English with a notoriously funny accent, for example). Same here: once you learn that PC is magic which is beyond you, you’ll unlikely be able to de-mystify it later on.

permalink
report
parent
reply
10 points

For those that don’t know there’s a few websites that can easily grab text from images for you. It can be a big time saver.

permalink
report
parent
reply
15 points

Optical Character Recognition has only been around for like fifty years. You can’t expect people to just know about it. /s

permalink
report
parent
reply

I don’t understand anything that isn’t presented in pictures. Also I cannot read.

permalink
report
parent
reply
84 points

Microsoft errors be all like

Contact your administrator

Motherfucker, I am the admin.

permalink
report
reply
23 points

User is not in the sudoers file.

this incident will be reported

permalink
report
parent
reply
1 point

To who?

permalink
report
parent
reply
13 points
*

Apple errors be all like

“Operation couldn’t be completed (com.apple.mobilephone error 1035)”

What am I supposed to do with this?

Linux error be all like

“System program problem detected. Do you want to report it?”

Who am I reporting this to, Linus himself? He’s just going to yell at me.

permalink
report
parent
reply
9 points

This stuff isn’t intentional. It’s just that MS is really bad at handling errors. So they just gave up and put a generic message.

permalink
report
parent
reply
19 points
*

They intentionally choose to handle errors poorly.

Just like they intentionally choose to handle updates poorly, DON’T YOU WANT TO REBOOT FOR THE FIFTHEENTH FUCKING TIME AND LOSE YOUR SESSION WITH 29 PROGRAMS OPEN ACROSS 8 DESKTOPS WHILE RUNNING A RENDERING PROCESS?

Meanwhile, Linux: why yes, I’ll update the kernel in-place without rebooting and keep your 784 day uptime.

permalink
report
parent
reply
7 points

Is there a way to upgrade your kernel then unplug and replug a USB device without it breaking yet?

permalink
report
parent
reply
1 point

I’ve had to reboot my Linux computer every couple of weeks because of an update.

I reboot my Windows laptop maybe once every few months because of an update.

permalink
report
parent
reply
80 points

This feels like a bit of a sideways take. I’ll preface this with that I love Linux, and its been my preferred operating system for years.

That being said, “helplessness” isn’t Microsoft’s fault. Most people do not want to know the ins-and-outs of how something works, and that’s perfectly okay. I am a software developer, but despite the fact that I have an Android (Pixel) phone I generally do not care to root my phone, flash alternative ROMs, etc anymore. I use Linux on my PC, but I do not want to spend hours tinkering with my phone, only for it to most likely end up in a state that is less-than-par than what it came with. I am glad that Android is open enough (well, its not as cut-and-dry as that but its more open than iOS) for the people who do want to tinker around with it to be able to do so, but its not for me. If I’m out and trying to request an Uber, I don’t want my phone to crash every time I open the app just because the ROM I’m using has a bug.

By the same token, there are times where I don’t really want to mess around with going through a million settings on my PC when I just need it to allow me to do some work. That is a trade-off that you tend to make with Linux (though its certainly gotten a lot better over the years), and I can’t fault people for not wanting to go through that. Sometimes, I wish I hadn’t made that trade-off and had just stayed blind to the love/hate relationship I’ve come to form around Linux.

I do not want to tinker around with my keyboard, I just want it to allow me to type. I don’t want to tinker around with my headphones, I just want to listen to music. I use my refrigerator every day, and while I have some rudimentary understanding of how it works, I really rather not tinker around with it - and if it stops working, you’re not likely to find me trying to fix it myself (short of say, the light bulb going out).

A coworker of mine convinced another coworker to wipe their system and install Fedora, and use the Looking Glass + VFIO passthrough trick to have a Windows VM within Linux like he does. He spent both of his days off trying to get it to work (and facing weird issues that even I couldn’t explain and find a solution for), and at the end of today he decided to reinstall Windows so that tomorrow he can have something reliable to use for work. This is exactly why I usually don’t push people to use Linux. If they want to know more about it, sure I’m happy to show them the ropes - but selling it as a perfect solution is a bad idea and only makes Linux look bad.

If Microsoft didn’t make an operating system that was simple enough for users who just want things to work, yet powerful enough for those who want to do more with it (such as making games, or using CAD software for engineering) then someone else would. I definitely get frustrated with Windows, but at the end of the day, it is what most of the world uses for a reason (just like Linux is used for most web servers around the world for a reason) - its the right tool for their job, whatever that job might be. Sure, the vague error codes that you get from Windows is frustrating at times, but Windows isn’t open source and that is not likely to change. How is the old XP error code format of STOP CODE 0X003ABF VIOLATION OCCURRED AT KERNEL.DLL (along with the rest of the useless stack trace) going to help you anymore than the shorter ones that are generally found on Windows nowadays? You can’t exactly go submit a pull request to fix the issue. In terms of the ability to search for the error, I’ve very rarely ever seen a Windows error code that didn’t have a million and one causes (and ^2 the amount of potential “solutions” for the supposed cause). It’s certainly not going someone whose just trying to do their homework for school, or edit their resume for job applications.

The same thing applies to the whole iOS vs Android debate. The same coworker who sold Linux to my other coworker uses an iPhone (actually, they both do as far as I’m aware), because its been reliable for him. He doesn’t need to have the source code to iOS in order for it to do what he needs it to do. Quite frankly, the whole “sheeple” thing that you tend to hear people say, and this “Windows users are zombies” take being portrayed in this comment is incredibly childish. If you’re not sharing the computer, the phone, etc and someone else owns it - why does it matter what they use?

I suppose you could argue that the majority of people these days don’t want to troubleshoot anything, but can you really blame them? Imagine yourself before anything that you learnt about Linux, Windows, and computers in general - with the way things are built (think laptops and phones, with how their components tend to be soldered in) doing anything yourself to repair stuff is very difficult, and has a high chance of leaving you with a brick (which isn’t a Microsoft invention). How many people have you seen try to fix a software related issue on their PC or phone, and ended up making the issue worse (which can be done just as easily, if not easier, on Linux)? Those stories are why a lot of people do not want to try to fix something and reach out to support, take it in for repair, replace it, etc.

permalink
report
reply
15 points

I’m mostly only replying to one part of your message, the reason everyone uses it is not that it’s more simple. For 99% of people the only thing they need is the web browser and maybe possibly office depending on what they do for work. At which point the experience between Windows and Linux is like 99% the same

Windows also constantly has issues and headaches as you alluded to with your error codes. People are just used to how to Google and try and sit there and deal with it for a couple hours.

Windows is the default, because it’s the default. Because it’s what your computer comes with, because it’s what everyone grew up using. It’s just tyranny of the default and nothing more. I got tired of dealing with Windows issues for my family as the resident Tech person so I gave them an ultimatum they can either let me give them Linux or they can find someone else to call when something goes wrong. Some of them took me up on my Linux offer, and I have happily not had to touch their computers in I think about 6 years now. They quietly do updates on their own on a schedule send me a push notification if it fails for some reason which so far none of them have and those people only ever used to the web browser and office anyway and for their needs LibreOffice was perfectly functional they don’t do anything fancy they don’t do a ton of macros they just type basic text with maybe some bullet point formatting

permalink
report
parent
reply
12 points

Chromebooks/ChromeOS have been very helpful in that regard. Grandparents that don’t do anything beyond a web browser? I replaced the struggling windows partition with a CloudReady install. Zero complaints. Google account syncing also takes care of backups, so no worries on that either.

Now I am worried about Chromiun’s near monopoly and how Firefox barely manages to make a dent in browser surveys, but I am not going to preach about web browsers and listen to their complaints every time a website coded by an unpaid intern refuses to do something properly on this ‘Mozarella Foxfire’ thing. I can afford to do that in my own time. They shouldn’t have to.

permalink
report
parent
reply
11 points

I mostly agree with you, but Google seems to be doing it’s classic Google thing, and Chrome is being enshittified now. Still, Chromebooks showed how little most people really need a computer.

Currently, the computer I use most is… my Steam Deck. With desktop mode, it’s 95% of the full Linux experience, and I bet if I got my parents set up with a docked Steam Deck, they’d be fine. Granted, that’s not the point of the Steam Deck, but it does show how the Chromebook example could be generalized.

Heck, even on my laptop and desktop, I’ve been stuck on Ubuntu LTS releases for about ten years, simply because I can’t be bothered to distro-hop anymore, and it’s solid. I guess ironically, I’ve ended up sticking with Linux because it’s less bother than even Windows. Honestly, my wife’s laptop on Windows gives the most headaches in the household now.

permalink
report
parent
reply
10 points

That’s fair, but at the same time as you mentioned most people use Windows because their computer comes with it. Now, while generally just browsing the internet and doing office work is simple even on Linux - what happens when they do run into a problem (say my coworker, who ran into graphical glitches with Fedora when not using safe graphics mode)? How likely are they going to have someone around them who uses Linux to help them troubleshoot the issue? When they try to work on a document that they’ve gotten from work, or school, then submit it only to find out that Libreoffice mangled the formatting causing it to render completely incorrect to everyone else whose using Windows at their workplace/school. How many of those folks are going to have an IT team at said place whose able to help them correct the issue?

You and I would be around to help with that (if its possible - using Libreoffice again as an example, there are some cases where MS Office just does not agree with the way LO saves documents), but given that Linux users are many order of magnitudes less than Windows users - this is just not likely to be the case for the average population.

I get that this is definitely a “Chicken & Egg” problem of course, but the reality is that this is the current situation, and short of Microsoft royally pissing off not only users but PC manufactures, this isn’t likely to change…

permalink
report
parent
reply
10 points

You do realize that Microsoft office deliberately messes up formating in documents. Libreoffice follows the file format standards but also implements fixes for issues with the bad file from Microsoft office.

I’m honestly surprised Microsoft hasn’t gotten in trouble for this

permalink
report
parent
reply
4 points

I wanna add that having a phone, or a laptop, a second reliable device, has made troubleshooting so much less scary. Something breaks entirely? I have another portal to the search engines.

permalink
report
parent
reply
1 point

Please use periods…

permalink
report
parent
reply
69 points

This is a really childish and badly formulated take on Windows Users. Basically, linux circlejerk.

permalink
report
reply
-10 points

How so?

permalink
report
parent
reply
50 points
*

Don’t take me wrong, there’s some truth to this. But the way it’s written screams “Windows users are drones because of evil Microsoft”. That level of bias is not really constructive. There are more reasonable/rational ways to expand upon this phenemonon that doesn’t end up in a circlejerk. Since it’s quite a big wall of text, I will give one example.

The author makes a broad generalization that, because of Windows’ mystification of its inner workings, Windows users can’t even imagine the thought of becoming a programmer. And well, I know plenty of programmers that to this day have not even touched anything but Windows. Some of them never use the terminal, but some are quite good at it.

permalink
report
parent
reply
26 points
*

My partner got into programming because of learning how to mod games on her Windows PC. The idea that Windows can’t be a path to wanting to program is just a little silly.

permalink
report
parent
reply
2 points

I might need to read it again to be sure but I don’t think that’s what they were saying. I believe they’re talking about something which has been Arch Linux’s philosophy from the beginning which is “know your system”. The process by which you do that is first understanding that Arch is modular and highly configurable. You then choose every component from your Window Manager to your File Manager. The demystification is from you taking the initiative to learn about your options before deciding “I like this one” and then installing it and then configuring it suit your preferences. You don’t have to be programmer to do this, you can follow the ArchWiki or watch SomeOrdinaryGamers install Arch from scratch to a usable system in 45 mins.

The reason the “know your system” philosophy is important is that you, the user, are in control. You are simultaneously the end-user and the sysadmin. You know what you’re installing so if something breaks, there’s this handy terminal to tell you what happened. If that’s not helpful, rollback your changes and try again. Computer too slow? Throw open htop and watch your processes. Trying to kill a stubborn process? F4 to search for it. F9 to bring up the command menu. 9 to select SIGKILL and pres enter.

You’ll probably say “that’s a lot of steps to kill a process” but with routine use, it becomes muscle memory. The more the use it, the more efficient you become at using it.

permalink
report
parent
reply

And, yet, most of them exhibit this exact behavior: .NET is what Microsoft blesses, and this is the only reasonable language to use.

Don’t get me wrong. There are exceptions; but they are exceptions. And most of those can navigate a Linux terminal reasonably well, even if they prefer Windows.

What the author describes is not learned stupidity, but learned avoidance of diversity. Tell me this doesn’t describe most of the Windows .NET devs you know.

permalink
report
parent
reply
1 point
*

Probably because pretty much nothing mentioned is unique to Windows. Apple, Android, and various Linux distributions all expend a lot of effort hiding complexity from the people who don’t care to see it (which is most people).

permalink
report
parent
reply
0 points

Because nobody made a Steam Deck until 2020. Everyone plays video games now and have for years, and unless you have a console, the only way to play 99% of video games is using Steam’s windows version or a specially adapted Linux .

Don’t get me wrong, the moment that Windows 11/12/etc. outright requires logging into a Microsoft account (Protip: As of this writing, using the email “no@thankyou.com” and submitting a blank password forces Windows 11 to let you make/log into a local user account) to use it, I’ll be installing Steam OS on my OneXFly, and it’s why I don’t use my “free” upgrade to 11 on my Windows 10 gaming desktop. I just don’t think you realize how big a deal compatibility really is for gaming.

permalink
report
parent
reply

Linux

!linux@lemmy.ml

Create post

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

  • Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
  • No misinformation
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

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

Community stats

  • 9.8K

    Monthly active users

  • 5.8K

    Posts

  • 162K

    Comments