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] 27 points 6 months ago (2 children)

pyinstaller and py2exe would've been helpful for this person

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

Probably Tylenol as well

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

It's more helpful if the developer configures a CI system to produce an executable. Stops people asking about how to do it.

[–] Socsa 18 points 6 months ago

I think the entire point is that this stops people from filing a bunch of stupid tickets saying the .exe didn't work on their iPhone or some shit.

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

That guy is not asking, is demanding. I use lots of open source software and am aware that the developer is often stretched thin. If I can't help with the project (can't say I have in the past two decades) I want them focused on what is important and what probably keeps them motivated, writing code and adding cool features. If they have time, fix bugs. If there is more bandwidth, write documentation.

Not wasting time making an executable for every OS out there because some ingrateful asshole is too lazy to figure out how to read instructions in plain English.