this post was submitted on 20 Feb 2024
1124 points (97.1% liked)

Microblog Memes

5837 readers
1573 users here now

A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.

Created as an evolution of White People Twitter and other tweet-capture subreddits.

Rules:

  1. Please put at least one word relevant to the post in the post title.
  2. Be nice.
  3. No advertising, brand promotion or guerilla marketing.
  4. Posters are encouraged to link to the toot or tweet etc in the description of posts.

Related communities:

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 9 months ago* (last edited 9 months ago) (5 children)

Nah I kinda agree, just give me a "download" button somewhere. I don't care about your build file, deprecated classes, list of supporters or whatever the fuck else you keep on there.

I just want to download the software and use it.

[–] [email protected] 18 points 9 months ago (2 children)

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)

[–] [email protected] 7 points 9 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)

[–] [email protected] 3 points 9 months ago (2 children)

...how hard is it to upload something in the release section for people to download?

[–] [email protected] 12 points 9 months ago* (last edited 9 months ago) (2 children)

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.

[–] [email protected] 0 points 9 months ago

Dunno, just put an .exe, .snap and whatever thing MacOS uses. .img, I think?

[–] [email protected] -4 points 9 months ago (1 children)

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.

[–] [email protected] 4 points 9 months ago* (last edited 9 months ago) (1 children)

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.

[–] [email protected] 2 points 9 months ago

Yeah I only refer to the practice in general, not that case for sure.

[–] [email protected] 1 points 9 months ago (1 children)

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

[–] [email protected] -3 points 9 months ago (2 children)

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

[–] [email protected] 0 points 9 months ago (1 children)

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"

[–] [email protected] 3 points 9 months ago

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

[–] [email protected] 0 points 9 months ago (1 children)

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

[–] [email protected] 2 points 9 months ago* (last edited 9 months ago) (1 children)

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.

[–] [email protected] -2 points 9 months ago* (last edited 9 months ago) (1 children)

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.

[–] [email protected] 2 points 9 months ago (1 children)

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

[–] [email protected] -1 points 9 months ago* (last edited 9 months ago) (1 children)

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.

[–] [email protected] 2 points 9 months ago* (last edited 9 months ago) (1 children)

I mean if you're an arsehole to someone for literally the dumbest, most inconsequential thing I could possibly imagine, then of course they're going to respond in kind.

I'm not a hypocrite because I'm not getting mad at you and insulting you over literally the tiniest thing like some terminally online redditor. I'm responding to your abuse by pointing out your bad personality must make things difficult for people in real life too.

It's a good chance to reflect on how you're acting, even though I know you won't because you're someone that gets mad and insults someone over wanting a download button on a website, so you're clearly lacking in perspective and rationality.

[–] [email protected] -2 points 9 months ago (1 children)

See, you're completely forgetting the context in order to try and keep the high ground...

I'm not saying this to some random people. I'm saying it to people who are obstinantly refusing to do the easy solution.

Why do you choose to forget context in order to justify your negative feelings? Stop being so pathetic.

[–] [email protected] 1 points 9 months ago (1 children)

Okay, it seems like you're the type of person that really needs to 'win' internet arguments with strangers to feel satisfied with your life, so I'll take the L here.

I'm a bad person for wanting an slightly easier way to download software.

There you go, enjoy your win, redditor. :)

[–] [email protected] -1 points 9 months ago

Thanks for projecting.

[–] [email protected] 13 points 9 months ago (2 children)

That’s what the releases page is for. But even then people will download the source instead and complain.

If you’re having trouble with this I suggest you find an adult.

[–] [email protected] 9 points 9 months ago

If you’re having trouble with this I suggest you find an adult

Fucking ded. I'm stealing this.

[–] [email protected] -1 points 9 months ago (1 children)

I'm not having trouble with it. I use github every day at work. I just want an easy streamlined user experience.

[–] [email protected] 1 points 9 months ago (1 children)

You're not going to get it on a system for technical users like Github. That's for managing software projects and handling code. Make a website if you want a big fancy download button.

This is like complaining a forklift doesn't have cruise control.

[–] [email protected] 3 points 9 months ago (1 children)

That's on the people using github to distribute their software, not me.

[–] [email protected] -1 points 9 months ago (1 children)

Now I want them to make it harder to use, so that your entitled ass gets pushed off the site.

[–] [email protected] 2 points 9 months ago (1 children)

I really can't imagine what your life must be like that you get this upset over someone wanting a button on a website.

[–] [email protected] -1 points 9 months ago* (last edited 9 months ago) (1 children)

If you wanted to play the high road, you might as well have just shut up to begin with.

And the tired "ha your life sucks" line is almost a confession more than an insult.

[–] [email protected] 2 points 9 months ago

By all means keep getting actually mad at someone for wanting a download button on website. I'm sure the next insult you throw at me for that will prove how stable and well adjusted you are :)

[–] [email protected] 3 points 9 months ago* (last edited 9 months ago)

I tend to agree, I don't go on GitHub very often but pretty much every time if I don't land on the screen where I can download the files (if it's a project that has "packages" that can be downloaded I mean, not just code that's executed in a terminal), I need a bit of time to remember where to find the releases page, when that should be something easily accessible from a UX perspective.

I just checked again and on mobile it's all the way at the bottom of the page...

[–] [email protected] 1 points 9 months ago (1 children)

Yeah and I just want to be a millionaire. Son, it ain't happening just because you want it.

[–] [email protected] -1 points 9 months ago (2 children)

Wanting the most used version control platform in the world, that is owned by the biggest software developer in the world to have slightly better UX, is not the same as wanting g to be a millionaire.

[–] [email protected] 3 points 9 months ago

This isn't a UX problem. If a project's contributors don't want to put out an easy install, tough shit.

[–] [email protected] 1 points 9 months ago (1 children)

Kinda is tho since you want a bunch of people to do basically unpaid work just so your experience can be a bit better.

[–] [email protected] 0 points 9 months ago

TIL github was coded by slaves.

[–] [email protected] -2 points 9 months ago

The worst is when there is an error in the install commands that you have to debug and correct yourself. When they didn't even bother to test their install commands it gives me pause about even installing the thing. But I've definitely had the experience before and then had the actual software itself work fine