• 0 Posts
  • 48 Comments
Joined 9 months ago
cake
Cake day: June 29th, 2024

help-circle






  • Using a GPL library will require you to re-license your entire project as GPL, regardless of whether you made a change or not.

    LGPL is a bit better, because it allows you to dynamically link the library. But you’re required to provide a copy of source for the library, and any users must be able to swap the built library with their own copy.

    Eg; you can use an AGPL-licensed .dll in your closed-source windows program, because users can swap that .dll easily.

    You can’t do the same for a ps5 game because users aren’t able to replace any files that the game uses.


  • If you’re developing software for a platform that doesn’t allow users to replace dynamic libraries (game consoles, iOS, many embedded/commercial systems), you won’t be able to legally use any GPL or AGPL libraries.

    While I strongly agree with the motives behind copyleft licenses, I personally never use them because I’ve had many occasions where I was unable to use any available library for a specific task because they all had incompatible licenses.

    I release code for the sole purpose of allowing others to use it. I don’t want to impose any restrictions on my fellow developers, because I understand the struggle it can bring.

    Even for desktop programs, I prefer MIT or BSD because it allows others to take snippets of code without needing to re-license anything.

    Yes I understand that means anyone can make a closed-source fork, but that doesn’t bother me.
    If I wanted to sell it I might care, but I would have used a different license for a commercial project anyway.




  • Ah yes, because you absolutely must hate and dehumanise everyone who shares a different belief to you. You aren’t allowed to speak to or be friendly to anyone who has shared shitty views in the past, because how else could we possibly know that you don’t share 100% of their opinions?

    You’re free to limit your communication to only those who share your views, if that’s what you find comfortable. But there can be many mutually-benefical reasons to befriend those who you dislike.

    Anyway, I’m about done with this conversation, as I don’t believe either of us will come out of it with a different view.

    Feel free to get the last word in if that helps you sleep easier. Seeing that you replied to a comment that’s almost a week old, I wouldn’t be surprised if you do.


  • It’s not a viral copyleft license, so you’re free to use the source code without giving anything back.

    This has pros and cons over something like GPL, but people like to circlejerk GPL and pretend it’s always the best option 100% of the time.
    For situations where you have to sign an NDA and are unable to release source code (eg; console game dev), MIT and BSD licensed projects are a godsend.


  • Sure. Lets just ignore ladybird/serenity and the positive impact Andreas is making because he didn’t accept a commit that changed a pronoun for a system account on the operating system he wrote from a ‘he’ to a ‘they’.

    And lets ignore that it’s been changed since. People ‘never’ change, so lets fuck up their entire career and public image for life.

    Yeah no thanks.

    If you think that comment outweighs all the positive impacts Andreas is making, that’s your prerogative. I’m not interested in holding everyone up to such high expectations.

    If that makes me a simp in your eyes, so be it.


  • If you read the commit, you would see it was referring to a built-in non-human account.
    In no way did he assume the gender of any people, so who cares if he referred to a built-in account of his operaring system as ‘he’ instead of ‘they’?
    A more accurate description would have been ‘it’.

    As somebody who also identifies as LGBT, I don’t want or need your permission to feel anything.
    I don’t feel guilty for not participating in the cancel culture of the internet.


  • The guy literally created javascript. It shouldn’t be a surprise that somebody who’s developing a web browser holds some amount of respect for him.

    We could argue about this all day, but neither of us are Andreas, so we shouldn’t be assuming his beliefs based on a few interactions on social media.

    None of this should get in the way of the web browser’s success anyway, because it’s not relevant to the project.