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: Possible to filter duplicate Medium articles?

1 pointsby jaxonduabout 9 years ago
Article URL from Medium.com ends with an extra “#.xxxxxxxxx” for example:<p>https:&#x2F;&#x2F;medium.com&#x2F;@XebiaLabs&#x2F;you-are-ready-for-continuous-delivery-take-the-leap-75d591bf9ef#.pw87epg5g<p>One can reach the article with just the URL without this last segment. The problem is every time you visit the URL without the extra segment, Medium will issue a new segment to append to the URL, thus the same article will now have a different URL. (Any idea why Medium implement such feature?)<p>I understand HN has build in filter to disallow submitting new post that has already been submitted in the past. But it currently can not filter off the same Medium post with different URLs. It would save readers much time if these Medium duplicate posts can be detected and disallowed. Thank you.

2 comments

ungzdabout 9 years ago
It would be great to be able to filter all links to Medium entirely. Most boring and extremely long posts about &quot;How I use npm to download super-duper async integer summation framework for godart&quot; are usually on Medium. It&#x27;s like place for front-end fanfics.
minimaxirabout 9 years ago
&gt; (Any idea why Medium implement such feature?)<p>It&#x27;s a method of tracking without using cookies and being forced to include that EU banner &#x2F; can be used on browsers without JavaScript. Many other websites implement such a thing.