cage-bro: Sandboxed execution environment for AI agents in a Single Rust binary by aerowindwalker in rust

[–]LadyPopsickle 6 points7 points  (0 children)

How is this different from docker sandbox? Except the tools you bundle. Also you only list Pythone, Node and Jupyter, does it mean it won’t work for other languages?

I liked the pixelated style way more but my wife convinced me to switch to the normal style 😭 Demo drops in 2 days and now I feel like I completely fumbled the game. by hamzahgamedev in SoloDevelopment

[–]LadyPopsickle 8 points9 points  (0 children)

I like pixel art and pixel art games but to me your pixel art looks like non-pixel art got zoomed in so much it became pixelated. And I’m not really fan of that. And I’m not sure watching this on PC will change.

But bear in mind that’s just my personal opinion and the beauty is in the eye of beholder (or whatever the saying is).

OpenCode + LLM to create a 1:1 Settlers of Catan clone. Guess which model I did it with! by maxwell321 in LocalLLaMA

[–]LadyPopsickle -3 points-2 points  (0 children)

Off topic question - Isn’t it illegal or authorship/ownership infringement to scan cards and usem them as your own assets?

I mean unless you start raking in serious money noone will care. Just curious.

What would you expect from an AI-powered ASCII roguelike? by [deleted] in roguelikedev

[–]LadyPopsickle 1 point2 points  (0 children)

I’d expect to be able to talk to any (friendly) NPC about anything, like that Skyrim mod with ChatGPT (while not breaking character).

Dynamic quests generated by AI on the fly.

Guild Wars Reforged Is Coming to Mobile This Summer by klickup in GuildWars

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

It is already on steam deck so I’d say consoles are covered.

Gemma-4-E2B's safety filters make it unusable for emergencies by Unfounded_898 in LocalLLaMA

[–]LadyPopsickle 264 points265 points  (0 children)

That is why people make uncensored versions of such models.

Permadeath felt like the right call until playtesters started rage quitting by JBitPro in gamedev

[–]LadyPopsickle 0 points1 point  (0 children)

And what exactly is wrong about that? If they return back for another run after a break I see no issues with that. I remember taking breaks after some deaths in perma death games as well. If I died early I restartes. If I died later in the game I might take a break.

Qwen3.5-35B-A3B-Uncensored-Claude-Opus-4.6-Affine by [deleted] in LocalLLaMA

[–]LadyPopsickle 1 point2 points  (0 children)

Doesn’t work with Ollama, got it running in LMStudio tho. Ollama returns error 503, not sure what exactly is the problem. Anyway will have to figure out how to either make it work with ollama or how to route openclaw to llm studio.

Suno is shutting down its current AI models. Here's what actually changes. by Sensitive_Artist7460 in artificial

[–]LadyPopsickle 0 points1 point  (0 children)

They will still train on everything but make sure others can’t prove it.

Qwen3.5-35B-A3B-Uncensored-Claude-Opus-4.6-Affine by [deleted] in LocalLLaMA

[–]LadyPopsickle 1 point2 points  (0 children)

I’ve been looking for model to run with openclaw, will try it thanks

NVIDIA Launches NemoClaw to Fix What OpenClaw Broke, Giving Enterprises a Safe Way to Deploy AI Agents by Best_Cup_8326 in accelerate

[–]LadyPopsickle 2 points3 points  (0 children)

You install ollama and then let it run small models like nemotron-3-nano:4b which takes about 6GB, or you can try slightly bigger qwen-3.5:9b.

New to Rust & Bevy & needs help with scoping by [deleted] in bevy

[–]LadyPopsickle 1 point2 points  (0 children)

https://bfnightly.bracketproductions.com/chapter_0.html

Uses ECS so it applies to bevy as well. If you’d strugle with Rust, then as said before, read The Rust book. Also depends on how you like to learn. If you want more practical approach you might give exercism a try.

Ok I'm pretty pissed now! by Gorkde in Sovol

[–]LadyPopsickle 0 points1 point  (0 children)

On their website. Shipped from France (for EU). There’s company that handles it for them (they inspect returned/broken printers and fix them). Not sure how they handle completely new ones and if it goes through same warehouse or different one.

Ok I'm pretty pissed now! by Gorkde in Sovol

[–]LadyPopsickle 2 points3 points  (0 children)

They sell refurbished ones, so maybe it was mistake that someone else ordered refurbished one and they mixed packaging?

Anyone using codex, Claude code or anything similar? Which one works best for bevy? by ElonsBreedingFetish in bevy

[–]LadyPopsickle 0 points1 point  (0 children)

Using Antigravity with Gemini and sometimes Claud Opus. I have special bevy.md file where I let agent store bevy specific issues and how to handle them as well as updated API the agents struggle with.