this post was submitted on 18 Mar 2024
363 points (95.5% liked)
Memes
45550 readers
1679 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I replied to that thread.
OP was claiming to be working on a static HTML-serving search engine. They suggested that because it's just HTML and CSS, and that interested parties can use Inspect Element to read the network requests, that it constituted "open source".
Commenters then got on his case about not open sourcing the server backend. OP defended that choice saying they didn't want a competitor taking their code and building a company off of it that would "drive [them] out of business". Uh-huh. So, proprietary software, then. Bye.
Technically they are correct. None of the Open Source licenses really regulate what happens on the server. When it's not you running the binary, all the licenses are basically useless. AGPL is one of the few that address this a little bit, but even there you only get the source code itself, when the value in most online services is in the databases and backend stuff that you still don't get to access with AGPL.
The Free Software world hasn't figured out what to do with services running on computers you don't own. GDPR is so far the only thing does something about the server side, but that's EU law, not a license you can slap onto your software.