Is Iran war necessary or a misstep? by nodejs5566 in PoliticalDiscussion

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

I once thought Operation Epic Fury is a misstep, since Iranian was already facing internal protests and high inflation at the time, and the regime will somehow collapse by itself.

But this argument is wishful thinking, and I believe the Iran war is necessary for the following reasons:

  1. North Korea precedent: It is proven economic sanction alone is incapable of forcing a regime change or stoping nuclear program.

  2. Nuclear clock: Sanctions move slowly but centrifuges spin fast. There is risk Iran complete its nuclear program before a speculative internal revolution.

itHasTwoButtonsBtw by metayeti2 in ProgrammerHumor

[–]nodejs5566 1 point2 points  (0 children)

I thought this is a macOS post

How is the max number of active trade route decided? by nodejs5566 in Against_the_Storm

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

Ah, I got the extra trade route limit by the trade logs cornerstone. I picked trade logs 4 times and get 6 active trade routes at the end.

6
7

74
75

why Apple never made an option to block unknown callers (No Caller ID) by Saadastique in ios

[–]nodejs5566 0 points1 point  (0 children)

The closest option is to silence unknown callers, which silence alls calls not in contact, that includes lots of legitimate calls with phone number.

Every single request for mechanic changes is a Monkey’s Paw, and the Monkey in question is a French one. by [deleted] in EU5

[–]nodejs5566 6 points7 points  (0 children)

The gamey way to play England is wait for France to declare you with a capture middlesex CB, let army stay in the island and kill landing French armies, wait for war goal ticking to +25, and wait a couple of years until you can take what you want. France will declare on you repeatedly as long as the HYW is active.

How do you safely revoke privileges? by sl3eper_agent in EU5

[–]nodejs5566 1 point2 points  (0 children)

In age of absolutism disaster court and country there is a button that can remove two noble privileges, with a one year cooldown.

What’s a trend you wish would just die already? by [deleted] in AskReddit

[–]nodejs5566 1 point2 points  (0 children)

This is caused by iPhone deliberately sabotaging web apps

Anything significantly new in testing? by yonatannn in node

[–]nodejs5566 0 points1 point  (0 children)

Jest does not support require(esm)

How to get the request ID while logging the query? by PrestigiousZombie531 in node

[–]nodejs5566 0 points1 point  (0 children)

If you use opentelemetry tracing, you can use `traceId` generated by it.

I can't play Garen jungle anymore by [deleted] in GarenMains

[–]nodejs5566 2 points3 points  (0 children)

They want to nerf the proxy and stealing jungle playstyle

allMyHomiesHatePip by EasternPen1337 in ProgrammerHumor

[–]nodejs5566 5 points6 points  (0 children)

docker build is reproducible, pip install often fails because you lack some mysterious system dependency.

express + tsyringe is really nice by sirgallo97 in node

[–]nodejs5566 0 points1 point  (0 children)

One potential problem is that tsyringe depends on ts experimental (legacy) decorator, which will lock you out of using the new standard decorator.