This Page is Designed to Last
jeffhuang.com
This Page is Designed to Last
1–10 of 458 posts
Re: This Page is Designed to Last
#2But it's nice to know you're not alone in wanting nice things to last :)
Re: This Page is Designed to Last
#3Publication models where you pay the cost for somebody to be the archival reference make some sense. URI pointing into a store. Buckets in Google? But if you decided to move on, could you get a retained 302 redirect to point to the new home?
Re: This Page is Designed to Last
#4Imagine sticking a proxy between our browser and the internet that automatically archives all webpages we attempt to browse to, and then only lets you view the archive. How much of the internet would you be able to see?
Re: This Page is Designed to Last
#5Re: This Page is Designed to Last
#6Re: This Page is Designed to Last
#7Heck, with the cost of storage so low, recording every webpage you ever visit in searchable format is also very realistic. Imagine having the last 30 years of web browsing history saved on your local machine. This would especially be useful when in research mode and deep diving a topic.
[1] https://github.com/machawk1/warcreate
[2] https://github.com/machawk1/wail
[3] https://github.com/internetarchive/warcprox
EDIT: I forgot to mention https://github.com/webrecorder/webrecorder (the best general purpose web recorder application I have used during my previous research into archiving personal web usage)
Re: This Page is Designed to Last
#8A hash can represent any resource.
IPFS, or something like it, is the missing component for long term retrieval.
EDIT: or something like https://github.com/google/trillian
Re: This Page is Designed to Last
#9This is why I've been saving PDFs/HTMLs or even just taking screenshots of webpages I find especially meaningful or important to me... Archiving things as files this way can get kind of tedious and definitely feels primitive at times (we made the LHC but I'm here not expecting the same pages of cool interviews, designs, etc. to be up next month), but what can you do? But it's nice to know you're not alone in wanting…
Re: This Page is Designed to Last
#10There's no reason why a web browser bookmark action doesn't automatically create a WARC (web archive) format. Heck, with the cost of storage so low, recording every webpage you ever visit in searchable format is also very realistic. Imagine having the last 30 years of web browsing history saved on your local machine. This would especially be useful when in research mode and deep diving a topic. [1] https://github.com…