Live data from Hacker News

A secret poker game you can play on the subway

experience.prfalken.dev

41–50 of 116 posts

Re: A secret poker game you can play on the subway

#41

The most obvious issues with this is that the game boils down to predicting passenger patterns, but you're still just comparing two RNGs, which is one of the worst kinds of games. I also don't think this can be called Poker, really. Poker is an imperfect information game, where your hand tells you some information about your opponents' hands. It would be interesting to read HN's ideas on how you can simulate the shar…

Is human behaviour not predicable enough for you? I bet passengers are more likely to congregate on the side that the door enters/exits, etc

Re: A secret poker game you can play on the subway

#43

This article has a strong ChatGPT smell. Things like "in the world of", "let's dive into", the bullet points, "conclusion" section, etc. Anyone else have the same feeling?

The sad thing is ChatGPT didn't invent that style. That was just the way clear, concise writing by skilled writers was at the time they trained the model. So now if you are actually a skilled writer who tries to convey ideas in a clear, concise way, you will appear robotic :(

Your writing needs to have flavor and personality, rather than reading like a business email.

Re: A secret poker game you can play on the subway

#46

The most obvious issues with this is that the game boils down to predicting passenger patterns, but you're still just comparing two RNGs, which is one of the worst kinds of games. I also don't think this can be called Poker, really. Poker is an imperfect information game, where your hand tells you some information about your opponents' hands. It would be interesting to read HN's ideas on how you can simulate the shar…

> . I also don't think this can be called Poker, really. Poker is an imperfect information game,

There is no game of Poker. It is a wide variety of games like 5-card draw, Omaha, Texas, studs, Chinese open face poker. Also a slot machine where you draw 5 cards or pretty much any game that uses classical poker hand rankings is called poker. There is also a planning poker.

I think the name is fine

Re: A secret poker game you can play on the subway

#47

The most obvious issues with this is that the game boils down to predicting passenger patterns, but you're still just comparing two RNGs, which is one of the worst kinds of games. I also don't think this can be called Poker, really. Poker is an imperfect information game, where your hand tells you some information about your opponents' hands. It would be interesting to read HN's ideas on how you can simulate the shar…

Is human behaviour not predicable enough for you? I bet passengers are more likely to congregate on the side that the door enters/exits, etc

You can definitely select a new hand each station by making inappropriate gestures or sounds.

Re: A secret poker game you can play on the subway

#48
post #46

The most obvious issues with this is that the game boils down to predicting passenger patterns, but you're still just comparing two RNGs, which is one of the worst kinds of games. I also don't think this can be called Poker, really. Poker is an imperfect information game, where your hand tells you some information about your opponents' hands. It would be interesting to read HN's ideas on how you can simulate the shar…

> . I also don't think this can be called Poker, really. Poker is an imperfect information game, There is no game of Poker. It is a wide variety of games like 5-card draw, Omaha, Texas, studs, Chinese open face poker. Also a slot machine where you draw 5 cards or pretty much any game that uses classical poker hand rankings is called poker. There is also a planning poker. I think the name is fine

The card games listed have the information aspect in common. The slot machine is not a Poker, it's a poker-themed slot machine and the game people play with it is called losing money.

Re: A secret poker game you can play on the subway

#49
post #46

Earlier quoted context omitted.

> . I also don't think this can be called Poker, really. Poker is an imperfect information game, There is no game of Poker. It is a wide variety of games like 5-card draw, Omaha, Texas, studs, Chinese open face poker. Also a slot machine where you draw 5 cards or pretty much any game that uses classical poker hand rankings is called poker. There is also a planning poker. I think the name is fine

The card games listed have the information aspect in common. The slot machine is not a Poker, it's a poker-themed slot machine and the game people play with it is called losing money.

Not that I disagree with anything about the nature of those games, but your narrow usage of a word poker is wrong.

I even checked the Wikipedia article about Poker and there is a quote very similar to my wording:

"Other games that use poker hand rankings may likewise be referred to as poker."

Re: A secret poker game you can play on the subway

#50

Does 5 of a kind beat a royal straight?

Traditionally, in poker variants with wild cards that enable 5 of a kind hands, it does IIRC beat a royal flush. )"Royal straight" isn't a thing; AKQJT straights are sometimes called "broadway", but they're never distinguished as a separate hand type. Whereas royal flushes do get distinguished from straight flushes, but not for any good reason.)

But all of this is moot because TFA doesn't define "suits" for the "cards" anyway. And of course the relative probabilities do change when you only have 5 ranks. (And we're also effectively "drawing" without replacement; there are an effectively unlimited number of each rank available.)

Post reply on HN