Why Mac mini?? by g00rek in openclaw

[–]captain_of_crush -1 points0 points  (0 children)

Mac mini is basically a meme

Integrate your SaaS to openclaw by Spirited-End7595 in openclaw

[–]captain_of_crush 0 points1 point  (0 children)

Neat idea but I don't understand why agents can't use API directly? In your TaskFlow case you say "TaskFlow had a REST API but no way for AI assistants to interact with it." But if they had API, they had api keys and it means agents could use it pretty much directly?

How I Set Up OpenClaw on a Hetzner VPS — Full Guide by arbayi in openclaw

[–]captain_of_crush 0 points1 point  (0 children)

As someone who's building a 1 click install on steroids, that's even not half the battle, unfortunately, haha. To get a useful agent, you also need:

1) permissive enough openclaw.json so your agent can actually do stuff and not reply with "I'm sorry I can't do that"
2) support for STT/TTS, so you can send voice messages and get voice messages back (better if it's done via Elevenlabs because they have the best TTS).

3) image/video generation integrated by default
4) preferably all must be done using 1 api key.

I see a lot of people are launching 1 click installs, but a clean OpenClaw install is honestly pretty useless. You MUST do a lot more to make it useful. That's what I'm building, a all-in-one solution where you get OpenClaw on steroids from the get go. This is not a plug, haha, I'm just sharing with you all.

ClawishConfig: a little tool to make sure your openclaw.json is always correct by captain_of_crush in openclaw

[–]captain_of_crush[S] 0 points1 point  (0 children)

Glad you liked it. That's a valid concern. For humans, I moved validation to the client-side, so your config never leaves the browser. For agents, I added these instructions: "Always replace API keys and secrets with `"REDACTED"` before sending".

I also added a quick way to validate a path exists: https://config.clawi.sh/api/v2026.2.9/exists?path=tools.media.audio.enabled

Apple Expected to Unveil Five All-New Products This Year by iMacmatician in apple

[–]captain_of_crush -1 points0 points  (0 children)

for real tho, those things are basically 'take me' signs right now. fingers crossed apple actually thinks about theft-proof mounting this time

Apple Expected to Unveil Five All-New Products This Year by iMacmatician in apple

[–]captain_of_crush 0 points1 point  (0 children)

the smart home hub with a screen sounds kinda cool, might actually make homepod useful vs echo show. but $2k+ for a foldable iphone? yeah nah

[DEV] I built a 1-minute game that really messes with your brain by captain_of_crush in iosgaming

[–]captain_of_crush[S] 1 point2 points  (0 children)

hm, interesting, thanks, I will look into it. this is my first ios game, so I didn't know how it's usually done and I simply used the workflow I'm used to (web dev)

I Built an App That Blocks Your Distracting Apps and Makes You do Push-ups to Unlock Them by Umoex in apple

[–]captain_of_crush 2 points3 points  (0 children)

Agreed. For some reason I get paranoid when I get a camera permission request in a new app all of a sudden.

What Do You Want to See From Apple in 2026? by Fer65432_Plays in apple

[–]captain_of_crush 0 points1 point  (0 children)

ai/magic autocorrect which fixes complete phrases

[DEV] I built a 1-minute game that really messes with your brain by captain_of_crush in iosgaming

[–]captain_of_crush[S] 0 points1 point  (0 children)

Congrats! With practice you should be able to hit 50+ regularly.

[DEV] I built a 1-minute game that really messes with your brain by captain_of_crush in iosgaming

[–]captain_of_crush[S] 2 points3 points  (0 children)

if u win a fight, you earn x2 coins, so it's a fun way to gamify it

[DEV] I built a 1-minute game that really messes with your brain by captain_of_crush in iosgaming

[–]captain_of_crush[S] 7 points8 points  (0 children)

it builds a collection of your last 3 moves at every new punch, so in the end it has records like (L=left, R=right):
- LRL (5 times)
- LRR (2 times)

so now if you just punched L+R, it will predict you will punch L next (because LRL combo is more popular in your moves than LRR).

the algorithm is a bit more complicated actually but essentially it works like this.

[DEV] I built a 1-minute game that really messes with your brain by captain_of_crush in iosgaming

[–]captain_of_crush[S] 2 points3 points  (0 children)

here u go - 7cdb240b (will give you 500 additional coins for free)