Recent Posts

Number Systems Basic Arithmetic Operations

9 minute read

Arithmetic Operations in Number Systems is a very important topic as we will often come across different number system operations during our learning journey...

An Introduction to Number Systems

13 minute read

Welcome to the first lecture in this Digital Logic Design series. Before we touch a single logic gate, flip-flop, or circuit, we need to get comfortable with...

io_uring from Userland

30 minute read

You know the pains if you’ve written performance sensitive I/O code on Linux. Every read() and write() is a round trip into the kernel. POSIX AIO was a mess,...