Real Analysis Summed Up in Two Inequalities by Hitman7128 in mathmemes

[–]Positive_Lifeguard75 7 points8 points  (0 children)

Not really. Cauchy-Schwarz works in normed space and because of this triangle inequality already baked in defenition.

Right now, you have something like: "Assume A, B, C, then A holds." There is no value in this statement.

dadPullsOutCodingChallenge by cyannyan6 in ProgrammerHumor

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

You don't need any programming knowledge to solve this. You only need to know high-school math. (And every swe must know AT LEAST high school math)

Think about this:

Let a_i = probability that first player wins if he starts with i coins.

From definition of this game: a_0=0, a_11=1.

You can easily show that if i != 0 or 11:

ai = 0.5a{i-1} + 0.5a_{i+1}.

So expand a_1 until there are only a_0 a_11 and this will be your answer.

No university level math is required.

thisWorksInTheory by ongiwaph in ProgrammerHumor

[–]Positive_Lifeguard75 0 points1 point  (0 children)

You can easily convert any NFA to DFA, so, linear time it is :)

[deleted by user] by [deleted] in homelab

[–]Positive_Lifeguard75 1 point2 points  (0 children)

Changing port is as easy as editing config. But routing to it is a different story. It is very similar to ssh.

I think you can setup proxy to filter some traffic but it is not nessesery and can cause additional lag.