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.
  • azalty@jlai.luA [email protected]

    A bit of both I guess

    Web apps have the advantage of not requiring admin permission and being accessible from pretty much everywhere, and they are often less intensive I believe

    And I guess cloud storage of documents makes it even better

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

    no office software requires admin eighter unless you want to install it for all users

    azalty@jlai.luA 1 Reply Last reply
    0
    • V [email protected]

      A good web app is awesome!

      But the big ones usually wants to have a native app so that they can scan your whole computer and so on. This is good news.

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

      which is fine if you deny network connections for it with a per-process firewall. but with a webapp you can never be sure that they won't snatch your documents.

      V 1 Reply Last reply
      0
      • 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/

        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
        #73

        Checked out the site on mobile, and it was unresponsive to any of my clicks.

        1 Reply Last reply
        0
        • W [email protected]

          I love the docs ability to create databases from my docs. That would be super useful for work and research activities.

          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
          #74

          Right up until you are doing compliance and governance and you realize docs are actually a terrible terrible source of truth for any automated systems. We’re 3 years into a project at a healthcare company to rip google sheets and docs out of our apps and replacing them with Postgres, bigquery, dbt and dagster.

          It’s simply not okay to have your database be something anyone with write access to a doc can fuck up a formula by accident on. Your medical bills being maintained by random formulas on dozens of linked spreadsheets maintained by hand by random people on different teams is part of why they are impossible to unwind. By the time someone audits it, it’s printing different numbers than when your bill was rendered and it’s version control doesn’t work to roll it back without breaking dozens of other things.

          W 1 Reply Last reply
          0
          • F [email protected]

            Pretty good project, but is it the future to have mainly web apps?

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

            For offline editing there's already LibreOffice

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

              Yea I’m not a fan of helm either. In fact, I avoid charts when possible. But kustomize is great.

              I feel the same way about docker compose. If it wasn’t already obvious, I’m biased in favor of k8s. I like and prefer that interface. But that’s just preference. If you like docker compose, great!

              There’s one point where I do disagree however. There are scenarios where a local k8s cluster has a good and clear purpose. If your production environment runs on k8s, then it’s best to mirror that locally as much as possible. In fact, there are many apps that even require a k8s api to run. Plus, being able to destroy and rebuild your entire k8s cluster in 30s is wonderful for local testing.

              Edit: typos

              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
              #76

              I won't argue with the ups and downs of each technos, but I recently looked into docker swarms and it was all I expected kubernetes to be, without the hassle. And I could also get a full cluster with services restored from scratch in 30s. But I am obviously biased towards it, too 🙂

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

                No America's club

                1 Reply Last reply
                0
                • 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/

                  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
                  #78

                  Well this software is more intended for administrative staff working for the government, so I don't think that decentralisation is their goal here.

                  1 Reply Last reply
                  0
                  • 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
                                          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