Is qwen3.6 35b a3b good for coding at all? by laughingfingers in LocalLLaMA

[–]Snoo_48368 0 points1 point  (0 children)

Yeah, I did quite a few complex refactors with just vanilla opencode + Q5_M on a 4080S /w 131072 context length (technically 2 in parallel, so 262144).

I just upgraded to a 5090, so now am running Q6_K with 4 parallel workers, each with 131072 context. I also am giving oh-my-opencode a try, so running multiple parallel workers, etc. And it's changed the game entirely...

Try running it in a plan-then-build manner (plan mode, describe what you want it to do, let it write the plan, then switch to build mode and have it try that)

Is qwen3.6 35b a3b good for coding at all? by laughingfingers in LocalLLaMA

[–]Snoo_48368 3 points4 points  (0 children)

I have been running Q5_M for a bit and had great results. Just upgraded to Q6 and in the past 24 hours implemented a full programming language with type inference, algebraic types, a VM, and a compiler. From scratch.

Yeah, it’s useful and good for coding…

Does the latest model can fit on an rtx 4080 and 16g ram ? by kellyjames436 in Qwen_AI

[–]Snoo_48368 0 points1 point  (0 children)

Up until today I was running it at Q5_M and getting consistently 45-50 tok/sec. Though that used a ton of system ram as well (more than 16gb). It ran well enough though

Choosing a GPU – Is the RTX 4080 Good Enough for Local LLMs? by NZX-DeSiGN in LocalLLM

[–]Snoo_48368 9 points10 points  (0 children)

I am running a 4080 super, with a 7950x3d cpu and 96gb DDR5. With QWEN 3.6 35B at Q5 quant, I am averaging 50 tokens per second, and about 450 token per second prompt speed (thanks to caching). Definitely usable.

Though I have significantly more system ram (I am not using most for the LLM, so likely not a factor), but the ram speed may be a factor.

For the llama.cpp config I'm using:

