Ask HN: Best way to host a website for 500 years?
151–160 of 825 posts
Re: Ask HN: Best way to host a website for 500 years?
#152Re: Ask HN: Best way to host a website for 500 years?
#153Re: Ask HN: Best way to host a website for 500 years?
#154I would probably create some type of small self-contained unit, that's battery powered, and can recharge itself via solar panels. I'd have this device periodically try to fetch data from the internet. Once the internet goes down it goes down, and you'd have the local cached copy. I'd also have this mystical device print out the entire website in paper form every year or so, and then it would automatically shove the b…
And the solar panels themselves would need maintenance, even if it is simply cleaning.
Re: Ask HN: Best way to host a website for 500 years?
#155If you have it electronically, the absolute best case in 500 years is that it will be a relatively easy job for software archaeologists or historians to decode, assuming it's been periodically backed up to new media for all those years. The most likely case, though, is that in 150 years, the servers it was stored on, which have not been running for 80 years, will be picked over and/or melted down for precious metal contents by a tinker who wanders between mud-hut villages repairing their ancient metal pots in exchange for dried fish.
Re: Ask HN: Best way to host a website for 500 years?
#156Use a tool to convert those to HTML, which can be hosted anywhere or be just drag-n-drop in future once you are no longer maintaining/updating it.
My bet is that plain-text will survive any digital changes, so will HTML.
Just make sure there is someone to take to the next step after you. But it really fizzles out after that, well, individually we are not important enough to be of much trouble to anyone for this.
I started my journey recently and is, I would like to believe, just the beginning and I tried writing it down for my personal website which is 20+ years old and surviving -- https://brajeshwar.com/2021/brajeshwar.com-2021/
Re: Ask HN: Best way to host a website for 500 years?
#157Probably unpopular answer: you could store your messages to the future in the op_return field of a series of small bitcoin transactions. I wouldn't recommend making this the only egg in your basket but I think there is a non-zero probability the blockchain history will be preserved even if the currency isn't used any longer, kind of like how you can still go see Song dynasty paper currency from 1,000 years ago.
do it with ethereum or some other blockchain in a single tx
Re: Ask HN: Best way to host a website for 500 years?
#158The only practical enough way I can think of is: (1) create static documents in the simplest and most standard lossless (as far as possible) format. (2) store them on a durable enough, yet simple enough medium. Today that would probably be something simple like an USB stick. (3) transfer to new medium periodically, and take the opportunity to convert obsolete media files to new formats, if needed (you could keep the…
wrt (2), I remember reading (watching? maybe it was a YouTube video), that the answer to long-term storage is optical media. There was even a brand of discs that advertised itself as being a 300-year data storage medium. The engineer in me wants to make some sort of metal etched disk medium to store data on and bury it somewhere with a marker on top. Preferably with instructions on how to retrieve the data.
(1) The data must be easily retrievable. Any custom solution will be too expensive to produce then read, and so will be any solution that does not evolve over time. It's already not simple to read a 40 year old obsolete medium...
(2) Once the data have been retrieved they must also be easily interpreted. I have no idea how easily it will be to interpret a 500 year old data format. For instance, anything can display a JPEG file today, but what about in 500, let alone 100 years? JPEG did not exist only 30 years ago, MP4 was released 20 years ago this year. This is a blip compared to 500 years.
So if the aim is archaeological and the intended recipients are a bunch of future PhDs in well-funded universities then maybe. But if they aim is to have the data readily available for an average person then both the medium and the data format must evolve over time and the most standard medium is probably the best choice for each technological generation. Even the instructions and the language they are written in must evolve over time.
You do need to hope that your descendants will keep at it over time.
Re: Ask HN: Best way to host a website for 500 years?
#159Probably unpopular answer: you could store your messages to the future in the op_return field of a series of small bitcoin transactions. I wouldn't recommend making this the only egg in your basket but I think there is a non-zero probability the blockchain history will be preserved even if the currency isn't used any longer, kind of like how you can still go see Song dynasty paper currency from 1,000 years ago.
A webpage is discoverable
Re: Ask HN: Best way to host a website for 500 years?
#160Probably unpopular answer: you could store your messages to the future in the op_return field of a series of small bitcoin transactions. I wouldn't recommend making this the only egg in your basket but I think there is a non-zero probability the blockchain history will be preserved even if the currency isn't used any longer, kind of like how you can still go see Song dynasty paper currency from 1,000 years ago.
do it with ethereum or some other blockchain in a single tx
I would guess this cost is competitive with carving binary data into stone, not bad for permenant storage, reading the data is free.
[0] https://ethereum.stackexchange.com/questions/872/what-is-the...