←back to thread

422 points sungam | 1 comments | | HN request time: 0.001s | source

Coded using Gemini Pro 2.5 (free version) in about 2-3 hours.

Single file including all html/js/css, Vanilla JS, no backend, scores persisted with localStorage.

Deployed using ubuntu/apache2/python/flask on a £5 Digital Ocean server (but could have been hosted on a static hosting provider as it's just a single page with no backend).

Images / metadata stored in an AWS S3 bucket.

Show context
jmull ◴[] No.45158303[source]
I kind of love the diy aspect of ai coding.

A dermatologist a short while ago with this idea would have to find a willing and able partner to do a bunch of work -- meaning that most likely it would just remain an idea.

This isn't just for non-tech people either -- I have a decades long list of ideas I'd like to work on but simply do not have time for. So now I'm cranking up the ol' AI agents an seeing what I can do about it.

replies(8): >>45158952 #>>45159302 #>>45159473 #>>45159715 #>>45160836 #>>45162079 #>>45162916 #>>45163734 #
Waterluvian ◴[] No.45162079[source]
I feel like the name “vibe code” is really the only issue I have. Enabling everyone to program computers to do useful things is very very good.
replies(5): >>45162315 #>>45162449 #>>45162993 #>>45164838 #>>45165218 #
AuthAuth ◴[] No.45162315[source]
I wish that computers were designed in a way that pushed the users to script more. Its such a powerful ability that would benefit almost every worker.
replies(3): >>45162382 #>>45165099 #>>45165435 #
1. worldsayshi ◴[] No.45165099[source]
Workers are over specialized. And our business domain models are rigid. We want to streamline and standardize which often means that code is written in few places.

It would be nice if we could have the cake and eat it here. With LLM:s there's certainly opportunities if we can find ways to allow both custom scripting and large scale domain constrained logic.