>finally find a program that you were looking for>github link
>no build instructions>non-standard build toolchain>gigabytes of dependencies>no prebuilt binaries>not even a fucking screenshotI will not use your software.
>>106780360It was provided to you for free. The author doesn't give a shit if you use it or not.
clickOn("Releases");if (isset(exeRelease)) { download(release.exe); execute(release.exe);} else { die("don't bother with this project");};
>>106780370i'm sure he wants people to use it otherwise he wouldn't put the source code online
>>106780351Yes, sometimes it do be like that.You can also ask ChatGPT or Claude to port the core algorithms to another language or reconfigure the build toolchain.
>>106780399Just because I put my project source code online doesn't mean I want other people to use it
>>106780399It's there for people like me who can take one glance at it and tell if it's worth the time or not. If it is worth the time I'll put in the effort to make the janky free shit work. Such a skill can earn you a lot of money with little investment.
>>106780416it really takes no effort at all to make a github actions .yml that will automatically install your build deps and shit out compiled binaries for every platform you support on every tagged version push, it's also free, not doing this for hard to build software means you don't respect the user's time
>>106780351git is not for release. do your own legwork shitbag.
>>106780445I don't respect the user's time. You're correct about that. Retard filters are a must.
>>106780360Oh no. Anyway...
>>106780445>it really takes no effort at allif it took no effort at all, it would just be there automatically. so clearly it does take effort, effort I am not willing to spare.the best you'll get is a description of what kinds of systems are supported, what dependencies the thing uses and some installation command examples>>106780351don't worry it's linux only so you got filtered before you even found out about it
>>106780473if you don't respect the users time your work doesn't deserve respect
>>106781033don't remember asking for your opinion>>106780351>find a program that you were looking forjust write it yourself, useless leech
>>106781055posting implies consent to be opined upon
>>106781076nah. not by you, anyway.
>>106781084its an anonymous board anon, you don't get to choose
>>106780351
>>106780360ok, goodbye then
>>106780351>i can't make use of anything if it isn't fed to me with a silver spoongood. this is how we filter out the midwits
>>106781116funny every time
>>106780351I compile mesa on 4 cortex a55 cores.You'll be fine.
>it has a code of conduct in the root directory talking about "gender expression" and a bunch of other nonsense
>>106780351I prefer this actually...you are just a turbo normie idiot moron,sorry.
>>106780351>yay name_of_the_program>yay just finds the thing, even if nintendo hates it
>>106781076People upload their code online in case someone finds it useful for something and most likely doesn't give a single fuck about hand holding a brown winbabby who doesn't know how to computers. Although a screenshots sometimes would be nice.
>>106781116isnt it chmod +x install.sh and running ./install.sh why is he doing that/
>finally find a program that you were looking for>sourceforge link
>>106781116why is he using that fucking white girl android font?
>>106781599shh don't feed the animals
>>106781033retarded take
>>106780360This is a completely reasonable take, good neetware (random github projects) at least has one (1) screenshot and simple build instructions
>>106780445Read the Makefile you dumb bitch.
>>106783298"I will not use your software" isn't a take. It's not a threat, either. It's nothing. Literally the only person who cares is the person not using the software
>>106781599>hacker scans github for projects with 20-30 stars that don't have an aur upload>posts shit to the aur by that name because it doesn't have any vetting whatsoever>now your computer has a keyloggerNothing personnel, kid
>>106783317"I will not use your software if it doesn't have build instructions, doesn't have screenshots, and has bloated dependencies" is a take nigger
>>106783372no it isn't
>>106783386Nountake (plural takes) 3. An interpretation or view, opinion or assessment; perspective; a statement expressing such a position.
>>106783613exactly. Thank you. It's officially not a take.
>>106780351usually github works well whats the issue?it does kinda suck having stuff not autoupdated but if you need something super niche you gotta do it
>>106780360just have chatgpt tell you what to do
>>106781195It's probably functional software then
just read the c/makefile or whatever.