• msage@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    23 hours ago

    I will just say:

    WHAT THE FUCK are we doing? Alpine has been used in Docker, and Docker is now run everywhere.

    WHY are these necessary tools underfunded? They barely even need anything. Why do companies not support them?

    Can we start giving at least 0.000001% of net profit to the basic tools used? Can we globally force companies to give the smallest pittance to the open-source projects they make trillions off of?

    • Karna@lemmy.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      1 hour ago

      Alpine has been used in Docker, and Docker is now run everywhere

      This is exactly what came to my mind while reading through the article.

  • Evil_Shrubbery@lemm.ee
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    2 days ago

    We underfund our heroes, don’t we?

    (Also that monitors model name in the thumbnail “UHD 4K 2K” :D

  • merthyr1831@lemmy.ml
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    2
    ·
    2 days ago

    yet another reason to back flatpaks and distro-agnostic software packaging. We cant afford to use dozens of build systems to maintain dozens of functionally-identical application repositories

    • TheFunkyPickle@lemmy.zip
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 day ago

      I will back flatpaks when they stop feeling so sandboxed. I understand that is the point, but on Mint it don’t get any specific popuo requests and instead have to sit in flatseal and manually give access. .deb 4 lyfe

      • merthyr1831@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 day ago

        the sandbox is the point! but yes there’s still shortcomings with the sandbox/portal implementation, but if snaps can find a way to improve the end user experience despite containerising (most) apps, then so can flatpak.

        It’s similar to how we’re at that awkward cusp of Wayland being the one and only display protocol for Linux, but we’re still living with the awkward pitfalls and caveats that come with managing such a wide-ranging FOSS project.

        • TheFunkyPickle@lemmy.zip
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 day ago

          I am definitely not against flatpaks, but I still use system packages when possible. I find too many weird issues with flatpaks when I need them to do more than be a standalone application (see Steam). Flatpaks feel like a walled garden more than a sandbox. Just give me more UI prompts for what you want to access as opposed to needing an entirely separate program (Flatseal).

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

      We have this guy saying we cannot build all the Alpine packages once to share with all Alpine users. Unsustainable!

      On the other hand, we have the Gentoo crowd advocating for rebuilding everything from source for every single machine.

      In the middle, we have CachyOS building the same x86-64 packages multiple times for machines with tiny differences in the CPU flags they support.

      The problem is distribution more than building anyway I would think. You could probably create enough infrastructure to support building Alpine for everybody on the free tier of Oracle Cloud. But you are not going to have enough bandwidth for everybody to download it from there.

      But Flatpak does not solve the bandwidth problem any better (it just moves the problem to somebody else).

      Then again, there are probably more Apline bits being downloaded from Docker Hub than anywhere else.

      Even though I was joking above, I kind of mean it. The article says they have two CI/CD “servers” and one dev box. This is 2025. Those can all be containers or virtual machines. I am not even joking that the free tier of Oracle Cloud ( or wherever ) would do it. To quote the web, “you can run a 4-core, 24GB machine with a 200GB disk 24/7 and it should not cost you anything. Or you can split those limits into 2 or 4 machines if you want.”

      For distribution, why not Torrent? Look for somebody to provide “high-performance” servers for downloads I guess but, in the meantime, you really do not need any infrastructure these days just to distribute things like ISO images to people.

      • merthyr1831@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 day ago

        There are other costs, too. Someone has to spend a LOT of time maintaining their repos: testing and reviewing each package, responding to bugs caused by each packaging format’s choice of dependencies, and doing this for multiple branches of supported distro version! Thats a lot of man hours that could still be used for app distribution, but combined could help make even more robust and secure applications than before.

        And, if we’re honest, except for a few outliers like Nix, Gentoo, and a few others, there’s little functional difference to each package format, which simply came to exist to fill the same need before Linux was big enough to establish a “standard”.


        Aaaanyway

        I do think we could have package formats leveraging torrenting more though. It could make updates a bit harder to distribute quickly in theory but nothing fundamentally out of the realm of possibilities. Many distros even use torrents as their primary form of ISO distribution.

    • harsh3466@lemmy.ml
      link
      fedilink
      arrow-up
      8
      ·
      2 days ago

      I’m a fan of flatpaks, so this isn’t to negate your argument. Just pointing out that Flathub is also using Equinix.

      Source

      Interlude: Equinix Metal née Packet has been sponsoring our heavy-lifting servers doing actual building for the past 5 years. Unfortunately, they are shutting down, meaning we need to move out by the end of April 2025.

    • balsoft@lemmy.ml
      link
      fedilink
      arrow-up
      4
      ·
      2 days ago

      I don’t think it’s a solution for this, it would just mean maintaining many distro-agnostic repos. Forks and alternatives always thrive in the FOSS world.

    • Mwa@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      2 days ago

      Let the community package it to deb,rpm etc while the devs focus on flatpak/appimage

    • Karna@lemmy.mlOP
      link
      fedilink
      arrow-up
      8
      ·
      2 days ago

      That solves the media distribution related storage issue, but not the CI/CD pipeline infra issue.