42
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 30 Apr 2026
42 points (93.8% liked)
Open Source
46726 readers
126 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 6 years ago
MODERATORS
Personally, as a free software enthusiast, I feel entitled to the "four freedoms" with every tool I use, no matter how large or small. I have no problem paying for free software and have done so in the past. For me the four freedoms are the point. A proprietary license is either a dealbreaker or a very large downside.
So, for me:
No. "Source available" in this context is a type of proprietary license. The fact that source code is visible does not make it not proprietary, because it is shared under a license that favors the interest of the rightsholder above those of its users. I talk about this often when contrasting so-called business and ethical licenses with true FOSS licenses. A true FOSS license grants modification and distribution rights and does not impose usage restrictions, a proprietary license imposes usage restrictions. With a FOSS license I don't need to worry that whatever I'm using the software for somehow infringes the rightsholder's personal ethics, and it encourages forking and code reuse.
In other words, thinking about it in terms of whether the source code is open or closed or "available" is missing the point entirely for the free software community. The point is what are you are allowed to do with the software and what restrictions are the rightsholder imposing on your usage of the software. Keep in mind most users are not programmers and thus being able to see source code does not impart any direct advantage to them, but allowing the community (which does include programmers) the four freedoms means things like forks and customizations can be spread.
As said above I use free software wherever possible. Thinking about it I guess I generally do expect a small hobbyist tool (as opposed to something that exists to be a product) to be free software, but then again I use platforms that are favored by free software enthusiasts. On Windows I suppose it's more common to see these as proprietary freeware apps.
For me it does not, I've learned to always look for a license to make sure, but I think a lot of people do not understand that GitHub can host proprietary projects too.
You'll need to elaborate on this more. If you are planning to grow a free software community then using a true free software license is important. Free software and open source licenses are known to not impose usage restrictions that favor the rightsholder's interests above the user's, as I have said. On the other hand, if your goal is to create a business around the project, you need to balance your users rights against your business interests. Starting out with a free software license then switching to a proprietary source available license once you have a captive ecosystem will create resentment and guarantee a community based fork of the last true FOSS version.
Thanks for your perspective. From my point of view, making the code visible gives users the ability to read it and modify it for their own needs — the only restriction is redistribution. For this project that felt like a reasonable balance while I’m experimenting with distribution models.