this post was submitted on 13 Mar 2026
166 points (94.1% liked)

Linux Gaming

22085 readers
21 users here now

Gaming on the GNU/Linux operating system.

Recommended news sources:

Related chat:

Related Communities:

Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] HelloRoot@lemy.lol 9 points 1 day ago (1 children)

No, my wording was intentional. I was describing the journalist’s direction of inference, not asserting the definition in reverse. They saw the term “open source” and mentally reduced it to “the source code is viewable”, which is why I phrased it that way.

Open source does literally mean that.

It means that PLUS many more conditions. If you remove those additional conditions it's not open source anymore but "source available".

To be precise: open source implies source-available, but source-available does not imply open source.

[–] teawrecks@sopuli.xyz -1 points 1 day ago* (last edited 1 day ago) (2 children)

Heh your "precise" statement is literally what I said:

Open source does literally mean [source code can be viewed]...[it's not the case that] source code being viewable means it's open source

Cheers.

[–] Zangoose@lemmy.world 2 points 1 day ago* (last edited 1 day ago) (1 children)

What you're talking about is "source-available." I.e. being able to read source code but not having licensing rights to redistribute or make changes.

"Open-source" means that being able to modify and distribute changes is built into the license of the code.

For example, Minecraft Java is source-available in that decompiling Java bytecode is trivial - enough so that tools exist which can easily generate a source code dump. However, actually distributing that source code dump is technically illegal and falls under piracy, so it isn't open source.

Edit: I didn't see your edit, this comment is kind of pointless, oh well

[–] teawrecks@sopuli.xyz 1 points 1 day ago

Yeah, people keep correcting me by reiterating exactly what I'm saying lol