Live data from Hacker News

Ask HN: How do you organise/integrate all the information in your life?

news.ycombinator.com

1–10 of 272 posts

Ask HN: How do you organise/integrate all the information in your life?

#1
Hello fellow HNers,

How do you organise your life/work/side projects/todo lists/etc in an integrated way?

We have:

  * To do lists/Reminders
  * Bookmark lists
  * Kanban boards
  * Wikis
  * Financial tools
  * Calenders/Reminders
  * Files on disk
  * General notes
  * ...
However, there must be a better way to get an 'integrated' view on your life? ToDo list managers suck at attaching relevant information; wikis can't do reminders; bookmarks can't keep track of notes and thoughts; etc, and all the above are typically not crosslinked easily, and exporting data for backup/later consumption is hit and miss from various services.

So far, I've found a wiki to be almost the most flexible in keeping all manner of raw information kind of organised, but lacks useful features like reminders, and minimal tagging support, no easy way to keep track of finances, etc.

I understand 'best tool for the job', but there's just so...many...

Re: Ask HN: How do you organise/integrate all the information in your life?

#4
post #2

Org mode for Emacs does most of that. Even finances and accounting: http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-l...

I have a wiki currently, which is easily accessible and updateable from anywhere by web. Is that something that org-mode can provide, or do I need to ssh into a machine (ie, harder from a mobile device)?

Re: Ask HN: How do you organise/integrate all the information in your life?

#7
OneNote + Outlook works okay for what you're asking, but I have a hard time sticking with it because the interface isn't well-refined.

I like OneNote a lot more than I like Outlook, but the integration is reasonably good. You can create tasks from OneNote that give you reminders in Outlook, which link back to the rich-text "source material."

Re: Ask HN: How do you organise/integrate all the information in your life?

#9
post #2

Org mode for Emacs does most of that. Even finances and accounting: http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-l...

I have a wiki currently, which is easily accessible and updateable from anywhere by web. Is that something that org-mode can provide, or do I need to ssh into a machine (ie, harder from a mobile device)?

There are mobile frontends available:

http://orgmode.org/manual/MobileOrg.html

Re: Ask HN: How do you organise/integrate all the information in your life?

#10
Emacs.

   - Todo lists and reminders. org-agenda.
   - Bookmark lists. org-capture and org-protocol.
   - Kanban boards. I don't use this, but kanban.el.
   - Wiki. Org-mode files and grep/ag with helm.
   - Financial tools. ledger.
   - Calendar/reminders. Org-agenda.
   - Files on disk. dired, org-mode.
   - General notes. Org-mode.
   - Literate programming. org-babel.
   - Mail. mu4e.
   - rss. elfeed, gnus, or rss2email.
   - git. magit.
   - irc. erc.
   - ...
Post reply on HN