aredis - An effecient and user-friendly async redis client...
Read more »
Read ancient CPython source code, and learn a principle so pithy you can write it on the back of your hand. (more…)
Read more »
A friend once said to me: You know, to some people, C is just a bunch of macros that expand to assembly. It’s been years ago (smartasses: it was also before llvm, ok?), but the sentence stuck… (more…)
Read more »
Lately, I've been working with Python C-API. I wanted to use subinterpreters with their own GIL to unlock the performance gains promised by being able to execute many threads in parallel which was not possible before Python 3.12. (more…)
Read more »
Ever since I watched the movie ‘Arrival’, I wanted to create my own logographs. Just like the one they show in the movie. So, I started searching about the symbols they shown in the movie. I found that the movie company hired Wolfram to produce the logogr... (more…)
Read more »