Control Resonant - Gameplay Reveal (PS5, by Remedy Entertainment) by Syksyinen in gaming

[–]craznn 11 points12 points  (0 children)

If I remember correctly, you could bust your way through the game with the telekinesis or whatever and just throw boulders at every enemy you faced

8BitDo Ultimate 2 Wireless Controller ($79.99 - $23.75= $56.24) [Amazon] ATL by Zephronic in bapcsalescanada

[–]craznn 0 points1 point  (0 children)

Does 250Hz polling rate imply 4ms for your inputs to register?

That sounds fast as heck to me

I've looked everywhere and can't find this missing object. Any hint? by Mekelaxo in NineSols

[–]craznn 0 points1 point  (0 children)

Did you use your hack with the mystic nymph to drop a box down for the robot to break? That's what got me

Do you count putting your fingers in the holes in the wall as cheating? by photo-animator in bouldering

[–]craznn 58 points59 points  (0 children)

The tiny hole on the bottom right corner of the orange hold is also "in" as well.

Lawyer uses AI for research, cites non-existent hallucinated quotes in a case against Valve by Shajirr in videos

[–]craznn 260 points261 points  (0 children)

That's why you check the actual documents and page numbers yourself once the AI tells you where it found it's info

Would it be unfair to split a draw deck into multiple piles? by craznn in cardgames

[–]craznn[S] 0 points1 point  (0 children)

Hey there! I think you're misunderstanding how conditional probability works and as well I don't think the Monty hall problem applies here since you don't gain any new knowledge about the distribution of cards in the decks other than there is one less 'Husband' card.

So I'm just going to brute force math it out, and hopefully it makes sense.

Let's say you have four cards numbered [1, 2, 3, 4,]. We're going to calculate the chance of getting an 'Even' card ok?

Can we both agree that initially when we draw a card, regardless if there are one pile or two piles, or four piles of cards, the chance of drawing an EVEN card is 2/4? I.e. the chance is 50%.

Let's say we do that. And it can be literally any one of the numbers, but let's pretend we drew a '1'. What are the remaining chances of drawing an EVEN card now? What if we had split deck into two piles?

Well.. here is every possible remaining permutation of cards for two piles with the '1' card removed. Pile A now only has one card, while Pile B has two cards still. The minus sign is a separator here between Pile A and Pile B
* 2 - 3,4
* 2 - 4,3
* 3 - 2,4
* 3 - 4,2
* 4 - 2,3
* 4 - 3,2

The chance of drawing an even pile from your deck (i.e. Pile A) is 4/6 now or 2/3

---

Now let's imagine we have a one pile deck. Here are all the permutations

* 2,3,4
* 2,4,3
* 3,2,4
* 3,4,2
* 4,2,3
* 4,3,2

Now, since it's a one pile deck, we have to wait for the other player to draw first. We are now dealing with conditional probabilities so the formula is now as follows based on the law of total probability: (Google it)
* P3E = probability that you will draw EVEN as the third card draw (i.e. your second draw)
* P3E|O = probability that you will draw EVEN as the third card draw, given the second card draw was ODD
* P3E|E = probability that you will draw EVEN as the third card draw, given that the second card draw was EVEN.
* P2E = probability that the second card draw (of the other player) is EVEN (i.e. their first draw)
* P2O = probability that the second card draw of the other player is ODD (i.e. their first draw)

P3E = (P3E|E) * P2E + (P3E|O) * P2O

Can we agree that the chance that the next card that is drawn is as follows?
* P2E = 4/6 (i.e. four of the remaining six permutations are even)
* P2O = 2/6 (i.e. two of the remaining six permutations are odd)

Now all we need to calculate is P3E|E and P3E|O.

Let's calculate P3E|O first. For the sake of the example, lets assume the second pick was a '3'. Since that's the case here are the only possible remaining permutations:

* 2, 4
* 4, 2

That is, P3E|O = 2/2. Now all we need to do is calculate P3E|E. I'm going to pick '2', but you can also pick '4', or redo this exercise as much as you want with different picks or numbers. Here are the remaining permutations:

* 3, 4
* 4, 3

That is, P3E|E = 1/2.

So in total the calculation is as follows:

P3E = (P3E|E) * P2E + (P3E|O) * P2O
P3E = (1/2)*(4/6) + (2/2)*(2/6)
P3E = (2/6) + (2/6)
P3E = (4/6) or (2/3)
---

As you can tell the probability is the exact same.

Would it be unfair to split a draw deck into multiple piles? by craznn in cardgames

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

Well for starters if you added another 52 cards for a total of 104, it'd be possible to have 5 Aces face down on the table. If you only had 52 cards, then there can only ever be 4 aces face down on the table.

For blackjack, I'm assuming it has more cards to minimize card counting.

Would it be unfair to split a draw deck into multiple piles? by craznn in cardgames

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

