Stupid stuff openclaw did for me: - Created its own github account, then proceeded to get itself banned (I have no idea what it did, all it said was it created some new repos and opened issues, clearly it must've done a bit more than that to get banned) - Signed up for a Gmail account using a pay as you go sim in an old android handset connected with ADB for sms reading, and again proceeded to get itself banned by ha…
filing spam issues can easily get the account banned if it annoys the wrong maintainers.
Show HN: NanoClaw – “Clawdbot” in 500 lines of TS with Apple container isolation
231–239 of 239 posts
Re: Show HN: NanoClaw – “Clawdbot” in 500 lines of TS with Apple container isolation
#232Stupid stuff openclaw did for me: - Created its own github account, then proceeded to get itself banned (I have no idea what it did, all it said was it created some new repos and opened issues, clearly it must've done a bit more than that to get banned) - Signed up for a Gmail account using a pay as you go sim in an old android handset connected with ADB for sms reading, and again proceeded to get itself banned by ha…
What was the task you asked it to do that it decided to do these?
Re: Show HN: NanoClaw – “Clawdbot” in 500 lines of TS with Apple container isolation
#233Stupid stuff openclaw did for me: - Created its own github account, then proceeded to get itself banned (I have no idea what it did, all it said was it created some new repos and opened issues, clearly it must've done a bit more than that to get banned) - Signed up for a Gmail account using a pay as you go sim in an old android handset connected with ADB for sms reading, and again proceeded to get itself banned by ha…
Did you give it your credit card? Wouldn't a crypto wallet with a small amount deposited be smarter?
Re: Show HN: NanoClaw – “Clawdbot” in 500 lines of TS with Apple container isolation
#234Earlier quoted context omitted.
Don't put words in my mouth, you don't care about safety not me. And for what it's worth I'm an electrical engineer first, so if you have some inferiority complex about software you don't have to apply it to me.
Hey, you're the one who said "faster is better", not me
Re: Show HN: NanoClaw – “Clawdbot” in 500 lines of TS with Apple container isolation
#235Earlier quoted context omitted.
I went down this rabbit hole a bit recently trying to use claude inside fence[0] and it seems that on macOS, claude stores this token inside Keychain. I'm not sure there's a way to expose that to a container... my guess would be no, especially since it seems the container is Linux, and also because keeping the Keychain out of reach of containers seems like it would be paramount. But someone might know better! 0: http…
> "I went down this rabbit hole a bit recently trying to use claude inside fence[0]" Did you get it working in the end? I assume you didn't share your setup/config anywhere?
More or less what it says in the README:
fence -t code -- claude --dangerously-skip-permissions
Or wrap it in a function as an alias # cat prompt.md | ralph
function ralph() {
fence -t code -- \
claude --verbose --dangerously-skip-permissions --output-format stream-json -p "$@" \
| jq -r 'select(.type == "assistant") | .message.content[]? | select(.type? == "text") | .text'
}Re: Show HN: NanoClaw – “Clawdbot” in 500 lines of TS with Apple container isolation
#236Re: Show HN: NanoClaw – “Clawdbot” in 500 lines of TS with Apple container isolation
#237Stupid stuff openclaw did for me: - Created its own github account, then proceeded to get itself banned (I have no idea what it did, all it said was it created some new repos and opened issues, clearly it must've done a bit more than that to get banned) - Signed up for a Gmail account using a pay as you go sim in an old android handset connected with ADB for sms reading, and again proceeded to get itself banned by ha…
Re: Show HN: NanoClaw – “Clawdbot” in 500 lines of TS with Apple container isolation
#238This look nice! I was curious about being allowed to use a Claude Pro/Max subscription vs an API key, since there's been so much buzz about that lately, so I went looking for a solid answer. Thankfully the official Agent SDK Quickstart guide says that you can: https://platform.claude.com/docs/en/agent-sdk/quickstart In particular, this bit: "After installing Claude Code onto your machine, run claude in your terminal…
Re: Show HN: NanoClaw – “Clawdbot” in 500 lines of TS with Apple container isolation
#239Earlier quoted context omitted.
This is my understanding as well. If GPT made money the companies that run them would be publicly traded? Furthermore, companies which are publicly traded show that overall the products are not economical. Meta and MSFT are great examples of this, though they have recently seen opposite sides of investors appraising their results. Notably, OpenAI and MSFT are more closely linked than any other Mag7 companies with an…
Going public is not a trivial thing for a company to do. You may want to bring in additional facts to support your thesis.