this post was submitted on 12 Dec 2023
1061 points (96.9% liked)

Technology

58108 readers
4981 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] xcjs@programming.dev 1 points 9 months ago (1 children)

The issue is that some of those techniques are only useful after the client has rendered the content rather than before.

[–] spiderplant@lemm.ee 1 points 9 months ago (1 children)

But they are useful and completely valid ways of dealing with the problem.

It is not the end of the world if I have to click am extra once or twice to change the language. Hell most websites have much harder processes just to reject cookies.

Personally I would rather err on the side of slightly extra work the odd time I'm not on a website not in my native language than have an extra bit of information that can be used to track me.

Again take a look at the Gemini protocol, its a perfectly fine browsing experience without all the cruft.

[–] xcjs@programming.dev 1 points 9 months ago* (last edited 9 months ago)

Valid, but not standard and more inconvenient.

Additionally, you act like query strings can't be used to track you when they certainly can.

Most of the advantages of Gemini are implemented in the client and not the protocol itself.