Posts
- Jun 20, 2024
During a CPE class by my prof. Aderounmu, I rediscovered...
Read more - Apr 11, 2024
The parser has been implemented, next, structure of the client...
Read more - Jan 20, 2024
While thinking bout common necessities, I remembered I once fantasized building a bittorrent client while I was learning blockchains, I guess it's time to delve...
Read more - Dec 17, 2023
So I decided to learn 8086 since it's so important, sarcasm unintended...
Read more - Nov 24, 2023
The beauty of the operating system is that it manages the computer almost perfectly, how it runs multiple events together, controls the operating of individual components is based on these little concepts...
Read more - Nov 11, 2023
A philosphic view to the reality. From consciousness to physics...
Read more - Oct 17, 2023
Ability to use symbols before their definition makes the assembly code writer's life easier and the assembler developer's harder....
Read more - Oct 17, 2023
Several issues lie with how the Operating system runs programs. We need a very efficient system yet ability to control the programs, security is of course important. Let's review the beautiful art of running programs....
Read more - Sep 7, 2023
The operating system seems like a giant cloud of software. Well, maybe it is. What if I say it's a standard library? What does it do exactly? Let's talk about pieces of the operating system...
Read more - Aug 5, 2023
Flip flops generally are fascinating elements. Memory chips are built from them, from the bits to registers. Let's explore what and how these chips work....
Read more - Aug 3, 2023
A series documenting key components of the rust programming language. I read the book a while ago but was busy with some other things, this is documenting a summary as I review...
Read more