Quote:
Originally Posted by NoWhErE
Are you trying to create your own tube upload script?
|
Much, much more than that, but that's included. Was it you who told me to write my own script for tube uploads? The last 2-3 days I made huge progress and my app does a ton of cool things that save massive time. The only issue I'm facing now is upgrading from the CSV-based system to a database with an API to handle all of the calls, updates, requests, file moves, etc etc etc... and what I'm facing is that one of my modules hit over 4000 lines of code, which starts to break the editor tools. Then in python you get all these fucking linter errors when the file gets so huge and you're making changes and tweaks all the time.
So, on my journey of learning, I am at that place where I'm figuring out how the software can fit together more efficiently while learning the current limitations of the AI. I'm a bit choked that I can't just roll out and use my CSV-based software, because it works, albeit like a Rube Goldberg machine. So I have to slog through getting my app converted over, and there is one stubborn module giving me a major headache... probably because it is so complex and worked great with a CSV, but switching it to API calls has introduced a new wave of shitty linter errors!
Need to go walk and see if my car is still on the side of the highway, hope I don't have a ticket or a note demanding I have to move the car already.


