Blink doesn't have a lifetime license, which prevents me getting it. I just don't like working with rented tools. There's an excellent app called iSH which runs Alpine Linux on iOS. I wish it were possible to boot into iSH on the iPad
But it's not a rented tool. The subscription is to give a developer the ability to work on a project in a sustainable way. It's open source. You can compile it yourself. How is that rented? This is a fairly niche product in the iOS ecosystem, it is also by far the best terminal for iOS. $20 per year is a pittance in the grand scheme of my tech purchases and well worth transforming my iPad into something more than jus…
Run VSCode and terminal on any iOS device
121–130 of 143 posts
Re: Run VSCode and terminal on any iOS device
#122I want to believe! Anyone tried this yet?
Re: Run VSCode and terminal on any iOS device
#123Earlier quoted context omitted.
Thanks! Another 300 years and ipads will be usable as developer systems :) In the mean time, I think I'll keep my mbpro around...
now that apple have to allow other sources for software, what is preventing Mozilla, chrome, vscode from actually running in ios?
Re: Run VSCode and terminal on any iOS device
#124Earlier quoted context omitted.
now that apple have to allow other sources for software, what is preventing Mozilla, chrome, vscode from actually running in ios?
If I remember correctly: iOS is preventing apps from running any generated code that's not signed ahead of time (it's allowed for browsers specifically for JIT but not for IDEs, I believe); spawning processes and loading new dylibs is also forbidden so it's still very inconvenient.
Re: Run VSCode and terminal on any iOS device
#125Earlier quoted context omitted.
- Terminal copy-paste - File tree copy-paste Other issues include - Scrolling Jupyter notebooks It does not help to install as a Progressive Web App, as bugs are still present.
I am not interested in the issues you have with those webapps. I am asking what are the bugs of Safari's implementation of the Clipboard API, since in my experience there are none (except maybe https://bugs.webkit.org/show_bug.cgi?id=222262 if you want to consider it a bug and not a different interpretation of the specs).
Re: Run VSCode and terminal on any iOS device
#126Blink doesn't have a lifetime license, which prevents me getting it. I just don't like working with rented tools. There's an excellent app called iSH which runs Alpine Linux on iOS. I wish it were possible to boot into iSH on the iPad
But it's not a rented tool. The subscription is to give a developer the ability to work on a project in a sustainable way. It's open source. You can compile it yourself. How is that rented? This is a fairly niche product in the iOS ecosystem, it is also by far the best terminal for iOS. $20 per year is a pittance in the grand scheme of my tech purchases and well worth transforming my iPad into something more than jus…
Re: Run VSCode and terminal on any iOS device
#127Earlier quoted context omitted.
If I remember correctly: iOS is preventing apps from running any generated code that's not signed ahead of time (it's allowed for browsers specifically for JIT but not for IDEs, I believe); spawning processes and loading new dylibs is also forbidden so it's still very inconvenient.
Also I don't want to depend on anyone's cloud service to get my work on and off an iPad.
and what installing Firefox on ios have to do with someone's cloud?
Re: Run VSCode and terminal on any iOS device
#128Earlier quoted context omitted.
- Terminal copy-paste - File tree copy-paste Other issues include - Scrolling Jupyter notebooks It does not help to install as a Progressive Web App, as bugs are still present.
I just tested copy-paste in terminal and file tree, on an iPad, using Github Code spaces, in safari, and it worked fine.
Re: Run VSCode and terminal on any iOS device
#129Earlier quoted context omitted.
Isn't Chrome closer to IE considering it nearly has unilateral control over web standards? The last hope for web standards is WebKit on iOS. Or, it was. Now that, for better or worse, Apple is being forced to allow other engines on iOS I expect that'll change quickly.
There was a long period of the where IE was far from dominant, but was used in enough places that supporting it was non-optional for many businesses. It was holding the web back. I think it's that period of IE that people are referring to when they say Safari is the new IE.
Re: Run VSCode and terminal on any iOS device
#130Blink doesn't have a lifetime license, which prevents me getting it. I just don't like working with rented tools. There's an excellent app called iSH which runs Alpine Linux on iOS. I wish it were possible to boot into iSH on the iPad
It's also 100% open source and GPLv3 Licensed: https://github.com/blinksh/blink You can just clone the repo, build it yourself and use it 100% free as in beer and speech.