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

  • 3.5e just had some much room to explore. Yeah, some parts sucked or didn't make sense, but I think that really led to some interesting characters and fun moments in games. I haven't played 5e much precisely because it's so smooth in comparison.

  • Eh, it's also much easier to slap a client-side detector on because you can use generic detection methods. When you're doing it server-side, you have to rely a lot on statistical analysis and it's all game specific.

    In the end you can, of course, reduce it all to not shelling out money, but there is some nuance too.

  • Let me preface this by saying I don't see the value of 99% of NFTs either, but it is technically possible to make one that stores the image on the blockchain or on IPFS. Most don't, obviously, but it is possible.

  • I'm still pretty happy with my Miele vacuum from 2018, and they seem to promise spare parts for 15 years.

    I bet my model is nothing compared to what they were 20 years ago though 🤣

  • Using your shared libraries is always a good thing, no? Like your distro's packages should always have the latest security fixes and such, while flatpaks require a separate upgrade path.

    Access to your entire filesystem, however, I agree with you on.

  • White people are not better at doing anything than other races.

    I think this is doing a disservice to one of the goals of DEI. White people are more qualified for certain types of jobs because historically they've had better access to education and healthcare. Even if access has become more equal lately, there are still other barriers that take longer to remove (eg. being the first person in the family to go to university, not having wealthy parents, etc.)

    DEI can counterbalance this.

  • Because the person creating the image didn't take the time to optimize the image. It's probably just a PNG or a JPEG, which is way overkill for representing a NES frame.

    Other commenters have mentioned that the NES has 56 colors and uses tiles to draw the frame. If you took the same approach (maybe embedding a GIF tile in an SVG), you could cut down the size of the modern image significantly.