this post was submitted on 21 May 2024
1153 points (97.8% liked)

Programmer Humor

32479 readers
267 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] candyman337@sh.itjust.works 63 points 5 months ago* (last edited 5 months ago) (1 children)

I once submitted an issue to a devs GitHub. The apps login page would not load without large bg pictures loading first. I asked if he could add an option to disable it in the settings, as my self hosted site was slow.

I essentially got back, "why would I do that? It's not an issue for me! Besides the login page should load before the background picture" issue closed

๐Ÿ˜‘๐Ÿ˜‘๐Ÿ˜‘๐Ÿ˜‘

It's like you're SO CLOSE to seeing the issue.

[โ€“] Ibaudia@lemmy.world 0 points 5 months ago (1 children)

Similar thing here. I once went to a Minecraft mod dev's discord to ask if there was a way to center the health bars that come with his mod. He basically said "you're the only person who has ever asked for this, everyone else just puts it in a corner of their screen". I feel centering is a basic feature of any adjustable UI element!

[โ€“] Theharpyeagle@lemmy.world 0 points 5 months ago (1 children)

I kinda get it, mod authors (and FOSS devs) often get a lot of requests for something they're doing in their free time without pay. If they already have a backlog, they have to be picky about what tasks they take on, and they can get a bit snippy when overwhelmed with requests (or questions that might turn into one). That being said, there's no reason to be rude.

[โ€“] Ibaudia@lemmy.world 1 points 5 months ago

He wasn't actually too rude about it luckily, but what I found funny is that his mod was a very basic one with a lot of competitors doing pretty much the exact same thing, and ALL of them had centering options. Maybe he just didn't see those mods? Idk.