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.

Ask HN: Add Archive.org link in past section of HN?

39 pointsby ss48over 3 years ago
In the past section, there are several older links that give 404 errors. It would be great to add an archive.org link from same or earlier date so it's more convenient to go to the saved copy of the article.

7 comments

sillysaurusxover 3 years ago
I considered this a few months ago, but it&#x27;s a bad idea for a few reasons. One is that it increases the load on archive.org. (There are a significant number of bots, and adding 30 million new links for them to spider is no small thing.)<p>The more important reason is that it&#x27;s hard to do programmatically. For every link, you&#x27;d want to link to the most recent, active archive entry. As far as I know, this isn&#x27;t easy to determine.<p>Have you ever had the experience of going to archive.org, plugging in a url, and seeing that the most recent one is actually dead, but then you can go back in time and find what you&#x27;re after?<p>It&#x27;s easy to say &quot;Well, that&#x27;s ok. Take me to the dead link, and I&#x27;ll go back myself.&quot; Maybe. But with Dan&#x27;s exacting standards, I somehow don&#x27;t think that&#x27;ll pass muster.<p>The ultimate reason this probably won&#x27;t happen, though, is because people can do it themselves. It&#x27;s not hard to copy the link and visit archive.org. Every other link (past, flag, hide, favorite) is there because it&#x27;s hard to do.<p>EDIT: On the other hand, <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30384630" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30384630</a> shows a way it could be done. I didn&#x27;t know about the date wildcard feature.
评论 #30389075 未加载
评论 #30388289 未加载
评论 #30387753 未加载
评论 #30388257 未加载
anonuover 3 years ago
Sounds like a task for a browser extension! The minimalist approach to HN is desirable. Adding features clutters it up.
lucb1eover 3 years ago
I was thinking the same yesterday, looking for &quot;interview question&quot; submissions (there have been quite a few good ones) using the algolia HN search.<p>Out of about ten links I clicked, I think there was only one that still worked. All the rest I had to run through the IA, whose homepage takes 5 seconds to load enough for the search box to show up, then wait for it to load the captures, and finally wait for it to fetch one of the captures. A direct link would be very welcome.<p>The addition should be easy, no need to query the IA site or anything because IA will find the nearest date to the request automatically iirc. Something like one week after the submission would allow post-submission updates without being likely to show a 404 capture.<p>(By the way, the question I ended up picking for our applicant was: &quot;what did you like or dislike about the culture in previous places you&#x27;ve worked at or interned?&quot; It went over well and I got some insight into what they&#x27;d expect (or enjoy) when joining the team. The colleague I did the interview with later said it was a good question :).)
ZeroGravitasover 3 years ago
I wonder if it&#x27;s possible to trigger archive.org to save the exact version that gets submitted and then link specifically to that, rather than earlier or later versions.
评论 #30387565 未加载
KoftaBobover 3 years ago
The Web Archives browser extension is great for this. It allows you to pull up archived versions of whatever website you&#x27;re on, from a variety of archive sources. My go-to lately has been using the www.archive.is option when I use the extension.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;dessant&#x2F;web-archives" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dessant&#x2F;web-archives</a>
lxeover 3 years ago
Or even... a hn-specific crawler+cache that caches pages as soon as they reach a certain threshold of votes or even just appear in HN.
BitwiseFoolover 3 years ago
Hopefully dang sees this and can help. I know the mods are able to unlock a comment for editing. However I think they would most likely allow you to post a followup comment with the archive.org link.
评论 #30387182 未加载
评论 #30388481 未加载