• SavvyWolf@pawb.social
    link
    fedilink
    English
    arrow-up
    0
    ·
    5 months ago

    TBF, they could probably make the “releases” page more prominent rather than having it buried in all the “code” stuff.

        • Anamana@feddit.de
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          5 months ago

          Do most people who use Excel also make art with it? Because sometimes devs also just download exe files on GitHub :D

          They don’t just always copy code from there.

          • originalfrozenbanana@lemm.ee
            link
            fedilink
            arrow-up
            0
            ·
            5 months ago

            Do MOST people who use GitHub download .exes? In my experience the VAST majority of people are using it for source and version control, not external releases. The overwhelming majority. FOSS and OSS is a small portion of the overall GitHub user base compared to, say, enterprise companies.

            • Anamana@feddit.de
              link
              fedilink
              arrow-up
              0
              ·
              5 months ago

              So you never downloaded a program on GitHub?

              No one everever said you need to compromise its focus on developers. There is no compromise to be made. It’s just a stupid button. Stop arguing lol.

      • Malix@sopuli.xyz
        link
        fedilink
        arrow-up
        0
        ·
        5 months ago

        not only the ux, some devs make it absurdly confusing to find a binary.

        I don’t want to throw anyone under the bus, but there’s this one niche app.

        their github releases at one point were YEARS out of date, they only linked to the current version in seemingly random issue reports’ comments. And the current versions were some daily build artefacts you could find in a navigation tree many clicks deep in some unrelated website. And you’d better be savvy enough to download a successfully built artefact too. And even then the downloaded .zip contained all kinds of fluff unnescessary for using the app.

        The app worked fine, sure, but actually obtaining it was fairly tricky, tbh.

        • Cow2@lemm.ee
          link
          fedilink
          arrow-up
          0
          ·
          5 months ago

          These build artefacts probably weren’t meant for end users, that’s why they contained the “unnecessary fluff”.

          • Malix@sopuli.xyz
            link
            fedilink
            arrow-up
            0
            ·
            5 months ago

            absolutely, but they were in general (IIRC) suggesting them for the main downloads, but just not telling anyone outside the comments, which was the weird part

        • Anamana@feddit.de
          link
          fedilink
          arrow-up
          0
          ·
          5 months ago

          It doesn’t have to be a compromise imo. Most people just need a visible download button on the front pages. Wouldn’t hurt devs at all. I mean, even devs sometimes struggle with this lol.

          • BetterDev@programming.dev
            link
            fedilink
            arrow-up
            0
            ·
            5 months ago

            It doesn’t have to be a compromise

            You keep using that word. I don’t think it means what you think it means.

            Any change to appease you would be a compromise, you understand this, yes?

      • r00ty@kbin.life
        link
        fedilink
        arrow-up
        0
        ·
        5 months ago

        I’d agree, but the caveat is that github is primarily about an interface for source control and collaboration between developers for projects. The release page is really just an also-ran in terms of importance.

        • Anamana@feddit.de
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          5 months ago

          Imo they aren’t even trying, because it’s not that hard to make it better. Doesn’t even have to be a compromise. Most people just need a visible download button for the programs, that’s all.

          • Scrollone@feddit.it
            link
            fedilink
            arrow-up
            0
            ·
            4 months ago

            SourceForge had a better UX for those who just want to download software.

            And SF is horrible, so this says a lot.

          • Rodeo@lemmy.ca
            link
            fedilink
            arrow-up
            0
            ·
            5 months ago

            There is, it’s literally right there on the home page of the project. You can either copy a URL and download it by cloning the git repo, or you can download the whole project as a zip file. Then you just have to compile it!

            GitHub is for developers, not end users.

            • Anamana@feddit.de
              link
              fedilink
              arrow-up
              0
              ·
              5 months ago

              It’s not a compromise to make another download button for the last release as well. No one looses.

            • BatmanAoD@programming.dev
              link
              fedilink
              arrow-up
              0
              ·
              5 months ago

              That’s not a download button for the program. But there is indeed a link to the release page right on the home page of the project, so you’re still correct.