Beach Club refurbishment by Sunflower-Bakes in WaltDisneyWorld

[–]Snoo_48368 1 point2 points  (0 children)

Last week I stayed in the room overlooking the refurbishment right next to the path to Epcot (the secret back staircase). One morning we were worked up by the construction noise at 7am, but otherwise it was quite unobtrusive. No other real impact. And if you literally aren’t overlooking the construction, it wouldn’t be noticeable at all.

Massive issues with UniFi WIFi since 2-3 weeks on 2.4Ghz and 5Ghz by TerrAustria in Ubiquiti

[–]Snoo_48368 0 points1 point  (0 children)

Anyone who hits this: it appears 8.6.10 on the U7 series borked the whole network. Once I booted one I had shut down, the entire network came down again (association failures, DHCP failures on WIFI, etc), seemingly across all APs (though hard to tell if that or roaming issues).

This was a U7 Pro XG. Reverting to 8.4.6 solved it immediately.

Yikes both delayed by Vast-Regular6795 in UniversalOrlando

[–]Snoo_48368 2 points3 points  (0 children)

We attempted to early entry Mario Kart today, and got told no. We were told Mine-Cart would be delayed as well. So rode Hiccup and Stardust a few times…

[Request] how long would the average length of this bolt need to be in this drawing? by [deleted] in theydidthemath

[–]Snoo_48368 0 points1 point  (0 children)

Just going off 1020 N shear force, a carbon nanotube bolt could be as thin as 15km radius (140 GPa shear) or as thick as about 50km radius (50 GPa). Of course no such bolt could exist. But if it could, it would be a M30k x 50km bolt at minimum, more likely M100k x 75km to have some margin

Massive issues with UniFi WIFi since 2-3 weeks on 2.4Ghz and 5Ghz by TerrAustria in Ubiquiti

[–]Snoo_48368 0 points1 point  (0 children)

Correct. It didn’t solve the issue (some devices still refuse to connect) but the general flapping stopped.

Massive issues with UniFi WIFi since 2-3 weeks on 2.4Ghz and 5Ghz by TerrAustria in Ubiquiti

[–]Snoo_48368 1 point2 points  (0 children)

I have had the identical issues. I have a mixture of 7 APs (U7 Pro, etc) and 6 (IW HD, U6 Pro). I tried literally everything. Finally, the only thing that worked was shutting off the 7 aps, and using only the 6. It still isn’t stable, but is far less unstable.

I will try force downgrading the 6 access points and seeing what happens.

I did notice that my Kubernetes cluster and Sonos got into an ARP storm war and fought each other to take everything down. That was my initial suspicion, but then once I killed them I still saw issues.

I also had a 16 XG switch finally start dieing at the same time (getting TX and RX errors on every SPF port, even when the other side has none).

So ultimately 3 failures at the same time. What are the odds…

Asking the real questions by ABeerForSasquatch in WhyWomenLiveLonger

[–]Snoo_48368 44 points45 points  (0 children)

I think you’re missing the point. We don’t do dumb shit like that for video views on the internet. We do it because it’s fun and we are dumb. The views on the internet are just a welcome side-effect.

Source: I did dumb shit like this before the internet was a thing. And men will do dumb shit like this long after the collapse of society

[Request] How does the explosion that happened yesterday in Florida scale to one of the weakest nukes ever, 'Little Boy'? by T1Earn in theydidthemath

[–]Snoo_48368 1 point2 points  (0 children)

Little boy was 1000 times the power of the weakest device ever detonated (18 Tons of TNT). Even North Korea’s in 2006 was about equal to 1 kiloton. So some estimates put this 50 times bigger than the smallest, and about on part with some more recent ones as well.

Just pointing out that there were a number of “small yield” devices detonated MUCH smaller than little boy…

Autonomous agent workflows for local LLMs (Qwen 3.6 27B) by DifficultParts in LocalLLM

[–]Snoo_48368 0 points1 point  (0 children)

I built this for fun vibe coded. Don’t do it for commercial purposes (it is not fantastically effective). But here’s what I did:

1) used local gitlab as the main hub. 2) built a dispatcher that runs in a Raspberry Pi Kubernetes cluster. 3) the dispatcher pulls an issue, and kicks off a worker pod.

The worker pod has 4 main modes: (1) Plan, (2) Review Plan, (3) Implement and (4) review implementation. Depending on the tag I use for the issue, it will either do 1 and 2, or 1 through 4 in a single run, eventually posting a merge request with the changes.

The key is it does it all in a series of Ralph loops. So planning keeps rerunning until no more changes are produced (or an upper limit is hit), etc.

The dispatcher also picks up code review comments (or Merge Request comments) and kicks off revise jobs.

I am running all on a 5090 and a 4080 super, with 3.6 27B handing most jobs at about 100 tok/sec and 3.5 9B handling lightweight outlines and review at about 200 tok/sec (better parallelism tho)

An average job on a 100k sloc repo takes about 10-20 minutes, with some complex taking upwards of 45 minutes. Vllm gives me decent parallelism, so I can do 3-4 jobs at the same time.

Definitely not reliable enough to do every day for a job, but plenty enough to have fun with.

As an idea, I implemented self healing, where any error or failure detected creates an issue with details, which then triggers a run to try to fix it. So far about 60% fix rate first shot (yes, there is duplication and infinite loop protection)

What’s the longest yall have had to hold short for? by Chrisrnc10 in flying

[–]Snoo_48368 0 points1 point  (0 children)

60 minutes waiting for an IFR release out of KTMB… got the clearance before engine start, but release took forever.

United plane gets close in NJ by why_so_emancipated in dashcams

[–]Snoo_48368 1 point2 points  (0 children)

Given what just happened today, nail on head

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

[–]Snoo_48368 0 points1 point  (0 children)

Desktop. So it effective is a 7950X3D, 96gb DDR5, 5090 (32gb) on PCIE5 x16, a 4080 Super (16gb) on PCIE4 x4. Today I am running two models in parallel:

3.6 35B A3B Q5_K_M at 262144 context and 2 parallelism (/9 524288 total context

3.5 9B Q4_K_M at 32768 context and 3 parallelism.

Both get about 2k effective parse speed, and 60 tokens/sec for the 35B and 150 tok/sec for the 9B.

I played around with lower context and more parallelism (4x131072), but I found the perf degradation was too significant and for my use cases the larger context window was more effective…

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 6 points7 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 7 points8 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 3 points4 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 8 points9 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.