Diving back into Org-roam

I am experimenting with using Org-roam again for my notes.

October 30, 2024 Â· 475 words

QR codes and index cards?

How about I stick QR codes on index cards as a way to quickly find the original reference?

May 11, 2024 Â· 236 words

Howm reminds me of TiddlyWiki

Howm and TiddlyWiki share some features that I like

May 8, 2024 Â· 265 words

Emacs Howm package for notes

howm is an Emacs package for taking notes. It was recommended to me recently, so I thought I’d take a look. The project page says “howm: Write fragmentarily and read collectively.” Worth a shot, right? I haven’t seen too many people talking about howm. The best introductions I’ve found are from Leah Neukirchen and Andrei Sukhovskii. I installed it via use-package with the following ;; howm package config (use-package howm :ensure t :config (setq howm-directory "~/Documents/howm/") (setq howm-home-directory "~/Documents/howm/") (setq howm-keyword-file (expand-file-name ".howm-keys" howm-home-directory)) (setq howm-history-file (expand-file-name ".howm-history" howm-home-directory)) (setq howm-view-use-grep t)) ;; (setq howm-view-grep-command "/opt/homebrew/bin/rg")) ;; Fix for help bindings (define-key howm-menu-mode-map "\C-h" nil) (define-key riffle-summary-mode-map "\C-h" nil) (define-key howm-view-contents-mode-map "\C-h" nil) ;; Sensible buffer names (add-hook 'howm-mode-hook 'howm-mode-set-buffer-name) (add-hook 'after-save-hook 'howm-mode-set-buffer-name) I couldn’t get the rg settings to work, so I’m still using grep. It’s fast enough for this test. ...

March 25, 2024 Â· 378 words

My Antinet and Barthes' "Camera Lucida"

The first book I read with my Antinet in mind was “Camera Lucida: Reflections on Photography” by Roland Barthes. I’m not doing a book review here, but I wanted to say a few things about the process of reading with the goal “installing” notes into my Antinet. I’m not someone who needs a Zettelkasten. I’m not working on a book or paper or anything. I want to use what I’ve read. Even better, I’d like to integrate the things I’ve read with my own thoughts. I want to learn. ...

February 2, 2023 Â· 441 words

Personal Knowledge Management is exhausting

I’ve been testing the hot new Tana app for the past week, and I’m exhausted. First, I don’t need a Zettelkasten. If you’re being honest, you probably don’t either. And yet, we spend hours or days learning the “proper” way to build one. Then we set up our new system, using paper or digital or both, roll up our sleeves, and waste time putting stuff into it. The worst part isn’t the putting of stuff into my PKM (Personal Knowledge Management) system. The worst part is all of the tinkering around where to put stuff and how to classify/tag/organize it. ...

October 10, 2022 Â· 392 words

Everything is in ~/org

The more notes I put into Org-roam, the more I want to put there. My Org-roam directory has always been in ~/org/roam, meaning that my database was limited to files I put in that directory. The rest of my org files have been in ~/org, so they’re out of “reach” of Org-roam. Sometimes, though, I wanted link from, say, my Daybook.org file to one of my Org-roam files, thereby making that daybook entry part of my org-roam database. ...

September 30, 2022 Â· 189 words