-
do_internet.sh
Automate batch operations to allow easy offline work. elfeed, toot, offpunk
-
NNCP
-
Barriers to offline work
-
Ensure msmtp can queue and send later or setup Postfix
-
-
Grafting onto crabapple, faster than growing from sapling?
Recipies
- https://www.lacuisinedejeanphilippe.com/recipe/tourtiere-de-millet/
- https://www.motherearthnews.com/real-food/foraging-mulberries-and-a-recipe-for-mulberry-chutney-zbcz1605/
Mill Crushables
Misc
offpunk replacement
Offpunk is a great workflow. I like that I can have it fetch
rss/atom/& and cache the first level links for offline use, but:
-
The code is a bit of a mess. Single file is great for install, but...
-
Startup is slow. For all the talk of having no dependencies, it does many checks and backfills for missing libraries at start.
-
Fetching everything is slow since there is no concurrency.
I think Go is a good choice for a follow-up work. The built-in concurrency could make it quite fast and the static binary output could approach dependency-free installation with a bit of planning.
To Read
-
The Typewriter Revolution - Richard Polt
-
Machinery's Handbook
-
The Medusa and the Snail
-
The Machinery of Life
-
A Computer Scientists Guide to Cell Biology
-
The Eighth Day of Creation
Questions
Q: What does it mean for RNA to hybridize, e.g. "hence most mRNA will easily hybridize to a nucleic acid that consists of a long sequence of thymine residues". Attach / bind / interact?
A: "Base-pairing". When two sections of DNA or RNA are complementary, they can spontaneously bond together.