Live data from Hacker News

Ask HN: How do you take idea notes / voice memos / reminders to yourself?

news.ycombinator.com

41–50 of 78 posts

Re: Ask HN: How do you take idea notes / voice memos / reminders to yourself?

#41
post #32
post #24

https://standardnotes.org I either use an "ideas" tag in Standard Notes, or have 1 pinned note called "Ideas" or "Journal" that I constantly make updates to. This is an app I've been building for over a year now. Benefits are encryption + cross-platform sync.

> Benefits are encryption + cross-platform sync. Great features but I find the pricing a bit too high (for a consumer product). Does it have vim bindings?

Yes, you can check out the Vim editor: https://standardnotes.org/extensions/vim-editor

Re: Ask HN: How do you take idea notes / voice memos / reminders to yourself?

#42
I maintain my TODO list in Pocket Informant[1], TODOs are synchronized with toodledo[2] and calendar is synchronized with Google Calendar. I am a strong proponent of moving TODOs to calendar to block out time and understand what I am doing next.

For notes, I am using Notebooks App for iOS[3]. The biggest selling point is being able to synchronize with the directory hierarchy of markdown files via WebDAVS. On the desktop, the same directory can be accessed via applications like Simplenote[7] or nvALT[6]. I use my own web app and even a bunch of shell and Python scripts working with this directory as I like to experiment with information organization features specific to me.

In general, to discover new tools, I like to read UsesThis[4] interviews. It has very good Signal to Noise ratio once you start reading the interviews but quickly levels off as people tend to use mostly the same well-established tools. ProductHunt[5] is low signal-to-noise ratio, with lots of new unproven but interesting tools.

[1] https://www.pocketinformant.com/ [2] https://www.toodledo.com/ [3] https://www.notebooksapp.com/ [4] https://usesthis.com/ [5] https://www.producthunt.com/ [6] http://brettterpstra.com/projects/nvalt/ [7] https://simplenote.com/

Re: Ask HN: How do you take idea notes / voice memos / reminders to yourself?

#43
post #24

https://standardnotes.org I either use an "ideas" tag in Standard Notes, or have 1 pinned note called "Ideas" or "Journal" that I constantly make updates to. This is an app I've been building for over a year now. Benefits are encryption + cross-platform sync.

Looks interesting, but I have some off-topic feedback. I really like that sort of website style, but after 5 minutes looking around I found your site quite confusing.

It wasn't initially apparent that there seems to be both a free and (subscription?) paid version, which had me very confused while reading the 'longevity' page as to how a SaaS is going to last forever. The 'Always Free' box isn't very clear that it describes a different product version (no download button, not clearly a standalone feature list) and the text on the far left is basically background noise.

Re: Ask HN: How do you take idea notes / voice memos / reminders to yourself?

#46
I replaced my wallet with this:

https://www.levenger.com/International-Pocket-Briefcase-2269...

It has 3x5 cards and a pen. This is basically my real-world inbox. I jot down notes, recommendations, ideas. The important next step is to regularly empty the inbox, so that useful jottings end up turned into something that gets handled. E.g., times and dates go into my calendar, tasks go into my kanban board, books I might want to read go in my Amazon wishlist, etc.

Re: Ask HN: How do you take idea notes / voice memos / reminders to yourself?

#47
post #40

“Hey Siri, remind me to check if anyone relied to my pull request tomorrow at 9:30am” Then I rely on he fact that pending iOS reminders sit on my phone lock screen until I mark them as completed. I also use the “remind me again in an hour / tomorrow” options a lot.

When voice commands on phones came out I laughed at this terrible gimmick. I knew this would certainly be in the grave beside 3D TVs.

Now I use voice commands to set reminders every day. With each year, voice tech gets better and I'm proven more wrong. I don't even feel weird using them in public anymore.

Now if you'll excuse me, I'm going to go turn on some music with my Echo, and tell my Pixel to record reminders for the week.

Re: Ask HN: How do you take idea notes / voice memos / reminders to yourself?

#48
post #24

https://standardnotes.org I either use an "ideas" tag in Standard Notes, or have 1 pinned note called "Ideas" or "Journal" that I constantly make updates to. This is an app I've been building for over a year now. Benefits are encryption + cross-platform sync.

I use standard notes, but I'll be honest, I'm not chuffed about the whole "hosted" plugins system.

Maybe I'm completely off-base, but while SN only ever see the encrypted blobs, editors often (almost always) require me to send over my plain-text to a server which then sends it back to me. That's not really end-to-end... what's the motivation behind the hosted plugins, and not downloading signed binaries/code that operate through a permissions-based API?

Re: Ask HN: How do you take idea notes / voice memos / reminders to yourself?

#50
Emacs org-mode.

If someone sends me an e-mail about something that needs doing for work, I hit a keybinding, and a buffer pops up with a TODO item, by default scheduled for today, with a link back to that e-mail (and any selected text added as well). I write a quick headline, then C-c C-c and it's filed under "Misc" in my work org file. Sometimes I hit C-c C-w to immediately file it under some project heading instead (not much harder because of auto-completion). Since it's scheduled in my work org file, it shows up in my work agenda, which I open every morning and whenever I need a task to do. When I'm working on the task, I might write further notes for that task under that heading. It's all plain text, easily greppable, versioned in git.

I have a non-work org file and capture template too. I go through the non-work agenda a bit more rarely than the work one (spending less time on work is on my non-work TODO), but it's a nice way of sending messages to yourself in the future ("* TODO renew passport SCHEDULED: "). And I feel pretty confident in the system, since I've been using it for over ten years …

If I'm not at my computer and I get an idea or something, I'll typically just send myself a very short message over IRC. I find phone-typing a pain, and rarely have the need to look at my agenda on the phone (though I know there are org-mode phone apps should the need arise).

Post reply on HN