Programming on an iPad
juliette.page
Programming on an iPad
1–8 of 8 posts
Re: Programming on an iPad
#2Re: Programming on an iPad
#3[1]: https://getutm.app/
Re: Programming on an iPad
#4Is anyone using UTM for programming on an iPad?[1] I was surprised to see in the demos that it appears to perform quite well, considering there's no hardware virtualization support. [1]: https://getutm.app/
Re: Programming on an iPad
#5I’ve been using Github codespaces on my iPad and it’s been great! Highly recommend
I had tested a web version of VScode through code-server self hosted.
It is not totally usable for me, there’s too much issue with text selection and scrolling, it works okay for a moment and in other it was barely usable.
I wonder if you have met similar issues or if you succeeded to overcome those.
Re: Programming on an iPad
#6I’ve been using Github codespaces on my iPad and it’s been great! Highly recommend
This makes me really curious, doesn’t Github codespaces uses VScode under the hood ? I had tested a web version of VScode through code-server self hosted. It is not totally usable for me, there’s too much issue with text selection and scrolling, it works okay for a moment and in other it was barely usable. I wonder if you have met similar issues or if you succeeded to overcome those.
For background, I have a bunch of VMs on a Proxmox server and I set up code-server on each in a custom Ansible role.
It's very nice to be able to edit config files, etc on each machine through VSCode, and have a terminal emulator built-in.
It's not perfect, and I don't use it much since I also have a laptop, but it allows me to do quick tasks on a specific machine quite quickly and painlessly if I just have the iPad at hand.
Re: Programming on an iPad
#7Re: Programming on an iPad
#8Is anyone using UTM for programming on an iPad?[1] I was surprised to see in the demos that it appears to perform quite well, considering there's no hardware virtualization support. [1]: https://getutm.app/
This is the first I’ve heard of it. I’m curious if it’s loadable on the latest iPad Pro.
> If you are running iOS 14.0, 14.1, 14.4, or higher: UTM works if you are jailbroken or semi-tethered with Jitterbug, AltJIT, or Jitstreamer.
Presumably iOS 14 and later include security features that prevent you from running generated (JIT translated) code directly. I imagine that tethering to a development environment might allow translated code to be signed, or perhaps it supports code injection via the debugger interface.