Live data from Hacker News

Ask HN: Best solutions for keeping a personal log?

news.ycombinator.com

101–110 of 138 posts

Re: Ask HN: Best solutions for keeping a personal log?

#101
For Automation maybe you could try IFTTT to pull data from one service to a google spreadsheet. Since it has dates associated with the data, you can later match them with your current dataset.

I know a service called exist.io that does a quite similar thing based on API. You can check that out if a central hub for all personal information is what you're after!

Cheers!

Re: Ask HN: Best solutions for keeping a personal log?

#103
The problem with your request is timeline. I found more productive is to keep essence of things in a easily searchable format. Timecharting very diversified information is difficult and quite often not needed.

To keep snippets in an instantly searchable format I use Google Keep. This is so simple and perfect.

Re: Ask HN: Best solutions for keeping a personal log?

#104
I use a plain text file, and I edit it in Emacs' fundamental mode. I have a key binding that goes to the end of the file and adds a timestamp and some separator characters, but that's the only customization.

This single text file goes back 30+ years now, and it's survived all the fancy-pants TODO and notetaking software I've tried (a lot of which probably doesn't run any more). I think that long-term habits work best when their tooling is simple.

Re: Ask HN: Best solutions for keeping a personal log?

#106

Somebody else already mentioned it, but emacs org-mode is what I use. I have a document in my dropbox with the cheeky name "life.org", in which I contain everything from my sleep log to my recipes to my work lab notebook. If you're like me, you have trouble sticking to journals/logs. I like having one collapsible document in outline form. I can remember it, and I come back to it. It works well with the natural chaos…

I couldn’t agree more. I think, for me, making any system stick has to include a visible form of progress—if it’s like a blank page every time then it’s so disposable. I hope to have a way to make sure that whether I’m logging using a phone or from a computer there’s a fairly seamless process to sync everything up.

Org-mode is so powerful that it’s hard to discount.

Re: Ask HN: Best solutions for keeping a personal log?

#107
I use a paper notebook: write notes, date each page, and add entry to the index at book front or end for ease of finding it. I carry it everywhere & and it requires no batteries:)

When notebook fills up I scan each page into Evernote, which OCRs it.

Low tech but it works.

Re: Ask HN: Best solutions for keeping a personal log?

#108
post #31

Very interested in this as well. I use Notion for more in depth notes but I also want a very low friction way to stream thoughts out of my mind and into an organized place. I built a prototype that does this. It’s got a UI very similar to twitter but organized by day. Special hash tags on a messages at the end of one day appear front and center on the next day so you can get cached in on what you were doing. I gave u…

I'm not an organised note-taker, except for a few circumstances. Most often notes are just actions which get put in email to myself, or my team. Life has changed recently and I've been thinking about some low-friction options for capturing thoughts. Any solution needs to work from mobile and desktop (macOS, Windows, and Linux for me.) On desktop I'm imagining something like an Alfred window popping up on a keyboard s…

For years my go to option was nvAlt[^0] with a hotkey and some expansions set up with typinator to do all the repetitive stuff. Unfortunately that broke down for me when upgrades to macOS started to make it less reliable and I was transitioning more and more toward entry from mobile. I haven’t been able to come up with a solid workflow to replace that and it’s a pain because it worked so well for a long time.

[0]: https://brettterpstra.com/projects/nvalt/

Re: Ask HN: Best solutions for keeping a personal log?

#109

Very interested in this as well. I use Notion for more in depth notes but I also want a very low friction way to stream thoughts out of my mind and into an organized place. I built a prototype that does this. It’s got a UI very similar to twitter but organized by day. Special hash tags on a messages at the end of one day appear front and center on the next day so you can get cached in on what you were doing. I gave u…

You might like my https://histre.com/ It (optionally) connects to Telegram, so you don't even have to install an app to quickly save your thoughts. They all go into a "notebook", ready to be organized later (if you so choose).

This is really interesting! I’m really glad you mentioned the telegram connection, looking forward to digging further into it

Re: Ask HN: Best solutions for keeping a personal log?

#110

https://roamresearch.com/ blowing up on twitter - 2/3 notebook, 1/3 database

Seconding this, though I'm not sure if it's what the OP is asking for as he mentions automation. I've been using roam and while I wasn't planning to use it for daily logging I'm realizing the daily log can serve as an 'inbox' for random thoughts and things I read that aren't quite worthy of writing a separate page for. I haven't quite figured out if I'll make it my todo-list/gtd solution yet, for that I'm fairly entr…

+1 for Roam Research, as far as a daily log goes it's wonderful.

> I haven't quite figured out if I'll make it my todo-list/gtd solution yet, for that I'm fairly entrenched in kanban/issue-tracker apps like trello.

I believe both will have to tackled sufficiently before Roam really takes off.

For example, I'd love to be able to:

* Filter for TODO items between $start_date and $end_date

* Filter for TODO items ranked by number of connections (further arbitrary weighting would be really interesting here)

* Filter for TODO items at the intersection of two terms (haven't found an elegant way to do this yet)

> Also wondering how to use it alongside bookmarking tools like pinboard (or if the longer goal is to have better bookmark features).

I'd love to be able to see all the stuff I want to read for #term - this might include books, articles, etc.

Which brings us to content: I really want to read all of this stuff inside of Roam, but there are two approaches right now, neither of which are super comfortable:

1. Copy the whole thing into Roam and process it chunk by chunk. Nice but formatting is a gigantic pain, front-loads a lot of work. Benefit is it saves the content in case it disappears. No easy way to see only the highlights from a certain article as they're all mixed in.

2. Copy metadata and highlights/annotations/quotes into Roam after reading it and creating them elsewhere. More compact but annoying to access original content. Requires yet another tool.

Post reply on HN