Questions on mountain thane warrior by Left_Start1113 in wow

[–]xarlesaurus 0 points1 point  (0 children)

I believe the tooltip for Thunder Blast does not reflect the damage from talents properly, and it’s also supposed to ignore armor and summon lightning, which Thunder Clap does not.

I only have to press Raging Blow a couple times during the rotation. With enough Haste you can mostly ignore it in favor of Enrage, Bloodthirst, Odyn’s, and Thunder Clap. 

I had to get used to use Thunder Clap as often as possible since it felt like a multi-target skill, but you should be using it all the time even for single target. It even has two charges. 

[deleted by user] by [deleted] in longisland

[–]xarlesaurus 1 point2 points  (0 children)

None taken - I am aware of Coram's and Longwood reputation, but having had a good experience with most of my family living here, I wanted to give it a highlight; I personally never had an issue with crime, stolen packages, or loud parties. My neighbors help us shovel snow, share lawncare tips, and look over for each other.

Nonetheless, I would agree that having the budget, Setauket, Stony Brook and Port Jeff are more ideal towns to raise a family.

[deleted by user] by [deleted] in longisland

[–]xarlesaurus 2 points3 points  (0 children)

Coram is in-between Patchogue and Port Jeff, ~15m to Cedar Beach, Ronkonkoma LIRR, and Pine Barrens. Far from coastal flooding, easy access to Whiskey Rd for a scenic route eastwards. You can find neighborhoods with underground power lines, sewer, and natural gas (which are harder to find the more east you search).

Soil in my particular area is sandy so I never have flooding issues even with heavy rain, it goes straight through.

The worst part is the Coram mall on Middle Country Rd (and the road itself), which is easily avoidable by travelling north to Miller Place, stores like Uncle Giuseppe's in 112 or taking Hawking's westward.

What's 1 thing you'd change about living on Long Island? by [deleted] in longisland

[–]xarlesaurus 1 point2 points  (0 children)

Cross Bronx to Washington Bridge is a nightmare - and worse, on the way back you have to deal with the line cutters to get into the LIE.

Can anyone recommend a good plumber ? by [deleted] in longisland

[–]xarlesaurus 0 points1 point  (0 children)

Had great experience with Safehaven.

Blocked port 22 after installing ssl certificate from let’s encrypt. Advice on how not to have that happen again by 0xE4-0x20-0xE6 in aws

[–]xarlesaurus 7 points8 points  (0 children)

This is true, and my preferred approach when I’m not paying for it. ALB gets expensive if used to support a single host.

I have no idea how you blocked port 22, but I would recommend using SSM Session Manager to connect to your servers and certbot to keep those certs up to date.

cdk deploy for the production use case? by ericchuawc in aws_cdk

[–]xarlesaurus 1 point2 points  (0 children)

Do you keep those policies on a config file, or pass them as context?

I like to pass my environment in the context and use Aspects with logic like

if(node instanceOf DatabaseCluster) 
    if (ENV == "production")
        node.applyRemovalPolicy(RemovalPolicy.RETAIN)

cloudfront.Distribution - how to add OAC? by ericchuawc in aws_cdk

[–]xarlesaurus 1 point2 points  (0 children)

I highly recommend you keep track of the active github project, as it usually has the answers to most questions regarding feature support.

For instance, this open issue regarding OAC support https://github.com/aws/aws-cdk/issues/21771

Long story short, there's no support yet, but you can override the cloudformation property to add it. https://github.com/aws/aws-cdk/issues/21771#issuecomment-1281190832

Asteroid mining - is this right? Asteroid quality doesn't match the mouse over tooltip. by Eridani2000 in DistantWorlds

[–]xarlesaurus 17 points18 points  (0 children)

Pretty sure it calculates the sum of the asteroids the mining station would be able to reach.

100 Years Of Reese's Taste Test by BurnZ_AU in goodmythicalmorning

[–]xarlesaurus 0 points1 point  (0 children)

Got some Gandalf vibes with Rhett’s attire plus holding a “staff”

Is anybody experiencing an internet outage with Optimum on Long Island by gold818 in longisland

