Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Technology
  3. France and Germany, in joint collaboration, have developed a Google Docs alternative - and its awesome! (Netherlands are currently onboarded)

France and Germany, in joint collaboration, have developed a Google Docs alternative - and its awesome! (Netherlands are currently onboarded)

Scheduled Pinned Locked Moved Technology
technology
185 Posts 111 Posters 18 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P [email protected]

    We should actually use an opensource, decentralized and private alternative instead of relying on another centralized service

    See Fileverse for example: https://fileverse.io/

    S This user is from outside of this forum
    S This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #79

    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.

    N C 2 Replies Last reply
    0
    • J [email protected]
      This post did not contain any content.
      F This user is from outside of this forum
      F This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #80

      As someone in and from the US, good. Private companies are far to prevalent in public institutions all over the world. Something as basic and fundamental as word processing should not be controlled by a small select few huge international companies.

      1 Reply Last reply
      0
      • S [email protected]

        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.

        N This user is from outside of this forum
        N This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #81

        (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.

        S 1 Reply Last reply
        0
        • S [email protected]

          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.

          C This user is from outside of this forum
          C This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #82

          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?

          S 1 Reply Last reply
          0
          • C [email protected]

            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?

            S This user is from outside of this forum
            S This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #83

            It's pretty easy if you use NextCloud with the AIO image, but if you're doing anything fancier than that, strap in because there aren't many decent tutorials.

            R C 2 Replies Last reply
            0
            • N [email protected]

              (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.

              S This user is from outside of this forum
              S This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #84

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

              Right, but you'll lose your content if enough people lose interest in the network. That's absolutely a thing in the crypto world where things move fast. Relying on the network effect to secure your data sounds... sketchy.

              which is needed in some form if it’s distrubuted

              Sure, and the easiest way to do that is w/ public key cryptography, sign your encrypted stuff and you can always prove ownership. A blockchain gives you that, but it's hardly necessary to have consensus around that.

              include credit cards

              It probably uses some cryptocurrency. Lots of cryptocurrencies work well for micropayments (e.g. LiteCoin, Monero, or even Bitcoin w/ the lightning network).

              I just don't see the need for a blockchain here. Bittorrent has been doing content-based addressing for ages, and it doesn't need a blockchain, you just ask for the data at a given hash and you get it. Or you can use IPFS. If everything is properly encrypted, you're good to go!

              What the blockchain does offer is a way to pay for storage. So the more you pay, the more likely your data is to still be there after some time as people leave the network and nodes drop and whatnot. All in all though, it seems really risky to put anything important on it, and you might as well just pay for a storage provider from a legal entity that you can sue if things go poorly (and maybe two, so you're not screwed if goes bankrupt or whatever).

              N 1 Reply Last reply
              0
              • P [email protected]

                I'll look into that one too, I didn't know about it

                Which bullshit are you talking about? I might have missed it and my search didn't bring much on it

                edit: I think i found it: https://lemmy.dbzer0.com/post/40123727/17360792

                L This user is from outside of this forum
                L This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #85

                Short version to save others a click: Proton's CEO tweeted an endorsement of Trump's FTC pick, going on to praise how apparently the Republicans are now the party for the "little guys" and crediting the ongoing antitrust proceedings to Trump's first term.

                1 Reply Last reply
                0
                • D [email protected]

                  Fuck 😞 Didn't know that... I got convinced by the company being supposedly Latvian.

                  S This user is from outside of this forum
                  S This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #86

                  It is Latvian. It's also Russian. It's also Singaporean. It just depends on who you ask and how much you want to look into it.

                  But yeah, that's a large part of why I use Collabora instead of OnlyOffice, it's just a lot less sketchy.

                  1 Reply Last reply
                  0
                  • J [email protected]
                    This post did not contain any content.
                    H This user is from outside of this forum
                    H This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #87

                    Is this just for EU citisens or can Americans like me use it?

                    R 1 Reply Last reply
                    0
                    • rustyshackleford@programming.devR [email protected]

                      goFuckYourself(Microsoft)

                      S This user is from outside of this forum
                      S This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #88

                      Hey, this is a Python project, use underscores.

                      1 Reply Last reply
                      0
                      • H [email protected]

                        Is this just for EU citisens or can Americans like me use it?

                        R This user is from outside of this forum
                        R This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #89

                        Foss, just deploy and enjoy

                        H 1 Reply Last reply
                        0
                        • R [email protected]

                          Foss, just deploy and enjoy

                          H This user is from outside of this forum
                          H This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #90

                          Don't know what a Foss is

                          T ? fxomt@lemmy.dbzer0.comF loudwaterenjoyer@lemmy.dbzer0.comL K 6 Replies Last reply
                          0
                          • H [email protected]

                            Don't know what a Foss is

                            T This user is from outside of this forum
                            T This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #91

                            Free open source software

                            1 Reply Last reply
                            0
                            • S [email protected]

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

                              Right, but you'll lose your content if enough people lose interest in the network. That's absolutely a thing in the crypto world where things move fast. Relying on the network effect to secure your data sounds... sketchy.

                              which is needed in some form if it’s distrubuted

                              Sure, and the easiest way to do that is w/ public key cryptography, sign your encrypted stuff and you can always prove ownership. A blockchain gives you that, but it's hardly necessary to have consensus around that.

                              include credit cards

                              It probably uses some cryptocurrency. Lots of cryptocurrencies work well for micropayments (e.g. LiteCoin, Monero, or even Bitcoin w/ the lightning network).

                              I just don't see the need for a blockchain here. Bittorrent has been doing content-based addressing for ages, and it doesn't need a blockchain, you just ask for the data at a given hash and you get it. Or you can use IPFS. If everything is properly encrypted, you're good to go!

                              What the blockchain does offer is a way to pay for storage. So the more you pay, the more likely your data is to still be there after some time as people leave the network and nodes drop and whatnot. All in all though, it seems really risky to put anything important on it, and you might as well just pay for a storage provider from a legal entity that you can sue if things go poorly (and maybe two, so you're not screwed if goes bankrupt or whatever).

                              N This user is from outside of this forum
                              N This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #92

                              I was looking at it more, and it does use IPFS for the data storage (files and the collaboration chats etc), as well as Arweave, which I'd never heard of until today.

                              1 Reply Last reply
                              0
                              • H [email protected]

                                Don't know what a Foss is

                                ? Offline
                                ? Offline
                                Guest
                                wrote on last edited by
                                #93

                                free and open source software

                                1 Reply Last reply
                                0
                                • H [email protected]

                                  Don't know what a Foss is

                                  fxomt@lemmy.dbzer0.comF This user is from outside of this forum
                                  fxomt@lemmy.dbzer0.comF This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #94

                                  FOSS (free and open source software) is software that is completely open source and is free for everyone to use. It's much harder to enshittify, and if it ever does people can fork (make a copy, and make their own changes to the software).

                                  1 Reply Last reply
                                  0
                                  • J [email protected]
                                    This post did not contain any content.
                                    ? Offline
                                    ? Offline
                                    Guest
                                    wrote on last edited by
                                    #95

                                    It's just for the French civil service, right?

                                    1 Reply Last reply
                                    0
                                    • J [email protected]
                                      This post did not contain any content.
                                      E This user is from outside of this forum
                                      E This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #96

                                      Dont know why we need another foss office but im certainly not going to complain.

                                      1 Reply Last reply
                                      0
                                      • J [email protected]
                                        This post did not contain any content.
                                        adrianthefrog@lemmy.worldA This user is from outside of this forum
                                        adrianthefrog@lemmy.worldA This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #97

                                        It looks closer to the markdown style of formatting though, and I doubt it has page formatting, or other more advanced formatting, or extensions, or a large selection of fonts. Honestly, even though docs has pageless formatting now, most people don't use it when they should, making everything unnecessary harder to read, so this will be better in that regard at least. This is probably good enough for 95% of what people use Docs for, but I wouldn't call it a replacement.

                                        I haven't used it because I don't have a French government account, so correct me if I'm wrong about any of that.

                                        Edit: it looks like it only has 1 font and no page formatting

                                        G 1 Reply Last reply
                                        0
                                        • lodra@programming.devL [email protected]

                                          Honestly, k8s is super easy and very lightweight to run locally if you know the rights tools. There are a few good options but I prefer k3d. I can install Docker/k3d and also build a local cluster running in maybe 2 minutes. It’s excellent for local dev. Even good for production in some niche scenarios

                                          L This user is from outside of this forum
                                          L This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #98

                                          k8s is overkill for a lot of homelabs. Using docker compose is a fraction of that complexity

                                          L lodra@programming.devL 2 Replies Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups