linuxmemes

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

Pika, in Never again

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.

call_me_xale, in Ironically Ubuntu is more popular…

Blubuntu

Rooki,
@Rooki@lemmy.world avatar

Blueberry Dubuntu

Ascend910, in Never again

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

Ascend910, in interview on the frontier

Laughs in raspberry pi os

Ascend910, in Look at that fragmentation!

Man of culture I see

Ascend910, (edited ) in Hot take

I use i3wm btw

comador, (edited ) in Ironically Ubuntu is more popular…
@comador@lemmy.world avatar

Debian was first in that line. Here’s the Linux family tree

…wikimedia.org/…/Linux_Distribution_Timeline.svg

nifty,
@nifty@lemmy.world avatar

lol I know :)

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

sorry, missed the /s, but figured the tree was still worth seeing for some.

“” > $1; echo “Debutu”

TheInsane42,
@TheInsane42@lemmy.world avatar

Yep, Debian was (is) a disaster to configure graphics with modern hardware. It was pure open source (even blocked firefox as the logo was copyright protected). They opened up with a non-free repo for hardware support, but already lost the ‘market share’ on the desktop to Ubuntu (and the load of forks with just a different windoemanager as default… instead of adding a desktop selection on install). Also Ubuntu is offered a lot as option on new hardware.

With snap I’m guessing users migrate back… (a very few at least)

lung,
@lung@lemmy.world avatar

Thanos snap those nerds straight to arch

possiblylinux127,

Honestly Debian was one of the few that still kept a strong stance on freedom. Its sad that they went the opposite direction. I wish that they would of just broke the non-free into firmware and apps like they have now and then provided two isos. They could have a simple paragraph explaining free software with two links.

lung,
@lung@lemmy.world avatar

Whoever collected this data is a real one

tubaruco, in Ironically Ubuntu is more popular…

blue?!?!?!?!

nifty,
@nifty@lemmy.world avatar

Red is already taken tho

Also Kamek gives Debian vibes

Secret300,

Ye, taken by Debian

nifty,
@nifty@lemmy.world avatar
janus2,
@janus2@lemmy.zip avatar

yeah last time I checked the spiral was sorta maroon-magenta?

ILikeBoobies, (edited )

Oh good, I’m not that crazy

MonkeMischief, in linux users installing a web browser

Hahaha ended up with different “Chromium” is that the joke? :D I don’t know if the collective understood but boy can I relate to searching the repo and getting way different stuff than I started looking for! XD

dabster291,
@dabster291@lemmy.zip avatar

Also epiphany is the “codename” of GNOME Web.

ILikeBoobies,

Also original name

It’s based on webkit (Safari)

eatham, in linux users installing a web browser
@eatham@aussie.zone avatar

Most Linux distros include a web browser and if not you can always boot into another OS or use another computer to download one.

sneezycat,
@sneezycat@sopuli.xyz avatar

Or… use the package manager to download one?

eatham,
@eatham@aussie.zone avatar

That too, yes.

haui_lemmy,

How about wget?

Emerald, (edited )

oui oui weget

bjoern_tantau, in linux users installing a web browser
@bjoern_tantau@swg-empire.de avatar

I should make a game about a burning fox.

0x96EA, in Never again
@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.

Anti_Face_Weapon, in Never again

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.

jaybone, in Never again

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

trackcharlie, in Never again

Anyone who does this should be blacklisted entirely

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