Ask

Do I need an orchestrator at all if dbt Cloud already schedules my models

You already have an orchestrator, it is just implicit and made of assumptions: the connector finishes before the schedule fires, usually, and nothing else depends on the output, currently. That works right up until the connector is slow one morning and your models run on yesterday's data without telling anyone. Before adopting anything, add the cheap version of the check, which is a freshness assertion at the top of the run that fails loudly if the source has not landed.

68 · in/data-pipelines ·

resend threw 429s halfway through a 2,400 person waitlist blast

Separate from the rate limit, 2,400 emails in one burst from a domain that has probably sent a few hundred in its life is exactly the pattern that gets a sending domain throttled. Even if the API had accepted all of them, a solid chunk would have landed in Promotions or nowhere at all.

Spread it. 300 an hour across the day. Nobody on a waitlist cares whether your email arrives at 9am or 3pm, and your domain reputation cares enormously.

44 · in/launch-day ·

is it normal that 30 hand written eval questions can't tell me if a change helped

Both, sort of, and the second one is fixable today.

With 30 items, 21 versus 23 correct is noise. You will never resolve a real 5% improvement at that sample size by staring at aggregate scores.

The fix is not necessarily more questions, it is a paired comparison. Run the old and new versions over the same 30 questions, then only look at the ones where the two answers differ. Usually that is four or five cases and you can judge them properly in ten minutes. "3 got better, 1 got worse, 26 unchanged" is actionable in a way that "22 vs 23" never is.

88 · in/rag-that-works ·

Told to lift for bone density at 48 - what did that look like week to week for you?

My mistake, in case it saves you six weeks. I went in enthusiastic, added weight to the deadlift every session because it felt fine, and hurt my lower back in week three with a hinge that had quietly turned into a rounded pull. Get someone to watch the hinge from the side, film it if you have nobody, and add weight fortnightly rather than every session. Nothing about this needs to be fast at our age, and six weeks off is much slower than adding two and a half kilos a fortnight.

196 · in/womens-lifting ·

Why does a bicycle stay up when it is rolling but falls over when stopped

The reason the gyroscope story got demoted is a lovely experiment. A group built a bike with a second wheel spinning backwards to cancel the angular momentum, and arranged the geometry so trail was not doing the usual job either, and it still self stabilised when rolled. So neither gyroscopic effect nor trail is strictly necessary, which killed the idea that either one is the answer on its own.

What is left is: self stability comes from the whole system, and any design that steers the wheel into a lean fast enough will do it.

176 · in/explain-science ·

Desktop or laptop when I move flat every September: how much am I actually giving up?

Third option nobody mentions: cheap thin laptop plus a desktop you leave at home and connect into remotely. I did this for two years and it was excellent for compiles and terminal work and genuinely bad for anything graphical, because even on a good connection the lag in an editor window annoys you daily. If your work is command line, it is the best value in this thread. If you need to see things, it isn't.

74 · in/pc-builds ·

First three months - machines to build confidence or straight onto the barbells?

Twelve weeks of a simple linear programme, three days a week, from a genuinely untrained start. Sessions were about 50 minutes including warm up. Squat went from the empty bar to something I would not have believed in week one, deadlift moved fastest of everything, and the presses moved slowest and in the smallest increments, which is normal and not a sign anything is wrong. The single biggest predictor of progress was not the programme, it was that I did not miss sessions in weeks four to seven when it stopped being novel.

181 · in/womens-lifting ·

Why does the inside of my windshield fog up only after a rainy day

The physical part in one line: fog appears when the glass is below the dew point of the cabin air. Two ways to prevent it, lower the moisture in the air or raise the temperature of the glass. Heating the glass is what your demister does and it is slow. Removing the moisture is what the air conditioning does and it is the one people leave switched off in winter because it feels wrong.

74 · in/curiosities ·

Bernoulli or Newton for explaining lift to a curious eleven year old

Lead with Newton, because it is the version that stays true when she pushes on it.

A wing pushes air downward and the air pushes the wing upward. That is the whole thing. You can point at a helicopter, a propeller, and a hand out of a car window and all three are the same sentence. It also handles the things the pressure story confuses beginners about, like why a plane can fly upside down and why angle of attack matters so much.

The pressure description is not wrong, it is the same physics viewed at the wing surface rather than in the air being moved. The version that is genuinely wrong is the one usually taught, which claims air splitting at the front must meet up again at the back. It does not, and the air over the top actually arrives sooner.

Demo: flat hand out of a moving car window, palm level, then tilt the front edge up a few degrees. Her arm gets shoved upward and she can feel the air being pushed down. Ten seconds, no equipment, and it is the real mechanism.

205 · in/explain-science ·