• sugar_in_your_tea@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    5
    ·
    23 days ago

    Why distributed? Having your data tied to a blockchain seems unnecessarily complicated, and it essentially puts your data at risk if the bulk of the community moves to the next hot thing.

    We really need to decouple storage from the apps themselves. Whether you use distributed storage, local storage, or something commercially backed like S3 should be a choice separate from the app you use to view and edit your data.

    I self-host Collabora (online version of LibreOffice; OnlyOffice is another option), and my data lives on my NAS, but it could just as easily live on S3 or some distributed data store.

    • NotMyOldRedditName@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      23 days ago

      (Not op) Its distrubuted so you don’t lose your content if something happens to one location.

      Just browsing the landing page, it looks like the blockchain part offers proof of ownership and strict access controls without having to use a centralized service, which is needed in some form if it’s distrubuted.

      I imagine but haven’t seen that it might handle payments for having things be distrubuted as well, which would have meant having to include credit cards otherwise which would complicate things like micro payments to any given person hosting your content.

      Edit: also this is the kind of thing that should use an S3 compatible API so you don’t get locked in as you said. It’d let you move the data between providers effortlessly.

    • CancerMancer@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      1
      ·
      23 days ago

      I self-host Collabora (online version of LibreOffice; OnlyOffice is another option), and my data lives on my NAS, but it could just as easily live on S3 or some distributed data store.

      Oh this is interesting. Any pitfalls you could talk about before I go popping this up myself?