Ask HN: How do you take notes?
I've been looking through my paper based notebooks recently and noticed that chop and change between note taking systems, and there is no structure to my notes.
I was wondering if anyone could point me to structured note-taking systems or methods they use to bring some consistency to their note taking.
47 comments
[ 3.5 ms ] story [ 112 ms ] threadI usually write down _a lot_ of stuff when listening to conference talks in person. Then I go through the notes in detail and compile them into a blog post that hopefully makes sense, which also forces me to organize the notes and review what I'd learned. Because of the sheer volume of text and the need to keep up with the talk I use a laptop for this, typing being much faster than my writing.
For meetings or other more relaxed occasions where I have more time and less volume, I just jot stuff down on paper. Aside from marking everything by day I don't really have a system there.
It's light and fast, enough for casual notes taking. Too complex thing is hard to last.
All it does is create a markdown file with the name of the current date and then open that in vscode and move the cursor to the end of the file unless the file already exists in which case it skips creating it and just opens it at the end.
vscode realtime markdown preview is lovely.
I'm aware the bash is horrible, it was a 30s hack to see if it'd work (about 6mths ago...).
I manage the structure through the folders feature so notes are grouping into my categories (Dev, Design, Study, Fun, Home, Work, Health, Business)
https://www.qownnotes.org/
- https://news.ycombinator.com/item?id=6406198 (123 comments)
- https://news.ycombinator.com/item?id=11945882 (85 comments)
- https://news.ycombinator.com/item?id=15579047 (77 comments)
- https://news.ycombinator.com/item?id=1750534 (69 comments)
When I need to take longer or more important notes, I use markdown and vim. I keep them in ~/Dev/notes/
Too cheap for notebooks and I'm a lefty.
Notes I want to keep/search are in keep.google.com
I use clocker to track my time so I don't worry too much about noting what I do each day because it's mostly in there.
Paper is mostly for just remembering things, todo, doodling, or drawing up system flow when I need it.
The paper is mostly ephemeral I find the things I want to look back at historically are what I did when which is in clocker, old scribbles are just that. If it's important it went in keep or email.
Edit, now that I think about it, has anyone looked at digital paper solutions? I use a mix of hand written and typed and find hand written doesnt lead to distractions like context switching on my laptop often can.
I'd pay double what those cost for an eink note taking tablet that lets me handwrite normally (lefty), erase, save and nothing more.
As long as it's response time was near instant and the pen nibs didn't wear out or were at least commoditized enough I could use any brand.
The Sony comes close, but im allergic and besides there is no way I'm dropping $600 just so I get to carry micro USB again.
It's buggy (components reloads on server response even if you're in the middle of updating something else) but it's a free toggl and works decently well.
"What works for me is taking notes via email. Backing up, organizing, searching, and distributing email is more-or-less a solved problem, and my note-taking inherits those solutions. I can read and add notes from my phone and from my computer, with the ability to choose from a plethora of applications. I have multiple backups of my email around the world via standard email syncing. My email host has been 100% reliable in not losing my emails, as well. If I want to migrate to a different email host, that is trivial."
I wouldn't say my notes have much structure, though.
We're evaluating moving entirely to the browser using webassembly. Our experiment is here: http://www.write.pub/wasm-demo/hello.html
Even if it asks for your vault key each time, since they control the JavaScript delivered to the webapp, it largely negates the benefit of E2E encryption.
famous last words
How is that any different from a malicious app you have on your phone or desktop? Assuming that the web client is served entirely over HTTPS MITM attacks shouldn't be possible and the project maintainer is the only remaining bad actor. Which is where trust comes in.
https://github.com/standardnotes/web
For professional life: Pen + dot grid notepad - developed independently, but similar to the bullet journal technique. Dot grid plus pens make the whole thing ultra customizable. I can sketch engineering designs, make a calendar, track action items, take detailed notes, all in the same format. The key is to be strict with page numbers, dates, and index as much as possible.
Things I occasionally miss - keyword search (I can still look things up by date or subject in the index), multimedia inserts (think dragging video/photos/sound clips into one note), never ending space (notebooks run out of pages), easy backups (thinking about digitizing with photos or scans), team collaboration (if this is necessary I use Trello).
Things I like - no OS/tech stack compatibility issues, "it just works", lighter then a laptop) tablet, don't need to charge, easy to read, can bring into a secure area (where outside electronics are not permitted), travels well, hard to damage.
http://bulletjournal.com/get-started/
For personal life: add Google keep for simple lists, and then a mix of Trello and dot grid for larger projects (less strict formatting than professional life project management).
[1] https://news.ycombinator.com/item?id=17537675