|
Hey HN, the full story is on the page, but here's the TL;DR: I'm 35 and somewhere along the way I lost the ability to finish reading articles. I'd open them, read 2-3 paragraphs, get distracted, and close the tab feeling like a failure. My "Read Later" list became a graveyard of 2,000+ unread articles. I tried everything – focus apps, reader modes, blocking extensions. Nothing worked. Then I realized. 'maybe the problem isn't me'. Modern web articles are designed for engagement metrics, not comprehension. Sidebars, popups, related articles, comment sections – everything is optimized to pull your attention away. So I built Parsely. It shows one paragraph at a time, blurs everything else. Stupidly simple. But it worked. I'm finally finishing articles again. Tech stack: WXT framework, TypeScript, Mozilla Readability (same as Firefox Reader View), Shadow DOM for style isolation. Code is MIT licensed: https://github.com/TeamOliveCode/parsely Happy to answer questions about the implementation or commiserate about our collective attention spans! |
It's not that I don't agree with you about the low quality of web reading experiences, and that many articles themselves are low quality bait, designed to tease, rather than inform. I resnt the time wasted on checking out articles, skimming them, and realizing they're crap, and am equally annoyed by the distractions inflicted on readers attempting to read quality long form articles.
But unlike you, I find it relatively easy to parse an article, decide quickly whether it's worth reading or not, and allocate cognitive capacity (if it's complex) or engage reader view it looks to be simple but I want to zip through it quickly (eg articles that are a straightforward list of facts).
I'm all for it if this tool is helpful to people; I just wonder if it's solving the real problem.