Live data from Hacker News

How I Manage My Random Daily Notes

hachibu.net

161–170 of 196 posts

Re: How I Manage My Random Daily Notes

#161

Does anybody have a counter argument for just using macOS notes if you exclusively use Apple products? They sync nicely with my devices and make note taking pretty simple for me.

I’ve been using macOS notes for a couple of years for daily note taking, because it is just so convenient with cloud sync. I have been planning to transcribe everything I want to keep into a git repo of .md files, for exactly the lockin reasons the other replies have mentioned. I hope to settle on macOS notes for daily stuff and transcribing to a repo for long term.

> I have been planning to transcribe everything I want to keep into a git repo of .md files

Exporter.app might help you. https://apps.apple.com/nz/app/exporter/id1099120373?mt=12

Re: How I Manage My Random Daily Notes

#162
post #64

Earlier 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.

I'm sorry you are getting downvoted. Reasonable or not, one difficulty I have with keeping any kind of journal is that I keep thinking of the fact that it may eventually be read and exposed to the cruelest, least charitable interpretation.

Well it won't solve for every case, but you could use the Hindu tantra - vasana daha tantra. You write down your worries, fears, anger - anything troubling you that you want to express - then you burn it.

Re: How I Manage My Random Daily Notes

#164

Earlier quoted context omitted.

I love Trello but I don't want my data on the cloud. I wish I could have something as nice and easy as Trello but self hosted

As a self-hosted Trello alternative, I use OpenTasks[0], created some Lists to sort my different kind of notes, and sync this between my machines with DAVx5 and Nextcloud. Not as streamlined as a trello, but hey, FOSS and self-hosted. On desktop I can view my tasks and lists with Nextcloud's web app, or Thunderbird's Lightning addon. With OpenTasks, one task can have a title, a detailed description, a checklist, star…

Thanks for sharing that!

Re: How I Manage My Random Daily Notes

#165
post #151

Earlier quoted context omitted.

It's just my opinion, but nothing beats paper. I have tried keeping note files on my computer, and I've tried using tablets to jot things down (I have spent so much money trying to get this option to work). Paper just works better. I found that I like to scribble and underline, and draw. I'm just not an organized thinker. Forcing things to be in a list don't work for my thoughts and even drawing on an iPad etc. seems…

This seems to be supported by data https://journals.sagepub.com/doi/abs/10.1177/095679761452458... I have been transitioning to Remarkable 2 to see if there's some benefit to uniting the concepts. So far, though, I seem to be taking fewer notes.

I was close to pulling the trigger on one, since I also doodle a lot. Then I realised it would be yet another gadget that annoys me because it does annoying gadget things.

Paper doesn't require an account, or updates. It doesn't require repeating a task because it didn't get it. It doesn't have a community that tries to pick up where the manufacturer left off. It's also a hundredth of the price.

Re: How I Manage My Random Daily Notes

#166
post #37

Earlier quoted context omitted.

That's easily done in Org mode for Emacs https://orgmode.org/

Org mode is something that I've always thought I should look at, but never quite have. One thing I like to do with my notes is to keep a short "todo" list at the top, listed in the order that I'm planning to work on them. Something like: Todo ==== - Fix Widget - Extend Screen - Profit Then if I need to re-prioritise, I re-order: Todo ==== - Profit - Fix Widget - Extend Screen and mark tasks as completed: Todo ==== +…

This is trivial in org mode. There are multiple ways to do this. The simplest is:

Put your TODOs in the order you want. You can easily reorder them using Alt + Up or Alt + Down. Marking it as complete is also trivial.

The canonical way to do this is to make each TODO a headline with the TODO keyword. To mark as done, put your cursor on the headline and press Shift-Right.

Alternatively, you can use checklists and just press C-c C-c to mark an item as done:

    - [ ] Fix widget
    - [X] Extend Screen
    - [ ] Profit
But you'll find doing it via headlines works best with the rest of org mode (e.g. you can perform queries on headlines, but not on lists).

> Once there are too many completed tasks at the top, I move them down into a "Done" section.

You can refile any headline to another section. Org mode also has the concept of archiving a headline. By default it moves it to an archive file, but I'm sure the location can be customized.

> linking tasks to further notes would be great to have

Org mode supports links - you can link to about anything - another file, another section in the same file, a line number in a file, a search string, an image, a PDF, a web site, etc.

In practice, if you use the headline version of TODO, you just keep the relevant notes under that headline. You can collapse all headlines if you just want to see the TODOs, and expand any given headline to see the details. But even if you go the checklist route you can just add a link to detailed notes.

