Live data from Hacker News

Ask HN: How do you keep track of your creative thoughts?

news.ycombinator.com

31–40 of 285 posts

Re: Ask HN: How do you keep track of your creative thoughts?

#32
post #14

I email myself and capture in emacs org-mode. I have an email address that is bound to AWS SES. SES listens for incoming emails and writes them to an S3 bucket. I then have a lambda hook which listens for writes to this bucket and processes the email content. This usually means writing an emacs org-mode record on dropbox. Which is then added to my emacs agenda.

I can't tell whether this is serious or you are joking. Either way that's unusual...

Fairly normal setup. I have something similar on my own server i.e. not AWS.

Re: Ask HN: How do you keep track of your creative thoughts?

#33
I use Notion.so. I have a page where I put all my thoughts no matter what they may be. Then I review it weekly to see what can be tackled next.

Unfortunately, Notion does not have a browser extension yet so you always have to open the website or app to jot down something, but I hope this will come soon.

If you want to add notes without opening an app, you can try Google Keep. It has a Chrome extension that works really well.

Re: Ask HN: How do you keep track of your creative thoughts?

#34
I put all my bigger ideas in public on Trello with hopes that someone finds the board and makes any of the ideas for me so I don’t have to.

https://trello.com/b/alB1ryRP

All other smaller thoughts and ideas usually get written into atelegram’s saved messages and then get processed on mac later.

Re: Ask HN: How do you keep track of your creative thoughts?

#35
post #14

I email myself and capture in emacs org-mode. I have an email address that is bound to AWS SES. SES listens for incoming emails and writes them to an S3 bucket. I then have a lambda hook which listens for writes to this bucket and processes the email content. This usually means writing an emacs org-mode record on dropbox. Which is then added to my emacs agenda.

That sounds really complicated. Wouldn't you just use something like Syncthing to synchronize your org mode files across devices? I use Orgzly and Syncthing in my phone and it's good enough.

If you use it for general email stuff, just have a Cron job pulling your email down and append new stuff to a file that gets synchronized.

I don't really get why AWS, S3, or lambda are involved, unless you just wanted to see if you could do it.

Re: Ask HN: How do you keep track of your creative thoughts?

#36
I've been recording them via my Android phone in the Orgzly app (org-mode mobile), which works very well for ideas and TODOs. I sync the files over to my desktop, where I edit them with a text editor and refactor them into my TiddlyWiki (personal wiki). It's been a game changing combination for me.

I'm hoping to make a GUI editor for working with the org-mode files produced by Orgzly, as Orgzly is wonderful and learning Emacs is pain.

Re: Ask HN: How do you keep track of your creative thoughts?

#37
I have been unhappily using evernote. It's not terrible but there's small things that add friction to notes that I just want to get out of my head. I used to have a quick launch shortcut on my phone that opens a new note but it took longer than I would like to load and requires more input than I think is necessary. You have to enter a title, description then hit save. What I would really like is something like a todist interface to evernote where you can do something like: "This is a creative idea #ideas" and then it would tag the note and send it to evernote with hopefully very little lag. Or even better: "Note title" "Description #tags" And it automatically saves.

What I have started using which is better than the default evernote quick note interface is the IFTTT note to evernote shortcut. Its way faster than evernote but it doesn't support tagging so if it could do that it would be pretty much perfect for me, I think.

Re: Ask HN: How do you keep track of your creative thoughts?

#39
I don't really have a cohesive overarching system, but I probably should. Quite often, if I have a paper notebook nearby, I write ideas in one of those. Unfortunately I have several such notebooks and stuff gets spread around, and there's obviously no indexing / search capability except manually scanning through all that stuff, which limits its utility for finding stuff later. Truthfully, it's close to being "Write Only Memory" at this point.

If I'm not writing in a paper notebook, I often just email stuff to myself. In theory I could put some kind of special tag or annotation in these emails and then set up some kind of system to programmatically process them and build an index or promote them to a wiki or something, but I have yet to get around to doing that. I can at least search my email for messages from myself though, and quickly find them.

Re: Ask HN: How do you keep track of your creative thoughts?

#40
I just use a crappy notebook app on my phone. I'll revisit it from time to time, and if there's anything there that's actually useful, I'll make an effort to move it somewhere more permanent. I find ideas have a short shelf life, so I just want something simple.

I have Orgzly set up with Syncthing in my phone for things I actually care about. I don't use emacs, but I like that I get notifications about things on my phone for scheduled things and I have a backup on my computer if my phone dies. I plan to learn emacs orgmode at some point, but I haven't gotten around to it.

Post reply on HN