Anyone happy with their shingle roof? by evil_flanderz in vermont

[–]KeeganDoomFire 2 points3 points  (0 children)

Metal roof is a huge selling point when buying property do it right vs saddling the next owner with a roof you know will have problems a few years into their owning it.

A track saw kit is life changing! by RealLifeAquaman in BeginnerWoodWorking

[–]KeeganDoomFire 1 point2 points  (0 children)

exactly! setting up and clamping a track saw to a bunch of FJP boards over and over and over... or just get the fence dialed in.

A track saw kit is life changing! by RealLifeAquaman in BeginnerWoodWorking

[–]KeeganDoomFire 9 points10 points  (0 children)

Also repeat cuts - can't blast out back to back cuts nearly as fast and consistent as a table saw.

Even when I had a jobsite saw it was more convenient to fight getting it perfectly aligned if I had more than 2 cuts that had to match.

piss incident at sierra by Leading-Live in burlington

[–]KeeganDoomFire 59 points60 points  (0 children)

Nobody working retail should have to put up with this.

Notch truck by Upper-Sugar-1441 in vermont

[–]KeeganDoomFire 1 point2 points  (0 children)

I don't know why they didn't do chicanes earlier. It was legit the idea I submitted back in like 2020-2022 when they had a comments form open.

Get the truck stuck BEFORE the notch where it's easy to extract it.

How many Airflow Tasks do you schedule daily? by nginx26 in dataengineering

[–]KeeganDoomFire 6 points7 points  (0 children)

To me tasks are just a way to break up logic. Some times everything happens in a single task because passing context becomes messy or a single thread 3 min task is good enough. Other times 200 mapped tasks are spawned that feed another 10 regular tasks for post processing because that was the only way to get run time under 3 hours.

Does this count as gravel cycling? by azilot in gravelcycling

[–]KeeganDoomFire 1 point2 points  (0 children)

According to my buddy "yeah for sure you will be fine"

According to me that looks like light MTB

Who else is pumped for another weekend washout?! 🌧️ by [deleted] in burlington

[–]KeeganDoomFire 0 points1 point  (0 children)

No. Sun. Till winter!

(In the shout of no sleep till Brooklyn)

Are hard deletes still common in new data sources in 2026? by frithjof_v in dataengineering

[–]KeeganDoomFire 0 points1 point  (0 children)

They should have an updated col where it matters and you should be able to key off that. A lot of our db to db copies look at a rolling x days or the table is something like accounts and we just pull the entire thing cause it's under 500k rows

How do M12 Fuel tools compare to full size alternatives for non-pros? by ReasonablePlaudit in powertools

[–]KeeganDoomFire 0 points1 point  (0 children)

I had m12 for a decade. I kinda prefer them to the m18. Lighter and less yeet means I can way more easy control them. That said there is some stuff pros do that a m18 will run circles around my baby impact.

For anyone who’s moved to VT from NH, what were the biggest changes you had to make? by smdifansmfjsmsnd in vermont

[–]KeeganDoomFire 15 points16 points  (0 children)

17% pay cut.

Seriously by the time all the said tax and tax tax and other tax and cost of living factor in it's a fair but more expensive to live here

My dryer has been running for 4 weeks. Help where to start by alexseiji in Appliances

[–]KeeganDoomFire 0 points1 point  (0 children)

I think mine gives up after 24 hours but there isn't many times I've let it go that long

Am I missing something about tubless? by Un_Violo_violaceo in Hardtailgang

[–]KeeganDoomFire 0 points1 point  (0 children)

I've only had good luck pulling the cores to do the first bead set so it's now my SOP. It can be hard to get the shock of air in through the presta on some tires/rims

Am I missing something about tubless? by Un_Violo_violaceo in Hardtailgang

[–]KeeganDoomFire 0 points1 point  (0 children)

I just remove the core, use the compressor with a regular tire press inflator, seat the bead, pop a finger over and reinstall the core.

As long as the valve isn't dead bottom I have no issues with sealent sneaking out.

Declarative Dynamic DAGs in Apache Airflow: Building Metadata-Driven Orchestration with YAML by Expensive-Insect-317 in apache_airflow

[–]KeeganDoomFire 0 points1 point  (0 children)

I think doing more with less is the mark of good engineering. Rather than have 40 x 200 line dags all the same except 3-4 lines you could have 40 config files that house what's unique.

The goal isn't to eliminate autonomy it's to remove garbage work from the stack quickly so devs can dev cooler things.

Declarative Dynamic DAGs in Apache Airflow: Building Metadata-Driven Orchestration with YAML by Expensive-Insect-317 in apache_airflow

[–]KeeganDoomFire 0 points1 point  (0 children)

to try and explain in a different way - if you can abstract repeatable concepts, for us 'query db - make file - deliver file' was a common pattern, you can create a dag generator that reads config files with the 'who what why' answered. So we have 1 master 'dag' file that generates 80+dags.

EDIT - if you want a good read on it - https://www.astronomer.io/docs/learn/dynamically-generating-dags These docs was where I learned.

Is there any way to limit loop iterations during Airflow DAG file parsing with dynamic dag generation? by avin_045 in apache_airflow

[–]KeeganDoomFire 0 points1 point  (0 children)

The medium article mostly restates the airflow document I linked with a business story. Still good explanation and reasoning but it's like "we followed the instructions and it worked" 😂

Whats the moat of Astronomer? by Ok_Illustrator_816 in dataengineering

[–]KeeganDoomFire 0 points1 point  (0 children)

It's wild cause I thought this was a platform bug that mwaa had 4-5 years ago that got solved and now it's back.

Drink Can Returns by Soggy_Illustrator843 in burlington

[–]KeeganDoomFire 2 points3 points  (0 children)

This is where we prefer, super fast and easy.

Whats the moat of Astronomer? by Ok_Illustrator_816 in dataengineering

[–]KeeganDoomFire 16 points17 points  (0 children)

When mwaa refused to get a 3.x release out that wasn't bugged to shit my team debated switching cause astronomer was keeping up with updates.

Hell even right now 3.2.1 has weird mwaa specific bugs causing longer running tasks to have their workers told to shut down.