I wrote some notes about DALL-E 3, including reverse engineering some aspects of how it works. It's a fascinating insight into the prompt engineering that happens inside of OpenAI
**Now add a walrus: Prompt engineering in DALL-E 3**
https://simonwillison.net/2023/Oct/26/add-a-walrus/
Published a short TIL about the very simple 2x2 CSS grid layout I used to display the images in that post https://til.simonwillison.net/css/simple-two-column-grid
@simon the cool kids would use:
grid-template-columns: 1fr 1fr;
Instead of percentages.
@mikenolan great tip, thanks - I'll add that