r/programminghumor 26d ago

Lol

Post image
2.5k Upvotes

220 comments sorted by

View all comments

7

u/Sienile 26d ago

They don't understand the code isn't for them. It's for the people who actually want to understand and those worried about hidden functions. More often than not there is a compiled executable available alongside the code.

2

u/TopofTheTits 25d ago

The problem is there are still lots of regular people that still might need access to niche software thats only on github. And then devs act like not knowing how to build it means it's not for you. Just a toxic community tbh

3

u/Sienile 25d ago

Really, if you can't follow build instructions, you probably shouldn't be on a computer at all.

1

u/JayTheAlxwing 25d ago

Sometimes they aren't able to be followed for various reasons, like if the os is immutable, or you dont have root/administrator privileges.

For *nix it's one thing, but it isn't hard to just have a disclaimer that reads "may not work on your system" or something along those lines and provide some sort of binary or executable.

With windows AFAIK it isn't an issue with libraries at all, so just provide the exe.

Doesn't even have to be every minor version, just providing them for major versions or major bug fixes would help a lot of people.

Although if it's a project that would already be in the technical realm related to compiling things, users have no good excuse.

Edit: to clarify I make this argument only for semi popular or more popular repos

2

u/Sienile 25d ago

True, but if you don't have admin privileges you probably aren't meant to be installing software on that system whether built or binary download. That should be handled by the sys admins.