▲ 1643 ▼ I feel called out (sh.itjust.works) submitted 3 years ago by jayandp@sh.itjust.works to c/linux@lemmy.ml 157 comments fedilink hide all child comments
[–] Ramin_HAL9001@lemmy.ml 43 points 3 years ago* (last edited 2 years ago) (3 children) You mean, there are still websites that don't auto-detect what OS you're running and make you actually choose? permalink fedilink source hideshow 6 child comments replies: [–] m00b0mph@lemmy.sdf.org 109 points 3 years ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] BillDoor@feddit.uk 69 points 3 years 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. permalink fedilink source parent hideshow 4 child comments replies: [–] Faresh@lemmy.ml 11 points 3 years ago* (last edited 3 years ago) (1 child) How do websites choose a language by location? What about countries that have more than one official language? permalink fedilink source parent hideshow 2 child comments replies: [–] BillDoor@feddit.uk 16 points 3 years ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] gmate8@lemmy.ml 7 points 3 years ago I hated when Spotify forced me dutch language, glad I got my account deleted. permalink fedilink source parent [–] nogrub@lemmy.world 7 points 3 years 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 permalink fedilink source parent [–] Quill7513@slrpnk.net 22 points 3 years ago (1 child) The kind of website that distributes linux stuff is going to know most linux distros ship with Firefox set up to not report OS permalink fedilink source parent hideshow 2 child comments replies: [–] JetpackJackson@feddit.de 3 points 3 years ago (2 children) Does librewolf do that too? I didn't realize that was a feature of firefox permalink fedilink source parent hideshow 4 child comments replies: [–] muhyb@programming.dev 4 points 3 years ago (2 children) Librewolf reports as Firefox on Win 10. permalink fedilink source parent hideshow 4 child comments replies: [–] SatyrSack@lemmy.one 7 points 3 years ago (1 child) And this is why stats showing how prevalent Linux users are on a site are pretty useless. permalink fedilink source parent hideshow 2 child comments replies: [–] TrickDacy@lemmy.world 0 points 3 years ago (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [–] mexicancartel@lemmy.dbzer0.com 2 points 3 years ago No. Because the firefox based browser shows linux as windows to refuse some tracking permalink fedilink source parent [–] JetpackJackson@feddit.de 2 points 3 years ago Huh that's interesting, thanks permalink fedilink source parent [–] Quill7513@slrpnk.net 1 point 3 years ago Not by default but configuring it to lie about your user agent is dead easy permalink fedilink source parent [+] ghostermonster@discuss.tchncs.de 8 points 3 years ago* (last edited 3 years ago) (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [–] Shadow@lemmy.ca 3 points 3 years ago (1 child) 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? permalink fedilink source parent hideshow 2 child comments replies: [+] ghostermonster@discuss.tchncs.de 2 points 3 years ago* (last edited 3 years ago) [deleted] permalink fedilink source parent
[–] m00b0mph@lemmy.sdf.org 109 points 3 years ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] BillDoor@feddit.uk 69 points 3 years 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. permalink fedilink source parent hideshow 4 child comments replies: [–] Faresh@lemmy.ml 11 points 3 years ago* (last edited 3 years ago) (1 child) How do websites choose a language by location? What about countries that have more than one official language? permalink fedilink source parent hideshow 2 child comments replies: [–] BillDoor@feddit.uk 16 points 3 years ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] gmate8@lemmy.ml 7 points 3 years ago I hated when Spotify forced me dutch language, glad I got my account deleted. permalink fedilink source parent [–] nogrub@lemmy.world 7 points 3 years 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 permalink fedilink source parent
[–] BillDoor@feddit.uk 69 points 3 years 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. permalink fedilink source parent hideshow 4 child comments replies: [–] Faresh@lemmy.ml 11 points 3 years ago* (last edited 3 years ago) (1 child) How do websites choose a language by location? What about countries that have more than one official language? permalink fedilink source parent hideshow 2 child comments replies: [–] BillDoor@feddit.uk 16 points 3 years ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] gmate8@lemmy.ml 7 points 3 years ago I hated when Spotify forced me dutch language, glad I got my account deleted. permalink fedilink source parent [–] nogrub@lemmy.world 7 points 3 years 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 permalink fedilink source parent
[–] Faresh@lemmy.ml 11 points 3 years ago* (last edited 3 years ago) (1 child) How do websites choose a language by location? What about countries that have more than one official language? permalink fedilink source parent hideshow 2 child comments replies: [–] BillDoor@feddit.uk 16 points 3 years ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] gmate8@lemmy.ml 7 points 3 years ago I hated when Spotify forced me dutch language, glad I got my account deleted. permalink fedilink source parent
[–] BillDoor@feddit.uk 16 points 3 years ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] gmate8@lemmy.ml 7 points 3 years ago I hated when Spotify forced me dutch language, glad I got my account deleted. permalink fedilink source parent
[–] gmate8@lemmy.ml 7 points 3 years ago I hated when Spotify forced me dutch language, glad I got my account deleted. permalink fedilink source parent
[–] nogrub@lemmy.world 7 points 3 years 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 permalink fedilink source parent
[–] Quill7513@slrpnk.net 22 points 3 years ago (1 child) The kind of website that distributes linux stuff is going to know most linux distros ship with Firefox set up to not report OS permalink fedilink source parent hideshow 2 child comments replies: [–] JetpackJackson@feddit.de 3 points 3 years ago (2 children) Does librewolf do that too? I didn't realize that was a feature of firefox permalink fedilink source parent hideshow 4 child comments replies: [–] muhyb@programming.dev 4 points 3 years ago (2 children) Librewolf reports as Firefox on Win 10. permalink fedilink source parent hideshow 4 child comments replies: [–] SatyrSack@lemmy.one 7 points 3 years ago (1 child) And this is why stats showing how prevalent Linux users are on a site are pretty useless. permalink fedilink source parent hideshow 2 child comments replies: [–] TrickDacy@lemmy.world 0 points 3 years ago (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [–] mexicancartel@lemmy.dbzer0.com 2 points 3 years ago No. Because the firefox based browser shows linux as windows to refuse some tracking permalink fedilink source parent [–] JetpackJackson@feddit.de 2 points 3 years ago Huh that's interesting, thanks permalink fedilink source parent [–] Quill7513@slrpnk.net 1 point 3 years ago Not by default but configuring it to lie about your user agent is dead easy permalink fedilink source parent
[–] JetpackJackson@feddit.de 3 points 3 years ago (2 children) Does librewolf do that too? I didn't realize that was a feature of firefox permalink fedilink source parent hideshow 4 child comments replies: [–] muhyb@programming.dev 4 points 3 years ago (2 children) Librewolf reports as Firefox on Win 10. permalink fedilink source parent hideshow 4 child comments replies: [–] SatyrSack@lemmy.one 7 points 3 years ago (1 child) And this is why stats showing how prevalent Linux users are on a site are pretty useless. permalink fedilink source parent hideshow 2 child comments replies: [–] TrickDacy@lemmy.world 0 points 3 years ago (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [–] mexicancartel@lemmy.dbzer0.com 2 points 3 years ago No. Because the firefox based browser shows linux as windows to refuse some tracking permalink fedilink source parent [–] JetpackJackson@feddit.de 2 points 3 years ago Huh that's interesting, thanks permalink fedilink source parent [–] Quill7513@slrpnk.net 1 point 3 years ago Not by default but configuring it to lie about your user agent is dead easy permalink fedilink source parent
[–] muhyb@programming.dev 4 points 3 years ago (2 children) Librewolf reports as Firefox on Win 10. permalink fedilink source parent hideshow 4 child comments replies: [–] SatyrSack@lemmy.one 7 points 3 years ago (1 child) And this is why stats showing how prevalent Linux users are on a site are pretty useless. permalink fedilink source parent hideshow 2 child comments replies: [–] TrickDacy@lemmy.world 0 points 3 years ago (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [–] mexicancartel@lemmy.dbzer0.com 2 points 3 years ago No. Because the firefox based browser shows linux as windows to refuse some tracking permalink fedilink source parent [–] JetpackJackson@feddit.de 2 points 3 years ago Huh that's interesting, thanks permalink fedilink source parent
[–] SatyrSack@lemmy.one 7 points 3 years ago (1 child) And this is why stats showing how prevalent Linux users are on a site are pretty useless. permalink fedilink source parent hideshow 2 child comments replies: [–] TrickDacy@lemmy.world 0 points 3 years ago (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [–] mexicancartel@lemmy.dbzer0.com 2 points 3 years ago No. Because the firefox based browser shows linux as windows to refuse some tracking permalink fedilink source parent
[–] TrickDacy@lemmy.world 0 points 3 years ago (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [–] mexicancartel@lemmy.dbzer0.com 2 points 3 years ago No. Because the firefox based browser shows linux as windows to refuse some tracking permalink fedilink source parent
[–] mexicancartel@lemmy.dbzer0.com 2 points 3 years ago No. Because the firefox based browser shows linux as windows to refuse some tracking permalink fedilink source parent
[–] JetpackJackson@feddit.de 2 points 3 years ago Huh that's interesting, thanks permalink fedilink source parent
[–] Quill7513@slrpnk.net 1 point 3 years ago Not by default but configuring it to lie about your user agent is dead easy permalink fedilink source parent
[+] ghostermonster@discuss.tchncs.de 8 points 3 years ago* (last edited 3 years ago) (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [–] Shadow@lemmy.ca 3 points 3 years ago (1 child) 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? permalink fedilink source parent hideshow 2 child comments replies: [+] ghostermonster@discuss.tchncs.de 2 points 3 years ago* (last edited 3 years ago) [deleted] permalink fedilink source parent
[–] Shadow@lemmy.ca 3 points 3 years ago (1 child) 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? permalink fedilink source parent hideshow 2 child comments replies: [+] ghostermonster@discuss.tchncs.de 2 points 3 years ago* (last edited 3 years ago) [deleted] permalink fedilink source parent
[+] ghostermonster@discuss.tchncs.de 2 points 3 years ago* (last edited 3 years ago) [deleted] permalink fedilink source parent