MSManasseh Samuelinkernel-thoughts.hashnode.dev·Jul 8 · 7 min readBuilding a recursive filewatcher with build output awareness capability in C++In the world where you can choose from thousands of programming projects, why did you choose to build a recursive file watcher? The reason I decided to build a file watcher was to use it as a learning00
MSManasseh Samuelinkernel-thoughts.hashnode.dev·Jun 11 · 3 min readHow does your CPU know when you click your mouse?So recently I was having the question of how my CPU knows when some events happen on some part of my external I/O hardware devices. Imagine you're typing right now. Your CPU is probably running a brow10
MSManasseh Samuelinkernel-thoughts.hashnode.dev·Jun 7 · 4 min readWhat happens when you click your PC's power button?Here's a question I had for the past couple of days. "What happens when you click on your PC's power button? And how does the PC know how to open the OS when it is started initially? Like if it's ju00