Live data from Hacker News

Ask HN: How do you take notes throughout your work day?

news.ycombinator.com

61–70 of 91 posts

Re: Ask HN: How do you take notes throughout your work day?

#61
I'm a product manager not an engineer...but i manage digital products, so i hope that is close enough.

I use text files employing simple markdown within them. I use one text file per project/product...however i'm thinking of going back to a single monolithic text file regardless of project/product...since it might make grokking things a little easier (good ol' CTRL F is fine)...also, sometimes some efforts span more than a single product...so i get slightly paralyzed trying to think if this effort belongs in text file for product A or B, etc. So a single file would resolve that. In any case, the text file approach makes selection of tools much easier (and with lots more choice). For work/dayjob, i use NotePad++ (99.9% of my jobs simply issue me a Windows machine with no choice in the matter), and for personal matters, since i use linux, i use Geany for working with the text files (though have been playing with Kate/KWrite). Over the last 6 months, i moved away from dropbox to NextCloud to synch all the text files. Here again, by using simple text files, i have flexibility for the authoring tools as well as synching tools. As far as referencing/looking back at my notes, yes i do and quite often (hence why i think going back to a single big text file might ease my searching a tad). Also, i have very slightly started to take work notes on paper when in person - a little for diplomacy but also because when i go back to my machine to type them into my text files, i find that it helps with recall/memorization.

Re: Ask HN: How do you take notes throughout your work day?

#62

org-mode. with org-crypt for the private stuff. i mix my todos with my notes. though I don't mostly find taking notes that useful at work. if something is involved enough, i'll update our wiki, or right a tutorial. most of my real note-taking is in my code itself. much of the other stuff has a trail of communications that can be searched.

"right a tutorial" sigh. how did i miss that.

Re: Ask HN: How do you take notes throughout your work day?

#63

I use a 5 subject notebook and write notes down in that throughout the day, during meetings etc. From that I will usually, once or twice a week, take the things that are important and put them into my Apple Notes (used to use OneNote). I do this for a few reasons. 1. Taking notes on a computer during meetings is disrespectful IMO. Every time I see people do it, 80% of the time they are checking email, checking a site…

I'm stealing this system! I too have found I tend to remember things better if I write them down, but some things you need electronically in order to be able to easily search. I love the idea of waiting for a while to translate over to your notes app because most notes are ephemeral.

Thank you!

Re: Ask HN: How do you take notes throughout your work day?

#64
Tab in Notion, setup for entire month - every thing I need to do goes in as new entry in one big to-do list. No point in separating it per days, as things will not be done today, but in whatever order.

I'm talking here about things I need to do - tickets will still be written with full specs, PRs will still be opened, things will still get asked, but at least I have an index of all of those things I need to do.

Re: Ask HN: How do you take notes throughout your work day?

#66
For about five weeks I’ve been trying a (slightly) modified version of this system: https://christine.website/blog/gtd-on-paper-2021-06-13

No system is perfect but I currently feel that it works better than what I had before. (A jumble of text files scattered across loads of different folders, which was much harder to work with.)

Re: Ask HN: How do you take notes throughout your work day?

#67

I cannot recommend https://obsidian.md highly enough. - Vim-like bindings that don't suck - Growing and fantastic set of community plugins, including a presently-in-alpha plugin offering Jupyter support (!) - Markdown-based wiki-type thing, with mobile, sync, and publish support - Wide range of pleasing themes - Development is active and is proceeding relatively swiftly; there are new versions available quite often (…

Same. Been using Obsidian for a year now and it's been great so far. I use obsidian-git plugin to backup my notes to a private git repository and for syncing notes.

Obsidian's community plugins are awesome!

Re: Ask HN: How do you take notes throughout your work day?

#68
Physical paper, mostly. I have an 8.5x11 pad that's more of a scratch pad/in progress thoughts/doodles/etc--I almost never look back at these "notes".

System designs or notes I want to refer back to go into an actual notebook. Ideas that get fleshed out from the scratch pad land here, as well as meeting minutes and weekly todo items.

Re: Ask HN: How do you take notes throughout your work day?

#69
OneNote. Since 2006. The sections and subsections may vary, but each note is purpose driven and dated. Each meeting gets an entry and Outlook has a good feature where I can "create notes" which will let me mark who was present with their contact info for easy reference.

Typically, the notes these days are hand written. If I want, I can use OCR to convert hand written notes to tired text, but search finds my hand written entries so I don't bother.

Notes are generally bulleted lists. I go back later and make TODO items from them. I can also clean them up and send meeting notes out to the group.

I like OneNote because I can embed images, screen clips, use hand written notes, access them anywhere, link to files (directly or embedded) and organize how I like. I don't like the newer "non desktop" versions of OneNote so I use the old 2016 desktop version.

Re: Ask HN: How do you take notes throughout your work day?

#70
post #17

I have an org-mode file open in Emacs pretty much all the time that I can write stuff down in. Emacs used to have a reputation for being bloated and resource intensive but it's one of the lightest tools that I use these days and I just have it sat there in the background.

agreed! org-mode is seriously the most lightweight tool i use on a daily basis. also the various exporters have helped me out more times than i can count now.

i recently moved over to mediawiki due to work, but it is a behemoth compared to org-mode.

Post reply on HN