Live data from Hacker News

Ask HN: How do you organize your knowledge?

news.ycombinator.com

81–90 of 111 posts

Re: Ask HN: How do you organize your knowledge?

#82

This general “knowledge management” question is like a “time management” one — usually meaningless and sometimes a form of escapism. When you don’t have any particular emotionally charged goal(s) in mind — no time/knowledge management technique would really make a difference. But some of them might give you a good illusion of something important going on. And as soon as you have specific important goal in mind (like…

I've had a different experience. In the times where an emotionally charged goal isn't driving me forward, adhering to disciplined regimes for time and knowledge management has helped me to prepare and therefore perform better in times there IS a highly motivating goal. There don't have to be two extremes of X-management (one fuelled by emotion and one dragged down by apathy). Like anything, building a discipline in t…

You’re right. Discipline and habit is the king.

But i see that its near impossible to build a discipline without particular goal in mind.

By “emotionally charged” i meant “really important for you”, important enough so you even force yourself when you don’t feel excited about the goal.

Re: Ask HN: How do you organize your knowledge?

#83

Plain text. I keep metadata embedded in the content of each file. I keep only one k:v pair per line. e.g "topic: D3", "subject: scales", "context: Side Project" Use grep and awk to slice, group, dice and join as and how I want. Incredibly flexible, a bash-like shell is my only dependency. Works with any search engine that i've tried. Easily replacable parts. Check into git regularly. Some scripts I use ## group by to…

Interesting. Thank you.

Would you have a repository of your scripts somewhere?

Re: Ask HN: How do you organize your knowledge?

#84
I am at Evernote for the last 5 years. It became a tad slow recently (especially Android app), but still beats rivals.

There's a way to implement full GTD [0] framework with Evernote using Notebooks and tags. This is a very useful part for me, especially long-term and life planning horizons.

[0] https://en.wikipedia.org/wiki/Getting_Things_Done

Re: Ask HN: How do you organize your knowledge?

#85
This is a trick question and chasing it is largely a waste of time.

The application or method of your choice will only organize your knowledge (more correctly, represent it) if you already have done it yourself in your thoughts.

I just use nicely formatted markdown files these days. There's no magic application that'll do it for you.

Re: Ask HN: How do you organize your knowledge?

#86
A few systems.

1. A zettelkasten, using [neuron](https://neuron.zettel.page/), synced with git (and hosted at github pages), as well as another private repo that I self-host on a machine at home

2. A series of dropbox-synced plain text markdown files edited with vim and accessed via a few fuzzy finders - feels just like notational velocity. these files and the way i use them are documented and organized by a single root file, everything spreads tree-like from there.

3. VimWiki (deprecated. migrating into zettelkasten as appropriate)

4. A small moleskine notebook that is always in my pocket.

Re: Ask HN: How do you organize your knowledge?

#87
post #21

Obsidian was the mind opener for me. Simple to use. Backuped on Dropbox on my various machines, it is my ubiquitous personal knowledge base. The fact that you can copy/paste HTML from web pages into it makes me rebuild knowledge I get from the internet into my own version. Really really a fundamental tool for me. The Vi of knowledge. PS: I don't know the other tools (notion, roam,...) PPS: a big downside in Obsidian,…

The .md publishing step you’re asking about is very neatly handled by Neuron (https://neuron.zettel.page/). The community is helpful and the original author of the project is a great guy and accessible on matrix.

you’ll be up and publishing in no time (for free and automatically to GH pages if you want)

Re: Ask HN: How do you organize your knowledge?

#88

This general “knowledge management” question is like a “time management” one — usually meaningless and sometimes a form of escapism. When you don’t have any particular emotionally charged goal(s) in mind — no time/knowledge management technique would really make a difference. But some of them might give you a good illusion of something important going on. And as soon as you have specific important goal in mind (like…

Agree. All these management tools for knowledge and time feel like bikeshedding to me.

Re: Ask HN: How do you organize your knowledge?

#89
I was thinking about this over the weekend, because I needed to resize a partition on Linux. I know I did this before. I know it was successful. For the life of me I couldn't find the reference. Grrrr

I have a practice of creating a directory `Machine_` for each physical device. And, further I name each file `-*`.

But did I name the file LUKS? LVM? or name it after my distro? or just partitioning? (of course, in truth, I can search in text files for those same keywords, but really I was just overwhelmed by the disorder of my folder)

So I was thinking about this problem. Now a bunch of odd folder names just doesn't communicate in a pinch. Now I'm thinking along the same lines of how programs are packaged. Specially named folders. Structures of folders.

I'm thinking along the lines of:

  +- Machine-
  |- issues.d
  |- docs.d
  |- configs.d
  |- fixes.d
Prolly not what people are thinking about 'how to organize your knowledge', but it's on my mind after this weekend. (And yes, I was able to successfully resize my partitions. Woot!)

Re: Ask HN: How do you organize your knowledge?

#90
post #41

I use spreadsheets and custom 2D dsls. I get the best of tabular and tree structures. The latest iterations aren’t live yet, but there’s a lot of stuff on treenotation.org which is the foundation of what I use. I consider it like a tool for clear thinking. There’s no punctuation or noise, pure signal. I build DSLs and then spreadsheets in those DSLs. Both the data and grammars are in 2D Lang’s. There’s no quotes, bra…

Hi, I had a look at treenotation.org and some of your other resources - could you perhaps post a practical example on how you use your custom 2D DSLs, and why it would be preferential to other tools?
Post reply on HN