News:

And we're back!

Main Menu

Recent posts

#31
Off the Record / Re: Baseball
Last post by Syt - Today at 11:03:47 AM
Surely you don't want to punish all gamblers for the actions of a few bad apples. Next you'll be shouting "Defund the gambling sites!" :P
#32
Quote from: Admiral Yi on Today at 10:23:31 AMAs I said earlier, the time for that debate was *before* the Yuros promised to raise their contributions.

Which most of them did.
#33
Off the Record / Re: Baseball
Last post by Baron von Schtinkenbutt - Today at 10:57:01 AM
Quote from: The Minsky Moment on Today at 10:28:01 AMTheir power to do so was undermined by Murphy v. NCAA (2018), which is also the decision that opened up the floodgates to ubiquitous sports betting.

Congress does retain the power to set up and enforce its own regulatory scheme but that doesn't seem a realistic possibility in the current political environment. Perhaps this scandal will shock the politicians into action, but I'm not counting on it.

So, I reviewed the decision and see that I was misremembering the basis of declaring the PASPA unconstitutional.  I thought the basis was the carve-out for Nevada (and for Delaware, Montana, and Oregon, which I didn't remember) unconstitutionally favoring a particular state.  The court relied on the Tenth Amendment and the anti-commandeering principle, though, so I see now what you're talking about.  That said, I still agree with their ruling.
#34
Off the Record / Re: Baseball
Last post by The Minsky Moment - Today at 10:28:01 AM
Quote from: Baron von Schtinkenbutt on Today at 09:17:00 AM> Our magnificent Supreme Court has made that more difficult

No, it's our magnificent Congress, who refuse to even entertain the idea of shutting down sports books in Nevada.

Their power to do so was undermined by Murphy v. NCAA (2018), which is also the decision that opened up the floodgates to ubiquitous sports betting.

Congress does retain the power to set up and enforce its own regulatory scheme but that doesn't seem a realistic possibility in the current political environment. Perhaps this scandal will shock the politicians into action, but I'm not counting on it.
#35
Off the Record / Re: What does a TRUMP presiden...
Last post by Admiral Yi - Today at 10:23:31 AM
Quote from: The Minsky Moment on Today at 10:20:56 AMAt risk of kicking the bee's nest, I'd suggest that the dispute over NATO relationships isn't about rationality; but about different priorities over principles.  Both sides are making rationally based arguments, but one side puts a higher value on reciprocity; the other on solidarity. That's also the source I think of the tension; the "Yuro side" perceives the "Yank side" critique as undermining solidarity; the Yank side sees the Yuros as endorsing unfairness.

As I said earlier, the time for that debate was *before* the Yuros promised to raise their contributions.
#36
Off the Record / Re: The Off Topic Topic
Last post by Admiral Yi - Today at 10:21:06 AM
I recently learned that Justice Roger Taney of Dred Scott fame voted in favor of the slaves in the Amistad case.
#37
At risk of kicking the bee's nest, I'd suggest that the dispute over NATO relationships isn't about rationality; but about different priorities over principles.  Both sides are making rationally based arguments, but one side puts a higher value on reciprocity; the other on solidarity. That's also the source I think of the tension; the "Yuro side" perceives the "Yank side" critique as undermining solidarity; the Yank side sees the Yuros as endorsing unfairness.
#38
Off the Record / Re: What does a TRUMP presiden...
Last post by Admiral Yi - Today at 10:05:53 AM
Quote from: The Minsky Moment on November 09, 2025, 10:51:47 PMMy understanding comes from the economics of competition. If you assume two firms in an oligopoly market, if both set production simultaneously (Cornot), the optimal strategy ends with both producing the same.  If one acts first (Stackleberg) but knows the other will respond, the leader can secure a higher quantity.  The follower will accept less because the price impact of producing more will result in net less profit.  It's an interesting result in the economics of information because it arguably shows that having more information gives a worse result.

The scenario assumes fixed and unchanging supply and demand conditions over time and assumes a strict sequence in selection that can't be changed once made.  So it doesn't apply to a dynamic diplomatic situation.

I had it wrong. Forget Stackleberg, forget game theory.  Rational self interest can lead to unfairness.  Full stop.
#39
Off the Record / Re: The Off Topic Topic
Last post by Admiral Yi - Today at 09:58:49 AM
Quote from: celedhring on November 10, 2025, 02:11:25 PMOnly college sports I have watched is Ivy League football, which admittedly even in my ignorance didn't seem a great standard.

Granted, the Lions were particularly not great. IIRC they had losing seasons every single year I was over there. But since actual NFL football was simply prohibitive, it was the best thing I had available. Fond memories.

the Ivy League was originally the IV League because it had only four teams.
#40
Gaming HQ / Re: Victoria 3
Last post by Syt - Today at 09:37:29 AM
Heads up: next patch will break pretty much all mods.

https://forum.paradoxplaza.com/forum/developer-diary/victoria-3-dev-diary-164-marvelous-modding-monday.1868975/

However, it will make it easier to do partial overrides/maintain compatibility as they add a similar modding functions as EU5:

QuoteINJECT:key - this mode tries to inject the script into an existing entry. Errors if the respective entry does not exist.
REPLACE:key - this mode replaces an existing entry with a new one. Errors if the respective entry does not exist.


TRY_INJECT:key same as INJECT: but does not error if the entry does not exist.
TRY_REPLACE:key same as REPLACE: but does not error if the entry does not exist.


REPLACE_OR_CREATE:key = { } # Same as REPLACE: but if the entry does not exist, it will create it
INJECT_OR_CREATE:key = { } # Same as INJECT: but if the entry does not exist, it will create it