Very nice tutorial, explores a good set of common biases. Also show that it's not that simple to get rid of them.
OK, now that's a funny consequence of how authorities behave which are taken into account by criminals.
A few nice tips for dealing with fonts on the web.
A nice list of somewhat recent features which made it to JavaScript.
Very insightful view on the differences between praises and positive feedback. It's indeed very easy to conflate the two by mistake.
The use of PyO3 keeps being very interesting for Rust / Python interoperability. The porting experiment in this article is well done and shows well the strength and weaknesses of both.
Like everything, Pair programming also has a dark side. It's obviously more potent if you do it too much.
Oops... security flaws ready to exploited in Wi-Fi again. And that includes WPA3.
Interesting piece covering: how a memory allocator works, why it can be slow, how to use it the best way possible and how to pick an allocator for your project.
This is a very interesting deep dive in how branch predictors work. Also comparing timing profiles between different families of CPUs.
Sounds like an interesting tool for Python projects.
Ever wondered what's hiding behind a mutex? This article goes a good job to explain this.
A good example of using the best tool for the job. Having your whole data analysis pipeline in pandas might not be what you want for performance reason. Very often there's a relational database you can leverage first.
Excellent reminder about where the limit is for the compiler to optimize things. Nowadays it's mostly about the memory accesses and then it means that the design matters a lot. Object-oriented designs being far from optimal here. Data-oriented designs fare much better but are definitely less friendly for human brains to reason about them.
Looks like the situation is still fragile for Linux phones but it's brighter than ever.
Not very scientific but gives a rough idea of which services are heavy or not in the fediverse. Matrix seems to be still dismal in that regard... I wonder if we'll see a revival of XMPP, that'd be very funny.
Nice summary of several security headers you can have to deal with for HTTP.
Interesting question, and luckily the top answer is coming from someone who put in the work and memory to do a thorough history recap. Interesting stuff.
This is a good resource explaining most of what one needs to know about Cross Origin Resource Sharing (CORS). As usual in such articles, the historical bits are particularly insightful.
Interesting take on why AI gets constantly displaced by more mundane metadata.