I kind of agree with the Reddit post. Like how hard is it to just provide a simple download button? Obviously if it’s an open source project and still in development there’s not a lot of utility in doing that, but there are situations where there will be a plug-in for a program and it’s been distributed via github.
And it’s got a terrible UI, I can never remember where the download zip button is, because it’s not obvious.
Because making proper executables working on all machines is just extra maintenance work. They probably just wanted to code something and share it to the world without that extra headache.
Unless you’re running it very low level code no it’s not.
If it’s anything that is in c++ or java You’re basically making me copy paste your code into a compiler and then pressing compile the end result will be identical to the one you would have given me.
It’s not if you want to compile for Windows, Linux and Mac at the same time, with x86, x64 and ARM support. Cross compiling can often be a big annoyance to set up.
And this is a Python project. Making stand alone executables for Python projects is rare.
Github is not a software distribution platform, it was never meant to be one. It’s a developer platform for code distribution and collaboration. And UI is designed around that.
A lot of projects use it as a distribution platform, but they’re wrong - it’s always better to have a web page with simple download button for casual “ordinary” people.
But, this case is special: this mostly harmless tool is designed and almost exclusively used to stalk / doxx / hack people =|. So, it’s not in developers interest to make it widely available and easy to install.
You’re full of contradictions. “It’s not a distribution platform it’s another kind of distribution platform.” Nevermind the fact that it has a “releases” feature designed to provide a somewhat easy way to distribute software however the dev wants to use it.
Then “it’s a mostly harmless script designed to commit crimes.” Do you know what harmless means?
Also I don’t really follow how it makes sense that the UI should be bad if they only meant for it to be used with code. Developers are humans too, and the GitHub UI is not great. I use it all the time and still get confused by some of the dumb UI decisions they have made.
I kind of agree with the Reddit post. Like how hard is it to just provide a simple download button? Obviously if it’s an open source project and still in development there’s not a lot of utility in doing that, but there are situations where there will be a plug-in for a program and it’s been distributed via github.
And it’s got a terrible UI, I can never remember where the download zip button is, because it’s not obvious.
Because making proper executables working on all machines is just extra maintenance work. They probably just wanted to code something and share it to the world without that extra headache.
Unless you’re running it very low level code no it’s not.
If it’s anything that is in c++ or java You’re basically making me copy paste your code into a compiler and then pressing compile the end result will be identical to the one you would have given me.
It’s not if you want to compile for Windows, Linux and Mac at the same time, with x86, x64 and ARM support. Cross compiling can often be a big annoyance to set up.
And this is a Python project. Making stand alone executables for Python projects is rare.
GitHub public repositories get free build runners for all of those except ARM and aren’t that hard to set up (for compiled languages of course).
Github is not a software distribution platform, it was never meant to be one. It’s a developer platform for code distribution and collaboration. And UI is designed around that.
A lot of projects use it as a distribution platform, but they’re wrong - it’s always better to have a web page with simple download button for casual “ordinary” people.
But, this case is special: this mostly harmless tool is designed and almost exclusively used to stalk / doxx / hack people =|. So, it’s not in developers interest to make it widely available and easy to install.
You’re full of contradictions. “It’s not a distribution platform it’s another kind of distribution platform.” Nevermind the fact that it has a “releases” feature designed to provide a somewhat easy way to distribute software however the dev wants to use it.
Then “it’s a mostly harmless script designed to commit crimes.” Do you know what harmless means?
Sorry, I meant to write that Github is not a software distribution, but a code distribution platform.
And ‘mostly harmless’ as in it’s not inherently malicious - you can use it for harmless stuff. It’s merely a tool.
Also I don’t really follow how it makes sense that the UI should be bad if they only meant for it to be used with code. Developers are humans too, and the GitHub UI is not great. I use it all the time and still get confused by some of the dumb UI decisions they have made.
Not having a download button being front and center has never been one of them.
Well software is code.
And you did say ‘designed’ re: the Sherlock script