Ask HN: What are the most promising transformative tools for thought today?
Saw a post[0] last year about this and wanted to revisit it.
For those of you not aware of what transformative tools for thought are, see this article[1].
[0]: https://news.ycombinator.com/item?id=30240875
[1]: https://numinous.productions/ttft/
5 comments
[ 5.3 ms ] story [ 234 ms ] threadhttps://orgmode.org/
lots of people love it (mostly ancients and nerds)
i'm more of an obsidian guy, just simple markdown notes.
I had to stop using Emacs because it hurts my wrists (and I'd never stop configuring it). I remember when VSCode came out I started being much more productive, since I made some strong effort to just use it.
I moved my note taking to spacemacs https://www.spacemacs.org/ and then I moved to a standard emacs install with a minimal init.el
The magic for me with org-mode is the org-keyword states, time stamps, org-agenda, and fold/unfold.
Once you are dialed in to your keyboard shortcuts you can spend hours in emacs without touching your mouse, writing, thinking, and the ergonomic to organise those thoughts are just great.
I will say I still use vscode for actual coding, and I prefer the multi line / multi cursor visual editing in vscode over Evil/Vim visual mode multi line editing.