this post was submitted on 25 Sep 2023
1134 points (92.3% liked)

linuxmemes

21304 readers
1421 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't fork-bomb your computer.

    founded 1 year ago
    MODERATORS
     

    Re-creation of someone else's post because the original was removed and I found it funny when I first saw it

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

    I am a Windows guy, but I occasionally have to work with Linux. I spend a lot of time googling weird problems with cryptic solutions. That’s my experience trying to do anything technical with Linux. I can’t really remember the last time I had a problem in windows, but that’s not to say windows is perfect. It’s taken a hit in usability recently, which is weird since they’ve had decades to refine things. I recently installed pop os as a dual boot and it’s been pretty great with the ability to play games. I haven’t really had to do anything technical and I find myself using it more than I thought.

    [–] [email protected] 3 points 1 year ago (1 children)

    At least most problems under Linux have solutions and if you are really desperate you have the option to fix it yourself in the source or pay someone to do it. Under windows, if microsoft doesn't care about your problem, you either find a workaround or live with it.

    [–] [email protected] -2 points 1 year ago* (last edited 1 year ago) (1 children)

    Because of the ginormous community, every problem has a solution in Windows.

    If it isn't a Microsoft sanctioned solution, then multiple third party solutions exists that fix it.

    Windows has a hell of a lot more support than any Linux distribution does.

    [–] [email protected] 4 points 1 year ago (1 children)

    If it isn’t a Microsoft sanctioned solution, then multiple third party solutions exists that fix it.

    That's not how this works. If it's not a Microsoft-sancioned solution, it literally cannot be fixed no matter how much effort you put in. You need an API to work with Windows. If Microsoft does not provide you with an API, you can't do it. And even if you find a way to hack together something, you have zero guarantee an update won't just come along and fuck it. Linux distros are open source, you can change quite literally any thing about them. That is what that person was talking about.

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

    the thing is, microsoft does provide stable, well-documented and backwards-compatible apis for just about anything imaginable, and even if that's not enough, you can try interacting with the kernel directly