Hello visitor! There’s some stuff here, but you might want to look at porg.es as well.
🏠
Working from home
(this is mostly a junkyard, but there are some nice bits)
- Auckland, Aotearoa [New Zealand]
-
20:56
(UTC +13:00) - https://porg.es/
- https://orcid.org/0000-0003-2072-8026
- @porges@toot.cafe
- https://bsky.app/profile/porg.es
Pinned Loading
-
-
Uniquely identified words of the for...
Uniquely identified words of the form i18n, l10n (ignoring but preserving case, skipping words with apostrophes, using wamerican wordlist) 1# to look up a word by "definition" (f2d = find):
2f2d() { grep -ixe "$(echo "$1" | sed 's/[[:digit:]]\+/\\w\\{\0\\}/g')" /usr/share/dict/words; }
34# to generate the word lists below:
5while read word; do if [[ "${#word}" -gt 2 && "$word" != *"'"* ]]; then echo "$word ${word: 0:1} $((${#word} - 2)) ${word: -1:1}"; fi; done < /usr/share/dict/words | sort -f -k2,2 -k3,3n -k4,4 | uniq -u -i -f1 | awk '{ print $2 $3 $4 " " $1 }' > AnZ.txt
-
-
programming-history
programming-history PublicInspired by Cajori’s A History of Mathematical Notations, and/or TV Tropes.
-
-
find-reads
find-reads PublicChrome/Edge extension to find Overdrive links for Goodreads books
JavaScript 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.