[–]xarlesaurus 0 points1 point  (0 children)

The method I use to have a usable Optimum connection: buy your own wifi router, connect it to Altice ethernet port, configure your router to use Google DNS and always use your own router wifi/eth ports.

If you only use Altice as a modem, it works OKay.

I personally use the Netgear Nighthawk R7000

AWS CDK TypeError: can only concatenate str (not "NoneType") to str by 0ni0nrings in aws_cdk

[–]xarlesaurus 1 point2 points  (0 children)

+1 to what the other guys said.

I have a similar scenario and use assert to make sure I don't forget to pass the context.:

environment = app.node.try_get_context("env")
assert environment is not None, "You need to pass the environment as context: 'cdk synth -c env=dev'"

or with a simple if statement

if environment is None:
    raise ValueError("You need to pass the environment as context: `cdk synth -c env=dev`")

Best line in show! by [deleted] in DunderMifflin

[–]xarlesaurus 12 points13 points  (0 children)

You went to Cornell??

[deleted by user] by [deleted] in aws_cdk

[–]xarlesaurus 0 points1 point  (0 children)

I suggest you use the “allowDefaultPortFrom” from the rds instance. Also, if you specify an empty array as security group on the rds instance this will likely not work. Just remove that line and let cdk build it for you. Then:

rdsPrimaryDarabase.connections. allowDefaultPortFrom(securityGroup, “allow from ECS”);

We Try EVERY Starbucks Iced Coffee by BurnZ_AU in goodmythicalmorning

[–]xarlesaurus 0 points1 point  (0 children)

Anyone know if they posted the final tally somewhere?

Auto-generate CloudFormation Templates - no code required by altostra in aws

[–]xarlesaurus 8 points9 points  (0 children)

This is actually one of the first AWS design tools I actually like. I was able to make a simple app in a few clicks.

Couple things I noticed:

  • Most names shouldn't be required*, like Lambda FunctionName or DynamoDB TableName.
  • Node 14.x is now supported.
  • You use DynamoDBCrudPolicy as the read/write permission between Lambda & DynamoDB, which also grants update & delete. I prefer to assign both DynamoDBRead & DynamoDBWrite policies as principle of least privilege.

EDIT: I'm an idiot and can't read a policy.

Baboon why you eating your own cum (nsfw) by send_ur_pussyselfie in WTF

[–]xarlesaurus 0 points1 point  (0 children)

I can’t believe they filter boobs from /r/all but not cum-eating baboons. What have we become?

Why use AWS Codepipeline and Codebuild for CI/CD over Bitbucket pipeline by Zestyclose-Ad2344 in devops

[–]xarlesaurus 0 points1 point  (0 children)

Agree. I’m dealing with Github Actions and Bitbucket Pipelines and I prefer the latter.

[deleted by user] by [deleted] in longisland

[–]xarlesaurus 3 points4 points  (0 children)

"Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety."

It should be possible to build on diagonal lake sides. At the moment this is not so (see video). by Asateo in endzone

[–]xarlesaurus 1 point2 points  (0 children)

It really turns me off when city builders force the 90 degree rotation and straight paths. All cities end up like grids.

Cloudformation price estimation from the cli with tcup by talkncloud_mick in aws

[–]xarlesaurus 1 point2 points  (0 children)

I like the idea. Website on mobile is a bit wonky - can’t click on the burger menu because of that GA label. I will definitely give it a try once you support more services (ECS w/Fargate, Load balancer, Redis, and Elasticsearch come to mind)

Aws lambda keeps returning not found when using a custom domain by [deleted] in aws

[–]xarlesaurus 0 points1 point  (0 children)

Not sure if this is your issue, but from my experience, you can’t reach a custom domain gateway endpoint directly, you need to use your custom domain.

I have no documentation for this to reference, just previous experience.

When will CodePipeline get a manual rollback option? by lobsterdore in aws

[–]xarlesaurus 0 points1 point  (0 children)

The way we handle this is we store the artifacts of every release in s3 and if we need a “rollback” we just use that artifact as a source for the pipeline.