Earlier quoted context omitted.
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…
This is so arbitrary and incredibly naive. How did you come to with 300M, why not 300k or 300 billion? How would you determine the worth of rare, illiquid or intangibles? What about wealth held in trusts or companies? How does the accounting work if I borrow against my wealth? What happens when things change value dramatically in a short period of time? And the government is going to "make billionaires whole again" i…
Claude Code On-the-Go
251–260 of 349 posts
Re: Claude Code On-the-Go
#252Earlier quoted context omitted.
This is so arbitrary and incredibly naive. How did you come to with 300M, why not 300k or 300 billion? How would you determine the worth of rare, illiquid or intangibles? What about wealth held in trusts or companies? How does the accounting work if I borrow against my wealth? What happens when things change value dramatically in a short period of time? And the government is going to "make billionaires whole again" i…
You are asking me about implementation difficulty, difficult implementation doesn't mean idea is not worth it. One example: * 300k vs 300M - doesn't matter if I said 100M, 200M, 550M, if you think 300M is not enough for you and your family to afford anything, not sure how other people are surviving for even less. Here is why I think this is good: 1. Ambitious people will still be ambitious, its rare some genius kid s…
I can agree with that idea, to an extent. If something is near impossible (not saying this is), then it does become not worth it.
The other questions the parent posed are more interesting to me:
> How would you determine the worth of rare, illiquid or intangibles? What about wealth held in trusts or companies? How does the accounting work if I borrow against my wealth? What happens when things change value dramatically in a short period of time?
Another I wonder is that (ignore all specifics of the values, just the concepts matter here), let's say you own a private business that then becomes valued at 1.5 billion dollars and this individual has 20 million dollars liquid. How do you tax that? The government can't take one third of the business, at least not without a lot of issues (in business dealings and individual rights), and the 20 million liquid wouldn't come close to what this plan would value. What do we do then? Plenty of billionaires don't really have liquid cash and forcing liquidation of assents in such a way seems like it would be very difficult.
I'm all for more taxes on higher net worth individuals, but I think there's a lot of talk to be had on how one can implement this. It's going to be really difficult to find a way that makes sense.
Re: Claude Code On-the-Go
#253This 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…
Re: Claude Code On-the-Go
#254Earlier 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…
Ah, so your idea is the good old “only the emperor who controls the violence apparatus should have a lot of money and power”?
It’s not a very original idea, and it has been tried many times, and it failed many times.
> but then we should be even more careful who gets to the top
Right, so “for some reason only the greedy power hungry psychopaths get to the top in the current system — let’s fix it so that there can’t be many of them, only one government who has power to take away other people’s wealth and concentrate it immensely, surely we will figure out how to make sure it’s not filled with greedy power hungry psychopaths as we go”
Re: Claude Code On-the-Go
#255Re: Claude Code On-the-Go
#256Earlier quoted context omitted.
Yeah, there's no way we have these careers in 30 years. The best we can do is wrestle the control away from hyperscalers and get as much of this capability into the open as possible. Stop using Anthropic products and start using weight available models. (I'm not talking ICs - I mean the entire startup / tech ecosystem.)
Maybe you can recommend some of those models? I'm honestly bewildered - what is open and not?
Re: Claude Code On-the-Go
#257Why not use Claude App in GitHub (if your code is in GitHub)? I kick off a prompt as a GitHub issue, Claude fires away on this issue, provides updates as comments and a PR is created for me at the end for review. It also notifies me throughout, and I can look at the pipelines to see the thinking behind the action.
I use Remote Desktop to connect to my mac from iPhone because I also want to test local front-end changes remotely.
Re: Claude Code On-the-Go
#258This 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…
Are those VM specs documented anywhere, I have used Claude Code for web a lot and never really bothered with the details. Just connect it to my repo and let it cook
Re: Claude Code On-the-Go
#259Pandora's box is open; we're moving towards a world where white collar workers will be working 24/7 and they'll be expected to do so. It won't matter if I'm washing the dishes, walking the dog, driving to the supermarket, picking up my kids from school. I'll always be switched on, on my phone, continuously talking to an LLM, delivering questionable features and building meaningless products, destroying in the process…
Re: Claude Code On-the-Go
#260This 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.