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.
Couple of interesting tips in that vim setup. Always surprising how much can be achieved with such a small setup.
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.
Contrary to popular belief, data races are definitely a reality in Python. Don't be fooled, the Global Interpreter Lock won't prevent them.
A good reminder that there is not a one size fits all solution in the tech world. Also be skeptical of the silver bullets that "obviously" everyone should use. Project context matters above all.
Really cool optimizations for B-Trees. Once the layout is reworked this is a neat way to use SIMD as well.
Very cool tool to generate random maps, go all the way to per-city generators through this:
https://watabou.github.io/city-generator/
Really cool stuff.
Looks like an interesting approach to keep in touch with people. Doesn't seem too horrible to maintain once the first setup is done.
Definitely a welcome move... will need to be enforced of course. Let's hope it won't turn into yet another text without teeth.
This asks very valid questions. I'm a bit less optimistic than in the conclusion though... I suspect that if it truly falls, it will be replaced by another cargo cult.
This looks like a nice way to somewhat safely expose self-hosted services to the outside.
Excellent article about best practices for logging errors, most of it applies for other type of logs though.