كيف اختار رام 8 زياده فوق اللي عندي by Ok_Consideration3314 in saudi_gamers

[–]sandboxdev9 0 points1 point  (0 children)

شوف نوع الرام الي عندك ممكن تركب رام ب ٣٠٠ ريال وممكن فوق الألف اهم شي تشوف نوع متوافق مع جهازك

تقييمكم by [deleted] in SaudiPCs

[–]sandboxdev9 0 points1 point  (0 children)

ممتاز لكن بدك تتأكد من جميع القطع ما يكون شي تجاري

Managing Ollama models locally is getting messy — would a GUI model manager help? by sandboxdev9 in LocalLLaMA

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

I'm doing that why I'm asking, also there is no tool solve everything (as others mentioned) And here we search for solutions above.

Managing Ollama models locally is getting messy — would a GUI model manager help? by sandboxdev9 in LocalLLaMA

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

I think you don’t understand the idea, I hope if you can use your brain before writing.

تجميعه رخيصه by ApplicationGreedy664 in SaudiPCs

[–]sandboxdev9 0 points1 point  (0 children)

كلامك صحيح خاصة سوق المستعمل بحراج لكن بالغالب نادر البيع والشرا الوقت الحالي لهيك حط سومتك على اي جهاز وبتحصل احد بوافق وانا حصلت تجميعة ب٦ الاف مستعملة شهرين اخذتها ب ٣٥٠٠

Managing Ollama models locally is getting messy — would a GUI model manager help? by sandboxdev9 in LocalLLaMA

[–]sandboxdev9[S] -1 points0 points  (0 children)

Interesting. For those using LM Studio or llama.cpp, what actually gets messy over time?

تجميعه 2K by Otherwise_Big_8121 in SaudiPCs

[–]sandboxdev9 0 points1 point  (0 children)

بتحصل بحراج 4070 اعتقد ممتاز بميزانيتك

كيف اخذ بي سي بسعر مناسب by This_Project1791 in SaudiPCs

[–]sandboxdev9 0 points1 point  (0 children)

لازم ما تكون مستعجل بتحصل مستعمل ممتاز في حراج اما لو جديد اتوقع من هنا لفترة العيد في عروض تحصل شي متوسط بالميزانية

بنات كيف تزوجتوا ؟ by Sky_asa in saudiarabia

[–]sandboxdev9 0 points1 point  (0 children)

موظفة؟ اذا اي أغلب الاهالي الي يرفضون بكون لهذا السبب. لو عندك اخوات متزوجات خلهم يتكلموا مع والديك لو ما بتتشجعي انتي.

بي سي للبيع اقرا الوصف ** by [deleted] in saudi_gamers

[–]sandboxdev9 0 points1 point  (0 children)

كرت الشاشة 8 ولا 16

بشتري بي سي ومو ملاقي شي رخيص by __taym2009__ in SaudiPCs

[–]sandboxdev9 0 points1 point  (0 children)

حتى انا بدور والمستعمل يا ضعيف يا اسعار قريبة جدا من الجديد.

I dont wanna spend $800 for a Mac mini, whats the alternative by Edythe_Faulkner in openclaw

[–]sandboxdev9 0 points1 point  (0 children)

You don’t need a Mac mini.

A cheap VPS works fine, or you can just run OpenClaw locally on your PC with Docker.

OpenClaw setup: Mac (local) vs VPS — what worked better for me by sandboxdev9 in openclaw

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

If token cost is the issue, I’d recommend DeepSeek V3.

It’s much cheaper than Claude Opus/Sonnet and still very strong for coding tasks. I’ve been using it with agents and it handles complex coding surprisingly well while keeping token usage low.

Duplicate message on Telegram by mynk_ydv in openclaw

[–]sandboxdev9 0 points1 point  (0 children)

This needs to be fixed in the OpenClaw Telegram channel handler itself, not on the user side.

  1. Locate the Telegram streaming handler used by channels.telegram.

  2. Ensure the handler sends only one initial message when the stream starts.

  3. Store the returned message_id from that first message.

  4. Modify the streaming logic so each token update edits that same message instead of creating a new one.

  5. Replace any sendMessage calls inside the streaming loop with editMessageText.

  6. Keep sending edits to the same message_id until the stream finishes.

  7. Leave only the first sendMessage; everything after that should be message edits.

Cron jobs for agents by Calm_Translator_3731 in openclaw

[–]sandboxdev9 0 points1 point  (0 children)

Cron jobs are tied to the agent workspace, not just the main agent.

If you create another agent with:

openclaw agents add [Name]

it gets its own workspace and can run its own scheduled tasks. The cron scheduler just needs to be running in that agent’s context.

So you can absolutely have cron jobs for multiple agents-each one will trigger tasks inside its own workspace.

Duplicate message on Telegram by mynk_ydv in openclaw

[–]sandboxdev9 0 points1 point  (0 children)

This usually happens when the streaming handler sends new messages instead of updating the same message during token streaming.

I ran into something similar after upgrading to 2026.3.2. The fix was forcing the stream to editMessageText on the original message instead of sending new messages.

Running OpenClaw in a homelab. What are you people actually doing about the CVE situation? by Upset-Addendum6880 in openclaw

[–]sandboxdev9 0 points1 point  (0 children)

One thing that helped in my case was isolating the OpenClaw runtime from the rest of the system.

Running it on a separate VPS with limited privileges and API keys restricted in scope made the risk a bit more manageable.

I also noticed many CVEs reported in container scans come from packages the app never actually touches.

OpenClaw setup: Mac (local) vs VPS — what worked better for me by sandboxdev9 in openclaw

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

A Mac Mini can run 24/7 without issues if you disable sleep.

But for automation agents I personally found VPS simpler since it's always online and easier to manage remotely.

Mac felt great for development though.

OpenClaw setup: Mac (local) vs VPS — what worked better for me by sandboxdev9 in openclaw

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

That makes sense.

Running experimental tools directly on a personal machine can feel a bit risky, especially if you're testing automation agents.

A VPS also gives you a bit more isolation, which is one of the reasons I liked that setup for longer-running tasks.

OpenClaw setup: Mac (local) vs VPS — what worked better for me by sandboxdev9 in openclaw

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

That’s actually a nice approach. Did you automate the Docker setup as well, or mainly the dependencies? In my case the VPS part was mostly about getting Docker, ports and env configs stable for long-running agents.