Live data from Hacker News

Ask HN: Do you keep a personal knowledge repository?

news.ycombinator.com

81–90 of 129 posts

Re: Ask HN: Do you keep a personal knowledge repository?

#83

Im using https://thebrain.com What really sold me was the video "Jerry Michalski: Lessons from 15 years using TheBrain" [0], haven't looked back. [0] https://www.youtube.com/watch?v=EzQkJ4lleKk

Looks like Tidlywiki with the map plugin. Cool.

Re: Ask HN: Do you keep a personal knowledge repository?

#84
For years I used Evernote but give it up a few years ago.

Now I use a combination of org mode, PDFs and miscellaneous document types replicated in both Dropbox and Google Drive, and on macOS the system search finds things. Dropbox search only hits file names, Drive search is more useful.

In addition to my own notes, I collect PDFs of good papers, copies of books I have bought, etc.

EDIT: forgot about Google Keep and Apple Notes - sometimes use for specific things like vacation travel notes

Re: Ask HN: Do you keep a personal knowledge repository?

#85
post #22

I use google colab ( https://colab.research.google.com/notebooks/)for things like work notes on setting things up, any new tech I am learning. The best thing is it support code(python). Google keep( http://keep.google.com ) for noting down any interesting thoughts/ideas/lesson I learn through out the day. I usually create a card per month to keep it organised.

Really interesting idea to use Colab. I assume that you occasionally download the notebooks for local backup? Also, are downloaded notebooks useable with Jupiter notebook?

Re: Ask HN: Do you keep a personal knowledge repository?

#86

boxes of university notes losing their meaning year by year and evernote, where I occasionally drop ideas, save snippets of code or commandline pipelines along with snipped articles from the web usually recipes or long form articles I would benefit from doing more More short term I write whatever is happening on especially long narrow ruled legal pads (8.5 x 14) which often still contain lots of information after a f…

It is comforting to find I am not alone in this.

Re: Ask HN: Do you keep a personal knowledge repository?

#87
I've found markdown + VS Code/whatever editor perfect for it. You get full directory traversal with its system and get to view the files in a formatted way (even if the formatting marks are still there) while being able to edit on a whim. I'm considering git for it as well. You can also cloud sync your folder to other devices on any number of providers.

Re: Ask HN: Do you keep a personal knowledge repository?

#88
post #15

I use and recommend Notion ( https://notion.so ) although I do work there, so there’s some bias. It’s good for free-form notes, but also has databases and relations for more structured data. Also has top-of-the-like Markdown and HTML export to get your data out. You can publish parts of your workspace publicly read-only, or share via email with guests.

Words cannot describe my enthusiasm for this tool - it's all I have been searching for.

I have tried many tools throughout the last couple years in an attempt to declutter my mind and manage my time better each one failed to meet my needs at some aspect: clumsy-UI, not online, not accesible by smartphone/tablet, lacking features and similar.

I can highly recommend this project to anyone skimming the comments - I think it'll suit most people's needs.

Re: Ask HN: Do you keep a personal knowledge repository?

#89

I've been looking for something similar to a browser history, but it actually snapshots the text/images for each page so that I can search it. Ideally it would be OSS, self-hosted and cross platform so that it can feed a repo from desktop web and phone. Seems like something as simple as a firefox add-in would be useful.

Memex by World Brain does this pretty well. Open source and stores all your browsing with great search. Can tag and highlight pages, as well as back up to cloud services

Re: Ask HN: Do you keep a personal knowledge repository?

#90
post #60

How long would you like to be able to access this content? If it is for the long haul, plain text is the only way to go (org-mode, etc). Any proprietary commercial solution will fade away in a handful of years. At best, you might be able to extract the content before they shut down but structure and metadata may be lost. Open source self-hosted solutions will last much longer but even in that case it might get to a p…

I am wondering what information from 1988 might still be of help for you now, but I would suggest that xml and json or similar would still last about as well as plain text, but would enable you to do more interesting things and store more useful documents (say a complete contact list).
Post reply on HN