Taking it to Th’emacs: http://t.co/0N0lyDcfM2 The overlap between Smalltalk style systems and Emacs is substantial and rarely discussed.
miniblog.
Related Posts
I find myself just taking photos of documents for submitting forms, rather than scanning.
Scanning still feels more 'official' (a PDF instead of a JPG) but the sheer convenience of using a phone wins every time. I've rarely seen organisations complain about photos.
I've started using Logseq for note taking: it's roughly in the same space as Roam/Obsidian but OSS and using markdown on your local disk.
So far it works really well. I like using [[Link]] syntax for cross-referencing themes that I mention in several places.
> try wrapping the expression in `summary::FileContent::Text`
This rust-analyzer feature amazed me. I'd changed an API from taking a &str to a Text(String) and it offered a quick fix to correct the call sites!