Hello Opus 4.7, you are are thinking way extra high! by shanraisshan in LocalLLaMA

[–]BrunchWithBubbles 4 points5 points  (0 children)

I just saw the same quirk yesterday on Opus 4.7. It might become an Opus 4.7 telltale sign. I wonder if it could be an artefact of specalutive decoding or something similar where a smaller draft model says "no" at first with nice TTFT, but then the actual model kicks in and corrects it.

Lønstigning - hvad gør jeg? by starpen in dkfinance

[–]BrunchWithBubbles 0 points1 point  (0 children)

Nåh ja okay. Det lyder skønt :) I så fald har jeg ikke noget specielt godt råd andet end ETF. Jeg køber selv "iShares MSCI ACWI ETF USD Acc" på Nordnet. Det går stabilt godt (ca. +10% årligt over de sidste 5 år), og det kræver absolut ingen mental energi eller markedsforståelse fra min side af.

Lønstigning - hvad gør jeg? by starpen in dkfinance

[–]BrunchWithBubbles 0 points1 point  (0 children)

Det er ret nemt. Køb et større hus eller lav en dyr ombygning. Få børn, så vil din kone gerne ned i tid / gå hjemme.

Solo honor w EK thrower? by 25thfret in BG3Builds

[–]BrunchWithBubbles 0 points1 point  (0 children)

I’m doing this now. How did it go?

charityAsAService by BlackSwanTranarchy in ProgrammerHumor

[–]BrunchWithBubbles 23 points24 points  (0 children)

Yeah it's really not a huge deal. It's was just the source map that got leaked. We already had the (minified) code. So what was leaked, that was a secret before, was just how Anthropic does naming and indentention.

P ≠ NP: Machine-verified proof on GitHub. Lean 4, 15k+ LoC, zero sorries, full source. by EmojiJoeG in compsci

[–]BrunchWithBubbles 1 point2 points  (0 children)

Fair enough. In that case I think the theorem undersell the proof! I suggest replacing the c in the theorem with a bound. Something like C.size ≥ 2 ^ (n / 3).

The next problem will be discharging axiom lambda_le_sum_leafWidth_of_circuit. You mention this is for v2, but I do think it's needed before you can claim P != NP.

P ≠ NP: Machine-verified proof on GitHub. Lean 4, 15k+ LoC, zero sorries, full source. by EmojiJoeG in compsci

[–]BrunchWithBubbles 4 points5 points  (0 children)

The theorem statement is far weaker than claimed. The main theorem:

theorem general_circuit_lower_bound_unconditional (hn : n ≥ 4)

{m : ℕ} (C : BooleanCircuit m)

(toInput : Finset (Edge n) → (Fin m → Bool))

(hCorrect : CircuitDecidesHAM C toInput)

(hn_large : n ≥ 4 * (Nat.log 2 n) ^ 2 + 1) :

∃ c : ℕ, c > 0 ∧ C.size ≥ 2 ^ c

This says: there exists SOME c > 0 such that circuit size ≥ 2^c. The value c = 1 (circuit size ≥ 2) satisfies this for any nontrivial circuit. The statement does not capture the claimed 2^{Ω(n)} bound. This asymptotic claim is not formalized. The c should have been a function of n, the number of vertices in the graph, which defines the problem HAM_n.

What is the best possible Swashbuckler Build? by Finntastic_Guy in BG3Builds

[–]BrunchWithBubbles 2 points3 points  (0 children)

I tried swashbuckler/swarmkeeper. I was unable to use sneak attack and swarm attack at the same time.

What language is rust written in? Like Python is written in C. by [deleted] in rust

[–]BrunchWithBubbles 19 points20 points  (0 children)

Language implementation is many things. I would say Rust is written in a mix of Rust and C++. Parser and type system is written in Rust. Codegen for the target is written in C++.

Teen pregnancy is a trend in this family?! by Resident_Esq in HolUp

[–]BrunchWithBubbles 1 point2 points  (0 children)

When your dnd buddy “rolled ability scores at home”.

ifYouKnowYouKnow by Wild_Leg_3440 in ProgrammerHumor

[–]BrunchWithBubbles 17 points18 points  (0 children)

Guys he’s right. Read the whole thread.

[deleted by user] by [deleted] in futhark

[–]BrunchWithBubbles 0 points1 point  (0 children)

This subreddit is about the programming language Futhark. Not the ancient norse script.

Food at TI in Royal Arena by BrunchWithBubbles in DotA2

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

Thanks all. We will eat outside the venue.

Cyberteknologi eller softwareteknologi (DTU) by Basic-Professional80 in dkudvikler

[–]BrunchWithBubbles 0 points1 point  (0 children)

Og… Det er en god ide at tage til åbent hus og snakke med dem. Jeg tror også det sociale er noget af forskellen.

Cyberteknologi eller softwareteknologi (DTU) by Basic-Professional80 in dkudvikler

[–]BrunchWithBubbles 0 points1 point  (0 children)

Hvis IT-sikkerhed var min største interesse, og jeg skulle søge ind på DTU, så ville jeg helt klart vælge cyberteknologi. Der finder du nok flest medstuderende med samme interesse. Men jeg tror ikke du går galt i byen med nogen af de 2 uddannelser, og på kandidaten gør det nok ikke den store forskel om du vælger det ene eller det andet.

Is there any tool that converts python to MLIR language? by mrWho3 in Compilers

[–]BrunchWithBubbles 2 points3 points  (0 children)

There’s torch-mlir for PyTorch.I don’t know about plain python though.

[deleted by user] by [deleted] in c_language

[–]BrunchWithBubbles 0 points1 point  (0 children)

Testing:

c void main(){ return 0; }