You can learn to do all this in Org mode in under 30 minutes, if you find the right tutorial/video.

> without explicitly setting due dates or priority "scores"

These are entirely optional in org mode and not on by default.

If you want to be able to add a TODO in the right spot without moving your cursor to the exact location, you'll want to learn about capture templates, which is a bit more advanced.

Re: How I Manage My Random Daily Notes

#167
post #134

Earlier quoted context omitted.

I looked for many alternatives to taking notes and Joplin ended up being what I went with, it's fantastic. I wrote a small script to export my notes to a static website because I figured someone could use the knowledge, even if it's just a brain dump: https://notes.stavros.io/ I also had an idea to make a site where you could take notes and have them be auto-published (like the above, but as a service), to create a c…

I would love a network of people’s knowledge base / personal notes. I have several people’s kb-sites bookmarked, which I check in from time to time - I always learn a ton! I have been using Obsidian to take notes of everything I learn - my own KB - and have been thinking of how the share the notes out publicly, while still keeping the informal, private, low-friction note taking. For those who share their notes/kb pub…

I keep two TiddlyWiki [0] files, one public, one private.

If I feel that a certain note can become its own piece of knowledge in a Zettlekasten fashion and can have any value for someone else, I put it in my public file and I run a script that will copy it to my hosting provider. My public site is a single file! [1].

[0] https://tiddlywiki.com/

[1] https://ramirosalas.com/

Re: How I Manage My Random Daily Notes

#168
post #63
post #47

Reposting my setup here. It's not the best setup but it's based on trying different things. Might be useful for those who are trying to figure out their own setup: ======= Just another opinion on the balanced note taking method: I think org-mode solves almost all offline note-taking requirements * org-roam makes it super-easy to link notes * emacs as an editor is as usable as any other editor * Rich media is possible…

One drawback you omitted is that you have to set it up and learn how to use it before you reach a point where it competes with other less sophisticated solutions. I try to keep some notes.org file and use it regularly, but I'm just faster with unix tools and vim, so it's hard to make the upfront investment in learning emacs and start somewhat from scratch. I think there's also some kind of discoverability issue with…

> One drawback you omitted is that you have to set it up and learn how to use it before you reach a point where it competes with other less sophisticated solutions.

I've not found this to be the case. org mode has an extremely shallow learning curve.

If your note taking flow is simple, it will be correspondingly simple in org mode.

Once you start adding sophistications to your workflow, you may find some tool that is easier to use than going through the trouble of configuring org mode, but only if that tool's author shared a very similar mindset to you. I've not found this to be the case for my workflow. Even worse, if you decide you want to try some other workflow, that tool likely will not be as flexible and you'll have to hunt for another tool. And possibly migrate all your notes to it.

If you use a flexible solution that lets you alter your workflow, you'll find it will compare with org mode in terms of ease of use.

> I think there's also some kind of discoverability issue with org-mode features: I don't really know which features should I look into to improve my setup further and have something really nice instead of a glorified markdown.

I mostly discover these by reading people's blog posts on how they use org mode. Having said that, I tweak it very rarely, often with a few years in between any major tweak/exploration.

> One day I'll just read the manual from start to finish and try to start properly from there, one day.

It's a good idea, but don't expect a massive productivity increase from it. Often you'll read something and say "That sounds cool, but I'm not sure how I'd use it." I usually get more insights from other people posting how they used feature X than from reading about feature X in the manual.

Re: How I Manage My Random Daily Notes

#169
post #51
post #16

I 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…

Sorry to be “that guy”, but I’ve switched to Remarkable recently and I love it. It’s for people like us who work best on paper.

Just got mine a couple weeks back and it's great! The software could use some additional features, but thanks to the open platform, it is getting them from some dedicated users.

I've even seen a user run offline OCR on it, and we may soon be able to integrate with metadata to make those notes searchable. Credit to https://github.com/utopiah , post here: https://www.reddit.com/r/RemarkableTablet/comments/jj5yt2/of...

Re: How I Manage My Random Daily Notes

#170

Trello has been the best Notes and todo app I could find.

I love Trello but I don't want my data on the cloud. I wish I could have something as nice and easy as Trello but self hosted

My philosophy is that my life is not important, I'm not unique, and I'm not influenced by ads, so I might be wrong, but tech companies are literally wasting their cpu time and database space storing info about me.

So they can store all they want while I enjoy their free products.

Post reply on HN