this post was submitted on 10 Sep 2024
503 points (96.8% liked)

Programmer Humor

19184 readers
1167 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 1 week ago (1 children)

oh god, you're making me think of the difference between a procedurally generated level and a randomly generated one.

The fucking generative AIs don't even have anything to stop it spewing crap

[–] [email protected] 2 points 1 week ago (1 children)

wave function collapse is a vastly superior procedural generation technique to generative pretrained transformer

[–] [email protected] 2 points 1 week ago

Same for enemy AI, for which I'm planning to implement some fuzzy logic support into my game engine, if there's no solution for it already in some D library.