this post was submitted on 28 Jan 2024
2044 points (98.3% liked)

linuxmemes

22212 readers
924 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] [email protected] 241 points 1 year ago (2 children)

    Firstly, discord is entirely the wrong medium for documentation.

    Secondly, documentation should be at least as accessible as the code. That is to say, if I can view the code without creating an account for some service, then I should also be able to read the documentation too.

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

    Documentation is bad enough. But it's worse when that's the only channel to get support. I once read a project maintainer boast that they never read the bug reports and issues on github and if anyone had a bug to just chat him up discord. I mean, dude, no wonder nobody uses your software or takes it seriously. Much less want to collaborate on the development.

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

    I can't understand why someone would want to do that. Maybe it's my help desk and IT upbringing, but for the few software tools and things I've made, if you chat me without filing a bug/issue on GitHub, I'm not gonna help you.

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

    To play devil's advocate here: sometimes there are genuine reasons to try and request support before making an issue. I'm not particularly smart, nor too techy. If something isn't working, I'm just going to assume I'm an idiot and I've messed something up. If I can't figure out how to make it work, my first post of call will be trying to find a community related to whatever isn't working, or on smaller projects I might try and reach out to the Dev. Opening an issue always feels like a "hey, your program isn't doing what it's meant to do, here's what's wrong with it, please fix it" and not "I think I've fucked something up, can you please help?"

    I suppose it depends what you're developing though.

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

    You can open an issue and say exactly that

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

    Yep, and if it becomes a frequent request, add clarification to the readme / wiki / documentation.

    Also, if you push folks towards issues, then they become indexable by search engines! So even if you have a solved problem you can at least find that... Discord? It's a black hole.

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

    And then get it insta-closed withing 20 minutes saying that "this is a problem with your setup, not the software" even when "my setup" was literally setting up their project using their documentation (docker compose files).

    That is how developers treat people with questions that they deem "stupid."

    It turns out their documentation was wrong and some environment variable that they said was optional, was not actually optional and the service would go into a reboot loop without it. I figured that out no thanks to the devs.

    [–] [email protected] 0 points 1 year ago* (last edited 1 year ago)

    Update your issue with a pull request fixing the documentation. When you're doing things on github, 99.999% of your audience is the general public, not the maintainer, because they will find your issue and solution through search engines.

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

    Agreed. I may not want to mix my discord identity with whatever project I'm looking at. I especially don't want to mix my personal online identity with my professional identity. I post too much politics for that.