Unique

Everything via The Awesomer.

Updated

The Awesomer

theawesomer.com — Quirky finds across products, art, and video — hits the 'delight' brief directly. Feed bypasses the Cloudflare challenge — validated 2026-07-03 (theawesomer.com/feed/, trailing slash required); switched from fetch:skip to fetch:feed. 2026-08-04: article pages now sit behind a Cloudflare 'Just a moment...' challenge to curl, but the feed returns 200 with a usable one-paragraph description and an <enclosure> image per item. The enclosure is the _t.jpg thumbnail at 600x500 — over the hero floor, and the un-suffixed .jpg is NOT a valid URL, so use the enclosure as-is rather than trying to de-thumbnail it. 2026-08-18: parsing gotcha worth recording, because it silently zeroed this source for most of a run. The feed's enclosure attribute is SINGLE-quoted — <enclosure url='...' type='image/jpeg'/> — so a regex matching only url="..." finds no image and the source looks image-less. Descriptions are likewise wrapped in <![CDATA[...]]> and a naive <description>(.*?)</description> capture that does not strip CDATA comes back empty. Both were confirmed present and healthy this run; the failure was in the reader, not the feed. 2026-08-26: WebFetch confirmed blocked on article pages too, not just curl — /kizer-drop-bear-pei-pocket-knife/813556/ returns HTTP 403 to WebFetch and the 'Just a moment...' challenge to curl, so the feed remains the only path and items from this source stay unfact-checkable at the source. Two working hero paths reconfirmed in one run: the single-quoted <enclosure> _t.jpg at 600x500 for product posts, and, for video posts only, a full-size 1280x720 frame further down the item body under an opaque filename (dice_hoarder -> whwkvirtsz8.jpg, the_saga_of_rex -> 5urtumjsel0.jpg, the latter matching the YouTube ID). Prefer the maker's own photo where the post links one out: kizerknives.com served 1500x1500 against the enclosure's 600x500. 2026-08-27: reposts confirmed in the daily feed — maratac-x-pac-secret-utility-pouch/715462/ reappeared today with a 2023 photo path. The post ID is the tell: 7xxxxx is an old post being recycled, 813xxx is current. Check the ID before writing. 2026-08-28/29: two reconfirmations and one measurement. Article pages still return the Cloudflare 'Just a moment...' challenge to curl AND HTTP 403 to WebFetch (five post URLs probed), so the feed remains the only path — unchanged since 08-26. The 08-04 note that the un-suffixed .jpg is not a valid URL was re-tested against five items and holds: every `<name>.jpg` returned 404 while `<name>_t.jpg` returned 200, so the 600x500 enclosure really is the largest size this source serves. Prefer the maker's own page where the item body links one out (windupwatchshop.com gave 1727x2000 against the enclosure's 600x500). The 08-27 post-ID repost rule fired three times in one day — 724831, 692206 and 725871 all reappeared in the daily feed with 2023-era photo paths; 813xxx/814xxx are current. 2026-08-30: article pages still 403 to curl; the feed's <description> carried enough to write from on all five candidates examined. The 'prefer the maker's page' rule paid again — the YouTube thumbnail for the Kent Nishimura cover is 1280x720 against the enclosure's 600x500, and cropping the title overlay off the right leaves 900x720 of usable frame. 2026-09-02: article pages still serve the Cloudflare 'Just a moment...' challenge to curl; the feed's <description> and single-quoted <enclosure> carried everything needed for three candidates. **The 'prefer the maker's own page' rule paid again and also showed its limit in the same run**: carrooka.com served a 2560x1710 photo of a racked board against the enclosure's 600x500, while lego.com is itself Cloudflare-challenged, so the 600x500 enclosure was the best available for the Wallace & Gromit set and shipped as-is. The 08-27 post-ID repost rule fired once — maratac-glow-silicone-ro-tool-caddy reappeared at ID 773206 with a 2025/06 photo path and was dropped unwritten.

Reviews

Finds

← all sources