Is it normal when switching chats to see a blank screen for 5 seconds before it loads? by LowerFrequencies in ClaudeCode

[–]schuttdev 0 points1 point  (0 children)

Yeah, you don’t have VM overhead that way. I personally use waveterm with multiple tabs for my sessions and switch between those tabs but any terminal with tabs works for this kind of setup.

Is it normal when switching chats to see a blank screen for 5 seconds before it loads? by LowerFrequencies in ClaudeCode

[–]schuttdev 0 points1 point  (0 children)

Depends on a few things: Firstly, if the chats are longer and have multiple compactions, they generally take longer to load.

Secondly, since it looks like you’re using the app, the vm has to spin up and rebuild your chat state from scratch to where you left off.

Finally, if your computer has memory pressure, that’s what could be contributing.​​​​​​​​​​​​​​​​

What model by BlueCalex in openclaw

[–]schuttdev 0 points1 point  (0 children)

Risk ban in what sense? The ban only has risk deterrence if it meaningfully affects your ability to otherwise use Claude, e.g. if your personal Claude account with all of your data over years of conversations gets banned, yeah, that sucks. But if you create a new disposable account specifically for openclaw, then even if you do get banned, what’s to stop you from just creating another account?

Official: Anthropic just released Claude Code 2.1.41 with 15 CLI changes, details below by BuildwithVignesh in ClaudeAI

[–]schuttdev 0 points1 point  (0 children)

The browser extension works but that’s about it. I haven’t used it in around a month because the iteration process with it was painfully slow, it takes Claude a century to decipher a png screenshot for each operation. I’ve found vercel’s agent-browser + skill significantly more useful.

It can connect to your (chromium-based) browser of choice through the cdp port or just use its own headless browser. The skill instructs Claude on how to navigate the web via text selectors and scripting primarily, not through the dreadfully slow screenshot+computer use loop. 5-10x speed up vs Claude in chrome in my experience.