Live data from Hacker News

Managing my personal knowledge base

tkainrad.dev

11–20 of 187 posts

Re: Managing my personal knowledge base

#11
I'm a huge fan of Org-mode and so far it's been the most persistent way to keep track of my knowledge base.

I have a single file called "engineering-notebook" and I store pretty much everything in it:

- bookmarks to resources

- personal notes

- personal tutorials/step-by-steps

- cheatsheets

It works fantastically for me

Re: Managing my personal knowledge base

#12

I'm a huge fan of Org-mode and so far it's been the most persistent way to keep track of my knowledge base. I have a single file called "engineering-notebook" and I store pretty much everything in it: - bookmarks to resources - personal notes - personal tutorials/step-by-steps - cheatsheets It works fantastically for me

It’s all I need, I have tens of thousands of lines of notes at this point, can search them (text, regexes, tags, whatever) essentially instantly, can export to html or slides or pdf or $format, will never go down or close down or disappear behind a paywall, it’s perfect

Re: Managing my personal knowledge base

#13

What I would love is a full personal CMS type system, where I can have a subject like "cybersecurity" or "cooking" and I can add bookmarks, notes, pdfs, and they're all treated equally and as first class objects in the system. I would love a system that treats all media the same as just a source of knowledge instead of being hung up on the source type i.e. is it a video, or a book mark or a pdf....

I have been using a text file (actually an org mode file) since 2009. Before that I used a plain text file.

It doesn't handle video/bookmark/pdf. If I have to save those, I put them in a separate directory and make a note of it in the text file.

It's pretty well organized, thanks to org mode. It has a section that is by date, like journal entries, and a section that's by topic. Since it's just a single file, it's very easily searchable. It will never "go down". I don't need to run a database (I tried using wiki software for the same purpose). I can even "link" different sections, by having plain text labels. For example, I can refer to "ZFS Setup 2009-01-01" which is another place in the document I can search for.

I can "jump" to sections by using the orgmode annotation. Searching for "* Computers" will go to that top level section.

I liked this system so much that I also use it at work. People are very impressed that I can find things in my "notebook" so quickly. It's just text search.

Websites disappear. Web apps disappear. Apps disappear. My text file, does not.

Re: Managing my personal knowledge base

#15
post #10

For managing a personal knowledge base, I highly recommend Tiddly Wiki[1] It's a self-contained Wiki/Notebook/Journal with tags, it works instantly, and all of it is in a single HTML file with magic JS in it. Or you can use it with a server. [1] https://tiddlywiki.com/

I use tiddlywiki with noteself on a self-hosted server.

Re: Managing my personal knowledge base

#16
I love writing an blogging. Started reading into org-mode recently. Wish I had a cleaner setup with my own website. I am pretty satisfied with fox's bookmarks export though. The json it generates is easy to work with and carries lots of useful meta data. I built a little processor to make my bookmarks easily readable and organized here: https://l-o-o-s-e-d.net/bookmarks

Re: Managing my personal knowledge base

#17

I'm a huge fan of Org-mode and so far it's been the most persistent way to keep track of my knowledge base. I have a single file called "engineering-notebook" and I store pretty much everything in it: - bookmarks to resources - personal notes - personal tutorials/step-by-steps - cheatsheets It works fantastically for me

Why do you use one file? The ability to insert hyperlinks is one of the nice features of org-mode.

Re: Managing my personal knowledge base

#18
I've been using Zim [1] as a knowledge database for around 2 years. I don't like depending on online solutions which may suddenly disappear.

Together with some plugins for managing tasks, git and some script for synchronizing repositories, it has been working great.

There are some limitations on this approach (ie, two persons editing the same page concurrently is a no-no), but for my use-case it works perfectly.

I find it much more intuitive than org-mode, and the fact that it auto-generates a "global" task list based on items spread across the whole notebook makes it much easier to prioritize things.

[1] https://zim-wiki.org/

Re: Managing my personal knowledge base

#19

I'm a huge fan of Org-mode and so far it's been the most persistent way to keep track of my knowledge base. I have a single file called "engineering-notebook" and I store pretty much everything in it: - bookmarks to resources - personal notes - personal tutorials/step-by-steps - cheatsheets It works fantastically for me

Agree I use org-mode to capture notes/TODOs.

For Links/Bookmarks I use Google bookmarks - https://www.google.com/bookmarks/ which surprisingly has not been killed and looks like might be left alone by Google. Other bookmarking services delicious.com & posterous etc all died in due time.

By using browser extensions and a 3rd party Mobile App. I am able sync/store all the links. Though I would love to be able to sync bookmarks to my org-mode notes. Looking at org-capture now to see if that could possibly work (https://github.com/alphapapa/org-protocol-capture-html)

Chrome Extension - https://play.google.com/store/apps/details?id=com.amlegate.g...

Firefox extension - https://addons.mozilla.org/ru/firefox/addon/fess-google-book...

Android App for Google Bookmarks (3rd Party) https://play.google.com/store/apps/details?id=com.amlegate.g...

Re: Managing my personal knowledge base

#20
Off topic sorry but why bother with the cookie agreement on the overlay footer like this? You are not giving users the ability to opt out so this just annoys people without making the website GDPR compliant.
Post reply on HN