Live data from Hacker News

Ask HN: Do you also "hoard" notes/links but struggle to turn them into actions?

news.ycombinator.com

11–20 of 228 posts

Re: Ask HN: Do you also "hoard" notes/links but struggle to turn them into actions?

#11
post #7

I just use Logseq and put double brackets around my key terms. Whenever I need to revisit a topic, I can quickly review what I've a already learned about it, when, and what else it was connected to. My understanding is that Obsidian is pretty similar? The point of my PKM isn't to turn my notes into shipped things. The point of my PKM is that when I do want to work on something, I don't have to repeat all my old mista…

Obsidian is similar but without the block structure you have to be very specific about linking notes rather than using parent child relationships.

Re: Ask HN: Do you also "hoard" notes/links but struggle to turn them into actions?

#12
Do I hoard notes/links? Yes.

Do I struggle to turn them into actions? No.

Do I struggle to keep them organized for later reference? All the time.

Do I use Obsidian? No.

I actually use Joplin, which I switched to after deciding I needed to dump Evernote. And before then (and somewhat simultaneously with), I used a pile of disorganized text files (sometimes shared via DropBox).

Re: Ask HN: Do you also "hoard" notes/links but struggle to turn them into actions?

#13
I'd say it's more that when I hoard links, a small slice of them end up becoming useful reference knowledge long-term.

Though I don't really have a system for storing them effectively as of yet, and as someone with a strong preference for open source on my critical workflows, I never got on the Obsidian train myself. Current experiment is Silverbullet.md, because I do very much like raw Markdown and file-based notes, but that's different from having a meaningfully fleshed-out setup haha

Re: Ask HN: Do you also "hoard" notes/links but struggle to turn them into actions?

#16
I think a super common problem with any todo system is the "capture anything" mindset. They've even redefined what "focus" means, like now it just means to focus on whatever thing you're focused on at that moment.

Focus is supposed to mean you have a clear idea of who you are and what you need to work on, and also what you don't.

So I've taken to follow a (bespoke) process where I identify what my own personal principles are, and what priorities and efforts they imply. Then, of all the "oh I could/should do this" potential tasks that occur to me, I have an out: if it doesn't align with my own personal focus, then I can delete it.

Re: Ask HN: Do you also "hoard" notes/links but struggle to turn them into actions?

#17
I just keep it simple. I have very simple todo lists and work on them as I feel like it.

A few ruby scripts help a bit automatically cleaning them up, keeping track of their status and what not - but at the end of the day they are just text files really. I would not want to make this more complicated than that. My brain kind of is the real decider what is the main priority.

Re: Ask HN: Do you also "hoard" notes/links but struggle to turn them into actions?

#18
I had been hoarding links/notes to movies/tv shows for some time, saved to a plain text file. Often by sharing links from other apps (ie. Reddit or Letterboxd), paired with hashtags, using an iOS app I built.

Finally extracted the data for these hashtags and fed it to an LLM to organize. I'm happy with the result https://xenodium.com/film-tv-bookmarks-chaos-resolved

Re: Ask HN: Do you also "hoard" notes/links but struggle to turn them into actions?

#19
While I do hoard notes I've realized over the years that the main reason I write notes is as a memory aid. If I write it down I remember it better, and I'm more likely to do it. Notes also act as a filter because I write stuff down, sometimes review the notes later, and decide what I wrote down isn't worth doing, so making a note of an idea essentially gives me a delay to review the idea and decide if it is worth doing. I do also record links, keeping them in wiki pages (along with wiki pages for notes about various projects); I started doing that because browser histories today seem to autodelete old links. Putting them into a wiki makes them searchable. I keep journals as well, which are also searchable. I don't necessarily want to be reminded of my notes and wiki/journal entries, I know they are there, I mainly want to call them up when I decide I need them. That's the main drawback of paper notes, I can't search them. I've tried scanning them, but it's tedious and they don't translate to ASCII text well, and drawings are not searchable. I've considered using one of the e-paper notepads instead of paper notes, but I'd need a notepad handy in every room of the house and that would cost too much, and the procedures to automatically sync them to a central location don't seem very reliable (and I don't want to sync personal notes to some public cloud).

So for me, an AI that suggests stuff would be annoying. An AI that could take some vague search terms and my history and could pull old information out of notes that don't necessarily have the keywords I enter, using the context provided by my history might be useful. So for example, I may remember I happened across a design for the DSP algorithms in guitar pedals, but the URL or note may not even mention DSP, so something that could turn a search for "guitar pedal DSP" into finding a link for an audio processing web page I visited would be useful. The AI would probably have to scan all the web pages I visit to be able to store enough context to be useful for a search like that. Doing this for 20 years or more might run into some scalability/cost issues.

Re: Ask HN: Do you also "hoard" notes/links but struggle to turn them into actions?

#20
> Project context signals (repo/PRs? issues? tasks? calendar? a “project doc”?)

There's a cost to recording what you're working on, so usually the only people who track it in a fine grained way are those that need exact numbers for billing. It's not worth the time otherwise.

There are hints to what people are working on. Connecting to a database means SQL may happen, but maybe not.

It's a big issue with personal assistant ideas in general. It's very difficult to get any real context on things. Even data that seems firm like calendar appointments, isn't in practice. Look at people's calendars, and you'll see them triple booked.

Post reply on HN