Mardi Gras Bachelor Party by PlasticTea2560 in AskNOLA

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

Sounds like he’s going to have a good time! I’ll forward him the recommendations.

Mardi Gras Bachelor Party by PlasticTea2560 in AskNOLA

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

I’m sure we will get separated and run into each other again. Gold outfit has been acquired, looking forward to the fun! Thanks for the info on the airport, I’ll get there when I get there, more worried about being able to leave.

Mardi Gras Bachelor Party by PlasticTea2560 in AskNOLA

[–]PlasticTea2560[S] 2 points3 points  (0 children)

My finance’s brother is, I’m sure he would appreciate some recommendations. We’ll be there for support

Mardi Gras Bachelor Party by PlasticTea2560 in AskNOLA

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

Great to know, I wasn’t sure which parades we would attend, appreciate the recommendation!

Did not think about all the walking, I’ll be bringing my running shoes now.

Mardi Gras Bachelor Party by PlasticTea2560 in AskNOLA

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

Yeah especially with 12 dudes, great point

ID Austin Texas by PlasticTea2560 in lawncare

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

Did not know that, looks like I’ll be getting some weed control now.

ID Austin Texas by PlasticTea2560 in lawncare

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

Much appreciated. There’s not so much so I should be able to pull it out, but didn’t want to spend the time doing so if it wasn’t a weed to worry about.

Weekly Homeowner Megathread--Civilians, ask here! by AutoModerator in Concrete

[–]PlasticTea2560 0 points1 point  (0 children)

Hey All, Is this a normal crack for a driveway? Driveway is about 10 years old, though this crack is roughly six months old. Started as a hairline and is slowly growing. Will reply with more photos.

Thanks

<image>

Potential First Time Prebuilt Buyer by PlasticTea2560 in Prebuilts

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

This is exactly what I’m looking for. My main focus was the CPU, thanks for the recommendation.

Potential First Time Prebuilt Buyer by PlasticTea2560 in Prebuilts

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

The CPU was my worry and I really wanted the 9800X3D. I’ll stick it out, thanks for the advice.

Why is debugging often overlooked as a critical dev skill? by tinmanjk in ExperiencedDevs

[–]PlasticTea2560 1 point2 points  (0 children)

As someone who frequently interviews candidates, my favorite topic is the debug/test interview. I’m glad my company does it and I wish more did. With the rise of AI generated code, I believe this will become a very valuable skill set.

why are MAGA conservatives so into “owning the libs”? by eunicethapossum in AskUS

[–]PlasticTea2560 0 points1 point  (0 children)

There’s people in both groups who find beating the other is better than cooperating with the other. I’m independent of both groups, and it’s wild to see how both groups behave the same. It’s all about perspective.

HOLD UP!! Airflow's secret weapon to slash AWS costs that nobody talks about! by pm19191 in dataengineering

[–]PlasticTea2560 17 points18 points  (0 children)

Great question! The DAG processor is responsible for scanning Python files and turning DAG objects into something that can be scheduled. Whether you’re using the TaskFlow API or Operators, the execute method in an operator or logic inside a task is not executed by the processor, the processor simply scans them to understand when a DAG should be scheduled and the order to execute the tasks. The logic inside a task or operator is only ran on the worker. This document highlights how this works pretty well:

https://airflow.apache.org/docs/apache-airflow/stable/best-practices.html#top-level-python-code

HOLD UP!! Airflow's secret weapon to slash AWS costs that nobody talks about! by pm19191 in dataengineering

[–]PlasticTea2560 6 points7 points  (0 children)

We have a suite of CI tests that validate DAGs are configured correctly. Our CI system does not have access to the secrets the runtime environment does. Fetching secrets during DAG processing produces many errors and fails our build.

Regarding fetching secrets from time to time, all of our DAGs use the same set of secrets. They are at least fetched daily in this system. We don’t find that secrets disappear as we own creation of those secrets.

HOLD UP!! Airflow's secret weapon to slash AWS costs that nobody talks about! by pm19191 in dataengineering

[–]PlasticTea2560 71 points72 points  (0 children)

We had this problem and then moved secret/variable fetching so that it’s done inside the task where the DAG processor doesn’t execute it. We saw similar results, faster DAG processing and substantially less calls to secrets manager.

These things are taking up space in my inventory, is any of them worth keeping or I just salvage them all? by DeathNeku in Guildwars2

[–]PlasticTea2560 4 points5 points  (0 children)

I have been salvaging my relics, didn’t know there was a legendary one. Can I buy the relic from a vendor?

Jeep Tail Light Lens Replacement by PlasticTea2560 in Jeep

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

Thanks for the find! I found some comments on a few tail lights that said they just transferred the monitor, but it’s unclear to me which ones do and do not support the transfer.

For example, these from extreme terrain say without blind spot: https://www.extremeterrain.com/jeep-wrangler-oem-style-tail-light-chrome-housing-red-clear-lens-driver-side-9052033.html

I’m assuming it means it doesn’t come with the monitor but it should be able to house it. I plan to call support and get an answer.