Ask HN: Do you keep a personal knowledge repository?
And if so, which software do you use? I'm fascinated by storing things that I learn outside of my own brain. Ideally I'd love to create my own mini intranet of information, basically a personal wiki, that I can go to first before having to Google things, especially for my field of study.
I've looked into various Wiki packages but none quite seem to offer what I'm looking for (Mac, no need for a webserver, cross device functionality, math markup, searchability, tags)
If you do keep a personal knowledge repository, can you please describe your workflow for using and maintaining one for all the new knowledge you acquire?
128 comments
[ 55.7 ms ] story [ 3695 ms ] threadWorks pretty well and is rather cheap.
Github would be better, actually....
In what way? I have some pretty enormous ones and they seem fine so far. I'd like it if FreeMind were more actively maintained, but at least it still works basically fine on the latest version of Java.
Preferences -> appearance
Preferences -> behavior Control-rightclick -> hide note windowAs I do stuff, things move from the Current Tasks file to a Logbook file. Beyond 'accomplished todo's, that file gets stuffed with, for example, interesting quotes I run into, command lines I think I'll need again, and a record of what I've been up to. When I need to put together a status report, or figure out for myself where my time went, or recall how to do something intricate that I haven't done in six months, I turn to my Logbook.
With these two pieces, I feel like I've got a handle on what I want to do, and a record of what I've done. Now, if I just could find the time to follow through...
[0] http://freemind.sourceforge.net/wiki/index.php/Main_Page
[1] https://en.wikipedia.org/wiki/Getting_Things_Done
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 few years
Evernote has worked well so far and me trying to switch to OneNote didn't work out as well. I'm still open to alternatives, but Evernote has kept my mind organised without a doubt.
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
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.
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.
* Tomoby:
- pros: fast, good search, really liked local editing, integrates with quick launchers like Gnome DO and Albert which I found essential for quick references, especially programming and Linux commands which, when I want them, I want them NOW. type: "<ctrl>+<space>grep examples" and have a reference to my most frequently used patters in 1 sec is SO helpful.
- cons: sync/mobile solutions are hacky, no longer maintained, Ubuntu 19.04 removed it, not encrypted, Copy & paste to/from other apps (Thunderbird) doesn't work like you'd expect, formatting is not preserved.
* Evernote: meh...used it for a couple years. Liked multi-device support. Their web client wasn't that great and they didn't have a Linux client. I paid for it and put maybe 100 notes in it, but eventually stopped using it and converted back to the free version.
* Dropbox Paper:
- pros: nice editor, have the basics right, integrated with Dropbox which I already use, so no additional cost, good mobile client, really easy to share notes with groups of people (family) or one-offs to others with a link.
- cons: some bugs and bad UX still, no encryption (but Dropbox already has most of my files so I've already sold out a bit to them I guess), loading a browser tab is just slower than the Tomboy UX described above...I find I like using Paper for longer docs or things I'll access on mobile, but it's just not a good replacement for those quick notes that when I want them, I want them NOW!
I've tried a number of other ones over the years, never really found a sweet spot. I actually think something like Tomboy is really the best note taking app, but for it to really thrive, it would need better options for mobile and note sync than Tomboy ever had. Adding end-to-end encryption and sharing would also be great.
[1]https://zettelkasten.de/
I want to open source it in the future. It is electron app soon to be written in typescript
- Excerpts (for summaries and excerpts from books and articles)
- Snippets (for code snippets, formulas, etc)
- Reports (for results of research on a subject, e.g. learning new API)
- Papers (copies of research papers)
Dividing notes in such a way also helps to review them with varying frequency. For example, snippets get outdated often (e.g. workarounds for bugs or polyfills) so I have to go over them more often. Reports get updated as I learn new things about a particular subject that has its report. Excerpts are updated only if I decide to re-read the material they cover and extend them. Papers last as long as I'm interested in subject.
By haphazard I mean to focus not only on acquisition but reflection / contemplation: Collecting thoughts is one thing, putting them together into a cohesive and coherent body of knowledge is another. So, that's what I'm working on.
pmwiki for now. Workflow is personal domain, putting browser or window on one side of the screen and what I'm reviewing, or what I'm thinking / text editor (sublime text) of the other side. Putting into a DIY solution based on flask simply because that's flask practice.
I also like pens and paper and whiteboards. So take pictures and use Powerpoint's 'remove background' feature to have a liberal amount of pictures.
A bit rambling, but you asked and asking is usually best! So.. :D !
Software wise, I've tryed a few things and settled with MediaWiki and some extensions added. Most notably Semantic MediaWiki (adds structured data storage and querying), Semantic Forms (structured forms) and a Bootstrap based skin. But only the technical setup won't get you far in a wiki, so I've also created a lightweight, flexible "ontology" / structure for knowledge management that was fitting my own needs.
This was not too easy to set up (Finding a structure / ontology / data and query workflow, but also the implementation using the wiki itself), but now I'm quite happy with it as a platform. I really wish there would be a lower barrier to entry for people here. If you're interested, please PM me and I can show you some examples.
As for the workflow of personal knowledge management, I'd be really interested what works for other people as well and I'm still figuring this out.
My current approach is using different phases. It's OK for me to read a book and not note anything or only do kindle notes. When reading articles on the net, I usually bookmark more interesting articles using getpocket. I do notes on paper when I don't want to be distracted or influenced by a computer.
For this year, my resolution is to acquire less new knowledge, but to take some time and to rehearse, summarize and repeat what I've found interesting and worth my time before. What sticks here should go into the wiki.
I want to keep my knowledge base very concise and opinionated. There's no need to create a second wikipedia.org. I'll only add something in the wiki when: * Some idea is truly remarkable on the first spot * I go over my old notes see what was the essentials of it. Those are worth putting into a wiki. * When I'm doing some dedicated, structured research around a topic. Then I also try to get the ontology and structure right first. * Code Snippets that I repeatedly use
private, a folder called "notes", with almost a thousand short text files. Workflow for it? Use grep to find what I want. I had a system of folders per topic but that became a mess. Grep is good enough. The notes folder is synced with synching to multiple systems and my phone. On the phone I have termux, which has grep and markor as text editor.