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/)LU
Posts
1
Comments
428
Joined
2 yr. ago

  • It's not preferable at all.

    They're purposefully crippling a $1000+ product.

    You're free to buy a slow charger for $8 on Amazon, there's tons of solutions for that.

    There's no solution for garbage hardware

  • browsers that are out there already C is compiled

    JS makes heavy use of pollyfills where needed, bridging the gap between old browsers and new ones.

    A binary might still require a specific shared lib version, specific architecture, whatever, it's not a magic bullet.

    update gcc and any needed libraries

    Doesn't always work when working with legacy unupdated dependencies.

    security concerns... ...scripts to take over the users compurer

    Wouldn't having compiled code running in the browser (via webassembly) be actually worse for security? With JS you can at least see the source that's being run, with compiled WA, not so much. Don't really understand this point.