Live data from Hacker News

Claude Code On-the-Go

granda.org

301–310 of 349 posts

Re: Claude Code On-the-Go

#301

Earlier quoted context omitted.

- maternity leave - paternity leave - overtime - not having to answer a call or email outside of work hours - workman’s comp / short/long-term disability for issues with my back or wrists or eyes or… - about 100 more things

tech unions should be pushing for condemnation, which is the process of getting employees seats on the corporate board

just saw that my phone keyboard corrected 'codetermination' to 'condemnation', which... lol

Re: Claude Code On-the-Go

#302

I have my very fast macbook pro at my desk in my office, and I use tmux and tailscale and git worktrees and I’ve built a notification setup like this author. Thanks to tailscale and ssh I can vibecode on the go from my phone with this setup. While it’s great to leave a task running, no matter what I do I can’t achieve the type of high quality work on the go that I can when I’m sitting at my desk. For me working on a…

For me, setup like this is not a replacement or even supplement the desk + high focus environment. My use case for these mobile vibecode setup is great though for small exploration/POC/learning/research type of work. Then I take the knowledge learned or any actual useful parts of code and incorporate into my work next time I sit back down at my desk.

Re: Claude Code On-the-Go

#303

Earlier quoted context omitted.

Two things: 1. Like most labor organizing, I think this would be beneficial for software engineers, but not long-term beneficial for the world at large. More software that is easier to make is better for everybody. Would you still want to live in a world where your elevator stops working when the elevator operator is sick, or where overseas Whatsapp calls cost $1 per minute, because they have to be connected by a cha…

The "world at large" mostly consists of workers, so things that are beneficial to workers are also beneficial to it. > your elevator stops working when the elevator operator is sick Can you point somewhere outside of US where this is the case with unions?

The "world at large" mostly consists of workers, so things that are beneficial to workers are also beneficial to it.

When dockworker's unions are able to prevent port automation, is that beneficial to society?

Re: Claude Code On-the-Go

#304
post #269

Author here! Thanks for checking it out. On the $210/month VM cost - fair point. For me it's worth it because I'm running multiple parallel agents throughout the day, but you could definitely do this cheaper with a smaller instance or spot pricing. The real bottleneck isn't typing on mobile - it's reviewing the output. I've found 2-3 parallel agents is my sweet spot before I can't keep up with reviewing PRs. Git work…

> The real bottleneck isn't typing on mobile - it's reviewing the output. Sounds like you need a foldable phone!

Better yet multiple foldable phone!

Re: Claude Code On-the-Go

#305
Appreciate the write up. If Claude presents a multi part shell questionnaire (as it does in planning). Would this miss other questions?

  QUESTION=$(echo "$EVENT_DATA" | jq -r'.tool_input.questions[0].question')

Re: Claude Code On-the-Go

#306
post #39

Setup is still rough around the edges (use an agent to set it up), but clawdbot (prev clawdis) from Peter Steinberger works phenomenally well for agent orchestration and personal assistance. The community for clawd is exploding right now, and I think this is purely based on merit. It’s been a game changer for my vibe coding workflow, and lots of fun. https://github.com/clawdbot/clawdbot

I've been running a variation of this for the past 3 weeks. I swapped out the default pi agent back to Claude Code because I didn't like the smaller feature set. Bought a phone line and communicate with my agent via iMessage on a clamshelled mac. A Tailscale network connect the head agent to all the computers on my network including my laptop, a few raspberry pi's, steam deck, and all the IoT devices in my house. As…

Both clawdbot and pi have improved and expanded functionality a lot during the last 3 weeks, maybe worth another look? What you have described sounds a lot like the experience I’m having.

Re: Claude Code On-the-Go

#308

Earlier quoted context omitted.

What tool do you use, which languages? Could you give us an example of something you’ve built and how you did it 25 times faster?

Using Claude code Pro with a maxed subscription and ChatGPT Codex with the business subscription. The code is written in Dart and never wrote a line of DART in my life, I'm a veteran expert around Java, C++. The reason for choosing DART is simply because it is way readier for multi-platform contexts than Java/C++. The same code base now runs on Linux, Android, iOS, OSX, Windows and Web (as static HTML). Plus the comp…

Would you say you’re able to draw a diagram of the application architecture out of your head or do you treat it as a black box? Do you need an AI to debug issues or not? In my experience with spec driven development, even if reviewing every single PR, it is hard to develop a mental model of the codebase structure unless you invest on it. It might be fine to treat it as a black box, not arguing the opposite but will all software be a black box in the future?

Re: Claude Code On-the-Go

#309

This is cool, but does everybody have enough work for multiple agents in parallel? I feel like I'm limited by writing specs for agents, then by reviewing their work. I typically spend 30-60 minutes writing a spec, then the agent runs for 30-60 minutes, then I spend 30-60 minutes refining code/ui/etc before putting up a PR, then another 30-60 minutes waiting for CI + addressing automated + human code review feedback.

If you can context switch then you can pipeline

Re: Claude Code On-the-Go

#310

Earlier quoted context omitted.

Would you describe this product as a whole application suite (blogging, calendar, commerce) plus its own backend infrastructure that is capable of serving these apps to the public internet and functioning offline via ad-hoc wireless peer-to-peer, with a cryptographic layer providing identity, security and censorship resistance, and that runs on phone, laptop or raspberry pi? Quite ambitious. Is this an LLM hallucinat…

> Is this an LLM hallucinating? taking a break from coding? or leaking your personal desktop session? Ha! In any case, I'm happy to see I'm not the only one compulsively "ls-ing" all over the place in every terminal I open :)

Thank you for the concern, I've checked and that is the CLI history file that is used on the linux server.

Had some fun and added some CLI dungeon and dragon games inside. Will put that file on the .ignore list. Basically the games are based on markdown text files: https://github.com/geograms/geogram/blob/main/games/azurath-...

Post reply on HN