I like to use the tools available on my system, so I simply use Apple Notes. It's simple, good for synchronization, backing and searching, good for regular text with minimal formatting, but not good for code snippets unfortunately. I'm open to alternatives (but don't want to bother with versioning). Overall, taking notes isn't a solved issue for me. I mostly like pen and paper as a thinking tool, but I'm not able to…
How I Manage My Random Daily Notes
71–80 of 196 posts
Re: How I Manage My Random Daily Notes
#72I've built a similar system from scratch - also using this Dropbox daily notes file technique - except my script generates folders and sub folders for each year (YYYY) and each month within each year (YYY-MM) whenever I instantiate a file on a certain day. Makes long term management much easier than having thousands of files in one folder. Same grep principles apply (and I use hashtags within my notes to track keywor…
I also open sourced a zero dependency Bash script that handles this at: https://github.com/nickjj/notes
It supports adding notes in 3 different ways:
notes hello world appends the text to the YYYY-MM.txt dated file
echo cool | notes same as above except you can pipe in text
notes opens the YYYY-MM.txt file in your configured $EDITOR
I use all 3 methods of input on a regular basis depending on what I want to jot down.Re: How I Manage My Random Daily Notes
#73I like to use the tools available on my system, so I simply use Apple Notes. It's simple, good for synchronization, backing and searching, good for regular text with minimal formatting, but not good for code snippets unfortunately. I'm open to alternatives (but don't want to bother with versioning). Overall, taking notes isn't a solved issue for me. I mostly like pen and paper as a thinking tool, but I'm not able to…
Re: How I Manage My Random Daily Notes
#74I use paper. Digital notes are great if you need them to be available everywhere, or edit them time and time again, but paper is still significantly better for me. I keep my recipes in Keep and on my personal website, because I often amend them. However I discovered that printed recipes are much more pleasant to use. Likewise, I'd much rather have a dirty notebook to sketch and write on when I'm working in the garage…
I can’t use pen and paper because I’m surrounded by nosy people who don’t know to respect my privacy. And if I put some kind of lock on a physical diary or something, they complain that I am hiding something.
Re: How I Manage My Random Daily Notes
#75Earlier quoted context omitted.
I can’t use pen and paper because I’m surrounded by nosy people who don’t know to respect my privacy. And if I put some kind of lock on a physical diary or something, they complain that I am hiding something.
Why am I getting downvoted? Am I not raising a valid point about physical privacy? It’s not like I’m calling anybody here nosy.
Re: How I Manage My Random Daily Notes
#76Earlier quoted context omitted.
I can’t use pen and paper because I’m surrounded by nosy people who don’t know to respect my privacy. And if I put some kind of lock on a physical diary or something, they complain that I am hiding something.
Why am I getting downvoted? Am I not raising a valid point about physical privacy? It’s not like I’m calling anybody here nosy.
Re: How I Manage My Random Daily Notes
#77Trello has been the best Notes and todo app I could find.
Re: How I Manage My Random Daily Notes
#78Todoist on my phone for tasks. I like todoist because it's got a nicely polished interface and an excellent API.
I use an AWS Lambda to define and push repeating tasks into Todoist at set times, it also moves tasks from certain lists into my inbox at certain times of the day/week. Basically I don't want to fiddle with setting times or scheduling in todoist except for one off scheduled tasks. I just want to put tasks into the right lists and let the lambda move them into the inbox when I need to do them.
This is effectively a kind of timeboxing so I generally do all my work in the morning till early afternoon and then do research/admin for the next days tasks in the afternoon.
For notes and project management I use Roam Research which I found suited me best.
Re: How I Manage My Random Daily Notes
#79Earlier quoted context omitted.
Why am I getting downvoted? Am I not raising a valid point about physical privacy? It’s not like I’m calling anybody here nosy.
Karl, could you avoid using a nickname on HN in an attempt to speak about us in bad ways behind our backs?
Re: How I Manage My Random Daily Notes
#80My system as of right now... Todoist on my phone for tasks. I like todoist because it's got a nicely polished interface and an excellent API. I use an AWS Lambda to define and push repeating tasks into Todoist at set times, it also moves tasks from certain lists into my inbox at certain times of the day/week. Basically I don't want to fiddle with setting times or scheduling in todoist except for one off scheduled tas…