Yes, such an arrest is concerning. Now, lots of people are voicing the wrong concerns... this article actually does a good job explaining it.
Here a good reminder that the PR of Telegram is highly misleading. It's not very secure, they don't really care about your privacy.
Interesting to see Typescript and Rust picking up pace slowly. Otherwise Python, Java, Javascript and C++ are still the big four overall. For jobs, C# and SQL are good to have in your tool belt.
Very good list of the challenges ahead for RSS as a popular protocol. It'd be great to see some of it being tackled.
I'm not sure the "bubble" comparison properly applies. Still there are indeed signs of the Open Source movement getting in troubles. It'll be all the more important to stick to the Free Software values.
How to avoid drowning in errors when getting serious about monitoring. Finding class of errors and treating them one by one will definitely help.
Looks like an interesting way to improve SQL. This feels like a nice extension, it's much better than throwing out the baby with the bathwater.
Interesting to see how far you can go preprocessing Python.
Interesting comparison between old attempts at backdooring OpenSSH and the latest xz attempt. There are lessons to be learned from this. It makes a good case for starting to sandbox everything.
Definitely something architects should do more. Understanding the business needs should be the input to the technical decisions. Otherwise you might just happily build the wrong thing.
Funny musing about the OOM killer. With nice pointers if you want to dive further into the topic.
SIMD is hard to use, not all problems can apply to it. But when they can, the performance gain can be great.
Starts like a satire, but there's a serious conclusion in the end. Indeed, mind the power dynamics in code reviews. Be nice, steer away from those antipatterns, especially since you might be on the receiving end the next time.
A little refresher about std::ref and std::cref. They come in handy sometimes, but also if you don't realize you need them you'll generate more copies than necessary.
Since they unfortunately turned on private attribution by default (why? Mozilla, why?). Here is an easy automated way to turn it off.
This is indeed a nice way to approach technical interviews. Unfortunately it requires quite some effort to setup and maintain. You also have to find the right bugs to put in the interview and this is a rarity.
With all those bots and scripts crawling the Web, some of the semantic web vision got silently implemented.
It's better than no feedback. It's a bit lazy and far from perfect though.
Looks like there's another contender for package management for Python. This is sooo fragmented now... this one is compelling though.
There are many ways to create a memory leak in Javascript. Here is a good list of the things to pay attention to.