this post was submitted on 28 Jan 2024
898 points (97.7% liked)

Programmer Humor

32410 readers
680 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
[–] [email protected] 46 points 9 months ago (3 children)

I've literally never seen a project remotely interesting that has their documentation on discord

[–] [email protected] 20 points 9 months ago (2 children)

Revanced was one. Good thing they wisen up and have documentations now, though it's just a set of .md files in their git repo.

[–] [email protected] 26 points 9 months ago

Markdown in the repository is a pretty good way to keep documentation in sync with the source.

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

Modded version of youtube app that let's you kill all the ads, among many other wonderful features. However, every 6 months or so, youtube does something where the videos stop loading effectively killing the app. I usually switch between vanced and revanced every 6 or so months because one has so far always worked when the other gets the axe. By the time that one goes down, the other one is back up and running.

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

To be fair, I could say the same, but is probably a biased sample.

I have other red flags, like only distributing on docker, that I've tried, and tried again, and found that it's a sign of a badly run project. But I can't state any confidence on the discord based rule, because I've never tried to make any run.

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

The docker thing really grinds my gears. I see it as the ultimate "works on my machine" mentality. Basically they can't be arsed to write software that is robust to changes in hosting platform.

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

I have dealt with "only works in kubernetes" because developers couldn't be bothered to make it even work on docker without all the hidden orchestration.

So, instead of documentation, they just make the service work in that one specific environment.

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

The Gagguino project is a counterpoint to this. They have some extremely limited documentation, but to really build one you probably are going to need to dig into Discord. I hate it. The project is really cool, though, and I'm building one right now.