shapeof.com/archives/2020/12/brain-activity_of_people_coding.html
Interesting post and the article there, and something I agree with.
…coding task mainly activated the so-called multiple demand network. This network, whose activity is spread throughout the frontal and parietal lobes of the brain, is typically recruited for tasks that require holding many pieces of information in mind at once, …
I hold the different things required to implement “a thing” in my mind somehow visually. The different items and places of code are in a three dimensional kind of a map in my mind. Difficult to describe this, but this 3D kind-of-a-space is a good enough description. Then I need to keep in my mind information which parts are still not finished, which have issues to solve, and how they connect to each other. This mental map is then somehow connected to the IDE where the action happens in text editors, but that is not my actual “map” of the thing under construction.
Programming is different. If you haven’t tried it because you think you suck at math, you should try anyway. You’d be in good company (I suck at math too).
Agree with this too, personally…


![./jq-osx-amd64 --slurpfile file2 codes.json.txt '
INDEX($file2[]; .name) as $dict
| $dict[.name] as $x
| if $x then . + $x else empty end
' coords.json.txt > out.json](https://www.juustila.com/antti/wp-content/uploads/2021/03/carbon-4-1024x389.png)
