logoalt Hacker News

ansk04/22/20251 replyview on HN

And on the seventh day, God ended His work which He had done and began vibe coding the remainder of the human genome.


Replies

sdenton404/22/2025

this should do the trick...

  while creatures:
    c = get_random_creature()
    if c.is_dead():
      creatures.pop(c)
    else:
      creatures.add(c.mutate())
show 1 reply