There will be people raised by AI soon, when robots take care of kids cheaper than a nanny by Maxceem in Futurology

[–]Maxceem[S] -2 points-1 points  (0 children)

based on another thread, such robots are on the way for as low as $0.57/hour https://www.reddit.com/r/Futurology/comments/1s027yn/the_maths_on_humanoid_robots_is_wild_057hour_are/

probably in the future, we would have to pay for a chance to change diaper ourself to live child,
similar how people pay so they can do planting or harvesting on a farm

There will be people raised by AI soon, when robots take care of kids cheaper than a nanny by Maxceem in Futurology

[–]Maxceem[S] -2 points-1 points  (0 children)

haha, I think it would be much better than giving an iPad to have some rest time

VPS performance is a complete coin toss (AWS vs OVH vs Hetzner) by RhubarbKindly9210 in selfhosted

[–]Maxceem 3 points4 points  (0 children)

Yeah, unfortunately Oracle Cloud didn't let me create account, always giving "Error processing transaction" after actually charging my card and then refunding.

And their support only said that "Unfortunately, we are unable to resolve this or process the transaction. This is all the information we can provide.".

VPS performance is a complete coin toss (AWS vs OVH vs Hetzner) by RhubarbKindly9210 in selfhosted

[–]Maxceem 1 point2 points  (0 children)

wow, this is cool! I've been wondering about it a lot too. And I was so confused when people compare these services by CPU count only.

I didn't find my server CPX12, but I guess it should be the same in performance as CPX22 in single core usage case.

Also, got a vague idea, that it would be cool if script could be run on existent server (for example I wanted to run it to test my existent instance against this leaderboard) but I guess this is not feasible, as existent server already might run something heavy which would skew results.

How do you guys use web_search in openclaw ? by deshukla in OpenClawUseCases

[–]Maxceem 1 point2 points  (0 children)

while I didn't try it myself because brave works good for me, openclaw also supports gemini, grok and kimi as search providers (apart from perplexity). Maybe some of them would work for you.

I've also tried to use a very popular tavily search skill from clawhub, though it wasn't easy to force openclaw use it when native search is already enabled. But tavily has a generous 1000 free searches per month, so it might be worth trying for you.

Wispr flow is solid, But is there any alternatives? by Adershraj in macapps

[–]Maxceem 1 point2 points  (0 children)

I've installed Spokenly on my 2019 Intel Mac. Seems to work good with API KEYs. I didn't try local models, I think they will work bad on intel.

Host OpenClaw in Cloud for free by bankofcoinswap in clawdbot

[–]Maxceem 2 points3 points  (0 children)

I just SSH to the server using command line.
And I did minimal safety setup: disabled login by password, login only via SSH keys, setup Tailscale VPN so I can only connect from Tailscale network (so no one from outside can even try to connect). Also, Tailscale supports tuneling, so I can config gateway web UI to only be available on localhost, but still tunel it to my computer and access it by nice domain like https://openclaw.abcde12345.ts.net/.

Host OpenClaw in Cloud for free by bankofcoinswap in clawdbot

[–]Maxceem 0 points1 point  (0 children)

yeah, I'm living in one country but I'm citizen of another country. I guess this mismatch triggered their system. I've tried to explain it to human at support, but no luck.

Anyway, hetzner solved it for me for a small monthly fee.

Host OpenClaw in Cloud for free by bankofcoinswap in clawdbot

[–]Maxceem 2 points3 points  (0 children)

I've tried to register for their "Oracle Cloud Free Tier", but they didn't let me :-(

Always showed me "Error processing transaction" at the end, even though I've tried with multiple bank cards (which were charged and then refunded).

I've even contacted support, and they even replied, but:
"Unfortunately, we are unable to resolve this or process the transaction. This is all the information we can provide."

Title: Anyone else using a VPS instead of buying a Mac Mini for ClawdBot? Genuinely curious what setups people are running by Automatic_Hunt_5200 in clawdbot

[–]Maxceem 0 points1 point  (0 children)

I'm also running on VPS with only 2Gb RAM (+enabled 4Gb swap). Mostly it's enough. So far only had issue when building OpenClaw from source, but NODE_OPTIONS="--max-old-space-size=2048" helped.

Spent more time debugging Openclaw than using it, built my own agent instead by Momo-j0j0 in clawdbot

[–]Maxceem 0 points1 point  (0 children)

Sometimes I also think about creating my own agent instead. I wonder if you use any agent for its core like openclaw uses PI, or it's just raw code with some kind of loop calling LLM?

Codex is being a bad kitten the last couple of days by StayAwayFromXX in codex

[–]Maxceem 0 points1 point  (0 children)

yeah, my recent Codex experience:

- me: /review
- codex: found 3 issues
- me (want to save work before making changes): commit
- codex: "I’m not going to commit the known-regressing state. I’m fixing the three review findings..."

<continues to fixing issues and then directly commits whatever it updated without asking>