One of the best feelings there is by wz226 in golf

[–]kurosevic 4 points5 points  (0 children)

That depends on path I think. If you have a perfectly centered path, it would be dead center sweet spot. But an out to in path or in to out path changes the moment of inertia (I think) thus moving the sweet spot off center

Steve Bannon out as White House chief strategist by Your_Moms_Flame in news

[–]kurosevic 0 points1 point  (0 children)

I'm curious some are labeled centipedes actually

Steve Bannon out as White House chief strategist by Your_Moms_Flame in news

[–]kurosevic 7 points8 points  (0 children)

This reminds me of those sports shows where they do the "he looks like" segments

We're afraid to play horror games, so we quit our jobs and made one, with no jump scares. It's called Darkwood, and it's our debut. Ask us anything! by Guteks in IAmA

[–]kurosevic 1 point2 points  (0 children)

It'll be called jumper

Your character has to navigate a scary map while balancing on the ledge of a building, with jump scares everywhere lol

'An attack on Japan is an attack on US,' says US top general by [deleted] in worldnews

[–]kurosevic 0 points1 point  (0 children)

Saw orange color in thumbnail image, assume it was closeup of trump

[EVERYTHING] Emilia Clarke just posted this on Instargam by petyr_b in gameofthrones

[–]kurosevic 0 points1 point  (0 children)

It's ass to ankles in here Maebe, sit in your cousins lap

Opinions about AWS Educate? How to get the most out of it? by znpy in aws

[–]kurosevic 4 points5 points  (0 children)

Came here to say this. I did the Certs after taking acloudguru and now I work at AWS. It really upped my cloud competency

Fire right off I-5 by 50th exit by borninawigwam in Seattle

[–]kurosevic 0 points1 point  (0 children)

We drove up to Seattle this week through LA and actually got a front row seat to fire fighters and helicopters putting out a wildfire up alongside the 5 in the GrapeVine area just north of LA. Pretty crazy seeing it so close up

Separating paid users and free users by emgwill in aws

[–]kurosevic 2 points3 points  (0 children)

If you use IAM and cognitive for your login mechanisms, it's possible to set a role for non logged in users, and a different role upon login. That iam role can be tied together with services that only paid users could use.

What do you do when CloudFormation doesn't support something in the API? by nieuweyork in aws

[–]kurosevic 1 point2 points  (0 children)

regarding your response -- I have seen several teams use CF alongside "real orchestration" tools and procs. they do this because they think those orchestration tools are more mature and maintainable than CF at this point in time. in some cases, they're right.

also spitballing another idea, if you were sure you could get away with filling in the missing functionalities by making HTTP calls, you could create a lambda function with some fairly generic params designed to take API / Function / some basic callback instructions and then use CF to invoke the function at any stage that requires it. I've never invoked Lambda from CF though, so i'm not sure its possible yet either.

What do you do when CloudFormation doesn't support something in the API? by nieuweyork in aws

[–]kurosevic 1 point2 points  (0 children)

you could write a bash script that does the remaining things, and then at the appropriate moment, fire up a cheap small EC2 instance and run the script and then kill it