- 2 Posts
- 6 Comments
mietkiewski_dev@lemmy.mlOPto
Open Source@lemmy.ml•Closed‑source vs source‑available vs open‑source — which model makes the most sense for small tools?
1·4 days agoI’m not trying to prove which license is better — too many variables, like you said. I’m just testing how different models change user behavior: who clicks, who downloads, who ignores. It’s more about distribution patterns than software quality.
mietkiewski_dev@lemmy.mlOPto
Open Source@lemmy.ml•Closed‑source vs source‑available vs open‑source — which model makes the most sense for small tools?
2·5 days agoFor this project I’m mainly testing distribution models. My only restriction is redistribution — people can read and modify the code for personal use. I’m also cautious about someone copying or commercializing it, so this is mostly a learning exercise for me.
mietkiewski_dev@lemmy.mlOPto
Open Source@lemmy.ml•Closed‑source vs source‑available vs open‑source — which model makes the most sense for small tools?
2·5 days agoMy main restriction is redistribution — people can read and modify the code for personal use. Since the default with no license is already “all rights reserved”, this project is mostly a test for me. I’m also cautious about someone copying or commercializing it, so I’m treating this as a learning exercise about licensing and distribution.
mietkiewski_dev@lemmy.mlOPto
Open Source@lemmy.ml•Closed‑source vs source‑available vs open‑source — which model makes the most sense for small tools?
1·5 days agoThanks 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.
mietkiewski_dev@lemmy.mlOPto
Open Source@lemmy.ml•Closed‑source vs source‑available vs open‑source — which model makes the most sense for small tools?
1·5 days agoSource‑available still lets people read and modify the code for personal use — they just can’t redistribute it. For me that’s a reasonable model for small tools, even if there’s always a risk someone will copy it. This project is mainly a distribution experiment.

Right — that’s why I’m calling it source‑available. I’m mainly testing user behavior around distribution, not trying to define what’s ‘open’ or not.