Also, on the topic of nuking environments, I have found a new use for LLMs - take a snapshot of the current system environment / packages, and ask it to generate a shell script to restore your configured environments / packages :)
I did my "work" on this locally, figuring out what pip packages I would need, then once I built it, I wanted to deploy to my little mini pc. :)
I have done this for a proxmox container that will be running a little price checker script using selenium / beautiful soup. It goes to the specified URL, finds the price, compares the item to the user defined list, then logs to the console / takes a screenshot if there's a price difference. Next step will be to get it to tell me on telegram if there's a price drop.
(Think self-hosted 3camels in a python script)