The mess of internationalization with websites doing it wrong.
We're really getting everything in the browser these days, even barcode detection.
Interesting introduction into WebGPU. Nice to see it's not quite Vulkan because some abstraction is needed in the browser (although, of course the approach is similar). There's also a couple of design choices which are welcome to improve portability.
Now let's hope it gets stable and widely supported soon.
Interesting stuff coming especially on the CSS side.
Interesting set of tips. Indeed that's a good way to reduce quite a bit the complexity of your application web frontend. Might not be always applicable though.
CSS is definitely a rabbit hole full of features. That delays quite a bit the time when you need to use Javascript.
Not the first time I bump into an article about that one. Solid.js is definitely getting close to something I might enjoy using (unlike React which I dislike quite a bit).
Nice application for testing APIs.
This is so true... It's just almost always better to use standard components in my experience. In particular it makes things easier for keyboard navigation and accessibility.
I obviously agree quite a lot with this.
Or why upgrades need to happen with care, especially with an open platform like the web...
This looks like a very interesting dataviz framework.
Looks like a nifty little tool for sending notifications from a script to your phone or such.
Indeed, don't use this by default. This is likely overkill and has terrible side effects. Look up for the alternatives proposed in this article first.
Now this is indeed a very clever CSS trick!
Or why browser monoculture is bound to become more and more of an issue. Sad to see Mozilla's weak response to this move. Can't bite the hand that feeds I guess.
Since the tooling is still far from great for web frontend memory analysis, it's nice to see some effort there.
Despite the problems with Mozilla's politics and funding, this is the main reason why I use Firefox as my main browser (even on my smartphone). We can't have a monopoly on which organization influence the web standards... unfortunately we get fairly close from that position.
Another frontend framework which seems lightweight. Especially nice is the fact that it's built on top of Web Components and that properties are properly reactive.
Since I'm still hoping for a strong RSS revival (not that it disappeared but I wish it was more the default option again), this post especially resonated with me. The discovery tool sounds very interesting.