top | item 37697218

Ask HN: What are the most promising transformative tools for thought today?

7 points| nicksont | 2 years ago

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

order

ipnon|2 years ago

Not to beat a dead horse, but Org Mode and Emacs have been a revolution in how I interface with my computers. It’s the closest we have to a BMI as long as your hands are dexterous enough. In the spirit of equine metaphors, I would only add that you can show a horse to water but you can’t make it drink.

kingkongjaffa|2 years ago

I actually found Org Mode accidentally because the folding / unfolding behaviour is copied in the app workflowy https://workflowy.com/features/

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.