Dynalist
Ask HN: How do you keep track of your creative thoughts?
31–40 of 285 posts
Re: Ask HN: How do you keep track of your creative thoughts?
#32I 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...
Re: Ask HN: How do you keep track of your creative thoughts?
#33Unfortunately, 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?
#34All 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?
#35I 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.
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?
#36I'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?
#37What 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?
#38Re: Ask HN: How do you keep track of your creative thoughts?
#39If 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?
#40I 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.