You are talking about the book The Checklist Manifesto. I use checklists for planning vacation trips and for grocery lists. I also use them to describe processes at work. This has been the most helpful when on-boarding new employees in our group.
Ask HN: How do you use checklists?
51–59 of 59 posts
Re: Ask HN: How do you use checklists?
#52There is good book I can recommend on the subject by Atul Gawande: "The Checklist Manifesto: How to Get Things Right" Basically, keep it simple.
It would of been interesting to see the comparisons he would of made if he had spent time with the infrastructure department of a software company.
Re: Ask HN: How do you use checklists?
#53I found my tier 1/2 techs would often miss steps during certain functions, and started making required checklists in jira before jobs could be closed. Rates of "this still isn't fixed" went way down, which is a great, low effort high reward thing in an IT department.
Re: Ask HN: How do you use checklists?
#54I use the bullet journal [1], except I don't really report for each day. I mostly like the notation to distinguish todo vs ideas vs other stuff. Other times I use notes (typically Apple Notes just because it's auto-synced between mac and iphone, but I don't really care about the app) to create small lists of things I really have to do in order, and then I check them along the way. [1] http://bulletjournal.com
Re: Ask HN: How do you use checklists?
#55Thanks to all for the informative TODO list options. Getting back to the intent of the question... Over the course of my career in financial software development I've participated in several large production events where an upgraded or new application would be deployed overnight to servers that require substantial uptime while serving millions of users. We minimize human error by developing the Go-Live checklist seve…
Interesting example. Do you find yourself reusing checklists or are they specific to the job?
Re: Ask HN: How do you use checklists?
#56While building stock trading robots, essentially I am automating check lists from the stock selection, trough the trade until the exit... No guess work, can be precisely back tested, etc... It literally did transform my life and made me free and independent...
Re: Ask HN: How do you use checklists?
#57I use the bullet journal [1], except I don't really report for each day. I mostly like the notation to distinguish todo vs ideas vs other stuff. Other times I use notes (typically Apple Notes just because it's auto-synced between mac and iphone, but I don't really care about the app) to create small lists of things I really have to do in order, and then I check them along the way. [1] http://bulletjournal.com
Why downvoted!? Did I misunderstand the question?
Re: Ask HN: How do you use checklists?
#58Earlier quoted context omitted.
Not for TODO items, but org-mode specifically has the RESET_CHECK_BOXES property which will reset the checkboxes when a repeating task goes back to it's start state (eg, habits). TODO items can be repeating and there is a way to make it so that a parent heading will switch to DONE when all sub-entries are done (and that parent heading can be repeating as well). Just to add my two cents to the conversation, it's a per…
Might be better to use the checklist as a template, and use a function to create a new file/subtree from it including the date. That way you can archive it and look up later what you did or forgot at a specific day.
Re: Ask HN: How do you use checklists?
#59While building stock trading robots, essentially I am automating check lists from the stock selection, trough the trade until the exit... No guess work, can be precisely back tested, etc... It literally did transform my life and made me free and independent...
Nice. Was this automating stuff like fundermental analysis, ratios, that sort of thing?