![]() |
|
![]() |
| Lol why are you surprised that a forum dedicated to professionals in a very high paying field with low barriers to entry has people with a ton of disposable income? |
![]() |
| > research has been caught up in the “replication crisis”,
You mean current apparent difficulties in replicating the results of many published studies; I assume ... |
![]() |
| I've been doing a version of this for the past few months using GitHub Issues. It's been working really, really well for me.
At the start of every day I create a new GitHub issue for that day, in a private repository. I throw one or two priority tasks for the day in there as GitHub TODO items (- [ ] description here) As the day continues I add random notes and links and screenshots as comments on that issue. I edit that first issue description with new tasks, and check of tasks I've done. A lot of these tasks are "- [ ] URL-to-issue-in-another-repo" - GitHub automatically marks those tasks as done when I close that issue, no matter what repo it's in. I often add an "## Unplanned" heading to my issue description and list things under there that weren't in the plan but that I did anyway. The next day I start a new issue. I sometimes revisit issues from previous days, just to remind myself what I did, but I don't try to close everything and I don't transfer items across unless they are REALLY important. I automated the creation of the daily issues using the trick I describe here: https://til.simonwillison.net/github-actions/daily-planner |
![]() |
| I ctrl+F the OP and found no acronym GTD, and can only infer a def. I will assume GTD means Get Things Done.
Perhaps pedantic, but is defining an acronym before using it no longer in vogue? |
![]() |
| The funny thing is I did finish reading it. But I wanted to go back and reference something and that's when I couldn't find it. Thus proving I had learnt nothing. |
![]() |
| I find this is the same for me with writing in a journal. It is almost like an analogy with inertia. It takes a lot of effort to get started and then momentum kicks in. |
![]() |
| I don't know what everyone else does but I have to write everything down, similar to this article, and the free-flow way of doing things seems to mirror what works for me. |
![]() |
| As an ADHD person, I absolutely love the metaphor of the day having too many steps. I’ve never thought about it that way, and I suspect there’s truth in it to explore. |
![]() |
| todo.txt is a lightweight text format that a number of apps support: http://todotxt.org/ . From http://todotxt.org/todo.txt :
From "What does my engineering manager do all day?" (2021) https://news.ycombinator.com/item?id=28680961 :> - [ ] Create a workflow document with URLs and Text Templates > - [ ] Create a daily running document with my 3 questions and headings and indented markdown checkbox lists; possibly also with todotxt/todo.txt / TaskWarrior & BugWarrior -style lineitem markup. 3 questions: Since, Before, Obstacles: What have I done since the last time we met? What will I do before the next time we meet? What obstacles are blocking my progress?
A TaskWarrior demo from which I wrote https://gist.github.com/westurner/dacddb317bb99cfd8b19a3407d... :
TaskWarrior Best Practices: https://taskwarrior.org/docs/best-practices/The TaskWarrior +WAITING virtual label is the new way instead of status:waiting according to the changelog. Every once in awhile, I remember that I have a wiki/workflow document with a list of labels for systems like these: https://westurner.github.io/wiki/workflow#labels : GTD says have labels like -next, -waiting, and -someday. GTD also incorporates the 4 D's of Time Management; the Eisenhower Matrix Method. 4 D's of Time Management: Do, Defer/Schedule, Delegate, Delete Time management > The Eisenhower Method: https://en.wikipedia.org/wiki/Time_management#The_Eisenhower... |
So I decided the list should be done before lunch, which meant I could pick anything on the list, but it had to be something on the list. And after lunch, I have a list of three big-picture projects I can work on. I can choose any one of them, but it has to be one of them. Their next steps are reasonably well laid out, because I don't think I do generally have executive dysfunction issues, so I get to pick one of three projects and work on it until dinner.
This has saved my sanity. I don't waste very much time at all now. I don't do well with strict routines, but these buckets take so much of the guess work out. In the morning, 15 options. In the afternoon, only 3. It's so much more manageable.