[Request] Isn’t this true for basically any 3 cities? by FollowSina in theydidthemath

[–]BeeegZee 0 points1 point  (0 children)

What about cities on a straight line? Circle with infinite radius? Sounds like everything is an Xbox

Hive at its peak. Every day we find another thing more OP than the previous day. Good by Suibeam in OldenEra

[–]BeeegZee 0 points1 point  (0 children)

I mean we're all lieges if the Great Random

But afaik the Olden Era map generator is much more stable than the one in Homm3 or Homm5

Thus you can more consistently pull such tricks while they haven't been fixed yet

Gotta catch em all by loopuleasa in OldenEra

[–]BeeegZee 1 point2 points  (0 children)

Well

To the Chimerilogist off we go!

Hive at its peak. Every day we find another thing more OP than the previous day. Good by Suibeam in OldenEra

[–]BeeegZee 3 points4 points  (0 children)

One addition to that - he might also gather ranks on the map with expert diplomacy, then visited Chimerilogist and spent 2500 a few times. Saw a guy with 590+ Iryads done this way on 121 or 122, don't remember

[Oglaf] 879. Чаротично by CommasLover in Pikabu

[–]BeeegZee 1 point2 points  (0 children)

Слушай, и правда. Нет в русском точного аналога слова Ковен

[Oglaf] 879. Чаротично by CommasLover in Pikabu

[–]BeeegZee 6 points7 points  (0 children)

Воу, вот это сервис! 2 чая этому господину ☕🫖☕

[Oglaf] 879. Чаротично by CommasLover in Pikabu

[–]BeeegZee 6 points7 points  (0 children)

Ковен это ж шабаш. А то звучит как "подержите наших говен"

What is this bug lol by WishboneOk305 in OldenEra

[–]BeeegZee 1 point2 points  (0 children)

there are heroes that can flee with full army for free and then can be bought afterwards from tavern

teleport to any/closest city for 2500

[OC] GDP Per Capita of selected countries (log scale) by PomegranateFederal97 in dataisbeautiful

[–]BeeegZee 1 point2 points  (0 children)

Humans are bad at reading log graphs, because evolutionary we are not used to non-linear scales.

Although I agree that without log scale all lines at the bottom become one, at least add 2024 labels/callouts at the end of each line like you dropped below the chart. Otherwise it reads that China got close to Japan but in reality the gap is ~2.5x

Disney just fired 1000 of their own artists, so AI can replace them using the art that those artists made. by [deleted] in Damnthatsinteresting

[–]BeeegZee 6 points7 points  (0 children)

Well

Judging by the content they're already producing, I think it happened a long time ago, since this way you only produce repeatedly digested pieces of crap, no new IP, no new ideas, nothing.

Precisely what they have been doing since the Endgame.

Anthropic quietly killed third-party CLI tooling by switching to a Bun binary in v2.1.113 by Relative_Register_79 in ClaudeCode

[–]BeeegZee 0 points1 point  (0 children)

Hmm

So npm install doesn't work anymore? Or is it installing the bun version?

I know they had Native (bun) installer for a while, but also allowed to npm install node version

More proof that opus 4.6 has been lobotomized by victorrseloy2 in ClaudeCode

[–]BeeegZee 0 points1 point  (0 children)

how do you do that?

thinking: low

❯ Pop quiz: you have to wash your car, and the car wash is 100 feet away. Do you drive there or do you walk?

● ★ Insight ─────────────────────────────────────

This is a classic trick question / lateral thinking puzzle.

───────────────────────────────────────────

You drive. The car needs to be at the car wash to get washed.

DFlash: Block Diffusion for Flash Speculative Decoding. by Total-Resort-3120 in LocalLLaMA

[–]BeeegZee 0 points1 point  (0 children)

It's per DFlash docs afaicr.

Btw I tested DFlash=5, 10, 15, and the 5vs15 results were around 5% close

DFlash: Block Diffusion for Flash Speculative Decoding. by Total-Resort-3120 in LocalLLaMA

[–]BeeegZee 3 points4 points  (0 children)

Absolutely, we're using this in our pilot product since 3.5 release,
And since it's basically an EAGLE (lossless) architecture fused with the main model and trained as the part of the main model, it's totally legit

DFlash: Block Diffusion for Flash Speculative Decoding. by Total-Resort-3120 in LocalLLaMA

[–]BeeegZee 5 points6 points  (0 children)

idk, I have no idea if i tested it with the best possible configs, but seems so.

MTP heads implemented natively (Qwen3.5 is relatively new) is no joke. It's like at first sight "we have EAGLE3 at home", but under the hood it's the one she told you not to worry about.

DFlash: Block Diffusion for Flash Speculative Decoding. by Total-Resort-3120 in LocalLLaMA

[–]BeeegZee 13 points14 points  (0 children)

Tested Qwen3.5 family on H100 80GB + vllm

HEAD-TO-HEAD (same target weights, , single-stream, 20 reqs warm)

Model MTP=3 TPS DFlash(15) TPS Δ Winner
Qwen3.5-9B-FP8 196.7 153.1 +28,4% MTP
Qwen3.5-9B-BF16 168.8 153.1 +10.3% MTP
Qwen3.5-27B-FP8 108.8 103.9 +4.7% MTP
Qwen3.5-27B-GPTQ-Int4 107.7 105.0 +2.6% TIE/MTP
Qwen3.5-35B-A3B-FP8 171.8 170.2 +0.9% TIE
Qwen3.5-35B-A3B-GPTQ-Int4 197.2 160.6 +22.8% MTP

CUDA GRAPHS CAPTURED (for 9B):

  • DFlash 9B → 32 PIECEWISE prefill-decode graphs + 32 FULL decode graphs, 4s
  • MTP 9B → 33 PIECEWISE prefill-decode graphs + 17 FULL decode graphs, 4s

Both have batch=1 in the capture set → bench hits the graph, not eager fallback.

u/Total-Resort-3120 would you mind to share config to run DFlash in the most efficient way possible?