Nothing groundbreaking regarding web service APIs, but a very reasonable list nonetheless.
The mess of internationalization with websites doing it wrong.
Interesting and fair list of pain points around Rust. This is a change from the pure fan boy articles we see most times.
At last we might wake up from the "deep learning alone can solve every problems" fantasy. Looking forward to seeing human interactions and symbol manipulation come back in the AI field. Finding ways to pick and mix approaches is essential. Otherwise it's meant to stagnate and lead to industrial hazards.
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 research explained. Apparently it's more than time to put the catharsis hypothesis to rest.
Interesting warning about too early standardization. Don't go top-down, better go bottom-up working on each separate problem and see if something emerges.
Excellent article in French from one of the most influential people of the agile community in France. He delivers an interesting story about how state agencies started to apply some of the agile values and principles but how unfortunately this wave is already receding.
Good primer on refactoring, I especially appreciate the big fat warning about language erosion... the number of times I hear "refactoring" for something which is not a refactoring at all...
Looks like an interesting static analyzer, I guess I'll try to use it on a couple of projects.
Interesting stuff coming especially on the CSS side.
Oh this is really neat! This is a good way to visualize how it evolved over time, I find the period starting in 2005 especially interesting.
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.
Very interesting article about perspective. It touches upon human vision, painting, photography and 3D. In the in what we produce is mostly an artistic choice and it gets into interaction with how our brains interpret them.
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).
Interesting food for thought at places. In any case clearly highlight the difficulties of delivering application binaries on Linux platforms in a portable way.
Nice application for testing APIs.
This completes the article about why the GIL doesn't prevent data races. It explains in a bit more detail how the incrementation was creating the data race.