leakycap 10 hours ago

Thanks for sharing some of the process, especially with screenshots!

> This is 2,000 lines of Python code that, even if I had written it manually, I would've never bothered to automate more than the most critical steps, and certainly would not have put the effort into making the output look this nice.

Did you have concerns about the software doing things you didn't intend within its 2,000 lines of code - either due to bugs or you as the human not reading or understanding some parts of the code (or just not bothering to)?

The biggest concern I see repeated over and over when it comes to apps coded by machines is that the user & creator don't know what the app does.