Doubts? I'm full of them. I'm building a new task manager for myself that has things I've always wanted. It's basically a profiler so it must be performant.
https://github.com/hparadiz/evemon
The core if you disable all the plugins is currently topped out at 73.8 MB after several days of running it. I've given it several audits with the AI agents using actual memory maps and doing the math on each variable.
I haven't had time to do Milkdrop yet but it's on my todo. The issue isn't doing the work. The issue is not having enough credits in my accounts to throw some compute at it. I'll get to it eventually. But it's actually way easier now to try new ways of packing the data into binary and profiling it for issues.
The issues I've had are edge cases like a 6 hour youtube stream. At one point the BPM detector was buffering the entire track in the pipewire sink. It took one throwaway prompt to the AI to solve that one.