Hacker News new | ask | show | jobs
by notheguyouthink 3408 days ago
> which would allow copies of notes to automatically exist, and the user would not even have to worry about their storage provider going away.

How is that true? Not citing it's not, just asking.

In my understanding of IPFS, longevity of something is just a byproduct of it's popularity. If you're writing unpopular notes, then it would inherently have no longevity, right? Ie, if no one else has read your note, then when your storage goes down so does your note.

1 comments

Well, it's not true-by-default (in IPFS at least) but you could easily model applications to make it true.

One way could be to have a more cooperative-like application. Let's say you join the cooperative by signing up to the application, and everyone agree to automatically help seed each others notes.

Another way could be to have small cooperatives inside the application, based on groups/organizations. So you sign up, apply to an group and everyone in the group help seeding each other.

Yet another way could be when you sign up, you'll just seed your own notes. However, if you pay 1 Euro per month, the maintainer(s) of the application will help you seed it. Or combine this with the group-idea and have groups announce their re-seeding possibility on the network, and pay the group.

Neither of the ideas are perfect and serve just as examples of what could be possible.

Btw anilgulecha, I would interested in participating in a discussion about it, and you might want to raise it as an issue on https://github.com/ipfs/notes, lot's of people who care about the same thing there.

Right, peers can be added to your notes as a simple paid service, thus making storage a simple commodity you pay pennies for, with no lock-in (peers by different storage providers).

I'll setup a mailing list tonight. For those that want to join, please shoot an email to anil.verve @ gmail.

@diggan: ipfs/notes repo seems to be a discussion place for the protocol -- I'd wait until we can come up with a draft spec before starting a discussion there.