this post was submitted on 19 Mar 2025
12 points (75.0% liked)

Technology

66975 readers
4110 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 content.
  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.

you are viewing a single comment's thread
view the rest of the comments
[–] sugar_in_your_tea@sh.itjust.works 2 points 16 hours ago* (last edited 4 hours 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.