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/)FI
Posts
0
Comments
274
Joined
2 yr. ago

  • Very true, I put my effort towards trying to reducing my waste rather than gas electric and water. One thing I do think people should change is reducing how much meat they consume though, specifically beef. That produces a lot of bad environmental effects like deforestation and runoff.

  • This ruling seems to be really badly misinterpreted. The case wasn't for people using ai tools to create works but from a computer scientist who created a completely autonomous tool and was trying to co-copyright the works with the tool. Copyright needs human involvement, how much human involvement is still not hard law, but if you integrate the output of an AI and integrate it into a larger work that is very much covered.

  • Same reason you use typescript. It helps you catch bugs and follow programming best practices. You also don't need typescript, but with it your code is better. Typescript is technically just a really fancy linter. The actual compilation mainly just removes the type data and does some JavaScript engine compatibility.