JoMiran,
@JoMiran@lemmy.ml avatar

One of the stupidest trends of all time.

SubArcticTundra, (edited )
@SubArcticTundra@lemmy.ml avatar

The very fact that you have to ask and wait for an answer is an inconvenience.

hushable, (edited )

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)

Zeon, (edited )

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

Flax_vert,

There’s another foss alternative called Apache2

Kecessa,

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.

zeekaran,

Where’s lemmy in regards to this?

Kecessa, (edited )

Lemmy/Reddit style platforms are good at generating short term discussions, it’s threaded chats.

The main features that makes forums the best to accumulate knowledge is bumping and linear discussions. There’s only one discussion that everyone is following if they want to talk about a specific subject, the knowledge on that subject is centralized and keeps accumulating instead of requiring to be constantly repeated because the previous thread is lost to time. The linear discussion means you don’t have to go back up and start reading a different branch to know what some other people are talking about (which often times leads to having many people basically saying the same thing without realizing it), all new replies appear in chronological order and people quote others to provide context when necessary.

Look on old school forums for more “boomer hobbies” and it’s ridiculous how long conversations can keep going. I provided a link in another reply but the Yamaha WR250 thread on ADVRider has 428k replies since 2013, all that is possible to know about this motorcycle is in they thread and pretty much any question you might have will have its reply in there. There’s car forums with discussions that have been ongoing for decadeS!

Meanwhile on Reddit of you want to ask a question in a thread that was started 24h ago you’re shit out of luck, no one but the OP will know about it. On Lemmy? Everyone sorts by top 6 hours.

SHOW_ME_YOUR_ASSHOLE,

In regards to the advrider comment, I don’t find those ridiculously long-running threads all that convenient even though they are very useful. In your example the WR250R thread could have multiple subtopics being discussed at once in the same thread which I find frustrating.

For example, one guy might ask about tires and while that’s being discussed another guy shows up asking about a big bore kit to make more power. Now there are two discussions happening at the same time and all I can do is view the thread chronologically. Then someone else shows up asking what oil everyone uses. Then someone new joins and says “Hey it’s not possible to go back and read through all 2300 pages in this thread, what GPS are you all using?”

Like sure it’s great that all the information is in that one thread but navigating through it only in chronological order can be super frustrating.

Serinus,

IRC at least you have text logs, but I agree.

erev,
@erev@lemmy.world avatar

we just need IRCv2 which should add chat history

Kecessa,

How do you replicate a conversation like this in a IRC format?

advrider.com/…/yamaha-wr250r-threadfest.936588/

Siethron,

I only want the documentation if you have to fax it to me

brbposting,

Whatever, Mr. Stallman.

Treczoks,

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

Zeon, (edited )

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

JoMiran,
@JoMiran@lemmy.ml avatar

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.

flamingos,
@flamingos@ukfli.uk avatar

Aren’t you basically describing readthedocs.io?

JoMiran,
@JoMiran@lemmy.ml avatar

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.

Serinus,

Also I’d rather just have these things in the repository.

corsicanguppy, (edited )

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.

JoMiran,
@JoMiran@lemmy.ml avatar

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.

Babbiorsetto,
@Babbiorsetto@lemmy.sdf.org avatar

First thing that comes to mind is devdocs.io/about

randon31415,

How to install:

Step 1: git clone website

Step 2: run dependency install script

Step 2 again: Ha, ha, just kidding, that would be to straight forward. Please install this dependency installer program that only this and two other projects use. Pip grep panda cholotte poetry bash docker numpty anaconda jupternotebook alacazam. Oh, you don’t have it? Well, I’m sure the project page will tell you how to install it and add it to path!

Step 3: Run " program name" and … “insanely detailed description of what to do once the program opens”

Step 3 again: When you run it, get error “k*args passed null into program, so eat shit you can’t fix this”

Step 4: Go to git hub issue page and see people have been complaining about this error for 6 months, but it was working back then when it’s 12 dependency hadn’t been updated yet. No fix incoming since the programmer was a chineese grad student that graduated 6 months ago and stopped working on the code.

mariluu, (edited )
@mariluu@lemmy.sdf.org avatar

YUP that’s so relatable especially with ai-related projects because theyre all on python

dan,
@dan@upvote.au avatar

This is why I like Docker. It’s basically “works on my machine” as a service.

Similarly, I’m starting to really like dev containers. They’re Docker containers with all the required dev tools already installed inside, and a config so that VS Code knows how to spin up a new container when you want to do dev work on the project. They use VS Code remoting - a VS Code server runs in the container and the regular VS Code desktop app connects to it.

I was recently dealing with a project that has some Ruby dev tools and it was 100x easier to deal with since they were using dev containers.

Tenthrow,
@Tenthrow@lemmy.world avatar

Well now I need to learn all about this.

Ascend910,

What if it is linked to foss social media like Lemmy and matrix ?

AVincentInSpace,

The problem is the fact that the documentation exists solely as a series of what are effectively chat messages, not what platform those chat messages are hosted on. Markdown files or bust.

