Remove AI-generated artwork from the README and front page #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Stephen! First off I want to say, cool project. I have yet to read through it in its entirety but doing so is now on my docket -- I've been looking for an excuse to learn to implement a type system with some sort of constraints, and I think the "miniaturized $language" approach you're taking here is very cute.
That being said: I think you should remove the AI-generated images on the front page and the README. To me, what this says is "this tutorial was made with generative AI" -- which means I can't trust it, especially as a learning resource (c.f. a bunch of stuff, but the most straightforward one being reading over generated text misses errors you don't make when actively writing, etc). I know images are not text, but that is what is conveyed by having slop on the front page.
I did start reading regardless though and the text doesn't read like it was made with generative AI (especially since I found a typo 😛), but I was not that confident about this until finding said typo. I think you should consider removing these images. It almost bounced me off of the site as a whole, and I'm sure it has bounced off others already, and I also think it's just a bad look to have generated images used as filler instead of commissioning someone.
Anyway, those are just my thoughts. You're free to merge or ignore this as you see fit ofc. Cheers