frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

The Value of Hitting the HN Front Page

https://www.mooreds.com/wordpress/archives/3530
93•mooreds•8h ago

Comments

8organicbits•7h ago
For one popular project of mine that hit the front page I had a 2% sign-up rate. It was a free service that used GitHub for authentication, which likely helped.

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
That sounds like my preferred setup! I use a static site deployed to cloudfront backed by a Django app on Digital Ocean :)

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)!

NaOH•7h ago
Previously:

The Value of Hitting the HN Front Page - https://news.ycombinator.com/item?id=44584461 - July 2025 (6 comments)

Waraqa•4h ago
This means that there is one more piece of advice: "If your post didn't hit the front page in the first attempt, try again later".
modeless•5h ago
I once got a job from a post on my blog that hit the front page. So the value to me was enormous.
jader201•4h ago
Relevant:

https://news.ycombinator.com/item?id=7833251

That was over 11 years ago.

I still work there.

leeoniya•3h ago
same. except was an oss lib on github.
andreabergia•3h ago
Same here! I am now actually working in compilers, which is one thing I'm really passionate about, but not something I was doing professionaly. I managed to turn a toy project and some blog posts into an actual job at almost 40, so, thank you HN!
saagarjha•3h ago
If I might ask what does you employer need compiler experience for?
andreabergia•2h ago
I work at ServiceNow, which sells an enterprise platform and a ton of products built on top of it. Internal teams and customers can extend the platform by writing JavaScript, hence we have a JS runtime in the platform (the venerable https://github.com/mozilla/rhino/), which our team works on.
anonyfox•2h ago
Same here. And same day from posting to interviewing even.
czhu12•4h ago
An open source project I was working on was on the front page for about 2 days:

https://news.ycombinator.com/item?id=44292103

And heres the analytics from that time:

https://imgur.com/XGsiot4

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.

stared•4h ago
People fiddle with SEO with a lot of effort and some mixed success. While it takes a single solid hit at the HN (or Reddit) to get on the top.

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.

bijant•4h ago
Agree with the gist of 1. & 2. but was hoping for a more analytic-scientific approach to measuring the impact of the HN Front Page. That is probably impossible though. If you invent github/sliced bread then hitting the front page might be the best thing to happen to your idea. If your profitable business of scamming grannies gets the same exposure it will probably be removed from the iOS/Android App Stores within minutes. Launching Dropbox here is likely somewhere in the middle.
dmitrygr•3h ago
Not sure if "have a CDN" advice is as sure as is claimed. My projects site has been #1 on the front page many times, and my dinky little $3/mo VPS had no issues at all in any of those cases.
marginalia_nu•1h ago
Back when I hosted my search engine on a PC out of my apartment, it survived several supposed HN death hugs.

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.

iamflimflam1•3h ago
I made a map of all the request last time I hit the front page. Timestamp 1:40 in this video:

https://www.youtube.com/watch?v=SzpU8-jCV7k&t=100s

superfish•3h ago
This post is pretty meta now that it's on the front page. A nice follow-up post would be:

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.

FabHK•3h ago
A year or so ago, I posted a link that you can help Anna's Archive by seeding their torrents [0]. I monitored (eye-balled) their stats [1] to see whether there was a bump in seeding afterwards, and couldn't see one. So, the "low conversion" comment might be true.

[0] https://news.ycombinator.com/item?id=40672215

[1] https://annas-archive.org/torrents

cinntaile•2h ago
I don't think you can draw any conclusions from this. Maybe that the avg HNer does not have feel like allocating 500TB of space and bandwidth to host copyrighted material...
rfarley04•3h ago
Yet another "Hitting HN = 30k visits" breakdown from a friend of mine (in 2022): https://www.reproof.app/blog/the-hacker-news-effect
nicbou•3h ago
I have made the front page a few times, and I loved it. The discussion is so good, not to mention the random emails and LinkedIn connections. It's very validating when the topic would be too niche for other communities.

Having a high-visibility post on Reddit meant a stressful few hours and some of the most toxic interactions I've experienced.

alixanderwang•2h ago
Can definitely concur about the Reddit part. Feels like commenters there are always looking for a gotcha
amonith•1h ago
Still happens here, especially when people publish open source libraries. "Why should I use your library, when there's ABC that does XYZ much better?" and other variants, as if the original poster was selling something. Doesn't happen as often when people publish final projects/products (even closed source).

Maybe it's just a dev thing. Some programming languages can have some really toxic fandom :D

hiAndrewQuinn•2h ago
I hit the front page of HN about two years ago with https://andrew-quinn.me/fzf , and I concur with this list. Among other things it taught me the invaluable lesson that only a surprise $100 bill from my (excellent!) hosting provider could have that I really should optimize my GIFs and cache them before that happens.

As my father always says, experience is cheap at any cost!

rossant•2h ago
My blog post reached #1 on HN two years ago. The 1000+ comments were extremely interesting and encouraging. I learned a lot and engaged in highly insightful discussions. https://news.ycombinator.com/item?id=37650402
dirkc•2h ago
I can attest to the follow-on traffic. I had a showHN on the front page for a brief moment. A few weeks later it was featured in a popular Chinese newsletter. There's also been a few smaller spikes that is attributable to HN.
famahar•2h ago
A post went viral here for a culture magazine I work for. It led to the writer getting employee of the month at a big all hands meeting, along with our host shutting down our Google indexing thinking that we were under attack.
dude250711•1h ago
It's nice to see HN relatively safe from the likes of r/gamedev ChatGPT-generated "postmortem post" spray-and-pray marketing.
Brajeshwar•1h ago
Embarrassingly, I used to submit my own website’s article. A few of them have hit the front-page of Hacker News. I remember, once submitting it and waiting for it to hit, when it did, I recorded a video of the first few minutes. Then I went to sleep.

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.

chiefalchemist•1h ago
> I’m on an adventure to create beautiful and meaningful products to improve the world for my daughters and their friends.

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.

hdvr•1h ago
A few years ago, on my birthday, I quickly checked the visitor stats for a little side project I had started (r-exercises.com). Instead of the usual 2 or 3 live visitors, there were hundreds. It looked odd to me—more like a glitch—so I quickly returned to the party, serving food and drinks to my guests.

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!

lloydatkinson•1h ago
I'm still happy that a few of my blog posts have hit the frontpage here. Two were rants about fake agile[1] and standups[2], which helped me feel not so unhappily alone at the state of the industry. There were others too, such as my post on why I think browser push notifications are terrible, another one was a stupid kludge to fix Cloudflare breaking my SVGs.

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.

ChrisMarshallNY•1h ago
I’ve had a couple of things make the FP. One was #1 for a while.

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.

postalcoder•59m ago
OP, a friendly heads up: I'm stuck in a recaptcha loop when trying to visit your site on Chrome, Safari, and firefox.
marginalia_nu•53m ago
I think I've been on the HN front page something like 30 times now since August 2021, with maybe half of those hitting it out of the park and lingering for over a day.

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.

that_guy_iain•28m ago
Having made the front page more a few times, the value is really minimal. Yes, I've made sales from HN traffic, but not that much in the grand scheme of things.

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.

AGENTS.md – Open format for guiding coding agents

https://agents.md/
515•ghuntley•9h ago•231 comments

How to Think About GPUs

https://jax-ml.github.io/scaling-book/gpus/
114•alphabetting•1d ago•27 comments

Ask HN: Why does the US Visa application website do a port-scan of my network?

163•mbix77•4h ago•68 comments

How to Draw a Space Invader

https://muffinman.io/blog/invaders/
319•abdusco•11h ago•36 comments

Modern CI Is Too Complex and Misdirected

https://gregoryszorc.com/blog/2021/04/07/modern-ci-is-too-complex-and-misdirected/
80•thundergolfer•6h ago•35 comments

Copilot broke audit logs, but Microsoft won't tell customers

https://pistachioapp.com/blog/copilot-broke-your-audit-log
505•Sayrus•9h ago•172 comments

How we exploited CodeRabbit: From simple PR to RCE and write access on 1M repos

https://research.kudelskisecurity.com/2025/08/19/how-we-exploited-coderabbit-from-a-simple-pr-to-rce-and-write-access-on-1m-repositories/
596•spiridow•18h ago•200 comments

Tiny microbe challenges the definition of cellular life

https://nautil.us/a-rogue-new-life-form-1232095/
99•jnord•10h ago•22 comments

Type-machine

https://arthi-chaud.github.io/posts/type-machine/
22•todsacerdoti•5h ago•4 comments

D2 (text to diagram tool) now supports ASCII renders

https://d2lang.com/blog/ascii/
318•alixanderwang•15h ago•52 comments

The Value of Hitting the HN Front Page

https://www.mooreds.com/wordpress/archives/3530
93•mooreds•8h ago•37 comments

How I Made Ruby Faster Than Ruby

https://noteflakes.com/articles/2025-08-18-how-to-make-ruby-faster
39•ciconia•1d ago•9 comments

Show HN: I've made an easy to extend and flexible JavaScript logger

https://github.com/inshinrei/halua
4•inshinrei•20h ago•3 comments

Gaussian Processes for Machine Learning [pdf]

https://gaussianprocess.org/gpml/chapters/RW.pdf
25•susam•1d ago•5 comments

Fast and observable background job processing for .NET

https://github.com/mikasjp/BusyBee
16•mikasjp•2d ago•5 comments

Emacs as your video-trimming tool

https://xenodium.com/emacs-as-your-video-trimming-tool
243•xenodium•17h ago•124 comments

Candle Flame Oscillations as a Clock

https://cpldcpu.com/2025/08/13/candle-flame-oscillations-as-a-clock/
290•cpldcpu•4d ago•65 comments

Without the futex, it's futile

https://h4x0r.org/futex/
269•eatonphil•20h ago•124 comments

Rails Charts Using ECharts from Apache

https://github.com/railsjazz/rails_charts
45•amalinovic•2d ago•4 comments

Customizing Lisp REPLs

https://aartaka.me/customize-repl.html
13•nemoniac•1d ago•2 comments

Intel Foundry Demonstrates First Arm-Based Chip on 18A Node

https://hothardware.com/news/intel-foundry-demos-deer-creek-falls-reference-soc
44•rbanffy•1d ago•20 comments

CRDT: Text Buffer

https://madebyevan.com/algos/crdt-text-buffer/
121•skadamat•14h ago•6 comments

AnduinOS

https://www.anduinos.com/
128•TheFreim•15h ago•155 comments

Drunken Bishop (2023)

https://re.factorcode.org/2023/08/drunken-bishop.html
66•todsacerdoti•12h ago•12 comments

How Figma’s multiplayer technology works (2019)

https://www.figma.com/blog/how-figmas-multiplayer-technology-works/
150•redbell•3d ago•47 comments

We’re Not So Special: A new book challenges human exceptionalism

https://democracyjournal.org/magazine/78/were-not-so-special/
74•nobet•7h ago•139 comments

Show HN: OpenAI/reflect – Physical AI Assistant that illuminates your life

https://github.com/openai/openai-reflect
77•Sean-Der•14h ago•29 comments

Show HN: Hanaco Weather – A poetic weather SNS from the OS Yamato project

https://github.com/osyamato/os-yamato
12•tsuyoshi_k•6h ago•4 comments

Custom telescope mount using harmonic drives and ESP32

https://www.svendewaerhert.com/blog/telescope-mount/
287•waerhert•1d ago•105 comments

Analysis of the GFW's Unconditional Port 443 Block on August 20, 2025

https://gfw.report/blog/gfw_unconditional_rst_20250820/en/
135•kotri•5h ago•88 comments