diff --git a/daily-finds.log.md b/daily-finds.log.md index c1bc0f4..81ca4a1 100644 --- a/daily-finds.log.md +++ b/daily-finds.log.md @@ -2,6 +2,10 @@ Running record of every candidate surfaced by `/daily-finds`. The chosen pick of the day is prepended with `[chosen]`. Source attribution per candidate lets us track which sources produce winners over time. +## 2026-05-06 — review: felo-ergonic-screwdriver-set + +Graduated from find captured 2026-05-03, source: Tools and Toys. Reused the find's `hero.jpg` (the six-piece set, two-tone soft handles fanned beside the chrome shafts). New category `tools` introduced — `kit` is reserved for preparedness/glovebox objects (valchoose-barf-bags), `kitchen` is too narrow for a workshop tool, and none of the software-leaning categories fit a hand-tool. `tools` is now the natural home for future workshop/hand-tool graduates. Tags merge the find's set with `workshop` and `household`. Registered in `src/lib/hero.ts` per build-review Step 6. + ## 2026-05-06 — review: gum-shell Graduated from find captured 2026-05-03, source: One Thing Well. Reused the find's `hero.png` (1280×650 terminal screenshot of the `choose` component). New category `terminal` introduced — `automation` (workflow runners like SmartMover) doesn't fit a shell-script library; `apex-markdown-processor` is parked in `writing` because its prose-rendering virtue dominates, but `terminal` is now the natural home for future TUI/CLI graduates. Tags merge the find's set with `charm` and `cli`. Slug stays `gum-shell` while `name: "gum"` is preserved (lowercase) — keeps URL disambiguation while honoring the project's actual name. Registered in `src/lib/hero.ts` per build-review Step 6; verified the `/grid/` and `/` tiles ship the hashed `_astro/hero.BWXhSEZJ_*.webp`. Note: `gum-shell` is also referenced in the `2026-05-06-things-in-the-terminal` superpost — the superpost's grid card now links to the find page, which forwards to the review. diff --git a/src/content/find/felo-ergonic-screwdriver-set/index.mdx b/src/content/find/felo-ergonic-screwdriver-set/index.mdx index 2a5e7b3..ecffc44 100644 --- a/src/content/find/felo-ergonic-screwdriver-set/index.mdx +++ b/src/content/find/felo-ergonic-screwdriver-set/index.mdx @@ -7,6 +7,7 @@ linkText: "Buy on Amazon" source: "Tools and Toys" topics: [tools, gifts] tags: [hand-tools, ergonomic, made-in-germany] +promotedTo: felo-ergonic-screwdriver-set --- A German-made screwdriver set whose handles use a softer outer compound than the usual hard plastic — the grip squashes against your palm under twisting load, putting more skin in contact with the tool and reducing the pressure points that make long screw-driving sessions hurt. The shafts are chrome-vanadium with magnetized tips. It's the rare case of a household tool that's quietly nicer to hold than its peers without costing five times as much. diff --git a/src/content/reviews/felo-ergonic-screwdriver-set/hero.jpg b/src/content/reviews/felo-ergonic-screwdriver-set/hero.jpg new file mode 100644 index 0000000..cf3250f Binary files /dev/null and b/src/content/reviews/felo-ergonic-screwdriver-set/hero.jpg differ diff --git a/src/content/reviews/felo-ergonic-screwdriver-set/index.mdx b/src/content/reviews/felo-ergonic-screwdriver-set/index.mdx new file mode 100644 index 0000000..25e0125 --- /dev/null +++ b/src/content/reviews/felo-ergonic-screwdriver-set/index.mdx @@ -0,0 +1,24 @@ +--- +name: 'Felo "Ergonic" Screwdriver Set' +subtitle: "German hand-tools whose soft handles deform under load to put more skin on the grip" +date: 2026-05-06 +category: tools +tags: [hand-tools, ergonomic, made-in-germany, workshop, household] +link: "https://www.amazon.com/dp/B002YNQVPE" +linkText: "View on Amazon" +description: "A German-made screwdriver set whose soft outer handle compound squashes against your palm under twisting load, increasing contact area and reducing the pressure points that hurt during long jobs." +source: "Tools and Toys" +fromFind: "felo-ergonic-screwdriver-set" +--- + +![The Felo Ergonic six-piece screwdriver set, soft two-tone handles fanned out next to the chrome shafts](./hero.jpg) + +> A German-made screwdriver set whose handles use a softer outer compound than the usual hard plastic. Under twisting load the grip squashes against your palm, putting more skin in contact with the tool and dulling the pressure points that make long jobs hurt. + +Most household screwdrivers share the same handle: rigid plastic with a few moulded flutes and a hard ridge that digs into the meat of your thumb the moment you put real torque on it. The Felo Ergonic handle is a two-compound design — a hard inner core for stiffness, a softer outer skin that gives slightly under load. The result is that as you bear down, the grip deforms into your palm rather than pressing back at a point. More skin on the tool, fewer hot spots. + +The rest of the set is unfussy. Chrome-vanadium shafts, magnetized tips, the standard slotted/Phillips/Pozidriv complement covering nearly any household fastener. Made in Germany, sized for adult hands, and balanced so the handle does not feel top-heavy when you set the driver down vertically. None of these are revolutionary specs — they are simply the boring fundamentals done correctly. + +What earns the set its place is the realization that "screwdriver" is a tool you have probably never thought hard about, and that a small handle redesign turns a job that hurts after twenty fasteners into one that doesn't. It is the rare household upgrade that is quietly nicer to hold than its peers without costing five times as much. + +Honest limitations: the set is not exhaustive — no Torx or precision sizes, so it does not replace a watchmaker's kit or an electronics driver. The soft outer compound also picks up grease and shop dirt more readily than smooth plastic; a wipe-down keeps it tacky rather than slick. Neither matters for the household case the set is built for. diff --git a/src/lib/hero.ts b/src/lib/hero.ts index 16f1b1f..bdf0205 100644 --- a/src/lib/hero.ts +++ b/src/lib/hero.ts @@ -5,6 +5,7 @@ import altTab from '../content/reviews/alt-tab/hero.jpg'; import apex from '../content/reviews/apex-markdown-processor/hero.png'; import blip from '../content/reviews/blip/hero.jpg'; import esproP7 from '../content/reviews/espro-p7-french-press/hero.jpg'; +import feloErgonic from '../content/reviews/felo-ergonic-screwdriver-set/hero.jpg'; import finalist from '../content/reviews/finalist/hero.png'; import folderPeek from '../content/reviews/folder-peek/screenshot.png'; import gumShell from '../content/reviews/gum-shell/hero.png'; @@ -38,6 +39,7 @@ export const heroes: Record = { 'apex-markdown-processor': { kind: 'image', src: apex }, blip: { kind: 'image', src: blip }, 'espro-p7-french-press': { kind: 'image', src: esproP7 }, + 'felo-ergonic-screwdriver-set': { kind: 'image', src: feloErgonic }, finalist: { kind: 'image', src: finalist }, 'folder-peek': { kind: 'image', src: folderPeek }, 'gum-shell': { kind: 'image', src: gumShell },