Hacker News new | ask | show | jobs
by rasengan0 1267 days ago
Great article and highlights the cyclical hype of PKMS. I use FountainPens and Paper. RandyPausch was/is a TimeManagement guru and inspires. https://www.cs.cmu.edu/~pausch/ KeepItSimple. PaidFor SubscribedTo literally every MajorPkms DigitalGarden Wiki MindMap GewGaw aka ToolsForThought out there. But thoughts are cheap along with storage (SdCard) and backup (RsyncBackupScript) There is simply no reason not to enjoy ExternalizeThinking with DigitalTools (and have it centralized) Now for the last 9 years feel like I am making my own language and talking to itself.

Literally my Year2022Review took a few keystrokes and under a few minutes to process.[1]

WuWei is the way.

Live in the terminal both in DayJob and Personal; UseVim; no FileExtensions; CamelCase = thought = node; ISO8601 DateTimeStamp every node; Mimimal DataStructure or VimOutliner prn; Fck Markup MarkDown, PlainText is LazyGenius; FrictionlessSystem, ZeroMaintenance

Capture in GuiBrowser

CaptureBookmark DataUrl

javascript:(function(){let text=""; if(window.getSelection()!=''){text=window.getSelection().toString()+"\n";}prompt("Press Ctrl+C, Escape", text+"\n"+document.title+" "+location.href);})()

[1] Year2022Review Method in local ./.exrc in 128G sd card

Have cursor on 2022 then ,b in NormalMode

where nmap ,b :r !. ./backlinks.sh <C-R><C-W><CR>

and ./backlinks.sh is

#!/usr/bin/sh term=$1 for file in $term do echo $file rg -l -i $file -g '!.*' | sed 's/^/\t/g' done