The Simplest Thing

Alice in Userland

Story

Alice is a developer, and developers have a lot of todos. Fix this, try that, answer an old message. She wants to keep them all in one place on her computer: write a todo down, see all of them together, and mark one as done when she finishes it.

This is only a side project, so she does not want complicated code. She takes the smallest step she can think of. She writes one file, main.ts, and puts everything in it. She runs it with bun main.ts, because Bun reads TypeScript on its own. There is nothing to build and nothing to set up. She adds no libraries and no database. Each todo becomes a small file in ~/.todos, a folder in her home. She keeps it there and not next to her code, because she has one todo list and she wants to see it from wherever she is standing. It is a plain folder, so she can open it and read her todos with her own eyes. It works, and today that is enough.

Alice's Notebook

Nothing written down on this day.

Files

1

Choose a file from the tree.