Once again this highlight the toxic architecture of those social networks. They create frustration and anger and it's by design. The trending topics on Twitter is one of the worst form of audience clashes.
Plenty of good advices for code reviews. Fairly comprehensive since it covers both ends of the review.
A bit of discouraging results... looks like gender parity in AI avatars is not for tomorrow. It seems we are in a catch 22, using male avatars reduce adoption while using female avatars reinforce women objectification. Since most people designing such systems are likely white male engineers... the outcome is unfortunately fairly clear.
Fascinating results. Could have implications both for neurosciences and machine learning.
Google came with another crap idea and not everyone has to adjust their web servers...
Starts a bit like a (somewhat deserved) love letter to SQLite. But that also does a good job pointing out some of its caveats and when to not use it.
If you're still struggling with atomics and memory fences (and you should) this is a good piece to read. It really goes through it all.
Interesting dive into history explaining why we had the x hack in shell script. Interestingly it was still relevant all the way to 2015 at least...
Interesting advices on how to package your python tools.
Good reminder of why idempotence is a very important property.
Interesting, could be a another breakthrough in training performance.
Very good advice, there's a lot in programming which is really just mundane and boring. That doesn't make it easy but you might end up doing what everyone else tried to avoid.
A comprehensive catalog of C++20 language features.
If you're a bit technical this is completely doable. It's somewhat similar to what I'm doing at home. Gave me a couple of ideas on what to improve too.
Excellent take from Ron Jeffries about the current state of the Scrum industry. So many certified Scrum Masters that it's not fun anymore and likely useless... if not outright harmful. That's in part why I always refused to be certified. This kind of schemes tend to lead to such abuses.
Because when things are presented a bit too rosy I get suspicious... it's nice to have such counterpoints to realize PostgreSQL is not perfect which means there are scenarios where you might not want it.
Excellent reminder of how awesome strace is. This is one tool every developer needs to know, it often saves the day when everything else fails.
I recognize myself quite a bit into that: boring but pervasive technologies is generally good for users.
Now, this is a really cool hack on the PinePhone!
Interesting curated list of Java evolutions. Looks like it's been picking up pace lately.