https://lemmy.ml/post/13864821

I’d understand if they were a random user, but a mod should already have at least some understanding about a community’s topic.

But worse to me are their comments in that post calling the people responding “childish trolls in this community”. I do not think that this is appropriate for a moderator.

  • onlinepersona@programming.dev
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    2
    ·
    6 months ago

    The purists and the zealots are the worst part of any community. If the real source (aka not obfuscated) is openly available with no access restrictions like “send me an email to get the source code”, then it’s opensource in my book. “Free” and “Libre” are just additional attributes for a subclass of opensource.

    class Opensource {}
    interface IsFree {}
    interface IsLibre {}
    
    class FOSS extends Opensource implements IsFree {}
    class FLOSS extends Opensource implements IsFree, IsLibre {}
    

    It’s really simple.

    CC BY-NC-SA 4.0