Live data from Hacker News

Ask HN: What do you use to organize your knowledge?

news.ycombinator.com

41–50 of 81 posts

Re: Ask HN: What do you use to organize your knowledge?

#41
What a good question.

Personally I curate a directory structure served off an old linux box in my house. Items created on other machines get synced in by hand. Data is stored in whatever source format it was created in, and obscure formats get a pdf version stored alongside.

The thing is, it's absolutely stone age - not automatically synced with my laptop or phone, not available remotely, and not conveniently set up to be able to share files or offer use of the server to my partner or family. It also only has 'files', there's no calendar-type data and things like mail and contacts only get placed in by hand as backups. I could totally cobble things together to provide extra features but I am thinking of starting again with a server 'in the cloud'. I would love to know what people do, with a longer term view than just stashing stuff in the popular note-taking app of the moment.

Re: Ask HN: What do you use to organize your knowledge?

#42
Obsessive note-taking lab-journalling knowledge organizer here.

* For years simplenote, first using RespohNotes under Wine, then writing https://github.com/cpbotha/nvpy - a cross-platform and open source simplenote client in Python with tikinter. Currently looking for a new maintainer, because:

* Currently in an in-between phase editing Gollum wiki markdown pages with emacs 24 (sometimes I also use gollum to access and edit), all synced with unison, and using Google Keep on my phone.

* Currently working on hobby project, which will be the non-linear super visual (spatial perception and memory FTW!) cross-platform (large displays!!) note- and file-organizing interface I've been dreaming about for months now.

Re: Ask HN: What do you use to organize your knowledge?

#44
I wrote a personal wiki like 10 years ago... In addition to being a great productivity boost for me, it helped me learn a lot about web programming. It's continued to evolve over the years.

I have 1899 active pages now (some pages were deleted over the years).

I try to keep it very close to plain text, and don't have a lot of doodads in the wiki syntax.

I don't think plain text is sufficient for taking notes, because it lacks hyperlinks. Hyperlinks are incredibly important because they are associative and non-hierarchical... that is exactly what you need for note taking and brainstorming.

I do everything with vim/bash/tmux but you still want to be able to click links with a mouse when reviewing notes, and create them effortlessly when writing.

Re: Ask HN: What do you use to organize your knowledge?

#45
post #36

Plain text files in a synced directory (I use sparkleshare, but any dropbox-like system will do the trick). I tried many, cloud apps, desktop apps, wikis. But in the end, I was never comfortable with putting all my thoughts in documents in a weird format (at best) or in the cloud (at worst). And most apps didn't offer any huge advantage to compensate for that. I have backups of my notes folder. I can grep through it…

Did you have a look at org-mode?

Re: Ask HN: What do you use to organize your knowledge?

#46
post #19

After playing with various (note-taking) applications/apps I found all of them severely lacking (for several reasons). I was always for the lookout of the one-size-fits-all application, which I obviously never found. Realizing that there is no such system/app I split things out: * Important Stuff as well as trivia -> CalDav... believe it or not, but CalDav beats most other systems/apps out there, it's accessible on a…

I use Gitit [1] as my personal wiki for notetaking. I've been pretty happy with it so far, as it uses the excellent Pandoc as the backend. I have not heard of Vimwiki until now - can you tell me your favourite features?

[1] http://gitit.net/

Re: Ask HN: What do you use to organize your knowledge?

#47
post #36

Plain text files in a synced directory (I use sparkleshare, but any dropbox-like system will do the trick). I tried many, cloud apps, desktop apps, wikis. But in the end, I was never comfortable with putting all my thoughts in documents in a weird format (at best) or in the cloud (at worst). And most apps didn't offer any huge advantage to compensate for that. I have backups of my notes folder. I can grep through it…

I can attest to this, having gone through pretty much the same cycle of apps and wikis. Finally settled on plain text files with cloud sync. Except I use a bit of YAML to give the material some structure.

But I use this to write down things I would consider more 'information' than 'knowledge'. If it's a new cloud app I found on HN that I might need later, I write it down. If I learned something new (for example, I recently learned about phage therapy as an alternative to antibiotics), I resist the temptation and try to integrate it into my existing body of knowledge. In my opinion, if you have a 'fact' that needs to be memorized, then it is either a bit of arbitrary information or it is not yet tethered to the rest of your knowledge and is therefore banging around in your head. I usually find a link to nail it down. I wouldn't exactly call it a 'memory palace' but it's sort of like that.

Re: Ask HN: What do you use to organize your knowledge?

#48
post #3

I throw every random information in an Evernote notebook. For more complex stuff, like what are my priorities this month, I draw a mindmap using MindNode. Also, I've got in a habit of reviewing all my important notes and trim them every month. Finally, I put all the interesting web articles in Pocket, because I search them later. I tried to make flashcards in Anki for random stuff, but it didn't work out.

hi, you do know that every single word you submit to the evernote service becomes their intellectual property and can be used without your consent, do you?

That's simply not true. In fact, it's explicitly excluded in the TOS.

Re: Ask HN: What do you use to organize your knowledge?

#49
Four parts:

== Emacs Org Mode ==

  - all capture

  - all notes in general that I take while working (live) on a computer

  - all meeting notes

  - all drafts - usually via org-babel

  - planning
Also, a type of code analysis where I make the code column 1 in a table and use columns 2+ for notes

This is sync'd via git across machines. Version Control + diff's are useful, but multiple branches for this hasn't been worth the additional complexity.

I've got a specific emacs daemon just for org. It's got a special -name argument that tells my window manager (xmonad) to bring up each window as a pop-up. That integrates with chrome and org capture to capture web bookmarks right from the chrome bookmarks bar.

== A paper notebook (leuchtturm 1918) and a grossly expensive fountain pen (MB) for all deep analysis. ==

  - Good thinking is a lot easier when you look at paper instead of a screen.
The tactile feel of that pen on that paper feels so smooth and free that I write substantially more, and faster. I can only explain it like typing on your favorite mechanical keyboard vs using a blackberry to write long essays.

== MindJet for brainstorming. ==

So far, awkwardly on a Nexus 7 and a BT keyboard. I'm still looking for a better mind-mapping setup.

== GTasks (android app) ==

With Google's "Tasks" list for my to-do lists and random thought capture on topics I'm still not ready to properly sit-down and mind-map.

Re: Ask HN: What do you use to organize your knowledge?

#50
I use Http://www.teamgum.com, I just gum whatever articles and web pages I like. I import content from my pocket, twitter accounts as well. And it automatically builds a knowledge base. Then when I do a google search for any knowledge bit. It shows all relevant gums from me and my team on right side. Bingo! Do give it a spin.
Post reply on HN