Yes, agreed! This is the goal of IPFS[1], which provides a global distributed namespace for content-addressable data. In terms of tooling, ipfs-paste[2] provides this kind of functionality on top of it.
[1] https://ipfs.io [2] https://github.com/jbenet/ipfs-paste On 11/03 23:00, FRIGN wrote: > On Tue, 03 Nov 2015 22:42:16 +0100 > Christoph Lohmann <2...@r-36.net> wrote: > > > the web has grown to be a big pastebin of URIs and short‐living content. > > One good example for this are paste services which don’t guarantee any‐ > > thing. I came to the idea of having a paste mailinglist: All history is > > stored, nothing will vanish and it’s easy to reference to pastes in his‐ > > tory. > > > > What do you think of that idea? > > This is a very nice idea! I'd implement it and allow later access via > hashes (like > paste.suckless.org/e6a92ec2fe5fba022c31c32c97ea455cee4b2736). This > would make sense, as identical pastes would just be stored in the same > place (it happens often that people paste the same stuff and it would > also be a direct way to be able to check if the paste hasn't lost > integrity along the way). > > Given these pastes don't take up much space, it would actually be rather > trivial to do it. > Just some webform, taking in data, generating the hashes and a file in > some directory with name as the hash and content as the paste. nothing > more. :) > > Cheers > > FRIGN > > -- > FRIGN <d...@frign.de> >