Alternatives
Products that do what I analyzed 297k HN posts – your fate is sealed in 2 hours does
I built an archiver that tracked every HN item for 27 days (Dec 3-30, 2025) and captured 72k temporal snapshots to see how posts gain and lose attention. Key findings: - Early velocity (points/hour in first 2 hours) predicts final score with ρ=0.82. A simple classifier achieves 98.4% precision for viral prediction. - No Matthew effect: high-scoring posts don't get more upvotes per hour than low-scoring ones (ρ=-0.04). HN's gravity penalty actually works. - Yet extreme inequality persists: Gini=0.89, meaning bottom 80% of posts get <10% of total upvotes. Inequality without cumulative…
- 1IM
I scraped every Show HN from the last 12 months (41,301 posts) plus the full comment tree of every launch with 10+ comments, ~100k comment timestamps, all from the Algolia HN API. The median launch gets 2 points and 0 comments. For launches that do get traction, half the comments they'll ever get arrive within 7.2 hours and 90% within 26, and the top decile decays on the same clock as everyone else. Vote timestamps aren't public, so comment timing is the attention proxy; caveats are in the post. Everything reproduces from the repo with one command…
Jul 2026 · jonno.nz
- 2AW
I submitted a link, when someone clicks on it I get an up-vote for this article. I don't want people to misuse this I just want to bring attention to this problem. This is the link I used that up-votes this: http://news.ycombinator.com/vote?for=3742742&dir=up&...
2012
- 3IM
2021 · upvotetracker.com
- 4IB
Hey HN community, I built a tool that helps optimize your post for hitting the first page of Show HN. How it works: I used a Hugging Face dataset of all Hacker News posts from the past 3 years and trained a model that predicts how successful your post might be. There's still a lot of randomness on HN, so nothing is guaranteed, but the tool helps optimize your post for higher odds. A couple of interesting findings: - GitHub repo links work x3 better than regular domains - Open-source tools have a steady virality rate (13.9% - one of the highest) - "I built" outperforms "We built" - Using…
May 2026 · wannalaunch.com
- 5VP
Hey HN, We analyzed 4,010,957 Hacker News submissions to find what actually makes posts perform well. Key findings: - 93.2% of posts never hit 50 points - Top 1% starts at 270 points - Certain keywords boost engagement by 1000%+ Built a free tool that scores your launch title and predicts viral potential: [link] The entire 4M post dataset is available as a single 700MB .mv2 file if you want to run your own analysis.
Dec 2025 · hn-ph.vercel.app
- 6UT
Hello HN! About 1.5 years ago we published an idea on how to improve the Hacker News ranking algorithm (https://felx.me/2021/08/29/improving-the-hacker-news-ranking...). The main idea was to counteract the rank-upvotes feedback loop by using attention as negative feedback. We received very valuable input from the HN community (https://news.ycombinator.com/item?id=28391659), and have since come up with something that we think could be a real contribution: the upvoteRate metric. upvoteRate is an estimate of how much more or less likely users are to…
2023
- 7HN
I made a little website with a server that collects only HN submissions with > 500 upvotes chronologically. https://hn.moritz.pm/ It's quite simple because I wanted to learn from the project. But I think it's useful, to get a summary of what was important over the last days. The UI is almost identical to the HN frontpage, you can click on the comments to view the thread and on the username to see the profile. The rest of the cards takes you to the submitted URL.
2024 · hn.moritz.pm
- 8HT
2016 · hnlive.tk
- 9AT
Hi HN, I spent a few weeks looking at the top HN posts of all time. This included exploration, clustering, creating visualizations, and zooming in on what (to me personally) seems like some of the best discussions on here. Three things in this post: 1- The interesting groups of HN posts 2- The interactive visualizations that you can explore in your browser 3- The data from this exploration -- this includes CSV of the titles as well as the text embeddings of 3,000 Ask HN articles. Blog post about this whole process here: [1] ============ 1- The interesting groups of HN posts From the…
2022
- 10RT
I built a system that monitors ~200,000 news RSS feeds in near real-time and clusters related articles to show how stories spread across the web. It uses Snowflake’s Arctic model for embeddings and HNSW for fast similarity search. Each “story cluster” shows who published first, how fast it propagated, and how the narrative evolved as more outlets picked it up. Would love feedback on the architecture, scaling approach, and any ways to make the clusters more accurate or useful. Live demo: https://yandori.io/news-flow/
Nov 2025 · yandori.io
- 11QN
Hello HN! TLDR; - Quality News is a Hacker News client that provides additional data and insights on submissions, notably, the upvoteRate metric. - We propose that this metric could be used to improve the Hacker News ranking score. - In-depth explanation: https://github.com/social-protocols/news#readme The Hacker News ranking score is directly proportional to upvotes, which is a problem because it creates a feedback loop: higher rank leads to more upvotes leads to higher rank, and so on... → ↗ ↘ Higher Rank More Upvotes ↖ ↙ ← As a consequence, success on HN depends almost…
2023 · news.social-protocols.org
- 12AH
2020 · github.com
- 13HH
Hi HN! A few days ago I saw a graph[0] that showed the # of job postings on HN was declining. I started wondering what other trends I could glean from the data, so I created this! You can filter through the top level comments by keyword; for example you can filter by "remote" to see the massive spike around March 2020. Another interesting thing I found is that I can compare hiring across cities. I hope you enjoy! I made it so that the links to your search are sharable so if you have some interesting data you should be able to just link the page you're on! [0]…
2023 · hnhiringtrends.com
- 14ZA
I built this last year but never posted it anywhere, but now with Reddit hiatus it seems like the right time to give it a shot. The main goal of zsync is to foster high quality content and discussion. That's it. If it can't accomplish that, then to me it is a failure. I watched Reddit go from having high quality discussion in 2008-9 to devolving into the PC meme dumpster it is today [1]. HN still has the highest discussion quality of any "forum" I know of, but (1) it can sometimes randomly be very hostile/toxic to new tech, the most glaring example being crypto. (2) HN is basically a…
2023 · zsync.xyz
- 15IB
It took me six months to analyze 562 subreddits. I systematically parsed titles, post bodies, and user interactions to identify statistically significant patterns and evaluate if it was possible to create a model that could predict the likelihood of a post going viral based on specific features. The key findings were unexpected: while the title of a post has a direct correlation with engagement, there is another highly influential factor I initially overlooked, timing. The optimal time to post on Reddit, in terms of engagement, can significantly vary based on geographic distribution. The…
2025
- 16HN
Hi yall! I've been using hacker news for a while but one of the things I started wanting recently was the ability to have alerts for any stories I post. The thing that pushed me over the edge was Hackclub's shipwrecked https://shipwrecked.hackclub.com/ (hackathon in the boston bay for anyone that can make 4 projects over the summer and get at least one of them to go viral). One of the options for "going viral" was to get to the front page of hacker news but I was constantly scared that I would miss it getting on there lol so I whipped up a quick slackbot to send alerts to a…
2025 · hn.dunkirk.sh
- 17IC
I figured, "what better way to look at a list of (hopefully) inspiring projects?" The upvotes work and are globally synced.
2024 · guycombinator.net
- 18HH
TLDR: Build a quick HN profile to see how little context LLMs need to personalise your feed. Rate 30 posts once, get a permanent ranked homepage you can return to. Our goal was to build a tool that allowed us to test a range of "personal contexts" on a very focused everyday use case for us, reading HN! We are exploring use of personal context with LLMs, specifically what kind of data, how much, and with how much additional effort on the user’s part was needed to get decent results. The test tool was a bit of fun on its own so we re-skinned it and decided to post it here. First time posting…
2025 · hackernews.coffee
- 19SH
Jan 2026 · petegoldsmith.com
- 20RO
I was lucky enough to have my site trending on Friday (https://news.ycombinator.com/item?id=25872922). It’s an icon site that lists open source icons. I wanted to share some stats on the results after 3 days. Worth noting was that I submitted it on a Friday morning (at which point I went for a walk and a coffee; eek). - 24,997 page views. I (embarrassingly) didn’t have GA set up when I first submitted it, so this is probably missing a few hundred page views - 21 “feedback” emails (half of which were spam). I assume such a high percentage of these were spam because my Feedback…
2021
- 21

Show HN submissions peaked at 6.3x their ChatGPT-launch level, while the number of successful submissions remained relatively flat.
25d ago · orangecrumbs.com
- 22SH
I built this tool to help me find interesting discussions on Hacker News. I love reading HN discussions almost more than the articles themselves. However, I found that full text search, although highly performant, is not always good at surfacing interesting discussions on a certain topic -- especially if you don't know what to search for exactly. I built this by scraping the most recent ~6 million posts (that's about 2 years of history) and putting the resulting posts and their vector embeddings into Postgres. Let me know what could be improved, and if you'd like a more detailed writeup of…
2024 · searchhacker.news
- 23AP
Hi HN, I've been a daily user here for almost 15 years. Over that time, my interests have shifted. I find I'm now more interested in deep-dive technical posts and personal blogs than the big tech announcements that often dominate the front page. The "top" feed was starting to feel stale, and I was spending more time digging through "new". So, I decided to build what I wanted: a personalized "For You" feed. Link: https://hn.shaped.ai It's a simple concept: you log in with your normal HN credentials, and as you favorite stories, it learns what you're interested in and re-ranks the…
Sep 2025 · hn.shaped.ai
- 24IA
Maybe you've had this experience too: You build something you're proud of, post it on HN with your low-karma account, and... crickets. Zero votes, zero comments. That's what happened to me last Monday. I posted my coding tool (XaresAICoder - an open-source browser IDE) that I'd built with AI assistance. In my mind it was revolutionary. On HN? Completely ignored. Then I wondered: How many other potentially great projects suffer the same fate? What "hidden gems" are we missing because they come from low-karma accounts? So I built hn-gems (with help from Claude and my own XaresAICoder). It…
2025 · hn-gems.sensem.de
Ranked by how close each launch is in meaning, then by votes. Refine with a description →