Daily Shaarli
April 22, 2020
@media (prefers-color-scheme: dark) { filter: invert(90%) hue-rotate(25deg); img, video, iframe { filter: invert(100%) hue-rotate(-25deg); } }
[Podcast] "We've ruined the Web. Here's how we fix it", Jeremy Keith (@adactio) for World Wide Waste with Gerry McGovern (@gerrymcgovern)

You know, faster websites mean happier users. It’s absolutely in no doubt. And I just don’t get it, to be honest. I don’t get how people can be working on the web claiming to be doing user centered design and yet, at the same time, ignoring this huge factor.
Good frameworks should provide a better starting point on the essentials (security, accessibility, performance) or have built-in constraints that make it harder to ship something that violates those.
That doesn’t appear to be happening with performance (nor with accessibility, apparently).