Thoughts on systems programming, open source, and computer science
Learning about RESP (Redis Serialization Protocol), the underlying engine and communication protocol that powers Redis's incredible speed.
How diving into an AI agent codebase led to an unexpected open source contribution.
I enjoyed writing this code tbh
Learning about Redis internals, and its single-threaded architecture, I/O multiplexing, and event loops, inspired by Arpit Bhayani's video lecture.
A university student explaination of the P vs NP problem, what it means and why it matters.
In this post I will document what is threading and how threading can create the illusion of parallelism when threads share a core, but becomes genuine parallelism when threads are mapped to separate physical cores.