Lessons I'd Tell My 12-Year-Old Self (henriquegodoy.com)
1 points by henriquegodoy 9m ago 0 comments
Running Linux on my Amiga 4000 (sandervanderburg.blogspot.com)
2 points by doener 33m ago 0 comments
Vibe scraping and vibe coding a schedule webapp for a conference on my phone
6 simonw 7 7/17/2025, 7:49:01 PM simonwillison.net ↗
It's also <div> soup and largely inaccessible.
These and other issues could be fixed fairly quickly with a little care (if anyone cares).
Yeah, it turns out those speaker avatar images are 1MB+ PNGs! And there are 170 of them.
What a fantastic cautionary tale about vibe-coding on a mobile phone (where performance analysis tools aren't easily available.)
I just fixed that with Codex - thanks for the tip: https://chatgpt.com/s/cd_6879631d99c48191b1ab7f84dfab8dea
As far as accessibility goes... yeah, the lack of semantic markup is pretty shocking! I'll remember to prompt for that next time I try anything like this.
I just tried it in VoiceOver on iOS and the page was at least navigable - the buttons for the days work - but yeah, I'd be very ashamed to ship something like this if it wasn't a 20 minute demo (and I'm a bit ashamed even given that.)
I'm running "Make open-sauce-2025.html accessible to screenreaders" in Codex now to see what happens.
could that be solved by prefixing every prompt with a reminder?
These things are becoming more and more humanlike every day