---
title: "💭 THE STANDUP - Coding DIRTY Episode 7"
description: "!https://www.youtube.com/watch?v=hbEWfC4k-Gw"
date: 2025-05-07
published: true
tags:
  - dev
  - testing
  - thought
template: link
---


<div class="embed-card embed-card-external embed-card-provider-youtube">
  <div class="embed-card-rich">
<lite-youtube videoid="hbEWfC4k-Gw" title="🚨🚨 THE STANDUP - Coding DIRTY Episode 7 🚨🚨" playlabel="Play: 🚨🚨 THE STANDUP - Coding DIRTY Episode 7 🚨🚨"></lite-youtube>
  </div>
</div>


> "Gradually roll out your releases to a small group of people"


~ roughly what prime said (I'm listening live)

This really hit home with me, tests can be so good at making sure that we dont repeat bugs and that laser focused things work, tests are generally small and focused, but this does not replace some sort of integration testing.  These days very few things are written as a monolith, and hence there are a lot of interactions that really need to play well together accross various systems.

They call out Crowdstrike here, which took down the world blue screening critical windows systems everywhere in 2024.  It was revealed that a small changed was rushed through and skipped critical rollout paths since it seemed like a small change.  Crowdstrike also runs at a super low kernel level of access and a small memory bug can kill the system.

!!! note

    This post is a <a href="/thoughts/" class="wikilink" data-title="Thoughts" data-description="These are generally my thoughts on a web page or some sort of url, except a rare few don&#39;t have a link. These are dual published off of my..." data-date="2024-04-01">thought</a>. It's a short note that I make
    about someone else's content online <a href="/tags/thoughts/" class="hashtag-tag" data-tag="thoughts" data-count=2 data-reading-time=3 data-reading-time-text="3 minutes">#thoughts</a>
