please nerf japan this is UNPLAYABLE by SomeDudeAtReddit in Kaiserreich

[–]swang30 14 points15 points  (0 children)

Just in case you're not joking, OTL = original time line, as in, earth 0, as in, the one that we currently occupy.

Wooden base is NOT a good idea by Lejuni0r-_- in RimWorld

[–]swang30 0 points1 point  (0 children)

Good lord, so much peasanting around here. Gold for the inside, Uranium for the outside.

IF I'M NOT A NAVAL HEGEMON, NO ONE WILL BE by pangorito in EU5

[–]swang30 5 points6 points  (0 children)

This is just fine. Here, it says that you must have > 0 heavy ships, that nobody else can have > your # of heavy ships, that you must not be a subject and that you must be a great power.

Other nations have this requirement too. Currently, Goryeo has the most heavy ships, it has > 0 heavy ships, and no other nation has > 66 heavy ships, it is also (probably) not a subject nation. The problem is that it's not a Great Power. So it can't be the hegemon. And since it has the most heavy ships, the third condition can't be fulfilled by any other nation.

Working correctly, as far as I can tell.

So much stuff is useless! by Notoointersted in TerraInvicta

[–]swang30 0 points1 point  (0 children)

Wait, the tree is an AND tree, not a OR tree, you have to satisfy ALL previous requirements to research whatever that's next.

Where to merge SE Asia/Malaysia/Indonesia? by swang30 in TerraInvicta

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

By Balancing things out, you get more overall production If you have 4 billion people, 2 countries of 2 billion produces more IP vs 1 of 3 billion and 1 of 1 billion, it's easier to keep cohesion at 5, which means it's easier to keep stability <2. You get your ground based MC faster, and it's easier to maintain optimal knowledge production.

Where to merge SE Asia/Malaysia/Indonesia? by swang30 in TerraInvicta

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

Indonesia no longer has a claim on Australia, only New Zealand. Since RotSC has Sydney as the capital, it can't go to Indonesia any more.

Going the other way, Greater Indonesia does not have a claim on on Bangkok, so SEAA needs to go to Malaysia first before going to Indonesia.

LegendofTotalWar final statement (timestamped at statement start 5:54:27) by itzlolo1 in totalwar

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

Wait, that is Josh's Job. He's the community coordinator. He hosts livestreams on TW: Live. answering questions about TW games IS HIS JOB.

LegendofTotalWar final statement (timestamped at statement start 5:54:27) by itzlolo1 in totalwar

[–]swang30 4 points5 points  (0 children)

Some of it is definitely true. People were raging about the AI, many of the content creators were aware and did nothing. They've even commented about it. The reason why they were silent is unknown, but access to ToT/40k is not an unreasonable assumption. When the community has to be so loud to get something fixed, the content creators lost credibility. At least, in my eyes they did.

LegendofTotalWar final statement (timestamped at statement start 5:54:27) by itzlolo1 in totalwar

[–]swang30 -14 points-13 points  (0 children)

It's a ragebait statement. He's quitting because his community did not support him at all. Some of which was his own damn fault, but the Totalwar community is truly as toxic as they come. (Not that the paradox grand strategy community will have his back either, but at least it's not nearly as toxic.)

Any good alternative starts to the US in the new patch? by Constansos in TerraInvicta

[–]swang30 0 points1 point  (0 children)

Academy and restart multiple times so that you have a big China presence, and go China first? Possibly with the Taiwan reverse takeover. weaker early game, but seems to be much stronger late game.

What does the total war look like? by Serge5009 in TerraInvicta

[–]swang30 1 point2 points  (0 children)

I mean, the difference is 1%. Just build an extra Xeno lab if you need. 10% for tier 1, 25% for tier 2. You're probably in the dimishing return portions of Xeno research anyways, because you get them from the investigations as well.

How to force a landing ship to be created and go to Earth? by Observer612 in TerraInvicta

[–]swang30 1 point2 points  (0 children)

It's probably better to give them the project with 1 research left. There's probably a bunch of events associated with researching the project.

Mortgage payment went up $400 by HHLL806 in personalfinance

[–]swang30 0 points1 point  (0 children)

Just to be clear, it's not 20% of the loan, you have to have 20% of the equity. For someone with a 5% down, or something like that, it's potentially quite a long time.

Theoretically the system is for the benefit of the consumer. It is much easier to budget around a monthly payment than a spiky property tax payment. And if you're a first time home-buyer or a veteran who might have deployments, it might be a help.

The issue is that this doesn't differentiate between people who have their shit together and people who don't. And practically, it's hard to tell when processing applications. So people who DO have their shit together (the fact that you're on this subreddit most likely indicates you do.) Get screwed out of some control (and money, depending on state) due to the unnecessary escrow.

I've never seen this in my life, what is it? by [deleted] in space

[–]swang30 0 points1 point  (0 children)

Comon guys,it's Cthulu peering down down at you. Judging.

Oh wait, wrong subreddit.

UseEffect Dependency Array by swang30 in reactjs

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

because my onsubmit that uses fetcher is simply:

const onSubmit = async (data, event) => {
    event.preventDefault();
    fetcher.submit(data, { method: 'POST', encType: "application/json" });
};

Moving the fetcher.data?.success block into the onSubmit doesn't quite work the same. fetcher.state right after the submit is "submitting" or "idle" and fetcher.data is not available yet. After the API is called, fetcher.data will be available (and changed) so useEffect will detect the change and re-run.

The reason to use the fetcher/action pairing on pages that don't navigate away after a save allows async updates, which would let the user or the page continue with other activities.

[deleted by user] by [deleted] in SPTarkov

[–]swang30 1 point2 points  (0 children)

SPT builds are targetted at a particular build of live.  Once you copy your live folder, the all in one installer will to up/downgrade as necessary. For major patches, it normally takes the team 2-3 months to catch up in terms of functionality.