

Are you using a virtual env to isolate the environment of the game from the rest ofyour system? There are a few ways/tools to do it but maybe start here:
Are you using a virtual env to isolate the environment of the game from the rest ofyour system? There are a few ways/tools to do it but maybe start here:
If you have the time try the troubleshoot mode to help figure it out - add ons are often the cause
https://support.mozilla.org/en-US/kb/troubleshoot-firefox-crashes-closing-or-quitting
Maybe this method could one day be used with open street map
I think you’ve hit the nail on the head so to speak…it’s just too small/custom a thing for anyone to have built a dedicated tool it seems. In the end I am looking at using my file manager (nautlius) to automatically run a custom exiftool/bash script on chosen files so I can just click and rename/fix metadata etc as I browse through the files. Probably good enough for now.
💯 ! I been considering git-annex too which might let me treat all the photos like any git repo without the bloat.
That looks a very useful tool, thanks. I think it could be just the thing for bulk renaming photos to standard names.
Thank you for this. I think this has some of the operations I need, I will dig into the code.
So git-annex should let you just pull down the files you want to work on, make your changes, then push them back upstream. No need to continuously sync entire collection. Requires some git knowledge and wading through git-annex docs but the walkthrough is a good place for an overview: https://git-annex.branchable.com/walkthrough/
Annoyingly there’s some infrequent and arguably uneccessary swearing in Spiritfarer. But if you’re reading to the child you could skip those words of course.
A Short Hike. Lead character is called Claire. No combat, no death, no resets. Just exploring, puzzles and story.
In that case I’ll also mention that Powershell has a secure-string that allows you to load secrets from encrypted file/user input. I believe it’s secured by the user’s login/session like secret-tool. They are even remain encrypted in memory so they can’t be snooped on.
Two more options you might consider:
It’s a bit like using directories/folders to organise your work - you don’t have to have separate projects in separate folders but it really helps the more projects you have going on. Also once you have two Python projects that require different versions of the same dependency things will get messy.