As a software engineer, I often find that concepts from my professional life spill over into how I handle personal affairs—or at least they get me thinking. Recently, I started wondering: What would a “garbage collector” for notes look like?
I.
For a computer to do practically anything, it must first load data into memory (RAM). This memory is limited, so…




