• 0 Posts
  • 35 Comments
Joined 9 个月前
cake
Cake day: 2025年1月8日

help-circle










  • ethancedwards8toSelfhosted@lemmy.worldSelf-Hosted podcast
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    5
    ·
    7 个月前

    Most of their ‘content’ is the hosts reading our donations each episode and playing obnoxious sound effects. It used to be much, much better, but this crypto stuff ruined it all. I really wouldn’t even bother.

    If you want a good Linux how, check out the Late Night Linux family of shows. They have programming stuff, Linux stuff, comedy, Linux news, and more. They’re pretty legit and have a strict real content policy.










  • CC, depending on which version you choose, is pretty much open domain. I personally would stay away from it for code, but there isn’t really anything wrong with it. MIT is also pretty permissive, but derivative copies of your work need to acknowledge that you wrote the code. GPL is something called Copyleft. It protects both you, your users, and your code to the highest degree. You retain the copyright but also anyone who takes your work and modifies it must also give their source code with the program. I’m simplifying here some, but I recommend you look up the definition of Copyleft licenses, its history, and why the GPL is so important. I emphatically recommend that you choose the GPLv3. But in all reality, there is no “best”. It depends on what matters to you and how you want the code to be used.

    It is definitely an important topic to learn about. To be honest, I’m surprised you programmed as far as you did without knowing about them. Great work.