←back to thread

638 points wut42 | 2 comments | | HN request time: 0.446s | source
Show context
colecut ◴[] No.44340698[source]
I am a long time php dev who has been interested in learning elixir/phoenix for a while but never quite motivated enough.

I saw this and thought, if this doesn't get me to give it a go, nothing will.

Less than 45 minutes after signing up for fly.io, I have a multi-room tic tac toe game deployed.

https://tic-tac-toe-cyber.fly.dev/

I had it build the game, opting for a single room at first to see if that worked. Then I had it add multiple rooms on a different git branch in case that didn't work. It worked great.

I learned very little about elixir, phoenix, or deploying to fly.io up to this point, and I already have a nice looking app deployed and running.

I know a lot of devs will hate that this is possible, and it is up to me now to look at the steps it took to create this and really understand what is happening, which are broken down extremely simply for me...

I will do this because I want to learn. I bet a lot of people won't bother to do that. But those people never would have had apps in the first place and now they can. If they are creating fun experiences and not banking apps, I think that is still great.

You guys have been releasing amazing things for years only to be poorly replicated in other languages years later.. but you really outdid yourselves here.

I'm blown away.

edit: is there a way to see how much of my credits were used by building this?

replies(3): >>44340828 #>>44342218 #>>44356962 #
1. curiouser3 ◴[] No.44356962[source]
Did you figure out how much credit was used? I want to try this out, but $20 of credit can go quick doing agentic work
replies(1): >>44360849 #
2. colecut ◴[] No.44360849[source]
I'm not sure exactly but I think I used nearly all of it.

I've seen others say they went through the full $20 within 45minutes to an hour.

They are supposed to be adding a way to monitor usage soon.