Live data from Hacker News

Claude Code On-the-Go

granda.org

291–300 of 349 posts

Re: Claude Code On-the-Go

#291
post #274
post #54

Earlier quoted context omitted.

Oh fascinating - so you're reviewing "your own" code in-PR, rather than reviewing it before PR submission? I can see that working! Feels weird, but I can see it being a reasonable adaptation to these tools - thanks! What about running services locally for manual testing/poking? Do you open ports on the Anthropic VM to serve the endpoints, or is manual testing not part of your workflow?

Yeah the commits that claude code generate are co-authored by claude@anthropic.com so i just open a PR to see the code. I have automatic per-PR dev environments for manual testing.

What hosting do you use for automatic per PR dev environments?

Re: Claude Code On-the-Go

#293

> Now I code from my phone. Except that you are doing anything else but coding here. Coding involves writing code, which isn't actually done by the author here.

Yeah, wanted to reply something similar. Technically he's building software, but he's not "coding".

Re: Claude Code On-the-Go

#294
post #72

Does anyone know what the "Poke" service that this blog mentions is? I'm having trouble finding it on Google.

Maybe [1]? Sounds like ntfy.sh, but more… AI [1] https://poke.com/docs/developers/api/message-poke

How'd you find this? I spent 5 minutes bouncing between their various domains and marketing videos and login walls and couldn't find the developer docs.

Personally, I'd setup a Mattermost server and use its WebHooks for notifications. That's also more flexible (can send commands back to the bot, etc.)

Re: Claude Code On-the-Go

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

[deleted]

Re: Claude Code On-the-Go

#296
post #274

Earlier quoted context omitted.

Yeah the commits that claude code generate are co-authored by claude@anthropic.com so i just open a PR to see the code. I have automatic per-PR dev environments for manual testing.

What hosting do you use for automatic per PR dev environments?

i run it in my homelab k8s cluster

Re: Claude Code On-the-Go

#297
Awesome. This really sounds like it would fit into my life, too. For once I really hope someone can productionalize this pattern into a platform with tooling, and pay for only what it needed. As it stands this feels expensive, even if it the price of coffee.

Re: Claude Code On-the-Go

#298

Earlier quoted context omitted.

> we live under a system that is arranged for the sole benefit of the owners of capital, and have been convinced that this is an immutable state of affairs What alternative do you propose?

I would like to propose a cap on net worth. Realistically, if you have 300M, you and your direct family are settled for life. So, I want to propose 1B cap on net worth, if its more than that for 12 months straight, surplus goes to government, if your net worth is down after that, government obliges to return it partially to make it to 1B. People, who are eager building things and innovating, will keep building regard…

Doesn’t the US have an almost $2T deficit?

What do you think all that money you taxed from billionaires will do in the hands of the “government”, pay the bills for 12-24 months? Then what’s your plan after the government has spent it all? No amount of taxation can solve a spending problem.

Re: Claude Code On-the-Go

#299
post #237

Earlier quoted context omitted.

Would SpaceX exist if your ideas were in charge?

it would. Some options why it should happen: 1. Assuming Elon is curious person, he will still build it out of curiosity. 2. Assuming Elon is not curios person, just power hungry, he will probably think its not worth building it, but someone else who is curious will build it eventually. This is even better, because when power hungry person owns such thing, they might use it for bad things as well (e.g. to gain more p…

Is the reason NASA couldn’t build reusable rockets because they didn’t have enough money? Honest question?.

Re: Claude Code On-the-Go

#300
post #38
post #2

This is a pretty sophisticated setup. I particularly like how it uses Tailscale. I've been using the simpler but not as flexible alternative: I'm running Claude Code for web (Anthropic's version of Codex Cloud) via the Claude iPhone app, with an environment I created called "Everything" which allows all network access. (This is moderately unsafe if you're working with private source code or environment variables cont…

I'm surprised to see people getting value from "web sandbox"-type setups, where you don't actually have access to the source code. Are folks really _that_ confident in LLMs as to entirely give up the ability to inspect the source code, or to interact with a running local instance of the service? Certainly that would be the ideal, but I'm surprised that confidence is currently running that high.

Right - I’m missing how you get the source code in the OP. It says you tmux in with ssh agent forwarding for GH. But you can’t do that on your iOS device? So you have to set up all your repos in the morning before leaving the house, then collect and push all your branches when you return home?

I could imagine this working for a small number of branches/changes.

Post reply on HN