diff --git a/daily-finds.log.md b/daily-finds.log.md index 6183f1b..b95f026 100644 --- a/daily-finds.log.md +++ b/daily-finds.log.md @@ -4591,3 +4591,34 @@ Source maintenance: - `updated` field bumped to 2026-08-01. New source nominees: 2 (designboom, Unnecessary Inventions — see candidate-sources.md), plus one explicitly considered and declined (Select.Supply). candidate-sources.md backlog now 21+ unvetted. + +## 2026-08-01 — cluster run + +Wrote 6 bundles from an unbundled pool of 32 shortlisted finds (30 eligible). +Reuses across bundles: 0 (budget: ~20%). Every item is drawn from the unbundled pool and appears in exactly one new bundle — no repeats from existing bundles, none across the six. +Deferred clusters (hero floor): 1 — see below. +Uncovered finds: 3 — see below. + +**The backlog check fired, so this is a cluster run rather than a single themed bundle.** The unbundled shortlisted pool stood at 32 against the ~25 threshold, having accumulated across the three-day gap since 07-29 plus today's 12. Six clusters take it down to 3 uncovered. + +Bundles created: +- 2026-08-01-what-survived-was-never-the-plan: What survived was never the plan (5 items, 3 heroes) +- 2026-08-01-the-smallest-the-largest-the-emptiest: The smallest, the largest and the emptiest (3 items, 3 heroes) +- 2026-08-01-proof-you-can-look-at: Proof you can look at (4 items, 3 heroes) +- 2026-08-01-the-eight-year-test: The eight-year test (4 items, 4 heroes) +- 2026-08-01-nothing-leaves-the-machine: Nothing leaves the machine (6 items, 3 heroes) +- 2026-08-01-worth-going-out-of-your-way-for: Worth going out of your way for (4 items, 3 heroes) + +Notes on the partition, since an unattended cluster run is the stage most worth vetoing: + +- **"What survived was never the plan"** is the run's strongest theme and the reason the history finds were not simply lumped together. The through-line is transmission failure rather than subject: a codex scraped for parchment that kept its mathematics underneath, a town invented to catch plagiarists that then opened for business, a bridge whose only source is its own plaque, a concession speech its supposed author may have made up years later, and a library of novels nobody expected to be free. Distinct from `2026-07-21-somebody-put-the-whole-of-it-online` (which is about access) because this one is about *accident*. +- **"The smallest, the largest and the emptiest"** is deliberately three items. The skill allows three for a tight theme, and the theme is as tight as it gets — one superlative each, all three visitable, all three hero-bearing. A fourth would have meant a place that is merely interesting, which breaks the joke. `champion-lodgepole-pine` was pulled up from the non-shortlisted pool for it, which is the right use of a cluster run. +- **"Proof you can look at"** puts `chipbuilder` next to a shaker of iron filings and two collections of pictures, which reads odd on a tag list and is exactly right on the merits: all four take something you can only be told about — a field, a shared geometry, a species, the layers under machine code — and make it something you look at. +- **"The eight-year test"** takes its framing from the ACL find's own argument (Michael Williams's threadbare eight-year-old Rivay shirt) rather than from a durability tag. Four items, four heroes, the best-illustrated grid of the run. +- **"Nothing leaves the machine"** is the one privacy claim worth double-checking, so: every one of the six is local by construction, not by policy — a KeePass file you hold, a model on your own silicon, on-device HomeKit inference, offline speech, a native RAW browser and a journal that is plain text on disk. **`mailmaven` was deliberately left out of it** despite being today's obvious Mac find: its news this week is an AI-assistant bridge, and putting it under this banner would assert something about its data handling that has not been checked. It stays uncovered instead. +- **"Worth going out of your way for"** lost a fifth item at the last check. `payphone-at-the-edge-of-the-forest` fits the detour theme perfectly and its own find body says the surrounding trail is closed for Eaton Fire recovery — sending readers down a closed trail is precisely the failure a "worth the drive" bundle must not commit. Dropped to four rather than qualified in prose. + +Deferred cluster (hero floor not met), **second consecutive deferral and now a pattern rather than a coincidence**: "Free, in a browser tab, no account" — `chronos-terminal-games` (no hero), `beakdown` (no hero), `hurtle` (no hero), `sunflowers-logic-puzzle` (no hero), `etymologue` (no hero). Five items, zero heroes, against a floor of two. This is the same cluster 07-29 held `beakdown` for, and it has got *worse* rather than better: three of today's four Show HN finds landed in it heroless. The cause is structural and now well evidenced — solo browser-toy makers publish a poster as their og image, not a screenshot, and there is no second source to try. **The fix is not another run of waiting.** Either the pipeline starts accepting a clean in-game frame captured some other way, or this theme never ships. Flagging it for an operator call rather than deferring it a third time in silence. + +Uncovered finds (3, all shortlisted, all deliberate): `fulton-steamboat-willie-playing-cards` — a genuinely strong find with a clean hero, awaiting a print/design theme; forcing it into "Proof you can look at" would have been the exact padding the skill warns against. `coast-mac-control-surface` — a remote-control surface, not local processing, so it does not belong under "Nothing leaves the machine". `mailmaven` — see above. +Ineligible (alcohol/tobacco), excluded from the pool up front rather than counted as uncovered: `do-your-whisky-whiskey-making-kit`, `fieldbar-mini-bar`. diff --git a/src/content/bundles/2026-08-01-nothing-leaves-the-machine/index.mdx b/src/content/bundles/2026-08-01-nothing-leaves-the-machine/index.mdx new file mode 100644 index 0000000..242887b --- /dev/null +++ b/src/content/bundles/2026-08-01-nothing-leaves-the-machine/index.mdx @@ -0,0 +1,16 @@ +--- +title: "Nothing leaves the machine" +date: 2026-08-01 +tags: [daily-finds, macos-apps, productivity] +description: "Six Mac and iOS tools that do their work locally — a local LLM server, an on-device agent, a KeePass vault, offline speech, a native RAW browser and a journal that is just files." +blurb: "Six tools whose whole design decision is that your data never goes anywhere." +items: + - osaurus + - open-minis + - panicvault + - orate-mac-text-to-speech + - imagin-raw-photo-browser + - paper-journaling-cli +--- + +> There is a quiet category of software whose best feature is an absence: no account, no server, no upload. A vault that is one file you own, a model that runs on your own silicon, a journal that is only ever plain text on disk. diff --git a/src/content/bundles/2026-08-01-proof-you-can-look-at/index.mdx b/src/content/bundles/2026-08-01-proof-you-can-look-at/index.mdx new file mode 100644 index 0000000..8b23ba8 --- /dev/null +++ b/src/content/bundles/2026-08-01-proof-you-can-look-at/index.mdx @@ -0,0 +1,14 @@ +--- +title: "Proof you can look at" +date: 2026-08-01 +tags: [daily-finds, learning-and-reference, design-and-art] +description: "Four things that take something invisible — a magnetic field, a shared geometry, a species, the inside of a processor — and put it where you can see it." +blurb: "Four ways to make an abstraction stand up where you can point at it." +items: + - magnetic-sand + - patterns-in-nature-philip-ball + - portraits-of-trees-chestnuts + - chipbuilder +--- + +> The gap between knowing a thing and seeing it is wider than it should be. A shaker of iron filings closes it in two seconds; a book, a chapter of paintings and a browser game take slightly longer and close it for good. diff --git a/src/content/bundles/2026-08-01-the-eight-year-test/index.mdx b/src/content/bundles/2026-08-01-the-eight-year-test/index.mdx new file mode 100644 index 0000000..ca32298 --- /dev/null +++ b/src/content/bundles/2026-08-01-the-eight-year-test/index.mdx @@ -0,0 +1,14 @@ +--- +title: "The eight-year test" +date: 2026-08-01 +tags: [daily-finds, carry-and-wear, gadgets-and-toys] +description: "A field shirt, a nine-dollar pouch, a titanium pry bar and a steel toolbox — four things built on the assumption you will still be using them in a decade." +blurb: "The only review that counts is the one you write eight years in." +items: + - acl-x-rivay-highland-field-shirt + - maratac-deep-cover-clip-pouch + - crkt-hangpry-titanium-pry-bar + - rampage-trail-can-toolbox +--- + +> Michael Williams argued for his shirt collaboration by pointing at a threadbare eight-year-old shirt he still reaches for, which is a better standard than any spec sheet. These four are built for that test: one piece of titanium with nothing to loosen, a clip stitched into the body rather than bolted on, steel with the drawers inside. diff --git a/src/content/bundles/2026-08-01-the-smallest-the-largest-the-emptiest/index.mdx b/src/content/bundles/2026-08-01-the-smallest-the-largest-the-emptiest/index.mdx new file mode 100644 index 0000000..15eae12 --- /dev/null +++ b/src/content/bundles/2026-08-01-the-smallest-the-largest-the-emptiest/index.mdx @@ -0,0 +1,13 @@ +--- +title: "The smallest, the largest and the emptiest" +date: 2026-08-01 +tags: [daily-finds, travel-and-places, outdoors-and-nature] +description: "Three superlatives you can walk up to: England's smallest active parish church, California's largest recorded lodgepole pine, and eighteen kilometres of almost empty beach." +blurb: "Three records, all of them visitable, none of them behind a rope." +items: + - saint-olafs-church-wasdale-head + - champion-lodgepole-pine + - praia-de-santa-monica +--- + +> Superlatives usually live in a book. These three are places you can stand in — a church that seats thirty-nine at a push, a pine that started growing in 1560, and a beach whose distinction is how little was ever built on it. diff --git a/src/content/bundles/2026-08-01-what-survived-was-never-the-plan/index.mdx b/src/content/bundles/2026-08-01-what-survived-was-never-the-plan/index.mdx new file mode 100644 index 0000000..78bd861 --- /dev/null +++ b/src/content/bundles/2026-08-01-what-survived-was-never-the-plan/index.mdx @@ -0,0 +1,15 @@ +--- +title: "What survived was never the plan" +date: 2026-08-01 +tags: [daily-finds, history-and-archives, learning-and-reference] +description: "Five records that outlived their purpose, their author, or the truth — a scraped codex, an invented town, a plaque, a concession speech and a whole library." +blurb: "Each of these reached us by an accident nobody intended, and is better for it." +items: + - archimedes-palimpsest + - agloe-paper-town + - mac-racken-bridge + - quote-the-people-have-spoken + - tale-fyi +--- + +> A monk scraping a page clean, a cartographer planting a lie, a prankster claiming a speech he may never have made. What comes down to us is rarely what anyone set out to preserve — and these five are all the more interesting for arriving sideways. diff --git a/src/content/bundles/2026-08-01-worth-going-out-of-your-way-for/index.mdx b/src/content/bundles/2026-08-01-worth-going-out-of-your-way-for/index.mdx new file mode 100644 index 0000000..4b85b5d --- /dev/null +++ b/src/content/bundles/2026-08-01-worth-going-out-of-your-way-for/index.mdx @@ -0,0 +1,14 @@ +--- +title: "Worth going out of your way for" +date: 2026-08-01 +tags: [daily-finds, travel-and-places, food-and-drink] +description: "A lighthouse that takes overnight guests, a 1913 covered bridge, a resort where every trailer is an exhibit, and a map of meals under ten dollars worth the drive." +blurb: "Four reasons to take the long way, and one map for finding lunch on it." +items: + - saugerties-lighthouse + - burpee-covered-bridge + - living-history-museum-of-camping + - cheapfoodmap +--- + +> The detour is the point. Check the tide chart before you walk to the lighthouse, mind the 3.1 metres on the covered bridge, and eat somewhere a stranger has already verified costs under ten dollars.