2022-12-27T13:51:29-XXXX Tue HackerNewsComments 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 sans redaction of personal nodes and most of B-Z [1]:
010Editor 2022-09-21 2022-12-23 2022-12-24 2022-12-25 21stCenturyHomeHealth 432Hz ABBA ANeuroscientistReflectsOnDeath AboutObsidian AcceptingOldAge Activism Add2Dict AdviceFromSmartPeople AirmeshVsAlphaDirect AjahnSumedho AlbertoMarino AllYouNeedIsLinks AlsiaCrochetSweater AmadeusMozart AmazonOrder AmazonOrders AmericanAirlines Amphora AnInkGuy AndeanTextileArts AndreasScholl Anki AnsiOsc52 Anthropic AntinetZettelkasten AntonioMachado AnÃbalTroilo AppImage Appelboom AppendOutputToFile AptCacheSearch AptList ArchLinux ArtOfLisp ArtOfPlainText ArtOfTheCommandLine AsahiLinux AsciiArtCodeDiagrams AssamTea AsusC523NLog AttentionToDetail AutoHotKey Awk AwkAndCsv BackupScripts BackupWithRsyncNet BagdadCafe BashAliases BashExportVariables BashHistory BashPatternMatching BashRc BashRcAlternativeBashHistoryLogging BashRcHistoryLogging BashScriptingTemplate BatCat BayesRules BayesianProbabilityWorksheet BearMeetings ... Be\+
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; F*ck 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