• Ramin Honary
    link
    fedilink
    English
    43
    edit-2
    11 months 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
      10711 months 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
        6811 months 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
          11
          edit-2
          11 months ago

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

          • @[email protected]
            link
            fedilink
            1611 months 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.

        • @[email protected]
          link
          fedilink
          711 months ago

          yeah it’s really annoying all my devices are in english but my native language is german so sometimes it’s in english and sometimes in german

    • The Quuuuuill
      link
      fedilink
      English
      2211 months ago

      The kind of website that distributes linux stuff is going to know most linux distros ship with Firefox set up to not report OS

      • Shadow
        link
        fedilink
        311 months ago

        Hmm. If only it could all be done client side somehow, like maybe there should be a client side programming language for browsers? How cool would that be?