Does the government in your country still often publish data in PDF instead of HTML/plain text?
(context: https://gds.blog.gov.uk/2018/07/16/why-gov-uk-content-should-be-published-in-html-and-not-pdf/)
| blog | https://šime.eu |
Does the government in your country still often publish data in PDF instead of HTML/plain text?
(context: https://gds.blog.gov.uk/2018/07/16/why-gov-uk-content-should-be-published-in-html-and-not-pdf/)
Google Chrome silently installs a 4 GB Gemini Nano AI model on your device
❌ No consent
❌ No opt-in
❌ No real opt-out for regular users
This isn’t a small experiment & it’s on billions of devices.
➡️ Read more: https://www.thatprivacyguy.com/blog/chrome-silent-nano-install/
😠 A tactic we've already seen with Gemini on Android. But at least you can disable it here, learn how: https://tuta.com/blog/how-to-disable-gemini-on-android
Nowadays, if you try to visit Gmail with JavaScript disabled in your browser, it will falsely claim that your account is temporarily unavailable.
The HTML version of Gmail slowly fades from memory.
Really good 5-minute explanation of text rendering

“Summarize article” feature in iOS Firefox
(look for a ⚡ icon in the URL bar, open reader view if necessary)
What do you think about this *intentional* layout shift on Formula 1’s website? I think it should be avoided.
“Designing for people with low vision” by @lloydi via @TetraLogical
https://tetralogical.com/blog/2026/03/24/designing-for-people-with-low-vision/
img.headings { width:50%; min-width:400px; max-width:100%; } @media (max-width: 400px) { img.headings { min-width: 100%; } } Low vision affects millions of people worldwide, yet it's often overlooked in the design process. The design choices we make, from how we emphasise content to where we position controls, can either empower people to customise their experience or create unnecessary barriers. By understanding these impacts and designing with flexibility in mind, we can create interfaces that truly work for everyone.
I would love for a media's `autoplay` attribute to respect `prefers-reduced-motion` to make some background videos less hostile to users (care to guess what I'm working on right now?).
I see @jaffathecake is already on the case in https://github.com/whatwg/html/issues/11605 and there's a few thoughts about compatibility — tough decision to make for sure.
I'd certainly be favour of something like `autoplay="auto|forced" where auto means no autoplay if the user has reduced motion preferences.