this post was submitted on 19 Mar 2025
15 points (77.8% liked)

Technology

67050 readers
4525 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Freedom is such a vague word, we shouldn’t use this word if we want to be precise about what we mean by it.

When we talk about free software, we point to transparency, studyability, tinkerability and sharability. The openness to allow ourselves to use our tools with freedom.

However, I do not think we should use the term open source. The reason for my distancing of the word source is because the word makes us think about development instead of the end user. Because if we want these kinds of software to appeal to the masses, we the word to emphasize that it is meant for them. Instead, I would use the term open software, open tool or open machine.

top 7 comments
sorted by: hot top controversial new old
[–] rikudou 19 points 1 day ago (1 children)

Both free software and open source are strictly defined terms. Most F/OSS licenses are applicable to both, but there are licenses that are only open source, but but free software and vice-versa.

[–] DomeGuy@lemmy.world 3 points 1 day ago (1 children)

Things like the MS-PL strike me as Open Source but not Free Software, but I can't think of a contrary example which is Free Software but not Open Source.

[–] rikudou 4 points 1 day ago

I read a Stack Overflow discussion about it a few years ago and if I remember correctly, they found some obscure one which was free but not open source.

Though I don't remember which one it was.

[–] Xanza@lemm.ee 14 points 1 day ago (1 children)

Freedom is such a vague word, we shouldn’t use this word if we want to be precise about what we mean by it.

I cannot more strongly disagree as it's very explicitly defined. Libre software is not the same as open source software even though the non-initiated equate the two.

However, I do not think we should use the term open source.

This is why most people use the term FOSS now; free and open source software. Then of course there's Libre.

[–] skrlet13@feddit.cl 1 points 23 hours ago

I think they meant Freedom is vague in the general sense, outside a software development context.

[–] zonnewin@feddit.nl 8 points 1 day ago

It doesn't matter what you think. These terms have been standardised and in use for decades.

[–] sugar_in_your_tea@sh.itjust.works 2 points 1 day ago* (last edited 1 day ago)

I do not think we should use the term open source

That really depends on what you're trying to convey.

"Open source" is all about the code, and it usually implies that it can be used for any purpose, commercial or otherwise. When I think of open source, I think of MIT, BSD, and other permissive licenses where the point is to ensure the source can be used for any purpose.

"Free software" is all about the users, and it comes with extra baggage that ensures that users will always have access to improvements by others. If it's used in a commercial project, you can demand the improvements be made available under the same terms as the library it's based on. When I think of free software, I think of copyleft licenses like GPL, AGPL, etc.

Both are valid, and generally all free software is open source but not all open source software is free software. Both are worthwhile terms, just be careful to lump non-free software (e.g. pretty much anything not copyleft) with free software if that's what you prefer.