This is a submission for DEV's Summer Bug Smash: Clear the Lineup powered by Sentry.

Project Overview

I wanted one number: what share of the entries in this challenge declare a particular prize category. It decides whether writing another entry is worth the evening.

I got that number wrong three times in one morning. Every wrong answer looked finished.

First wrong answer: 19. The listing endpoint returns titles and tags but not bodies, and the prize category is declared by a heading inside the body. So I counted titles containing "gemini" or "google". That found 19 of the 66 entries that actually carry the heading — and one of the 47 it missed was my own most recent entry, whose title mentions neither word. I had been quoting that proxy for days.