Can iPad type code smoothly in 2024?
by Poster
Dec 8, 2024
49
In the last year of school, I equipped my iPad with a magic keyboard. The reason is that the dormitory is so crowded that I can hardly put my laptop. Because I didn't like games that year, there is basically no problem. The only thing is that the realistic formula of iPad is different from that of x86 computers. Same criticized
How to say typing code? There are many problems in running the code app that is blown online
Do you have anything else to recommend
Tencent Cloud's cloud studio is good, but the website always needs to log in, which is annoying
mstsc is done with tailscale and the speed is okay
Replies
-
Anonymous4256 Dec 7, 2024Mouse is not easy to operate
-
Anonymous4257 Dec 7, 2024By the end of 2022, I have tried all the ways I can find to use the iPad to generic C + + code online, and the conclusion is that fancy coding is casual, but it really works honestly x86.
-
Anonymous2739 Dec 7, 2024I have an Ipad. I have tried it countless times, but it doesn't work very well. If you must use it, cloud desktop will be better
-
Anonymous4258 Dec 7, 2024I occasionally use it to write code. This is how I use it. I have a code server installed on my linux computer at home, and then use it through a browser on my ipad pro outside. The coding experience is quite good; Then port forwarding through termius, so that you can see the effect in the ipad browser
-
Anonymous451 Dec 7, 2024There is no decent compiler locally, and the system does not support JIT. In the end, the editor has to rely on the web application under the browser. Even if it is jailbreaked, a certain version of 16. x blocked virtualization at first, and now UTM can't save it. When an ssh client is used, it depends on hack to keep it alive in the background. When it comes to remote desktop, the performance has reached a level of excess. And because it is streaming, this screen is wasted. This device is not for this kind of thing. Even if you do it, there is no competitiveness from various angles from price to practicality.
-
Anonymous2262 Dec 7, 2024Maybe it's fine to get used to it, I'm too hard to use my iPad for ssh...
-
Anonymous4259 Dec 7, 2024Still ssh, sunflower, I find it difficult
-
Anonymous8510 Dec 7, 2024The keyboard feels terrible. Unless you are a VIM expert who writes code remotely, I don't think it works well.
-
Anonymous2508 Dec 7, 2024Use codesandbox, cloud environment, with AI
-
Anonymous4260 Dec 7, 2024The mouse on the ipad is really not easy to use, not the mouse itself, but the small dots generated on the ipad are not easy to use
-
Anonymous4261 Dec 7, 2024I'm also using TX's cloud studio and it's really okay. As for the login problem, I personally feel that it can be ignored, haha
-
Anonymous4262 Dec 7, 2024cloud studio is fine, but it is still recommended to switch to a machine that can do serious work as soon as possible
-
Anonymous3975 Dec 7, 2024If you want to use it like this, it may not be as good as those no-brand notebooks made of n100.
-
Anonymous4263 Dec 7, 2024Isn't the current IPAD an extension that can be connected to the c port? Isn't getting a wired keyboard and mouse just a computer?
-
Anonymous4264 Dec 7, 2024There is a big guy on the Internet who uses ipad to brush leetcode, as long as you want to
-
Anonymous1954 Dec 7, 2024I've tried countless times, let alone writing code. It's hard to read the code. It's okay to simply look at a few files. If it's a little more complicated, you'll have to be in a hurry. You have to remember when you see it, and you have to split the screen when you remember it. Then the screen is too small. I'm actually very strange why ipad hasn't appeared in so many years. Performance isn't an issue. Which technology can't solve it? No local compilation required. Look at the code. But it just didn't work. It's basically implemented by webkit, and the experience is super bad.
-
Anonymous632 Dec 7, 2024Whiteboard brush leetcode is not bad
-
Anonymous1286 Dec 7, 2024ipad is not clear, I only know that surface doesn't work
-
Anonymous3508 Dec 7, 2024VSCode can be remotely connected to a server (a laptop you put in the dormitory that is turned on 24 hours a day) for programming. You can use the web page to program on your ipad, and all resources are on the server. However, due to the use of Microsoft servers, there may be some extra requirements for the network status. However, I used Alibaba Cloud's 99/year server before, but there was no lag or unexpected exit in executing commands. You can also try it. https://code.visualstudio.com/docs/remote/tunnels
-
Anonymous3508 Dec 7, 2024As for cloud ide, in addition to Tencent's, there is also Mars https://www.marscode.cn/, which Byte has been advertising recently. I used it roughly and it's okay. Of course, the best thing is github's own codespace. If you are a student, you can receive the github student package, which has almost 300 core hours per month.