Earlier quoted context omitted.
Nice. FYI there's also SingleFileZ > SingleFileZ is a fork of SingleFile that allows you to save a webpage as a self-extracting HTML file. This HTML file is also a valid ZIP file which contains the resources (images, fonts, stylesheets and frames) of the saved page. https://github.com/gildas-lormeau/SingleFileZ
I'll implement the "save bookmark page" feature in both extensions :)
This Page is Designed to Last
141–150 of 458 posts
Re: This Page is Designed to Last
#142Make sure that archive.org - the Internet Archive - catches your website in "The Wayback Machine". Catering to that is a pretty good strategy for archiving for at least the next couple of decades, considering that institute's staying power. And on that note - consider donating to them.
Re: This Page is Designed to Last
#143Earlier quoted context omitted.
A key-value store has nothing to do with blockchain.
FileCoin is a blockchain and is the incentivization layer on top of IPFS that allows users to rent hard drive space. It is intrinsically connected with IPFS.
Filecoin is just for incentives, but IPFS has been running for years without it.
Re: This Page is Designed to Last
#144Earlier quoted context omitted.
Firefox actually purges history automatically. For instance, the oldest history I have on this browser right now is from January 2018. I found about this the hard way.
I have this problem. Some bits of history are gone except from old backups of profile directories and profiles where I've already set places.history.expiration.max_pages to some absurdly high number. I need to do a handful of experiments to see exactly how this interacts with Sync, even though I've (foolishly) already synced the important profiles. I'd hope that the cloud copies of the places database just keeps grow…
Re: This Page is Designed to Last
#145Earlier quoted context omitted.
Or don’t specify any font at all and leave it up to the user’s preference. Why presume you know better than the user?
The trouble is that the defaults tend not to be the best fonts that are available, and very few users change them. I have changed them myself, but I don’t know of anyone else that has. For myself, I wish that people would leave Arial, Verdana, Helvetica Neue, Helvetica, &c. out of their sans-serif stack, having only their one preferred font and sans-serif, or better still sans-serif alone; but as a developer I unders…
font-family: system-ui, Helvetica, sans-serif;
for prose and font-family: ui-monospaced, Menlo, monospace;
for monospaced text. The first being the user's preferred font, the second as a good (IMO?) default that I impose on them, and the third as a full fallback. I'm conflicted on whether this is the right balance between user choice and handling browsers that support nothing.Re: This Page is Designed to Last
#146Frequently appearing http://danluu.com/ on HN is one of these sites that are absolutely minimal.
Re: This Page is Designed to Last
#147I am all for archiving important web content, but imo most of the web content is not important and impossible to archive anyway. Too many pages use dynamic content which make web archives useless. Also having too much data just dilutes the useful stuff. If you have useful content (the author should) store it in some other way. Put articles in any simple markup format like markdown in git, distribute videos using torr…
Unfortunately the web seems to have de-facto standardized on these quirks and large swaths of the internet would break if you removed them.
Re: This Page is Designed to Last
#148Earlier quoted context omitted.
>Use whatever typography you want, so long as you self host the woff files. or use Google Web fonts, and set let last option in your font-family to be "serif" or "sans-serif" to let an appropriate typeface be used if your third-party font is unreachable. That's the beauty of text, the content should still be readable even if your desired font is unavailable.
Google web fonts were a great way to make my site slower. I don’t know if it’s the latency here in Australia or what, but (especially for developing locally) google web fonts were a big headache for having snappy webpages. I took the time one day to produce my own webfont files and self-host those, and the difference in site load speed is like night and day.
Re: This Page is Designed to Last
#149Let's be honest with ourselves. The best way to make your content last for a long time is to host it on a platform that is free and very successful. For example, whatever photos I posted on Facebook 12 years ago? Still alive and kicking. The articles I've published on wordpress.com 7 years ago? Still in mint condition, with 0 maintenance required. In comparison, the websites that I've built and hosted or deployed mys…