TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Let Me Summarize That for You

6 pointsby amir-h10 months ago
TL;DR paste an article URL in <a href="https:&#x2F;&#x2F;letmesummarizethatforyou.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;letmesummarizethatforyou.com&#x2F;</a> and get a brief summary in a shareable link.<p>Hey HN, Machine generated summaries have become pretty good, and I still often find myself staring at a long article I&#x27;m interested in but don&#x27;t have enough time&#x2F;energy at the moment to read it.<p>Copy pasting to Gemini&#x2F;ChatGPT and asking it to summarize works, but I sometimes find it a little tedious.<p>I had a 6 hour flight and I used it to put together this simple web app, all it does is fetch the URL, extract the text (if it&#x27;s an HTML&#x2F;PDF), ask an LLM to summarize it nicely, and produce a shareable link with the summary.<p>I actually found myself using this quite a bit to get summaries for HN posts, for example here&#x27;s the summary for the &quot;Reverse engineering Ticketmaster&#x27;s rotating barcodes&quot; [1] article that was posted recently: <a href="https:&#x2F;&#x2F;letmesummarizethatforyou.com&#x2F;url&#x2F;?url=https%3A%2F%2Fconduition.io%2Fcoding%2Fticketmaster%2F" rel="nofollow">https:&#x2F;&#x2F;letmesummarizethatforyou.com&#x2F;url&#x2F;?url=https%3A%2F%2F...</a><p>[1] original HN post - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=40906148">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=40906148</a>

1 comment

randxm10 months ago
pdf works! can be useful for summarizing arxiv links here.<p>feature request: add support for twitter links.