Live data from Hacker News

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

github.com

201–210 of 420 posts

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

#201

Earlier quoted context omitted.

> 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…

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.

By “this scheme” I meant combining these several technologies for vibe coding on an iPhone with Claude Code. It’s been a bit of a viral meme on X this week.

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

#202

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

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

#203

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?

I'd rather have an DM interface and each task has its own little icon or face. You still have to set up one of the text servers and also do VPN but if you're already vibe coding that stuff why not make it more pleasant than TUI on your phone?

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

#205

Earlier quoted context omitted.

Also, if your Android phone is a Pixel, you can run the recently added Terminal app, which runs a plain vanilla Debian distribution within a VM. So you then have a pocketable Linux machine to develop code on. Not only does Python run on it, you can install the entire Anaconda Python suite.

Wow, that’s cool! I wonder whether one day Apple is going to allow something like this with headless “macOS” VM on iPadOS to make it a viable local development platform.

I would venture a guess some time between: "The heat death of the universe" and "Never".

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

#207

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 agree, I'm failing to see what's novel here... Running an ssh client from a phone has been a thing forever

The LLM crowd kind of likes hype.

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

#208

Earlier quoted context omitted.

There is this guy: https://github.com/OXY2DEV/markview.nvim/issues/216#issuecom... . I haven‘t used his plugin, but it seems quite popular (+3k stars). I guess ergonomics don‘t matter so much yet when you are young..

Huh, makes you wonder if it's actually doing it on his phone or if he has a keyboard and maybe dock and monitor he attaches it to. I suppose my original comment was too broad, there was a point not too long ago when everyone wanted to replace their laptop with their phone. Samsung even let you dual boot linux from your phone with DeX

Following that story as it happened, it was all on the phone with the phone keyboard and he somehow made multiple good Neovim plugins including that very popular one (which I use in multiple configs).

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

#210
post #199

Earlier quoted context omitted.

New ideas build on existing ideas. He said SSH into a computer to run Claude Code on that computer .

The whole point to SSH into a computer is to run the programs on it.

But is Claude Code
Post reply on HN