this post was submitted on 01 Aug 2023
1360 points (97.4% liked)

Linux

47232 readers
784 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 40 points 1 year ago* (last edited 1 year ago) (3 children)

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

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

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] 61 points 1 year ago (2 children)

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] 8 points 1 year ago* (last edited 1 year ago) (1 children)

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

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

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] 6 points 1 year ago

I hated when Spotify forced me dutch language, glad I got my account deleted.

[–] [email protected] 5 points 1 year 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

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

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

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

Does librewolf do that too? I didn't realize that was a feature of firefox

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

Librewolf reports as Firefox on Win 10.

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

And this is why stats showing how prevalent Linux users are on a site are pretty useless.

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

Because an oddball browser based on Firefox says it's Firefox? I don't really follow the logic there. No one gave an example of the OS being wrong in a UA string

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

No. Because the firefox based browser shows linux as windows to refuse some tracking

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

Huh that's interesting, thanks

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

Not by default but configuring it to lie about your user agent is dead easy