clutchmatic,

Can Lemmy be searched effectively?

kuneho, (edited )
@kuneho@lemmy.world avatar

that’s also pretty problematic, the very same way as discord, no difference just because it’s ✨matrix✨ or ✨lemmy✨

edit: words

bitwolf,

It’s not my favorite option. But at least use Discourse.

dan,
@dan@upvote.au avatar

Any of the modern forum systems (Discourse, Flarum, NodeBB) is fine as long as it works. Previous-gen forum systems (SMF, phpBB, MyBB, Vanilla, etc) are fine too.

callyral,
@callyral@pawb.social avatar

Documentation is different from technical support and neither should be done on Discord.

cybersandwich,

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,

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,

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,

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.

dan, (edited )
@dan@upvote.au avatar

I can’t wait until Discord have to start charging for features that are currently free (since they have to be profitable eventually), projects using it freak out about it, and end up switching to a different closed-source hosted system that’ll do the same thing years later. It already happened with OSS projects using Slack that migrated to Discord. People just don’t learn from the past.

Nikki,
@Nikki@lemmy.world avatar

using discord for documentation is like using excel for a database

dan,
@dan@upvote.au avatar

It’s way worse. At least Excel lets you do database-like stuff. Discord is unusable for long-form posts or any info you want to keep long term.

Anti_Face_Weapon,

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.

xigoi,
@xigoi@lemmy.sdf.org avatar

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

Anti_Face_Weapon,

LaTeX can produce .html with links. It can litterally generate an entire documentation website.

Chewy7324,

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,

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.

Chewy7324,

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.

Anti_Face_Weapon,

I’ve not heard of matrix before. Looking it up, it looks pretty cool. Kind of a terrible name tbh.

renzev,

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,

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!

jj4211,

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.

DirkMcCallahan,

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

CliveRosfield,

You don’t see its incredible simplicity as an advantage? That’s crazy

solarvector, (edited )

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.

kittenzrulz123,

Sometimes a readme is all a project needs

kittenzrulz123,
Wodge,
@Wodge@lemmy.world avatar

Counter-counterpoint: He did eat something off his foot in front of an audience.

brbposting,

Would not have minded going the whole year without thinking about that.

De_Narm,

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, (edited )

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,

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,

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.

Kecessa,

Simplicity? What fucking simplicity?

CliveRosfield,

Skill issue

Theharpyeagle, (edited )

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.

dannoffs,
@dannoffs@lemmy.sdf.org avatar

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

vonbaronhans,

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.

Caesium,

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

experbia,
@experbia@lemmy.world avatar

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.

ikidd,
@ikidd@lemmy.world avatar

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

xigoi,
@xigoi@lemmy.sdf.org avatar

If Discord is simple, why does the Discord app have 149 MB?

CliveRosfield,

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

wholemilk,

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

VindictiveJudge,
@VindictiveJudge@lemmy.world avatar

Also good for organizing D&D.

tubaruco,

well that is a multiplayer game and can be played online

yamanii,
@yamanii@lemmy.world avatar

I’m glad doujinstyle realized their mistakes and revived the website after some time as discord only.

Alexstarfire,

Yea, I don’t get the documentation stuff. It’s like saying you’ll use Google Chat history as your documentation.

someacnt_,

Also good for casual socializing

kittenzrulz123,

IRC > Discord

pedz, (edited )

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, (edited )

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.

JackbyDev,

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.

soggy_kitty, (edited )

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

Alexstarfire,

Poor ventrillo. Not even a mention.

cyanarchy,

About as remembered these days as xfire

soggy_kitty,

I feel ashamed. Good call out

Trincapinones,

Because it was easier to create a server in discord than ts3

Chewy7324,

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.

voxelastronaut,
@voxelastronaut@lemmy.world avatar

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.

isthingoneventhis,

