| What are the available solutions to the problem of locating other copies of webpages or documents online? (Let's assume that the page of interest is not on the Internet Archive.) This article mentions a few: > I was able to find these pages through Google, which has functionally made page titles the URN of today. > Given the power of search engines, it’s possible the best URN format today would be a simple way for files to point to their former URLs. Daniel Bernstein proposes a document ID that can be found in search engines: https://cr.yp.to/bib/documentid.html I actually started using this before, but found it to be clumsy and stopped using it. Someone else has suggested a UUID instead: https://lobste.rs/s/xltmol/this_page_is_designed_last#c_nis6... But that's still clumsy. I'd prefer something shorter. Perhaps the title of the page is the best option, as people are more likely to have that saved than the UUID: https://lobste.rs/s/xltmol/this_page_is_designed_last#c_0snr... > I imagine it’d be uncommon for someone has the UUID but not the website saved. |