Spammers would have to host a page (permanently) that links to your post, and even then they don't get to control what (if anything) from that page gets displayed on your site.
I guess one danger is that they only serve the page that contains your link to the webmention-validating request. That way they get a backlink but don't have to keep a public outgoing link. They'd have to know that a given request is that validation though, and I'm not sure that'd be very easy.
Webmention receivers can filter on whatever parts of a URL they want to. Maybe a WordPress implementation limits this to the domain? But as far as the spec goes, the receiver just gets a `source` parameter that's a URL. They can then decide to allow that (based on the domain, or any other characteristic they want) and at that point they check that URL to see if the document there contains the link that it's supposed to.
That's all true, and probably a better system overall, but burning an optical disk, labelling it, and putting it on a shelf does feel like a more accessible backup regime for many people. :-)
I don't know about the best way to split things (I do it topically mostly, e.g. each website backup goes to a separate disc). But hashdeep is a great little tool for producing files full of checksums of all files that get written to the disc, and also for auditing those checksum files.
I've done this sometimes with hosting images and other large files on a combination of Flickr, Wikimedia Commons, Internet Archive, and Zenodo. Flickr costs money, but it feels like it's worth it given I'm using Netlify and all the others for free.
I know some people use S3 services for hosting images, but then you have to worry about generating your own thumbnails etc. and it's trickier.
Oh right, I've never seen polythene resealable ones here in Australia. (The floppier 'freezer bags' are I think, but they're less useful for archiving.)
I think it's mainly PVC that's to be avoided for archiving, and office supply shops are full of the stuff (document sleeves, etc.).
An archivist once told me that if you burn a bit of plastic and it doesn't give off any smoke then it's likely polypropylene or similar, and so good to use. That's never felt like a particularly robust test though (but I'm not a chemist).
True. Although the ziploc bags can just be left a bit open, that's quite sufficient. The good thing about food-safe bags is that they're usually polypropylene and so good for archival use (and much cheaper than anything from a preservation-supplies shop).
The horizontal vs vertical storage thing is interesting. I've often wondered what the rationale is with the difference, and it seems that it's cultural to a large extent.
One thing that wasn't covered, that sometimes matters for non-institutional collections, is that cardboard is thicker than plastic, and can add quite a lot to the number of boxes required for a given collection. Polyester or polypropylene sleeves (open at the top, and stored vertically, i.e. to allow gas exchange) can be as cheap and sometimes are a better option, at ~0.08 mm vs ~0.5 mm.
As others have mentioned, Transkribus works pretty well for handwritten text recognition. You can also train your own model if you have enough source material.
If the documents you have are able to be made public, you could upload them to Wikimedia Commons and use https://ocr.wmcloud.org/ — you can use Transkribus via that. (Disclosure: I'm an engineer working on the Wikimedia OCR project.)
I'm also interested in this. I've been using SpiderOak for years, but am currently trying to migrate away (to rsync.net, coincidentally). It's not that I've ever had any issues with SpiderOak, but nor do they seem to be a very engaged company (e.g. I've never heard of a SpiderOak person posting here on HN, but @rsync is never far away and is always friendly). It does sound like their efforts are in other directions.
There are a few OSM apps that make it easy to share tracks. I use OsmAnd, it allows easy recording, viewing, and uploading to OSM. OSMTracker probably has better battery life, maybe.
I recently added support for it to my blog (which uses twyne.rtfd.io) so I could more easily geolocate photos (from my non-GPS camera), and it was pretty easy to integrate. I tried GPSLogger too, but found that battery life was much better with Overland, and it also has a better system of queuing points when offline (with GPSLogger I found that it lost data at times such as when there was an internet connection but the server wasn't responding).
One of the indieweb approaches to feeds is to just structure the HTML sufficiently, and not have separate feed files. This works pretty well, and some feed readers work with it. Some info is at https://indieweb.org/h-entry
> This boils down the difference between pigment and dye based inks. Dye based inks are more expensive but more resistant to UV light.
I think it might be the other way around: pigment-based inks are opaque particles bonded to the paper, and so even if their colour changes/fades they're likely to still be legible. Whereas dye-based inks, when they fade, can completely disappear. (One advantage of dye-based inks is that they have a larger gamut.)
I wonder what the "100 year plan" will be. Flickr does seem like one of the few places that could conceivably store copyright photos for as long as it takes for them to become public domain (i.e. it's worth it, because they keep the full-res originals and lots of metadata).
Of course, the vast majority of photos on Flickr could probably be made CC-BY-SA now by their owners (i.e. everyone who's not making money out of their photography). I think more should be done to encourage people to do that.
Flickr has set up a non-profit "to properly preserve and care for the Flickr Commons archive, support Commons members […], and plan for the very long-term health and longevity of the entire Flickr collection."
I guess one danger is that they only serve the page that contains your link to the webmention-validating request. That way they get a backlink but don't have to keep a public outgoing link. They'd have to know that a given request is that validation though, and I'm not sure that'd be very easy.