• @[email protected]
    link
    fedilink
    English
    72 years ago

    My wife uses Arch (actually). She calls it the internet, when she really means Facebook. She knows it isn’t Apple but it gets a bit vague after that!

    The last time I had to fire up the Mesh Central client to sort something out on her desktop from work was around three months ago. Every couple of weeks I ssh into it, update it and schedule a reboot for 03:00.

      • @[email protected]
        link
        fedilink
        English
        22 years ago

        I’ve spent over 25 years with Linux. With multiple distros and a lot of that with Gentoo and Arch. At work I specify Ubuntu or Debian, for simplicity and stability. I always used to use the minimal Ubuntu, because it was tiny with no frills. For quite a few years I managed a fleet of Gentoo systems across multiple customers - with Puppet. Those have quietly gone away. I’ve dallied with SuSE (all varieties), Mandrake, Mandriva, RedHat, Slackware, Yggdrassil and more.

        Arch is surprisingly stable and being a rolling job there are no big jumps. When I replace one of our laptops, I simply clone the old one to it and crack on. I used to do the same with Gentoo - my Gentoo laptops went from an OpenRC job with dual Nokia N95 ppp connections around 2007 to through to around 2018 with systemd and decent wifi when I switched to Arch to allow the burns on my lap to heal. I still have a Gentoo VM running (amongst friends) on the esxi in my attic.

        It was installed in 2006 according to some of the kernel config files. I left it for way too long and had to use git to make Portage advance forwards in time and fix around a decade of neglect. It would have been too easy to wipe and start again. It took about a fortnight to sort out. At one point I even fixed an issue following a forum post I made myself years ago.

        Anyway, Arch is pretty stable.

        • @[email protected]
          link
          fedilink
          22 years ago

          At one point I even fixed an issue following a forum post I made myself years ago.

          I love when that happens lmao, it’s the best. Thank you past me.

      • @[email protected]
        link
        fedilink
        English
        11 year ago

        because Arch is more lightwheight than Debian, and also more stable than non-arch users think it is

      • oce 🐆
        link
        fedilink
        12 years ago

        Debian is sometimes frustratingly out of date for daily apps like the web browser. I’d rather recommend something with a bit more updates like Mint.

  • Jannis
    link
    fedilink
    42 years ago

    There are some tech illiterate people, who use Linux without knowing it, because their child set it up for them.

    • @[email protected]
      link
      fedilink
      12 years ago

      Absolutely one of my favorite james acaster quotes! His whole Netflix special, “Repertoire” is just fantastic

  • @[email protected]
    link
    fedilink
    English
    32 years ago

    Personally, if you can’t tell me if you are running Windows or MacOS, I don’t really want you downloading my software

    • @[email protected]
      link
      fedilink
      English
      1
      edit-2
      2 years ago

      Worked in a repair shop long enough to know that a whole lot of mac users just know they bought a “better computer” without any idea of what an operating system is, someone showed them that the photo they took on their phone magically appeared on their computer and that was all the info they needed to pay 2 grand for it

  • @[email protected]
    link
    fedilink
    English
    22 years ago

    I literally bought the wrong version of a game called Heretic on Amazon in the early 2000s because it “had a cool penguin on it” lmao

    • NX2
      link
      fedilink
      42 years ago

      I’m sure my grandma does not give a shit

  • Ramin Honary
    link
    fedilink
    English
    1
    edit-2
    2 years ago

    You mean, there are still websites that don’t auto-detect what OS you’re running and make you actually choose?

    • @[email protected]
      link
      fedilink
      22 years ago

      I actually hate it when a website does that, especially when it doesn’t let you download the application you want because your OS is not compatible. For example you wanna download some windows software to run it with Wine/Proton and the website detects you are running linux and does not let you download. I always need to spoof my User-Agent string to get access.

      • @[email protected]
        link
        fedilink
        12 years ago

        The correct solution (as with languages on websites) is to auto-detect but then make it super easy and obvious how to change if the auto detected version is not what the user wants.

        Also if any web developers out there are reading - don’t use the user’s location to determine the language/region they want, and especially don’t force it. I have no idea why so many websites do this but those responsible deserve to permanently have small amounts of sand in all their socks.

        • @[email protected]
          link
          fedilink
          0
          edit-2
          2 years ago

          How do websites choose a language by location? What about countries that have more than one official language?

          • @[email protected]
            link
            fedilink
            12 years ago

            Yeah, I’m saying they shouldn’t, but plenty of them do. They use geoip or location services to work out where you are and then use that to send you to the local site or the site in the language that they feel is appropriate for that location.

            If you’re really lucky they then make it difficult (and sometimes practically impossible) to switch.

            Besides the problem you’ve highlighted for countries with multiple languages, you also have immigrants, people on holiday, multilingual people, VPN users… And it’s not great for your SEO either.