|
|
|
Why is amnesia built into the browsers?
|
|
2 points
by BMSR
838 days ago
|
|
If I lose internet connection I no longer have access to new links or past sites i've visited. The sites I've visited had the HTML rendered, and that can be saved for later use. Browsers should offer re-visiting one of the 10 last cached versions of visited sites instead of offering nothing. New content should be fetched periodically to have something to read on times of network issues. Having nothing to read can be boring. |
|
A long time ago I was running a proxy at home behind a dialup (or was it ISDN?) that would cache the contents of websites and offer the old contents if it was unable to connect to refresh its copy. It worked ok, for the time, before the proliferation of SSL. I also modified it to first give the cached copy while updating the page in the background, which sometimes lead to breakage, but things weren't rock solid otherwise at the time ;-).
I guess something like that would be nice even today, but it would probably need to be built as an extension into a browser to most conveniently handle the SSL issue. I think I would use it, to archive all the pages I've visited and then easily visit older versions of them, in addition to having a way to search them.