this post was submitted on 22 Nov 2023
51 points (94.7% liked)

Programmer Humor

32495 readers
488 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] xmunk@sh.itjust.works 22 points 1 year ago

And lo, the committees did ask, "Shall we moveth onto feature flags with HTML5?" But browsers did speaketh in response, "Nah fam, we gud."

[–] dan@upvote.au 11 points 1 year ago* (last edited 1 year ago) (1 children)

And now, user agent strings in Chrome are frozen, with other browsers to follow. This means they're not going to change much - it still has the major version of the browser, but all the other parts (like OS version) won't be changing. All Windows systems will be "Windows NT 10.0; Win64; x64" regardless of the actual Windows version; all Mac systems will be "Macintosh; Intel Mac OS X 10_15_7"; all Linux systems will be "X11; Linux x86_64" and all Android systems will be "Android 10". https://www.chromium.org/updates/ua-reduction/

AFAIK the aim is to totally remove user-agent one day, and instead migrate to the newer Client Hints API.

[–] Cysioland@lemmygrad.ml 1 points 1 year ago

At least someone is cleaning this mess up

[–] atx_aquarian@lemmy.world 4 points 1 year ago

That was a fun ride!