Ask HN: What do you guys use to help organize daily tasks and things to do?
I'm currently doing software consulting for a company while also launching a startup I am cofounding. I'm starting to feel the crunch of my daily tasks piling up and I'm afraid of not organizing things properly. How do you guys manage and organize tasks as simply and efficiently as possible? I'm just looking for suggestions, thanks!
28 comments
[ 3.2 ms ] story [ 71.4 ms ] threadIf you're an Emacs user, org-mode is very powerful and quite useful as well. It's what I would be using, if I actually had a computer with me everywhere I go that could run it. http://orgmode.org/
If you aren't an emacs user, or are looking for an alternative, Taskwarrior is a quite popular CLI todo list management app, which has a similar (although not as extensive: org is frankly massive) featureset. It has a companion, Timewarrior, which is designed for tracking time and displaying reports. IIRC, this is an org feature as well. Both have significantly better mobile support than Org, so take that as you will. Either way, if you are going to support mobile, you have need to host the files yourself, or use dropbox. https://taskwarrior.org/
Pomodoro and GTD are both popular methodologies, which you can look into if you're interested in that sort of thing (I'm not, but I've heard good things about them both from people who are). They are applicable to just about any tool, including any of the above (yes, that means pencil and paper).
But ultimately, the only wrong way to organize yourself is one that doesn't work for you. So if anything I've listed works, and you want to use it, do. If it doesn't work, throw it away.
It doesn't matter what tools you use, just so long as they help you Get Shit Done (TM).
But this helps me a lot for pen and paper notebooking. One of my biggest issues with getting a spiral notebook or moleskine-styled notebook is that entries are completely jumbled, organized only by when they were entered. These let me reorder my pages freely as different projects and types of entries are inserted.
http://www.levenger.com/circa-notebooks-339.aspx
I did Hipster PDA for a while, which you could kind of consider a poor man's version.
http://www.43folders.com/2004/09/03/introducing-the-hipster-...
For higher level "management" of longer-term and recurring tasks I also use taskwarrior.
* Putting todo list items on the same system.
* Making it a habit. Discipline and consistency are areas I'm always trying to work on personally (these will cause my end). The few times I was consistent, I just demolished whatever I was trying to do and felt like a 20GW laser pulverizing a problem.
https://www.wunderlist.com/
If you have Jira or other task/bug system you can also use that.
I personally think a TODO.txt file is easier than both.
A nice paper sketch book is also good, but if you lose it, your out of luck.
Seriously. There's a reason I've been singing org's praises throughout this thread. It hasn't been amazingly useful to me personally (I take my notes on paper), but it's a really high-quality tool, and if you're already using TODO.txt it's like that, but with agendas, sorting, organization, calendars, and countless other useful features.
Outlook has my calendar (very MS heavy corporate environment) so it displays every task, meeting, appointment easily. Mails that come in get put away (ok, not great with the zero-inbox thing, but I try).
In emacs I have a "daily activity log", it's the second thing I open each day. I create an entry for the day, tagging it with the project(s) I'm working on (these get added through the day as things come up, or at the start if I know it's on my agenda). I usually know what I'll work on that day so I'll create an entry for it, and open the linked org file for the project itself. So an entry might look like:
(NB: <<STRING>> in a headline in org-mode makes it a target for links like [[STRING]] or [[file:foo.org::STRING]])Those bulleted tasks are what I intend to work on that day. If they don't get checked off, I can't mark the project's work as DONE, and I'll refile them later. I should probably automate this somehow, perhaps collect all incomplete tasks at the top of the log file for easier refiling. Presently `C-c / t` does the trick for finding them. foo.org will have a more detailed description of what I'm doing, possibly linking to other things. The bullets vary in detail by the end of the day, and may have several sub-bullets and links. Sometimes project boundaries are fuzzy, I just pick something or create more levels:
That should help you with some of the stuff you just mentioned.
Also, org has support for literate programming, multiple files in one org file (at least one person stores all their config files in an org file). It also supports publishing, a rudimentary spreadsheet system, and countless other things. There's a reason why so many swear by it.
http://www.foldingtext.com/
You can tag and add contexts arbitrarily.
Zim is quite flexible as in it can be used as a wiki or a to-do list. Bonus points for allowing nesting of tasks. I sync between laptops using Dropbox. I doubt it has a mobile option. This is the option closest to a notebook.
Zim or physical notebook, The most difficult thing is that we have to use the tool diligently to reap the benefits. One can often let the practice slide due to time/work pressure. If done properly, you realize how much of your cognitive processes are actually devoted to just remembering the list of things to do
here's productivity forum on setups people use (it's in Russian so you'll have to pipe it through google translate but instrument names are in english + screenshots kinda self-explanatory) http://forum.mnogosdelal.ru/viewforum.php?f=7&sid=28fdcb21c9...
I start with a set of bullets for general to dos, personal projects, work projects, backlog (books, movies and games to catch up) and notes.
Then I have sub-pages for each category with individual to-do for projects, features to implements and such.