This can be difficult. I was looking for a system to organize all the personal knowledge beginning of the year. I tried Evernote and several of the alternatives such as OneNote, but none of them stuck with me well. My main issue was storing code along with the notes. Evernote does provide code formatting but not very friendly with the syntax highlighting. I also tried Quiver for storing code, but it is specialized to…
> I also tried Quiver for storing code, but it is specialized towards code storage. Can you expand on this? Was quiver not good enough at basic text?
Ask HN: How to organize personal knowledge?
141–150 of 228 posts
Re: Ask HN: How to organize personal knowledge?
#142Re: Ask HN: How to organize personal knowledge?
#143Personally i can recommend http://zim-wiki.org/ you can organize the "media" think in "attachment" and tag them or create page about them, and you can still find the attachment in your file manager "Zim is a graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images. Pages are stored in a folder structure, like in an outliner, and can ha…
zim-wiki for me, absolutely. Text-based, offline, decent plugins, cross-platform, easy. What I love is that if zim is not available I can use Sublime Text to view and navigate as a near replacement as long as the SidebarEnhancements plugin is installed. I stand by the supremacy of zim-wiki although it does lack "pretty".
Re: Ask HN: How to organize personal knowledge?
#144I keep a lab paper notebook for everything I do and I write the date, time, and whatever I need. Then I type it in.
Re: Ask HN: How to organize personal knowledge?
#145Re: Ask HN: How to organize personal knowledge?
#146I wrote my own Evernote style system and used it for a while. Then I changed to my current system: Emacs and org-mode for notes, todos, tasks, etc. I also use Notes in Fastmail (and they show up in Apple Notes automatically). For PDFs of purchased books, Communication of the ACM, good articles converted to PDFs, etc. I use Google Drive because it is searchable.
Re: Ask HN: How to organize personal knowledge?
#147I wrote my own Evernote style system and used it for a while. Then I changed to my current system: Emacs and org-mode for notes, todos, tasks, etc. I also use Notes in Fastmail (and they show up in Apple Notes automatically). For PDFs of purchased books, Communication of the ACM, good articles converted to PDFs, etc. I use Google Drive because it is searchable.
By searchable you mean Google Drive can search _inside_ of documents like PDFs and images?
Re: Ask HN: How to organize personal knowledge?
#148I use Dropbox to store everything. There are no files that I care fore that are not managed by Dropbox (or iCloud, for my photos/videos). I use iA Writer to create lists and documents for everything in Dropbox folders. I also have a folder for PDFs/papers (also on Dropbox). There are also folders for my study nodes ( I study codebases ), notes on personal stuff, notes on Programming, on pretty much everything. I use…
- Personal (health, finance, hobbies, spirituality, etc)
- Work (things for my company, invoices, PDFs for learning tech stuff, etc)
- Church (I volunteer for a couple of churches, so that's very misc)
The exact same structure exist for my Google Calendars (separated by spheres that encompass several projects/concerns).
Re: Ask HN: How to organize personal knowledge?
#149In short, I find that writing them down every day in bite-sized chunks is most helpful. This method probably will not help you store non-texts such as movies, pictures, but for other mediums, it is great.
After about two years, the main benefits I find are:
* Bite-sized notes are easier to index and search for later
* We can easily share those notes with others when in a technical discussion etc, saving a lot of time
* We can do spaced-repetition on those notes easily because they are concise. (I wrote a short Go program to do this for me)