You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
112 lines
4.8 KiB
112 lines
4.8 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
|
|
<!-- Enable responsiveness on mobile devices--> |
|
<!-- viewport-fit=cover is to support iPhone X rounded corners and notch in landscape--> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover"> |
|
|
|
<title>Julio Biason .Me 4.3</title> |
|
|
|
<!-- CSS --> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/print.css" media="print"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/poole.css"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/hyde.css"> |
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> |
|
|
|
|
|
|
|
|
|
|
|
</head> |
|
|
|
<body class=" "> |
|
|
|
<div class="sidebar"> |
|
<div class="container sidebar-sticky"> |
|
<div class="sidebar-about"> |
|
|
|
<a href="https://blog.juliobiason.me"><h1>Julio Biason .Me 4.3</h1></a> |
|
|
|
<p class="lead">Old school dev living in a 2.0 dev world</p> |
|
|
|
|
|
</div> |
|
|
|
<ul class="sidebar-nav"> |
|
|
|
|
|
<li class="sidebar-nav-item"><a href="/">English</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt">Português</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/tags">Tags (EN)</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt/tags">Tags (PT)</a></li> |
|
|
|
|
|
</ul> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="content container"> |
|
|
|
<div class="post"> |
|
<h1 class="post-title">Commented link: Open source licensing and why we're changing Plausible to the AGPL license</h1> |
|
<span class="post-date"> |
|
2020-10-23 |
|
|
|
<a href="https://blog.juliobiason.me/tags/links/">#links</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/licenses/">#licenses</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/plausible/">#plausible</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/agpl/">#agpl</a> |
|
|
|
</span> |
|
<p>Plausible is a competitor for Google Analytics, without the need of exposing |
|
your visitors data to some company. And recently they <a href="https://plausible.io/blog/open-source-licenses">changed their license to |
|
AGPL</a>, where they explain why.</p> |
|
<span id="continue-reading"></span> |
|
<p>But while I admit that I'm not a fan of the tone of "COMPANIES WILL STEAL YOUR |
|
CODE!", there is another point one must think: What if someone acts as a |
|
gateway of your project to some users? Will they ever know there is someone |
|
else working on it? What about improvements? Don't you want people using <em>your</em> |
|
product to get the best experience?</p> |
|
<p>Sure, you can ignore these problems and just don't care about what people do. |
|
What if a company takes your work and get some money from it? You don't care. |
|
Ok. But this gives me the impression that you don't care about what you did. |
|
You don't care about your product. If you don't care, why should I? Why should |
|
I care about you, in the first place?</p> |
|
<p>(Ok, I know: I'm being mean. Whatever.)</p> |
|
<p>But that's the thing, isn't it? I mean, I wrote some software. I like it. It |
|
solves my problem. I expect people to like it too. I just don't want a faceless |
|
entity to come around, pick my software, do some changes and lock their users |
|
into their system -- something that I, inadvertently, helped build. <em>I locked |
|
people into some product that they have no idea they could just move their data |
|
out of it</em>.</p> |
|
<p>"Not everybody can program, so who cares?" Yes, not everybody can pick whatever |
|
script in Python or Rust or C or Java I wrote and change to make it fit their |
|
needs -- heck, think about someone wanting to making a change in Firefox. But |
|
everybody knows someone that can program. They can ask that person to change |
|
that. They can <em>pay</em> that person to change the program to fit their needs. But, |
|
for that, they need to have access to the code. If the faceless entity picks |
|
the code, makes changes, lock people and my license doesn't prevent them from |
|
doing it so, I'm part of the problem.</p> |
|
<p>No size fits all in software. We can fit a large number of people, but not all. |
|
But we can give the tools to let people make it fit their size.</p> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html>
|
|
|