Live data from Hacker News

Stop Doom Scrolling, Start Doom Coding: Build via the terminal from your phone

github.com

311–320 of 420 posts

Re: Stop Doom Scrolling, Start Doom Coding: Build via the terminal from your phone

#311
post #142

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.

I haven't noticed anything like that. Some more obscure tools have trouble with the file system but that happens in ordinary Linux too. Though I have no experience with Anaconda specifically so you likely know better whether it'll need adaptations to work under Termux.

I run htop just fine on my handhelds and I'm pretty sure it sources directly from /proc, /sys or something.

Re: Stop Doom Scrolling, Start Doom Coding: Build via the terminal from your phone

#315

Earlier quoted context omitted.

I'm fairly sure that levelsio didn't popularize SSHing into a computer from your phone to run a program. We were all doing it before LLMs.

I did this on my Nokia phone over GPRS in 2005, my program of choice was irssi. We did have a Markov chain bot though.

This!

Re: Stop Doom Scrolling, Start Doom Coding: Build via the terminal from your phone

#316

Being able to “code” from your phone really feels like a huge change; it never took before because coding from your phone was miserable, but if you’re just coding by having a conversation then it might even be better to do it from your phone. I don’t know what that leads to, but it’s let me fix bugs from bed and build an MVP while moving, so I can’t complain. For anyone looking for a more integrated and smaller appro…

Typing on the phone is terrible. Could work with good speech to text though

Back 15-20 years ago we had many phones with keyboards. They had a purpose but Apple's profits made everyone envious and they started to copy what the leader was doing even thought for some users a keyboard make much more sense.

What make sense for all users would be a swap-able battery. Water-tightness is no longer and excuse with new phones likes foldables that aren't. Fun fact, Apple dumped the swap-able battery before the iPhone was waterproof.

Re: Stop Doom Scrolling, Start Doom Coding: Build via the terminal from your phone

#317
Been using exactly this setup for a year now, works great. Have to be on the same WiFi to install from Xcode to iPhone. There is a “workaround” having it deploy to TestFlight, but it’s slow. Looking for a way to forward mDNS over VPN, to bad iPhone/Tailscale don’t support it. Only possibility I found is to have a separate mobile router that support forwarding mDNS.

Re: Stop Doom Scrolling, Start Doom Coding: Build via the terminal from your phone

#318

So 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?

> So this is the 4th+ article I've seen on using a VPN to vibe code on your phone. and all of them mentions Tailscale. I would not be surprised if we hear in a few days it got next big fund and all of this is just a preparation for it

a fully open source alternative would be netbird, it's based on wireguard as well, has 0 closed components but lacks some features (like IPv6 or internal CA). https://github.com/netbirdio/netbird

Re: Stop Doom Scrolling, Start Doom Coding: Build via the terminal from your phone

#319

So 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?

Email might work, however if you're a Telegram user you could write a bot that runs on your home system that runs the cli commands on your behalf and then sends the output as a response to you. No need to open up any ports on your router.

Can you do it with signal?

Re: Stop Doom Scrolling, Start Doom Coding: Build via the terminal from your phone

#320

If you need this article to get the idea of using Claude Code from your phone, you won’t build anything substantial anyway.

Great! Another shallow dismissal is just what everyone needs right now! I don’t understand this kind of gate keeping.

AI has been changing more rapidly than any other technology I have encountered in my life. It’s absolutely nobody’s fault for not keeping up with it or arriving late to the party, and telling them they should rather just stop because they won’t get it anyway is just awful behaviour.

Post reply on HN