Is there an #ADHD term for, uh, nominal priority.
Like, I decide I'm going to work on that specific thing with full expectation that I'll get repeatedly derailed.
But I will get derailed in that general direction.
@virtulis I don't know if there's a term for this, but I think this may be the same thing I do for software projects?
Where I break them up into lots of small parts that I develop as independent libraries simultaneously, so if I get distracted, I will probably get distracted towards a different part of the same goal. And it means that all of them take a very long time individually but there's a near-constant stream of *something* getting done.
@joepie91 I guess, but in my case it's even less organized.
I just decide "if I ever forget what I'm working on, it's that thing". Then I proceed to fix anything that annoys me until that thing is done. Which can take a month and that's okay and good result.
@joepie91 so basically
while thing not done do whatever
This is surprisingly efficient in getting thing done, somehow. (compared to actually trying to get it done)
Of course this only works for things you don't actively hate.
@virtulis Ah yeah, I recognize the more general form of this, which seems to be 'relieving pressure' - the way I've implemented this is the idea of "declaring a day wasted", where if I feel like I can't focus I immediately drop all obligations for that day and do whatever I feel like.
And often I end up magically being able to focus on the exact same thing I was already doing, just because I'm not pushing myself to do it anymore.