Live data from Hacker News

Claude Code On-the-Go

granda.org

201–210 of 349 posts

Re: Claude Code On-the-Go

#201
post #197

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?

Be realistic, demand the impossible.

"I demand a purple unicorn build the things I want to."

Now what?

Re: Claude Code On-the-Go

#202
post #115

Earlier quoted context omitted.

This technology should be liberatory, and allow us all to work less while enjoying the same standard of living. We've all contributed in its development by creating the whole corpus of the internet, without which it could never have been bootstrapped. The only reason we can't expect this is that we live under a system that is arranged for the sole benefit of the owners of capital, and have been convinced that this is…

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

Not forcing a scarcity of necessities like housing would be a start.

Peer competition is what makes everything work. You need scarcity of necessities to force people in to the system. Recent rulings allowing the criminalisation of homelessness are pushing this further. Your existence is default-illegal unless you work to outbid your peers for housing.

Re: Claude Code On-the-Go

#204

Earlier quoted context omitted.

This is a complete fantasy. If LLM's got to this point of sophistication there would be a total revolution in almost every industry. Society would be radically different. Since LLM's are nowhere near this, I'm not so sure we even have Pandora's box, let alone opened it.

Glad someone is rational. I believe this new wave of zeal is being somewhat driven by an Anthropic astroturfing campaign. This AI fear wave has outed that many people have not even the most basic grasp of economics, or the ability to carry a thought to its natural conclusion. For example, I'll often see people espousing: "there will be no work left, better get rich now or you're screwed!". What's the point in getting…

>> only software will be completely replaced because it is verifiable

the thing most (especially non-devs) don't understand is that if software can be automated - 99% of all knowledge work will be replaced, as software is the ultimate automation.

There would be absolutely no issues automating accountants/lawyers/etc etc etc. Sure few will be left but 99% can be automated when software is that advanced.

Not only knowledge work, also a massive amount of blue collar jobs. AI already can guide you how to fix a lot of things or analyze issues with plumbing/electricity/you name it.

So if software goes down - everyone will go down.

Re: Claude Code On-the-Go

#206
As an aside have found the mosh + tmux Claude Code experience somewhat suboptimal, tmux's scrollback seems to clash with CC's, and makes copying between windows etc challenging.

It is tolerable on an iPad with Blink with commands to maximise and minimise panes using vim-style keyboard bindings, kind of like an iOS sway.

Re: Claude Code On-the-Go

#207
post #115

Earlier quoted context omitted.

This technology should be liberatory, and allow us all to work less while enjoying the same standard of living. We've all contributed in its development by creating the whole corpus of the internet, without which it could never have been bootstrapped. The only reason we can't expect this is that we live under a system that is arranged for the sole benefit of the owners of capital, and have been convinced that this is…

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

It's always the same: workers need to unionize and form a political power bloc. Then, those most impacted—the majority—have an array of options, which are well explored in the annals of leftist and socialist political theory.

This is not at all to say that more conservative or reactionary theorists are wrong about how the world works. In fact, I think they're usually more right about what's really going on abstractly.

But, the working man doesn't need to know what's really going on. They need to win the war, and there's a ton of tactical advice written down—hard won lessons by those who built the modern world through the labor movement.

The place to start is with the usual suspects. Verso Books, The New Centre for Social Research, histories of the labor movement, and new political commentators like Josh Citarella.

Re: Claude Code On-the-Go

#209
post #144

> Port allocation is hash-based—deterministic from branch name, no conflicts: > hash_val = sum(ord(c) for c in branch_name) > django_port = 8001 + (hash_val % 99) > Six agents, six features, one phone. What do you mean, no conflicts? The probability of a collision with six branches and 99 ports slots is ~14% assuming optimal hashing (which this decidedly isn't).

You also don't need fail2ban, if the entire VM is behind a firewall that only allows the tailscale coordination traffic, nothing is going to reach the VM for fail2ban to work on.

Re: Claude Code On-the-Go

#210

I don't like typing long messages on my phone so this workflow, as cool as it sounds, wouldn't work for me. My current setup is that I have a Claude Code hook that runs whenever CC needs my input and it uses my Home Assistant instance to send a push notification to my phone. I then return back to the computer and continue on the work. This works reasonably well, but there is a gap for small messages or review comment…

I use the same setup myself, download WisprFlow for IOS and over time just add to its dictionary the unusual words you often use during development

works perfectly, i just say what i want coded, press enter, and Claude Code just does it in my server over Termius app

Post reply on HN