From 5bbe6a566b85ad838a31ea8ee0d120bbeb460a1e Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 16 Oct 2024 09:50:22 -0500 Subject: added jrnl shortcuts --- .aliases | 24 +- .bash_history | 2321 ++++++++++++++++++++ .bashrc | 5 +- .config/openbox/autostart | 5 +- .config/openbox/rc.xml | 6 +- .config/srchx.conf | 0 .../.vdirsyncer/status/lxf_calendar.collections | 1 + .../19e2e762-c86c-07e1-31b2-857d2ee2dd9e.items | Bin 0 -> 32768 bytes .../9ca4df77-70d3-c407-fe24-805aa49448d2.items | Bin 0 -> 57344 bytes .../c5739ce6-9924-414b-90d7-4d77cd0d1b29.items | Bin 0 -> 61440 bytes .../dfe101a6-9ea0-8901-4a7e-fce08eab690d.items | Bin 0 -> 57344 bytes .../.vdirsyncer/status/lxf_contacts.collections | 1 + .../02f674f8-c83d-d9f8-886e-05422d143cb4.items | Bin 0 -> 86016 bytes .photocopyrc | 2 +- .tmux.conf | 2 + .vim/.netrwhist | 22 +- .vimrc | 42 +- .w3m/RestoreSession.txt | 60 +- .w3m/bin/w3mlastsession | 7 +- .w3m/config | 12 +- apps.txt | 31 +- 21 files changed, 2442 insertions(+), 99 deletions(-) create mode 100644 .config/srchx.conf create mode 100644 .config/vdirsyncer/.vdirsyncer/status/lxf_calendar.collections create mode 100644 .config/vdirsyncer/.vdirsyncer/status/lxf_calendar/19e2e762-c86c-07e1-31b2-857d2ee2dd9e.items create mode 100644 .config/vdirsyncer/.vdirsyncer/status/lxf_calendar/9ca4df77-70d3-c407-fe24-805aa49448d2.items create mode 100644 .config/vdirsyncer/.vdirsyncer/status/lxf_calendar/c5739ce6-9924-414b-90d7-4d77cd0d1b29.items create mode 100644 .config/vdirsyncer/.vdirsyncer/status/lxf_calendar/dfe101a6-9ea0-8901-4a7e-fce08eab690d.items create mode 100644 .config/vdirsyncer/.vdirsyncer/status/lxf_contacts.collections create mode 100644 .config/vdirsyncer/.vdirsyncer/status/lxf_contacts/02f674f8-c83d-d9f8-886e-05422d143cb4.items diff --git a/.aliases b/.aliases index 73d47ba..fe380b4 100644 --- a/.aliases +++ b/.aliases @@ -20,6 +20,23 @@ alias lsh='ls -lh' alias la='ls -lah --group-directories-first' alias count='ls -l | wc -l' alias sizes=' du --summarize --human-readable *' +alias t='tre -l 1' + +# calendars +# year view wired +alias kwy="khal list -a Wired today 365d" +alias kww="khal list -a Wired today 7d" + +# journals (https://jrnl.sh/en/stable/) +alias j="jrnl" +alias jl="jrnl -j log" +#search jrnl +alias js="jrnl -r -s" +alias jw="jrnl -j wired" +#pull all urls out of wired jrnl +alias jwl="j -j wired --short | urlscan" +#search wired jrnl +alias jws="jrnl -j wired -r -s" # cd alias ...='cd ../../../' @@ -45,8 +62,12 @@ alias g="git " alias gs="git status" alias gc="git commit -S " alias gl="git log" +alias gp="git pull" alias ga="git add" +alias gm="git mv" alias gaa="git annex add" +alias gafk="git annex fsck -q" +alias gas="git annex sync" #apps alias music='ncmpcpp' @@ -101,10 +122,9 @@ alias watchtraffic="nload wlp3s0" alias mt="vnstat -m" alias mntHFS="sudo mount -t hfsplus -o force,rw" -alias j="jrnl" # get battery info: -alias charge='upower -i /org/freedesktop/UPower/devices/battery_BAT1 | egrep "time to empty|percentage"' +alias charge='upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep -E "time to empty|percentage"' alias gpphoto="~/./bin/download-photos-gopro.py /mnt/card/DCIM/100GOPRO/" alias gpvid="~/./bin/download-videos-gopro.py /mnt/card/DCIM/100GOPRO/" diff --git a/.bash_history b/.bash_history index 3112749..7ca34d2 100644 --- a/.bash_history +++ b/.bash_history @@ -67883,3 +67883,2324 @@ gs ga .w3m/siteconf #1728507576 ga .w3m/siteconf -f +#1728507583 +v +#1728507644 +cd +#1728507645 +ll +#1728507092 +w3mlastsession +#1728507916 +sizes documents/ +#1728507927 +sizes documents +#1728507937 +cd documents/ +#1728507939 +sizes +#1728507941 +cd +#1728507955 +sizes . +#1728507961 +sizes documents +#1728507973 +du --summarize --human-readable documents/ +#1728507978 +du --summarize --human-readable notes/ +#1728507982 +du --summarize --human-readable audio +#1728507985 +l +#1728507986 +ll +#1728508266 +du --summarize --human-readable music +#1728508278 +cd music/ +#1728508279 +ll +#1728508286 +cd library/ +#1728508290 +.. +#1728508292 +sizes +#1728505833 +git annex sync --content +#1728519707 +cd +#1728519716 +sudo umount /mnt/card +#1728519739 +fdisk -l +#1728519751 +fdisk /dev/sda +#1728519861 +sudo mkfs.exfat /dev/sda1 +#1728519890 +sudo mount -o rw,users,uid=1000,dmask=007,fmask=117 /dev/sda1 /mnt/card # general syntax +#1728519903 +cd /mnt/card/ +#1728519903 +ll +#1728519921 +git clone ssh://lxf/~/annex/documents.git +#1728519939 +git clone ssh://lxf/~/annex/notes.git +#1728519965 +git clone ssh://lxf/~/annex/writing-lux.git +#1728519995 +git clone ssh://lxf/~/annex/lbh.git +#1728520006 +ll +#1728520012 +git clone ssh://lxf/~/annex/bin.git +#1728520020 +ll +#1728520036 +git clone ssh://lxf/~/annex/books.git +#1728520043 +git clone ssh://lxf/~/annex/books.git +#1728520051 +mv writing-lux/ lux +#1728520094 +git clone ssh://lxf/~/annex/place-without-a-postcard.git +#1728520101 +mv place-without-a-postcard pwp +#1728520102 +ll +#1728520078 +v pwp/.git/config +#1728520108 +ll +#1728520134 +git clone ssh://lxf/~/annex/glb.git +#1728520125 +v glb/.git/config +#1728520143 +l +#1728520144 +ll +#1728508311 +ranger library/ +#1728522748 +sizes +#1728523563 +git clone ssh://lxf/~/annex/luxagraf.git +#1728523584 +git clone ssh://lxf/~/annex/luxagraf.net.git +#1728523992 +ranger +#1728524015 +git status +#1728524021 +cd luxagraf.net/ +#1728524023 +git status +#1728524047 +ll +#1728524050 +.. +#1728524054 +cd card/ +#1728524055 +ll +#1728524059 +cd luxagraf.net/ +#1728524060 +ll +#1728524063 +git status +#1728590363 +gs +#1728590368 +.. +#1728590376 +rm -rf luxagraf.net/ +#1728590382 +cd +#1728590389 +sudo umount /mnt/card +#1728590413 +fdisk -l +#1728590424 +sudo mount -o rw,users,uid=1000,dmask=007,fmask=117 /dev/sdb1 /mnt/card # general syntax +#1728590429 +sudo umount /mnt/card +#1728590431 +fdisk -l +#1728590433 +sudo mount -o rw,users,uid=1000,dmask=007,fmask=117 /dev/sdb1 /mnt/card # general syntax +#1728590439 +cd /mnt/card/ +#1728590439 +ll +#1728590443 +cd luxagraf.net/ +#1728590445 +gs +#1728590447 +.. +#1728590453 +rm -rf luxagraf.net/ +#1728523568 +ssh lxf +#1728590470 +git clone ssh://lxf/~/annex/luxagraf.net.git +#1728502256 +v notes/ +#1728591071 +f notes/ +#1728591078 +fn +#1728591244 +git restore --source=HEAD :/ +#1728591248 +cd luxa +#1728591265 +cd /mnt/card/luxagraf.net/ +#1728591267 +git restore --source=HEAD :/ +#1728591298 +cd ~/sites/ +#1728591302 +ranger +#1728591330 +ranger sites/luxagraf.net/ +#1728591420 +cd sites/luxagraf.net/ +#1728591422 +gs +#1728591425 +v +#1728591457 +git rm bak/oldluxpages/ +#1728591461 +git rm bak/oldluxpages/ -r +#1728591464 +gs +#1728591480 +gc -m"deleted some old cruft" +#1728591491 +git push +#1728591496 +git pull +#1728591510 +cd /mnt/card/ +#1728591515 +mkdir site +#1728591517 +mkdir sites +#1728591524 +rm -rf site +#1728591526 +cd sites/ +#1728591531 +git clone ssh://lxf/~/annex/luxagraf.net.git +#1728594436 +.. +#1728594437 +ll +#1728594444 +gs +#1728595829 +cd sites/ +#1728595831 +.. +#1728595832 +ll +#1728595847 +git clone ssh://lxf/~/annex/cumulouslearning.net.git +#1728595857 +git clone ssh://lxf/~/annex/cumulouslearning.net.git +#1728595862 +cd +#1728595864 +sudo umount /mnt/card +#1728595885 +fdisk -l +#1728595892 +sudo mount -o rw,users,uid=1000,dmask=007,fmask=117 /dev/sda1 /mnt/card # general syntax +#1728595895 +sudo umount /mnt/card +#1728595898 +fdisk -l +#1728595900 +sudo mount -o rw,users,uid=1000,dmask=007,fmask=117 /dev/sda1 /mnt/card # general syntax +#1728595905 +cd /mnt/card/ +#1728595907 +ll +#1728595916 +rm -rf luxagraf.net/ +#1728595920 +cd sites/ +#1728595924 +git clone ssh://lxf/~/annex/cumulouslearning.net.git +#1728595949 +git clone ssh://lxf/~/annex/cumuluslearning.net.git +#1728595940 +v cumuluslearning.net/.git/config +#1728595955 +cd cumuluslearning.net/ +#1728595956 +gs +#1728596143 +.. +#1728596144 +ll +#1728596157 +git clone ssh://lxf/~/annex/libregraf.net.git +#1728596175 +v pd/.git/config +#1728596187 +ll +#1728596181 +git clone ssh://lxf/~/annex/pd.git +#1728596191 +ll +#1728596194 +v bak/ +#1728596232 +.. +#1728596233 +ll +#1728596213 +rsync -avvz -K ~/sites/bak /mnt/card/sites/ +#1728596956 +cd lux/ +#1728596958 +git log --compact-summary +#1728596975 +git log --compact-summary --follow +#1728597320 +lt +#1728597335 +la +#1728597343 +ll +#1728597347 +tre +#1728597355 +tre -l 1 +#1728597365 +t +#1728597863 +source ~/.aliases +#1728597864 +t +#1728597905 +man tre +#1728597953 +t +#1728597957 +e23 +#1728598276 +cd +#1728596994 +v ~/.aliases +#1728598279 +cd +#1728598286 +cd music/ +#1728598287 +ll +#1728598299 +ll tracks.txt +#1728598303 +cat tracks.txt +#1728598309 +:q +#1728598312 +ll +#1728598320 +cd library/ +#1728598328 +ssh lxf +#1728598390 +git clone ssh://lxf/~/annex/music.git +#1728598416 +.. +#1728598417 +ll +#1728598424 +mv library/music . +#1728598426 +ll +#1728598513 +du -h +#1728598448 +rsync -avvz -K library/ music/ +#1728599184 +ranger +#1728599200 +diff music library/ +#1728599205 +@less +#1728599216 +cd music/ +#1728599220 +gaa . +#1728600065 +gs +#1728600075 +gc -m"added music" +#1728600091 +git annex sync +#1728600114 +ssh lxf +#1728600703 +$NOTES +#1728505897 +v .w3m/keymap +#1728600778 +touch notes/inbox.txt +#1728601413 +./bin/srchx.pl notes tech +#1728601472 +mv bin/srchx.pl bin/srchx +#1728601482 +./bin/srchx notes tech +#1728601504 +v bin/srchx.conf +#1728601556 +./bin/srchx notes tech +#1728601572 +mv bin/srchx.conf . +#1728601576 +./bin/srchx notes tech +#1728601618 +v bin/srchx.conf +#1728601636 +touch .dotfiles/.config/srchx.conf +#1728601641 +cd .config/ +#1728601657 +ln -s ../.dotfiles/.config/srchx.conf . +#1728601658 +cd +#1728601662 +./bin/srchx notes tech +#1728605855 +./bin/srchx tech +#1728605902 +ranger +#1728605979 +chmod +x bin/srchx +#1728605989 +./bin/srchx tech notes +#1728606039 +srchx dev notes blog +#1728606050 +cp .config/srchx.conf . +#1728606052 +srchx dev notes blog +#1728606057 +ll +#1728606069 +rm .config/srchx.conf +#1728606072 +srchx dev notes blog +#1728606090 +v srchx.conf +#1728606098 +rm srchx.conf +#1728606109 +cp .dotfiles/.config/srchx.conf . +#1728606111 +v srchx.conf +#1728606149 +srchx dev notes blog +#1728606160 +mv srchx.conf .config/ +#1728606162 +srchx dev notes blog +#1728606181 +v .config/srchx.conf +#1728606248 +srchx dev notes blog +#1728606265 +touch notes/journal.txt +#1728606274 +mkdir wired/notes +#1728606276 +touch notes/journal.txt +#1728606279 +srchx dev notes blog +#1728606290 +ll wired/notes/ +#1728606298 +v .config/srchx.conf +#1728606310 +srchx dev notes blog +#1728606334 +v .config/srchx.conf +#1728606358 +srchx notes blog +#1728606411 +srchx wired @todo +#1728606471 +s +#1728606545 +f blog notes +#1728606592 +fnt blog +#1728606625 +srchx blog notes +#1728606685 +fntt blog +#1728606739 +fg blog notes/ +#1728606781 +tre notes/ +#1728606790 +@less +#1728606798 +ll books/ +#1728606803 +ll notes/ +#1728606808 +ranger notes/ +#1728607280 +srchx notes Tools +#1728607289 +srchx notes Conviv +#1728607304 +srchx notes Illich +#1728607398 +v notes/illich-on-technology.txt +#1728607411 +srchx notes Illich +#1728607422 +srchx notes illich +#1728607428 +v notes/illich-on-technology.txt +#1728607440 +srchx notes reformed +#1728607469 +srchx notes unevenly distributed +#1728607497 +cd notes/ +#1728607523 +v Do\ not\ browbeat\ your\ faults.\ The\ moment\ the\ tension\ of\ effort\ arises\,\ failure\ is\ inevitable.\ Those\ w.txt +#1728608947 +ranger +#1728609143 +srchx dodge +#1728609151 +srchx notes dodge +#1728609159 +srchx wired dodge +#1728606482 +v .aliases +#1728609220 +v wired/beat-meeting-guide-list.txt +#1728609474 +srchx wired nord +#1728609496 +fn nord +#1728609511 +fw nord +#1728609331 +ranger +#1728651947 +ll +#1728651949 +la +#1728652130 +vdirsyncer sync lxf_calendar +#1728652157 +khal +#1728652177 +khal printcalendars +#1728652257 +khal today +#1728652269 +khal list today +#1728655020 +khal list this week +#1728655088 +khal list -a Wired today 30d +#1728655097 +khal printcalendars +#1728655103 +vdirsyncer sync lxf_calendar +#1728655123 +khal list today 30d +#1728655144 +khal list -d cell salts today 30d +#1728655268 +mv .vdirsyncer .dotfiles/.config/ +#1728651954 +ranger +#1728655282 +cd .dotfiles/.config/ +#1728655291 +mv .vdirsyncer vdirsyncer +#1728655293 +cd +#1728655296 +cd .config/ +#1728655309 +ln -s ~/.dotfiles/.config/vdirsyncer . +#1728655312 +ll +#1728655329 +v vdirsyncer +#1728655946 +cd +#1728655951 +khal list -d cell salts today 30d +#1728655962 +ll .calendars/ +#1728655973 +ll .calendarsold/ +#1728655996 +mv .calendars{,new} +#1728656011 +mv .calendars{old,} +#1728656019 +vdirsyncer sync lxf_calendar +#1728656035 +vdirsyncer discover lxf_calendar +#1728656061 +vdirsyncer sync lxf_calendar +#1728656064 +vdirsyncer discover lxf_calendar +#1728656093 +ranger +#1728656110 +vdirsyncer discover lxf_calendar +#1728656128 +mv .calendars{,old} +#1728656142 +mv .calendars{new,} +#1728656145 +vdirsyncer discover lxf_calendar +#1728656256 +vdirsyncer sync lxf_calendar +#1728656303 +khal list -d "Cell Salts" today 30d +#1728656317 +vdirsyncer discover lxf_calendar +#1728656339 +khal list -d 9ca4df77-70d3-c407-fe24-805aa49448d2 today 30d +#1728656363 +khal list -a Wired today 30d +#1728656482 +v .config/vdirsyncer/config +#1728656573 +vdirsyncer metasync +#1728656584 +vdirsyncer discover lxf_contacts +#1728656595 +vdirsyncer metasync +#1728656603 +khal list -a Wired today 30d +#1728656633 +v .config/vdirsyncer/config +#1728656687 +v .config/khal/config +#1728656699 +khal list -a Wired today 30d +#1728656705 +khal list -a Wired today 365d +#1728656930 +khal new -a Wired 01.06.2025 Update Barefoot Shoes -r yearly +#1728656946 +khal printformats +#1728656969 +khal new -a Wired 06-01-2025 Update Barefoot Shoes -r yearly +#1728656976 +vdirsyncer sync lxf_calendar +#1728657101 +khal new -a Wired 06-01-2025 Best Amazon Fire Tablets -r yearly +#1728657121 +khal new -a Wired 07-01-2025 Best Portable Grills -r yearly +#1728657138 +khal new -a Wired 07-01-2025 Best Sleeping Bags -r yearly +#1728657159 +khal new -a Wired 07-01-2025 Best Sleeping Pads -r yearly +#1728657185 +khal new -a Wired 03-01-2025 Best Grills -r yearly +#1728657190 +khal new -a Wired 05-01-2025 Best Grills -r yearly +#1728657213 +khal new -a Wired 08-01-2025 Update Barefoot Shoes -r yearly +#1728657225 +khal new -a Wired 08-01-2025 Update Best Grills -r yearly +#1728657257 +khal new -a Wired 09-01-2025 Update Best Sleeping Bags -r yearly +#1728657268 +khal new -a Wired 09-01-2025 Update Best Sleeping Pads -r yearly +#1728657276 +khal new -a Wired 09-01-2025 Best Amazon Fire Tablets -r yearly +#1728657306 +khal new -a Wired 10-01-2025 Update Barefoot Shoes -r yearly +#1728657328 +khal list -a Wired today 365d +#1728657642 +v wired/guides.txt +#1728657676 +v wired/beat-meeting-guide-list.txt +#1728657775 +v .vimrc +#1728657984 +khal new -a Wired 11-01-2025 Update Photo Printing Guide -r yearly +#1728657996 +khal new -a Wired 11-01-2024 Update Photo Printing Guide +#1728658006 +khal new -a Wired 05-01-2025 Update Photo Printing Guide -r yearly +#1728658017 +khal list -a Wired today 365d +#1728660671 +khal edit Best Grills +#1728660713 +khal list -a Wired today 365d +#1728660723 +khal edit Best Grills +#1728660855 +khal list -a Wired this week +#1728660861 +khal list -a Wired week +#1728660952 +ikhal +#1728660789 +v .aliases +#1728661006 +source .aliases +#1728661010 +kww +#1728661013 +kwy +#1728591093 +v notes/todo.txt +#1728666468 +khal new -a Wired 11-01-2024 Ask Nikon about stabilized binoculars +#1728661437 +v wired/notes/nord.txt +#1728600111 +git annex sync --content +#1728673352 +cd wired/ +#1728673362 +gm beat-meeting-guide-list.txt guide-list.txt +#1728673364 +gs +#1728673378 +ga notes/ +#1728673381 +gs +#1728673671 +touch notes/"samsung 990 EVO plus ssd".txt +#1728673676 +v notes/samsung\ 990\ EVO\ plus\ ssd.txt +#1728673692 +gs +#1728673693 +v +#1728685109 +cd +#1728685133 +/usr/bin/w3m "https://www.youtube.com/watch?v=qBg_NIJf2N0" +#1728685157 +/usr/bin/w3m "https://ecosophia.dreamwidth.org/299597.html" +#1728685408 +/usr/bin/w3m "https://inhab.it/2024/practice-season" +#1728685462 +/usr/bin/w3m "https://mcrawford.substack.com/p/ai-as-golem-and-egregor" +#1728685613 +/usr/bin/w3m "https://modelairplanemaker.com/2024/10/08/how-do-you-say-heaven-in-hungarian/" +#1728685912 +/usr/bin/w3m "https://shifter.media/creative-japan-by-the-numbers/" +#1728690934 +v .ssh/config +#1728691260 +/usr/bin/w3m "https://shifter.media/read-a-wing-and-a-prayer/" +#1728691328 +/usr/bin/w3m "https://shifter.media/creative-context/" +#1728691581 +yt https://shifter.media/creative-context/ +#1728691586 +yt-dlp https://shifter.media/creative-context/ +#1728691647 +/usr/bin/w3m "https://shifter.media/creative-you-dont-have-to-go-far/" +#1728691847 +yt https://www.youtube.com/watch?v=BS1EM_Jj9Og +#1728691860 +yt BS1EM_Jj9Og +#1728685112 +newsboat +#1728692250 +git annex info +#1728692275 +v .aliases +#1728692265 +git annex fsck -q +#1728692803 +ll +#1728692806 +.. +#1728692807 +ll +#1728692818 +rm -rf library/ +#1728692826 +mv music library +#1728692834 +ll +#1728692838 +cd +#1728692840 +ll +#1728693770 +killall tint2 +#1728693808 +v .tmux.conf +#1727882918 +mopen 1 +#1728693887 +source .tmux.conf +#1728693808 +v .tmux.conf +#1728694346 +./bin/srchx tech +#1728600780 +v .w3m/keymap +#1728695162 +fdisk -l +#1728695173 +ll /mnt/card/ +#1728696268 +cd /mnt/card/ +#1728696270 +ll +#1728696283 +git clone ssh://lxf/~/annex/music.git +#1728696287 +cd +#1728696300 +sudo mount -o rw,users,uid=1000,dmask=007,fmask=117 /dev/sdb1 /mnt/card # general syntax +#1728696306 +sudo umount /mnt/card +#1728696309 +fdisk -l +#1728696311 +sudo mount -o rw,users,uid=1000,dmask=007,fmask=117 /dev/sdb1 /mnt/card # general syntax +#1728696315 +cd /mnt/card/ +#1728696318 +git clone ssh://lxf/~/annex/music.git +#1728696343 +cd music/ +#1728696345 +ll +#1728696349 +v .git/ +#1728696567 +git annex info +#1728696744 +git annex copy --from=36a7b19a-1115-4cc5-8f86-9fd205c23ee6 +#1728696770 +git annex copy --from=lxf@xps +#1728696787 +git annex copy --from=lxf@xps:~/music/music +#1728697601 +git remote rename 36a7b19a-1115-4cc5-8f86-9fd205c23ee6 +#1728697619 +git remote rename 36a7b19a-1115-4cc5-8f86-9fd205c23ee6 4Glaptop +#1728697837 +cd ~/music/library/ +#1728697859 +git annex info +#1728697888 +git annex initremote 36a7b19a-1115-4cc5-8f86-9fd205c23ee6 name=4Glaptop +#1728697967 +git-annex-assistant +#1728698229 +cd /mnt/card/music/ +#1728698232 +git annex sync +#1728698261 +git annex sync --content +#1728698301 +git annex info +#1728698414 +git annex pull 36a7b19a-1115-4cc5-8f86-9fd205c23ee6 +#1728698499 +git annex info +#1728698570 +gafk +#1728698590 +git annex info +#1728698690 +gafk +#1728698009 +git annex webapp +#1728698701 +git annex pull 36a7b19a-1115-4cc5-8f86-9fd205c23ee6 +#1728698828 +cd music/library/Air/ +#1728698830 +ll +#1728698832 +ranger +#1728698916 +killall tint2 && tint2 & +#1728698924 +tint2 & +#1728698934 +killall tint2 +#1728698940 +arge +#1728698943 +charge +#1728698850 +git annex sync 36a7b19a-1115-4cc5-8f86-9fd205c23ee6 +#1728698969 +git annex sync 36a7b19a-1115-4cc5-8f86-9fd205c23ee6 --content +#1728698993 +git prune +#1728699004 +git annex sync --content 36a7b19a-1115-4cc5-8f86-9fd205c23ee6 +#1728699447 +git annex sync --content +#1728699678 +.. +#1728699683 +rm -rf music/ +#1728699694 +sudo rm -rf music/ +#1728699712 +ll +#1728699719 +mv music oldmusic +#1728699728 +git clone ssh://lxf/~/annex/music.git +#1728699751 +cd music/ +#1728699754 +git annex sync +#1728700159 +git prune +#1728700171 +git annex sync --content +#1728740394 +tint2 & +#1728740403 +killall tint2 +#1728693305 +v wired/guide-list.txt +#1728740440 +ll /org/freedesktop/UPower/devices/ +#1728740455 +upower -i /org/freedesktop/UPower/devices/battery_BAT1 +#1728740460 +upower -i /org/freedesktop/UPower/devices/battery_BAT0 +#1728740419 +v .aliases +#1728740477 +source .aliases +#1728740480 +charge +#1728740488 +v .aliases +#1728740499 +source .aliases +#1728740500 +charge +#1728740506 +v .aliases +#1728740513 +source .aliases +#1728740514 +charge +#1728740703 +ll /mnt/card/ +#1728740712 +sudo umount /mnt/card +#1728740726 +cd +#1728740727 +sudo umount /mnt/card +#1728740738 +htop +#1728740768 +btop +#1728740793 +htop +#1728740802 +sudo umount /mnt/card +#1728740818 +fdisk -l +#1728740825 +sudo mount -o rw,users,uid=1000,dmask=007,fmask=117 /dev/sdc1 /mnt/card # general syntax +#1728740829 +sudo umount /mnt/card +#1728740830 +sudo mount -o rw,users,uid=1000,dmask=007,fmask=117 /dev/sdc1 /mnt/card # general syntax +#1728740836 +cd /mnt/card/ +#1728740837 +ll +#1728740842 +rm -rf oldmusic/ +#1728740843 +ll +#1728740849 +rm -rf music/ +#1728740863 +git clone ssh://lxf/~/annex/music.git +#1728740893 +cd music/ +#1728740908 +cd music/library/ +#1728740899 +git annex sync +#1728741143 +git annex sync +#1728741281 +git fsck +#1728741319 +git gc --prune=now +#1728741335 +git annex fsck +#1728741873 +git prune +#1728741877 +git gc +#1728741884 +git annex sync +#1728741995 +git annex info +#1728742027 +git annex sync --content 36a7b19a-1115-4cc5-8f86-9fd205c23ee6 +#1728741957 +ranger +#1728742307 +git annex add . +#1728742313 +git annex sync +#1728742038 +git annex sync --content +#1728742548 +charge +#1728742557 +source ~/.aliases +#1728742559 +charge +#1728742821 +/usr/bin/w3m "https://www.frontporchrepublic.com/2024/10/children-pawpaws-and-ticks/" +#1728742806 +newsboat +#1728742615 +v .w3m/keymap +#1728743322 +srchx wired organic +#1728743337 +srchx wired wool +#1728743356 +v .config/srchx.conf +#1728743375 +srchx wired wool +#1728743381 +v .config/srchx.conf +#1728743389 +srchx wired wool +#1728743401 +v .config/srchx.conf +#1728743419 +srchx wirednotes wool +#1728743432 +t wired/notes/ +#1728743461 +touch wired/notes/piglet-sheets.txt +#1728743465 +v wired/notes/piglet-sheets.txt +#1728743498 +srchx wirednotes sheets +#1728743509 +v wired/notes/nikon-stab-bins.txt +#1728743517 +srchx wirednotes sheets +#1728743526 +v wired/notes/piglet-sheets.txt +#1728743531 +srchx wirednotes sheets +#1728743604 +jrnl +#1728743710 +v notes/log.txt +#1728743922 +j --short | urlscan +#1728743951 +j https://jrnl.sh +#1728743956 +j --short | urlscan +#1728743980 +v .jrnl2.rc +#1728744109 +j wired @ci ask status of nikon z6iii +#1728744120 +touch notes/jrnl.txt +#1728744121 +j wired @ci ask status of nikon z6iii +#1728744137 +j wired --short | urlscan +#1728744195 +v .aliases +#1728744363 +source .aliases +#1728744372 +v wired/notes/ +#1728744400 +jw +#1728744443 +j wired +#1728744452 +j wired --short +#1728744471 +v .jrnl2.rc +#1728744490 +j +#1728744499 +v wired/notes.txt +#1728744408 +v .aliases +#1728744770 +v notes/jrnl.txt +#1728744781 +source .aliases +#1728744843 +jw @ci ask status of nikon Z6iii +#1728744823 +v notes/jrnl.txt +#1728744878 +jw < wired/notes/bring-back-film.txt +#1728744987 +jw < wired/notes/nikon-stab-bins.txt +#1728744993 +jw < wired/notes/piglet-sheets.txt +#1728744853 +v wired/notes.txt +#1728745046 +jw @ci --short +#1728745079 +j -j wired @ci --short +#1728745157 +jrnl -jwired --short +#1728745168 +jrnl -j wired --short +#1728745184 +jrnl -j wired +#1728745204 +jrnl -j wired -r +#1728745417 +jrnl -j wired -rR +#1728745421 +jrnl -j wired -r -R +#1728745804 +jrnl -j wired test entry +#1728745823 +jrnl -j wired -r -R +#1728745826 +jrnl -j wired -r +#1728745846 +jrnl -j wired @ci -r +#1728745866 +jrnl -j wired -r @ci +#1728746189 +jw < wired/notes/fuji-xm5.txt +#1728746198 +jw < wired/notes/samsung\ 990\ EVO\ plus\ ssd.txt +#1728746222 +jrnl -j wired -r @ci +#1728746984 +jrnl -j wired -r --contains @ci +#1728746993 +jrnl -j wired -r -s @ci +#1728746167 +ranger wired/notes +#1728747013 +v .aliases +#1728750217 +yay -Qe | awk '{print $1}' > installed-current.txt +#1728750281 +arch +#1728750337 +yay -Ss exo +#1728750490 +pac -Ss tk +#1728750532 +pac -Ss ueberzugpp +#1728750537 +yay -Ss ueberzugpp +#1728750228 +vimdiff installed-current.txt .dotfiles/apps.txt +#1728750573 +pac -S syncthing-gtk +#1728750580 +yay -S syncthing-gtk +#1728750901 +pac -Sy +#1728750969 +jw --tags +#1728750978 +source ~/.aliases +#1728750980 +jw --tags +#1728750939 +yay -S syncthing-gtk +#1728742332 +git annex sync --content +#1728753570 +cd /mnt/card/ +#1728753572 +ll +#1728753579 +df -h +#1728753583 +sizes +#1728753623 +cd music/ +#1728753624 +ll +#1728753685 +git annex info +#1728753626 +ranger +#1728753745 +git gc --prune=now +#1728753760 +sizes +#1728753784 +la +#1728753788 +@less +#1728753795 +cd .git/ +#1728753796 +sizes +#1728753818 +cd +#1728753820 +cd m +#1728753824 +cd music/ +#1728753829 +git annex info +#1728753836 +cd +#1728753843 +cd /mnt/card/music/ +#1728753845 +git annex info +#1728753854 +cd +#1728753857 +sudo umount /mnt/card +#1728753883 +fdisk -l +#1728753891 +sudo mount -o rw,users,uid=1000,dmask=007,fmask=117 /dev/sdb1 /mnt/card # general syntax +#1728753899 +df -h +#1728753911 +cd /mnt/card/ +#1728753936 +.. +#1728753938 +sizes +#1728753913 +sizes +#1728754044 +v ~/.dotfiles/apps.txt +#1728754062 +ncdu +#1728755247 +fdisk -l +#1728751291 +ranger +#1728755420 +ll +#1728755424 +sudo umount /mnt/card +#1728755435 +cd music/ +#1728755439 +cd library/ +#1728755442 +git annex info +#1728755451 +git annex forget --drop-dead +#1728755465 +git annex forget ministick +#1728753983 +pac -Syu +#1728755571 +git annex dead ministick +#1728755576 +git annex info +#1728053034 +music +#1728693893 +mopen 1 +#1728755647 +reboot +#1728755711 +ll +#1728755715 +df -h +#1728755744 +yay -Rns espanso-x11-bin +#1728755685 +startx +#1728755755 +reboot +#1728755707 +mnew 1 +#1728755800 +df -h +#1728755816 +mnew 1 +#1728755926 +fdisk -l +#1728755959 +fdisk /dev/sda +#1728755997 +sudo mkfs.ext4 /dev/sda1 +#1728756006 +fdisk -l +#1728756010 +sudo mkfs.ext4 /dev/sda1 +#1728756116 +ll +#1728756146 +mnew 1 +#1728756158 +fdisk -l +#1728756169 +sudo mount -o rw /dev/sda1 /mnt/card +#1728756174 +cd /mnt/card/ +#1728756189 +git clone ssh://lxf/~/annex/documents.git +#1728756203 +sudo chown -R lxf:lxf /mnt/card/ +#1728756221 +cd /mnt/card/ +#1728756206 +git clone ssh://lxf/~/annex/documents.git +#1728756233 +git clone ssh://lxf/~/annex/notes.git +#1728756278 +git clone ssh://lxf/~/annex/lbh.git +#1728756293 +git clone ssh://lxf/~/annex/writing-lux.git +#1728756357 +ll +#1728756365 +rm -rf lost+found/ +#1728756353 +git clone ssh://lxf/~/annex/place-without-a-postcard.git +#1728756431 +mv place-without-a-postcard pwp +#1728756435 +mv writing-lux/ lux +#1728756437 +ll +#1728756423 +git clone ssh://lxf/~/annex/glb.git +#1728756455 +ll +#1728756462 +ranger +#1728756459 +ranger +#1728756495 +git clone ssh://lxf/~/annex/wired.git +#1728756505 +mkdir site +#1728756507 +mkdir sites +#1728756510 +rm -rf site +#1728756512 +ll +#1728756523 +cd sites/ +#1728756543 +cd sites/ +#1728756532 +git clone ssh://lxf/~/annex/cumuluslearning.net.git +#1728756553 +git clone ssh://lxf/~/annex/libregraf.net.git +#1728756596 +ll +#1728756607 +git clone ssh://lxf/~/annex/pd.git +#1728756625 +.. +#1728756631 +git clone ssh://lxf/~/annex/music.git +#1728756587 +git clone ssh://lxf/~/annex/luxagraf.net.git +#1728756673 +ll +#1728756677 +cd music/ +#1728756684 +git annex sync +#1728756756 +git gc --prune=now +#1728756769 +w3m +#1728757119 +git fsck +#1728757126 +git gc --prune=now +#1728757131 +git prune +#1728757136 +git gc +#1728757142 +git annex sync +#1728757171 +cd ~/music/library/ +#1728757175 +git annex sync +#1728757266 +ranger +#1728758049 +pac -Rns nextcloud-client +#1728758067 +v .dotfiles/.config/openbox/autostart +#1728758132 +v .dotfiles/.config/openbox/rc.xml +#1728758196 +killall tint2 +#1728758201 +charge +#1728756773 +w3mlastsession +#1728758288 +v notes/tech/git-fix-prune.txt +#1728758313 +cd notes/ +#1728758314 +gs +#1728758326 +rm journal.txt +#1728758333 +cat inbox.txt +#1728758336 +rm inbox.txt +#1728758348 +cat \@someday.txt +#1728758356 +gs +#1728758364 +rm \@someday.txt +#1728758374 +git add jrnl.txt +#1728758384 +ga tech/git-fix-prune.txt +#1728758386 +gs +#1728758390 +ga log.txt +#1728758393 +ga todo.txt +#1728758407 +gc -m"separated log and jrnl" +#1728758416 +git push +#1728758440 +cd ~/wired/ +#1728758442 +gs +#1728758458 +git rm notes/* +#1728758461 +gs +#1728758468 +v +#1728758483 +gs +#1728758489 +rm -rf .nextcloudsync.log +#1728758494 +rm test.epub +#1728758495 +ll +#1728758496 +gs +#1728758501 +v .gitignore +#1728758519 +ll /mnt/card/wired/ +#1728758545 +gc -m"redid notes to be a single file and use jrnl" +#1728758547 +git push +#1728758561 +cd +#1728758793 +cd notes/ +#1728758795 +git pull +#1728758820 +v todo.txt +#1728758832 +ranger tech/ +#1728758861 +srchx notes git +#1728758871 +@less +#1728758886 +srchx notes git +#1728758924 +v w3m-definitions.txt +#1728759126 +git pull +#1728759139 +v todo.txt +#1728759213 +gs +#1728759280 +cd ~/lux/ && v +#1728759324 +v +#1728759779 +/usr/bin/w3m "https://shifter.media/adventure-adobe-max/" +#1728759761 +newsboat +#1728759262 +rsync -avvz -K sites/luxagraf.net/luxagraf.net /mnt/card/sites/luxagraf.net/ +#1728761115 +j "Your power is proportional to your ability to relax. +" +#1728761138 +j @quote "The next great division of the world will be between people who wish to live as creatures and people who wish to live as machines." -- Wendell Berry, An Essay Against Modern Superstition +#1728761148 +v notes/jrnl.txt +#1728761181 +j @quote ""what you contemplate, you imitate." + +j @quote "what you contemplate, you imitate." + + +#1728761216 +j @quote "what you contemplate, you imitate." +#1728761237 +j @quote '"The more constraints one imposes, the more one frees one's self. And the arbitrariness of the constraint serves only to obtain precision of execution." Igor Stravinsky' +#1728761259 +j @quote '"The more constraints one imposes, the more one frees one\'s self. And the arbitrariness of the constraint serves only to obtain precision of execution." Igor Stravinsky' + +j @quote '"The more constraints one imposes, the more one frees one's self. And the arbitrariness of the constraint serves only to obtain precision of execution. Igor Stravinsky" + +#1728761303 +j @quote "The more constraints one imposes, the more one frees one's self. And the arbitrariness of the constraint serves only to obtain precision of execution. Igor Stravinsky" +#1728761308 +v notes/jrnl.txt +#1728761338 +j @quote "Almost every article you'll ever find on attention will at some point repeat Simone Weil's statement that 'Attention is the rarest and purest form of generosity." +#1728761353 +j @quote "It seems to me that we all look at nature too much, and live with her too little. -Oscar Wilde, De Profundis" +#1728761367 +j @stat "The average person spends 87% of their time indoors and another 6% in enclosed vehicles https://indoor.lbl.gov/sites/all/files/lbnl-47713.pdf +" +#1728761400 +j "requirements for property: + +at least 6 acres. Water. existing well or drillable. ability to capture water. Spectacular views. on a slope. good sun exposure. " +#1728761419 +j quote "Pleasure in the job, puts perfection in the work -- Aristotle's prescription for excellence" +#1728761452 +j @quote "God is not a being, but being. +" +#1728761458 +v notes/jrnl.txt +#1728761510 +j @quote @god "Is something good because God wills it or is it good because god willed it? + +The good and the true are convertible with being, they are fundamentally the same as being but as related to our faculties of reason and will. The good then is simply being as it relates to will. It is being under the aspect of its desirableness. Something is not good because god wills it, neither is it some standard outside of god which he is measured by. God who is the ullness o being simply wills his own goodness, the goodness that he is, he himself is the highest good. he wills himself. - Aquinas. more or less + + +The counter argument is that God should not be constrained by his own nature. Therefore something is good because god wills it. (voluntarism). But this then leads to the idea that Not the nature of a thing, its being goodness and truth, determine reality, but the sheer act of a will. e.g. Schopenhauer. The problem is overemphasis on the will leads here, where we are divorced from the world as it really is. If I decide entirely what is true, then I can decide what is true then I can weigh 600 pounds and declare myself healthy. I can say I'm a cat and force my employer to provide a litter box. johanas the monk" +#1728761536 +j @quote "Security is mostly a superstition. It does not exist in nature, nor do the children of men as a whole experience it. Avoiding danger is no safer in the long run than outright exposure. Life is either a daring adventure, or nothing —Helen Keller" +#1728761561 +j @quote @tech One of the horrors of the online world is the way in which it cuts off the senses. +#1728761626 +j @quote "S.M. Stirling’s characters*. 'History becomes myth, myth becomes legend, and legend becomes history [as people act it out in their deeds]. Time is not a straight line. Time is a serpent.' + +*The character was our old friend The Wanderer, here seen as an old mountain man in a sheepskin poncho, making coffee over a campfire – who suddenly, for an instant, is also seen with long black braids, a black Stetson, and the face of Coyote Old Man. " +#1728761655 +j @quote @stuff "As Matthew Crawford observes in Shop Class as Soulcraft, 'shared memories attach to the material souvenirs of our lives, and producing them is a kind of communion, with others and with the future.'" +#1728761718 +j @quote @anarch "In his 1870 essay What is Authority?, Bakunin wrote: + +Does it follow that I reject all authority? Far from me such a thought. In the matter of boots, I refer to the authority of the bootmaker; concerning houses, canals, or railroads, I consult that of the architect or the engineer. For such or such special knowledge I apply to such or such a savant. But I allow neither the bootmaker nor the architect nor savant to impose his authority upon me. I listen to them freely and with all the respect merited by their intelligence, their character, their knowledge, reserving always my incontestable right of criticism and censure. I do not content myself with consulting a single authority in any special branch; I consult several; I compare their opinions, and choose that which seems to me the soundest. But I recognise no infallible authority, even in special questions; consequently, whatever respect I may have for the honesty and the sincerity of such or such individual, I have no absolute faith in any person." +#1728761778 +j @quote "Other Owen, and for good reason! But that’s an important part of what I was talking about. A market economy depends on the fundamental agreement that the seller will provide the buyer with a product worth buying. Now that corporations by and large no longer do this, the market is collapsing, and they have no idea what to do about it — since listening to consumers and providing them with what they need and want is nowhere in the modern corporate vocabulary. + +-JMG" +#1728761786 +v notes/jrnl.txt +#1728761906 +j @quote Making sense of the ideas of one great culture from within another great culture is notoriously hard. (It’s an interesting detail of history, for example, that the first two European scholars to study the I Ching both went incurably insane.) Thus I don’t claim to be able to sound the depths of either of the two future cultures I’ve sketched out here; I was raised in a culture weighed down by the Faustian veneer, and I live in a region that mediates between western Europe and the North American heartland. (The ground under my feet is part of the same long-vanished continent as the western half of Britain.) Being who, when, and where I am, I’m poised unsteadily between two great cultures, the fading Faustian culture and the future American culture. That’s part of the hand I was dealt when I was born. +#1728761906 +That awkward position, between the dissolving forms of the Faustian vision and the first stirrings of tamanous culture, seems to be becoming common among my American and Canadian readers, for what it’s worth. (I haven’t yet seen it among my European readers, which comes as no surprise—again, each great culture is rooted in its own land.) Here in North America, the Faustian veneer seems to be cracking very rapidly just now, outside those classes that have adopted Faustian thoughtways as the basis for their identity and their power. The widening gap between the Faustian managerial caste and the post-Faustian masses is among the major facts in American public life today, and it accounts for a great deal of the total incomprehension with which each side regards the other. +#1728761906 +One of the chief questions in my mind right now is how that gap will evolve in the years ahead. Most great cultures, once they leave their ages of reason, wind up their creative eras, and settle into stasis, can expect a long slow decline—in cases such as ancient Egypt and traditional China, this lasted for many centuries. The surge toward infinity is so central to the Faustian ethos, however, that the total failure of the will to power that drives it may send the nations of the West down another, harsher route. We’ll talk about that in two weeks. +#1728761906 +-JMG +#1728761920 +j @quote "Making sense of the ideas of one great culture from within another great culture is notoriously hard. (It’s an interesting detail of history, for example, that the first two European scholars to study the I Ching both went incurably insane.) Thus I don’t claim to be able to sound the depths of either of the two future cultures I’ve sketched out here; I was raised in a culture weighed down by the Faustian veneer, and I live in a region that mediates between western Europe and the North American heartland. (The ground under my feet is part of the same long-vanished continent as the western half of Britain.) Being who, when, and where I am, I’m poised unsteadily between two great cultures, the fading Faustian culture and the future American culture. That’s part of the hand I was dealt when I was born. + +That awkward position, between the dissolving forms of the Faustian vision and the first stirrings of tamanous culture, seems to be becoming common among my American and Canadian readers, for what it’s worth. (I haven’t yet seen it among my European readers, which comes as no surprise—again, each great culture is rooted in its own land.) Here in North America, the Faustian veneer seems to be cracking very rapidly just now, outside those classes that have adopted Faustian thoughtways as the basis for their identity and their power. The widening gap between the Faustian managerial caste and the post-Faustian masses is among the major facts in American public life today, and it accounts for a great deal of the total incomprehension with which each side regards the other. + +One of the chief questions in my mind right now is how that gap will evolve in the years ahead. Most great cultures, once they leave their ages of reason, wind up their creative eras, and settle into stasis, can expect a long slow decline—in cases such as ancient Egypt and traditional China, this lasted for many centuries. The surge toward infinity is so central to the Faustian ethos, however, that the total failure of the will to power that drives it may send the nations of the West down another, harsher route. We’ll talk about that in two weeks. +-JMG +" +#1728761926 +v notes/jrnl.txt +#1728762129 +j @quote "The true warrior is not the one who is willing to kill. That doesn’t make a warrior. The true warrior is the one who is willing, if need be, to die - Charles Eisenstien +" +#1728762204 +j @quote "A thousand times in history—a million, more likely—visionaries, prophets, artists, and philosophers have wandered away from the social world that made them and sat themselves in nature, to see what could be seen when you stop demanding that nature echo back precisely the creeds of your community. We can think here of Elijah or John the Baptist, Muhammad or the Buddha, or Christ. Closer to our own time, Thoreau, Whitman, and Emerson went to nature to find a renewed, energized version of America. Analogous solitudes have been sought and found even in prison cells—think of Martin Luther King Jr. or Fyodor Dostoevsky. As much as all of these men’s cultural formations accompanied them into solitude, shaped what they would see, there is also—in nature, in reality—more than is contained in any philosophy or culture. The main things that are needed are silence and trust—and not just for the would-be prophets among us, but for all of us: teachers, policymakers, clerics, parents, humans of any stripe. Panicked catastrophism will only ensure that our challenged cultures stay brittle and stuck. https://hedgehogreview.com/issues/hope-itself/articles/deep-down-things-in-a-time-of-panic +" +#1728762231 +j "And stupidity combined with greed and arrogance is frankly more dangerous than deliberate evil. Someone who's evil and smart usually has the common sense to know when the risk of blowback is getting too high, and backs down fast when that happens in order to save his own skin so he can enjoy his nasty pleasures and ill-gotten gains. Somebody who's arrogant, greedy, and stupid doesn't do that, and such people go charging ahead and create major disasters that cause much more suffering and misery, and get dragged down with their victims. +" +#1728762263 +j @quote ""Richard Wagamese’s lovely movie (from his book), Indian Horse: +#1728762263 +Mystery fills us with awe and wonder. It is the foundation of humility and humility is the foundation of all learning. So we do not seek to unravel it. We honor it by letting it be that way forever." +#1728762291 +j @quote ""Richard Wagamese's lovely movie (from his book), Indian Horse: + +Mystery fills us with awe and wonder. It is the foundation of humility and humility is the foundation of all learning. So we do not seek to unravel it. We honor it by letting it be that way forever." + +#1728762301 +j @quote "Richard Wagamese's lovely movie (from his book), Indian Horse: + +Mystery fills us with awe and wonder. It is the foundation of humility and humility is the foundation of all learning. So we do not seek to unravel it. We honor it by letting it be that way forever." +#1728762337 +j @quote "Passive consumptions displaces agency. One is no longer masters of one's stuff but a servant of its makers. +--matthew crawford" +#1728762779 +j @quote "One used to meet up with an old friend and ask, 'How are you?' And get a little recap of how that person has actually been. Today, when we ask how someone is, it's quite common to get back a 'BUSY'xcalib Yes, of course. Busy. + +I'm not asking about the tempo of your life, I'm asking about you. I'm interested in you. Tell me about you. + +We've come to somehow equate worth with how harried we are. We are the VIPs of our own little worlds, engrossed in the importance of our serious affairs. Busy! So busy! To me, this busyness is evidence of a mismanaged life. If all I can say to someone when they ask me what's happening in my life is, "BUSY!" I’m doing a poor job of it. It's like a thermometer with the temperature climbing, a little tell of something going askew. + +We can have much to do, deadlines and meals and kiddos and never ending tasks, but that doesn’t mean we need to feed the busy monster. We don't have to allow frenetic energy to drive us into that whirlwind of tasks. It's not helpful. I've learned that my perspective truly does determine how I show up in my life. Who I am to my people. How I experience my time here. By a shift in that perception - say from focusing on the overwhelm to one of gratitude, everything changes. https://www.slowdownfarmstead.com/p/to-dawdle" +#1728762800 +j @tech "Gurdjieff notion that you should do a task by hand. if you have to dig a ditch you should do it and dig it by hand because there's an opportunity there for spiritual growth. if you're offloading it to a machine you're losing that opportunity for spiritual growth. if we offload tasks to machines we lose the opportunities that they have for spiritual growth and we may not fully understand the consequences of offloading things to technology because we'll never go through it to see what Spiritual Development we might have had if we had done it ourselves +" +#1728757243 +git annex sync --content +#1728763155 +git fsck +#1728763164 +git gc --prune=now +#1728763173 +git prune +#1728763176 +git gc +#1728763190 +git annex fsck -q +#1728763508 +mutt +#1728762842 +mutt +#1728763915 +source ~/.aliases +#1728763927 +js @quote berry +#1728764205 +j @life "I think this goes the heart of the question of existence... why are we here? Are we here to optimize our days in service to some unknown thing are we here to be entertained? Or are we here to understand the world around us, to take part in the co-creation of our world? Are we along for the ride or are we standing at the helm, trimming the sails and pointing the bow into uncharted territory? +" +#1728764611 +j "I think after a while the novelty of anything wears off. even living on the road. or perhaps its that I felt the need to dial back the novelty a little. first we returned to places we'd already been, but that wasn't the answer. Then we went to new places, but moved much slower. settled in a bit. but that wasn't entirely the answer either. it wasn't until we enrolled the kids in juijitsu that i realized, oh, this is what i am supposed to do. i am supposed to look more closely at these places. to befriend the people within in them, to understand them to a greater degree. I do not know why, I just know that this is part of it. i still do not have all of it, it is still not perfected, but every day that passes i get new ideas and things fit more. + +as a spin off of the moving slower idea i came to realize that okay, i have achieved the thing I set out to do. we live on the road. now what? it wasn't until i sat twith this question for a long time in meditation that something like an answer began to form. and a big part of the answer was, now you make stuff. now you write, now you build, now you create, now you fix. now you do all the things you have always done, but you find a way to do them on them within the constraints of how you life now. Fewer tools, less space, in some cases i've added some ttools that seem strange at first glance. + +the answer is to put the art back in. to blend the books and the life and use them to make some kind of art. mechanical, analog art. and digital recordings to supplement it. but that mechnaical stuff needs to happen. it has been missing too long. +" +#1728764785 +j @quote "For Midgley, the post-Enlightenment myths that orient us in the modern world are so potent because they base their authority, paradoxically, on the myth of mythlessness. That is, the Enlightenment project was, among other things, committed to overcoming the restrictive chains of religious dogma, inherited belief systems, and, yes, grand narratives of mythology. But this was only to change one set of answers to our biggest questions for a host of others. We can’t escape myths; we only exchange them. And some of the post-Enlightenment myths by which we continue to live tell a tale of humans as autonomous and atomized beings, of an inert world of knowable laws scrutinized by the detached and disinterested rational gaze, of an environment whose value is reduced to commodification and utility, and of a human species that is on some ineluctable frog-march of progress. + +But myths are not just intellectual abstractions. They manifest in the real. The industrial—and arguably now digital—revolutions and the built world of mass manufacturing, global trade networks of shipping lanes and rail lines and interstate highways, and the ever-increasing consumption of fossil fuels and the mining of scarce and precious resources in whose name we will even wage international war are, in part, the physical embodiment of this deeply ingrained post-Enlightenment mythology. What we make reveals to us what we love and believe. And over centuries, these lived, incarnated mythologies shape our posture and stance to the world. + +https://www.frontporchrepublic.com/2022/08/what-in-the-world-is-the-world-a-review-of-this-sacred-life-humanitys-place-in-a-wounded-world/" +#1728764839 +v tempt.txt +#1728764847 +j < tempt.txt +#1728764949 +cd /mnt/card/lux/ +#1728764951 +git pull +#1728765049 +cd ../notes/ +#1728765052 +cd notes/ +#1728765053 +gs +#1728765056 +ga jrnl.txt +#1728765071 +gc -m"moved over a bunch of quotes from luxagraf repo" +#1728765088 +git pull +#1728765149 +git push +#1728765216 +git pull +#1728765310 +git log +#1728765344 +git revert ad49ac2b8ffa61992f84ad7a7ab2116586ec71bc +#1728765349 +v jrnl.txt +#1728765357 +git log +#1728765468 +git checkout ad49ac2b8ffa61992f84ad7a7ab2116586ec71bc +#1728765480 +v jrnl.txt +#1728765500 +git switch - +#1728765508 +v jrnl.txt +#1728765515 +git checkout ad49ac2b8ffa61992f84ad7a7ab2116586ec71bc +#1728765521 +git stash +#1728765524 +git checkout ad49ac2b8ffa61992f84ad7a7ab2116586ec71bc +#1728765538 +v notes/jrnl.txt +#1728765546 +cp notes/jrnl.txt . +#1728765552 +git switch - +#1728765554 +gs +#1728765560 +v jrnl.txt +#1728765574 +gs +#1728765575 +ga jrnl.txt +#1728765595 +gc -m"restored jrnl and deleted GitJournal since it lost data which is inexcusable" +#1728765598 +git push +#1728765623 +v todo.txt +#1728764714 +v .w3m/keymap +#1728765789 +sudo umount /mnt/card +#1728768623 +fdisk -l +#1728768675 +sudo mount -o rw,users,uid=1000,dmask=007,fmask=117 /dev/sda1 /mnt/card # general syntax +#1728768682 +cd /mnt/card/ +#1728768692 +git clone ssh://lxf/~/annex/music.git +#1728768744 +cd music/ +#1728768752 +git annex sync +#1728769348 +git-annex-assistant +#1728769994 +htop +#1728770084 +git annex webapp +#1728770109 +jj +#1728758017 +mopen 1 +#1728755786 +startx +#1728770114 +reboot +#1728770430 +git annex webapp +#1728770481 +mkdir /mnt/exfat +#1728770484 +sudo mkdir /mnt/exfat +#1728770497 +sudo chown -R lxf:lxf /mnt/exfat +#1728770499 +sudo chown -R lxf:lxf /mnt/exfat/ +#1728770506 +fdisk -l +#1728770538 +sudo mount -o rw,users,uid=1000,dmask=007,fmask=117 /dev/sda1 /mnt/exfat # general syntax +#1728770542 +sudo umount /mnt/card +#1728770548 +sudo mount -o rw,users,uid=1000,dmask=007,fmask=117 /dev/sda1 /mnt/exfat # general syntax +#1728770561 +ll /mnt/card/ +#1728770572 +sudo mount -o rw,users,uid=1000,dmask=007,fmask=117 /dev/sda1 /mnt/card # general syntax +#1728770580 +sudo umount /mnt/card +#1728770584 +sudo umount /mnt/exfat +#1728770587 +sudo mount -o rw,users,uid=1000,dmask=007,fmask=117 /dev/sda1 /mnt/exfat # general syntax +#1728770425 +mnew 1 +#1728770878 +htop +#1728770918 +cd music/library/ +#1728770922 +git annex sync +#1728771014 +git annex sync --content +#1728771076 +git annex sync +#1728771136 +cd /mnt/exfat/ +#1728771138 +cd music/ +#1728771142 +git annex sync +#1728771249 +git fsck +#1728771260 +git gc --prune=now +#1728771294 +git prune +#1728771297 +git gc +#1728771315 +git annex sync --content +#1728826194 +cd +#1728826218 +fdisk -l +#1728826245 +sudo mount -o rw,users,uid=1000,dmask=007,fmask=117 /dev/sdb1 /mnt/exfat # general syntax +#1728826249 +sudo umount /mnt/exfat +#1728826251 +sudo mount -o rw,users,uid=1000,dmask=007,fmask=117 /dev/sdb1 /mnt/exfat # general syntax +#1728826313 +ll +#1728826319 +rm installed-current.txt +#1728826323 +rm jrnl.txt +#1728826327 +rm tempt.txt +#1728826329 +ll +#1728826370 +/usr/bin/w3m "https://www.notesfromtheroad.com/oceania/kealakekua-bay.html" +#1728826342 +newsboat +#1728826498 +mpv Puzzle-Thinking\ Makes\ You\ CLEVER.\ \[BS1EM_Jj9Og\].webm +#1728826258 +git annex sync --content +#1728827576 +cd /mnt/exfat/ +#1728827590 +git annex sync --content +#1728827029 +mpv Shifter:\ Context\ \[rA6pNPembzc\].webm +#1728827921 +fdisk -l +#1728828051 +cd ~/lux/ && v +#1728828054 +cd +#1728828202 +ll +#1728828222 +mv Shifter:\ Context\ \[rA6pNPembzc\].webm Shifter\ Context\ \[rA6pNPembzc\].webm +#1728828536 +fdisk -l +#1728828553 +fdisk /dev/sdb +#1728828637 +fdisk -l +#1728828656 +sudo umount /mnt/exfat +#1728828669 +fdisk -l +#1728828680 +sudo mount /dev/sdb1 /mnt/exfat +#1728828686 +cd /mnt/exfat/ +#1728828695 +ll +#1728828702 +sudo umount /mnt/exfat +#1728828704 +cd +#1728828705 +sudo umount /mnt/exfat +#1728828720 +fdisk -l +#1728828724 +sudo mount /dev/sdb1 /mnt/exfat +#1728828734 +sudo umount /mnt/exfat +#1728828744 +fdisk -l +#1728828753 +fdisk /dev/sda +#1728828779 +sudo mkfs.ext4 /dev/sda1 +#1728829058 +sudo mount -o rw /dev/sda1 /mnt/backup +#1728829063 +cd /mnt/backup/ +#1728829118 +ll +#1728829122 +rm lost+found/ +#1728829126 +rm -rf lost+found/ +#1728829129 +cd +#1728829137 +sudo chown -R lxf:lxf /mnt/backup +#1728829139 +sudo chown -R lxf:lxf /mnt/backup/ +#1728829146 +cd /mnt/backup/ +#1728829147 +ll +#1728829151 +rm -rf lost+found/ +#1728829165 +git clone ssh://lxf/~/annex/documents.git +#1728829233 +git clone ssh://lxf/~/annex/notes.git +#1728829303 +ll +#1728829315 +git clone ssh://lxf/~/annex/bin.git +#1728829417 +cd /mnt/backup/ +#1728829455 +ll /mnt/backup/ +#1728829395 +git clone ssh://lxf/~/annex/lbh.git +#1728829502 +git clone ssh://lxf/~/annex/place-without-a-postcard.git +#1728829435 +git clone ssh://lxf/~/annex/wired.git +#1728829564 +git clone ssh://lxf/~/annex/music.git +#1728829609 +ll +#1728829614 +mv place-without-a-postcard pwp +#1728829645 +mkdir sites +#1728829649 +cd sites/ +#1728829655 +git clone ssh://lxf/~/annex/cumuluslearning.net.git +#1728829808 +ll +#1728829635 +git clone ssh://lxf/~/annex/writing-lux.git +#1728829743 +git clone ssh://lxf/~/annex/libregraf.net.git +#1728829851 +git clone ssh://lxf/~/annex/pd.git +#1728828842 +ranger +#1728829897 +ll +#1728829968 +ll +#1728829971 +ll /mnt/backup/ +#1728829986 +mv /mnt/backup/writing-lux /mnt/backup/lux +#1728829828 +git clone ssh://lxf/~/annex/glb.git +#1728829995 +ll /mnt/backup/ +#1728830005 +cd music/ +#1728830008 +git annex sync +#1728830013 +ll +#1728830024 +cd /mnt/backup/ +#1728830024 +ll +#1728830027 +cd music/ +#1728830034 +ll +#1728829921 +git clone ssh://lxf/~/annex/luxagraf.net.git +#1728830101 +ll sites/ +#1728830103 +ll sites/luxagraf.net/ +#1728830114 +mkdir sites/luxagraf.net/luxagraf.net +#1728830127 +rm -rf sites/luxagraf.net/luxagraf.net +#1728830129 +rsync -avvz -K sites/luxagraf.net/luxagraf.net /mnt/backup/sites/luxagraf.net/ +#1728830046 +git annex sync +#1728830315 +cd +#1728830353 +charge +#1728830320 +git annex webapp +#1728830482 +htop +#1728828060 +w3mlastsession +#1728828229 +mpv Shifter\ Context\ \[rA6pNPembzc\].webm +#1728830907 +mutt +#1728832166 +pac -Syu +#1728832989 +calc 60*20 +#1728833386 +cd photos/ +#1728833388 +gs +#1728833393 +v .gitignore +#1728833406 +gs +#1728833411 +ga . +#1728833427 +gc -m"edited some photos from houghton falls" +#1728833439 +git annex sync --content +#1728833544 +charge +#1728833561 +fdisk -l +#1728833594 +sudo mount /dev/sdb1 /mnt/card +#1728833606 +~/./bin/download-images.py /mnt/card/DCIM/100MSDCF/ +#1728833703 +cd ~/pictures/inbox/ +#1728833723 +reraw memorial-park-oct . +#1728833736 +rm -rf *.xmp +#1728833737 +ll +#1728833745 +.. +#1728833766 +mv inbox ../photos/2024/10_memorial-park-oct +#1728833771 +cd +#1728833774 +cd photos/ +#1728833776 +gs +#1728833792 +gaa 2024/10_memorial-park-oct/ +#1728833820 +gs +#1728833831 +cd 2024 +#1728833849 +~/./bin/annex-photo-add-exif.sh +#1728833854 +cd 10_memorial-park-oct/ +#1728833856 +~/./bin/annex-photo-add-exif.sh +#1728833881 +.. +#1728833896 +git annex metadata --tag wisconsin 10_memorial-park-oct/ +#1728833900 +git annex metadata --tag wisconsin 10_memorial-park-oct/* +#1728833905 +.. +#1728833907 +gs +#1728833918 +gc -m"added some last photos of memorial park" +#1728833924 +git annex sync --content +#1728834375 +gs +#1728834383 +gaa . +#1728834390 +gs +#1728834409 +git annex delete 024/10_memorial-park-oct/2024-09-30_163520_memorial-park-oct.ARW +#1728834418 +git annex delete 2024/10_memorial-park-oct/2024-09-30_163520_memorial-park-oct.ARW +#1728834560 +git annex drop --force 2024/10_memorial-park-oct/2024-09-30_163520_memorial-park-oct.ARW +#1728834562 +gs +#1728834600 +ga 2024/10_memorial-park-oct/2024-09-30_163520_memorial-park-oct.ARW +#1728834606 +ga 2024/10_memorial-park-oct/2024-09-30_163520_memorial-park-oct.ARW.xmp +#1728834607 +gs +#1728834617 +gc -m"edited photos of memorial park" +#1728834629 +git annex sycn +#1728834632 +git annex sync +#1728834636 +git annex sync --content +#1728834659 +sudo umount /mnt/card +#1728830146 +rsync -avvz -K ~/sites/luxagraf.net/luxagraf.net /mnt/backup/sites/luxagraf.net/ +#1728770221 +startx +#1728845054 +reboot +#1728845115 +fdisk -l +#1728845125 +sudo mount -o rw /dev/sda1 /mnt/backup +#1728845226 +cd /mnt/card/ +#1728845230 +cd /mnt/backup/ +#1728845231 +ll +#1728845235 +cd music/ +#1728845237 +git annex sync +#1728845255 +ssh lxf +#1728845278 +ll +#1728845289 +git fsck +#1728845301 +git gc --prune=now +#1728845324 +git prune +#1728845328 +git gc +#1728845342 +cd ~/music/library/ +#1728845342 +gs +#1728845347 +git annex sync +#1728845362 +git fsck +#1728845368 +git gc --prune=now +#1728845374 +git prune +#1728845378 +git gc +#1728845384 +git annex sync +#1728845136 +mutt +#1728845855 +git clone ~/photos ssh://lxf/~/photos +#1728845868 +ll +#1728845873 +ssh lxf +#1728846134 +cd photos/ +#1728846140 +v .git/config +#1728846194 +surf file:///home/lxf/photos/.git/annex/webapp.html +#1728846281 +v .ssh/config +#1728846356 +ssh lxf +#1728845390 +git annex sync --content +#1728846162 +git annex webapp +#1728845441 +w3mlastsession +#1728845089 +startx +#1728845111 +mnew 1 +#1728846500 +fdisk -l +#1728846507 +sudo mount -o rw /dev/sda1 /mnt/backup +#1728846515 +cd music/library/ +#1728846541 +cd photos/ +#1728846589 +cd ~/lux/ && v +#1728846593 +cd +#1728846597 +w3mlastsession +#1728846544 +git annex sync +#1728846926 +v .w3m/config +#1728848972 +mutt +#1728846522 +git annex sync --content +#1728853461 +ll /mnt/backup/ +#1728853468 +fdisk -l +#1728853481 +sudo mount /dev/sdb1 /mnt/backup +#1728853551 +ll /mnt/backup/ +#1728920115 +charge +#1728853555 +git annex sync --content +#1728847114 +git annex sync --content +#1728921304 +tint2 & +#1728921670 +killall tint2 +#1728922863 +jws I'm back +#1728922869 +jws "I'm back" +#1728922878 +jws "I'm back" --edit +#1728922901 +jws "I'm back" +#1728922913 +jws @ci +#1728922930 +jws @ci -edit +#1728922935 +jws @ci --edit +#1728922969 +jws @ci -edit +#1728922972 +jws @ci --edit +#1728922982 +jws @todo +#1728927370 +jw @ci hoogahealth red light, reached out +#1728929424 +jw @ci REI 650 Hoodie and Magma 850 jacket in men's large +#1728929435 +jw "@ci REI 650 Hoodie and Magma 850 jacket in men's large" +#1728929449 +jw @ci +#1728929455 +jws @ci +#1728929466 +jws @ci --edit +#1728929512 +jw @c bestqool red light, reached out via form +#1728929861 +jw @ci mammut down puffies Broad Peak IN Hooded Jacket Women, and Waymarker IN Hooded Jacket Men +#1728951114 +sudo umount /mnt/card +#1728951124 +sudo umount /mnt/backup +#1728952142 +cd wired/ +#1728952143 +gs +#1728952146 +ga notes.txt +#1728952156 +gc -m"added notes from calling stuff in" +#1728952166 +git push +#1728952205 +cd ~/notes/ +#1728952207 +ll +#1728952209 +gs +#1728952215 +cd ~/documents/ +#1728952216 +ll +#1728952453 +/usr/bin/w3m "https://www.youtube.com/watch?v=louFxI2dUx4" +#1728952473 +yt https://www.youtube.com/watch?v=louFxI2dUx4 +#1728952480 +yt louFxI2dUx4 +#1728952557 +yt https://www.youtube.com/watch?v=kmhAwAO2g_A +#1728952294 +newsboat +#1728952562 +yt kmhAwAO2g_A +#1728952894 +srchx notes spaghetti +#1728952975 +srchx notes best spaghetti +#1728952982 +@less +#1728953039 +srchx notes "best spaghetti" +#1729023376 +tint2 & +#1729023412 +killall tint2 +#1729023415 +mutt +#1729033464 +charge +#1729036617 +cat .ssh/config +#1729089984 +mutt +#1729090057 +ranger +#1729090173 +cd notes/ +#1729090174 +gs +#1729090180 +cd ~/.dotfiles/ +#1729090181 +gs diff --git a/.bashrc b/.bashrc index 576c9e9..acc8235 100644 --- a/.bashrc +++ b/.bashrc @@ -7,6 +7,7 @@ export EDITOR="vim" # keep dictionaries in ~/bin/ export STARDICT_DATA_DIR="$HOME/bin/dict/" export NOTES_DIR="$HOME/notes" +export NOTES="$HOME/notes/inbox.txt" export TERM="screen-256color" export GREP_COLOR='mt=00;38;5;166' export CM_HISTLENGTH=50 @@ -147,10 +148,6 @@ function f() { ${EDITOR:-vim} "$(rg -l $1 ${2:-.} | fzf --preview="bat {}" --preview-window=right:70%:wrap)"; } -function fg(){ - ${EDITOR:-vim} "$(grep -nr $1 ${2:-.} | fzf --preview="bat {}" --preview-window=right:70%:wrap)"; -} - #fuzzy find file names only function ff() { diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 5c1b398..b44b50b 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -1,14 +1,13 @@ xcompmgr -c & -tint2 & +#tint2 & redshift-gtk -l 34.3065:-82.66374 & nm-applet & clipmenud & mpd & -nextcloud & mullvad-vpn & xset r rate 251 25 & xset -b xcape -e 'Control_L=Escape' xinput set-prop 11 "libinput Click Method Enabled" 0 1 xinput set-prop 11 "libinput Natural Scrolling Enabled" 1 -feh --bg-fill ~/pictures/desktops/2017-09-01_084149_buckboard-abajo-mnts.jpg +feh --bg-fill ~/pictures/desktops/gray.png diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 93b82d6..14bcc0f 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -120,14 +120,10 @@ use obconf if you want to change these without having to log out and back in --> - 4 + 1 1 1 - 2 - 3 - 4 - 5 400