TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Track HN: Survival Rate of Show HN Stories

230 pointsby namiwangalmost 2 years ago

32 comments

gkobergeralmost 2 years ago
I&#x27;m happy to say that the reports of my death here are greatly exaggerated :)<p>I&#x27;m the owner of both #4 and #140 on the Top-scoring Show HN Stories that Didn’t Survive... but both are very much alive!<p>#4 StackSort was a Github.com page, but on 2021 they made it so only Github.io wroks. If dang sees this, I&#x27;d really appreciate if you could change the URL for <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=5395463">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=5395463</a> to use github.io!<p>#140 ReadMe has the same io&#x2F;com issue, in the opposite direction! we redirect readme.io to readme.com now, which seems to be why it&#x27;s flagged.
评论 #36318261 未加载
评论 #36317979 未加载
评论 #36320416 未加载
reapermanalmost 2 years ago
&gt; Extra: ChatGPT Gave a Wrong RegexPermalink I consulted ChatGPT for a regex to extract domains from urls, and it gave a flawed one:<p>^(?:https?:\&#x2F;\&#x2F;)?(?:[^@\n]+@)?(?:www\.)?([^:\&#x2F;\n?]+).<p>It even gave reasonable detailed explanations which convinced me. Later tests revealed that this regex doesn’t work for url with @ in path, such as <a href="https:&#x2F;&#x2F;foo.com&#x2F;@.&#x2F;bar" rel="nofollow noreferrer">https:&#x2F;&#x2F;foo.com&#x2F;@.&#x2F;bar</a>. The correct one should be<p>^(?:https?:\&#x2F;\&#x2F;)?(?:[^@\&#x2F;\n]+@)?(?:www\.)?([^:\&#x2F;?\n]+).<p>---------------------<p>The trick is to ask ChatGPT what the right tool for the job is in your language of choice. For python, ChatGPT will happily give you:<p><pre><code> from urllib.parse import urlparse extract_domain = lambda url: urlparse(url).netloc.replace(&#x27;www.&#x27;, &#x27;&#x27;, 1) # Example usage url = &#x27;https:&#x2F;&#x2F;foo.com&#x2F;@.&#x2F;bar&#x27; domain = extract_domain(url) print(domain) # Output: foo.com </code></pre> -------------<p>I don&#x27;t think RegEx is typically the &quot;most&quot; correct tool for the job for things which likely have built-in parser libraries (XML, HTML, URLs, JSON, etc)
follialmost 2 years ago
Nice work!<p>I&#x27;d actually be interested in factors that make a Show HN a success vs failure.<p>Objectively, there&#x27;s an obvious one your dataset: time of submission. Tuesday afternoon (which timezone? I assume US west coast?) seems to be key. No way this correlates with the quality of submissions.<p>Subjectively: it seems to become much harder recently. I managed once a couple of years ago for a short time to reach the front page with an Android app, now I&#x27;m barely able to get above 20 points, even though the product is (again, subjectively) cooler and has a possibly wider audience (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35671245">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35671245</a>).<p>Not complaining, but perhaps nowadays Show HN is not an easy way anymore to &quot;get the word out&quot; and get some early user feedback for and from indie hackers? Any other sites that might be of interest?
评论 #36317620 未加载
评论 #36321537 未加载
jumploopsalmost 2 years ago
No affiliation, but the second to top deceased site is still alive and kicking [0]<p>Spot checking the top results might give a better estimate for how many are actually alive vs. just using bot protection.<p>[0]<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35543668">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35543668</a>
评论 #36315566 未加载
评论 #36315961 未加载
david_shawalmost 2 years ago
Thanks for making and sharing this - although I&#x27;m surprised it&#x27;s not a &quot;Show HN&quot; itself!<p>I was curious about the top post that didn&#x27;t survive - an HTML5 game called &quot;airma.sh&quot; - and I wanted to check it out. I <i>think</i> I found a working mirror: <a href="https:&#x2F;&#x2F;www.crazygames.com&#x2F;game&#x2F;airmash" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.crazygames.com&#x2F;game&#x2F;airmash</a><p>It&#x27;s possible that this is a different game, but it seems to fit the description.<p>Interestingly, the person who submitted that post stopped being active on HN after that discussion.
评论 #36316010 未加载
karaterobotalmost 2 years ago
I know you mention there are lots of reasons for false positives and negatives, but does your methodology account for length of time at all? Meaning, if a project was posted to HN in 2009, it could have been successful for 14 years and then closed down, or just changed URLs somewhere along the way, and in that case it would be counted as a failure even though it wasn&#x27;t. Likewise, if it was posted in May, 2023 and is still around, that doesn&#x27;t mean much because it&#x27;s still flying the Grand Opening banner, practically.
评论 #36318517 未加载
Semaphoralmost 2 years ago
The top 250 has 8 dead projects from 2023. Of those 8, 5 are not dead at all, 1 is alive but has an expired certificate and only 2 (the lowest ranked) are dead. This does not seem like useful data.
评论 #36320443 未加载
gadgetoidalmost 2 years ago
Airmash still lives at <a href="https:&#x2F;&#x2F;airmash.online&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;airmash.online&#x2F;</a> and there’s also a space mod - Starmash - at <a href="https:&#x2F;&#x2F;airmash.cc&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;airmash.cc&#x2F;</a><p>I apologise in advance for the hours you’ll lose to these (again?)
zX41ZdbWalmost 2 years ago
&gt; Looking for a Sponsor to Host the Database PubliclyPermalink &gt; In the meantime, it’d be great if anyone can query the database. I tried to host a public database and real-time query interface online, but couldn’t afford the bill for a smooth Postgres instance to hold around 20G (40M rows plus indices) data. While a $20 instance could suffice, it’s pretty slow from usable, comparing to the local one on my M2 MacBook Air.<p>Here is the database with publicly available SQL endpoint: <a href="https:&#x2F;&#x2F;play.clickhouse.com&#x2F;play?user=play#U0VMRUNUICogRlJPTSBoYWNrZXJuZXdzIExJTUlUIDEwMDA=" rel="nofollow noreferrer">https:&#x2F;&#x2F;play.clickhouse.com&#x2F;play?user=play#U0VMRUNUICogRlJPT...</a>
评论 #36318566 未加载
oliverobscurealmost 2 years ago
Great visualisation. I was quite surprised that the submission dates and times appeared unimodal around an American morning peak.
评论 #36315366 未加载
评论 #36314995 未加载
hawskialmost 2 years ago
Regarding database hosting, if you would consider giving the data away, I would suggest converting it to an SQLite database and sharing it over Torrent.
评论 #36320372 未加载
评论 #36315409 未加载
nvyalmost 2 years ago
Neat idea, thanks for sharing.<p>Curious choice to highlight Show HNs that didn&#x27;t survive, but not the ones that did.<p>Is there a reason for this?
评论 #36317257 未加载
gnicholasalmost 2 years ago
&gt; <i>Send me your interesting queries</i><p>I&#x27;d be interested to see what the top Show HN posts were, after adjusting for the growing size of the HN community. That is, posts from 10 years ago would not have garnered as many upvotes simply because the community was smaller, and presumably posts were upvoted less back then, in general.<p>I don&#x27;t know the best way to measure this; it could be normed based on the median number of upvotes for the top story each week, bucketed by month. Probably someone has a better idea for this.
AndrewKemendoalmost 2 years ago
I am also, along with gkoberger happy to say that we didn&#x27;t die after our Show HN (Show HN: A Covid-19 testing location site that a group of us are building)<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22650725">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22650725</a><p>In fact we were so successful that we were able to shut it down less than a year after we started (It&#x27;s on the list as a very reasonable Type II error ;))<p>Thanks to the HN community for helping us get an amazing Temporary product out and shut down successfully
elausalmost 2 years ago
Recently I was browsing through old threads where users showed off their personal websites and blogs. I wanted to find some inspiration for my own website.<p>What I found instead were about 3&#x2F;4 dead links – even though the threads were all from the last 4-5 years. I found that quite sad, because people often talked with great passion about their websites and they sounded really cool. Also i LOVE those small, personal islands in the big, commercialized and in many ways centralized web.
评论 #36315261 未加载
qwytwalmost 2 years ago
&gt; So I’m looking for a sponsor to host the database publicly. I need one mediocre VM for a Rails stack app and a semi-powerful hosted Postgres instance. Contact me if you’re interested<p>The Oracle Cloud Free tier is a great deal. They give you 4 Ampere A1 Cores + 24 GB RAM + 200GB storage for free. More than enough for a 20G (40M rows plus indices) Posgres instance.
gsaticalmost 2 years ago
Is there a way to see how long a link stays on the hn front page on average, and if that average is rising or falling over time? I read that avg time spent by a twitter hashtag on the twitter trending page has been falling year over year. Indicating people&#x27;s are paying less attention to any one thing.
billllllalmost 2 years ago
I&#x27;d love to get some correlation with rank, or even filtering of lower scoring posts.<p>From what I know, HN posts are often used as a signal for viability of a project. In that case, you can&#x27;t make a conclusion on the effectiveness of Show HN posts, because some of them will die off by design.
TomNomNomalmost 2 years ago
Just a silly aside with regards to the regex to extract domains from URLs, my little tool called unfurl [0] exists to solve that exact sort of problem :)<p>[0]<a href="https:&#x2F;&#x2F;github.com&#x2F;tomnomnom&#x2F;unfurl">https:&#x2F;&#x2F;github.com&#x2F;tomnomnom&#x2F;unfurl</a>
评论 #36317527 未加载
smallerfishalmost 2 years ago
Phind (#2 on your list) is still up and running also (<a href="https:&#x2F;&#x2F;www.phind.com&#x2F;search?q=false%20negative&amp;source=searchbox">https:&#x2F;&#x2F;www.phind.com&#x2F;search?q=false%20negative&amp;source=searc...</a>).
CryptoBankeralmost 2 years ago
How do you have 40mm rows of data on Show HN for only ~126,000 stories?
评论 #36318587 未加载
welderalmost 2 years ago
My Show HN from 2013 is still alive but it&#x27;s listed as dead (#590). Probably because the link from the post uses https but my 301 redirect only works using http.
littlestymaaralmost 2 years ago
Oh, Airmash is dead. I remember seeing it on HN then spending half of my workday this day playing it.
评论 #36317579 未加载
ryryalmost 2 years ago
This is neat! One of my sites is on this list - I&#x27;m gonna have to put up a 418 on it as well.
coding123almost 2 years ago
Is this why HN was so slow yesterday?
firecallalmost 2 years ago
Very cool!<p>Did you have any conclusions?<p>I had a look at the page, couldnt see anything you&#x27;d written up :-)
jedbergalmost 2 years ago
What is the timezone for the heat maps? I assume UTC but wanted to check.
ravenstinealmost 2 years ago
You&#x27;re telling me substack.com doesn&#x27;t even make the top 100?
评论 #36321176 未加载
fergbrainalmost 2 years ago
What about low ranking Show HN that <i>did</i> survive?
tagawaalmost 2 years ago
What timezone is used for the submission heatmap?
trewqasdfalmost 2 years ago
The pandemic really got the activity going during 2020 (first bar chart), but maybe not so surprising with everyone pivoting to remote work. And obviously all discssusions about vaccines and how different government were handling things.
_andrei_almost 2 years ago
Phind, the 2nd entry, is live and well.