Have you ever wondered when the Hacker News community started talking about Rust, Kubernetes, or ChatGPT? A developer just made that possible by indexing 18 years of HN discussions into a single tool. The result is a goldmine for anyone tracking how the tech ecosystem evolves.
Hacker News Trends: how it works
The tool is available at hackernewstrends.com. The concept is straightforward: type a term, a tool, or a name, and get a frequency histogram spanning 18 years of Hacker News discussions. Each point on the curve represents the density of mentions across posts and comments on the platform.
The corpus is massive: 45 million posts and comments indexed. The search engine runs on Upstash Redis Search. Below the chart, actual stories and comments appear, filterable by term or author. The source code is available on GitHub.
What you can do with this tool
The interface lets you overlay multiple terms to visualize their respective trajectories. That’s where the tool gets genuinely interesting for tech professionals.
A few examples from the default comparisons provided:
- Docker vs Kubernetes: Docker explodes in 2014 as the hot new thing, then Kubernetes inherits the spotlight from 2016 onward when orchestration becomes the real conversation.
- Webpack vs Vite: Webpack dominates the build space from 2015 to 2020, Vite overtakes it from 2022 onward.
- ChatGPT vs DeepSeek: the launch of ChatGPT in late 2022 creates an immediate spike, then DeepSeek triggers its own shockwave in January 2025.
- Jenkins vs GitHub Actions: Jenkins reigns over CI in the mid-2010s, GitHub Actions takes over from 2021 onward.
- Vim vs Neovim: Vim dominates the 2010s, then its fork Neovim asserts itself between 2021 and 2023.
The categories cover a broad spectrum: languages, frontend frameworks, security, cloud, crypto, AI, dev culture, health, science. For a security or DevOps freelancer, the “Security incidents” and “Cloud and hosting” categories are particularly useful for precisely dating the community impact of an event like Log4Shell, XZ Utils, or SolarWinds.
What the data reveals about 18 years of tech
Looking at HN trend evolution over 18 years is like reading a compressed history of the industry. Certain patterns repeat themselves.
Every technological era produces a dominant tool, then a simpler or faster challenger eventually dethrones it. You can see this clearly with JS bundlers (Grunt, Gulp, Webpack, Vite), frontend frameworks (Backbone, Angular, React, Svelte), NoSQL databases (CouchDB, Cassandra, MongoDB), and deployment platforms (Heroku, Netlify, Vercel).
Security incidents create sharp, datable spikes. Log4j, Heartbleed, Spectre, XZ Utils: every major vulnerability leaves a clear mark on the curve. It’s a reminder that the HN community reacts quickly and massively to crises.
Trends come and go, but fundamentals come back around. PostgreSQL overtook MySQL somewhere between 2017 and 2020 after years of the latter’s dominance. ARM surpasses x86 in recent conversations thanks to Apple Silicon and data centers. The cycles are real and measurable.
Why this is useful for tech professionals
Hacker News is not Twitter. The HN community is made up primarily of developers, founders, and tech investors. The signals that emerge from this corpus are therefore more technical and less subject to mainstream virality effects.
For a DevOps or security professional, this tool offers several concrete use cases:
- Check whether a tool you’re considering adopting is gaining or losing traction in the community.
- Precisely date the emergence of a topic to contextualize research or a report.
- Compare the trajectory of two competing technologies over the long term rather than just the last six weeks.
- Identify hype cycles and distinguish what lasted from what disappeared.
The fact that actual comments and stories are accessible directly from the interface is a bonus: you’re not just reading an abstract curve, you can trace back to the discussions that produced the signal.
Key takeaways
- Hacker News Trends indexes 45 million posts and comments spanning 18 years to produce trend curves comparable to Google Trends, but targeted at the HN tech community.
- The engine runs on Upstash Redis Search, the code is open on GitHub, and the interface lets you overlay multiple terms.
- The predefined comparisons clearly illustrate tech cycles: every dominant tool eventually gets replaced, and security incidents leave sharp, datable spikes.
- For a DevOps or security professional, the tool is useful for validating research, contextualizing tool adoption, or distinguishing hype from a lasting trend.
- Access to the actual stories and comments behind each curve sets this tool apart from a simple word counter.
If you’re working on your tech watch or looking to back up technology choices with community data, this tool is clearly worth exploring. Feel free to share your observations in the comments or follow the blog for more analyses like this one.
Sources
- Hacker News Trends – hackernewstrends.com: the main tool, public interface with integrated documentation and a link to the GitHub repository.
- Upstash Redis Search: documentation for the indexing engine used by the tool.
- Hacker News – news.ycombinator.com: the source platform for all indexed data.
