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

Programmer Humor

19187 readers
1147 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] 71 points 7 months ago (3 children)

We've all felt this at least once be honest with yourself.

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

Yeah I was like yes why isn't there an obvious download binaries tab easily found (there is sometimes right?)

Gold goes to Qt though, hell to just download and decompress it...

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

there is, it's called "releases" and it's like 2 clicks to download an executable, it's not a github issue at all, and github isn't meant to be where you get your executables anyways

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

I still do sometimes. Wish they release a build so I don't have to download all the dependencies and learn how to use a new program to build the damn thing

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

If you're talking about the repo in the screenshot, it's a python script, so a binary release is going to be fun.

If you're talking about GitHub in general, you can download binaries from releases, if they're provided.

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

It is a lot easier now that even Windows has a decent package manager tbf.