Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BR
Posts
0
Comments
5
Joined
1 yr. ago

  • I understand the definition of "Freedom" as laid out by e.g. the FSF. I was explaining why your argumentation is not convincing unless the audience already agrees that complicity in genocide is an acceptable tradeoff to software freedoms. I'm saying you could make a more convincing argument by just not making that comparison in the first place. Unless your point was "perhaps we should reconsider whether Open Source is Good".

  • From numpy's docs:

    The bool_ data type is very similar to the Python bool but does not inherit from it because Python’s bool does not allow itself to be inherited from, and on the C-level the size of the actual bool data is not the same as a Python Boolean scalar.

    and likewise:

    The int_ type does not inherit from the int built-in under Python 3, because type int is no longer a fixed-width integer type.