this post was submitted on 20 Feb 2024
1218 points (98.4% liked)

Programmer Humor

18961 readers
365 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 280 points 6 months ago (7 children)

GitHub has bad UX for people who just wanna download and use the programs

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

I'd agree, but the caveat is that github is primarily about an interface for source control and collaboration between developers for projects. The release page is really just an also-ran in terms of importance.

[–] [email protected] 65 points 6 months ago* (last edited 6 months ago) (4 children)

Imo they aren't even trying, because it's not that hard to make it better. Doesn't even have to be a compromise. Most people just need a visible download button for the programs, that's all.

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

If that's a concern for the project maintainers, they should create a homepage for the project with download links.

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

Or make a shortcut/link in the readme to the newest release of the most popular OS's.

A decent release page tends to contain all kinds of files for different OS, so 'regular' people who just want the .deb or .exe would likely become confused regardless.

[–] [email protected] 8 points 6 months ago* (last edited 6 months ago)

I mean, if you don't even know what OS you're on...

Next you're going to tell me cars need boosters so babies can reach the pedals... At a certain point, it becomes irresponsible to enable ignorance.

[–] [email protected] 8 points 6 months ago

Imagine how many download buttons would be if Github had ads.

[–] [email protected] 4 points 6 months ago (2 children)

There is, it's literally right there on the home page of the project. You can either copy a URL and download it by cloning the git repo, or you can download the whole project as a zip file. Then you just have to compile it!

GitHub is for developers, not end users.

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

That's not a download button for the program. But there is indeed a link to the release page right on the home page of the project, so you're still correct.

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

It's not a compromise to make another download button for the last release as well. No one looses.

[–] [email protected] 4 points 6 months ago

SourceForge had a better UX for those who just want to download software.

And SF is horrible, so this says a lot.

[–] [email protected] 86 points 6 months ago (2 children)

Excel has a bad UX for people who want to use it to make art

[–] [email protected] 34 points 6 months ago* (last edited 6 months ago) (2 children)

Do most people who use Excel also make art with it? Because sometimes devs also just download exe files on GitHub :D

They don't just always copy code from there.

[–] [email protected] 15 points 6 months ago

GitHub, Inc. (/ˈɡɪthʌb/[a]) is a developer platform that allows developers to create, store, manage and share their code

https://en.m.wikipedia.org/wiki/GitHub

Yes it has other functions too, but it's primarily for code.

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

Do MOST people who use GitHub download .exes? In my experience the VAST majority of people are using it for source and version control, not external releases. The overwhelming majority. FOSS and OSS is a small portion of the overall GitHub user base compared to, say, enterprise companies.

[–] [email protected] 28 points 6 months ago (15 children)

So you never downloaded a program on GitHub?

No one everever said you need to compromise its focus on developers. There is no compromise to be made. It's just a stupid button. Stop arguing lol.

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

The github project page is for developers, and Github already gives you tons of ways to make a user website. Don't ask your users to visit github.com/group/project, make them visit group.github.io/project, like any sane person.

Same with Gitlab, BTW.

And if you don't like the full static site, use the wiki, or guide your users in the first paragraphs of the README so they find the user information if they must.

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

No, you shouldn't really be downloading exe's from github. It is widely being used to spread malware and to pretend that the software is open source when it is not. At least look for a link to the store page(including microsoft store), a distro-specific package or build instructions. Those usually have an AV scan or at least harder to fake.

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

Yeah a dude I know got hacked by downloading some random github program, the hacker even started taunting him via discord lol.

But I downloaded plenty of shit from github, like prusaslicer, my 3d printer's firmware and plugins for octoprint. Always stuff that is verified via another page though. Almost never stuff that comes up during a random search, and if I do, I look it up first to see if it's safe.

load more comments (13 replies)
[–] [email protected] 2 points 6 months ago (1 children)

But if you want to put a some text and pictures in very specific locations and never worry about them suddenly jumping into random places, Excel is actually better than Word. That’s why people tend to use Excel for all sorts of weird purposes like that. Unlike with Word, things actually stay where you put them.

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

Yes and there are definitely people who use excel for art. Just like there are people who use GitHub for its releases page. It’s just not the primary use of either program.

load more comments (1 replies)
[–] [email protected] 49 points 6 months ago (1 children)

not only the ux, some devs make it absurdly confusing to find a binary.

I don't want to throw anyone under the bus, but there's this one niche app.

their github releases at one point were YEARS out of date, they only linked to the current version in seemingly random issue reports' comments. And the current versions were some daily build artefacts you could find in a navigation tree many clicks deep in some unrelated website. And you'd better be savvy enough to download a successfully built artefact too. And even then the downloaded .zip contained all kinds of fluff unnescessary for using the app.

The app worked fine, sure, but actually obtaining it was fairly tricky, tbh.

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

These build artefacts probably weren’t meant for end users, that’s why they contained the “unnecessary fluff”.

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

absolutely, but they were in general (IIRC) suggesting them for the main downloads, but just not telling anyone outside the comments, which was the weird part

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

GitHub has bad UX for a lot of things

[–] [email protected] 29 points 6 months ago (4 children)

The Github UX is amazing if you ever had to use gitlab or bitbucket

[–] [email protected] 5 points 6 months ago

Comparing bad to bad doesn't make any of them better lol

I've gone nuts trying to download a single file from the git website on my first interactions with it (because somehow adding a download file button when you're viewing a file on the site is just too much to handle)

[–] [email protected] 4 points 6 months ago (5 children)

It's not black and white. I actually liked a few things better about bit buckets UI. It's been too long to remember specifics though I think it was concerning PRs and diffs. I still think GitHubs review UI is too complicated. It took me literally years to fully understand it.

load more comments (5 replies)
[–] [email protected] 2 points 6 months ago

I'm not so sure. I seem to be able to find my way around a GitLab project in much fewer moves than a GitHub project. But maybe I'm biased because I use it all the time at work. I know they change the sidebar a lot, though.

[–] [email protected] 1 points 6 months ago

The worst part about Bitbucket is the horrible, godawful, practically useless search

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

That's not really what it's designed for though

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

It doesn't have to be a compromise imo. Most people just need a visible download button on the front pages. Wouldn't hurt devs at all. I mean, even devs sometimes struggle with this lol.

load more comments (1 replies)
[–] [email protected] 17 points 6 months ago (1 children)

I swear they move the link to release page every few months.

load more comments (1 replies)
[–] MonkCanatella 14 points 6 months ago (1 children)
[–] [email protected] 4 points 6 months ago* (last edited 6 months ago) (1 children)

What about up by the name of the repo? Your suggestion still looks almost reasonable, I like it!

[–] MonkCanatella 4 points 6 months ago (1 children)

Yeah actually that could work as well. Would be a really easy greasemonkey script

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

And then just push it to the main branch of GitHub, I'm sure they'll accept it ;)