RIP ventrilo and iirc 8(

JasonDJ, (edited )

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.

ILikeBoobies, (edited )

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

Warl0k3,

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?

ILikeBoobies, (edited )

Still manipulating space

In Axon you had a 2d plane with a picture you could drag around for where you were compared to everyone else

Images dolby-axon.en.lo4d.com/screenshots

Warl0k3,

Oh damn, thats cool! Never heard about that before.

vonbaronhans,

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,

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,

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…

art,
@art@lemmy.world avatar

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

JasonDJ,

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

Technical writers are very appreciated.

Theharpyeagle,

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.

Pika,

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

zv0n,

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”

Evotech,

The web is on archive at least

Hootz,

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.

lazynooblet,
@lazynooblet@lazysoci.al avatar

Is this a joke?

Rozauhtuno,
@Rozauhtuno@lemmy.blahaj.zone avatar

Yes, obviously.

Everyone knows the moon isn’t even real.

Bondrewd,

No, there was MSN in the 70s but communication was made through a machine called Microtron. They are largely lost to the world due to being made from degradable PCB plates.

clutchmatic,

That’s why FOSS ends up forking and forking

Bondrewd, (edited )

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

clutchmatic,

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

wolfshadowheart,

Is it stealing if it’s been dead for 30 years? Or is it modernizing it?

Bondrewd,

What? We are talking about discord documented software.

Theharpyeagle,

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.

CliveRosfield,

Ah yes first world problems. The issue here is checks notes refusal to create a discord account on a burner email and use a search bar. Omg so scary

Montagge,
@Montagge@kbin.earth avatar

Discord is trash for reading just about anything

xigoi,
@xigoi@lemmy.sdf.org avatar

If Discord suspects that you’re using a temporary e-mail, they will demand your phone number.

CliveRosfield, (edited )

Never happened to me once but I understand if you don’t want to use it for that reason

heyoni,

Well that was a trash take.

businessfish,
@businessfish@lemmy.blahaj.zone avatar

you can’t honestly be saying that there are no issues with hosting documentation/support for a project exclusively on discord as opposed to a classic forum or wiki.

even ignoring the issues that you are dismissing (and would not exist on a better suited platform), the people using the discord server do not own it. discord servers have no backup functionality. what happens when an admin goes rogue or gets hacked etc? what happens when people get tired of discord for the next chat app?

you shouldn’t have to use a burner email to download a videogame mod or view documentation for an open source project.

CliveRosfield, (edited )

There are issues of course. I’m just of the view that answering questions and giving support to a project is perfectly fine on discord because of incredibly fast response times.

As a developer you really only have bandwidth for maybe one or two methods of communication until you get stretched far too thin. Discord combines threads and irc chats into one. That is incredibly productive from a support standpoint.

To me this is nothing different than asking someone to join an irc server for technical help. Most of the irc servers I followed no longer exist but the projects are still fine and they’ve managed. If anything it’s better because you actually have a search feature.

businessfish,
@businessfish@lemmy.blahaj.zone avatar

i can understand your point of technical support, but what the op is calling out is when the only source of docs/support are discord.

i’ve had multiple experiences firsthand where I needed basic information about a piece of software that really should have just been on a readme or a wiki or something. instead my only option was to repeatedly ask a discord tech support channel and wait for someone who cares/knows about my question to actually answer me.

unless the options are limited, i’d rather simply pick a different solution than be forced to ask a busy discord channel for tech support.

CliveRosfield, (edited )

Assuming you used the search feature on discord and no results came up, then you would be the first person to have ever asked that specific question to the developer. What makes you think that would actually be on a readme?

businessfish,
@businessfish@lemmy.blahaj.zone avatar

that’s a good point - i might be letting my dislike for discord-as-a-wiki color my argument. i will say that i’ve had mixed results using the search - sometimes there are no results and sometimes there are plenty of irrelevant results. that’s just what you get when basically hitting ctrl+f on who-knows-how-long worth of conversations instead of a purpose-made knowledge base.

i still think that a dedicated wiki/forum/repo available on the web for anyone with the url is far better suited to this purpose than discord is. discord is (arguably) good at being a chat app and its features aren’t well tailored to being an easily navigable knowledge base. it feels like jumping through unnecessary hoops to have to join a server on the app i use to share memes with my college roommates to get help troubleshooting some software, or worse, to get access to the only official release of the software.

jaybone,

What the fuck happened to README.md.

Or man pages.

Or readme.txt.

Or a goddamn wiki.

ARk,

best I can do is please react to the 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,
@ikidd@lemmy.world avatar

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…

matt1126,

Reading this made me feel a bit of anxiety

flatpandisk,

I have been lucky and haven’t seen this. What a horrible thing to do.

CosmicTurtle,

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

turmacar,

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,

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

nekusoul,
@nekusoul@lemmy.nekusoul.de avatar

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.

emc,

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.

rainerloeten,
@rainerloeten@lemmy.world avatar

Speaks to the fact that we apparently need better and new alternatives or make current tools easier to use.

Certain aspects of discord seem to resonate with people (unfortunately…).

Man pages are great as mentioned, but maybe not as accessible to some people. Are there tools to generate more convenient resources (e.g. wikis) from that? Similar to how generating technical documentations from (structured) code comments.

EuroNutellaMan,
@EuroNutellaMan@lemmy.world avatar

I mean, tldr exists but not for troubleshooting.

I agree with the point you make, we definitely need a more unified and better place for this.

0x96EA,
@0x96EA@lemmy.world avatar

There seems to be some projects that allow indexing of discord. This should be encouraged more nextjs-forum.com is open sourced on GitHub.

Also stumbled on this the other day www.answeroverflow.com

mint_tamas,

That’s only microsopically better than just discord. A (shitty, but somehow popular) chat service is not documentation, even if it’s indexed.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linuxmemes@lemmy.world
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /var/www/kbin/kbin/vendor/symfony/var-dumper/Caster/Caster.php on line 68

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 81920 bytes) in /var/www/kbin/kbin/vendor/symfony/error-handler/DebugClassLoader.php on line 289