Daily Shaarli

All links of one day in a single page.

April 22, 2020

"Minimum viable dark mode", Chase McCoy (@chase_mccoy)
@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)
thumbnail

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.

"The Cost of Javascript Frameworks", Tim Kadlec (@tkadlec)

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).