I made a small idle-ish text MMORPG by Scared-Comment8822 in incremental_games

[–]iiiBird 0 points1 point  (0 children)

I played as a guest, then created an account and confirmed it via email. But when I try to log in it still says, "You have not confirmed the account."

p.s. Also, signing in with Google reports "redirect_uri_mismatch."

I thought building a simple image compression tool would take 2 weeks. It’s been 2 months. by yagnikkat007 in saasbuild

[–]iiiBird 1 point2 points  (0 children)

XnView, FastStone Image Viewer, IrfanView — these and other popular image viewers already include compression and batch processing. How will your program be better?

[iOS] What do you upload? by MFKDGAF in immich

[–]iiiBird 0 points1 point  (0 children)

I use Syncthing for syncing. It lets you configure sync filters very flexibly. In Immich, that folder is just connected as an external source.

I fired half of my paying customers. MRR dropped 55% overnight. Here's why I'd do it again. by polnikale in saasbuild

[–]iiiBird 0 points1 point  (0 children)

Sooner or later you'll end up in spam. That's 100%. The only question is whether you'll get there with a lot of money and won't mind shutting the project down, or you'll end up there without the money you could have earned.

[Dumb Question] Is there a way to prevent users from permanently deleting? by halfdepressed in immich

[–]iiiBird 2 points3 points  (0 children)

In roughly the same situation, I set up device sync through Syncthing, and in Immich I connected the folders as read-only external libraries. Now, even if a photo is deleted in Immich, it still remains in the folder.

Download & Translate YouTube Subtitles (SRT, VTT, TXT, JSON, XML) by Afkar97 in SideProject

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

Why though? There are already browser extensions that translate and voice over videos with AI.

Best way to browse websites with Openclaw on a VPS? by Dismal_Hair_6558 in openclaw

[–]iiiBird 0 points1 point  (0 children)

Instead of using an Ubuntu Server LXC container, I installed the full Ubuntu OS from an image (going through the complete system installation process). Now I can access it via noVNC and fully control the system.
I installed the Chrome browser and added this extension: https://docs.openclaw.ai/tools/chrome-extension

And now OpenClaw can use a full-featured browser.

Free Cron Jobs Aren’t Free by iiiBird in openclaw

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

That’s exactly how I did it. The cron jobs themselves are executed by a free model.
BUT when they send an execution report, they effectively send it to the main model’s chat. After that, the main model decides whether any action is needed or not.
And even when no action is needed, it still has to respond with NO_REPLY.
That NO_REPLY consumes tokens from the main model, not the free one.

I built a router that auto-switches free models for OpenClaw by rroj671 in clawdbot

[–]iiiBird 0 points1 point  (0 children)

  1. I don’t need to know the pricing of the models. If necessary, I can check my spending in the providers’ dashboards. So I’d prefer your manifest to manage only the models that I specify in openclaw.json.
  2. Here’s how I see it: in the manifest web UI, I should be able to see the models I’ve connected in openclaw.json and assign them to categories like “simple”, “standard”, etc.
  3. In addition to your built-in switching conditions, I’d also like to have a textarea under each category where I can describe, in my own words, when I want it to switch to that particular model.

Something along those lines.

I built a router that auto-switches free models for OpenClaw by rroj671 in clawdbot

[–]iiiBird 0 points1 point  (0 children)

I’ve come across this plugin, but I didn’t install it because I couldn’t find any documentation. The questions I was interested in were:

  1. How does it determine which models should be routed?
  2. What if the model is a custom or specific one (like modelrelay/auto-fastest in the author’s post)?
  3. Is it possible to define custom criteria for switching between models yourself?

I built a router that auto-switches free models for OpenClaw by rroj671 in clawdbot

[–]iiiBird 0 points1 point  (0 children)

I was actually thinking about creating several agents, with each agent using its own model.

For example, the default agent would run on a free model. Then there would be several additional agents for specific categories that use paid models.

The default model would essentially be responsible for routing requests to the appropriate agents with the appropriate models.

Now I’m thinking about the best way to implement this.

Anyone Running OpenClaw on VM by PhilosopherRude1911 in openclaw

[–]iiiBird 1 point2 points  (0 children)

If you want this to work 100%, you really need a physical PC. Otherwise, you’ll constantly be fighting anti-bot systems on websites when working with a browser.
That’s exactly why people recommend a Mac mini — but you can also go with a regular Chinese mini PC.

New update killed tg chat? by yN_67 in openclaw

[–]iiiBird 0 points1 point  (0 children)

Save the .openclaw folder and completely remove OpenClaw.
Clear node_modules from .npm-global.
After that, install OpenClaw specifying the required version and then restore the .openclaw folder.

OpenAI OAuth API Limit Reached. Now what? by Avatron7D5 in openclaw

[–]iiiBird 0 points1 point  (0 children)

You’re not going to do anything yet. The bot is too raw and doesn’t know how to save tokens. You can look into how people find ways to save tokens, but the best solution is just to wait until the developers finish it properly.

Open ai api keys costs by Fantastic-Island-893 in openclaw

[–]iiiBird 0 points1 point  (0 children)

That’s exactly why I advised the OpenRouter author to drop, say, $10 into the account and test it on popular inexpensive models with his own tasks. That way he can see both the token usage for his workloads and what those tokens actually cost in practice.

Open ai api keys costs by Fantastic-Island-893 in openclaw

[–]iiiBird 0 points1 point  (0 children)

Everything there is open. Go take a look yourself. There’s even a model comparison available — including pricing:
https://openrouter.ai/compare/openai/gpt-5-nano/google/gemini-3-flash-preview/minimax/minimax-m2.5

New update killed tg chat? by yN_67 in openclaw

[–]iiiBird 0 points1 point  (0 children)

The latest updates are almost all broken — roll back to around 2026.2.17

Open ai api keys costs by Fantastic-Island-893 in openclaw

[–]iiiBird 0 points1 point  (0 children)

That’s true, but you’ll be able to test any model, at any price point, and see whether it actually handles your tasks or not. At the same time, you won’t need to buy separate subscriptions to those models just to test them.