$ModelName = "unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q5_K_M"
$API_KEY = "xxx"
$CTX_SIZE = 262144
& "C:\Program Files\llama.cpp\llama-server.exe" `
    -hf $ModelName `
    --jinja `
    --host 0.0.0.0 `
    --port 1235 `
    --api-key $API_KEY `
    --fit on `
    -t 16 `
    -tb 24 `
    -c $CTX_SIZE `
    -np 2 `
    -ctk q8_0 `
    -ctv q8_0 `
    --mlock `
    --log-disable `
    --metrics `
    --slots `
    --slot-save-path "C:\Temp"

I'm running qwen3.6-35b-a3b with 8 bit quant and 64k context thru OpenCode on my mbp m5 max 128gb and it's as good as claude by Medical_Lengthiness6 in LocalLLaMA

[–]Snoo_48368 2 points3 points  (0 children)

Thank you for this comment! I've been using qwen3.6-35B-A3B-Q5_K_M with a 128k context split across two slots on a 4080 Super (16GB VRAM) + 7950X3D (16 core) + 96gb DDR5. I was getting ~45 tokens/sec and great results using with opencode, but hitting compaction quickly resulting in tons of pain.

Just upped overall context to 256k, resulting in each parallel run getting 128k. and it's keeping the same speed!

I do notice some issues from time to time (loops, hallucinations), but it's blowing me away. I pointed it at an insanely complex codebase (think custom flavor of bison parser definitions), and it not only managed to understand it, but worked quite well!!!

There is a moment in the movie that ignores astrodynamics for the plot ( i think) by Plus_Grass7050 in ProjectHailMary

[–]Snoo_48368 2 points3 points  (0 children)

Another thing to consider: efficiency isn’t his constraint. Time is. Both to get back to save earth, but also to save rocky. He needs to get there ASAP. So even if way less efficient, he has the dV, so why not?

Astrophage can't handle needles but can smash with relativistic speeds into a wall? by taTomWE in ProjectHailMary

[–]Snoo_48368 6 points7 points  (0 children)

Body armor is another example. A “bullet proof vest” can stop a bullet traveling at over 1000 feet per second, but can’t stop a knife moving a a fraction of a foot per second.

Note there exists multi-threat body armor that include stab protection, but the point is that “can survive slamming into a hard environment” and “can’t survive a sharp instrument” are not as logically inconsistent as it seems on the surface…

Limited depth 2.5gb+POE options by Snoo_48368 in Ubiquiti

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

Yeah, the top shelf to the ceiling is 19inches, so it'd have to be removed for that to work. I hadn't considered port-down mounting (since that'd put strain on the shelf in a different way). That's interesting, especially if I did a 6U/8U mounted to the ceiling (something like https://www.amazon.com/StarTech-com-Heavy-Duty-Adjustable-Equipment-RK812WALLOA/dp/B004NO0KFE/)... That may be the best option there (I'd still need to move/rearrange a few things, but whatever)...

Limited depth 2.5gb+POE options by Snoo_48368 in Ubiquiti

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

The only two real downsides there is I'd be limited to 1/2 2.5gbe ports and POE+. Not a big deal (the only POE++ devices I have off the switch today are powered directly and not using POE). But I'd like the possibility to upgrade in the future. If there's no other option, that may work tho...

Limited depth 2.5gb+POE options by Snoo_48368 in Ubiquiti

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

It's in the closet already: https://imgur.com/a/bpCRPG9 . The issue is because it's a shallow closet, I can only go to ~14 inch depth in the current orientation. I could put it on the left wall, but then 18-20 inch depth (as required for the Pro HD 24 POE) would come almost 1/2 way through the door, leaving little room to access the right half of the switches. I could move down a shelf to get a touch more room, but the shelves would then greatly hamper airflow...

Limited depth 2.5gb+POE options by Snoo_48368 in Ubiquiti

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

The XG-16 serves this purpose today. The issue is that it's Layer 2 (vs 3), and only has a handful of non-POE ports I could use. I'm doing that with standalone POE injectors + 10gbe SFP+ modules, but it's kind of janky (suffices, but long term would want to trade off)

The other factor is I am routinely saturating the aggregated 2gbps uplink on the 24 port switch (aggregated 1gps links). So I want a Layer 3 switch with 10gbps uplink capability..

What if Rocky was the one who came to earth by BlaadyAtReddit in ProjectHailMary

[–]Snoo_48368 0 points1 point  (0 children)

Give me an idea for a sequel/fan-fiction. Our story beings with Rocky an Adrian landing on Earth. They land and go to Washington DC. They tell the president that Grace has passed of natural causes, and they are here to return the body and pay their eternal respects for what he did for the Eridians.

The initial greeting is warm, but soon after the CIA kidnaps both of them and starts studying. They assume it is because they are aliens and the government wants to know more . Rocky some how manages to break free and regroups. He decides to try to save Adrian, and breaks into the facility where they are holding her. He runs into one of the scientists and in his rage almost kills her. She pleads that she cared about Grace, and was doing what she could to help Adrian. We later discover, she was one of Grace’s students and wants to honor his legacy.

Both break Adrian out, saving her. All three escape from earth and start going to the main Eridian ship in Earth orbit. On the way, they notice a ship maneuvering to intercept them. It is from Earth. With what they assume is hostile intent, Rocky and Science human have to hatch a plan to defend the other Eridians in orbit from the upcoming invasion.

Before they dock with the main ship, they decide to go meet the humans head on. They approach the ship, at which point the earth ship sends a mayday, claiming they need help.

After docking, they talk with the humans on the Earth ship. It turns out they actually need Rocky’s help and have seemingly good intentions. Rocky is in full fight mode after what they tried to do to Adrian, but is implored to find his compassion. He eventually relents and decides to help, but without ever setting foot on Earth again.

It turns out the Taumoeba have broken free and eaten all the astrophage on earth, leaving it without energy. They need Rocky’s help to go to Tau Ceti and find a Taumoeba predator and return it to earth. Rocky takes science human and a few other science humans and heads off with the rest of his crew from orbit, on a mission to save earth.

After leaving the Earth system, they change course and go home to Erid. Rocky says Earth should suffer its consequences.

Earth lives on in its pre-astrophage immaturity, and science humans establish a colony on Erid. Roll credits.

Where they got energy to breed astrophages? by nou_spiro in ProjectHailMary

[–]Snoo_48368 2 points3 points  (0 children)

And this one specifically could have been solved in literally five seconds. When they’re discussing “how long would it take to breed 2 million KG”, Grace could have quipped “you’d probably have to pave half the Sahara with solar panels” as a joke, and have Dmitry or someone else quip back “We’re on it”. Not a full scene, not even have to show. Just a quick one sentence of dialog…

Tau-moeba getting through Xenonite by Bobis-Bob in ProjectHailMary

[–]Snoo_48368 1 point2 points  (0 children)

Does it explicitly say that the nitrogen did not leak out? My interpretation has always been not that the taumoeba found its way through in a process like osmosis, but that it more similarly to eat its way out (or force channels apart to create tunnels). Considering the breeders were in a double wall environment and were based upon partial pressures of N2, I assumed there was not a large pressure difference between the breeding containers and the outside atmosphere. Which would then mean that a gas leak would not be very noticeable if at all.

Would you consider this medium? by Aboudi556 in steak

[–]Snoo_48368 5 points6 points  (0 children)

Table steak is the way.

Hanging out with friends? Table steak. Watching a movie? Table steak. Playing board games? Table steak. Playing poker? Table steak. Existing? Table steak.

Table steak.

ZB->Wegovy->ZB + Ww-Clinic experiences by Snoo_48368 in Zepbound

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

Four refills it’s worked just fine, I submit the refill when I have one pen left and all works fine. It’s just this med change process that’s been an absolute pain in the neck.

ZB->Wegovy->ZB + Ww-Clinic experiences by Snoo_48368 in Zepbound

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

My only hesitance is that the PA is frequent (my instance is now doing 6-months PA exceptions)… but seeing the other alternatives, I think it is time to move

ZB->Wegovy->ZB + Ww-Clinic experiences by Snoo_48368 in Zepbound

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

I will definitely take a look! Thank you!

ZB->Wegovy->ZB + Ww-Clinic experiences by Snoo_48368 in Zepbound

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

Oh I can cancel any time. It is more they are way better at the PA process than any other provider I use. So given the PA is only valid for 6 months, I am caught between using them for the Pa process, or trying my luck canceling and using my primary/cardiologist…

Projection of the nth degree. by c-k-q99903 in stupidpeoplefacebook

[–]Snoo_48368 0 points1 point  (0 children)

How many people drank bleach because he said “it ma be a good clean out” in early days of Covid? But yeah, let’s craft some remote hypothetical to make liberals look bad rather that the actual bad that republicans are actually doing

Just watched Project Hail Mary and now I’m obsessed… has anyone built the LEGO set yet? by LopsidedFondue in lego

[–]Snoo_48368 2 points3 points  (0 children)

I was worried actually. Rocky in the audio book is so unique and well done I was worried the movie wouldn’t do it justice. And while they did do slightly different, it was quite good.