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:
IanTwenty
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
Thanks, that was it! I've updated the post to include a final subshell example where we get the 127 return code we might have expected instead of the 255 from the second paragraph.
There's something different about cmd substitution subshells to regular ones that produces this behaviour (the 255), it's a quirk of BASH.
Maybe this method could one day be used with open street map
Haha yes it's a beauty!
I once heard a recommendation that there's nothing better for neurodivergent people then to spend time with their own. Have a look and see if any places near you do sensory/neurodivergent events. I am thinking of things like cinema screenings and soft play. As awareness seems to be growing in some countries demand is emerging for e.g. low volume cinema screenings, lights turned down, low numbers of attendees etc. Whilst your child might not need all these accommodations there will be other children there who are neurodivergent for them to meet and (hopefully) a higher level of acceptance and understanding amongst all the parents.
If your child has special interests then events focussed on those subjects may attract similar types of children. It's a bit of a cliche/stereotype but communities like boardgames, pokemon, videogames, train enthusiasts etc often have events/rules/customs that provide clear ways to engage with others even non-verbally. For example there are people running Minecraft servers purely for neurodivergent children.
If you're really lucky there may even be parent meet ups or workshops in your area that bring neurodivergent kids together and help them to value their difference. Creating a social life independent of school for your child could be really valuable in their years ahead and for you too, helping them keep a core group of friends even when they transition between schools.
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/
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.