← Back to context

Comment by capnrefsmmat

8 years ago

I have the same fear of forgetting things and the desire to remember everything I've learned. I'm an academic, so mostly this means references to papers and books I've read, along with notes summarizing their contents.

(My PhD advisor used to say that a sign of learning isn't whether you remember something -- it's how quickly you can re-learn it. So I try to make it easy to find and re-learn things I need.)

Since I need to cite papers, I had to put together a system that can read BibTeX bibliographies and format them into references. I cobbled together a Hakyll config that uses Pandoc and KaTeX to turn Org files into HTML pages, with a simple chronological listing: https://www.refsmmat.com/notebooks/

I've found this useful for my own reference and to share with others -- if someone asks me about some topic I've read about, I can just send the notebook link with summary and citations.

I'd like a version that doesn't need separate BibTeX files (though that should be easy to solve with a couple scripts or some Emacs packages), and perhaps intelligent full-text search, but for the moment I like that it produces static HTML that will last forever.