TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What do you guys use to help organize daily tasks and things to do?

14 pointsby gallonofmilkover 8 years ago
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!

14 comments

qwertyuiop924over 8 years ago
A pencil and a piece of paper, or an organizer from Staples. :-D<p>If you&#x27;re an Emacs user, org-mode is very powerful and quite useful as well. It&#x27;s what I would be using, if I actually had a computer with me everywhere I go that could run it. <a href="http:&#x2F;&#x2F;orgmode.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;orgmode.org&#x2F;</a><p>If you aren&#x27;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 <i>are</i> going to support mobile, you have need to host the files yourself, or use dropbox. <a href="https:&#x2F;&#x2F;taskwarrior.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;taskwarrior.org&#x2F;</a><p>Pomodoro and GTD are both popular methodologies, which you can look into if you&#x27;re interested in that sort of thing (I&#x27;m not, but I&#x27;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).<p>But ultimately, the only wrong way to organize yourself is one that doesn&#x27;t work for you. So if anything I&#x27;ve listed works, and you want to use it, do. If it doesn&#x27;t work, throw it away.<p>It doesn&#x27;t matter what tools you use, just so long as they help you Get Shit Done (TM).
评论 #12566919 未加载
评论 #12566509 未加载
评论 #12566920 未加载
sharmiover 8 years ago
I use the zim notebook wiki. Physical Notebooks are great in that you can dump all your thoughts in it. So you can go into your next task clear headed. Unfortunately, I tend to misplace notebooks a lot.<p>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.<p>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&#x2F;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
Jugurthaover 8 years ago
Did you take a look at Wunderlist? The common problems everyone faces at the beginning are:<p>* Putting todo list items on the same system.<p>* Making it a habit. Discipline and consistency are areas I&#x27;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.<p><a href="https:&#x2F;&#x2F;www.wunderlist.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.wunderlist.com&#x2F;</a>
评论 #12573979 未加载
Jtsummersover 8 years ago
For daily tasks, at work, the first thing I do is fire up Outlook and emacs.<p>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).<p>In emacs I have a &quot;daily activity log&quot;, it&#x27;s the second thing I open each day. I create an entry for the day, tagging it with the project(s) I&#x27;m working on (these get added through the day as things come up, or at the start if I know it&#x27;s on my agenda). I usually know what I&#x27;ll work on that day so I&#x27;ll create an entry for it, and open the linked org file for the project itself. So an entry might look like:<p><pre><code> ** &lt;&lt;2016-09-23&gt;&gt; :foo: *** TODO [[file:foo.org][foo]] [0&#x2F;2] - [ ] Deal with PR-128 - [ ] Build and install image </code></pre> (NB: &lt;&lt;STRING&gt;&gt; in a headline in org-mode makes it a target for links like [[STRING]] or [[file:foo.org::STRING]])<p>Those bulleted tasks are what I intend to work on that day. If they don&#x27;t get checked off, I can&#x27;t mark the project&#x27;s work as DONE, and I&#x27;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 &#x2F; t` does the trick for finding them. foo.org will have a more detailed description of what I&#x27;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:<p><pre><code> *** TODO Related projects **** TODO foo **** TODO bar</code></pre>
评论 #12567763 未加载
评论 #12567687 未加载
andwaalover 8 years ago
I use mind maps in Freemind. Every project has a root node with project name and date last updated. I then try to go through all projects at least once per day, look for any follow ups I have forgotten and then update the date. This combined with use of appropriate icons gives me confidence I have not forgotten anything. On each project I note everything, last contact with client, meeting summaries, progress, remaining todos, specs. Basically everything of importants.
MegaLeonover 8 years ago
Workflowy fan here: <a href="http:&#x2F;&#x2F;www.workflowy.com" rel="nofollow">http:&#x2F;&#x2F;www.workflowy.com</a><p>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.<p>Then I have sub-pages for each category with individual to-do for projects, features to implements and such.
citruspiover 8 years ago
Related discussion from earlier this week - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12548656" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12548656</a>
smartmicover 8 years ago
Honestly, for logging and tracking my daily business tasks, I use a plain old notebook where I write notes or draw sketches with a pen. It is the fastest and and most comprehensive solution. It accompanies me throughout the day and has more style than an electronic solution like a tablet. Of course searching is not easy but I can remember topics based on approximate dates, that works well for me.<p>For higher level &quot;management&quot; of longer-term and recurring tasks I also use taskwarrior.
评论 #12566715 未加载
Tiksiover 8 years ago
Kinda related but does anyone know of some sort of software like Jira that isn&#x27;t oriented towards software devs? I&#x27;ve tried Trello and Taiga but neither have a way to build a dependency chain (issue a requires issues b and c which require...) like you can in Jira. However I don&#x27;t really wanna push Jira onto non-technical people and tell them to ignore half of what&#x27;s on the screen.
tedmistonover 8 years ago
I&#x27;m a big fan of FoldingText &#x2F; TaskPaper (the underlying engine is the same).<p><a href="http:&#x2F;&#x2F;www.foldingtext.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.foldingtext.com&#x2F;</a><p>You can tag and add contexts arbitrarily.<p><pre><code> Some Project.todo - my task #foo @due(2017-01-01) @blocked - another</code></pre>
pedrodelfinoover 8 years ago
I use a physical notebook. Like the ones kids use at school. I like to scratch the tasks after they are done. I have been using this method since 2012. It is funny to see the old notebooks. It also works as an unstructured and bad written diary.
tmalyover 8 years ago
Trello is nice if you have access to it.<p>If you have Jira or other task&#x2F;bug system you can also use that.<p>I personally think a TODO.txt file is easier than both.<p>A nice paper sketch book is also good, but if you lose it, your out of luck.
评论 #12567781 未加载
soboleivover 8 years ago
asana.com + GTD methodology<p>here&#x27;s productivity forum on setups people use (it&#x27;s in Russian so you&#x27;ll have to pipe it through google translate but instrument names are in english + screenshots kinda self-explanatory) <a href="http:&#x2F;&#x2F;forum.mnogosdelal.ru&#x2F;viewforum.php?f=7&amp;sid=28fdcb21c95d0e084ecb983a6c4d0de2" rel="nofollow">http:&#x2F;&#x2F;forum.mnogosdelal.ru&#x2F;viewforum.php?f=7&amp;sid=28fdcb21c9...</a>
cauterizedover 8 years ago
Asana, with a loosely GTD workflow