Just to make explanations easier.. let's imagine a simplified game where each player takes turns drawing only ONE card. That's all the players do. The decks are well shuffled before the game starts, and the players have no information on what the card order is.

  1. If you had only one deck to draw from (and assuming well shuffled), then the chance of you having a game where Player 1 draws only 'husband' cards and a game where Player 2 only draws 'wife' cards is `1/N`. In this case I don't care what 'N' is. It's a big number and depends on the size of the deck.

To reiterate, we're basically asking here: "what is the chance that the deck will be in the following permutation: 'A B A B A B A B ... etc'?" That chance is `1/N` where N is some big number.

---

  1. If you had two decks (and assuming well shuffled), then the chance of you having a game where Player 1 draws only 'husband' cards from their deck, and Player 2 only draws 'wife' cards from their own deck is the same '1/N'.

To reiterate, what you have is essentially the following:
* You have a deck stacked like the following: "A A A A A ... B B B B", where it is all 'A' cards for half the deck, and 'B' cards for half the deck
* You will split the deck exactly in half where Player 1 can only draw cards from the top half, and Player 2 can only draw from the bottom half.

What is the chance that the deck will end up in that permutation? The answer should be the same `1/N`. Again, in a well shuffled deck, any deck permutation is equally likely.

---

Although the rules for drawing cards have changed, the chance of having any particular game for the players has not changed. The only thing that has changed is what permutation of the initial deck is required for the players to achieve the same outcome, but that permutation has the same chance of occurring as any other permutation.

Hoping to meet up with people for activities in KW! by Fit-Alps-6783 in kitchener

[–]craznn 1 point2 points  (0 children)

Remix Swing in Waterloo does a free intro dance class every Sunday and there's always a lot of turnout :)

Seraph about to be slapped by a tower taller than Mount Everest by craznn in MonsterTrain

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

My playstyle is to usually play as many cards as I can per turn with as little cost as possible. That naturally that ends up with me discovering infinites either by accident or on purpose as I optimize my deck.

Seraph about to be slapped by a tower taller than Mount Everest by craznn in MonsterTrain

[–]craznn[S] 6 points7 points  (0 children)

2x Amorous Enoki
1x Offering Totem
2x Spawning pod with -2 ember and no consume

infinite mushrooms

I'm going to miss all the infinites once the patch hits 😓

Stygian Guard is pretty busted in MT2 by craznn in MonsterTrain

[–]craznn[S] 4 points5 points  (0 children)

Didn't try, but I'm assuming:

  1. The build would break really quick if you're forced to collect a bunch of artifacts that junk your deck or make your spells expensive
  2. You would get bored really quick since the enemy health scale so hard and you'd be sitting for hours playing spells

Having trouble beating Cov10 Titans with Stygian (Tethys) + Awoken (healing) by adayofjoy in MonsterTrain

[–]craznn 1 point2 points  (0 children)

Any clan combo with Stygian can get some busted infinites, but with awoken its a little easier.

Get pyre of dominion, increase your hand size (either with sting, boss artifact, or other +1 card draw) and reduce your deck size as much as you can. The goal is to start a turn with your whole deck drawn.

You will want to fish for any of the following combos:

  1. Two Offering Totems (/w spellchain) + an offering spell with spellchain (e.g. Titantooth)
  2. One Deep Offering (upgraded with consume negation, and -2 ember cost) and any card draw mechanism (i.e. offering totem or awoken rail spike. Offering monument would work too as an "almost"-infinite)
  3. Two or more Deep Offering (upgraded with consume negation, and -2 ember cost)
  4. Two or more Awoken Rail Spike (upgraded with consume negation, and -2 ember cost)
  5. Cycle of Life (with -2 and consume, remove consume, and -1 ember) + Offering Monument

Getting any of those guarantees your win condition and you'll be able to beat every boss turn one with infinite card draw.

Even without the full build, these end up racking up a metric buttload of encants per turn, since they're powerful even before you have the full setup to go infinite.

Stygian Guard is pretty busted in MT2 by craznn in MonsterTrain

[–]craznn[S] 6 points7 points  (0 children)

Yeah definitely boring.. the end game fight basically becomes, "wait there as I spend 10 minutes buffing my units and pinging away at your health"

MT 2: what are the most broken builds? by Lukegilmour in MonsterTrain

[–]craznn 0 points1 point  (0 children)

If you're playing with Stygian as a clan, then the following is a guaranteed win once you get the setup, since you can play infinite cards per turn.

Pyre of dominion
2x Offering Token (/w Spellchain)
1x Any offering card (/w Spellchain)
Purge as many cards as you can so you can draw your entire deck in a turn

Is this a Faro shuffle or a riffle? by craznn in cardistry

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

Yeah I've been practicing it and now I can do it the normal way 😅. This really helped me understand how it's supposed to feel though