The Value of Hitting the HN Front Page - https://news.ycombinator.com/item?id=44584461 - July 2025 (6 comments)
https://news.ycombinator.com/item?id=44292103
And heres the analytics from that time:
I don't reallly bother tracking sign ups as its a totally free app, but from then to now, it looks like i've picked up about 1600 new accounts.
Of course, it means that a post needs to have more than suitable keywords. So, I never sacrifice the quality of a post just too boost its SEO.
Seems mostly to be a problem where your website is backed by a DBMS, especially when each page impression generates multiple queries. In that scenario, running out of connections probably isn't particularly difficult.
Only time I've actually been knocked offline was when Elon Musk tweeted a link to a blog post I made. That legit drove some real traffic. I'm not sure if it was the filedescriptor ulimit or the number of open connections that killed me, but I did actually blip for a few minutes.
The Value of 'The Value of Hitting the HN Front Page' Hitting the HN Front Page
I guess the value would be people might be more likely to prepare with CDNs or engage with comments etc. I wonder if that's measurable.
Having a high-visibility post on Reddit meant a stressful few hours and some of the most toxic interactions I've experienced.
Maybe it's just a dev thing. Some programming languages can have some really toxic fandom :D
As my father always says, experience is cheap at any cost!
https://brajeshwar.com/2011/how-is-it-like-during-the-first-...
Now, I consider my site as something rather personal, bland, just my babbles, and kinda s**t compared to many of the ones that pops up on Hacker News.
Keep sharing, please. From my POV there’s a lot of shallow, cliche, group-think-y sites / content shared on HN. If you’re true to this mission, yours would be a refreshing change. Thanks.
Later, while cleaning up after the party, I remembered the unusual spike in visitors and decided to check again. To my surprise, there were still hundreds of live visitors. The total visitor count for the day was around 10,000. After tracking down the source, I discovered that a really kind person had shared the directory/landing page I had created just a few days earlier—right here on Hacker News. It had made it to the front page, with around 200 upvotes and 40 comments: https://news.ycombinator.com/item?id=12153811
For me, the value of hitting the HN front page was twofold. First, it felt like validation for my little side project, and it encouraged me to take it more seriously (despite having a busy daily schedule as a freelance data scientist). But perhaps more importantly, it broadened my horizons and introduced me to a whole new world of information, ideas, and discussions here on HN.
Thank you HN for this wonderful birthday gift!
There is also another one about dark/light modes that made it to frontpage but got some pretty nasty comments which surprised me, especially from one person in particular who seemed to make it their mission to write absurd comment after absurd comment ironically acting like exactly the kind of person I described in my blog post.
[1]: https://news.ycombinator.com/item?id=31074861
[2]: https://news.ycombinator.com/item?id=40557347
It's always a pretty scary few minutes suddenly seeing a traffic spike, my usual thought is "oh no today isn't going to be good", which is mostly a thought process I have thanks to Reddit being incredibly toxic and unpleasant almost 100% of the time. Any time my blog posts have made it there I dread taking a look at the comments.
I submitted them both, but I don’t usually submit stuff, and most of my submissions are one-pointers. These were tutorials or side projects that I thought might be useful to folks. I guess some people agreed.
Most of my karma is comments. There’s really almost no value for me, in limelight. My work is usually “below the radar,” so to speak, and I’m retired. I’m not looking for work or notoriety. I actually kind of like hanging around the joint. I spent most of my career, being the dumbest guy in the room, and that’s sort of what I get, here.
There are real diminishing returns in terms of follow-up traffic and follow-up effects. As to be expected, but it's worth keeping in mind that this is something that generally happens over time as the novelty of whatever you're writing about wears off. The good part is that as part of this you'll gradually get more regular readers, so there's less pronounced feast-or-famine cycles.
(Here I don't measure visits as there's so much bot traffic noise especially on anything that hits HN, but mostly focus on whether I get actual engagement, if people reach out to me, send me emails and so on)
I think ultimately a blog post isn't interesting because it's on HN, it's on HN because it's interesting.
Tryharding with regards to the HN frontpage is more likely to come at a cost of writing quality, and thus reducing the likelihood of making the front page.
But the value from all the links SEO wise was more valuable. If you make the front page normally people are going to post you in other places, translate it, or something else, which increases your SEO.
The hug of death isn't that large. I had a 5 euro DigitalOcean droplet running Nuxt, which handled 30k visitors in a single day without CloudFlare caching it. So if you have a decent setup you should be good.
8organicbits•7h ago
I had a Netlify landing page (CDN), and the web app was a Django app on a single DigitalOcean droplet. I didn't see any complaints of performance issues / resource usage stayed low.
dirkc•2h ago
It might not work for all applications, but it tends to hold up great against traffic spikes and the hosting costs stay in the low teens (USD)!