this post was submitted on 27 Jun 2023
611 points (99.0% liked)

Programmer Humor

32174 readers
359 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
top 17 comments
sorted by: hot top controversial new old
[–] [email protected] 45 points 1 year ago (2 children)

The great thing about third party apps is that those are often the same thing! There's definitely a 'fine then, I'll fix it myself' attitude that's a great motivator to many projects

[–] cod 27 points 1 year ago (2 children)

The Memmy dev certainly seems to have been doing that, he’s been pushing out so many updates it’s incredible

[–] WoodenBleachers 6 points 1 year ago

Ain’t that the truth. Chief pumps out updates like Assassin’s Creeds.

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

Looks like it! I didn't realize

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

As a open source dev hard disagree. That is only true if you have small engaged passionate community. As soon as projects get larger that side disappears.

[–] [email protected] 12 points 1 year ago (1 children)

Does anyone know the story of the dev who was playing a game, encountered a bug and submitted feedback? The company ignored him, but they were hiring so he applied. He was hired, spent his time there fixing the bug that he had originally submitted, then as soon as it was implemented he quit. What a chad.

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

Common story, very funny though. I'm actually working at a SaaS vendor I used to use, and their search was unusable. I finally got to fix it and am very happy about it

[–] [email protected] 2 points 1 year ago

You're the hero of the story!

[–] [email protected] 8 points 1 year ago

Also implementing a feature to let the users do themself what they usually asked you to do manually ✅

[–] thebestaquaman 7 points 1 year ago

Don't forget: Implement an obscure feature that no one needs because the perfect way of doing it came to me in my sleep and I have to check if it works.

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

This is why Lemmy's web UI works well as a PWA lol.

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

Progressive Web App. It's a way for web UIs to be used like native apps.

[–] [email protected] 3 points 1 year ago

had that at work (they specifically requested to delete this feature before so i put it behind a developer flag in settings' file)

[–] jg1i 2 points 1 year ago

✅ Implementing a feature because you want to use some new shiny tool.

[–] [email protected] 2 points 1 year ago

I would also apply this to refactorings!!