Live data from Hacker News

Coding on an iPad Pro in 2019

andrewbrookins.com

81–90 of 196 posts

Re: Coding on an iPad Pro in 2019

#81
This is the reason I ditched the iPad for a Surface. Windows isn't my preferred environment but the ability to run my normal tools (IDEs, command line tools, etc) really was a game changer.

iPad Pro is great for creative workflows, but it's a shame it leaves programmers in the dust. It would be really great even to see something like XCode come to iOS

Re: Coding on an iPad Pro in 2019

#82

Programming is not just about programming tools, it is about the OS environment. I prefer being able to arrange things anywhere , and the iPad has always bugged me by rationing shared-app screen space as if I’m a child (you get up to this fraction of the screen but it must be arranged only “here” ; or, you can picture-in-picture but only the specified way; etc.). My first iPad was wonderful for web browsing until web…

I don’t have any trouble with cursor movement, but text selection is really awful a lot of the time

Have you used this two finger method?

https://mobile.twitter.com/stroughtonsmith/status/1061198300...

I find apple has gotten bad at ui discoverability. There's a ton of ios features I learned only through forums.

Re: Coding on an iPad Pro in 2019

#83
post #68

Earlier quoted context omitted.

It is the iOS version of Safari instead of the desktop version. Sites often opt for showing the mobile version.

This is fairly easily worked around for sites that look at the user agent — just build a browser app around WKWebView and set its user agent to that of desktop Safari, and boom, you’ve got desktop versions of most sites. There are a few that judge which version to deliver based on screen resolution + OS, but this can sometimes be worked around by injecting some JS to force use of desktop stylesheets. There’s probably…

Icab mobile does this. It's good.

The problem is, safari is better for a lot of things, and also has native adblocker integration. Would be better to be able to designate a desktop user agent in safari as well.

Re: Coding on an iPad Pro in 2019

#84

For those of us married to emacs: I would love to know if anyone has succeeded in using SSH on an iPadPro with a sensible mapping of the keyboard. Every SSH I tried had some intercept of control sequences, which was fatal as far as I was concerned. This was at least couple of years ago, so perhaps there's been progress. So far, the only usable iPadPro emacs is via uVNC to a graphical remote machine, which does seem t…

I haven't tried this with a keyboard, but it's been working well for me sshing into my server and doing some small stuff with vim.

https://github.com/tbodt/ish

Re: Coding on an iPad Pro in 2019

#85

This is the reason I ditched the iPad for a Surface. Windows isn't my preferred environment but the ability to run my normal tools (IDEs, command line tools, etc) really was a game changer. iPad Pro is great for creative workflows, but it's a shame it leaves programmers in the dust. It would be really great even to see something like XCode come to iOS

I agree. Xcode for iOS is exactly what is needed to make the iPad a serious tool.

Re: Coding on an iPad Pro in 2019

#87
post #7

How is the experience with web IDEs like cloud9 or repl.it?

I tried using a chromebook to develop about 12-18 months ago and tried both cloud9 and repl.it. I found cloud9 a bit annoying to use. It basically spins up an EC2 instance for you that you are then connecting to, so you have pretty much a full file system which was cool, but it felt like they were really pushing Lambda as the way to go. Trying to run a bunch of dockerized microservices on a single instance (which is…

Repl.it ceo here. We've evolved a lot in the past 18 months, most importantly we added priper file and filetree support! Give it another shot and email me with feedback so we can get better.

Oh, and we have a big sprint coming up for better support for tablets and touch in general.

Re: Coding on an iPad Pro in 2019

#88

This is the reason I ditched the iPad for a Surface. Windows isn't my preferred environment but the ability to run my normal tools (IDEs, command line tools, etc) really was a game changer. iPad Pro is great for creative workflows, but it's a shame it leaves programmers in the dust. It would be really great even to see something like XCode come to iOS

[deleted]

Re: Coding on an iPad Pro in 2019

#89

This is the reason I ditched the iPad for a Surface. Windows isn't my preferred environment but the ability to run my normal tools (IDEs, command line tools, etc) really was a game changer. iPad Pro is great for creative workflows, but it's a shame it leaves programmers in the dust. It would be really great even to see something like XCode come to iOS

I find that the Surface (Book) has a good creative workflow as well since it has the Adobe Suite and Krita (and all Windows programs of course).

Re: Coding on an iPad Pro in 2019

#90
post #18

The iPad Pro will become a viable "pro" device when they finally stop artificially holding it back by not allowing a full version of Safari. Edit: and of course mouse/trackpad support

Isn't it literally a full version of Safari, just a different (and correct) user agent?

So really it's a site's use of user agent rather than media queries which is breaking things for you?

Post reply on HN