I have been teaching myself systems programming over the past year by building software in C, and I just released the first public version of one of my projects: Pulse. a lightweight Linux monitoring dashboard that: reads system metrics directly /proc serves a web interface using its own HTTP server has minimal dependencies is written entirely in...