this post was submitted on 06 Aug 2023
10 points (100.0% liked)

linuxmemes

20762 readers
1655 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 1 year ago (1 children)

IMO both of these ended up being poor names.

"Open source" can be co-opted to mean any project with public source code even if it's not open contribution (think SQLite, and many of the projects effectively run by major tech corporations).

"Free software" falls victim to the eternal mixup with freeware, requiring the endless repetition of the "beer vs. speech" analogy.

I personally think "Libre software" is the term that best encapsulates the intended meaning while being unambiguous and not vulnerable to misinterpretation.

[–] [email protected] 1 points 1 year ago

It's FOSS not clear enough?

[–] [email protected] -1 points 1 year ago (1 children)

Open Source: The source is available to inspect for security issues and can be improved upon by anybody who wants to participate. Most of the times the software development is financed by donations in cash from users or in time from developers.

Free software: Software you get for free, usually paid for by siphoning off data, running ads (which include trackers), ... sometimes open source, most of the times closed source.

[–] [email protected] 1 points 1 year ago (1 children)

No, that's free software, small f. Free Software, capital F, is software which respects your four fundamental software freedoms: to run, study, redistribute, and modify the software.

Open Source is a capitalist trick to make the source code available without necessarily preserving those freedoms.

[–] [email protected] 0 points 1 year ago (1 children)

Open-source preserves these freedoms. Source-available is the term for software that doesn't respect user freedoms, but allows to access the source code.

[–] [email protected] 1 points 1 year ago

Indeed, most open source software is available under licenses like GPL, which enforces the preservation of those freedoms.