• random9@lemmy.world
    link
    fedilink
    English
    arrow-up
    20
    arrow-down
    2
    ·
    8 months ago

    I would suggest that github is the wrong place to go look for that. Github is for developers, primarily a place to share source code, for people who DO care about build files, deprecated classes, contributors, and git history - so they can make the software that runs large parts of the modern world more efficient and flexible.

    Whether there’s an executable provided is completely optional and up to each author. Further, considering in this specific example it was python code, it’s far more flexible for the author to provide python run instructions (which the author HAD provided by the way) than it is to give you a .exe which would take extra, unnecessary effort, and overlooks that the tool he was writing could also be used on linux and macos based machines (because python command exist on those)

    • gmtom@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      arrow-down
      2
      ·
      8 months ago

      I’m not browsing github for random software to install. I’m looking for specific bits of software to do something and coming to github because it’s the only place the devs host their software.

      Like I get what github is for, I use it almost every day, it’s the people using it to host downloads for their software that are using it outside its intended purpose (kind of)

      • random9@lemmy.world
        link
        fedilink
        English
        arrow-up
        14
        arrow-down
        2
        ·
        edit-2
        8 months ago

        For what architecture? You use windows, what about Linux? What about MacOS? Should the author spend their time making an executable for each platform? Or only the platforms that are most popular? (Edit: also, I’m not going to touch the fact that for complex programs there are third party dependencies which have license restrictions to be bundled together into an exe or provided into a zip as a dll, which is extra work for the dev to do just to make an exe)

        Secondly, as I pointed out in my above comment which you seemed to have missed:

        Some code, as is literally the case for the original source does NOT run via a standalone executable, so there is NO exe to upload. It is run via third party interpreters, in this case the Python interpreter.

        There’s a section about how to run the code in the original post for example here https://github.com/sherlock-project/sherlock?tab=readme-ov-file#usage - it requires the source code (because its not compiled, it’s interpreted) and installing python - which then is used via python3 sherlock to run the tool. Again, in cases like this there is literally no executable to upload. There may be some roundabout ways to upload an executable that packages, but that’s way beyond just providing the source to be run via python.

        Also to edit to say this: Regardless of how “easy” you may think uploading an exe for something might be, calling the people developing that code “stupid smelly nerds” as the original poster did (not you) is completely disrespectful, arrogant and entitled, and if someone demanded that I upload an exe to one of my repos like that, I would completely ignore their request.

        • Allero@lemmy.today
          link
          fedilink
          English
          arrow-up
          4
          arrow-down
          8
          ·
          8 months ago

          About the first part - isn’t it that if developers don’t do it, literally everyone else has to?

          Seems to me like devs saving an hour to give thousands of man-hours of headache on the side of end users.

          • random9@lemmy.world
            link
            fedilink
            English
            arrow-up
            7
            arrow-down
            3
            ·
            edit-2
            8 months ago

            I mean, you’re partially right yeah - for bigger projects with more devs, they often DO provide windows/linux/etc executables, and that does save a ton of hours.

            But for smaller projects with one main dev, it’s a lot to expect one person to make releases for all platforms. Maybe for the platform they develop for at best - though if that’s not your (not you personally, just general) favorite platform, you’d still be out of luck.

            Again to repeat: it’s a moot point in the case of this context since there was NO EXECUTABLE to provide - it was a python script. So arguing this is completely unapplicable in this case! The original poster was just being an entitled jerk who didn’t bother reading anything and resorted to name-calling.

      • MotoAsh@lemmy.world
        link
        fedilink
        English
        arrow-up
        7
        arrow-down
        6
        ·
        8 months ago

        Compared to giving your dumb ass the source? A lot. A lot of effort. Shut up and learn how to run two simple commands.

        • gmtom@lemmy.world
          link
          fedilink
          English
          arrow-up
          7
          arrow-down
          10
          ·
          8 months ago

          Yeah fuck people who want a streamlined and convenient user experience. They must be dumb.

          • MotoAsh@lemmy.world
            link
            fedilink
            English
            arrow-up
            4
            arrow-down
            4
            ·
            8 months ago

            If two commands for compiling and launching an app isn’t “streamlined and convenient”, you are too stupid to use the app.

            • gmtom@lemmy.world
              link
              fedilink
              English
              arrow-up
              6
              arrow-down
              4
              ·
              edit-2
              8 months ago

              Not really? Which is why almost everyone (including you I’m betting) use a gui when using a computer instead of the terminal.

              And also maybe step back a second and realise you’re actually getting heated and resorting to insults over disagreeing with someone over wether there should be a download button on a website.

              • MotoAsh@lemmy.world
                link
                fedilink
                English
                arrow-up
                2
                arrow-down
                4
                ·
                edit-2
                8 months ago

                Nah, I think it’s fair to call someone stupid if they genuinely cannot follow two commands. If they can get to the website, they’ve done something just as complicated.

                It’s like calling someone dumb for succeeding in riding a bike, but refusing to try a moped when they’re specifically asking to get from point a to b without tiring themselves. “Yea… we’re telling you how to do it. Stop being afraid of something basic, idiot.”

                The obstinance deserves an insult.

                • gmtom@lemmy.world
                  link
                  fedilink
                  English
                  arrow-up
                  3
                  arrow-down
                  1
                  ·
                  8 months ago

                  I feel bad for people that have to deal with you in real life.

                  • MotoAsh@lemmy.world
                    link
                    fedilink
                    English
                    arrow-up
                    1
                    arrow-down
                    2
                    ·
                    edit-2
                    8 months ago

                    Nah, most people don’t choose to be morons. That’s more of an internet thing where children and the emotionally stunted attempt to act like adults.

                    Interesting how you think it’s OK to insult me when I’m insulting a hypothetical person… Seems you’re not so against insults after all… hypocrite.

          • cm0002@lemmy.world
            link
            fedilink
            English
            arrow-up
            6
            arrow-down
            6
            ·
            8 months ago

            If you want a streamlined and convenient user experience, then go fuck off and find commercial software with paid support where a good user experience is expected

            Someone made a tool, thought it was cool and wanted to share what they had for free, they owe you nothing especially a “streamlined and convenient user experience”

            • gmtom@lemmy.world
              link
              fedilink
              English
              arrow-up
              6
              arrow-down
              3
              ·
              8 months ago

              Imagine getting this mad over someone wanting g a download button.