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/)QU
Posts
17
Comments
1,453
Joined
2 yr. ago

  • That's one area where LLMs can come in handy. If you describe something, they can usually come out with what you were thinking about in another, maybe more correct way, then you search what they gave you

  • Yes, that's really nice! Even though I haven't touched it in a long time, I remember messing around with it out as soon as it came out a few years ago. There's also nest.land between the alternative repositories, I find their concept interesting

  • You mean npm duplicates even if the the two dependency versions are compatible?

    you can only have one version of the same package on your system.

    That couldn't be, right? Otherwise, if you installed two packages that rely on different incompatible versions of another package, one of the two would break. Reading a bit they should check for "satisfiability", I found some really interesting things on the topic looking around: