this post was submitted on 21 Apr 2026
61 points (100.0% liked)

Free and Open Source Software

22290 readers
80 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 3 years ago
MODERATORS
 

Malus, which is a piece of "satire" but also fully functional, performs a "clean room" clone of open source software, meaning users could then sell, redistribute, etc. the software without crediting the original developers. But I have a hard time with the "clean room" argument since the LLM doing the behind-the-scenes work has already ingested the entire corpus of open source software -- and somehow the output of the LLMs isn't considered a derivative work.

you are viewing a single comment's thread
view the rest of the comments
[–] TehPers@beehaw.org 1 points 20 hours ago

Also,i'm sure you know this, but security through obscurity is a poor systems design choice in almost all scenarios.

The only time I can think of from the top of my head where obscurity aids security is when secret keys are kept obscure. This isn't even what people mean by "security through obscurity" though, so I'd actually beg someone to give an example where obscurity is actually beneficial to security and doesn't just give a false sense of security instead.

That's not to say everything can or should be open source, of course, just that relying on it being closed source for your application to be secure is a good way to open yourself up to attacks.