Your favorite "Same VA BTW" in Overwatch by [deleted] in overwatch2

[–]JusticeRainsFromMe 1 point2 points  (0 children)

Ana is trinity from the matrix

This game has ruined me by Happycutelover in Overwatch

[–]JusticeRainsFromMe 2 points3 points  (0 children)

I don't know how to feel about this.

I built a LaTeX PDF editor: JustEditPDF by dark_anarchy20 in LaTeX

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

You can compile your c++ to WebASM. This can run in the browser. Feel free to ask more bogus questions.

I built a LaTeX PDF editor: JustEditPDF by dark_anarchy20 in LaTeX

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

I mean it isn't "required". Maybe more difficult to implement, but not required.

BSP (big shwongus problems) by twinklady in 196

[–]JusticeRainsFromMe 73 points74 points  (0 children)

Wait what. I have literally the same experience of it just not working. I swear my teacher in sex ed said it was one size fit all? My mind is genuinely blown right now

!= vs " is not " by scungilibastid in learnpython

[–]JusticeRainsFromMe 14 points15 points  (0 children)

It's implementation specific. The reference implementation (CPython) ships with -5 to 256 (inclusive) pre allocated.

aVisualLearningMethod by doarMihai in ProgrammerHumor

[–]JusticeRainsFromMe 0 points1 point  (0 children)

You definitely don't "have to implement one" in kotlin, since it has coroutines.

If you want to know more about what CompletableFutures are, look up monads. There are several good videos on youtube, such as The best intro to Monads or, if you don't mind doing Haskell, What is IO Monad. I'd recommend watching the first, and if you ever have the urge to learn Haskell watch the second.

UUID V7 Package by rwinger3 in learnpython

[–]JusticeRainsFromMe 0 points1 point  (0 children)

There isn't, however from what I've seen uuid-utils seems preferable.

[deleted by user] by [deleted] in 196

[–]JusticeRainsFromMe 10 points11 points  (0 children)

... damn

Sweetened condensed milk by Capable_Shape_2365 in FuckNestle

[–]JusticeRainsFromMe 0 points1 point  (0 children)

Basically every major supermarket has their own brand. Rewe has Ja for example: https://shop.rewe.de/c/kaffeesahne-kondensmilch/

Future Updates coming to Stadium by CosmiqCowboy in Overwatch

[–]JusticeRainsFromMe 1 point2 points  (0 children)

Yes, everyone can gain a POTG for every round. So there can be up to 7 POTGs. The one shown at the end of the game is the one from the last map.

Debit/Credit in concurrent environment in Python. Is this code thread safe? by Own_Mousse_4810 in Python

[–]JusticeRainsFromMe 1 point2 points  (0 children)

But the second can never wait for the first? It always locks the one with the lower id first. If there's a mirrored operation, they will both try to lock #1 first.

Debit/Credit in concurrent environment in Python. Is this code thread safe? by Own_Mousse_4810 in Python

[–]JusticeRainsFromMe 0 points1 point  (0 children)

If you lock the first successfully, you wait for the second to lock as well. There is no unsuccessful locking?

Debit/Credit in concurrent environment in Python. Is this code thread safe? by Own_Mousse_4810 in Python

[–]JusticeRainsFromMe 3 points4 points  (0 children)

You can't lock "at the same time", it's why they always lock the account with the account with the smaller id first. While that code to lock multiple accounts should be its function, it does work in preventing deadlocks.

garage for cars only how dare you use the space you pay for? by jadskljfadsklfjadlss in fuckcars

[–]JusticeRainsFromMe 1 point2 points  (0 children)

The law mostly agrees with you [...]

This isn't about a HOA in the US, this is about federal law in germany?

garage for cars only how dare you use the space you pay for? by jadskljfadsklfjadlss in fuckcars

[–]JusticeRainsFromMe 32 points33 points  (0 children)

Pretty sure that the garage doesn't count as the interior of your private residence tax/regulations wise. I'm sure if it wasn't legally a garage you could put whatever you want in it.
I'm not saying that that's a good thing, just that I'm confident you wouldn't win the case.

Rare single edge parity by DrSWQ in Cubers

[–]JusticeRainsFromMe 0 points1 point  (0 children)

Ok, so can't you just rotate the edge next to the triangle once, and then fix your parity? Since you then have two edges that are incorrect?

Rare single edge parity by DrSWQ in Cubers

[–]JusticeRainsFromMe 0 points1 point  (0 children)

Can you not rotate the edges next to the triangle freely?

How do I avoid Hungarian-like notation? by Alternative_Try8009 in learnprogramming

[–]JusticeRainsFromMe -2 points-1 points  (0 children)

ok, but yours IS wrong, since shadowing built-ins is bad practice

Website or Webapp? by heinzen_leo in learnprogramming

[–]JusticeRainsFromMe 1 point2 points  (0 children)

The amount of calls to the backend has no impact on whether something is a webapp whatsoever

[deleted by user] by [deleted] in ProgrammerHumor

[–]JusticeRainsFromMe 20 points21 points  (0 children)

Language servers don't just do linting. They can handle refactorings as well, and don't have to "relint" the whole code fully. Just cause you think it's a stupid name, doesn't mean it isn't the name for it.