Oddbean new post about | logout
 I've been using pretty much the same note-taking system for over 7 months now. I settled on org-roam in a git repo. I used to be rigorous about linking, committing at the end of each day, processing yesterdays diff in the morning and all that jazz, but now I just kinda find use it with no system. I use consult-rip-grep for searching which works pretty well.

Linking and looking at the knowledge graph is pretty fun, but I hardly ever use it tbh.

https://media.emacs.ch/media_attachments/files/111/128/130/290/027/318/original/913d5b7423355584.png 
 $ find ~/Knowledge -type f -name '*.org' -exec cat {} + | wc -l
   30216
 
 @2e19db99 what does the + do? 
 @0fc13957 Same as \;