Earlier quoted context omitted.
Why would that be preferable to Termux?
Because, wonderful as Termux is, it has a very nonstandard filesystem layout, so installation scripts for something like Anaconda will not run without extensive modifications. And Termux has no access to /proc, /dev etc., so lots of utilities fail. Since Terminal provides a full Linux VM, all programs that will run on Linux just work as expected.
Stop Doom Scrolling, Start Doom Coding: Build via the terminal from your phone
211–220 of 420 posts
Re: Stop Doom Scrolling, Start Doom Coding: Build via the terminal from your phone
#212Re: Stop Doom Scrolling, Start Doom Coding: Build via the terminal from your phone
#213Earlier quoted context omitted.
New ideas build on existing ideas. He said SSH into a computer to run Claude Code on that computer .
Yeah, I've never read anything levelsio wrote and I sshed into my computer to run Claude Code five minutes after I installed Claude Code and had to leave the house for a bit. It's not such a crazy idea.
Re: Stop Doom Scrolling, Start Doom Coding: Build via the terminal from your phone
#214I might just be old fashioned but in a party with a couple of drinks in me I don't trust my ability to even vibe code well.
Re: Stop Doom Scrolling, Start Doom Coding: Build via the terminal from your phone
#215Re: Stop Doom Scrolling, Start Doom Coding: Build via the terminal from your phone
#216Coding on a phone really isn't something new. With tmux a lot of people created crazy things directly on their phone. In some countries this even is the only possibility to code at all, because there are no laptops. The example use case images are very funny though! :-)
Which countries in the world don't sell laptops?
Re: Stop Doom Scrolling, Start Doom Coding: Build via the terminal from your phone
#217Earlier quoted context omitted.
Which countries in the world don't sell laptops?
I assume he means people are too poor to have multiple devices, and if you only have one it's probably a phone. That said I'm dubious anyone who only has a phone is doing meaningful coding
Re: Stop Doom Scrolling, Start Doom Coding: Build via the terminal from your phone
#218So, we've spent ages, blood, and tears building better UIs than text, and now with AI everyone is suddenly expected to type instructions on the phone? Yes, I realize this is hard to avoid for coding in particular, but generally I'm tired of typing text on my phone. And no, I don't want to talk to it either.
Re: Stop Doom Scrolling, Start Doom Coding: Build via the terminal from your phone
#219So this is the 4th+ article I've seen on using a VPN to vibe code on your phone. Would an email interface to Claude code work better? - Email Claude to start the coding - Claude emails you with any thing it needs acked on. - you reply back to emails telling it what to do. - maybe Claude can run your program and send back screen shots. seems easier then getting a vpn working. What is the downside to using email?
If true to the post, it lacks "real time". Doom scrolling by nature is while chat is async. Refreshing Gmail constantly is not fun.
Re: Stop Doom Scrolling, Start Doom Coding: Build via the terminal from your phone
#220So this is the 4th+ article I've seen on using a VPN to vibe code on your phone. Would an email interface to Claude code work better? - Email Claude to start the coding - Claude emails you with any thing it needs acked on. - you reply back to emails telling it what to do. - maybe Claude can run your program and send back screen shots. seems easier then getting a vpn working. What is the downside to using email?
> Would an email interface to Claude code work better? No. > What is the downside to using email? Email is clunky and feedback is not immediate. > seems easier then getting a vpn working. Tailscale is easy for a dev to get going and very reliable. The author uses the Termius SSH app with Mosh, so it keeps the same SSH session going across device sleeps and disconnects. Tmux is helpful, too. I do exactly what the auth…
You're vibe coding on a smartphone into an external computer. You already abandoned "Immediate feedback" and "cohesion".