site: media + colocation — chunk 1/4 (code, configs, docs)

Code, configs, README, CHANGELOG, sources/log files, .claude.
Subsequent chunks land the renamed media files.
This commit is contained in:
2026-05-04 17:54:14 -04:00
parent e873460465
commit 5dcd99361f
25 changed files with 1138 additions and 243 deletions
+119
View File
@@ -2,10 +2,13 @@
"updated": "2026-05-03",
"topics": [
"macos-apps",
"apple-tips",
"tools",
"gifts",
"clothing",
"travel",
"quotes",
"dad-jokes",
"general-delight"
],
"sources": [
@@ -419,6 +422,122 @@
"fetch": "curl",
"fetchUrl": "https://kk.org/thetechnium/",
"notes": "Kelly's main site — the '68 Bits of Advice' / Excellent Advice posts often link out to delightful tools and books. Posts live at /thetechnium/; the homepage is a static about page."
},
{
"name": "TidBITS",
"url": "https://tidbits.com",
"type": "magazine",
"topics": ["apple-tips", "macos-apps"],
"cadence": "weekly",
"notes": "Adam Engst's long-running Apple-platform publication. Tip-rich, technically careful, never reckless — a steady source of considered advice."
},
{
"name": "The Eclectic Light Company",
"url": "https://eclecticlight.co",
"type": "blog",
"topics": ["apple-tips"],
"cadence": "daily",
"notes": "Howard Oakley's deep dives into macOS internals, system maintenance, and forgotten corners of the OS — endlessly delightful for anyone who likes pulling threads."
},
{
"name": "Brett Terpstra",
"url": "https://brettterpstra.com",
"type": "blog",
"topics": ["apple-tips", "macos-apps"],
"cadence": "weekly",
"notes": "Power-user Mac scripts, automation, and small utilities from the author of TextExpander/Marked — generous with workflow snippets and 'web excursions' link roundups."
},
{
"name": "Dr. Drang — leancrew.com",
"url": "https://leancrew.com",
"type": "blog",
"topics": ["apple-tips"],
"cadence": "weekly",
"notes": "And now it's all this — engineer's perspective on macOS automation, command-line tricks, and Shortcuts. Quiet authority."
},
{
"name": "9to5Mac — Guides",
"url": "https://9to5mac.com/guides/",
"type": "blog",
"topics": ["apple-tips"],
"cadence": "daily",
"notes": "Tip and how-to guides across iOS/macOS/iPadOS. Volume is high; scan for the discovery-flavored posts rather than the SEO-bait ones."
},
{
"name": "r/shortcuts",
"url": "https://www.reddit.com/r/shortcuts/",
"type": "subreddit",
"topics": ["apple-tips"],
"cadence": "daily",
"fetch": "curl",
"fetchUrl": "https://www.reddit.com/r/shortcuts/top/.json?t=week&limit=25",
"notes": "iOS/macOS Shortcuts community — sort by Top of the week to surface the cleverest automations. Reddit blocks WebFetch; use the JSON endpoint via curl with a UA header."
},
{
"name": "OSXDaily",
"url": "https://osxdaily.com",
"type": "blog",
"topics": ["apple-tips"],
"cadence": "daily",
"notes": "Long-running daily Mac/iOS tip site. Signal is mixed but it surfaces obscure things others miss — good for the occasional gem."
},
{
"name": "Quote Investigator",
"url": "https://quoteinvestigator.com",
"type": "blog",
"topics": ["quotes"],
"cadence": "weekly",
"notes": "Garson O'Toole's research-driven investigation of quote provenance — debunks misattributions and lands on the actual source. The gold standard."
},
{
"name": "Wikiquote",
"url": "https://en.wikiquote.org",
"type": "wiki",
"topics": ["quotes"],
"cadence": "as-needed",
"notes": "Wikipedia's sister project. Citation-disciplined and wide-ranging — the place to verify a half-remembered line before passing it on."
},
{
"name": "The Marginalian",
"url": "https://www.themarginalian.org",
"type": "blog",
"topics": ["quotes", "general-delight"],
"cadence": "weekly",
"notes": "Maria Popova's literary essays, dense with sourced quotations from books worth tracking down. Formerly Brain Pickings."
},
{
"name": "A.Word.A.Day",
"url": "https://wordsmith.org/awad/",
"type": "newsletter",
"topics": ["quotes"],
"cadence": "daily",
"notes": "Anu Garg's daily word arrives with a 'Thought for Today' quotation — a reliable trickle of well-chosen lines."
},
{
"name": "r/dadjokes",
"url": "https://www.reddit.com/r/dadjokes/",
"type": "subreddit",
"topics": ["dad-jokes"],
"cadence": "daily",
"fetch": "curl",
"fetchUrl": "https://www.reddit.com/r/dadjokes/top/.json?t=week&limit=25",
"notes": "Heavily moderated for original groaners. Sort by Top of the week to filter out the recycled ones."
},
{
"name": "icanhazdadjoke",
"url": "https://icanhazdadjoke.com",
"type": "api",
"topics": ["dad-jokes"],
"cadence": "daily",
"notes": "Curated dad-joke service with a clean JSON API (Accept: application/json). Quality is consistent; jokes do recycle, so dedupe by text."
},
{
"name": "Reader's Digest — Jokes",
"url": "https://www.rd.com/jokes/",
"type": "site",
"topics": ["dad-jokes"],
"cadence": "weekly",
"notes": "Listicle-format joke roundups; the dad-joke pages are reliable for fresh, family-friendly batches."
}
]
}