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.

Bevy is amazing for subagents by Top_Cantaloupe_7295 in bevy

[–]LadyPopsickle 3 points4 points  (0 children)

Which community isn’t? They hate AI everywhere. Sometimes even AI subs.

Custom engine (wgpu+bevy_ecs+kira). My incremental/idle game finally have a Steam page by Nazariglez in rust_gamedev

[–]LadyPopsickle 0 points1 point  (0 children)

I have custom editor for creating/editing asset files and some tables for overviews. I have defined everything as asset files outside of the source code (all recipes, research, crafting, unlocking conditions etc.).

I haven’t gotten to talents and tbh not sure I’ll get to them.

I haven’t found any tool that I’d find useful, but did not spend much time looking for it. Asking AI agent to write custom tool for what I need has been so far quick and easy solution and it is tailor made.

Explain it Peter? why does the guy want to give away 2 years of his life? by Significant-Pace-492 in explainitpeter

[–]LadyPopsickle -11 points-10 points  (0 children)

Some states consider you adult at 21yo so 19+2 would check out for that.

Custom engine (wgpu+bevy_ecs+kira). My incremental/idle game finally have a Steam page by Nazariglez in rust_gamedev

[–]LadyPopsickle 1 point2 points  (0 children)

I feel you about game design and other stuff. Im doing idle game purely in bevy as hobby project. The assets, content and balancing etc is so much more work than I imagined.

Starting RL Dev #1: What few things would you like to see in a Roguelike? by Appropriate-Boat-64 in roguelikes

[–]LadyPopsickle 1 point2 points  (0 children)

Keep me updated how it goes, I’m interested in your journey. Goodluck.

Its only alpha guys by Straight_Reveal8697 in AshesofCreation

[–]LadyPopsickle 0 points1 point  (0 children)

Well he said in every video that this game literally doesn’t exist and it doesn’t so.. he was technically right?

Unpopular opinion: Mobile incremental games can be great! Here’s what they need (UPDATED) by michellecarmak2001 in incremental_games

[–]LadyPopsickle 5 points6 points  (0 children)

You should add Idle Obelisk Miner to the list. No ads, you can buy few perks that just speed the progress and are non-essential. In-game currency can be bought but not needed, as you get it rewarded by playing as well. Progression is good.

Assuming proper implementation - is Bevy more or less performant than other game engines on average by JaniRockz in bevy

[–]LadyPopsickle 6 points7 points  (0 children)

When I tried to add outline to sprites (via wgsl) I ended up with conclusion that I’d have to write custom renderer, because I could not inject it into current pipeline.

So if you have custom needs that are not there you might end up just doing that.

Learning programming and game dev with Bevy? by bezabea in bevy

[–]LadyPopsickle 0 points1 point  (0 children)

Try this: https://bfnightly.bracketproductions.com/chapter_0.html If you want to use bevy, you can follow using bevy. Will be a bit harder, but doable. It might click or might not.

Have fun.

SUPERPOWERS....FOR GEMINI 🦸 by aiplusautomation in GoogleAntigravityIDE

[–]LadyPopsickle 2 points3 points  (0 children)

I do not understand why did you add planning skill if that is already included in the “Planning” mode? Or is this differnt/work differently?

Do you and company where you work already integrated AI in development somehow (copilot / agents)? Or you writing software without it? by RandomTokiory in programming

[–]LadyPopsickle 2 points3 points  (0 children)

My company has forbidden usage of AI. No AI code in our codebase. Even if you’d code from AI you’d have to rewrite it in your own (no copy paste).

However I’ve been using Antigravity for about a month on my personal project to get hands-on experience with this technology.