VS Code with Foam for notes. I plan out my day by hour (sometimes more granular) and make each of those items a todo item so that I'm checking something off at least once an hour. It also helps remind me what to move on to next. I recently incorporated a checklist for starting and ending the day. It's nice because then I don't spend mental energy thinking about how to prepare and shutdown, I just follow a well thought out pattern. The ritual of it helps my brain transition in and out of work.
Ask HN: Devs with ADHD do you use specialized tooling?
41–50 of 84 posts
Re: Ask HN: Devs with ADHD do you use specialized tooling?
#42Pomodoro timer. If I get into flow I ignore it VS Code with Foam for notes. I plan out my day by hour (sometimes more granular) and make each of those items a todo item so that I'm checking something off at least once an hour. It also helps remind me what to move on to next. I recently incorporated a checklist for starting and ending the day. It's nice because then I don't spend mental energy thinking about how to pr…
Re: Ask HN: Devs with ADHD do you use specialized tooling?
#43Pomodoro timer. If I get into flow I ignore it VS Code with Foam for notes. I plan out my day by hour (sometimes more granular) and make each of those items a todo item so that I'm checking something off at least once an hour. It also helps remind me what to move on to next. I recently incorporated a checklist for starting and ending the day. It's nice because then I don't spend mental energy thinking about how to pr…
How long have you utilized this routine? (how new/old is it?)
Re: Ask HN: Devs with ADHD do you use specialized tooling?
#44I use this Firefox feature for floating video, always playing in the corner of one of the monitors. > The Picture-in-Picture feature allows you to pop videos out of their webpages into floating, always on top, windows, so you can watch while continuing to work in other tabs. https://support.mozilla.org/en-US/kb/about-picture-picture-f... When I'm working, I only watch in my peripherals, if at all. Mostly I like liste…
Re: Ask HN: Devs with ADHD do you use specialized tooling?
#45As much screen area as possible. High refresh rate, good color. Yes, for programming. I have a 55” LG CX 120Hz 4K OLED TV as my monitor now. Space for everything: Code, more code, documentation, filesystem, browser, notes. Tweak everything for low latency. Example: Switch IntelliJ to the ZGC garbage collector. Give it extra RAM. Have a fast GPU. Yes, just for throwing windows around. Fast CPU with lots of cores. Tune…
How much and what brand of RAM do you use? What are the rank and CAS numbers?
What about GPU?
What RAID configuration are you using? How many SSDs and which models?
Re: Ask HN: Devs with ADHD do you use specialized tooling?
#46Earlier quoted context omitted.
REPL, hot code reloading, test code that gets me into the debugging state. Really to dev well, u need to spend considerable effort getting everything setup to maximize flow. Having and not having flow can be 20:1
I agree with you both. This is why I decided to switch and master Emacs, and I've been diving deep into Lisp and other languages with a REPL like Erlang and Elixir. The quick iteration cycle requires little upfront investment in focus, and it's immediately rewarding to keep you in focus and enter a state of flow. Our concentration is fickle, so streamlining is key.
Re: Ask HN: Devs with ADHD do you use specialized tooling?
#47I use Calendar Alarm to make calendar appointment ring like an alarn instead of a subtle vibration. Todoist is where I store all my lists: todo, packing list, meals (for cooking ideas). I install uBlock Origin and uBlacklist in all my browsers. I don't use the web without them. I'll occasionally use SelfControl if I cycle through time killer websites too much. I keep my technology as quiet and self-effacing as possib…
Re: Ask HN: Devs with ADHD do you use specialized tooling?
#48Earlier quoted context omitted.
How long have you utilized this routine? (how new/old is it?)
Everything except for the morning and shutdown ritual is something I've been doing for about 3 years now. I started the morning and shutdown stuff 2 weeks ago and so far it's going strong but we'll see if it sticks ;)
Re: Ask HN: Devs with ADHD do you use specialized tooling?
#49Get OSD on your environment then optimize for workflow with the least amount of distractions and immediate feedback. Unit/integration tests help to keep me in one place as well. Auto testing on file changes as well as autohotkey automations. Text to speech for reading emails and docs
Re: Ask HN: Devs with ADHD do you use specialized tooling?
#50Github copilot has actually been incredibly useful for me. Writing boilerplate and starting new files was always so slow/boring, but copilot kinda helps me continue my flow (even when its suggestions are completely wrong). Fair warning that sometimes its suggestions are subtlety wrong so you still need to read it over - but since it’s there my mind immediately jumps to verifying it as opposed to the risk of distracti…