The only medication I know about that some people on the spectrum take are antipsychotics and that's for specific situations, but maybe if you're in that situation life seems even more like a dystopian text based adventure game.
I love it, I have been meaning to put together a similar simulation to demonstrate the effects of interruptions and context switches on developers.
Something like the following:
- a game or puzzle which requires working memory, like matching pairs or some puzzles that need a lot of working memory and/or flipping between screens
- this gets interrupted by fullscreen interruptions of someone's face, and text asking questions, or announcing something, and you have to pick an answer or a reaction (multiple choice)
- it could start with questions like 'hi, are you busy?' or 'can I ask you a question?'
- answers which tries to end the conversation quickly could lead to even more demanding reactions or questions
- interruptions stating there is an emergency can lead to a lot of questions and answers which then leads you to discover than it is in fact not an emergency
- once one of these engagements finish you can return to the game and try to complete it
- you'll get multiple interruptions like this
- other interruptions can also flash up, like a notification that a meeting is due in x minutes
- it could then have a short simulated meeting, perhaps just a line by line scroll of dialogue between others, where you need to say nothing
- however, at some point someone will ask you directly about one of the items discussed, and you will be given a set of fairly ambiguous multiple choice answers which you will have to try out until you get to the 'correct' one
- at the end of the meeting you return to the working memory task/game
- this gets interrupted by someone then asking you about the action points in the meeting
- return to the game
- get notifications about the end of your work day coming up
Have two people sit next to each other, each with a blank piece of paper and a pen.
Have them both simultaneously write down the numbers from 1 to 1: one time in decimal, one time in roman numbers and one time as letters of the alphabet (a=1, b=2...)
One person goes about it system by system (first decimal, then Roman... ). The other goes about it number by number (1,I,A,2,II,B...)
Fortunately it mentions early on in the article that this is related to an Olympus camera so I'm guessing this has something to do with the OM system's flavor of Olympus's proprietary ORF format.
This would not surprise me. For whatever reason, ORF files from the TG-4 import fine, but CoreRAW doesn't handle the TG-6, so I need to either use RAW+JPEG or convert to DNG.
The fun part is that in some cases just listing the iptables rules with an iptables -L will cause it to load the conntrack module and the default max for this is very low for anything that is a DNS server or perform a lot of DNS lookups. That's why it's a good idea to always set the sysctl nf_conntrack_max value quite high even if you aren't using conntrack. The actual sysctl key for nf_conntrack is different depending on the version of the kernel, it's net.netfilter.nf_conntrack_max nowadays.
There is also a trap, which is that setting this in /etc/sysctl.conf or /etc/sysctl.d doesn't work, because the module isn't always yet loaded when those are set.
One fix is to load nf_conntrack at boot by adding it to the module load list
On a related note, the sosreport tool which collects outputs of a zillion different commands for diagnostics purposes, goes to great lengths and CI tests that no kernel modules are loaded by any of the plugins, for basically this same reason.
I think there's probably a case for some regulation to force at least a minimum set of open standards, because that would make it possible to e.g. switch between systems based on intermittent renewable generation etc.
When our Fujitsu aircon was installed the installer said it's worth a lot of money to be able to make it wifi controllable. When I looked into what the components cost to make it do that, I saw what he meant. Fortunately I was able to use an ESP32 on the same bus as the wired remote and some code from https://github.com/FujiHeatPump/esphome-fujitsu to create my own remote interface. As a bonus it also told me what temperature the unit thought my room was at, which was always around two degrees more than reality, which allowed me to set a target temperature that worked more reliably.
The thumbnail of the video looked very much like a several decades old apartment building in Spain that I stayed in not that long ago. The whole development really just looks like some European neighbourhoods, which is a bit strange but also not a bad thing. I think infrastructure for cars is one of the good things about the USA, but I also think combining it with this style of dense development especially in urban areas in warmer states will complement it really well.
The version I got never portrayed it as something that's sequential and never 'ends' at acceptance and also not specifically applicable to grieving and it's also not scientific. The way I understood it is that's it's more a repetition of 5 different emotions in random order and over time some of the emotions re-occur less than the others. I think it's useful to help you observe the ways your mind tries to come to terms with things that are emotionally difficult to process, whether it's a car accident, natural disaster, an illness or even losing a loved one.
That said, I certainly do imagine some psychotherapists out there taking the order literally and explaining it like that to their patients.
I would love to see some social networks silently implementing something that rewrites comments in a more diplomatic manner when displayed to everyone else.
That would be an interesting alternative to shadowbanning, especially if it came with a label ("The comment has been autotuned.") I'd like to see them offer the submitter some alternatives or provide some analysis before they post ("Please avoid sealioning").
I wouldn't be surprised about this when it comes to panic disorder. Just knowing you have some emergency fast acting anti anxiety medication nearby, just in case you need it, can reduce the number of panic attacks. There's probably all kinds of psychological feedback loops when people have anxiety about anxiety and then it escalates because they're anxious about it escalating. I am guessing that medication can help mitigate some components of that feedback loop for some people.
See also, David Foster Wallace's character David Cusk in 'The Pale King'. A wonderful portrayal of how attending to ANTs (Automatic Negative Thoughts) catalyzes this feedback loop.