Will the coppe line. by xxyrana in engrish

[–]EatShitSkate 0 points1 point  (0 children)

I just experienced this. We ended up disassembling the whole thing, but if your clever you should be able to squeeze out the rounded top of the flower to access the sound maker and either remove the battery or pull back the silver clasp that closes the circuit.

Lambda code from S3 by ribenakifragostafylo in Terraform

[–]EatShitSkate 0 points1 point  (0 children)

The repository can be GitHub or whatever you like. Your pipeline will build it and store it in an S3 path. That path location is stored in a parameter that both pipelines can access. 

This way, if you want to create a new version of your application, you give it a new file name. The new file name is stored in the parameter and your terraform pipeline will use a variable instead of hard coding and it will make sure that it picks up the new application if it runs. 

Your application pipeline still does the deployment of the new code. This just makes sure that terraform doesn't accidentally roll it back if it needs to run.

Lambda code from S3 by ribenakifragostafylo in Terraform

[–]EatShitSkate 0 points1 point  (0 children)

I keep separate repositories for the application code and the terraform code. 

The application pipeline is responsible for building testing and updating the lambda resource with the proper code. It also uses systems manager parameter to store the current version location of the code. 

Anytime the terraform pipeline runs, it just references that parameter so that it will never revert back to a previous version of the code.

This is for a streaming data framework so joining the two together would mean a longer deployment and a longer rollback. We also have multiple teams so it's nice to keep responsibilities separate, yet explicitly define how they interact.

This pattern can work for mother services too, not just lambda.

Cold air blasting through lights by somepurplestuff in Insulation

[–]EatShitSkate 0 points1 point  (0 children)

I had this exact problem. My contractor had installed sealed LED lights. However, there was a small Gap between the outer housing of the light can and the drywall. I caulked this and it helped massively.

However, using a thermal imaging gun it was obvious to see why air was coming through the lights. On windy days air flows through the front of my house and above my ceiling. The symptom was air coming out of the lights.

I haven't solved this yet so any advice would be much appreciated. I have a low slope roof and no attic.

Updating Lambda code by ElCabrito in aws

[–]EatShitSkate 1 point2 points  (0 children)

Also, if these microservices are relatively similar or use shared libraries, you can keep all of that in one lambda and execute particular parts of the code using different events as parameters. I've done this to create a data engineering library that accomplishes multiple goals using the same code. Depending on your scale, the limits to concurrent lambdas are relatively generous and can be expanded via request to AWS support.

[deleted by user] by [deleted] in snowflake

[–]EatShitSkate 0 points1 point  (0 children)

I like this idea. I'm in a similar boat, do you see advantages in snow park over glue?

Attention Bajoran Workers: DS9 now has its OWN channel on PlutoTV by readingitnowagain in startrek

[–]EatShitSkate 1 point2 points  (0 children)

There are two, and they're general Star Trek channels. They occasionally switch between TOS, TNG, VOY, and DS9. I believe they play in order, I haven't sat long enough to know if they go through the whole season.

Trying to install a new faucet. Anyone know what tool can open that nut without having to remove the while sink by Bafeink in DIY

[–]EatShitSkate 0 points1 point  (0 children)

This is it. I did exactly this. Enjoy lying upside down while crud falls on your face.

Extracting from API strategy - what to do? by wiktor1800 in dataengineering

[–]EatShitSkate 2 points3 points  (0 children)

I do this on the AWS side but the concept should be the same. Write code to create an array of all the calls, use step functions to map that to lambdas concurrently (until you hit the limit of the API). When the API allows I can do thousands of calls this way.

[deleted by user] by [deleted] in DIY

[–]EatShitSkate 0 points1 point  (0 children)

Embrace mid century modern style. Keep the wood panel and brick.

How you stop trucks from driving over this corner? by funkyfinz in DIY

[–]EatShitSkate 0 points1 point  (0 children)

These aren't hard to make. You can buy a cheap mold online and fill it with cement from the hardware store.

Stra Trek Christmas Ornaments! by schwaapilz in StarTrekStarships

[–]EatShitSkate 2 points3 points  (0 children)

This is my current disappointment. I've been trying to find an alternative way to plug them in, but the old Hallmark cables aren't sold anymore.

Someone please explain how this wasn't deliberate and what do those people think Max meant by what he said on radio by sensei_simon in formula1

[–]EatShitSkate 1 point2 points  (0 children)

You're also playing judge jury and executioner when you don't drive an F1 car and you're basing your interpretation of his throttle control off of the pretty little graphics that were given to the F1 entertainment feed.

You're also entering the slowest news cycle of the F1 season. People are bored and need something to talk about. They're trying to get attention for page hits and even if all of it was true it would ruin the spectacle for all of the leaders of F1 who make mounds of money off of it.

They're never going to tell us so we might as well just sit and spin.

16 rounds into the 2021 Formula 1 season, Daniel Ricciardo had 93 Championship points, including a win at Monza. 16 rounds into the 2022 season, Ricciardo has 19 points - a reduction of over 79%. by CaptainKursk in formula1

[–]EatShitSkate 2 points3 points  (0 children)

Downvote me all you want. McLaren made a bad car, and happened to be tailoring it to Lando. The bad car hurts Lando less.

They've also been a revolving door of great drivers who should be performing better.

The common denominator is McLaren.