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/)J
Posts
0
Comments
16
Joined
3 yr. ago

  • I am people.

  • How did you pick the unroundedest of numbers‽

  • I mean you don't have to explain it to me. I just wanted to know what your stance is. I understand that there are ethical issues with using other artists work to create new forms of expression, but I didn't want to assume I knew what you were thinking. Like I said, I am just giving you a chance to explain what you mean.

  • I appreciate that you provided your reasoning! I don't think AI fully reached the level of grotesque I had in mind, but I mainly just posted it to share a "what if" scenario mashing up this type of black humor with the gross out humor of my youth.

    Just to continue the conversation, what about me using AI made you want to downvote it?

  • I love the original concept. I am not trying to steal anything from the original artist, but I was wondering what it would look like if the last panel was reimagined in the hyper-realistic style of those Ren and Stimpy or SpongeBob freeze frame shots where it's super gross looking. I plugged in the prompt to Gemini and this is what it generated:

  • Somehow, I feel like Ralph should pronounce it "Pengaton" or something like that.

  • "Old Bear! He likes the honey...He never got a chance to see my bee business take off!"

  • "File's done." Yes, Elwood, the file's finally done.

  • Nice to see some Tom7 love here! I feel like he is the Incredible Hulk of obsessiveness. His rabbit holes are the deepest. Once he gets something in his head, there is little that can keep him from plumbing even the deepest depth of a topic - making the improbable possible all in the name of subverting expectations.

  • Cool. Thanks for the explanation. Is there any significance to 1 + 8 = 10?

  • Can someone explain this one for me?

  • I asked this question on this post on a different instance, but would there be issues being that the code compares a float to integer zero "0"?

  • I know this is /c/Progammerhumor, but I wanted to pull on this thread a little bit for my own edification. I'm a Python guy and have been a while, but I've dabbled in other languages. The screenshot says "MonoBehaviour" which makes me assume this is mono or a .Net-like language (you know what happens when you assume).

    If your player health is a float, would mono or .Net have an issue comparing the float with integer zero "0"? I mean, it seems like floating point precision may make it impossible for it to ever "equal" integer zero, but it also seems like the code isn't accounting for that precision error.

    Am I overthinking this?