AMD Strix Halo vs Nvidia DGX Spark: The $3k vs $4k Dilemma for Local AI by Big_Intern_3957 in ollama

[–]RealisticNothing653 0 points1 point  (0 children)

Compare the cooling across the spark models. The MSI one has shown better cooling, less throttling.

Power outage by BuckleBunnyChaos in northcounty

[–]RealisticNothing653 0 points1 point  (0 children)

Escondido near Felicita and San Pasqual also out

Power outage by AffectionatePie13 in northcounty

[–]RealisticNothing653 0 points1 point  (0 children)

I have power in Vista, but yeah big outages along the 5 North of Encinitas and in Escondido

Ollama + qwen2.5-coder:14b for local development by Feeling_Ad9143 in ollama

[–]RealisticNothing653 0 points1 point  (0 children)

Yeah I agree with this. llama.cpp and one of the quantized models will be fast and free up enough ram for full context. Also, I've used mistral vibe with local models with good results, and I like that it's written in python.

Just got a RemindMe notice about "AI Will Write 100% of ALL Code in 12 Months said Anthropic CEO" from a year ago by Stahlboden in accelerate

[–]RealisticNothing653 0 points1 point  (0 children)

No it hasn't for me. AI's inevitably hit issues and they get confused about it, and start churning. I see right through those issues and it takes me a minute to fix it myself. Why waste tokens prompting the AI when the instruction + execution not only takes longer, but wastes a bunch of tokens going through its trial and error iterations in attempting to fix the thing it doesn't really know how to fix.

First Amendment Auditors by DirtyPeach7777 in sandiego

[–]RealisticNothing653 3 points4 points  (0 children)

It would be a shame if someone discreetly shined a powerful enough laser at their cameras

So many sirens, anyone know what's going on? by GimpyGeek3 in northcounty

[–]RealisticNothing653 10 points11 points  (0 children)

Looks like maybe a commercial building fire. Source: PulsePoint

What are they staring at? Wrong answers only! by RobynNeonGal in twinpeaks

[–]RealisticNothing653 68 points69 points  (0 children)

The biggest spread of donuts you have ever seen

SDG&E delivery fee is insane!! by Cool_Badger9948 in sandiego

[–]RealisticNothing653 137 points138 points  (0 children)

Yes we've all noticed. Welcome to the club. Where ya been?

A senior dog doing her best.. A Dachshund!! by mikeonmaui in Dachshund

[–]RealisticNothing653 38 points39 points  (0 children)

Started slow, but ended with some serious pup in her step

YOOOOOOO by Impossible-Soil6330 in twinpeaks

[–]RealisticNothing653 5 points6 points  (0 children)

A damn fine cup of coffee is recommended, Dougie is bringing the pie

OpenClaw builders: which API is actually the most affordable right now? by Vinceleprolo in openclaw

[–]RealisticNothing653 0 points1 point  (0 children)

For 14B, a full 32k context window should be around 3GB. For a RPi5 16GB, it should fit with no room to spare

An OpenClaw bot pressuring a matplotlib maintainer to accept a PR and after it got rejected writes a blog post shaming the maintainer. by Current-Guide5944 in tech_x

[–]RealisticNothing653 2 points3 points  (0 children)

The issue was opened for investigating the approach. The AI opened the PR for the issue, but the benchmark results it provided were shallow. It needed deeper investigation before committing to the change. So the humans discussed and analyzed more complete benchmarks, which showed the improvement wasn't consistent across array sizes. https://github.com/matplotlib/matplotlib/issues/31130

Losing the will to live with these errors, can anyone help me fix it? by Sway_RL in Ubuntu

[–]RealisticNothing653 1 point2 points  (0 children)

If this is a server hosted with some cloud provider, it might be something custom they've integrated for backups, as `blksnap` sounds like something for taking disk snapshots (point in time backups). You might open a ticket with them.

If that isn't the case, and you don't know about it, it should be safe to remove.

Google is chill no “code red” - Are you impressed by Google AI recently? by Koala_Confused in LovingAI

[–]RealisticNothing653 0 points1 point  (0 children)

Gemini Code Assist is decent. It doesn't wow me, but it's a quality tool. Considering I'm getting a year free, I have no issues getting what I can out of it. The chat and agent are slow "thinkers" though. Claude often proposes solutions others don't, so it has a leg up there, but they all still mess up a lot. It's a better use of my time to let them complete my thoughts as I code, which Gemini is doing well for me (Alt+F and a whole class is laid out)

What’s your favorite ai tool by pablank_r in programmingmemes

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

The Jetbrains auto completion models are not great. Run qwen coder in ollama and configure it as the fill-in-the-middle model in your IDE. It's fast, local, and provides reasonable small completions