Fast software engineering related annotations
- https://github.com/xwmx/nb
- https://www.getdnote.com/
- Command line to add or search notes, uses SQLite, so if I’m to use it, I would probably need to spend some time writing a tool to export to this digital garden it.
Random thoughs about it
Questions
- How to make it easy to find information?
- How to make it easy for people to discover what is in my notes?
Books
I really enjoy physical books, but it’s very hard to keep physical notes and digitalising it is tedious. Should I just avoid using physical books and start reading e-books instead?
Exporting Kindle notes
- Visit https://read.amazon.co.uk/notebook
- Run:
$('span#highlight').each(function(_, item) {
console.log(`> ${$(item).html()}\n\n`)
});