copy edit

This commit is contained in:
David Eisinger
2025-10-04 16:22:20 -04:00
parent af91dcdfbc
commit 4b507510cb

View File

@@ -68,7 +68,7 @@ And then just so many nice public parks and cafes. And feeding pigeons, randomly
### 3D Monk
Nev has a little [snake fidget toy][6] I like to steal and make little figurines out of. I've [long wanted][7] to make a digital version of it, but it was an intimidating enough project that I never took action. Recently, I've been playing with [ChatGPT Codex][8], an AI prompt that runs in the terminal that can directly edit computer source code, and I decided to see if it could help me make progress with this project.
Nev has a [snake fidget toy][6] I like to steal and make little figurines out of. I've [long wanted][7] to make a digital version of it, but it was an intimidating enough project that I never took action. Recently, I've been playing with [ChatGPT Codex][8], an AI prompt that runs in the terminal that can directly edit computer source code, and I decided to see if it could help me make progress with this project.
My first attempt fell completely flat -- I gave it a photo of the toy and a README with the desired functionality. It was able to make a program that output an image, but it wasn't anywhere close to the desired functionality and no amount of prompting got any closer.