Hey there! 👋

I’m Daman Arora (he/him) and I enjoy building things. Read more.

How I Pick Stocks (My Actual Process)

I have been refining how I look at stocks and ETFs, so I wrote it down. This is not advice. It is just my process, the markets I look at, and the names I am currently watching or hold. I will not share how much I put into anything. That part is nobody’s business and it is not the useful bit anyway. The useful bit is the thinking. The whole thing comes down to one habit: before I look at a single number, I decide what I am actually looking for....

May 20, 2026 · 10 min · Daman Arora

From Power Button to Desktop: UEFI, Bootloaders, and the Kernel

The earlier posts, how computers run programs and inside a running process, started with a program already running. This one goes further back, to the moment you press the power button, and follows the chain that has to happen before any of that machinery exists. What firmware is Firmware is software. The difference from ordinary software is where it lives and what it does. Regular software, your browser or the OS, sits on your hard disk or SSD....

May 19, 2026 · 10 min · Daman Arora

Inside a Running Process: Memory, the PCB, and Scheduling

The first post followed the chain from disk to CPU. This one goes deeper into what actually happens once a program is running: how its memory is laid out, how the OS keeps track of it, and how many programs share the machine at once. From passive to active A program sitting on the hard disk is a passive thing. Just saved instructions, doing nothing. The moment you run it, it becomes an active process living in RAM....

May 19, 2026 · 12 min · Daman Arora

How a Computer Actually Runs Your Programs

Every time you open an app, a chain of hardware kicks into motion behind the scenes. This post follows that chain from the disk all the way to the CPU, one idea building on the last. 1. Why RAM is faster than a hard disk RAM is electronic. Data is fetched by sending electrical signals, almost instantly. A hard disk drive (HDD) is mechanical. It has spinning platters and a moving arm that must physically travel to the right spot before it can read....

May 19, 2026 · 14 min · Daman Arora

AWS Other Services: A Grab Bag Worth Knowing About

AWS has a long tail of services that don’t slot neatly into compute, storage, networking, or databases — but you’ll bump into them sooner or later. This post is a quick tour of that grab bag: virtual desktops, mobile dev kits, backup and disaster recovery, migration tooling, workflow orchestration, and a few specialised oddities like satellite ground stations. The mental map ┌─────────────────────────────────────────────────────────┐ │ END-USER COMPUTING │ │ • WorkSpaces (managed Windows/Linux desktops) │ │ • AppStream 2....

May 18, 2026 · 9 min · Daman Arora