Show HN: I made Google Trends for Hacker News by indexing 18 years of comments(hackernewstrends.com)
727 points by ytkimirti 21 hours ago | 149 comments
tl;dr: Hacker Trends is a Google Trends–style tool that charts how often topics, tools, or people appear across 18 years of Hacker News posts and comments, built on a date-histogram over 45M items using Upstash Redis Search. Users can overlay multiple terms to compare traction over time and drill down into the underlying stories and comments. The site includes curated comparisons illustrating shifts like Webpack→Vite, MySQL→Postgres, TensorFlow→PyTorch→JAX, and Cursor→Claude Code→Codex.
HN Discussion:
  • ~Alternative existing solutions like ClickHouse data lake already enable similar queries
  • Comparison to Google Trends is misleading since this measures published text, not searches
  • Site is broken due to traffic overload and rate-limiting issues
  • ~Tool needs improvements like normalization by total volume to account for site growth
  • Cool concept with fun discovery potential; suggestions like sentiment analysis would enhance it