davideisinger.com

My personal website
Log | Files | Refs | README

commit 4b507510cb176993b22ca3fdfcf53b4cbf53859d
parent af91dcdfbc9278961d31565510722097202f23f9
Author: David Eisinger <[email protected]>
Date:   Sat,  4 Oct 2025 16:22:20 -0400

copy edit

Diffstat:
Mcontent/journal/dispatch-32-october-2025/index.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/journal/dispatch-32-october-2025/index.md b/content/journal/dispatch-32-october-2025/index.md @@ -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.