• Zeon@lemmy.world
      link
      fedilink
      arrow-up
      84
      arrow-down
      8
      ·
      edit-2
      5 months ago

      There is FOSS alternatives out there like Revolt or just plain old IRC which is good enough imo. The Discord bullshit is so annoying.

      • Kecessa@sh.itjust.works
        link
        fedilink
        arrow-up
        124
        arrow-down
        1
        ·
        5 months ago

        All chat programs are shit for long term accumulation of knowledge. Discord, revolt, IRC, they’re all just as bad for it.

        Forums are where you’ll find people who are actual experts discussing because they want to be able to easily reference previous posts by other people.

      • Jo Miran@lemmy.ml
        link
        fedilink
        arrow-up
        60
        ·
        5 months ago

        I have been playing with the idea of a documentation.org. Something publicly funded (mostly through corporate and individual donations) that hosts technical manuals, white papers, guides, links to video tutorials (likely YouTube), FAQs, and even links to Discord and/or forums if they exist. Documents are public, free to index (no login to view), version controlled and held in perpetuity.

        Obviously there is much more to it, but I think we have reached a point where something like it is required.

          • Jo Miran@lemmy.ml
            link
            fedilink
            arrow-up
            13
            arrow-down
            1
            ·
            5 months ago

            In the most technical terms, yes. The idea is not new or bizarre, but I see the same missteps repeated. For starters, the venture HAS to be a nonprofit with zero need for monetization. It will also need an inviting and easy to navigate user interface, accessible to the most nontechnical of users. You need to have a massive document library from multiple large players from day one, so you need to have a lot of contacts.

            As I said it’s not fully cooked, but I have spoken to a few people that could help me make it happen and they seemed open to it.

        • corsicanguppy@lemmy.ca
          link
          fedilink
          arrow-up
          5
          arrow-down
          1
          ·
          edit-2
          5 months ago

          Please consider a Patreon for doc review. I don’t mean reviewing the doc against the project for fitness, as that’s the job of each project to maintain and review their own docs; I mean by a technical writer who can de-localize (you only think I mean ‘internationalize’) the document and make it syntactically and logically correct against a generic, classic style guide.

          The rising popularity of really bad errors is definitely turning me off from videos or documentation from a few sources with a lot of churn. It ruins the flow and it robs the assumption of authority which I’d argue is an important part of any documentation.

          • Jo Miran@lemmy.ml
            link
            fedilink
            arrow-up
            1
            ·
            5 months ago

            That is a good idea. I am fairly certain I could get funding and/or loaned resource time for English, Spanish, French and German, but crowd funding incentivized localization for other regions is brilliant.

      • Treczoks@lemmy.world
        link
        fedilink
        arrow-up
        36
        arrow-down
        2
        ·
        5 months ago

        That’s not the point. The point is that pointing to Discord means that there simply is no documentation.

        • Zeon@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          5 months ago

          I meant it more as a communication platform, not nescessarily for hosting documentation. Either way, using a forum is still pretty good alternative

      • hushable@lemmy.world
        link
        fedilink
        arrow-up
        17
        ·
        edit-2
        5 months ago

        one time, I asked and got a reply that it has been answered already, followed by a rant of why the hell people were asking the same question over and over again. IDK man, maybe you could update the installation instructions in your readme, then people wouldn’t be flodding discord with the same question over and over again.

        (it was regarding the project being incompatible with the newest version of a library and you had to manually install an older version to get it to work)

  • OneCardboardBox@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    225
    arrow-down
    1
    ·
    5 months ago

    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.

    • dustyData@lemmy.world
      link
      fedilink
      arrow-up
      44
      ·
      5 months ago

      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.

      • shadow@lemmy.sdf.org
        link
        fedilink
        arrow-up
        14
        ·
        5 months ago

        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.

        • Baku@aussie.zone
          link
          fedilink
          English
          arrow-up
          4
          ·
          5 months ago

          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.

            • shadow@lemmy.sdf.org
              link
              fedilink
              arrow-up
              6
              ·
              5 months 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.

            • JustEnoughDucks@feddit.nl
              link
              fedilink
              arrow-up
              2
              ·
              5 months ago

              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.

              • crispy_kilt@feddit.de
                link
                fedilink
                arrow-up
                1
                ·
                edit-2
                5 months 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.

    • Serinus@lemmy.world
      link
      fedilink
      arrow-up
      12
      ·
      5 months 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.

  • LainOfTheWired@lemy.lol
    link
    fedilink
    English
    arrow-up
    157
    ·
    5 months ago

    What makes it even more crazy is 90% of projects are using github/gitlab/gitea or some other modern git platform that literally has a wiki feature built in. And everyone and their dog either knows or could very quickly learn how to use markdown to write the wiki.

    If you want a chatroom at least use matrix as it’s open source and privacy respecting. Though IRC is better for a community. And good old forums are best.

    • brbposting@sh.itjust.works
      link
      fedilink
      arrow-up
      22
      arrow-down
      1
      ·
      5 months ago

      Matrix

      Open Element iOS

      Start stopwatch

      Syncing completes

      Stop stopwatch

      I have eight rooms added to the Matrix client! And Lemmings tell me it’s not Element, things are just slow.

      Hoping they were wrong and I’m doing something wrong or this is totally atypical (e.g. connected to a really slow server).

      FOSS is worth tradeoffs. Unindexable corporate software is regressive. But! Need some more speed over here! Individual chats/rooms are slow/buggy too.

    • Norodix@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      5 months ago

      Correct me if Im wrong but only contributors can edit the wiki. If I remember correctly you cant just do a PR to the wiki. Which is sad.

      • Chewy@discuss.tchncs.de
        link
        fedilink
        arrow-up
        3
        ·
        5 months ago

        It’s possible to allow anyone to edit a Github wiki. But I’m not sure whether edit permission can be set per page or wiki wide.

    • hamFoilHat@lemmy.world
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      5 months ago

      I’ve tried to use matrix… Is there a good matrix client? Like, one with admin commands? Maybe I just didn’t “get” it, but it seemed not even yet half baked.

    • vonbaronhans@midwest.social
      link
      fedilink
      arrow-up
      13
      arrow-down
      12
      ·
      5 months ago

      I will never understand “forums are best”. I’ve tried, but they are worse in just about every aspect compared to any other communication system I’ve seen.

      People just like what they like, I guess.

      • nossaquesapao@lemmy.eco.br
        link
        fedilink
        arrow-up
        46
        arrow-down
        1
        ·
        5 months ago

        The good thing about forums is that, once a problem is addressed, the solution remains there and is indexed by search engines for everyone to see. You can say anything about forums, but I doubt you never fixed some issue by looking at some old forum thread, without even having to bother anyone.

        • vonbaronhans@midwest.social
          link
          fedilink
          arrow-up
          1
          ·
          5 months ago

          I have definitely solved the odd issue from forums… but only because forums were the only thing available. Reading through them is still a chore and a half. Especially when 90% of the posts are “has anyone found a solution for this yet” ad nauseum that you still have to scroll through to eventually (maybe) find the page with the post you actually need.

          I may just be bad at forums, but that’s been my experience with them for the last 20+ years.

      • brbposting@sh.itjust.works
        link
        fedilink
        arrow-up
        17
        ·
        5 months ago

        Definitely use case specific.

        If you want to learn from a number of car enthusiasts how to address one specific error code with one specific model of car, is there anything better than finding a five page long forum thread and reading a few dozen posts about it from the last few years?

        • vonbaronhans@midwest.social
          link
          fedilink
          arrow-up
          1
          ·
          5 months ago

          So like… “Forums are a good communication technology for modern use” and “have you ever found a solution in a forum” are different things.

          As a counterexample, I’ve had more luck finding weird ass computer hardware issue solutions by appending ‘reddit’ to a search string than just about anything else. On the other hand I’ve wasted hours and hours on forum threads that go nowhere, with a million dead ends, and terminates in “see this other thread for the actual answer” and then that thread is archived or otherwise inaccessible.

  • DirkMcCallahan@lemmy.world
    link
    fedilink
    arrow-up
    159
    arrow-down
    3
    ·
    5 months ago

    Yes, this exactly! I still cannot fathom how Discord took off. It offers literally no advantages over forums, and introduces some massive disadvantages.

    • voxelastronaut@lemmy.world
      link
      fedilink
      arrow-up
      102
      arrow-down
      4
      ·
      5 months ago

      It took off because it was objectively the best catch-all communication option for gamers at the time. It’s still the best option for certain use cases like that, but I’ll never understand why people prefer it for projects, troubleshooting, updates, etc. It seems incredibly lazy and unserious to me. And the current Discord mobile layout is absolutely horrible, making for a totally miserable user experience.

      • ILikeBoobies@lemmy.ca
        link
        fedilink
        arrow-up
        18
        arrow-down
        1
        ·
        edit-2
        5 months ago

        I hated back in 2015 when people were leaving other communication platforms for the lesser option of Discord

        Even today Discord still doesn’t have directional chat and you can’t be in multiple calls at once

        At least mods help mask all the other missing features

        • vonbaronhans@midwest.social
          link
          fedilink
          arrow-up
          28
          arrow-down
          2
          ·
          5 months ago

          I left mumble, teamspeak, and Skype for Discord.

          Discord is easily the better options among those choices.

          I also can’t think of much use for being in more than one call at once. I dunno seems like you’re just looking for a different thing. And that’s okay.

        • Alexstarfire@lemmy.world
          link
          fedilink
          arrow-up
          13
          ·
          5 months ago

          Discord didn’t, and still doesn’t, require a download. Easier for people to pick up and easier to use on locked down computers.

          • MonkeMischief@lemmy.today
            link
            fedilink
            arrow-up
            3
            arrow-down
            1
            ·
            5 months ago

            This. Whatever can be used on devices without admin rights, such as work or school devices, for “free”, will get picked up by normie worker drones and college students and minors in droves.

            It’s been pretty handy in a lot of ways, but yeah I do hate what it’s doing to indexable information and it’s only a matter of time before it goes for IPO and suddenly gets way worse seemingly overnight…

        • Warl0k3@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          5 months ago

          I’m unfamiliar with Directional Chat outside of things like VRchat, how that work if you’re not manipulating your position in space relative to other users?

      • JasonDJ@lemmy.zip
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        5 months ago

        My office has official chat (teams) and unofficial chat (Mattermost).

        I don’t think there’s anything wrong with having a more casual discussion platform at work, which is what Mattermost had become.

    • soggy_kitty@sopuli.xyz
      link
      fedilink
      arrow-up
      58
      ·
      edit-2
      5 months ago

      At the beginning it originally had an appeal that anyone could create a voice chat server for free in a matter of seconds.

      Teamspeak needed a hosted dedicated server. Skype was “calls” and not communities. Mumble was hardly known.

      I completely accept why it took off but I hate where it has gone. it’s over complicated and feature creeped electron shite

    • wholemilk@lemm.ee
      link
      fedilink
      arrow-up
      55
      arrow-down
      1
      ·
      5 months ago

      tbf discord is good for organizing activities in games with online multiplayer. definitely shouldn’t be used for documentation in place of forums though.

    • JackbyDev@programming.dev
      link
      fedilink
      English
      arrow-up
      19
      ·
      5 months ago

      You can create a discord server instantly with a handful of clicks for free. That’s why.

      Also, plenty of people use it for chat.

      • pedz@lemmy.ca
        link
        fedilink
        arrow-up
        11
        ·
        edit-2
        5 months ago

        Modern web IRC clients like The Lounge or Convos can now display images, play mp3 and mp4 formats, and they have upload options. It can still be excellent for real time support, but I’m not so sure about documentation though.

        • kittenzrulz123@lemmy.world
          link
          fedilink
          arrow-up
          8
          ·
          edit-2
          5 months ago

          Of course an IRC chat won’t be used for documentation, I meant for general chatting and support. Also I didn’t know that, hopefully I’ll be able to replace the absolutely proprietary discord with it.

    • Chewy@discuss.tchncs.de
      link
      fedilink
      arrow-up
      6
      arrow-down
      1
      ·
      5 months ago

      Discord is better than IRC in any way except available clients, while also doing voice/video chat rooms so it replaced Teamspeak/Mumble. With the additional (at first) paid streamers and being free it took off especially with younger audiences. I remember how terrible Skype was and Discord just worked.

        • dannoffs@lemmy.sdf.org
          link
          fedilink
          arrow-up
          20
          ·
          5 months ago

          Seriously. My only interactions with discord are in ways that its replaced a simple web forum or IRC channel.

          • vonbaronhans@midwest.social
            link
            fedilink
            arrow-up
            7
            ·
            5 months ago

            Well if that’s your only exposure to it, then yeah I could see why you think it’s not good.

            But if you just want to hang out with a regular group of friends async and in voice chat, it’s pretty damn good.

        • TheHarpyEagle@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          5 months ago

          Joining via server invites that guide you through sign up, no dedicated server to host (I know, major downside for people who don’t want all their stuff centralized to Discord’s servers), GUI server admin tools, etc.

          I think devs tend to vastly overestimate how tech-savvy the average person is. Bring up hosting, DNS, port forwarding, terminal, etc. and they’re going to nope out pretty quick. Provide an option that lets you do everything from a single GUI and they’ll use it. Enough people use it and eventually the tech-savvy folks have to follow because that’s where everyone is.

          That’s absolutely not to say that it’s a good medium for documentation. I will always prefer well-written and organized docs first and searchable forums/issue trackers/SO second. But that second group has a lot of tech elitism and devs who are (perhaps justifiably) short on patience, so Discord seems a lot more accessible to newbies who are asking the most basic questions.

      • solarvector@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        36
        ·
        edit-2
        5 months ago

        Notepad is simple

        Doesn’t mean it’s the best thing for documentation.

        Actually… a readme file is probably better for documentation if you’re really going for simple.

      • De_Narm@lemmy.world
        link
        fedilink
        arrow-up
        33
        arrow-down
        4
        ·
        5 months ago

        I may be getting old, but I think D*scord (I’m all for cencoring it like a slur) isn’t any more simple than a phpBB or something similar was. Quite the opposite actually, at least for any user trying to navigate the the darn thing.

        • CliveRosfield@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          arrow-down
          1
          ·
          edit-2
          5 months ago

          Having used both, if you can somehow navigate a phbb board then you can easily navigate discord. The only thing stopping you is you.

          • De_Narm@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            5 months ago

            Maybe navigating is the wrong term. It’s just impossible to find stuff relevant to me on discord. On any given larger server, there may be a few channels I could be interested in - but they are just a single chat log, often with lots of off-topic spam, and many different people having almost separate discussions at the same time. On any given larger phpBB, stuff is mostly separated into different threads with all the off-topic posts being delegated to a single thread. It’s better searchable and better organized.

            • CliveRosfield@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              5 months ago

              What even is “relevancy”? Their search is just a search by matching keywords. There isn’t a magic algorithm discord uses. Every time I had an issue with some sort of bug or function I just search for specific keywords and 9/10 times I find something. On the odd-chance I don’t then I’ll behave like a human being and ask. I just don’t get what’s wrong with that? You can already limit those keyword searches with specific constraints so you don’t get much noise.

      • ikidd@lemmy.world
        link
        fedilink
        English
        arrow-up
        9
        ·
        5 months ago

        Using Discord to support code is like trying to teach sculpture over the telephone.

      • experbia@lemmy.world
        link
        fedilink
        arrow-up
        8
        ·
        5 months ago

        you don’t see a tool being too simple for the problem at hand to be a problem in tool selection? that’s also crazy.

      • Caesium@lemmy.world
        link
        fedilink
        arrow-up
        8
        arrow-down
        2
        ·
        5 months ago

        simplicity is a double edged sword. convinence is nice, but the internet feels a lot more homogenous these days than in the past

        • CliveRosfield@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          arrow-down
          1
          ·
          5 months ago

          Of all the counterpoints you can give me against discord not being simple, you choose file size. Lmao. I’m not even gonna start

  • arthurpizza@lemmy.world
    link
    fedilink
    English
    arrow-up
    154
    arrow-down
    3
    ·
    5 months ago

    If the documentation is on discord, there is no documentation. Documentation has to be freely available, otherwise it doesn’t count.

    • JasonDJ@lemmy.zip
      link
      fedilink
      arrow-up
      65
      arrow-down
      1
      ·
      5 months ago

      Friendly reminder that open source projects don’t just need coders contributing to them.

      Technical writers are very appreciated.

      • TheHarpyEagle@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        5 months ago

        I’m trying to get my feet wet in FOSS by making small doc PRs since I’m way too scared to actually touch code. It’s not fun, but it is satisfying.

  • DreamButt@lemmy.world
    link
    fedilink
    English
    arrow-up
    112
    ·
    5 months ago

    How does everyone feel about the “isolation” of information exchange? Specifically with systems like discord which encourage you to congregate behind a wall? Historically things like community forums were open to the public and thus indexable.

    • Godort@lemm.ee
      link
      fedilink
      arrow-up
      117
      ·
      5 months ago

      Hosting documentation on Discord is like hosting it on IRC.

      While a useful tool in its own right, it’s entirely the wrong choice for this job.

      • tourist@lemmy.world
        link
        fedilink
        arrow-up
        63
        ·
        5 months ago

        I have a strong suspicion that 90% of that shit is not being backed up. If a server gets deleted for whatever reason, all the documentation is extra gone with a side of never coming back.

        No wayback machine, no wget, no open source. Add in server moderators can go rogue or get hacked at any given time. Recipe for catastrophic shitshows

        • kautau@lemmy.world
          link
          fedilink
          arrow-up
          36
          ·
          5 months ago

          Discord provides no way to backup and restore a server. There are freemium third party products and some rudimentary open source tools that do so, but yeah, it’s wild how much information about open source software (this also applies to the game development community) is just in a proprietary walled garden with a single point of failure.

  • Pika@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    97
    arrow-down
    1
    ·
    5 months ago

    It’s actually quite worrisome, many projects exclusively have their troubleshooting or support on Discord now what’s going to happen years down the road when all those Discord servers have closed or no longer active and the invite links expire this is going to be a vast knowledge base that’s just lost to the world

    • Hootz@lemmy.ca
      link
      fedilink
      arrow-up
      54
      arrow-down
      1
      ·
      5 months ago

      This is why going back to the moon is so hard, when msn groups closed back in the early 1970s we lost alot of very precious knowledge.

      • Bondrewd@lemmy.world
        link
        fedilink
        arrow-up
        5
        arrow-down
        6
        ·
        edit-2
        5 months ago

        Imagine “stealing” a project just because you can write sensible documentation.

        • clutchmatic@lemmy.world
          link
          fedilink
          arrow-up
          5
          ·
          5 months ago

          Another way to think about this is that those projects that have a more structured approach to documentation have a better chance at lasting longer, attracting more contributors, and making more lasting impacts

        • TheHarpyEagle@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          5 months ago

          If it’s open source and the license allows it, I wouldn’t consider that stealing. If a fork gets more popular than the original, then it either addresses a major missing feature of the original or is simply more active. If this displeases the original dev, they can hopefully work it out with the maintainers of the fork. This is a feature of FOSS, not a bug.

    • zv0n@lemmy.ml
      link
      fedilink
      arrow-up
      13
      arrow-down
      3
      ·
      5 months ago

      I see your point, but couldn’t you say the same thing about any forum?

      “What happens when the forum shuts down? All threads discussing issues gone forever”

      • Opafi@feddit.de
        link
        fedilink
        arrow-up
        46
        arrow-down
        1
        ·
        5 months ago

        If you host a forum, you can easily access the database to move threads into some kind of archive if you no longer want to host it. It could also be moved to another server. Stuff like that.

        Using a proprietary service instead is just a bad idea.

    • ARk@lemm.ee
      link
      fedilink
      arrow-up
      55
      arrow-down
      4
      ·
      5 months ago

      best I can do is please react to the #roles channel with a ❤️ to unlock the channel. what’s that? you’re looking for a fix to an issue you’re having in an older and supported version of the app? well sucks for you and suck my d*** we’ve already deleted that channel a long time ago who needs that old info anyway

      • ikidd@lemmy.world
        link
        fedilink
        English
        arrow-up
        11
        ·
        5 months ago

        I think we fixed that for someone a few months ago, maybe you can scroll back and find it. I think the guys handle was user-something, might have been around May…

  • skeptomatic@lemmy.ca
    link
    fedilink
    arrow-up
    69
    ·
    5 months ago

    Opened a discord link for info the other day…looked like a fucking Las Vegas casino. The.fuck.

    • cybersandwich@lemmy.world
      link
      fedilink
      arrow-up
      25
      arrow-down
      4
      ·
      5 months ago

      Discord could be a decent place for technical support, the way irc used to be used, but unless it’s super active with knowledgeable, helpful people, forums/GitHub discussions and other asynchronous comms channels make way more sense.

      Otherwise it’s like shouting into the void and the signal to noise ratio on my discord channels is really low.

      Plus with forums and discussion boards they can be stickied and indexed to be searched. So the next time someone has that error message they can pull up that exact discussion.

      • A_Random_Idiot@lemmy.world
        link
        fedilink
        English
        arrow-up
        40
        arrow-down
        1
        ·
        5 months ago

        Discord is not a place for technical support or documentation, or anything important, ever.

        Search engines can not index discord.

        archive can not archive discord.

        Everything thats in discord, is in its own isolated bubble, that will disappear from history and time should the discord ever shut down, and even if its still up, its not findable by anyone searching for the problem.

        Discord fucking sucks for anything but random bullshiting with friends over games.

        • merdaverse@lemmy.world
          link
          fedilink
          arrow-up
          18
          arrow-down
          1
          ·
          5 months ago

          This. There are so many OSS projects that are over-reliant on Discord and it will bite them in the ass in a few years.

          • A_Random_Idiot@lemmy.world
            link
            fedilink
            English
            arrow-up
            6
            ·
            5 months ago

            and so many people are already searching for solutions to problems and cant find them, because they are locked away on discord.

            I fucking hate it.

            and its only gonna get worse with the years to come, as more data is centralized in discord and locked forever away from search engines, or worse, lost with the discord gets deleted or if the company goes under.

            and no ones saying to not have a discord. Just use it for what its meant to be used as. Social interaction. And stop using it for what it very obviously isnt, which is a information repository.

            as annoying as havin all the answers on reddit was, at least they popped up in a search engine so you could find an answer to what your problems were.

  • Crafter72@lemmy.world
    link
    fedilink
    arrow-up
    29
    arrow-down
    4
    ·
    edit-2
    5 months ago

    Imo this kind stuff probably because these “dev” having safe space on those discord servers rather than using something properly setup site/forum.

    Heck you can make your own documentation using github/gitlab built in wiki or if you want something fancier, setup a site using JAMstack/static site generator, pick suitable theme then use gh page to host it.

    I even more hate this stuff when the files is gated inside discord server, dude out of all possible file hosting services why the heck you would use discord?

    • CosmicTurtle@lemmy.world
      link
      fedilink
      English
      arrow-up
      13
      ·
      5 months ago

      I haven’t seen this either. OP, you got a link? I’d love to see what kind of software is doing this.

      • NekuSoul@lemmy.nekusoul.de
        link
        fedilink
        arrow-up
        9
        ·
        5 months ago

        Not exactly the same thing, but the xone (XBox One controller driver for Linux) project disabled Issues on Github and uses a Discord server instead. Which is stupid as heck, because I’m not going to join a Discord server just to check if someone has already encountered the same issue as me.

      • turmacar@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        5 months ago

        It’s generally nothing big enough to have heard of unless you’re looking into whatever niche it fills.

        Only example that comes to mind is mechanical keyboard stuff. For some of the smaller / one-off designs there was a habit of “if you need troubleshooting, here’s a discord link” instead of even minimal documentation. For “standard” stuff that used the same lil microcontrollers as everything else just a minor annoyance, but saw it with ones that used custom / no microcontroller too, where even a “you need X diodes, Y sprockets, etc” would’ve been nice.

        Like OP tend to see it and move on and forget about it because it’s not worth it. The few times I really wanted to get some service running on a raspberry pi or arduino or whatever and tried the discord was a handful of ‘regulars’ swapping memes that were annoyed I wasn’t intimately aware of their codebase.

        • CosmicTurtle@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          5 months ago

          Troubleshooting I could see being in discord. But it shouldn’t be the only option.

          I got the feeling this is mostly niche stuff or very new developers that don’t have GitHub experience.

          You can integrate GitHub issues with discord. I imagine similar integrations exist with gitlab

      • Flaky@iusearchlinux.fyi
        link
        fedilink
        English
        arrow-up
        3
        ·
        5 months ago

        I’ve only got anecdotal stories but I have heard from my friends that ROM hack projects do this and I personally don’t get it. If it’s to hide from the big N, Discord won’t back you there. Just teach your users how to use patch files instead.

      • emc@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        5 months ago

        TrueCharts (third party app repository for TrueNAS) does this and it drove me crazy until I eventually gave up and moved everything to Docker. Lack of serious documentation was just one of the many reasons.

  • Anti-Face Weapon@lemmy.world
    link
    fedilink
    arrow-up
    26
    arrow-down
    3
    ·
    5 months ago

    There are so many tools to make documentation for your project. LATEX is a great one, and you can use it to easily host your documentation online. And it’s really not difficult at all to do by hand. If you can have it on discord you can certainly have it in a repo.

    Maybe it’s a cynical ploy to increase community engagement with their project by getting them into the discord. Regardless, it gives me The Ick. Very gross.

    • renzev@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      35
      ·
      5 months ago

      LaTeX is great, but I prefer Markdown for software documentation (bonus points if your flavor of markdown supports LaTeX-style math). Standard LaTeX is geared towards typesetting and formatting, which is great for reports and journals, but not so much for software documentation, so you end up with a lot of boilerplate. Markdown syntax is also more accessible to beginners, I feel. And if you have a really big project that requires features like cross-references, there’s things like myst markdown.

      • Anti-Face Weapon@lemmy.world
        link
        fedilink
        arrow-up
        10
        ·
        5 months ago

        Both are powerful tools, though with different strengths as you describe. I was thinking more with automation in mind. But regardless, anything is better than a discord server. Even .txt documentation!

    • Chewy@discuss.tchncs.de
      link
      fedilink
      arrow-up
      10
      arrow-down
      1
      ·
      5 months ago

      I personally don’t like LaTeX for documentation because it doesn’t benefit much from advanced features of LaTeX, while being more difficult to read/write than Markdown.

      Discord is great for building a community because it’s the defacto chat service for communities. It replaced IRC and does that quite well. Having a place to casually chat with people more invested in the project has its advantages.

      Now I really dislike it if they think discord can replace a wiki. Iirc discord added a wiki-like feature a while ago and it’s terrible because it’s not indexable by search engines.

      • Anti-Face Weapon@lemmy.world
        link
        fedilink
        arrow-up
        19
        ·
        5 months ago

        I think you give Discord too much credit even with that. They’re closed source and have very little openness with their data. We have no clue how they store and archive our data and conversations, or what they do with it. I don’t think the open source community should trust Discord an inch.

        I’m really hoping an open source alternative starts gaining traction.

        • Chewy@discuss.tchncs.de
          link
          fedilink
          arrow-up
          2
          ·
          5 months ago

          A agree with everything you just wrote. Discord is the platform of choice for many projects because most people are already there, so it increases engagement (and often enough some people actually ask for an official discord).

          I personally prefer projects to use matrix, despite all it’s faults. Some already do.

    • xigoi@lemmy.sdf.org
      link
      fedilink
      arrow-up
      9
      arrow-down
      4
      ·
      5 months ago

      LaTeX produces PDFs, which are hard to read on small devices. Just write a website.

    • jj4211@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      5 months ago

      It’s not really about the tools, we have plenty of tools, plain text, markdown, latex, web pages. Putting content to readable format is the easy part.

      The hard part is knowing what to put down and how to organize it, and making sure that your documented explanations are actually understandable.

      Particularly when you want to get traction going you might really want conversations to help you understand where the project needs fixing versus how documentation needs fixing and get a sense for what documentation might be helpful.