site: review — Loop radial window manager (graduates from find)
4-slide carousel (radial menu, preview, cycles, stash) sourced from the project's GitHub assets/graphics directory and re-encoded at 1280p.
This commit is contained in:
@@ -865,3 +865,10 @@ Reader's Digest Jokes / TidBITS / Kevin Kelly thetechnium: not scanned this run
|
||||
- **Put This On → marketplace-only output mostly**. Their "Inside Track" weekly emails are eBay-link members-only digests. Public posts are infrequent (J. Press March 5 was the last substantive one). Consider downgrading from `weekly` to `as-needed` cadence and only checking when a non-Inside-Track post is referenced elsewhere.
|
||||
- **Kikkerland Amazon-storefront verification**: still blocked by CAPTCHA. The 2026-05-06 evening note's two unblocks (pre-cached ASIN list, brand-store landing page) remain unimplemented. Until one lands, Kikkerland is functionally an unproductive source for finds that need the `gift` Amazon-default tag rule applied.
|
||||
- **Snow Peak collection JSON parsing**: the 2026-05-06 morning post-run note about migrating MoMA + Snow Peak to JSON-endpoint fetches finally got applied this run for both. Snow Peak in particular has a much richer pool than the homepage suggested — the 28-product New Arrivals collection is a steady source of distinctive titanium kit. Worth formalizing the regex-on-product-handle pattern in the skill.
|
||||
|
||||
## 2026-05-09 — review: loop-radial-window-manager
|
||||
|
||||
Graduated from find captured 2026-05-09, source: r/macapps.
|
||||
Hero + carousel: 4-slide carousel matching the homerow/dockdoor pattern. Pulled `Radial Menu.mp4`, `Preview.mp4`, `Cycles.mp4`, and `Stash.mp4` from `MrKai77/Loop` GitHub develop branch (`assets/graphics/`). Sources were 3680×2304@60 retina screen recordings, 4-6 MB each — re-encoded with ffmpeg (`scale=1280:-2`, libx264 CRF 23, yuv420p, faststart, audio stripped). Final sizes: 1.3 MB / 2.9 MB / 1.2 MB / 182 KB. Hero (slide 1, radial-menu.mp4) registered in `src/lib/hero.ts`.
|
||||
Category: `interface` (existing — same bucket as alcove, alt-tab, dockdoor, monocle).
|
||||
Pattern note: **GitHub `assets/graphics/` directories are an underused hero source for open-source mac apps**. Listed via `api.github.com/repos/.../contents/assets/graphics`, downloaded with curl. Source quality (retina captures) means re-encoding is mandatory or the page weighs 25+ MB; standard recipe is `scale=1280:-2` + CRF 23 + strip audio.
|
||||
|
||||
Reference in New Issue
Block a user