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/)SI
Posts
11
Comments
203
Joined
2 yr. ago

  • The security of HTTPs relies on public key certificates.

    I recommend reading up on it here: https://en.m.wikipedia.org/wiki/HTTPS#Overview

    Especially the part after this segment:

    Web browsers know how to trust HTTPS websites based on certificate authorities that come pre-installed in their software.

  • I wish it had feature parity with pylint already. I know they're working on it, but it's not quite there

    They have lots of awesome extra features though like built in pyupgrade, formatting etc

    Imo once they get into stable territory it will be the one stop shop for Python linting

  • It's called a programming language for a reason

    As a professional software engineer, the number of times I actually have to use math skills is pretty low

    Even when I worked on a statistical application for lifetime prediction, most of the work wasn't figuring out the correct math

    What's leagues more important here is conceptual thinking and being able to model complex human-made constructs in your head

  • If you're actually developing FOSS with it, you can use their products for free.

    JetBrains has a lot of good will in the community, and for good reason.

    Would it be nicer if their IDEs were FOSS? Probably. Would it hurt their profits? Most likely.