this post was submitted on 04 Jul 2023
1 points (100.0% liked)

Now Lemmy Explain: Simple Explanation for Complex Topics

1565 readers
1 users here now

Locked for now. Will reopen if there is interest.

Inspired by r/eli5 and Casually Explained.

Now Lemmy Explain: Starting the "Now Lemmy Explain" community.

I've always felt like the name "Explain Like I'm 5" is patronizing (yes, I know, it's from an Office joke). I want to see a community that's better and more entertaining to read than how it was on reddit.

Now Lemmy Explain: The Rules:

  1. All post title must start with "Now Lemmy Explain: "
  2. All topics are allowed (within reason) but try to avoid ones that will start a flame war.
  3. Keep your explanation concise and entertaining. Remember though, comedy is subjective.
  4. Be excellent to one another, and have fun.
  5. If you see someone else do a great job explaining a particular topic, you are encouraged to cross-post it here, but be sure to credit the original poster for their contributions.

founded 1 year ago
MODERATORS
 

One of my own, but posted elsewhere to explain various open source software licenses.

For this, I assume you understand what compilation is.

  • MIT and Apache are “Do whatever you want with my code, just give credit with this license file”, but Apache is a bit more detailed and has a bit more on patent clause.
  • GPL can be summarized into 2 provisions: “You have to share the source code alongside compiled executables” (.exe for windows), and “if your executables compile with GPL code, then the rest of the code that compiles also has to be GPL licensed” (Which is why some call it a viral license)
  • However, the loophole with GPL code is that if you are running anything with GPL code running on a server, you are not distributing the executable if you are only accessing it through a web page, so you don’t have to share the source code, and AGPL closes that loophole by saying “You still have to share the source code for AGPL licensed programs if you are using it as a service”
  • Companies hate GPL code since they can’t legally keep modified software close sourced, which means that Facebook won’t be able to develop proprietary extensions for AGPL licensed software like Lemmy or Mastodon.
no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here