Day 16 of isolation. My sleep schedule has definitely fallen apart. Did my first Sad Bastard Cookbook grocery shop and feel like I cheated capitalism. Watched Mickey 17. Still find myself oddly drawn to learning CGI. Wondering if I’d enjoy it as much as Mojolicious.


Getting a lot of enjoyment out of my tilde account. Added the viewport meta value so things are readable on my phone. Improved my wikilinks to link from [[page]] to page.html and [[page/]] to page/. Watched To Die For. Now playing:


WordPress

The transition to WordPress for my portfolio has been positive, despite mixed feelings about relying on Jetpack for additional features.


The labour of archiving webpages previously saved with Pocket continues. A problem encountered is half the sites block me as an scraper bot. Wondering if I should also save a “reader” version with rdrview.


Solved my webpage archiving problem.

wget -k -O "$tmpfile" "$url"
tidy -ashtml < "$tmpfile" 2>/dev/null | sed '/<script/,/<\/script>/d'

Watched Zola and Sicario. Had a dream last night I installed XQuartz. What is wrong with me?


Hit a snag with my plan to just use curl to archive webpages.

curl -sL [URL] | sed 's/<script[^>]*<\/script>//'

This won’t strip JavaScript between <script> tags on multiple lines. I think I need to install something like jq for SGML.


I should not have had a coffee at 10:30pm last night. Watched A Quiet Place: Part II and Sinners. Avoided reckoning with my own mortality by figuring out how to archive webpages with curl, sed and sh: https://rnkn.tilde.institute/bookmarks/


Compiled sfeed on tilde.institute and now have it running on a cronjob. Readied a patch for lowdown to better render blockquotes in nroff. Reported a memory leak in Shiori. Deleted Instagram off my phone. Again.