Funny how one can think of a technical problem as easy to solve with these things, but it might not be as easy. But it’s always a good learning.
I had this Hidden Bar app on my menu bar for a while. Lovely little thing to unclutter that area up above. One day it was using tons of memory? Why? And, just as one does, asked Claude what was going on. “Memory leak, open source project, PRs open with proposed solutions for years, nothing merged”. Bummer.
I mean, I could just fork the thing and try the PRs myself. But hey: what if we built the same thing, from scratch, but ✨leakless✨? Should be just a prompt away, right? So I did that and had Claude write a monitor for it. And mine leaked too, I mean not as bad but, still.
But I really want something like this on my screen so, off to iterate I go. Worst case this becomes a cautionary tale or something.