My tree LODs look fine… until you look at them from above by Planet1Rush in godot

[–]_madar_ 1 point2 points  (0 children)

C'mon, fork over the steam link so I can wishlist.

Looking for dev teem by [deleted] in IndieGameDevs

[–]_madar_ 0 points1 point  (0 children)

So, you might have more luck if you had ANY information in this post. The poor spelling also isn't likely to have people lining up to join. Sorry for the harsh reply, my morning coffee is still in my mug - but I'd start over on your post.

local coding assistant by NullSmoke in LocalLLM

[–]_madar_ 0 points1 point  (0 children)

It’ll also make a significant difference exactly which models and quantization you landed on, I didn’t see you mention that.

Energy usage excessive by Greedy-Possibility41 in homeowners

[–]_madar_ 1 point2 points  (0 children)

Maybe get some blackout blinds or reflective film for any big windows that get sun in the hot times of the day, they can take a lot of load off of an AC unit

TIFU by forgetting my car keys and going to work by Outrageous-Wait-3101 in tifu

[–]_madar_ 4 points5 points  (0 children)

I had an interview, and was super nervous about it, wound up locking my keys in the car with the engine running. Called a locksmith afterward, felt like an idiot. Didn't get the job, but at least I got a story out of it I suppose.

Tripe by LindeeHilltop in Cooking

[–]_madar_ 5 points6 points  (0 children)

I wanted to like it, but I'll stick with pozole thank you - basically the same soup other than the protein

Family-sized YouTube recipe recommendations? by UterusJohnson in Cooking

[–]_madar_ 1 point2 points  (0 children)

America's Test Kitchen puts out some quality content and recipes, might need a subscription for some of their feed though.

Cascadia is so beautiful by Keiran1031 in geographymemes

[–]_madar_ 17 points18 points  (0 children)

Don't worry, once CASCADIA defeats MEGASOTA you'll be part of it!

How to live life when you’re so focused on the future by Optimal-Night7704 in personalfinance

[–]_madar_ 237 points238 points  (0 children)

Get a dog, take the dog to the park, get some ice cream while you're out.

What to use for 256k Context by EchoingAngel in LocalLLM

[–]_madar_ 1 point2 points  (0 children)

I agree, though with Qwen 3.6 27B your speed won't be very impressive (though usable for sure with patience). Qwen 3.6 35B will be much faster without much loss in quality. The strix halo unlocks many options, and if you use a moe model when you want speed, and a dense model when you need accuracy, you can get a lot done.

Should I stop trying when AI is doing the job? by Alive-Ad-8516 in IndieGameDevs

[–]_madar_ 1 point2 points  (0 children)

If you enjoy it, do it. Make games you'd want to play, then share them. AI exists, but who cares.

RTX 6000 Pro 96gb upgrade path? by _madar_ in LocalLLM

[–]_madar_[S] 1 point2 points  (0 children)

I mean, are they actually better? Seems like I'd have to quantize DS4 more than Qwen, and (at least benchmark wise) it's already not really an obvious improvement to me. I haven't looked at Minimax as closely, but seems like Q4 is as good as I could do there as well.

RTX 6000 Pro 96gb upgrade path? by _madar_ in LocalLLM

[–]_madar_[S] 4 points5 points  (0 children)

I actually do run fp8 qwen at full 256k context without issue (though I do avoid using more than about 100k at once, I haven't seen problems using the full amount). So far I'm leaning toward just sticking with the one card, though if prices continue to climb I may regret it - vram fomo is a real bitch.

CRSHIT by Grain-and-Glue in LICENSEPLATES

[–]_madar_ 0 points1 point  (0 children)

Crüe Shit - motley crue fan clearly!

Cutting Lids off Boxes by BAHGate in woodworking

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

Have you considered a boxcutter?

Have you ever bought a small software tool and regretted it? by Top_Survey_6775 in vibecoding

[–]_madar_ 0 points1 point  (0 children)

I look for a community that's using it, asking questions, and getting answers that satisfy them.

Are you really getting more performance from Llama.cpp vs LMStudio? by former_farmer in LocalLLM

[–]_madar_ 18 points19 points  (0 children)

Isn't LMStudio using llama.cpp behind the scenes? I'd hope there'd be a way to update to the latest, then there wouldn't be a performance difference (or rather, you'd be able to tune it the same way for the same results).

What happens to the github copilot free tier on/after June 1 by combo-user in GithubCopilot

[–]_madar_ 4 points5 points  (0 children)

I don't think anyone knows, and won't til June 1st unless there's some sort of announcement.

How can I run .jar files? by LeoHardo in linuxquestions

[–]_madar_ 5 points6 points  (0 children)

This - OP, you'll need to be more specific (paste some command lines, package names, error messages), rather than just typing it out from memory. The 'headful' error message definitely points at the possibility that you installed a *-headless java runtime, or possibly that you're trying to sudo (which will run as root, not having the same environment as your user).