• geography082@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    51 minutes ago

    Now explain this to EU based corporations, which in my opinion needs to be the focus on making the change. They drive the economy. All major assets in software income are being routed to American firms through their licenses.

  • utopiah@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    6 hours ago

    Nice, DINUM is doing a lot so great to see go beyond with supra national collaboration!

    I’m using NextCloud (Germany and international open source community) hosted on Webo (Slovenia) with data centers in Germany and Helsinki (so I bet on Hetzner). I’m happy with it but I’ll keep on eye on https://github.com/suitenumerique/docs

    • utopiah@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 hours ago

      I’d be curious, they use Minio which puts S3 first. Does it mean Docs (the official instance) is relying on AWS?

      If so IMHO that’s not a great default EU sovereignty.

      • hoppolito@mander.xyz
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 hours ago

        I would assume (without having looked at the codebase) that if they use minio they are, by default, not reliant on AWS.

        Minio is its own S3 implementation which can be self-hosted.

        S3, being an AWS protocol originally has AWS environment variables all over the place but that does not necessarily mean a reliance on the service. Rather, they rely on the protocol and you bring your own S3 endpoint I would assume. be that minio, hetzner or what have you.

        • cmhe@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          6 hours ago

          I thought that MinIO is a Open-Source S3 implementation, which you can just install on your own system. S3 is a “protocol” here IIUC.

          Is your complaint that they are using the S3 protocol, because it was invented and is controlled by AWS?

          Or that some services might use it without MinIO, directly on AWS?

          • utopiah@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            5 hours ago

            Seems I misunderstood, if it’s solely the branding (of that implementation) then it’s fine. I thought they relied on AWS itself.

  • AnonomousWolf@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 hours ago

    We already have kDrive you get 1TB storage for only 2€ a month, it’s based in Switzerland

  • stoly@lemmy.world
    link
    fedilink
    English
    arrow-up
    13
    ·
    15 hours ago

    Really cool. I tried to sign up but you have to be part of an officially recognized organization in France and input their registration number as part of the process.

    • meliaesc@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      arrow-down
      1
      ·
      15 hours ago

      I definitely don’t want the government attached to my personal files, in any country.

  • genomebandit@lemmy.world
    link
    fedilink
    English
    arrow-up
    14
    ·
    21 hours ago

    Really glad to see the EU adopt more open source software as a way to combat the centralized control some of the american software companies have over the space.

  • شاهد على إبادة@lemm.ee
    link
    fedilink
    English
    arrow-up
    14
    ·
    21 hours ago

    Calligra and LibreOffice already exist though. I am not against this in principle but couldn’t they have invested in an existing FOSS project?

  • flop_leash_973@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    23 hours ago

    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.

  • jaxxed@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    19 hours ago

    If I can copy and paste with thought having to install the offline plugin, then I’m in.

  • cley_faye@lemmy.world
    link
    fedilink
    English
    arrow-up
    16
    ·
    2 days ago

    Just checked the part about self-hosting. While it’s probably possible to handle things with a less heavy approach, their only “easy to use” example right now is to have a full-blown kubernetes cluster at hand or run locally in the source directory. That’s a bit much.

    • Tramort@programming.dev
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 day ago

      Please develop this self hosted version using sandstorm

      It makes hosting a breeze with one click installation

    • Lodra@programming.dev
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 days ago

      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

      • cley_faye@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 day ago

        I don’t like the approach of piling more things on top of even more things to achieve the same goal as the base, frankly speaking. A “local” kubernetes cluster serve no purpose other than incredible complexity for little to no gain over a mere docker-compose. And a small cluster would work equally well with docker swarm.

        A service, even made of multiple parts, should always be described that way. It’s easy to move “up” the stack of complexity, if you so desire. Having “have a k8s cluster with helm” working as the base requirement sounds insane to me.

        • mac@lemm.ee
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          19 hours ago

          Honestly, a lot of the time I don’t understand why a lot of businesses use k8s.

          At my company especially, we know almost exactly what our traffic will look like from 9am-5pm. We don’t really need flexible scaling, yet we still use it because the technology is hyped. Similar to cloud, we certainly don’t need to be spending as much as we do, but since everyone else is on or migrating to the cloud, we are as well.

          • azertyfun@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            1
            ·
            5 hours ago

            The “problem” with k8s is not that it’s abstract-y (it’s not inherently any more abstract than docker), it’s that it’s very complex and enterprise-y.

            The need for such a complex orchestration layer is not necessarily immediately obvious, until you’ve worked on a complex infra setup that wasn’t deployed with kubernetes. Believe me when you’ve seen the depths of hell that are hundreds of separately configured customer setups using thousands of lines of ansible playbooks, all using ad-hoc systems for creating containers/VMs, with even more ad-hoc and hacked together development and staging environments, suddenly k8s starts looking very appetizing. Instead of an abominable spaghetti of bash scripts, playbooks, and random documentation, one common (albeit complex) set of tools understood by every professional which manages your application deployment & configuration, redundancy, software upgrades, firewall configs, etc.

            A small self-hosted production kubernetes cluster doesn’t have to be hard to operate or significantly more expensive than bare-metal; you can buy 3U of rack space, plop in 3 semi-large servers (think 128 GB plus a few TB of SSD RAID), install rancher and longhorn, and now you’ve got a prod cluster large enough for nearly every workload such that if you ever need to upgrade that means you have so many customers that hiring a k8s administrator will be a no-brainer.

            Or you can buy minutes from AWS because CapEx is the absolute devil and instead you pay several times as much in OpEx to make it someone else’s problem. But if you’re doing that then you’re not comparing against “installing things the old-fashioned way”.

        • Lodra@programming.dev
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          1 day ago

          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

          • cley_faye@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            24 hours ago

            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 :)

            • Cpo@lemm.ee
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 hour ago

              Did not realize swarm was still a thing, not trying to be offensive here.

              My best find was using traefik as a reverse proxy in docker (compose). It is easily configurable through container labels and pulls resource definitions straight from docker. It is awesome!

      • Metju@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 day ago

        Seconding k3d (and, by extension, k3s). If you’re in a market for sth suitable for more upstream-compliant clustering solution (k3s uses SQLite instead of etcd, iirc), RKE2 is also a great choice

  • AdrianTheFrog@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    15 hours ago

    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