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/)AR
Posts
9
Comments
976
Joined
2 yr. ago

  • This doesn't make sense as the compilers would also be included in this new copyright scheme and would become public property after so much time.

    There are open source compilers for all major CPU architectures. In fact the open source compilers regularly outperform the closed source ones. It's also not exactly that difficult to add on more architectures to an existing compiler these days thanks to the modular way modern compilers are built. Once you build a backend for LLVM you unlock not just one language but about a dozen.

  • This is a massive strawman argument. No one is saying you shouldn't have a license to view the content in order to train an AI on it. Most of the information used to train these models is publicly available and licensed for public viewing.

  • What is a better implementation than NixOS? Guix is held back by the fact that it's GNU only by default, and that it also compiles everything on your machine by default. You have to go out of your way to add a binary cache and speed up the install. That's after you go out of your way to enable non-free packages so that your hardware can actually work with the right firmware. If someone made a version with those enabled by default things would be way quicker to setup and use

  • It varies a lot between different groups of feminists. There are plenty that unironically want a system where some rich women are in charge instead of just rich men. In fact I would say this is the majority of feminists as communists and anarchists aren't that common plus lots of communists are against identity politics to begin with.

  • Anatomically the external part of the clit is the same structure as the dick in a male. So I am guessing that making it penis sized would result in the same sensitivity as a regular male penis.

  • The irony being they are actually correct in some cases. Lots of leftists want to destroy the state, and national borders in favour of a unified world. You also have tankies that want death to America specifically, and honestly I can understand the feeling.

  • The Rule

    Jump
  • Without sufficient VRAM it probably couldn't be GPU accelerated effectively. Regular RAM is for CPU use. You can swap data between both pools, and I think some AI engines do this to run larger models, but it's a slow process and you probably wouldn't gain much from it without using huge GPUs with lots of VRAM. PCIe just isn't as fast as local RAM or VRAM. This means it would still run on the CPU, just very slowly.