Earlier quoted context omitted.
I lost my reading tendency when life got harder. The urgency and anxiety around keeping up with everyday life made activities like reading almost unsettling slow and “unproductive”. I realized that and did something about it, but I didn’t allow myself to enjoy a book for around 10 years. Not sure if that resonates with you (I hope not!) but I figured I’d mention it just in case. I was totally unaware of what I was do…
What did you do about it? I'm exclusively a vacation reader. When I have limited free time, reading competes with other hobbies or media and almost never wins just because a book is such a huge time investment compared to a movie or a video game and I'd really like to change that.
Effect of perceptual load on performance within IDE in people with ADHD symptoms
171–180 of 288 posts
Re: Effect of perceptual load on performance within IDE in people with ADHD symptoms
#172Re: Effect of perceptual load on performance within IDE in people with ADHD symptoms
#173There's also a video presentation JetBrains Research have published alongside this paper: https://youtu.be/ris_UxYMn_Y
Thanks, the article is paywalled, so this link is very helpful
Re: Effect of perceptual load on performance within IDE in people with ADHD symptoms
#174> "We found that the perceptual load does affect programmers’ efficiency." Yeah, not a surprise of the century for me. Is there an similar research on interruptions? Especially Slack going ping ping all the day? I wonder how much those interruptions cost the industry. I know they have benefits too.
For Slack, I watch for a number in the red dot above its icon. Then I know I need to check it. For e-mail, sometimes e-mails just get by me. It's not usually a problem. For calendar, I have to keep a mental note of my next meeting. That is probably the biggest downside of this setup.
Re: Effect of perceptual load on performance within IDE in people with ADHD symptoms
#175Even "lite" editors like VSCode, NP++, Sublime Text, etc have become distracting for me. Every time I fire one of these things up, my mental state is eliminated by being forced to dismiss some "hey we got a new version for you :D:D:D" bullshit modal. To whomever is responsible for adding these to apps: please stop. No one is enjoying your shenanigans. It is a text editor . Empathize with the user: People with far les…
I used to be the same way but then I discovered Visual Studio's vertical tab option. Tabs are displayed vertically on the left side of the editor pane. The filenames are all aligned so it's actually possible to visually scan them. You can group them by project and color code them by file type.
Tabs are unusable otherwise. For me at least.
Re: Effect of perceptual load on performance within IDE in people with ADHD symptoms
#176Earlier quoted context omitted.
This hits home. Especially the "hours to recover" part. I never quite appreciate how long it takes to right the ship after a day like that. Do you have any tips for how you structure your digital workspace? Favourite tools or methods to help support your executive functioning?
The only thing that works for me is separating things into very distinct "realms" and only having one realm open at a time. No exceptions. For example one realm is for communication. Slack, Browser, Email, and Calendar can be open. Nothing is really a distraction from anything else here. I'm just being "at work" and communicating in this mode. Another is for coding. Literally the only things open are vim and a termin…
I need documentation because my coworkers didn't design well enough.
Re: Effect of perceptual load on performance within IDE in people with ADHD symptoms
#177Even "lite" editors like VSCode, NP++, Sublime Text, etc have become distracting for me. Every time I fire one of these things up, my mental state is eliminated by being forced to dismiss some "hey we got a new version for you :D:D:D" bullshit modal. To whomever is responsible for adding these to apps: please stop. No one is enjoying your shenanigans. It is a text editor . Empathize with the user: People with far les…
"update_check": false
In VSCode change the Update Mode setting to manual.Re: Effect of perceptual load on performance within IDE in people with ADHD symptoms
#178As an engineer for 10+ years with pretty severe ADHD (unmedicated, I cannot usually even read more than a few pages of a book before either losing focus or feeling drained) I have always been aware of how much my performance fluctuates based on the cognitive load of dealing with the code I am currently working with, and how it is displayed. I half-jokingly tend to describe it to people as having a "small brain buffer…
> flounder when debugging if I feel unable to visually see or mentally hold the entire problem in my head at once Surely this is a general problem and not specific to programmers with ADD? Or do you mean you are relatively worse at "needle sting debugging"? You second paragraph is just sane things in general. I wish your mindset was more common among my colleagues ...
An (imperfect) analogy I saw recently was it’s like talking about debt between someone in a middle class household (non-ADHD people) and someone in a poverty household. Sure a lot of the problems are similar in both word and shape, but the middle class person can’t imagine “had to take out a pay day loan to buy used tires from joes tire shack” and the poverty person can’t understand “we had to replace the AC this year so we cut back our spending, and had to skip the family reunion at the beach until the credit card was paid off”.
Re: Effect of perceptual load on performance within IDE in people with ADHD symptoms
#179> "We found that the perceptual load does affect programmers’ efficiency." Yeah, not a surprise of the century for me. Is there an similar research on interruptions? Especially Slack going ping ping all the day? I wonder how much those interruptions cost the industry. I know they have benefits too.
Everybody's style is different, but for me, I silence... everything. Nothing dings. Nothing pops up. Not on my macbook, or my phone (Do Not Disturb, always), or even my microwave. For Slack, I watch for a number in the red dot above its icon. Then I know I need to check it. For e-mail, sometimes e-mails just get by me. It's not usually a problem. For calendar, I have to keep a mental note of my next meeting. That is…
Re: Effect of perceptual load on performance within IDE in people with ADHD symptoms
#180Even "lite" editors like VSCode, NP++, Sublime Text, etc have become distracting for me. Every time I fire one of these things up, my mental state is eliminated by being forced to dismiss some "hey we got a new version for you :D:D:D" bullshit modal. To whomever is responsible for adding these to apps: please stop. No one is enjoying your shenanigans. It is a text editor . Empathize with the user: People with far les…
For Sublime Text, you should be able to set this in your settings file: "update_check": false In VSCode change the Update Mode setting to manual.
Further into the distracted rabbit hole we go...