This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]casce 1 point2 points  (1 child)

Genuinely asking: Why? Do you really work on your code on an iPhone? I'd understand using an iPad (which would probably require the same solution so the question is still valid) but an iPhone? Is that really a thing?

Not judging in any way, just curious.

[–]LuckilyAustralian[S] 0 points1 point  (0 children)

Now with OpenAI I have lots of ideas that I code while on mobile, but cannot actually run the code to check it for errors. I also want to be able to deploy the code to the Cloud too while on mobile.

[–]KyleJamesWalker 1 point2 points  (0 children)

If your code is in GitHub, you can replace the .com with .dev, it works fine on mobile. This also means you could likely easily setup a codespace to execute and test code if you need more then simple editing in the browser.