and what if any do you miss from windows?

  • Ænima@lemmy.zip
    link
    fedilink
    arrow-up
    1
    ·
    12 minutes ago

    Tips:

    • You will, at some point, fuck something up. Resist the urge to type in whatever console command comes from a Stack Overflow problem that’s similar, though not exact, to your issue.
    • Keep a log of changes you make so you can identify what change may have made things worse or not done what you wanted.
    • Have a data backup off the machine of anything you can’t bare to lose. Keep it for at least a year in case you lose the original data.
    • Be patient with yourself and expect to feel like a noob at computers again.
    • Don’t try to make your DE like Windows, embrace the changes and discover better or new ways to set up your desktop.
    • Again, be patient and take your time. It’s like riding a bike for the first time.
    • Ask Linux communities for help if you have a good, positive source of helpful individuals.
    • Have fun!
  • Nyadia@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    2 hours ago

    My biggest pain points with Linux have mostly been audio related. Audio is serviceable for general users but whenever it comes to either professional audio work or high end consumer audiophile stuff, Mac and Windows unfortunately blow Linux out of the fucking water at this point in time.

  • chrand@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 hours ago

    Pros: OS doesn’t spy on you, better privacy, freedom, the OS will not tell you what you have to do. Just do whatever you want to do, change whatever you want to change.

    Cons: Maybe gaming support, this is what I see people complaining. I don’t game myself, so can’t say much here. After using Linux for 20+ years, I personally don’t have any cons. The OS works perfectly fine for both professional and personal life.

  • pineapple@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 hours ago

    My main gripe with linux is still game and other software support.

    Other than that everything I can think of is so much better than windows for me.

    • sleepy@lazysoci.al
      link
      fedilink
      English
      arrow-up
      5
      ·
      3 hours ago

      90% of games run on Linux. If you are talking about League and Roblox u are better off not being able to run them. It saves your soul lol.

      • meowcar420@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        1 hour ago

        more than 90%. pretty much everything except some of the big multiplayer games. also i think roblox runs on linux

      • ghurab@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        2 hours ago

        Linux cured my addiction. If I were still on Windows would have kept coming back to league of cancer. Special thanks to Riot games for permanently closing the door on Linux

    • pineapple@lemmy.ml
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      3 hours ago

      You can just pirate windoes very easily, easier than typing in your credit card number.

  • fozid@feddit.uk
    link
    fedilink
    arrow-up
    6
    ·
    5 hours ago

    Pros: it doesn’t do anything you don’t make it do.

    Cons: it doesn’t do anything you don’t make it do.

  • NewNewAugustEast@lemmy.zip
    link
    fedilink
    arrow-up
    4
    ·
    5 hours ago

    Pro: It just works and does what its told. Cons: I am concerned that long term viability of open source software in an AI and profit driven via job cuts world.

    Miss from windows? Absolutely nothing. It just pisses me off. I have to manage Azure, Windows Server, Deployments, and other microsoft crap. It always just sucks.

  • Athena5898@lemmy.ml
    link
    fedilink
    arrow-up
    14
    ·
    9 hours ago

    Pros it’s not windows.

    Cons its Linux.

    You will curse it and praise it in the same breath for the rest of your life.

  • DoomSayer@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    6 hours ago

    Depends what you do on Windows. As someone who never really got into gaming and who loved programming it was the obvious choice.

    Windows singularly fails in some of the most basic operations you could want from an OS. It makes me so angry the way it takes so long to copy a bunch of files, for example. Or if it won’t delete some files because one ‘is still in use’ but it won’t tell me which one or which program is using it! Why? Its infuriating.

    Linux has none of these issues. And with a enough time, native ports of some of the games I used to play became available. I would never go back to Windows now.

  • mesa@piefed.social
    link
    fedilink
    English
    arrow-up
    11
    ·
    9 hours ago

    Windows has better accessability features than linux does. Itsn ot talked about much but ive been in meetings with people with disabilities, survivors of accidents, etc… and Windows is the only real option. If you are blind there are standard programs that they use.

    Its the one area i think linux could use real work. A couple of places ive put in pull requests to help out from time to time.

    Otherwise linux is generally better ;)

  • NauticalNoodle@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    5 hours ago

    Linux Pros - I don’t even notice anymore after decades of use. I think it’s great. I guess i could say that it’s nice that it won’t try very hard to protect you from yourself.

    Linux’s Cons - CAD software still sucks which means i’m never going into a career based on design, engineering, or 3d printing. Also, I guess I could say it won’t try very hard to protect you from yourself.

    • kunaltyagi@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      2 hours ago

      3d printing is fine. It’s the designing which is a PITA. On the other hand, kiCAD is thriving so that’s one thing a maker doesn’t need to worry about

      • NauticalNoodle@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        1 hour ago

        True, but 3d printing get’s boring real fast when a person can’t design their own custom models. -I tend to forget that kiCAD even qualifies as CAD but I also never got far enough into the hobby of electrical engineering to design my own PCB’s, so that’s my fault for leaving it out.

  • Mordikan@kbin.earth
    link
    fedilink
    arrow-up
    2
    ·
    9 hours ago

    So, there is some aggravation (not really a con) in terms of package management systems.

    You have MANY options not limited to your standard repo tools like yum, pacman, apt, etc. You also have 3rd party ones like flatpak and snap. You could also throw in the AppImage format to that. Arch has the AUR on top of that which usually means you’re running paru or yay. And then you have things like brew and crates which you might run into.

    Working in any of these is straightforward, the problem comes from having to manage them all independently of one another at the same time. Pacman will update standard repo, but not AUR. Paru will update standard repo and AUR, but that doesn’t help with flatpak/snap. Then docker/pods/lxc are in their own little world while you get those handled.

    In the end, the more complex you build a system the more complex it is to manage, but it still is an aggravation. I’d still take it over the one-size fits all approach Microsoft has, though.

  • Dingaling@lemmy.ml
    link
    fedilink
    English
    arrow-up
    31
    ·
    17 hours ago

    Linux’s only objective is to get better.

    Any commercial OS has the sole objective to make money for its owner.

    • reluctant_squidd@lemmy.ca
      link
      fedilink
      English
      arrow-up
      9
      ·
      17 hours ago

      Which in turn means it has to eventually get worse. It’s the natural progression of capitalist ideals.

      There’s only so much value you can squeeze out of a product before you have to start reducing quality to make more gains.

  • fatur.new@lemmy.ml
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    11 hours ago

    Pros:

    • Trustable.
    • Free.
    • The user is in control.
    • has many UI.

    Cons:

    • Still has a bad error message style. I blame GNOME for this. If GNOME follow macOS’s error message style, we won’t have this problem.
    • Still has an annoying app installation way. This is why I use AppImage.

    I am sorry if my English is bad.