• Frank Ring@lemmy.world
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    edit-2
    6 days ago

    Linux used to be for nerds, programmers and tech people.

    Now, it’s probably easier to use Linux than Windows.

    • I have my Boomer dad using Linux Mint on his laptop, but he was still using Windows on his desktop PC.

      Then it updated to Windows 11 and he HATES it and asked me for help to put Linux Mint on his desktop as well.

      This is a real estate agent in his 70s who needs help making scans and downloading email attachments.

        • Muffi@programming.dev
          link
          fedilink
          arrow-up
          2
          ·
          5 days ago

          And 99% of computer use for most people is in a browser. No need for an overly complex OS, with constant stupid pop-ups to ruin that browser experience.

    • Muffi@programming.dev
      link
      fedilink
      arrow-up
      4
      ·
      5 days ago

      Defintiely! I recently bought a used Thinkpad and slapped Pop!_OS on it for my father-in-law. He’s 73 and he’s loving it! He proudly tells his friends that he is now “a part of a computer revolution”.

      • Frank Ring@lemmy.world
        link
        fedilink
        arrow-up
        1
        arrow-down
        2
        ·
        edit-2
        5 days ago

        lmao, I wouldn’t call it a revolution. Simply different options, alternatives and/or values.

  • Asudox@lemmy.world
    link
    fedilink
    arrow-up
    16
    ·
    6 days ago

    Why is it that people think Linux distros are for programmers or tech people only? This is the reason why we don’t get many people on Linux distros.

    • BaldManGoomba@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      21 hours ago

      Terminal inputs seems like coding. Back in the day you can mess with everything by coding. Having to spend time on forums and searching Google to fix problems that are Terminal inputs only is not something people want to do and what people are passionate about a thing or it is their hobby do.

      Most people use what is in front of them, works, and what they are use too. I don’t have time to fix the wifi issue on my 10 year old linux laptop I just plugged it in. Other option is to reinstall windows every 6 months

    • JackbyDev@programming.dev
      link
      fedilink
      English
      arrow-up
      12
      ·
      6 days ago

      Because installing a different operating system than the one that came pre installed is a non zero amount of effort.

      • DNAmaster10@lemmy.world
        link
        fedilink
        arrow-up
        6
        ·
        6 days ago

        I think this here is probably one of the larger reasons. A large portion of users barely know the difference between a browser and a search engine, let alone the operating system they are using, and nor do they care. People just use whatever their computer comes with out of the box. Most people probably couldn’t tell you the difference between Windows 11 and a Linux distro customized to look exactly the same.

    • Petter1@lemm.ee
      link
      fedilink
      arrow-up
      5
      ·
      6 days ago

      Because they live with old news and don’t update tech news knowledge as often as tech savy people do.

  • ssm@lemmy.sdf.org
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    6 days ago

    I dislike the paradigm that there are “techy people/programmers” and “tech illiterates/non programmers”. Anyone can develop the skills to properly use unix interfaces given proper training; and I know that’s true because the whole world used to run (mostly) unix on the desktop before corporate took over. Unix doesn’t need to be windowsified/macosified to get people to move over; people need to unlearn the interfaces corporate has brainwashed them with for generations. There are so many more interesting user interfaces than just what Windows and MacOS provide; graphical or otherwise.

    • JackbyDev@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 days ago

      Ooh, does Linux have good open source video editing? I remember back in the day that was tricky. (Or I am misremembering.)

      • mFat@lemdro.id
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 days ago

        It does :) personally I use Shotcut for work. It’s super stable and has enough features for my purpose. KDEnlive is also very popular and feature-rich. And you can use DaVinci resolve too.

  • FlickeringScreens@lemmy.world
    link
    fedilink
    English
    arrow-up
    19
    ·
    7 days ago

    The most “programming” I can do is make a basic scratch project and print(“Hello World!”) in python, but linux is great

        • EuroNutellaMan@lemmy.world
          link
          fedilink
          arrow-up
          6
          ·
          6 days ago

          Impressive, you look like a very skilled programmer, management has told me you are now tasked with building a hyper-realistic virtual simulation of a Large Hadron Collider including detailed simulations of the lives of the actual workers and their families, you have a week or you’re fired by the firing squad, no you’re not allowed to ask why we need it or who we are or why we chose you and it is especially forbidden to ask for more time (and no you can’t ask why that is either). See you in a week, have a nice day :).

        • JasonDJ@lemmy.zip
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          6 days ago

          This is bad practice.

          More accurately it should look something like this:

          # Load sys library for exiting with status code
          import sys
          
          def sayHelloWorld(outPhrase: str="Hello World"):
              # Main function, print a phrase and return NoneType
              print(outPhrase)
              return None
          
          if __name__=="__main__":
              # Provide output and exit cleanly when run from shell
              sayHelloWorld()
              sys.exit(0)
          else:
              # Exit with rc!=0 when not run from shell
              sys.exit(1)
          
  • Krzd@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    6 days ago

    I personally use windows (I play a lot of different games with friends, and setting all of them up in Linux is a lot of work) and I hate it.

    However my mum only uses her laptop for browsing and zoom calls, so I installed Linux mint on that and it’s been going great, there are soooo much less issues than with modern windows.

    • GameMuse@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      6 days ago

      Really? I have migrated to Fedora Linux and have had 0 issues playing games. Literally just installed steam then heroic launcher for my games on GOG and Epic. I did have a little issue get ea games to load but that was as my as blocker blocked ea games from fetching the librsry. Which in fair EA faorness EA sucks and should be vlocked.

      • Krzd@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        6 days ago

        Had some issues with EAC and getting games to run OOTB which was an issue with spontaneously playing weird and obscure games. If I or we would plan our sessions properly it wouldn’t have been a problem though

        Fully agree on the EA thing, as well as ubishit constantly being buggy and a pain to work with though.

  • Petter1@lemm.ee
    link
    fedilink
    arrow-up
    2
    ·
    6 days ago

    I started using Linux prior starting programming…

    But knowing some programming languages will not help much maintaining a linux distribution, tho

      • Petter1@lemm.ee
        link
        fedilink
        arrow-up
        2
        ·
        5 days ago

        Hmm, maybe, but I would say understanding normal behaviour of bash commands and what drivers are does not directly involve knowing about coding.

  • Evil_Shrubbery@lemm.ee
    link
    fedilink
    arrow-up
    69
    arrow-down
    1
    ·
    edit-2
    7 days ago

    Wait … is there a perception (or reality?) that most Linux users are programmers?

    I’m an introvert, but all programmers I know use Windows (and badly in the sense they aren’t power users).

    • Nibodhika@lemmy.world
      link
      fedilink
      arrow-up
      44
      arrow-down
      4
      ·
      7 days ago

      That’s a logical fallacy, all dogs are animals does not imply that all animals are dogs. Even if all programmers you know use Windows that could still mean that all Linux users are programmers.

      That being said several relatives use Linux because I refused to help with IT unless they had Linux, and since then they mostly hadn’t needed IT support. So it’s not true that all Linux users are programmers, but a good percentage of us are.

      • Evil_Shrubbery@lemm.ee
        link
        fedilink
        arrow-up
        13
        ·
        edit-2
        7 days ago

        I was not explaining my logic nor my beliefs, just describing my smol sample (introvert!), as a btw fun fact.

        But I was under the impression that there is no distinguishable difference between which OSs use programmes vs non-programmers (and the other way around).
        Perhaps bcs I fail to se any specific connection between the two. But yes, my logic would be that both types use and are used by both to roughly the same extent.

        (Haha, exactly same experience with relatives - forced them on Linux, never had anything non-trivial to fix since then.)

        • marlowe221@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          7 days ago

          I’m a programmer! I use Linux and Windows. In fact, I’m now in my second job in a Microsoft shop (and no, neither were/are .NET…). And I’ve had exactly zero jobs where I was issued or allowed to use a Linux machine.

          • Evil_Shrubbery@lemm.ee
            link
            fedilink
            arrow-up
            2
            ·
            6 days ago

            allowed

            Yeah, wtf, what did Linux ever do to the great furry community sys admins?

            Our group is still fully on Windows all the things (except like two virtual servers), desktops all run W10.

            I will again plead in this years strategy to not upgrade to W11, if for nothing else ‘moral reasons’.
            I’ll be the only one tho.

      • Dariusmiles2123@sh.itjust.works
        link
        fedilink
        arrow-up
        3
        ·
        7 days ago

        I would want to « force » my relatives to use Linux. My wife had an unsupported MacBook Pro from 2012, so I managed to convince her it would be safer to switch. Since then, she hasn’t used macOS, but she also hasn’t used Linux because she can use her work provided windows laptop 😅

        I also proposed to my mom to provide IT support remotely to her via Linux, but she prefers using windows and relying on an old friend who is forcing her to buy a lot of Microsoft products otherwise he refuses to help her.

        I hope I’ll at least be able to teach my kids that Linux ain’t scary 🙏

    • lemmyvore@feddit.nl
      link
      fedilink
      English
      arrow-up
      29
      ·
      edit-2
      7 days ago

      There’s some hardcore conflation going on that assumes that people with technical skills will tend to be good at everything, or that they’ll gravitate towards the uber-geeky stuff.

      In my experience it’s a very wide spectrum. Lots of programmers are strictly focused on the language they use and don’t care to know anything about the OS, or networking, even computers. They are definitely not jacks of all trades.

      There are people who can do programming as well as system administration and build a PC and build some book shelves and so on. But that’s a very specific type of person who’s a tinkerer and happens to be into programming, it’s not because they’re a programmer.

      • Evil_Shrubbery@lemm.ee
        link
        fedilink
        arrow-up
        4
        ·
        7 days ago

        Yes, a power tinkerer!

        And if something needs to be programmed (or just coded, bcs copypasta), then that’s what’s gonna happen.

        If IT won’t accommodate my ticket in the way I want Im just gonna write another ticket for access rights.

    • Grangle1@lemm.ee
      link
      fedilink
      arrow-up
      9
      ·
      7 days ago

      In addition to the perception that you have to be “good at computers” (aka a programmer) to use Linux, in my experience a lot of Linux media outlets (websites, YT channels, podcasts, etc) tend to be heavy on advanced features and tools without much explanation in layman’s terms and tend to be geared towards an IT professional/hobbyist audience, which can reinforce that stereotype among those (like me) who are not.

      • Evil_Shrubbery@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        7 days ago

        Yeah, this explanation makes the most sense to me.

        Just a generalisation that “good at computers” is a programmer. So no Apple programmers :P (joking ofc)

      • EuroNutellaMan@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        6 days ago

        note if you sum up the linux distros here (excluding ChromeOS) you get 58,4% for personal use and 54,54% for professional use (of course keep in mind that there’s some godless bastards who dual boot 2 linux distros that could skew these statistics).

        Also note how that implies Linux is the most popular OS for professional use.

        Anyways, I wish these stats wouldn’t split Linux into distros, at least not by default. Linux distros are mostly the same and you’re still using (GNU*/)Linux splitting it makes it seem less popular tan it actually is.

        *unless you’re using something like Alpine ig

        • ikidd@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          6 days ago

          Except it wasn’t an exclusive choice question, it was multi-selection. So you could choose more than one OS (or distro). So this really doesn’t give much of an idea what the main OS is that people use. But it’s still going to be way higher than general users.

    • zod000@lemmy.ml
      link
      fedilink
      arrow-up
      6
      ·
      7 days ago

      Most of the programmers I know (including myself) use Linux or BSD, but that all depends on who you associate with. A lot of companies are purely Windows shops and others just throw their programmers mac books and call it a day. At my last company I was only briefly allowed to use Linux until they decided it was no good as I couldn’t use whatever resource intensive corporate garbage security software of the year they bought.

  • 0x0@programming.dev
    link
    fedilink
    arrow-up
    47
    arrow-down
    1
    ·
    7 days ago

    Linux, on the other hand, can easily boot up on a 10-year-old laptop with just 2GB of RAM, and work fine.

    I’m not sure a modern day browser would be just fine with “only” 2GiB, unfortunately.

    • ArcaneSlime@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      1
      ·
      7 days ago

      That’s what palemoon is for. It wouldn’t be my first choice, but if you don’t have the RAM to run crysis librewolf on high it’ll work.

      • WhiteHotaru@feddit.de
        link
        fedilink
        arrow-up
        1
        ·
        7 days ago

        4GB works. My kids use a T410 from 2010 with a SSD and it is a pleasant experience for daily use (browsing, YouTube, small Linux games)

    • lemmyvore@feddit.nl
      link
      fedilink
      English
      arrow-up
      12
      ·
      7 days ago

      I’ve tried Firefox limited to 1 GB for a laugh. It’s usable. It won’t do many tabs at the same time but it’s usable.

      You can actually go lower than that but you’ll start to run into limitations with YouTube videos etc.

      There are also other browsers out there that are more light-weight but perhaps not as feature-full as Firefox. Giving up extensions alone reduces a lot of complexity. If you fire up the package installer on any Linux distro and search for “browser” you’ll find a ton. There aren’t many engines but there are a lot of browsers.

    • Orfeluh@lemmy.world
      cake
      link
      fedilink
      arrow-up
      12
      ·
      7 days ago

      I have 3GB of RAM on my PC running Linux Mint, using LibreWolf, it works pretty great for me, I mean I can’t open 100 tabs, but 10-15 is possible

    • kenkenken@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 days ago

      I’ve tried to use Fedora Workstation in VM (GNOME Boxes) with only 1GiB RAM. And it is even usable and UI is responsible for GNOME and Firefox, but applications start more slowly. All those at cost of higher CPU usage. Probably it performs well because Fedora uses swap on ZRam, and it makes the system more reliable.

    • airikr@lemmy.ml
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      7 days ago

      There’s Linux dists that can only requires less than 200 MB of RAM. Absolute Linux for an example, has a minimum system requirement of 64 MB RAM. Plenty of space left for memory hungry softwares like a browser.

  • tombruzzo@lemm.ee
    link
    fedilink
    arrow-up
    42
    ·
    7 days ago

    I feel like Linux would be easier to pick up and use for a non power user starting from scratch like my mother-in-law. It’s so much easier to download programs with the package manager and settings are so much easier to navigate

    • gerdesj@lemmy.ml
      link
      fedilink
      English
      arrow-up
      8
      ·
      7 days ago

      I find it amazing that so many distros with volunteers manage to curate a vast software ecosystem, reasonably successfully and yet some of the largest companies on the planet, worth more than $1T each cannot manage to find the resources to do it efficiently.

      Imagine firing up a cmd or ps prompt in Windows and tying in: msiexec install adobe-hipster-app and it just works.

    • Fonzie!@ttrpg.network
      link
      fedilink
      arrow-up
      16
      ·
      7 days ago

      And to use the computer without being bombarded by ads

      Helped my SO fix Sims 4 on her W11 laptop recently; lock screen ads, start menu ads, pre-installed bloatware begging for money

      I even asked how she deals with all of that and she basically said “I dunno it just does that, if you can make it stop that’d be nice ig but just get Sims to worl for now”

      Needless to say I got Sims 4 to work (removing cachedir did the trick) AND uninstalled the bloatware and turned off ad-related settings

      • EuroNutellaMan@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        6 days ago

        I’d honestly have proposed (if they don’t need programs that only run on windows) “we could put linux on it and that should fix these issues” and put Linux Mint or Fedora on it (better if you choose not them unless they really want to deal with all the choices, most likely they won’t wnt to tho) and just tell them the basics of how to install software and stuff.

        • Fonzie!@ttrpg.network
          link
          fedilink
          arrow-up
          1
          ·
          6 days ago

          I have jokingly mentioned I’d fix it by just installing Linux

          I wonder when that stops being a joke

          • EuroNutellaMan@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            6 days ago

            I’d say now’s the time, by now I mean as soon as it’s appropriate.

            I was once asked if I could crack a password of a windows PC in an office cause the guy who used to work there no longer remembers it and they wanted to reuse the old PC. I asked if they need to recover any data, if they used any software that would be incompatible with Linux (not like this but directly mentioning software and asked for a list of stuff they use) and then told them it would simply be easier to install Linux on the thing, not only it’s easier but since it’s an old machine running windows 7 it’s also more secure and the computer will perform well.

            During the installation we found out that the computer is glorified junk, took ages to even attempt to format the disk to ext4. Still got to install Linux Mint on another one of their computers tho, big success.

  • steeznson@lemmy.world
    link
    fedilink
    arrow-up
    35
    arrow-down
    1
    ·
    7 days ago

    Stephen Fry the comedian/tv presenter is also a huge linux advocate. Specifically Ubuntu. He’s been using it for decades at this point.

      • governorkeagan@lemdro.id
        link
        fedilink
        English
        arrow-up
        11
        ·
        7 days ago

        I think Lemmy plays a part in it but also all the stuff with MS recently (and people getting tired of it).

        I think most Lemmy users use Linux

        I was thinking about this earlier today. I’d love to do a Lemmy wide survey to see how true this is or to what extent.

      • narc0tic_bird@lemm.ee
        link
        fedilink
        arrow-up
        9
        ·
        7 days ago

        I highly doubt most do, just that the percentage of Linux users may be higher than on many other platforms.

        The most used platform for Lemmy is likely still Windows or a mobile OS.

    • Nibodhika@lemmy.world
      link
      fedilink
      arrow-up
      18
      ·
      7 days ago

      It’s not, I’ve been using Linux for 20 years and it’s been gradually getting more and more exposure on the main media. I think there was a huge push with Steam Machines and then another one with Proton, then every Windows screw up bumps it a little more. We’re probably going to get another bump in popularity in a short while when Windows 11 enables the new feature that will take screenshots of everything you do (credit cards, passwords, etc) and use an AI to search through them.

      • governorkeagan@lemdro.id
        link
        fedilink
        English
        arrow-up
        2
        ·
        7 days ago

        I’ve definitely seen more video content of people trying Linux or moving over completely after that announcement from MS.