{
  "metadata": {
    "transaction_key": "deprecated",
    "request_id": "92029b84-f583-4fc0-8370-b141ebedc032",
    "sha256": "02f67fe3a72c901057810466d6e36de095e3bf96d7925fe1912c92a9660ec7e1",
    "created": "2025-10-28T10:20:26.140Z",
    "duration": 609.7807,
    "channels": 1,
    "models": [
      "1abfe86b-e047-4eed-858a-35e5625b41ee"
    ],
    "warnings": null,
    "model_info": {
      "1abfe86b-e047-4eed-858a-35e5625b41ee": {
        "name": "2-general-nova",
        "version": "2024-01-06.5664",
        "arch": "nova-2"
      }
    },
    "summary_info": null
  },
  "results": {
    "channels": [
      {
        "search": null,
        "alternatives": [
          {
            "transcript": "Hello. I'm Ryan Cook, and this is Civic Tech Chat, a show that looks at the way technology, politics, and policy impacts the world around us. The tools we use, the way services are delivered, and how we talk about and set policy all shape our society. We'll gather around and have a chat about these things together and more. Before we get started, I do wanna let you all know that we've started a Discord for the podcast. There will be a link with an invite down in the episode description. Do feel free to go check that out. It's a small community right now, but hoping to grow it. It's a great way to reach out to me and let me know things that you might want us to cover or to just hang out and talk about civic tech. Anyway, let's go ahead and start the show. Alright, folks. Today, we're gonna talk about the CrowdStrike incident that happened on July 19. Now that we're about, oh, close to two weeks from the incident, I thought it'd be a good idea to kinda gather what information I can and put it together into a sort of audio briefing for you. So first, let's talk about why you should care about this. As I mentioned, on July 19, there was a major IT outage, and it was global in scale. Something like over 5,000 commercial flights were impacted, which if you're someone who is trying to take a flight that day, I'm sure you have a personal experience to to weigh in on there. All kinds of other businesses were affected though as well, and services were disrupted. Everything from stores trying to check out goods to hospitals trying to give critical medical care. It's something of it where it's difficult to quantify the damages, but an early estimate from the Anderson Economic Group based in Michigan puts it at somewhere greater than a billion dollars. This problem reveals systemic weaknesses in the way we handle our information systems. A problem with one vendor causing this big of an impact across the globe is probably not a great situation. So let's talk about what CrowdStrike is. It's a company that makes a series of IT security and management products. In the past, they've been known for detecting security breaches, like the Sony Pictures hack of 2014 and a series of Russian cyberattacks on the Democratic National Committee in 2015 and 2016. Folks might remember seeing the headlines for those. They also serve a bunch of enterprise customers, including 500 in the fortune 1,000, and that's according to their own website. The product of theirs at the center of all of this with the CrowdStrike outage is called Falcon. It seeks to be a sort of center point for a collection of services covering things like antivirus, threat detection, and real time monitoring. So what happened? You might be wondering. Well, from what I can tell and what I can see kinda gathering from sources online, CrowdStrike pushed an update for that aforementioned Falcon product. It uses a kernel mode device driver running in what's referred to ring zero. So you can imagine you have a computer that, space this application has access to effectively gives it complete control over that individual computer or endpoint. By comparison, other software that might run-in your machine, whether it's office processing software, web browser, something that runs chat like Discord, it all runs in a user space where it has a certain amount of permissions to be able to operate, but it doesn't have the ability to change certain system functions. As you might imagine, a piece of software having this level of access to a machine can create some risk if something were to go wrong, like what happened recently. According to CrowdStrike's post incident review, a content configuration update was released which resulted in the Windows crash that folks encountered. That's why if you were at the airport that say that day, for example, you might have looked around trying to find when your flight time was gonna be and just saw that dreaded Windows blue screen of death. That same report indicates that this content had an undetected error managing to get past layers of unit testing, integration testing, other forms of automated testing, and a staged rollout. This all leads to the question of, well, why does Falcon have this sort of kernel level access if it's so risky? Microsoft has asserted that there is a 2009 European Commission ruling that is in part to blame for the situation. It requires that third party products must be able to interoperate with Windows on an equal footing with their own offerings. As a result, it's possible, Microsoft might try to use the situation as leverage to make an argument against the conclusion of that ruling as they might try to claim that that activity is what forces them to be in a position to allow these third party companies to have that kernel level access. But on the other hand, other operating systems like, say, macOS have managed to provide API access for things like antivirus providers, And they're able to operate without having to get that ring zero access that we've talked about. So if you're thinking, hey, it's a bit concerning that we're relying on something with this kind of systemic issue for critical infrastructure, I would say you're in the right headspace. I think this is something that we're gonna be having to worry about for some time. As the, outage happened, as you might imagine, folks were working on trying to get some sort of fix in place as we needed things to be up and running again. And we might be wondering what that is. So the initial fix that was put out was a set of instructions that were manual steps to be on each individual computer. Effectively you had to go to that endpoint, boot it up into something called safe mode, which is kind of like a maintenance mode for Windows. And you would then have to go in and delete a specific file that had a naming pattern that I believe had the, dot sys extension. Once you did that activity, you were then supposedly able to reboot and things returned back to normal. Now as you might imagine, if you're running a large organization, like say an airline, it probably takes a lot of humans and a lot of time to get around to thousands upon thousands of endpoints to do this repair, which perhaps is some explanation for the length of time the outage went on for it. Microsoft later also released a recovery tool, which at it was meant to automate some of these steps where you could create a bootable USB stick, you know, plug it in, boot off of it, and it would kind of run through those steps that I just described. There's also kind of a goofy public relations thing that happened, after this fix kinda went out, which is, reportedly, CrowdStrike sent out a bunch of $10 Uber Eats gift cards. Though it was reported that, there was potentially a false positive on the kind of fraud slide on with Uber Eats where some folks weren't able to redeem them. CrowdStrike was saying this potentially because of just the large number of people trying to use the same setup all at once. I wasn't able to confirm that particular back and forth. So as we kinda get to the the end of this summary of what happened, I think something to think about is what what lessons can we learn? As folks that, many of us are out here trying to build our own tools to service, folks out there in the world, what are things we could do to avoid putting ourselves in in this kind of situation? The advice I would give is for for your own projects. Make sure you're investing time in your layers of automated and manual testing. Really consider where areas of risk could be and try to align your testing strategy to cover those specifically. Do those kind of pre mortem activities. Ask yourself where can things go wrong? What impact can those events have? In particular, if there's business critical functions that your app must do in order to be considered up and running, those are the areas where you really want to spend time on those expensive tests. For example, if you need, to write end to end tests for something it should align with the risks to that. I would also say it's important to try to build systems such that changes are easy to undo or roll back. And even this is something that applies both to technical systems and people systems. A big outage is laborious to resolve if there's no easy way to step back and undo the thing. Something you can do is is really look into your technical architecture, your systems design, and ask yourself, you know, if I push something out to prod and it goes wrong, is it something that I can roll back easily? Can I simply do another deploy and it comes out? Or do the changes we push due to the nature of how the system is put together cause us in a situation where we have to go, only forward? And similarly, I would also have you consider your change manner process with that. Are you able to move quickly when something goes wrong? If you do have to fail forward, are you able to do so in a way where you can push out a change quickly, or are there many obstacles in your team's way as they do that work? Again, as you're thinking about these things, really focus on those areas of high risk like we talked about before. Thanks, folks, for listening in here. This was a little bit of a briefing I wanted to put together on CrowdStrike. Coming up soon, we should have some more interview content as we continue into the content year. Thank you for listening. You can follow us on Twitter using the handle at civic tech chat. Visit us on the web at civictech.chat, or subscribe to us for content updates wherever it is you download your podcasts.",
            "confidence": 0.9992907,
            "words": [
              {
                "word": "hello",
                "start": 0.24,
                "end": 0.74,
                "confidence": 0.9800217,
                "punctuated_word": "Hello.",
                "speaker": 0,
                "speaker_confidence": 0.31656593
              },
              {
                "word": "i'm",
                "start": 0.88,
                "end": 1.12,
                "confidence": 0.99912375,
                "punctuated_word": "I'm",
                "speaker": 0,
                "speaker_confidence": 0.31656593
              },
              {
                "word": "ryan",
                "start": 1.12,
                "end": 1.4399999,
                "confidence": 0.9872907,
                "punctuated_word": "Ryan",
                "speaker": 0,
                "speaker_confidence": 0.31656593
              },
              {
                "word": "cook",
                "start": 1.4399999,
                "end": 1.92,
                "confidence": 0.9086274,
                "punctuated_word": "Cook,",
                "speaker": 0,
                "speaker_confidence": 0.31656593
              },
              {
                "word": "and",
                "start": 1.92,
                "end": 2.08,
                "confidence": 0.99861777,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.31656593
              },
              {
                "word": "this",
                "start": 2.08,
                "end": 2.32,
                "confidence": 0.9995127,
                "punctuated_word": "this",
                "speaker": 0,
                "speaker_confidence": 0.31656593
              },
              {
                "word": "is",
                "start": 2.32,
                "end": 2.48,
                "confidence": 0.9978556,
                "punctuated_word": "is",
                "speaker": 0,
                "speaker_confidence": 0.31656593
              },
              {
                "word": "civic",
                "start": 2.48,
                "end": 2.8,
                "confidence": 0.93571174,
                "punctuated_word": "Civic",
                "speaker": 0,
                "speaker_confidence": 0.31656593
              },
              {
                "word": "tech",
                "start": 2.8,
                "end": 3.12,
                "confidence": 0.95722854,
                "punctuated_word": "Tech",
                "speaker": 0,
                "speaker_confidence": 0.31656593
              },
              {
                "word": "chat",
                "start": 3.12,
                "end": 3.62,
                "confidence": 0.84303874,
                "punctuated_word": "Chat,",
                "speaker": 0,
                "speaker_confidence": 0.31656593
              },
              {
                "word": "a",
                "start": 3.84,
                "end": 4.0,
                "confidence": 0.98182505,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.047537684
              },
              {
                "word": "show",
                "start": 4.0,
                "end": 4.16,
                "confidence": 0.9998983,
                "punctuated_word": "show",
                "speaker": 0,
                "speaker_confidence": 0.047537684
              },
              {
                "word": "that",
                "start": 4.16,
                "end": 4.3199997,
                "confidence": 0.9996885,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.047537684
              },
              {
                "word": "looks",
                "start": 4.3199997,
                "end": 4.56,
                "confidence": 0.9997696,
                "punctuated_word": "looks",
                "speaker": 0,
                "speaker_confidence": 0.047537684
              },
              {
                "word": "at",
                "start": 4.56,
                "end": 4.64,
                "confidence": 0.99341387,
                "punctuated_word": "at",
                "speaker": 0,
                "speaker_confidence": 0.047537684
              },
              {
                "word": "the",
                "start": 4.64,
                "end": 4.72,
                "confidence": 0.9997378,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.047537684
              },
              {
                "word": "way",
                "start": 4.72,
                "end": 5.04,
                "confidence": 0.99929655,
                "punctuated_word": "way",
                "speaker": 0,
                "speaker_confidence": 0.38180918
              },
              {
                "word": "technology",
                "start": 5.04,
                "end": 5.54,
                "confidence": 0.9922602,
                "punctuated_word": "technology,",
                "speaker": 0,
                "speaker_confidence": 0.38180918
              },
              {
                "word": "politics",
                "start": 6.08,
                "end": 6.58,
                "confidence": 0.9892615,
                "punctuated_word": "politics,",
                "speaker": 0,
                "speaker_confidence": 0.38180918
              },
              {
                "word": "and",
                "start": 6.96,
                "end": 7.2,
                "confidence": 0.99983346,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.38180918
              },
              {
                "word": "policy",
                "start": 7.2,
                "end": 7.7,
                "confidence": 0.9993598,
                "punctuated_word": "policy",
                "speaker": 0,
                "speaker_confidence": 0.38180918
              },
              {
                "word": "impacts",
                "start": 8.0,
                "end": 8.4,
                "confidence": 0.9852572,
                "punctuated_word": "impacts",
                "speaker": 0,
                "speaker_confidence": 0.38180918
              },
              {
                "word": "the",
                "start": 8.4,
                "end": 8.559999,
                "confidence": 0.99981266,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.38180918
              },
              {
                "word": "world",
                "start": 8.559999,
                "end": 8.8,
                "confidence": 0.9997762,
                "punctuated_word": "world",
                "speaker": 0,
                "speaker_confidence": 0.38180918
              },
              {
                "word": "around",
                "start": 8.8,
                "end": 9.12,
                "confidence": 0.9999478,
                "punctuated_word": "around",
                "speaker": 0,
                "speaker_confidence": 0.38180918
              },
              {
                "word": "us",
                "start": 9.12,
                "end": 9.62,
                "confidence": 0.998814,
                "punctuated_word": "us.",
                "speaker": 0,
                "speaker_confidence": 0.38180918
              },
              {
                "word": "the",
                "start": 9.84,
                "end": 10.0,
                "confidence": 0.99920243,
                "punctuated_word": "The",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "tools",
                "start": 10.0,
                "end": 10.32,
                "confidence": 0.99992454,
                "punctuated_word": "tools",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "we",
                "start": 10.32,
                "end": 10.559999,
                "confidence": 0.99955016,
                "punctuated_word": "we",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "use",
                "start": 10.559999,
                "end": 11.04,
                "confidence": 0.9988203,
                "punctuated_word": "use,",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "the",
                "start": 11.04,
                "end": 11.2,
                "confidence": 0.999813,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "way",
                "start": 11.2,
                "end": 11.44,
                "confidence": 0.9988931,
                "punctuated_word": "way",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "services",
                "start": 11.44,
                "end": 11.92,
                "confidence": 0.9997855,
                "punctuated_word": "services",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "are",
                "start": 11.92,
                "end": 12.08,
                "confidence": 0.9999095,
                "punctuated_word": "are",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "delivered",
                "start": 12.08,
                "end": 12.58,
                "confidence": 0.99569404,
                "punctuated_word": "delivered,",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "and",
                "start": 12.825,
                "end": 12.985,
                "confidence": 0.9994611,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "how",
                "start": 12.985,
                "end": 13.224999,
                "confidence": 0.99967635,
                "punctuated_word": "how",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "we",
                "start": 13.224999,
                "end": 13.304999,
                "confidence": 0.99817085,
                "punctuated_word": "we",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "talk",
                "start": 13.304999,
                "end": 13.545,
                "confidence": 0.9992508,
                "punctuated_word": "talk",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "about",
                "start": 13.545,
                "end": 14.045,
                "confidence": 0.99974793,
                "punctuated_word": "about",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "and",
                "start": 14.105,
                "end": 14.344999,
                "confidence": 0.9911102,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "set",
                "start": 14.344999,
                "end": 14.585,
                "confidence": 0.99973494,
                "punctuated_word": "set",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "policy",
                "start": 14.585,
                "end": 15.085,
                "confidence": 0.99915767,
                "punctuated_word": "policy",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "all",
                "start": 15.385,
                "end": 15.625,
                "confidence": 0.8335813,
                "punctuated_word": "all",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "shape",
                "start": 15.625,
                "end": 15.865,
                "confidence": 0.9997904,
                "punctuated_word": "shape",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "our",
                "start": 15.865,
                "end": 16.105,
                "confidence": 0.99977237,
                "punctuated_word": "our",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "society",
                "start": 16.105,
                "end": 16.605,
                "confidence": 0.99964464,
                "punctuated_word": "society.",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "we'll",
                "start": 17.305,
                "end": 17.545,
                "confidence": 0.99927175,
                "punctuated_word": "We'll",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "gather",
                "start": 17.545,
                "end": 17.865,
                "confidence": 0.9996458,
                "punctuated_word": "gather",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "around",
                "start": 17.865,
                "end": 18.105,
                "confidence": 0.91879463,
                "punctuated_word": "around",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "and",
                "start": 18.105,
                "end": 18.265,
                "confidence": 0.9904586,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "have",
                "start": 18.265,
                "end": 18.384998,
                "confidence": 0.99866164,
                "punctuated_word": "have",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "a",
                "start": 18.384998,
                "end": 18.505,
                "confidence": 0.98755884,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "chat",
                "start": 18.505,
                "end": 18.825,
                "confidence": 0.99995446,
                "punctuated_word": "chat",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "about",
                "start": 18.825,
                "end": 19.064999,
                "confidence": 0.99979275,
                "punctuated_word": "about",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "these",
                "start": 19.064999,
                "end": 19.305,
                "confidence": 0.9992229,
                "punctuated_word": "these",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "things",
                "start": 19.305,
                "end": 19.625,
                "confidence": 0.9993851,
                "punctuated_word": "things",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "together",
                "start": 19.625,
                "end": 20.125,
                "confidence": 0.99970883,
                "punctuated_word": "together",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "and",
                "start": 20.505,
                "end": 20.744999,
                "confidence": 0.72292024,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "more",
                "start": 20.744999,
                "end": 21.244999,
                "confidence": 0.99979067,
                "punctuated_word": "more.",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "before",
                "start": 21.545,
                "end": 21.865,
                "confidence": 0.9917373,
                "punctuated_word": "Before",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "we",
                "start": 21.865,
                "end": 22.025,
                "confidence": 0.99983263,
                "punctuated_word": "we",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "get",
                "start": 22.025,
                "end": 22.185,
                "confidence": 0.9994499,
                "punctuated_word": "get",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "started",
                "start": 22.185,
                "end": 22.685,
                "confidence": 0.9838425,
                "punctuated_word": "started,",
                "speaker": 0,
                "speaker_confidence": 0.5964683
              },
              {
                "word": "i",
                "start": 22.825,
                "end": 22.985,
                "confidence": 0.99964535,
                "punctuated_word": "I",
                "speaker": 0,
                "speaker_confidence": 0.17860496
              },
              {
                "word": "do",
                "start": 22.985,
                "end": 23.145,
                "confidence": 0.999356,
                "punctuated_word": "do",
                "speaker": 0,
                "speaker_confidence": 0.17860496
              },
              {
                "word": "wanna",
                "start": 23.145,
                "end": 23.465,
                "confidence": 0.50773,
                "punctuated_word": "wanna",
                "speaker": 0,
                "speaker_confidence": 0.17860496
              },
              {
                "word": "let",
                "start": 23.465,
                "end": 23.625,
                "confidence": 0.9955538,
                "punctuated_word": "let",
                "speaker": 0,
                "speaker_confidence": 0.17860496
              },
              {
                "word": "you",
                "start": 23.625,
                "end": 23.705,
                "confidence": 0.92822427,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.17860496
              },
              {
                "word": "all",
                "start": 23.705,
                "end": 23.945,
                "confidence": 0.99405646,
                "punctuated_word": "all",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "know",
                "start": 23.945,
                "end": 24.265,
                "confidence": 0.99941874,
                "punctuated_word": "know",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "that",
                "start": 24.265,
                "end": 24.505,
                "confidence": 0.9967945,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "we've",
                "start": 24.505,
                "end": 24.825,
                "confidence": 0.99794734,
                "punctuated_word": "we've",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "started",
                "start": 24.825,
                "end": 25.224998,
                "confidence": 0.99949956,
                "punctuated_word": "started",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "a",
                "start": 25.224998,
                "end": 25.384998,
                "confidence": 0.9994091,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "discord",
                "start": 25.384998,
                "end": 25.884998,
                "confidence": 0.7258614,
                "punctuated_word": "Discord",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "for",
                "start": 26.15,
                "end": 26.31,
                "confidence": 0.9998752,
                "punctuated_word": "for",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "the",
                "start": 26.31,
                "end": 26.47,
                "confidence": 0.9993291,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "podcast",
                "start": 26.47,
                "end": 26.97,
                "confidence": 0.9963897,
                "punctuated_word": "podcast.",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "there",
                "start": 27.35,
                "end": 27.59,
                "confidence": 0.99891865,
                "punctuated_word": "There",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "will",
                "start": 27.59,
                "end": 27.75,
                "confidence": 0.8803002,
                "punctuated_word": "will",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "be",
                "start": 27.75,
                "end": 27.91,
                "confidence": 0.99965763,
                "punctuated_word": "be",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "a",
                "start": 27.91,
                "end": 27.99,
                "confidence": 0.9996119,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "link",
                "start": 27.99,
                "end": 28.31,
                "confidence": 0.9999528,
                "punctuated_word": "link",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "with",
                "start": 28.31,
                "end": 28.55,
                "confidence": 0.99811196,
                "punctuated_word": "with",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "an",
                "start": 28.55,
                "end": 28.71,
                "confidence": 0.99884737,
                "punctuated_word": "an",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "invite",
                "start": 28.71,
                "end": 29.21,
                "confidence": 0.99987113,
                "punctuated_word": "invite",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "down",
                "start": 29.43,
                "end": 29.75,
                "confidence": 0.9974088,
                "punctuated_word": "down",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "in",
                "start": 29.75,
                "end": 29.83,
                "confidence": 0.9994531,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "the",
                "start": 29.83,
                "end": 29.99,
                "confidence": 0.9998598,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "episode",
                "start": 29.99,
                "end": 30.39,
                "confidence": 0.9979892,
                "punctuated_word": "episode",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "description",
                "start": 30.39,
                "end": 30.89,
                "confidence": 0.99257076,
                "punctuated_word": "description.",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "do",
                "start": 31.27,
                "end": 31.51,
                "confidence": 0.99914765,
                "punctuated_word": "Do",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "feel",
                "start": 31.51,
                "end": 31.75,
                "confidence": 0.9938729,
                "punctuated_word": "feel",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "free",
                "start": 31.75,
                "end": 31.99,
                "confidence": 0.9996245,
                "punctuated_word": "free",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "to",
                "start": 31.99,
                "end": 32.07,
                "confidence": 0.9998406,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "go",
                "start": 32.07,
                "end": 32.309998,
                "confidence": 0.99908376,
                "punctuated_word": "go",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "check",
                "start": 32.309998,
                "end": 32.55,
                "confidence": 0.9988933,
                "punctuated_word": "check",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "that",
                "start": 32.55,
                "end": 32.71,
                "confidence": 0.99977833,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "out",
                "start": 32.71,
                "end": 33.19,
                "confidence": 0.99402064,
                "punctuated_word": "out.",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "it's",
                "start": 33.19,
                "end": 33.35,
                "confidence": 0.9967948,
                "punctuated_word": "It's",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "a",
                "start": 33.35,
                "end": 33.43,
                "confidence": 0.9980488,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "small",
                "start": 33.43,
                "end": 33.67,
                "confidence": 0.99990857,
                "punctuated_word": "small",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "community",
                "start": 33.67,
                "end": 34.15,
                "confidence": 0.9999231,
                "punctuated_word": "community",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "right",
                "start": 34.15,
                "end": 34.309998,
                "confidence": 0.9994618,
                "punctuated_word": "right",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "now",
                "start": 34.309998,
                "end": 34.47,
                "confidence": 0.86001945,
                "punctuated_word": "now,",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "but",
                "start": 34.47,
                "end": 34.71,
                "confidence": 0.99838924,
                "punctuated_word": "but",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "hoping",
                "start": 34.71,
                "end": 35.03,
                "confidence": 0.981601,
                "punctuated_word": "hoping",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "to",
                "start": 35.03,
                "end": 35.11,
                "confidence": 0.9997259,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "grow",
                "start": 35.11,
                "end": 35.35,
                "confidence": 0.999808,
                "punctuated_word": "grow",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "it",
                "start": 35.35,
                "end": 35.59,
                "confidence": 0.9942025,
                "punctuated_word": "it.",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "it's",
                "start": 35.59,
                "end": 35.83,
                "confidence": 0.998805,
                "punctuated_word": "It's",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "a",
                "start": 35.83,
                "end": 35.91,
                "confidence": 0.9996306,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "great",
                "start": 35.91,
                "end": 36.15,
                "confidence": 0.9999244,
                "punctuated_word": "great",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "way",
                "start": 36.15,
                "end": 36.39,
                "confidence": 0.99987924,
                "punctuated_word": "way",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "to",
                "start": 36.39,
                "end": 36.89,
                "confidence": 0.999471,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "reach",
                "start": 37.19,
                "end": 37.43,
                "confidence": 0.99928623,
                "punctuated_word": "reach",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "out",
                "start": 37.43,
                "end": 37.59,
                "confidence": 0.999532,
                "punctuated_word": "out",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "to",
                "start": 37.59,
                "end": 37.67,
                "confidence": 0.997382,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.6242831
              },
              {
                "word": "me",
                "start": 37.67,
                "end": 37.829998,
                "confidence": 0.999926,
                "punctuated_word": "me",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "and",
                "start": 37.829998,
                "end": 37.989998,
                "confidence": 0.8868971,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "let",
                "start": 37.989998,
                "end": 38.15,
                "confidence": 0.9998901,
                "punctuated_word": "let",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "me",
                "start": 38.15,
                "end": 38.23,
                "confidence": 0.99962497,
                "punctuated_word": "me",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "know",
                "start": 38.23,
                "end": 38.47,
                "confidence": 0.9999523,
                "punctuated_word": "know",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "things",
                "start": 38.47,
                "end": 38.629997,
                "confidence": 0.9942649,
                "punctuated_word": "things",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "that",
                "start": 38.629997,
                "end": 38.71,
                "confidence": 0.98413485,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "you",
                "start": 38.71,
                "end": 38.87,
                "confidence": 0.9995956,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "might",
                "start": 38.87,
                "end": 39.03,
                "confidence": 0.999613,
                "punctuated_word": "might",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "want",
                "start": 39.03,
                "end": 39.27,
                "confidence": 0.99953234,
                "punctuated_word": "want",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "us",
                "start": 39.27,
                "end": 39.35,
                "confidence": 0.9982023,
                "punctuated_word": "us",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "to",
                "start": 39.35,
                "end": 39.51,
                "confidence": 0.999602,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "cover",
                "start": 39.51,
                "end": 39.989998,
                "confidence": 0.9998704,
                "punctuated_word": "cover",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "or",
                "start": 39.989998,
                "end": 40.23,
                "confidence": 0.59712356,
                "punctuated_word": "or",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "to",
                "start": 40.23,
                "end": 40.39,
                "confidence": 0.97607464,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "just",
                "start": 40.39,
                "end": 40.55,
                "confidence": 0.99962866,
                "punctuated_word": "just",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "hang",
                "start": 40.55,
                "end": 40.79,
                "confidence": 0.9997274,
                "punctuated_word": "hang",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "out",
                "start": 40.79,
                "end": 40.95,
                "confidence": 0.9938474,
                "punctuated_word": "out",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "and",
                "start": 40.95,
                "end": 41.11,
                "confidence": 0.9976603,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "talk",
                "start": 41.11,
                "end": 41.35,
                "confidence": 0.99984527,
                "punctuated_word": "talk",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "about",
                "start": 41.35,
                "end": 41.805,
                "confidence": 0.9997503,
                "punctuated_word": "about",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "civic",
                "start": 42.285,
                "end": 42.765,
                "confidence": 0.7384292,
                "punctuated_word": "civic",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "tech",
                "start": 42.765,
                "end": 43.085,
                "confidence": 0.9987353,
                "punctuated_word": "tech.",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "anyway",
                "start": 43.085,
                "end": 43.585,
                "confidence": 0.9932946,
                "punctuated_word": "Anyway,",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "let's",
                "start": 43.725,
                "end": 43.965,
                "confidence": 0.99928284,
                "punctuated_word": "let's",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "go",
                "start": 43.965,
                "end": 44.125,
                "confidence": 0.99994385,
                "punctuated_word": "go",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "ahead",
                "start": 44.125,
                "end": 44.445,
                "confidence": 0.9999521,
                "punctuated_word": "ahead",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "and",
                "start": 44.445,
                "end": 44.845,
                "confidence": 0.9992169,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "start",
                "start": 44.845,
                "end": 45.165,
                "confidence": 0.9998945,
                "punctuated_word": "start",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "the",
                "start": 45.165,
                "end": 45.325,
                "confidence": 0.9997775,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "show",
                "start": 45.325,
                "end": 45.825,
                "confidence": 0.9994888,
                "punctuated_word": "show.",
                "speaker": 0,
                "speaker_confidence": 0.564714
              },
              {
                "word": "alright",
                "start": 47.645,
                "end": 48.145,
                "confidence": 0.8772346,
                "punctuated_word": "Alright,",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "folks",
                "start": 48.285,
                "end": 48.785,
                "confidence": 0.99064255,
                "punctuated_word": "folks.",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "today",
                "start": 48.845,
                "end": 49.245,
                "confidence": 0.8884838,
                "punctuated_word": "Today,",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "we're",
                "start": 49.245,
                "end": 49.485,
                "confidence": 0.99974144,
                "punctuated_word": "we're",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "gonna",
                "start": 49.485,
                "end": 49.725,
                "confidence": 0.947323,
                "punctuated_word": "gonna",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "talk",
                "start": 49.725,
                "end": 50.045,
                "confidence": 0.99722797,
                "punctuated_word": "talk",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "about",
                "start": 50.045,
                "end": 50.545,
                "confidence": 0.9998779,
                "punctuated_word": "about",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "the",
                "start": 50.765,
                "end": 51.005,
                "confidence": 0.999561,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "crowdstrike",
                "start": 51.005,
                "end": 51.505,
                "confidence": 0.65511537,
                "punctuated_word": "CrowdStrike",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "incident",
                "start": 51.645,
                "end": 52.125,
                "confidence": 0.999406,
                "punctuated_word": "incident",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "that",
                "start": 52.125,
                "end": 52.364998,
                "confidence": 0.9997602,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "happened",
                "start": 52.364998,
                "end": 52.685,
                "confidence": 0.9999604,
                "punctuated_word": "happened",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "on",
                "start": 52.685,
                "end": 52.845,
                "confidence": 0.9998796,
                "punctuated_word": "on",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "july",
                "start": 52.845,
                "end": 53.335,
                "confidence": 0.9982556,
                "punctuated_word": "July",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "19",
                "start": 53.335,
                "end": 53.824997,
                "confidence": 0.9982556,
                "punctuated_word": "19.",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "now",
                "start": 54.445,
                "end": 54.605,
                "confidence": 0.9992867,
                "punctuated_word": "Now",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "that",
                "start": 54.605,
                "end": 54.845,
                "confidence": 0.9988732,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "we're",
                "start": 54.845,
                "end": 55.085,
                "confidence": 0.9991645,
                "punctuated_word": "we're",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "about",
                "start": 55.085,
                "end": 55.585,
                "confidence": 0.8405041,
                "punctuated_word": "about,",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "oh",
                "start": 56.16,
                "end": 56.48,
                "confidence": 0.7643201,
                "punctuated_word": "oh,",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "close",
                "start": 56.48,
                "end": 56.8,
                "confidence": 0.99956566,
                "punctuated_word": "close",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "to",
                "start": 56.8,
                "end": 56.96,
                "confidence": 0.9997956,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "two",
                "start": 56.96,
                "end": 57.12,
                "confidence": 0.9998816,
                "punctuated_word": "two",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "weeks",
                "start": 57.12,
                "end": 57.36,
                "confidence": 0.99991214,
                "punctuated_word": "weeks",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "from",
                "start": 57.36,
                "end": 57.6,
                "confidence": 0.9998864,
                "punctuated_word": "from",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "the",
                "start": 57.6,
                "end": 57.760002,
                "confidence": 0.99993,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "incident",
                "start": 57.760002,
                "end": 58.260002,
                "confidence": 0.9973333,
                "punctuated_word": "incident,",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "i",
                "start": 58.32,
                "end": 58.4,
                "confidence": 0.99960154,
                "punctuated_word": "I",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "thought",
                "start": 58.4,
                "end": 58.64,
                "confidence": 0.999226,
                "punctuated_word": "thought",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "it'd",
                "start": 58.64,
                "end": 58.72,
                "confidence": 0.97411466,
                "punctuated_word": "it'd",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "be",
                "start": 58.72,
                "end": 58.88,
                "confidence": 0.9995974,
                "punctuated_word": "be",
                "speaker": 0,
                "speaker_confidence": 0.6518202
              },
              {
                "word": "a",
                "start": 58.88,
                "end": 58.96,
                "confidence": 0.9995042,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "good",
                "start": 58.96,
                "end": 59.12,
                "confidence": 0.99996805,
                "punctuated_word": "good",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "idea",
                "start": 59.12,
                "end": 59.52,
                "confidence": 0.99978787,
                "punctuated_word": "idea",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "to",
                "start": 59.52,
                "end": 59.68,
                "confidence": 0.9997588,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "kinda",
                "start": 59.68,
                "end": 59.92,
                "confidence": 0.7763318,
                "punctuated_word": "kinda",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "gather",
                "start": 59.92,
                "end": 60.16,
                "confidence": 0.99962056,
                "punctuated_word": "gather",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "what",
                "start": 60.16,
                "end": 60.32,
                "confidence": 0.9541125,
                "punctuated_word": "what",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "information",
                "start": 60.32,
                "end": 60.8,
                "confidence": 0.9997868,
                "punctuated_word": "information",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "i",
                "start": 60.8,
                "end": 60.96,
                "confidence": 0.999752,
                "punctuated_word": "I",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "can",
                "start": 60.96,
                "end": 61.44,
                "confidence": 0.99995387,
                "punctuated_word": "can",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "and",
                "start": 61.44,
                "end": 61.68,
                "confidence": 0.9675844,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "put",
                "start": 61.68,
                "end": 61.84,
                "confidence": 0.99991214,
                "punctuated_word": "put",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "it",
                "start": 61.84,
                "end": 61.92,
                "confidence": 0.9997193,
                "punctuated_word": "it",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "together",
                "start": 61.92,
                "end": 62.4,
                "confidence": 0.9998801,
                "punctuated_word": "together",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "into",
                "start": 62.4,
                "end": 62.88,
                "confidence": 0.99945956,
                "punctuated_word": "into",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "a",
                "start": 62.88,
                "end": 63.04,
                "confidence": 0.995909,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "sort",
                "start": 63.04,
                "end": 63.2,
                "confidence": 0.99511814,
                "punctuated_word": "sort",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "of",
                "start": 63.2,
                "end": 63.52,
                "confidence": 0.99978715,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "audio",
                "start": 63.52,
                "end": 63.92,
                "confidence": 0.99894994,
                "punctuated_word": "audio",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "briefing",
                "start": 63.92,
                "end": 64.32,
                "confidence": 0.99533314,
                "punctuated_word": "briefing",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "for",
                "start": 64.32,
                "end": 64.56,
                "confidence": 0.99993813,
                "punctuated_word": "for",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "you",
                "start": 64.56,
                "end": 65.06,
                "confidence": 0.9999287,
                "punctuated_word": "you.",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "so",
                "start": 65.44,
                "end": 65.68,
                "confidence": 0.99967647,
                "punctuated_word": "So",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "first",
                "start": 65.68,
                "end": 65.92,
                "confidence": 0.89672923,
                "punctuated_word": "first,",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "let's",
                "start": 65.92,
                "end": 66.24,
                "confidence": 0.9998958,
                "punctuated_word": "let's",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "talk",
                "start": 66.24,
                "end": 66.48,
                "confidence": 0.999913,
                "punctuated_word": "talk",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "about",
                "start": 66.48,
                "end": 66.98,
                "confidence": 0.9998666,
                "punctuated_word": "about",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "why",
                "start": 67.520004,
                "end": 67.84,
                "confidence": 0.9987129,
                "punctuated_word": "why",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "you",
                "start": 67.84,
                "end": 68.08,
                "confidence": 0.99985695,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "should",
                "start": 68.08,
                "end": 68.32,
                "confidence": 0.9999502,
                "punctuated_word": "should",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "care",
                "start": 68.32,
                "end": 68.479996,
                "confidence": 0.999943,
                "punctuated_word": "care",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "about",
                "start": 68.479996,
                "end": 68.8,
                "confidence": 0.999931,
                "punctuated_word": "about",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "this",
                "start": 68.8,
                "end": 69.3,
                "confidence": 0.9976952,
                "punctuated_word": "this.",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "as",
                "start": 69.645,
                "end": 69.805,
                "confidence": 0.9997656,
                "punctuated_word": "As",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "i",
                "start": 69.805,
                "end": 69.885,
                "confidence": 0.99988174,
                "punctuated_word": "I",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "mentioned",
                "start": 69.885,
                "end": 70.205,
                "confidence": 0.7458451,
                "punctuated_word": "mentioned,",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "on",
                "start": 70.205,
                "end": 70.445,
                "confidence": 0.9736787,
                "punctuated_word": "on",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "july",
                "start": 70.445,
                "end": 70.765,
                "confidence": 0.9931127,
                "punctuated_word": "July",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "19",
                "start": 70.765,
                "end": 71.085,
                "confidence": 0.9931127,
                "punctuated_word": "19,",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "there",
                "start": 71.085,
                "end": 71.244995,
                "confidence": 0.9999217,
                "punctuated_word": "there",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "was",
                "start": 71.244995,
                "end": 71.485,
                "confidence": 0.9787008,
                "punctuated_word": "was",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "a",
                "start": 71.485,
                "end": 71.645,
                "confidence": 0.9959026,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "major",
                "start": 71.645,
                "end": 72.125,
                "confidence": 0.99991703,
                "punctuated_word": "major",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "it",
                "start": 72.125,
                "end": 72.445,
                "confidence": 0.99934465,
                "punctuated_word": "IT",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "outage",
                "start": 72.445,
                "end": 72.945,
                "confidence": 0.9382653,
                "punctuated_word": "outage,",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "and",
                "start": 73.244995,
                "end": 73.365,
                "confidence": 0.99978,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.76197785
              },
              {
                "word": "it",
                "start": 73.365,
                "end": 73.485,
                "confidence": 0.99995553,
                "punctuated_word": "it",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "was",
                "start": 73.485,
                "end": 73.725,
                "confidence": 0.99997675,
                "punctuated_word": "was",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "global",
                "start": 73.725,
                "end": 74.125,
                "confidence": 0.99989176,
                "punctuated_word": "global",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "in",
                "start": 74.125,
                "end": 74.284996,
                "confidence": 0.95548946,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "scale",
                "start": 74.284996,
                "end": 74.784996,
                "confidence": 0.9486592,
                "punctuated_word": "scale.",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "something",
                "start": 75.165,
                "end": 75.565,
                "confidence": 0.99971753,
                "punctuated_word": "Something",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "like",
                "start": 75.565,
                "end": 75.885,
                "confidence": 0.9449967,
                "punctuated_word": "like",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "over",
                "start": 75.885,
                "end": 76.205,
                "confidence": 0.99127334,
                "punctuated_word": "over",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "5,000",
                "start": 76.205,
                "end": 76.845,
                "confidence": 0.9992697,
                "punctuated_word": "5,000",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "commercial",
                "start": 76.845,
                "end": 77.325,
                "confidence": 0.99987495,
                "punctuated_word": "commercial",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "flights",
                "start": 77.325,
                "end": 77.565,
                "confidence": 0.99992204,
                "punctuated_word": "flights",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "were",
                "start": 77.565,
                "end": 77.805,
                "confidence": 0.9992949,
                "punctuated_word": "were",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "impacted",
                "start": 77.805,
                "end": 78.305,
                "confidence": 0.94064534,
                "punctuated_word": "impacted,",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "which",
                "start": 78.845,
                "end": 79.005,
                "confidence": 0.99975926,
                "punctuated_word": "which",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "if",
                "start": 79.005,
                "end": 79.085,
                "confidence": 0.92816246,
                "punctuated_word": "if",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "you're",
                "start": 79.085,
                "end": 79.325,
                "confidence": 0.9994548,
                "punctuated_word": "you're",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "someone",
                "start": 79.325,
                "end": 79.565,
                "confidence": 0.9998802,
                "punctuated_word": "someone",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "who",
                "start": 79.565,
                "end": 79.725,
                "confidence": 0.99968255,
                "punctuated_word": "who",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "is",
                "start": 79.725,
                "end": 79.884995,
                "confidence": 0.5829191,
                "punctuated_word": "is",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "trying",
                "start": 79.884995,
                "end": 80.125,
                "confidence": 0.9992256,
                "punctuated_word": "trying",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "to",
                "start": 80.125,
                "end": 80.205,
                "confidence": 0.99874914,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "take",
                "start": 80.205,
                "end": 80.365,
                "confidence": 0.99984646,
                "punctuated_word": "take",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "a",
                "start": 80.365,
                "end": 80.445,
                "confidence": 0.9981211,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.6397476
              },
              {
                "word": "flight",
                "start": 80.445,
                "end": 80.685,
                "confidence": 0.9999665,
                "punctuated_word": "flight",
                "speaker": 0,
                "speaker_confidence": 0.5681267
              },
              {
                "word": "that",
                "start": 80.685,
                "end": 80.924995,
                "confidence": 0.99978477,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.5681267
              },
              {
                "word": "day",
                "start": 80.924995,
                "end": 81.424995,
                "confidence": 0.99954295,
                "punctuated_word": "day,",
                "speaker": 0,
                "speaker_confidence": 0.5681267
              },
              {
                "word": "i'm",
                "start": 81.485,
                "end": 81.645,
                "confidence": 0.9995752,
                "punctuated_word": "I'm",
                "speaker": 0,
                "speaker_confidence": 0.5681267
              },
              {
                "word": "sure",
                "start": 81.645,
                "end": 81.884995,
                "confidence": 0.99996316,
                "punctuated_word": "sure",
                "speaker": 0,
                "speaker_confidence": 0.5681267
              },
              {
                "word": "you",
                "start": 81.884995,
                "end": 82.045,
                "confidence": 0.9998838,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.5681267
              },
              {
                "word": "have",
                "start": 82.045,
                "end": 82.284996,
                "confidence": 0.99814665,
                "punctuated_word": "have",
                "speaker": 0,
                "speaker_confidence": 0.5681267
              },
              {
                "word": "a",
                "start": 82.284996,
                "end": 82.365,
                "confidence": 0.9515875,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.5681267
              },
              {
                "word": "personal",
                "start": 82.365,
                "end": 82.845,
                "confidence": 0.9997023,
                "punctuated_word": "personal",
                "speaker": 0,
                "speaker_confidence": 0.5681267
              },
              {
                "word": "experience",
                "start": 82.845,
                "end": 83.325,
                "confidence": 0.9995408,
                "punctuated_word": "experience",
                "speaker": 0,
                "speaker_confidence": 0.5681267
              },
              {
                "word": "to",
                "start": 83.325,
                "end": 83.825,
                "confidence": 0.97395474,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.5681267
              },
              {
                "word": "to",
                "start": 84.08,
                "end": 84.24,
                "confidence": 0.99995244,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "weigh",
                "start": 84.24,
                "end": 84.48,
                "confidence": 0.9994338,
                "punctuated_word": "weigh",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "in",
                "start": 84.48,
                "end": 84.64,
                "confidence": 0.98347616,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "on",
                "start": 84.64,
                "end": 84.8,
                "confidence": 0.999408,
                "punctuated_word": "on",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "there",
                "start": 84.8,
                "end": 85.3,
                "confidence": 0.99955624,
                "punctuated_word": "there.",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "all",
                "start": 85.84,
                "end": 86.08,
                "confidence": 0.9998029,
                "punctuated_word": "All",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "kinds",
                "start": 86.08,
                "end": 86.32,
                "confidence": 0.9999213,
                "punctuated_word": "kinds",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "of",
                "start": 86.32,
                "end": 86.4,
                "confidence": 0.9999093,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "other",
                "start": 86.4,
                "end": 86.64,
                "confidence": 0.99990964,
                "punctuated_word": "other",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "businesses",
                "start": 86.64,
                "end": 87.04,
                "confidence": 0.99937195,
                "punctuated_word": "businesses",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "were",
                "start": 87.04,
                "end": 87.2,
                "confidence": 0.99768686,
                "punctuated_word": "were",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "affected",
                "start": 87.2,
                "end": 87.6,
                "confidence": 0.9983369,
                "punctuated_word": "affected",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "though",
                "start": 87.6,
                "end": 87.76,
                "confidence": 0.49101332,
                "punctuated_word": "though",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "as",
                "start": 87.76,
                "end": 87.92,
                "confidence": 0.98714256,
                "punctuated_word": "as",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "well",
                "start": 87.92,
                "end": 88.32,
                "confidence": 0.9230641,
                "punctuated_word": "well,",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "and",
                "start": 88.32,
                "end": 88.56,
                "confidence": 0.99982625,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "services",
                "start": 88.56,
                "end": 89.06,
                "confidence": 0.99973875,
                "punctuated_word": "services",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "were",
                "start": 89.12,
                "end": 89.28,
                "confidence": 0.99927014,
                "punctuated_word": "were",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "disrupted",
                "start": 89.28,
                "end": 89.78,
                "confidence": 0.90521586,
                "punctuated_word": "disrupted.",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "everything",
                "start": 90.24,
                "end": 90.64,
                "confidence": 0.9998436,
                "punctuated_word": "Everything",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "from",
                "start": 90.64,
                "end": 90.96,
                "confidence": 0.99685353,
                "punctuated_word": "from",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "stores",
                "start": 90.96,
                "end": 91.46,
                "confidence": 0.9982498,
                "punctuated_word": "stores",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "trying",
                "start": 91.52,
                "end": 91.76,
                "confidence": 0.97060734,
                "punctuated_word": "trying",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "to",
                "start": 91.76,
                "end": 91.92,
                "confidence": 0.999813,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "check",
                "start": 91.92,
                "end": 92.16,
                "confidence": 0.96886665,
                "punctuated_word": "check",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "out",
                "start": 92.16,
                "end": 92.56,
                "confidence": 0.9995622,
                "punctuated_word": "out",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "goods",
                "start": 92.56,
                "end": 93.06,
                "confidence": 0.9993998,
                "punctuated_word": "goods",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "to",
                "start": 93.36,
                "end": 93.6,
                "confidence": 0.79892755,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "hospitals",
                "start": 93.6,
                "end": 94.08,
                "confidence": 0.996944,
                "punctuated_word": "hospitals",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "trying",
                "start": 94.08,
                "end": 94.32,
                "confidence": 0.9875261,
                "punctuated_word": "trying",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "to",
                "start": 94.32,
                "end": 94.4,
                "confidence": 0.99960417,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "give",
                "start": 94.4,
                "end": 94.72,
                "confidence": 0.99715793,
                "punctuated_word": "give",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "critical",
                "start": 94.72,
                "end": 95.12,
                "confidence": 0.9996691,
                "punctuated_word": "critical",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "medical",
                "start": 95.12,
                "end": 95.6,
                "confidence": 0.99986625,
                "punctuated_word": "medical",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "care",
                "start": 95.6,
                "end": 96.1,
                "confidence": 0.9866793,
                "punctuated_word": "care.",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "it's",
                "start": 96.725,
                "end": 96.965004,
                "confidence": 0.9995837,
                "punctuated_word": "It's",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "something",
                "start": 96.965004,
                "end": 97.465004,
                "confidence": 0.9999428,
                "punctuated_word": "something",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "of",
                "start": 97.765,
                "end": 98.085,
                "confidence": 0.99902,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "it",
                "start": 98.325,
                "end": 98.405,
                "confidence": 0.51698655,
                "punctuated_word": "it",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "where",
                "start": 98.485,
                "end": 98.645004,
                "confidence": 0.95138913,
                "punctuated_word": "where",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "it's",
                "start": 98.645004,
                "end": 98.805,
                "confidence": 0.9980171,
                "punctuated_word": "it's",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "difficult",
                "start": 98.805,
                "end": 99.125,
                "confidence": 0.99789447,
                "punctuated_word": "difficult",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "to",
                "start": 99.125,
                "end": 99.285,
                "confidence": 0.9978961,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "quantify",
                "start": 99.285,
                "end": 99.765,
                "confidence": 0.9251449,
                "punctuated_word": "quantify",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "the",
                "start": 99.765,
                "end": 100.005,
                "confidence": 0.99979335,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "damages",
                "start": 100.005,
                "end": 100.505,
                "confidence": 0.83059084,
                "punctuated_word": "damages,",
                "speaker": 0,
                "speaker_confidence": 0.79222274
              },
              {
                "word": "but",
                "start": 100.885,
                "end": 101.045,
                "confidence": 0.9992975,
                "punctuated_word": "but",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "an",
                "start": 101.045,
                "end": 101.205,
                "confidence": 0.9970655,
                "punctuated_word": "an",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "early",
                "start": 101.205,
                "end": 101.525,
                "confidence": 0.998538,
                "punctuated_word": "early",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "estimate",
                "start": 101.525,
                "end": 101.925,
                "confidence": 0.99993443,
                "punctuated_word": "estimate",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "from",
                "start": 101.925,
                "end": 102.165,
                "confidence": 0.99977773,
                "punctuated_word": "from",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "the",
                "start": 102.165,
                "end": 102.485,
                "confidence": 0.9570425,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "anderson",
                "start": 102.485,
                "end": 102.965004,
                "confidence": 0.7723382,
                "punctuated_word": "Anderson",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "economic",
                "start": 102.965004,
                "end": 103.445,
                "confidence": 0.8439223,
                "punctuated_word": "Economic",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "group",
                "start": 103.445,
                "end": 103.925,
                "confidence": 0.9923929,
                "punctuated_word": "Group",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "based",
                "start": 103.925,
                "end": 104.165,
                "confidence": 0.8850082,
                "punctuated_word": "based",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "in",
                "start": 104.165,
                "end": 104.325,
                "confidence": 0.99839383,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "michigan",
                "start": 104.325,
                "end": 104.805,
                "confidence": 0.99997663,
                "punctuated_word": "Michigan",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "puts",
                "start": 104.805,
                "end": 105.045,
                "confidence": 0.97375023,
                "punctuated_word": "puts",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "it",
                "start": 105.045,
                "end": 105.365,
                "confidence": 0.9961826,
                "punctuated_word": "it",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "at",
                "start": 105.365,
                "end": 105.685,
                "confidence": 0.9898281,
                "punctuated_word": "at",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "somewhere",
                "start": 105.685,
                "end": 106.005005,
                "confidence": 0.95681155,
                "punctuated_word": "somewhere",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "greater",
                "start": 106.005005,
                "end": 106.325,
                "confidence": 0.9997093,
                "punctuated_word": "greater",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "than",
                "start": 106.325,
                "end": 106.485,
                "confidence": 0.9998946,
                "punctuated_word": "than",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "a",
                "start": 106.485,
                "end": 106.645004,
                "confidence": 0.9977381,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "billion",
                "start": 106.645004,
                "end": 107.045,
                "confidence": 0.99981326,
                "punctuated_word": "billion",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "dollars",
                "start": 107.045,
                "end": 107.545,
                "confidence": 0.9994837,
                "punctuated_word": "dollars.",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "this",
                "start": 108.565,
                "end": 108.965,
                "confidence": 0.99977094,
                "punctuated_word": "This",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "problem",
                "start": 108.965,
                "end": 109.465,
                "confidence": 0.9998646,
                "punctuated_word": "problem",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "reveals",
                "start": 109.525,
                "end": 110.025,
                "confidence": 0.9998234,
                "punctuated_word": "reveals",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "systemic",
                "start": 110.579994,
                "end": 110.979996,
                "confidence": 0.9998504,
                "punctuated_word": "systemic",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "weaknesses",
                "start": 110.979996,
                "end": 111.479996,
                "confidence": 0.99984086,
                "punctuated_word": "weaknesses",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "in",
                "start": 111.939995,
                "end": 112.17999,
                "confidence": 0.98086506,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "the",
                "start": 112.17999,
                "end": 112.259995,
                "confidence": 0.99924386,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "way",
                "start": 112.259995,
                "end": 112.5,
                "confidence": 0.9999846,
                "punctuated_word": "way",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "we",
                "start": 112.5,
                "end": 112.74,
                "confidence": 0.99989855,
                "punctuated_word": "we",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "handle",
                "start": 112.74,
                "end": 113.14,
                "confidence": 0.99993074,
                "punctuated_word": "handle",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "our",
                "start": 113.14,
                "end": 113.38,
                "confidence": 0.99921584,
                "punctuated_word": "our",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "information",
                "start": 113.38,
                "end": 113.88,
                "confidence": 0.99982315,
                "punctuated_word": "information",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "systems",
                "start": 113.939995,
                "end": 114.439995,
                "confidence": 0.9833132,
                "punctuated_word": "systems.",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "a",
                "start": 114.899994,
                "end": 115.06,
                "confidence": 0.9986091,
                "punctuated_word": "A",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "problem",
                "start": 115.06,
                "end": 115.38,
                "confidence": 0.99998796,
                "punctuated_word": "problem",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "with",
                "start": 115.38,
                "end": 115.619995,
                "confidence": 0.9998123,
                "punctuated_word": "with",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "one",
                "start": 115.619995,
                "end": 115.85999,
                "confidence": 0.9998828,
                "punctuated_word": "one",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "vendor",
                "start": 115.85999,
                "end": 116.35999,
                "confidence": 0.99988234,
                "punctuated_word": "vendor",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "causing",
                "start": 116.82,
                "end": 117.299995,
                "confidence": 0.905256,
                "punctuated_word": "causing",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "this",
                "start": 117.299995,
                "end": 117.53999,
                "confidence": 0.99991095,
                "punctuated_word": "this",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "big",
                "start": 117.53999,
                "end": 117.78,
                "confidence": 0.9998536,
                "punctuated_word": "big",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "of",
                "start": 117.78,
                "end": 117.939995,
                "confidence": 0.99981076,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "an",
                "start": 117.939995,
                "end": 118.17999,
                "confidence": 0.99981576,
                "punctuated_word": "an",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "impact",
                "start": 118.17999,
                "end": 118.579994,
                "confidence": 0.99988997,
                "punctuated_word": "impact",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "across",
                "start": 118.579994,
                "end": 118.81999,
                "confidence": 0.9999213,
                "punctuated_word": "across",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "the",
                "start": 118.81999,
                "end": 118.979996,
                "confidence": 0.9997819,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "globe",
                "start": 118.979996,
                "end": 119.479996,
                "confidence": 0.9998282,
                "punctuated_word": "globe",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "is",
                "start": 119.53999,
                "end": 119.78,
                "confidence": 0.99887437,
                "punctuated_word": "is",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "probably",
                "start": 119.78,
                "end": 120.259995,
                "confidence": 0.9992155,
                "punctuated_word": "probably",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "not",
                "start": 120.259995,
                "end": 120.579994,
                "confidence": 0.99985874,
                "punctuated_word": "not",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "a",
                "start": 120.579994,
                "end": 120.659996,
                "confidence": 0.9998789,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.7720218
              },
              {
                "word": "great",
                "start": 120.659996,
                "end": 120.979996,
                "confidence": 0.99998355,
                "punctuated_word": "great",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "situation",
                "start": 120.979996,
                "end": 121.479996,
                "confidence": 0.99706197,
                "punctuated_word": "situation.",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "so",
                "start": 122.955,
                "end": 123.195,
                "confidence": 0.99977547,
                "punctuated_word": "So",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "let's",
                "start": 123.195,
                "end": 123.355,
                "confidence": 0.99901223,
                "punctuated_word": "let's",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "talk",
                "start": 123.355,
                "end": 123.435005,
                "confidence": 0.99997497,
                "punctuated_word": "talk",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "about",
                "start": 123.435005,
                "end": 123.675,
                "confidence": 0.9999614,
                "punctuated_word": "about",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "what",
                "start": 123.675,
                "end": 124.075005,
                "confidence": 0.99986076,
                "punctuated_word": "what",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "crowdstrike",
                "start": 124.075005,
                "end": 124.575005,
                "confidence": 0.9711827,
                "punctuated_word": "CrowdStrike",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "is",
                "start": 124.795,
                "end": 125.295,
                "confidence": 0.9993222,
                "punctuated_word": "is.",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "it's",
                "start": 125.915,
                "end": 126.155,
                "confidence": 0.9983033,
                "punctuated_word": "It's",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "a",
                "start": 126.155,
                "end": 126.235,
                "confidence": 0.9997012,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "company",
                "start": 126.235,
                "end": 126.635,
                "confidence": 0.999982,
                "punctuated_word": "company",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "that",
                "start": 126.635,
                "end": 126.875,
                "confidence": 0.9999505,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "makes",
                "start": 126.875,
                "end": 127.195,
                "confidence": 0.99971634,
                "punctuated_word": "makes",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "a",
                "start": 127.195,
                "end": 127.355,
                "confidence": 0.99984086,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "series",
                "start": 127.355,
                "end": 127.755005,
                "confidence": 0.9999051,
                "punctuated_word": "series",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "of",
                "start": 127.755005,
                "end": 128.235,
                "confidence": 0.99995875,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "it",
                "start": 128.235,
                "end": 128.735,
                "confidence": 0.9997118,
                "punctuated_word": "IT",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "security",
                "start": 129.355,
                "end": 129.835,
                "confidence": 0.9240905,
                "punctuated_word": "security",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "and",
                "start": 129.835,
                "end": 129.995,
                "confidence": 0.9983646,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "management",
                "start": 129.995,
                "end": 130.475,
                "confidence": 0.99991584,
                "punctuated_word": "management",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "products",
                "start": 130.475,
                "end": 130.975,
                "confidence": 0.9997375,
                "punctuated_word": "products.",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "in",
                "start": 131.435,
                "end": 131.595,
                "confidence": 0.99980253,
                "punctuated_word": "In",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "the",
                "start": 131.595,
                "end": 131.675,
                "confidence": 0.999938,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "past",
                "start": 131.675,
                "end": 131.995,
                "confidence": 0.99598813,
                "punctuated_word": "past,",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "they've",
                "start": 131.995,
                "end": 132.235,
                "confidence": 0.98975813,
                "punctuated_word": "they've",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "been",
                "start": 132.235,
                "end": 132.475,
                "confidence": 0.9998178,
                "punctuated_word": "been",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "known",
                "start": 132.475,
                "end": 132.875,
                "confidence": 0.9999713,
                "punctuated_word": "known",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "for",
                "start": 132.875,
                "end": 133.375,
                "confidence": 0.99986243,
                "punctuated_word": "for",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "detecting",
                "start": 133.675,
                "end": 134.155,
                "confidence": 0.999858,
                "punctuated_word": "detecting",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "security",
                "start": 134.155,
                "end": 134.655,
                "confidence": 0.999979,
                "punctuated_word": "security",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "breaches",
                "start": 134.715,
                "end": 135.215,
                "confidence": 0.7648431,
                "punctuated_word": "breaches,",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "like",
                "start": 135.595,
                "end": 135.835,
                "confidence": 0.9997619,
                "punctuated_word": "like",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "the",
                "start": 135.835,
                "end": 136.235,
                "confidence": 0.988886,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "sony",
                "start": 136.235,
                "end": 136.635,
                "confidence": 0.9985331,
                "punctuated_word": "Sony",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "pictures",
                "start": 136.635,
                "end": 137.115,
                "confidence": 0.8275762,
                "punctuated_word": "Pictures",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "hack",
                "start": 137.115,
                "end": 137.435,
                "confidence": 0.98073626,
                "punctuated_word": "hack",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "of",
                "start": 137.435,
                "end": 137.675,
                "confidence": 0.99578804,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "2014",
                "start": 137.675,
                "end": 138.495,
                "confidence": 0.99917555,
                "punctuated_word": "2014",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "and",
                "start": 139.17,
                "end": 139.40999,
                "confidence": 0.9998622,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "a",
                "start": 139.40999,
                "end": 139.48999,
                "confidence": 0.9934621,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "series",
                "start": 139.48999,
                "end": 139.89,
                "confidence": 0.9997415,
                "punctuated_word": "series",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "of",
                "start": 139.89,
                "end": 140.04999,
                "confidence": 0.99995124,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "russian",
                "start": 140.04999,
                "end": 140.53,
                "confidence": 0.9997985,
                "punctuated_word": "Russian",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "cyberattacks",
                "start": 140.53,
                "end": 141.03,
                "confidence": 0.9347092,
                "punctuated_word": "cyberattacks",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "on",
                "start": 141.25,
                "end": 141.48999,
                "confidence": 0.99978584,
                "punctuated_word": "on",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "the",
                "start": 141.48999,
                "end": 141.65,
                "confidence": 0.99923587,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "democratic",
                "start": 141.65,
                "end": 142.15,
                "confidence": 0.96032554,
                "punctuated_word": "Democratic",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "national",
                "start": 142.20999,
                "end": 142.60999,
                "confidence": 0.9762606,
                "punctuated_word": "National",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "committee",
                "start": 142.60999,
                "end": 143.10999,
                "confidence": 0.9994326,
                "punctuated_word": "Committee",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "in",
                "start": 143.48999,
                "end": 143.81,
                "confidence": 0.9996176,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "2015",
                "start": 143.81,
                "end": 144.60999,
                "confidence": 0.9996817,
                "punctuated_word": "2015",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "and",
                "start": 144.60999,
                "end": 144.84999,
                "confidence": 0.99921024,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "2016",
                "start": 144.84999,
                "end": 145.59,
                "confidence": 0.99961215,
                "punctuated_word": "2016.",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "folks",
                "start": 146.37,
                "end": 146.68999,
                "confidence": 0.99828833,
                "punctuated_word": "Folks",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "might",
                "start": 146.68999,
                "end": 146.93,
                "confidence": 0.99993646,
                "punctuated_word": "might",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "remember",
                "start": 146.93,
                "end": 147.32999,
                "confidence": 0.9999379,
                "punctuated_word": "remember",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "seeing",
                "start": 147.32999,
                "end": 147.48999,
                "confidence": 0.99981624,
                "punctuated_word": "seeing",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "the",
                "start": 147.48999,
                "end": 147.65,
                "confidence": 0.9993937,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "headlines",
                "start": 147.65,
                "end": 148.12999,
                "confidence": 0.99994373,
                "punctuated_word": "headlines",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "for",
                "start": 148.12999,
                "end": 148.29,
                "confidence": 0.99994767,
                "punctuated_word": "for",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "those",
                "start": 148.29,
                "end": 148.79,
                "confidence": 0.99988705,
                "punctuated_word": "those.",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "they",
                "start": 149.48999,
                "end": 149.65,
                "confidence": 0.9950819,
                "punctuated_word": "They",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "also",
                "start": 149.65,
                "end": 149.89,
                "confidence": 0.9968263,
                "punctuated_word": "also",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "serve",
                "start": 149.89,
                "end": 150.12999,
                "confidence": 0.99705935,
                "punctuated_word": "serve",
                "speaker": 0,
                "speaker_confidence": 0.7828764
              },
              {
                "word": "a",
                "start": 150.12999,
                "end": 150.20999,
                "confidence": 0.99970007,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.61916363
              },
              {
                "word": "bunch",
                "start": 150.20999,
                "end": 150.60999,
                "confidence": 0.99991393,
                "punctuated_word": "bunch",
                "speaker": 0,
                "speaker_confidence": 0.61916363
              },
              {
                "word": "of",
                "start": 150.60999,
                "end": 151.01,
                "confidence": 0.99900335,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.61916363
              },
              {
                "word": "enterprise",
                "start": 151.01,
                "end": 151.51,
                "confidence": 0.9974915,
                "punctuated_word": "enterprise",
                "speaker": 0,
                "speaker_confidence": 0.61916363
              },
              {
                "word": "customers",
                "start": 151.56999,
                "end": 152.06999,
                "confidence": 0.9380231,
                "punctuated_word": "customers,",
                "speaker": 0,
                "speaker_confidence": 0.61916363
              },
              {
                "word": "including",
                "start": 152.655,
                "end": 153.055,
                "confidence": 0.9999087,
                "punctuated_word": "including",
                "speaker": 0,
                "speaker_confidence": 0.61916363
              },
              {
                "word": "500",
                "start": 153.055,
                "end": 153.61499,
                "confidence": 0.99880534,
                "punctuated_word": "500",
                "speaker": 0,
                "speaker_confidence": 0.61916363
              },
              {
                "word": "in",
                "start": 153.61499,
                "end": 153.69499,
                "confidence": 0.90317774,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.61916363
              },
              {
                "word": "the",
                "start": 153.69499,
                "end": 153.855,
                "confidence": 0.9995751,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.61916363
              },
              {
                "word": "fortune",
                "start": 153.855,
                "end": 154.25499,
                "confidence": 0.4984075,
                "punctuated_word": "fortune",
                "speaker": 0,
                "speaker_confidence": 0.61916363
              },
              {
                "word": "1,000",
                "start": 154.25499,
                "end": 154.995,
                "confidence": 0.9529431,
                "punctuated_word": "1,000,",
                "speaker": 0,
                "speaker_confidence": 0.61916363
              },
              {
                "word": "and",
                "start": 155.45499,
                "end": 155.53499,
                "confidence": 0.9918685,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "that's",
                "start": 155.53499,
                "end": 156.015,
                "confidence": 0.99899113,
                "punctuated_word": "that's",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "according",
                "start": 156.015,
                "end": 156.415,
                "confidence": 0.99392045,
                "punctuated_word": "according",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "to",
                "start": 156.415,
                "end": 156.915,
                "confidence": 0.9993697,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "their",
                "start": 157.055,
                "end": 157.295,
                "confidence": 0.99967194,
                "punctuated_word": "their",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "own",
                "start": 157.295,
                "end": 157.61499,
                "confidence": 0.99957913,
                "punctuated_word": "own",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "website",
                "start": 157.61499,
                "end": 158.11499,
                "confidence": 0.9995527,
                "punctuated_word": "website.",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "the",
                "start": 159.45499,
                "end": 159.61499,
                "confidence": 0.9993661,
                "punctuated_word": "The",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "product",
                "start": 159.61499,
                "end": 159.935,
                "confidence": 0.99979264,
                "punctuated_word": "product",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "of",
                "start": 159.935,
                "end": 160.015,
                "confidence": 0.95341843,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "theirs",
                "start": 160.015,
                "end": 160.33499,
                "confidence": 0.95780045,
                "punctuated_word": "theirs",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "at",
                "start": 160.33499,
                "end": 160.415,
                "confidence": 0.9060683,
                "punctuated_word": "at",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "the",
                "start": 160.415,
                "end": 160.575,
                "confidence": 0.9996437,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "center",
                "start": 160.575,
                "end": 160.97499,
                "confidence": 0.99903846,
                "punctuated_word": "center",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "of",
                "start": 160.97499,
                "end": 161.215,
                "confidence": 0.9998672,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "all",
                "start": 161.215,
                "end": 161.45499,
                "confidence": 0.999426,
                "punctuated_word": "all",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "of",
                "start": 161.45499,
                "end": 161.61499,
                "confidence": 0.99960226,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "this",
                "start": 161.61499,
                "end": 161.855,
                "confidence": 0.9945315,
                "punctuated_word": "this",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "with",
                "start": 161.855,
                "end": 162.015,
                "confidence": 0.9054297,
                "punctuated_word": "with",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "the",
                "start": 162.015,
                "end": 162.17499,
                "confidence": 0.9814047,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "crowdstrike",
                "start": 162.17499,
                "end": 162.67499,
                "confidence": 0.98932636,
                "punctuated_word": "CrowdStrike",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "outage",
                "start": 162.81499,
                "end": 163.31499,
                "confidence": 0.9978331,
                "punctuated_word": "outage",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "is",
                "start": 163.53499,
                "end": 163.69499,
                "confidence": 0.9795457,
                "punctuated_word": "is",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "called",
                "start": 163.69499,
                "end": 164.015,
                "confidence": 0.9999429,
                "punctuated_word": "called",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "falcon",
                "start": 164.015,
                "end": 164.515,
                "confidence": 0.994246,
                "punctuated_word": "Falcon.",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "it",
                "start": 164.97,
                "end": 165.20999,
                "confidence": 0.99976903,
                "punctuated_word": "It",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "seeks",
                "start": 165.20999,
                "end": 165.45,
                "confidence": 0.9978278,
                "punctuated_word": "seeks",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "to",
                "start": 165.45,
                "end": 165.61,
                "confidence": 0.9999275,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "be",
                "start": 165.61,
                "end": 165.76999,
                "confidence": 0.9999503,
                "punctuated_word": "be",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "a",
                "start": 165.76999,
                "end": 165.93,
                "confidence": 0.99784803,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "sort",
                "start": 165.93,
                "end": 166.17,
                "confidence": 0.99789965,
                "punctuated_word": "sort",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "of",
                "start": 166.17,
                "end": 166.40999,
                "confidence": 0.9995534,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "center",
                "start": 166.40999,
                "end": 166.65,
                "confidence": 0.9958633,
                "punctuated_word": "center",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "point",
                "start": 166.65,
                "end": 167.15,
                "confidence": 0.8175603,
                "punctuated_word": "point",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "for",
                "start": 167.20999,
                "end": 167.70999,
                "confidence": 0.9989648,
                "punctuated_word": "for",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "a",
                "start": 167.84999,
                "end": 168.01,
                "confidence": 0.99954635,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "collection",
                "start": 168.01,
                "end": 168.40999,
                "confidence": 0.99995005,
                "punctuated_word": "collection",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "of",
                "start": 168.40999,
                "end": 168.56999,
                "confidence": 0.99967813,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "services",
                "start": 168.56999,
                "end": 169.04999,
                "confidence": 0.9998266,
                "punctuated_word": "services",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "covering",
                "start": 169.04999,
                "end": 169.45,
                "confidence": 0.99241966,
                "punctuated_word": "covering",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "things",
                "start": 169.45,
                "end": 169.76999,
                "confidence": 0.99989295,
                "punctuated_word": "things",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "like",
                "start": 169.76999,
                "end": 170.09,
                "confidence": 0.94063634,
                "punctuated_word": "like",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "antivirus",
                "start": 170.09,
                "end": 170.59,
                "confidence": 0.9833696,
                "punctuated_word": "antivirus,",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "threat",
                "start": 171.29,
                "end": 171.69,
                "confidence": 0.9998592,
                "punctuated_word": "threat",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "detection",
                "start": 171.69,
                "end": 172.19,
                "confidence": 0.9954686,
                "punctuated_word": "detection,",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "and",
                "start": 172.97,
                "end": 173.47,
                "confidence": 0.9998859,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "real",
                "start": 173.61,
                "end": 174.01,
                "confidence": 0.9998597,
                "punctuated_word": "real",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "time",
                "start": 174.01,
                "end": 174.51,
                "confidence": 0.99964964,
                "punctuated_word": "time",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "monitoring",
                "start": 174.56999,
                "end": 175.06999,
                "confidence": 0.9998522,
                "punctuated_word": "monitoring.",
                "speaker": 0,
                "speaker_confidence": 0.79200125
              },
              {
                "word": "so",
                "start": 177.295,
                "end": 177.615,
                "confidence": 0.99970406,
                "punctuated_word": "So",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "what",
                "start": 177.615,
                "end": 177.935,
                "confidence": 0.96560115,
                "punctuated_word": "what",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "happened",
                "start": 177.935,
                "end": 178.41501,
                "confidence": 0.7485789,
                "punctuated_word": "happened?",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "you",
                "start": 178.41501,
                "end": 178.655,
                "confidence": 0.95593995,
                "punctuated_word": "You",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "might",
                "start": 178.655,
                "end": 178.815,
                "confidence": 0.99995875,
                "punctuated_word": "might",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "be",
                "start": 178.815,
                "end": 178.975,
                "confidence": 0.9995784,
                "punctuated_word": "be",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "wondering",
                "start": 178.975,
                "end": 179.475,
                "confidence": 0.99557453,
                "punctuated_word": "wondering.",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "well",
                "start": 180.175,
                "end": 180.575,
                "confidence": 0.99571574,
                "punctuated_word": "Well,",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "from",
                "start": 180.575,
                "end": 180.735,
                "confidence": 0.999506,
                "punctuated_word": "from",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "what",
                "start": 180.735,
                "end": 180.975,
                "confidence": 0.99969435,
                "punctuated_word": "what",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "i",
                "start": 180.975,
                "end": 181.05501,
                "confidence": 0.9995608,
                "punctuated_word": "I",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "can",
                "start": 181.05501,
                "end": 181.215,
                "confidence": 0.99988115,
                "punctuated_word": "can",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "tell",
                "start": 181.215,
                "end": 181.535,
                "confidence": 0.9998902,
                "punctuated_word": "tell",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "and",
                "start": 181.535,
                "end": 181.77501,
                "confidence": 0.8105811,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "what",
                "start": 181.77501,
                "end": 182.015,
                "confidence": 0.99960524,
                "punctuated_word": "what",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "i",
                "start": 182.015,
                "end": 182.095,
                "confidence": 0.99962854,
                "punctuated_word": "I",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "can",
                "start": 182.095,
                "end": 182.255,
                "confidence": 0.9995528,
                "punctuated_word": "can",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "see",
                "start": 182.255,
                "end": 182.49501,
                "confidence": 0.99973875,
                "punctuated_word": "see",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "kinda",
                "start": 182.49501,
                "end": 182.815,
                "confidence": 0.54544365,
                "punctuated_word": "kinda",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "gathering",
                "start": 182.815,
                "end": 183.13501,
                "confidence": 0.9988519,
                "punctuated_word": "gathering",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "from",
                "start": 183.13501,
                "end": 183.295,
                "confidence": 0.9993824,
                "punctuated_word": "from",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "sources",
                "start": 183.295,
                "end": 183.77501,
                "confidence": 0.9997459,
                "punctuated_word": "sources",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "online",
                "start": 183.77501,
                "end": 184.27501,
                "confidence": 0.9892484,
                "punctuated_word": "online,",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "crowdstrike",
                "start": 184.655,
                "end": 185.155,
                "confidence": 0.9962344,
                "punctuated_word": "CrowdStrike",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "pushed",
                "start": 185.375,
                "end": 185.77501,
                "confidence": 0.999684,
                "punctuated_word": "pushed",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "an",
                "start": 185.77501,
                "end": 185.935,
                "confidence": 0.9971386,
                "punctuated_word": "an",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "update",
                "start": 185.935,
                "end": 186.435,
                "confidence": 0.9999378,
                "punctuated_word": "update",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "for",
                "start": 186.735,
                "end": 186.975,
                "confidence": 0.99993217,
                "punctuated_word": "for",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "that",
                "start": 186.975,
                "end": 187.295,
                "confidence": 0.9995371,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "aforementioned",
                "start": 187.295,
                "end": 187.795,
                "confidence": 0.9895599,
                "punctuated_word": "aforementioned",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "falcon",
                "start": 188.015,
                "end": 188.49501,
                "confidence": 0.98510647,
                "punctuated_word": "Falcon",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "product",
                "start": 188.49501,
                "end": 188.99501,
                "confidence": 0.9994792,
                "punctuated_word": "product.",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "it",
                "start": 189.98001,
                "end": 190.38,
                "confidence": 0.9987362,
                "punctuated_word": "It",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "uses",
                "start": 190.38,
                "end": 190.88,
                "confidence": 0.99967813,
                "punctuated_word": "uses",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "a",
                "start": 190.94,
                "end": 191.26001,
                "confidence": 0.99878556,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "kernel",
                "start": 191.26001,
                "end": 191.58,
                "confidence": 0.9911116,
                "punctuated_word": "kernel",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "mode",
                "start": 191.58,
                "end": 191.90001,
                "confidence": 0.9995364,
                "punctuated_word": "mode",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "device",
                "start": 191.90001,
                "end": 192.22,
                "confidence": 0.9997482,
                "punctuated_word": "device",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "driver",
                "start": 192.22,
                "end": 192.72,
                "confidence": 0.999785,
                "punctuated_word": "driver",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "running",
                "start": 192.86,
                "end": 193.18001,
                "confidence": 0.9791366,
                "punctuated_word": "running",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "in",
                "start": 193.18001,
                "end": 193.42,
                "confidence": 0.9991321,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "what's",
                "start": 193.42,
                "end": 193.74,
                "confidence": 0.9976691,
                "punctuated_word": "what's",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "referred",
                "start": 193.74,
                "end": 194.14,
                "confidence": 0.99981505,
                "punctuated_word": "referred",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "to",
                "start": 194.14,
                "end": 194.38,
                "confidence": 0.99908304,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "ring",
                "start": 194.38,
                "end": 194.7,
                "confidence": 0.9190741,
                "punctuated_word": "ring",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "zero",
                "start": 194.7,
                "end": 195.2,
                "confidence": 0.9197041,
                "punctuated_word": "zero.",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "so",
                "start": 195.42,
                "end": 195.58,
                "confidence": 0.9977101,
                "punctuated_word": "So",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "you",
                "start": 195.58,
                "end": 195.74,
                "confidence": 0.99577516,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "can",
                "start": 195.74,
                "end": 195.90001,
                "confidence": 0.99926823,
                "punctuated_word": "can",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "imagine",
                "start": 195.90001,
                "end": 196.22,
                "confidence": 0.9997155,
                "punctuated_word": "imagine",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "you",
                "start": 196.22,
                "end": 196.38,
                "confidence": 0.9813005,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "have",
                "start": 196.38,
                "end": 196.54001,
                "confidence": 0.99994946,
                "punctuated_word": "have",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "a",
                "start": 196.54001,
                "end": 196.62001,
                "confidence": 0.99968064,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "computer",
                "start": 196.62001,
                "end": 197.12001,
                "confidence": 0.99996173,
                "punctuated_word": "computer",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "that",
                "start": 197.42,
                "end": 197.74,
                "confidence": 0.7917964,
                "punctuated_word": "that,",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "space",
                "start": 198.06,
                "end": 198.46,
                "confidence": 0.9909871,
                "punctuated_word": "space",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "this",
                "start": 198.46,
                "end": 198.7,
                "confidence": 0.7571157,
                "punctuated_word": "this",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "application",
                "start": 198.7,
                "end": 199.2,
                "confidence": 0.9997714,
                "punctuated_word": "application",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "has",
                "start": 199.34,
                "end": 199.58,
                "confidence": 0.9993061,
                "punctuated_word": "has",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "access",
                "start": 199.58,
                "end": 199.90001,
                "confidence": 0.9994456,
                "punctuated_word": "access",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "to",
                "start": 199.90001,
                "end": 200.06,
                "confidence": 0.9980331,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "effectively",
                "start": 200.06,
                "end": 200.56,
                "confidence": 0.9848835,
                "punctuated_word": "effectively",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "gives",
                "start": 200.62001,
                "end": 200.86,
                "confidence": 0.9979729,
                "punctuated_word": "gives",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "it",
                "start": 200.86,
                "end": 201.26001,
                "confidence": 0.9993968,
                "punctuated_word": "it",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "complete",
                "start": 201.26001,
                "end": 201.74,
                "confidence": 0.99983084,
                "punctuated_word": "complete",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "control",
                "start": 201.74,
                "end": 202.24,
                "confidence": 0.99992573,
                "punctuated_word": "control",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "over",
                "start": 202.86,
                "end": 203.18001,
                "confidence": 0.999041,
                "punctuated_word": "over",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "that",
                "start": 203.18001,
                "end": 203.42,
                "confidence": 0.99906915,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "individual",
                "start": 203.42,
                "end": 203.92,
                "confidence": 0.99983263,
                "punctuated_word": "individual",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "computer",
                "start": 204.14,
                "end": 204.62001,
                "confidence": 0.99978393,
                "punctuated_word": "computer",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "or",
                "start": 204.62001,
                "end": 205.02,
                "confidence": 0.995996,
                "punctuated_word": "or",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "endpoint",
                "start": 205.02,
                "end": 205.52,
                "confidence": 0.95951205,
                "punctuated_word": "endpoint.",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "by",
                "start": 206.435,
                "end": 206.67499,
                "confidence": 0.99960655,
                "punctuated_word": "By",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "comparison",
                "start": 206.67499,
                "end": 207.17499,
                "confidence": 0.9961802,
                "punctuated_word": "comparison,",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "other",
                "start": 207.555,
                "end": 207.795,
                "confidence": 0.98766196,
                "punctuated_word": "other",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "software",
                "start": 207.795,
                "end": 208.19499,
                "confidence": 0.9996438,
                "punctuated_word": "software",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "that",
                "start": 208.19499,
                "end": 208.275,
                "confidence": 0.9980584,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "might",
                "start": 208.275,
                "end": 208.435,
                "confidence": 0.99885535,
                "punctuated_word": "might",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "run-in",
                "start": 208.435,
                "end": 208.75499,
                "confidence": 0.9737911,
                "punctuated_word": "run-in",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "your",
                "start": 208.75499,
                "end": 208.83499,
                "confidence": 0.99501884,
                "punctuated_word": "your",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "machine",
                "start": 208.83499,
                "end": 209.235,
                "confidence": 0.91348934,
                "punctuated_word": "machine,",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "whether",
                "start": 209.235,
                "end": 209.39499,
                "confidence": 0.999688,
                "punctuated_word": "whether",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "it's",
                "start": 209.39499,
                "end": 209.89499,
                "confidence": 0.9953085,
                "punctuated_word": "it's",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "office",
                "start": 210.11499,
                "end": 210.435,
                "confidence": 0.9612365,
                "punctuated_word": "office",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "processing",
                "start": 210.435,
                "end": 210.915,
                "confidence": 0.999895,
                "punctuated_word": "processing",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "software",
                "start": 210.915,
                "end": 211.415,
                "confidence": 0.88603234,
                "punctuated_word": "software,",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "web",
                "start": 211.555,
                "end": 211.795,
                "confidence": 0.73437935,
                "punctuated_word": "web",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "browser",
                "start": 211.795,
                "end": 212.295,
                "confidence": 0.9963912,
                "punctuated_word": "browser,",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "something",
                "start": 212.595,
                "end": 212.995,
                "confidence": 0.9823016,
                "punctuated_word": "something",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "that",
                "start": 212.995,
                "end": 213.235,
                "confidence": 0.99977726,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "runs",
                "start": 213.235,
                "end": 213.735,
                "confidence": 0.999795,
                "punctuated_word": "runs",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "chat",
                "start": 214.67499,
                "end": 214.915,
                "confidence": 0.96922696,
                "punctuated_word": "chat",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "like",
                "start": 214.915,
                "end": 215.235,
                "confidence": 0.7992389,
                "punctuated_word": "like",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "discord",
                "start": 215.235,
                "end": 215.735,
                "confidence": 0.9207442,
                "punctuated_word": "Discord,",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "it",
                "start": 215.795,
                "end": 216.03499,
                "confidence": 0.9988971,
                "punctuated_word": "it",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "all",
                "start": 216.03499,
                "end": 216.19499,
                "confidence": 0.9997596,
                "punctuated_word": "all",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "runs",
                "start": 216.19499,
                "end": 216.435,
                "confidence": 0.9998839,
                "punctuated_word": "runs",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "in",
                "start": 216.435,
                "end": 216.595,
                "confidence": 0.98620796,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "a",
                "start": 216.595,
                "end": 216.67499,
                "confidence": 0.97038,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "user",
                "start": 216.67499,
                "end": 216.995,
                "confidence": 0.9575259,
                "punctuated_word": "user",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "space",
                "start": 216.995,
                "end": 217.235,
                "confidence": 0.9981316,
                "punctuated_word": "space",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "where",
                "start": 217.235,
                "end": 217.47499,
                "confidence": 0.76882577,
                "punctuated_word": "where",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "it",
                "start": 217.47499,
                "end": 217.555,
                "confidence": 0.99943656,
                "punctuated_word": "it",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "has",
                "start": 217.555,
                "end": 217.795,
                "confidence": 0.99976534,
                "punctuated_word": "has",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "a",
                "start": 217.795,
                "end": 217.875,
                "confidence": 0.9989506,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "certain",
                "start": 217.875,
                "end": 218.11499,
                "confidence": 0.99985087,
                "punctuated_word": "certain",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "amount",
                "start": 218.11499,
                "end": 218.435,
                "confidence": 0.9992607,
                "punctuated_word": "amount",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "of",
                "start": 218.435,
                "end": 218.595,
                "confidence": 0.99901295,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "permissions",
                "start": 218.595,
                "end": 218.995,
                "confidence": 0.69654185,
                "punctuated_word": "permissions",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "to",
                "start": 218.995,
                "end": 219.155,
                "confidence": 0.99967587,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "be",
                "start": 219.155,
                "end": 219.31499,
                "confidence": 0.9990445,
                "punctuated_word": "be",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "able",
                "start": 219.31499,
                "end": 219.47499,
                "confidence": 0.9998124,
                "punctuated_word": "able",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "to",
                "start": 219.47499,
                "end": 219.555,
                "confidence": 0.99683714,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "operate",
                "start": 219.555,
                "end": 220.055,
                "confidence": 0.9459864,
                "punctuated_word": "operate,",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "but",
                "start": 220.59,
                "end": 220.75,
                "confidence": 0.99985254,
                "punctuated_word": "but",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "it",
                "start": 220.75,
                "end": 220.91,
                "confidence": 0.99950373,
                "punctuated_word": "it",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "doesn't",
                "start": 220.91,
                "end": 221.31,
                "confidence": 0.99997145,
                "punctuated_word": "doesn't",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "have",
                "start": 221.31,
                "end": 221.55,
                "confidence": 0.9998796,
                "punctuated_word": "have",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "the",
                "start": 221.55,
                "end": 221.71,
                "confidence": 0.99979776,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "ability",
                "start": 221.71,
                "end": 222.03,
                "confidence": 0.99997306,
                "punctuated_word": "ability",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "to",
                "start": 222.03,
                "end": 222.19,
                "confidence": 0.99950814,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "change",
                "start": 222.19,
                "end": 222.51,
                "confidence": 0.99980956,
                "punctuated_word": "change",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "certain",
                "start": 222.51,
                "end": 222.91,
                "confidence": 0.99982625,
                "punctuated_word": "certain",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "system",
                "start": 222.91,
                "end": 223.39,
                "confidence": 0.99911934,
                "punctuated_word": "system",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "functions",
                "start": 223.39,
                "end": 223.89,
                "confidence": 0.998528,
                "punctuated_word": "functions.",
                "speaker": 0,
                "speaker_confidence": 0.95031273
              },
              {
                "word": "as",
                "start": 225.07,
                "end": 225.31,
                "confidence": 0.99896324,
                "punctuated_word": "As",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "you",
                "start": 225.31,
                "end": 225.47,
                "confidence": 0.9999448,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "might",
                "start": 225.47,
                "end": 225.63,
                "confidence": 0.99968636,
                "punctuated_word": "might",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "imagine",
                "start": 225.63,
                "end": 226.13,
                "confidence": 0.99369484,
                "punctuated_word": "imagine,",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "a",
                "start": 226.19,
                "end": 226.27,
                "confidence": 0.99985313,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "piece",
                "start": 226.27,
                "end": 226.51,
                "confidence": 0.9999696,
                "punctuated_word": "piece",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "of",
                "start": 226.51,
                "end": 226.59,
                "confidence": 0.99964976,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "software",
                "start": 226.59,
                "end": 227.07,
                "confidence": 0.99961144,
                "punctuated_word": "software",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "having",
                "start": 227.07,
                "end": 227.39,
                "confidence": 0.9694685,
                "punctuated_word": "having",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "this",
                "start": 227.39,
                "end": 227.55,
                "confidence": 0.9999298,
                "punctuated_word": "this",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "level",
                "start": 227.55,
                "end": 227.79,
                "confidence": 0.99996126,
                "punctuated_word": "level",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "of",
                "start": 227.79,
                "end": 227.95,
                "confidence": 0.99983525,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "access",
                "start": 227.95,
                "end": 228.27,
                "confidence": 0.9998884,
                "punctuated_word": "access",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "to",
                "start": 228.27,
                "end": 228.43,
                "confidence": 0.99975044,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "a",
                "start": 228.43,
                "end": 228.51,
                "confidence": 0.93131393,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "machine",
                "start": 228.51,
                "end": 229.01,
                "confidence": 0.99995935,
                "punctuated_word": "machine",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "can",
                "start": 229.47,
                "end": 229.95,
                "confidence": 0.9932112,
                "punctuated_word": "can",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "create",
                "start": 229.95,
                "end": 230.45,
                "confidence": 0.9999312,
                "punctuated_word": "create",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "some",
                "start": 231.15,
                "end": 231.47,
                "confidence": 0.9998375,
                "punctuated_word": "some",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "risk",
                "start": 231.47,
                "end": 231.97,
                "confidence": 0.9988366,
                "punctuated_word": "risk",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "if",
                "start": 232.285,
                "end": 232.525,
                "confidence": 0.99904305,
                "punctuated_word": "if",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "something",
                "start": 232.525,
                "end": 232.765,
                "confidence": 0.999754,
                "punctuated_word": "something",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "were",
                "start": 232.765,
                "end": 233.005,
                "confidence": 0.9976737,
                "punctuated_word": "were",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "to",
                "start": 233.005,
                "end": 233.085,
                "confidence": 0.9993956,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "go",
                "start": 233.085,
                "end": 233.245,
                "confidence": 0.99961483,
                "punctuated_word": "go",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "wrong",
                "start": 233.245,
                "end": 233.565,
                "confidence": 0.81179774,
                "punctuated_word": "wrong,",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "like",
                "start": 233.565,
                "end": 233.805,
                "confidence": 0.99955076,
                "punctuated_word": "like",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "what",
                "start": 233.805,
                "end": 234.045,
                "confidence": 0.9596686,
                "punctuated_word": "what",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "happened",
                "start": 234.045,
                "end": 234.545,
                "confidence": 0.9991177,
                "punctuated_word": "happened",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "recently",
                "start": 234.925,
                "end": 235.425,
                "confidence": 0.998119,
                "punctuated_word": "recently.",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "according",
                "start": 235.885,
                "end": 236.285,
                "confidence": 0.99933344,
                "punctuated_word": "According",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "to",
                "start": 236.285,
                "end": 236.445,
                "confidence": 0.9993358,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "crowdstrike's",
                "start": 236.445,
                "end": 236.945,
                "confidence": 0.97806245,
                "punctuated_word": "CrowdStrike's",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "post",
                "start": 237.085,
                "end": 237.325,
                "confidence": 0.9975464,
                "punctuated_word": "post",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "incident",
                "start": 237.325,
                "end": 237.725,
                "confidence": 0.99791366,
                "punctuated_word": "incident",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "review",
                "start": 237.725,
                "end": 238.225,
                "confidence": 0.9992055,
                "punctuated_word": "review,",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "a",
                "start": 238.605,
                "end": 238.765,
                "confidence": 0.99262637,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "content",
                "start": 238.765,
                "end": 239.165,
                "confidence": 0.39357394,
                "punctuated_word": "content",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "configuration",
                "start": 239.165,
                "end": 239.665,
                "confidence": 0.9924642,
                "punctuated_word": "configuration",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "update",
                "start": 240.045,
                "end": 240.545,
                "confidence": 0.9987569,
                "punctuated_word": "update",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "was",
                "start": 240.685,
                "end": 241.005,
                "confidence": 0.99672276,
                "punctuated_word": "was",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "released",
                "start": 241.005,
                "end": 241.485,
                "confidence": 0.9993782,
                "punctuated_word": "released",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "which",
                "start": 241.485,
                "end": 241.985,
                "confidence": 0.7012096,
                "punctuated_word": "which",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "resulted",
                "start": 242.045,
                "end": 242.545,
                "confidence": 0.9992316,
                "punctuated_word": "resulted",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "in",
                "start": 242.605,
                "end": 242.845,
                "confidence": 0.99964464,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "the",
                "start": 242.845,
                "end": 243.005,
                "confidence": 0.9946398,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "windows",
                "start": 243.005,
                "end": 243.405,
                "confidence": 0.9315857,
                "punctuated_word": "Windows",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "crash",
                "start": 243.405,
                "end": 243.725,
                "confidence": 0.98798454,
                "punctuated_word": "crash",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "that",
                "start": 243.725,
                "end": 243.805,
                "confidence": 0.7486236,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "folks",
                "start": 243.805,
                "end": 244.125,
                "confidence": 0.99881554,
                "punctuated_word": "folks",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "encountered",
                "start": 244.125,
                "end": 244.625,
                "confidence": 0.9973829,
                "punctuated_word": "encountered.",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "that's",
                "start": 245.05,
                "end": 245.29,
                "confidence": 0.99986935,
                "punctuated_word": "That's",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "why",
                "start": 245.29,
                "end": 245.79,
                "confidence": 0.9999274,
                "punctuated_word": "why",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "if",
                "start": 245.85,
                "end": 246.01,
                "confidence": 0.9465657,
                "punctuated_word": "if",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "you",
                "start": 246.01,
                "end": 246.09,
                "confidence": 0.9994554,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "were",
                "start": 246.09,
                "end": 246.33,
                "confidence": 0.83427113,
                "punctuated_word": "were",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "at",
                "start": 246.33,
                "end": 246.49,
                "confidence": 0.9996351,
                "punctuated_word": "at",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "the",
                "start": 246.49,
                "end": 246.56999,
                "confidence": 0.999688,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "airport",
                "start": 246.56999,
                "end": 246.89,
                "confidence": 0.9996431,
                "punctuated_word": "airport",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "that",
                "start": 246.89,
                "end": 247.13,
                "confidence": 0.86905813,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "say",
                "start": 247.13,
                "end": 247.37,
                "confidence": 0.66453075,
                "punctuated_word": "say",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "that",
                "start": 247.45,
                "end": 247.61,
                "confidence": 0.9961265,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "day",
                "start": 247.61,
                "end": 247.85,
                "confidence": 0.75515497,
                "punctuated_word": "day,",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "for",
                "start": 247.85,
                "end": 248.09,
                "confidence": 0.99976283,
                "punctuated_word": "for",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "example",
                "start": 248.09,
                "end": 248.56999,
                "confidence": 0.9978835,
                "punctuated_word": "example,",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "you",
                "start": 248.56999,
                "end": 248.73,
                "confidence": 0.9997055,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "might",
                "start": 248.73,
                "end": 248.81,
                "confidence": 0.9998903,
                "punctuated_word": "might",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "have",
                "start": 248.81,
                "end": 248.97,
                "confidence": 0.8800904,
                "punctuated_word": "have",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "looked",
                "start": 248.97,
                "end": 249.20999,
                "confidence": 0.99969137,
                "punctuated_word": "looked",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "around",
                "start": 249.20999,
                "end": 249.61,
                "confidence": 0.99953496,
                "punctuated_word": "around",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "trying",
                "start": 249.61,
                "end": 249.93,
                "confidence": 0.83523154,
                "punctuated_word": "trying",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "to",
                "start": 249.93,
                "end": 250.01,
                "confidence": 0.99954957,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "find",
                "start": 250.01,
                "end": 250.25,
                "confidence": 0.99988055,
                "punctuated_word": "find",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "when",
                "start": 250.25,
                "end": 250.41,
                "confidence": 0.9987463,
                "punctuated_word": "when",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "your",
                "start": 250.41,
                "end": 250.56999,
                "confidence": 0.9985482,
                "punctuated_word": "your",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "flight",
                "start": 250.56999,
                "end": 251.06999,
                "confidence": 0.999933,
                "punctuated_word": "flight",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "time",
                "start": 251.13,
                "end": 251.37,
                "confidence": 0.9986111,
                "punctuated_word": "time",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "was",
                "start": 251.37,
                "end": 251.53,
                "confidence": 0.9960097,
                "punctuated_word": "was",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "gonna",
                "start": 251.53,
                "end": 251.77,
                "confidence": 0.9903066,
                "punctuated_word": "gonna",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "be",
                "start": 251.77,
                "end": 251.93,
                "confidence": 0.99855024,
                "punctuated_word": "be",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "and",
                "start": 251.93,
                "end": 252.09,
                "confidence": 0.96503997,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "just",
                "start": 252.09,
                "end": 252.33,
                "confidence": 0.9988412,
                "punctuated_word": "just",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "saw",
                "start": 252.33,
                "end": 252.65,
                "confidence": 0.99982196,
                "punctuated_word": "saw",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "that",
                "start": 252.65,
                "end": 253.05,
                "confidence": 0.9979742,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "dreaded",
                "start": 253.05,
                "end": 253.55,
                "confidence": 0.9994155,
                "punctuated_word": "dreaded",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "windows",
                "start": 253.61,
                "end": 254.09,
                "confidence": 0.99005353,
                "punctuated_word": "Windows",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "blue",
                "start": 254.09,
                "end": 254.41,
                "confidence": 0.98104525,
                "punctuated_word": "blue",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "screen",
                "start": 254.41,
                "end": 254.65,
                "confidence": 0.99948114,
                "punctuated_word": "screen",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "of",
                "start": 254.65,
                "end": 254.89,
                "confidence": 0.99987245,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "death",
                "start": 254.89,
                "end": 255.39,
                "confidence": 0.99944043,
                "punctuated_word": "death.",
                "speaker": 0,
                "speaker_confidence": 0.92310774
              },
              {
                "word": "that",
                "start": 256.81,
                "end": 257.05,
                "confidence": 0.9985102,
                "punctuated_word": "That",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "same",
                "start": 257.05,
                "end": 257.29,
                "confidence": 0.9974726,
                "punctuated_word": "same",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "report",
                "start": 257.29,
                "end": 257.61,
                "confidence": 0.99985003,
                "punctuated_word": "report",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "indicates",
                "start": 257.61,
                "end": 258.11,
                "confidence": 0.999666,
                "punctuated_word": "indicates",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "that",
                "start": 258.25,
                "end": 258.49,
                "confidence": 0.9997539,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "this",
                "start": 258.49,
                "end": 258.65,
                "confidence": 0.9997979,
                "punctuated_word": "this",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "content",
                "start": 258.65,
                "end": 259.13,
                "confidence": 0.99977297,
                "punctuated_word": "content",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "had",
                "start": 259.13,
                "end": 259.37,
                "confidence": 0.99949217,
                "punctuated_word": "had",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "an",
                "start": 259.37,
                "end": 259.69,
                "confidence": 0.9997584,
                "punctuated_word": "an",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "undetected",
                "start": 259.69,
                "end": 260.19,
                "confidence": 0.9998516,
                "punctuated_word": "undetected",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "error",
                "start": 260.41,
                "end": 260.865,
                "confidence": 0.999951,
                "punctuated_word": "error",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "managing",
                "start": 261.10498,
                "end": 261.425,
                "confidence": 0.9146203,
                "punctuated_word": "managing",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "to",
                "start": 261.425,
                "end": 261.585,
                "confidence": 0.9319877,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "get",
                "start": 261.585,
                "end": 261.745,
                "confidence": 0.9997696,
                "punctuated_word": "get",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "past",
                "start": 261.745,
                "end": 261.985,
                "confidence": 0.96545815,
                "punctuated_word": "past",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "layers",
                "start": 261.985,
                "end": 262.38498,
                "confidence": 0.9865932,
                "punctuated_word": "layers",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "of",
                "start": 262.38498,
                "end": 262.54498,
                "confidence": 0.99915373,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "unit",
                "start": 262.54498,
                "end": 262.785,
                "confidence": 0.99956113,
                "punctuated_word": "unit",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "testing",
                "start": 262.785,
                "end": 263.285,
                "confidence": 0.9988347,
                "punctuated_word": "testing,",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "integration",
                "start": 263.505,
                "end": 264.005,
                "confidence": 0.9998233,
                "punctuated_word": "integration",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "testing",
                "start": 264.145,
                "end": 264.645,
                "confidence": 0.9979176,
                "punctuated_word": "testing,",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "other",
                "start": 265.185,
                "end": 265.425,
                "confidence": 0.9998242,
                "punctuated_word": "other",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "forms",
                "start": 265.425,
                "end": 265.745,
                "confidence": 0.99997413,
                "punctuated_word": "forms",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "of",
                "start": 265.745,
                "end": 265.985,
                "confidence": 0.99987745,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "automated",
                "start": 265.985,
                "end": 266.485,
                "confidence": 0.99988854,
                "punctuated_word": "automated",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "testing",
                "start": 266.54498,
                "end": 267.04498,
                "confidence": 0.98348,
                "punctuated_word": "testing,",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "and",
                "start": 267.26498,
                "end": 267.505,
                "confidence": 0.999925,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "a",
                "start": 267.505,
                "end": 267.66498,
                "confidence": 0.99322116,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "staged",
                "start": 267.66498,
                "end": 268.145,
                "confidence": 0.9995627,
                "punctuated_word": "staged",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "rollout",
                "start": 268.145,
                "end": 268.645,
                "confidence": 0.9863459,
                "punctuated_word": "rollout.",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "this",
                "start": 270.145,
                "end": 270.305,
                "confidence": 0.7148882,
                "punctuated_word": "This",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "all",
                "start": 270.305,
                "end": 270.465,
                "confidence": 0.64438146,
                "punctuated_word": "all",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "leads",
                "start": 270.465,
                "end": 270.785,
                "confidence": 0.9995172,
                "punctuated_word": "leads",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "to",
                "start": 270.785,
                "end": 270.865,
                "confidence": 0.9697094,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "the",
                "start": 270.865,
                "end": 270.94498,
                "confidence": 0.98542345,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "question",
                "start": 270.94498,
                "end": 271.26498,
                "confidence": 0.9998419,
                "punctuated_word": "question",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "of",
                "start": 271.26498,
                "end": 271.425,
                "confidence": 0.96587694,
                "punctuated_word": "of,",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "well",
                "start": 271.425,
                "end": 271.925,
                "confidence": 0.99907017,
                "punctuated_word": "well,",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "why",
                "start": 272.065,
                "end": 272.38498,
                "confidence": 0.99952626,
                "punctuated_word": "why",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "does",
                "start": 272.38498,
                "end": 272.625,
                "confidence": 0.9970227,
                "punctuated_word": "does",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "falcon",
                "start": 272.625,
                "end": 273.10498,
                "confidence": 0.9554512,
                "punctuated_word": "Falcon",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "have",
                "start": 273.10498,
                "end": 273.425,
                "confidence": 0.9993461,
                "punctuated_word": "have",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "this",
                "start": 273.425,
                "end": 273.66498,
                "confidence": 0.99977475,
                "punctuated_word": "this",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "sort",
                "start": 273.66498,
                "end": 273.905,
                "confidence": 0.9963953,
                "punctuated_word": "sort",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "of",
                "start": 273.905,
                "end": 274.38498,
                "confidence": 0.99882036,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "kernel",
                "start": 274.38498,
                "end": 274.785,
                "confidence": 0.99678755,
                "punctuated_word": "kernel",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "level",
                "start": 274.785,
                "end": 275.10498,
                "confidence": 0.99928683,
                "punctuated_word": "level",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "access",
                "start": 275.10498,
                "end": 275.505,
                "confidence": 0.9994814,
                "punctuated_word": "access",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "if",
                "start": 275.505,
                "end": 275.745,
                "confidence": 0.9704301,
                "punctuated_word": "if",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "it's",
                "start": 275.745,
                "end": 275.985,
                "confidence": 0.9994109,
                "punctuated_word": "it's",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "so",
                "start": 275.985,
                "end": 276.145,
                "confidence": 0.9400578,
                "punctuated_word": "so",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "risky",
                "start": 276.145,
                "end": 276.645,
                "confidence": 0.97608566,
                "punctuated_word": "risky?",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "microsoft",
                "start": 278.25,
                "end": 278.75,
                "confidence": 0.8995834,
                "punctuated_word": "Microsoft",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "has",
                "start": 278.81,
                "end": 279.05,
                "confidence": 0.99991786,
                "punctuated_word": "has",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "asserted",
                "start": 279.05,
                "end": 279.53,
                "confidence": 0.9999658,
                "punctuated_word": "asserted",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "that",
                "start": 279.53,
                "end": 279.77,
                "confidence": 0.9999461,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "there",
                "start": 279.77,
                "end": 279.93,
                "confidence": 0.99981064,
                "punctuated_word": "there",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "is",
                "start": 279.93,
                "end": 280.09,
                "confidence": 0.99971145,
                "punctuated_word": "is",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "a",
                "start": 280.09,
                "end": 280.49,
                "confidence": 0.99991226,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "2009",
                "start": 280.49,
                "end": 281.29,
                "confidence": 0.9975377,
                "punctuated_word": "2009",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "european",
                "start": 281.29,
                "end": 281.77,
                "confidence": 0.99893516,
                "punctuated_word": "European",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "commission",
                "start": 281.77,
                "end": 282.09,
                "confidence": 0.9478911,
                "punctuated_word": "Commission",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "ruling",
                "start": 282.09,
                "end": 282.59,
                "confidence": 0.99695396,
                "punctuated_word": "ruling",
                "speaker": 0,
                "speaker_confidence": 0.9004708
              },
              {
                "word": "that",
                "start": 282.88998,
                "end": 283.05,
                "confidence": 0.993634,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.45012057
              },
              {
                "word": "is",
                "start": 283.05,
                "end": 283.21,
                "confidence": 0.9989801,
                "punctuated_word": "is",
                "speaker": 0,
                "speaker_confidence": 0.45012057
              },
              {
                "word": "in",
                "start": 283.21,
                "end": 283.29,
                "confidence": 0.84769017,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.45012057
              },
              {
                "word": "part",
                "start": 283.29,
                "end": 283.53,
                "confidence": 0.99774504,
                "punctuated_word": "part",
                "speaker": 0,
                "speaker_confidence": 0.45012057
              },
              {
                "word": "to",
                "start": 283.53,
                "end": 283.77,
                "confidence": 0.99873525,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.45012057
              },
              {
                "word": "blame",
                "start": 283.77,
                "end": 284.09,
                "confidence": 0.99991643,
                "punctuated_word": "blame",
                "speaker": 0,
                "speaker_confidence": 0.45012057
              },
              {
                "word": "for",
                "start": 284.09,
                "end": 284.16998,
                "confidence": 0.99952495,
                "punctuated_word": "for",
                "speaker": 0,
                "speaker_confidence": 0.45012057
              },
              {
                "word": "the",
                "start": 284.16998,
                "end": 284.33,
                "confidence": 0.9901708,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.45012057
              },
              {
                "word": "situation",
                "start": 284.33,
                "end": 284.83,
                "confidence": 0.9993082,
                "punctuated_word": "situation.",
                "speaker": 0,
                "speaker_confidence": 0.45012057
              },
              {
                "word": "it",
                "start": 285.29,
                "end": 285.45,
                "confidence": 0.9996363,
                "punctuated_word": "It",
                "speaker": 0,
                "speaker_confidence": 0.70462084
              },
              {
                "word": "requires",
                "start": 285.45,
                "end": 285.95,
                "confidence": 0.99991655,
                "punctuated_word": "requires",
                "speaker": 0,
                "speaker_confidence": 0.70462084
              },
              {
                "word": "that",
                "start": 286.01,
                "end": 286.33,
                "confidence": 0.9997768,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.70462084
              },
              {
                "word": "third",
                "start": 286.33,
                "end": 286.49,
                "confidence": 0.9996854,
                "punctuated_word": "third",
                "speaker": 0,
                "speaker_confidence": 0.70462084
              },
              {
                "word": "party",
                "start": 286.49,
                "end": 286.88998,
                "confidence": 0.9998889,
                "punctuated_word": "party",
                "speaker": 0,
                "speaker_confidence": 0.70462084
              },
              {
                "word": "products",
                "start": 286.88998,
                "end": 287.29,
                "confidence": 0.99981374,
                "punctuated_word": "products",
                "speaker": 0,
                "speaker_confidence": 0.70462084
              },
              {
                "word": "must",
                "start": 287.29,
                "end": 287.53,
                "confidence": 0.99974984,
                "punctuated_word": "must",
                "speaker": 0,
                "speaker_confidence": 0.70462084
              },
              {
                "word": "be",
                "start": 287.53,
                "end": 287.77,
                "confidence": 0.99965465,
                "punctuated_word": "be",
                "speaker": 0,
                "speaker_confidence": 0.70462084
              },
              {
                "word": "able",
                "start": 287.77,
                "end": 288.01,
                "confidence": 0.9999231,
                "punctuated_word": "able",
                "speaker": 0,
                "speaker_confidence": 0.70462084
              },
              {
                "word": "to",
                "start": 288.01,
                "end": 288.16998,
                "confidence": 0.9996506,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.70462084
              },
              {
                "word": "interoperate",
                "start": 288.16998,
                "end": 288.66998,
                "confidence": 0.99440503,
                "punctuated_word": "interoperate",
                "speaker": 0,
                "speaker_confidence": 0.70462084
              },
              {
                "word": "with",
                "start": 288.73,
                "end": 288.88998,
                "confidence": 0.998911,
                "punctuated_word": "with",
                "speaker": 0,
                "speaker_confidence": 0.70462084
              },
              {
                "word": "windows",
                "start": 288.88998,
                "end": 289.38998,
                "confidence": 0.9918996,
                "punctuated_word": "Windows",
                "speaker": 0,
                "speaker_confidence": 0.70462084
              },
              {
                "word": "on",
                "start": 289.61,
                "end": 289.69,
                "confidence": 0.9993709,
                "punctuated_word": "on",
                "speaker": 0,
                "speaker_confidence": 0.70462084
              },
              {
                "word": "an",
                "start": 289.69,
                "end": 289.93,
                "confidence": 0.9994842,
                "punctuated_word": "an",
                "speaker": 0,
                "speaker_confidence": 0.70462084
              },
              {
                "word": "equal",
                "start": 289.93,
                "end": 290.25,
                "confidence": 0.9999602,
                "punctuated_word": "equal",
                "speaker": 0,
                "speaker_confidence": 0.70462084
              },
              {
                "word": "footing",
                "start": 290.25,
                "end": 290.75,
                "confidence": 0.9999467,
                "punctuated_word": "footing",
                "speaker": 0,
                "speaker_confidence": 0.70462084
              },
              {
                "word": "with",
                "start": 290.81,
                "end": 291.05,
                "confidence": 0.99859816,
                "punctuated_word": "with",
                "speaker": 0,
                "speaker_confidence": 0.70462084
              },
              {
                "word": "their",
                "start": 291.05,
                "end": 291.29,
                "confidence": 0.99984896,
                "punctuated_word": "their",
                "speaker": 0,
                "speaker_confidence": 0.70462084
              },
              {
                "word": "own",
                "start": 291.29,
                "end": 291.53,
                "confidence": 0.9998299,
                "punctuated_word": "own",
                "speaker": 0,
                "speaker_confidence": 0.70462084
              },
              {
                "word": "offerings",
                "start": 291.53,
                "end": 292.03,
                "confidence": 0.999745,
                "punctuated_word": "offerings.",
                "speaker": 0,
                "speaker_confidence": 0.70462084
              },
              {
                "word": "as",
                "start": 292.98502,
                "end": 293.065,
                "confidence": 0.9998468,
                "punctuated_word": "As",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "a",
                "start": 293.065,
                "end": 293.14502,
                "confidence": 0.99979764,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "result",
                "start": 293.14502,
                "end": 293.545,
                "confidence": 0.9953145,
                "punctuated_word": "result,",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "it's",
                "start": 293.545,
                "end": 293.785,
                "confidence": 0.9996097,
                "punctuated_word": "it's",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "possible",
                "start": 293.785,
                "end": 294.285,
                "confidence": 0.9906032,
                "punctuated_word": "possible,",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "microsoft",
                "start": 295.225,
                "end": 295.70502,
                "confidence": 0.99990594,
                "punctuated_word": "Microsoft",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "might",
                "start": 295.70502,
                "end": 295.945,
                "confidence": 0.9998599,
                "punctuated_word": "might",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "try",
                "start": 295.945,
                "end": 296.105,
                "confidence": 0.9999279,
                "punctuated_word": "try",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "to",
                "start": 296.105,
                "end": 296.265,
                "confidence": 0.9994185,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "use",
                "start": 296.265,
                "end": 296.765,
                "confidence": 0.999905,
                "punctuated_word": "use",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "the",
                "start": 297.065,
                "end": 297.30502,
                "confidence": 0.82827276,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "situation",
                "start": 297.30502,
                "end": 297.70502,
                "confidence": 0.9991505,
                "punctuated_word": "situation",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "as",
                "start": 297.70502,
                "end": 297.86502,
                "confidence": 0.98673636,
                "punctuated_word": "as",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "leverage",
                "start": 297.86502,
                "end": 298.185,
                "confidence": 0.9681646,
                "punctuated_word": "leverage",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "to",
                "start": 298.185,
                "end": 298.265,
                "confidence": 0.96663016,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "make",
                "start": 298.265,
                "end": 298.505,
                "confidence": 0.9784614,
                "punctuated_word": "make",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "an",
                "start": 298.505,
                "end": 298.665,
                "confidence": 0.9974716,
                "punctuated_word": "an",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "argument",
                "start": 298.665,
                "end": 299.14502,
                "confidence": 0.999915,
                "punctuated_word": "argument",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "against",
                "start": 299.14502,
                "end": 299.64502,
                "confidence": 0.99967444,
                "punctuated_word": "against",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "the",
                "start": 299.70502,
                "end": 299.785,
                "confidence": 0.9831003,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "conclusion",
                "start": 299.785,
                "end": 300.185,
                "confidence": 0.9994653,
                "punctuated_word": "conclusion",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "of",
                "start": 300.185,
                "end": 300.345,
                "confidence": 0.9998522,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "that",
                "start": 300.345,
                "end": 300.505,
                "confidence": 0.9995276,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "ruling",
                "start": 300.505,
                "end": 301.005,
                "confidence": 0.9993795,
                "punctuated_word": "ruling",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "as",
                "start": 301.14502,
                "end": 301.385,
                "confidence": 0.6002355,
                "punctuated_word": "as",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "they",
                "start": 301.385,
                "end": 301.545,
                "confidence": 0.99993086,
                "punctuated_word": "they",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "might",
                "start": 301.545,
                "end": 301.70502,
                "confidence": 0.9998253,
                "punctuated_word": "might",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "try",
                "start": 301.70502,
                "end": 301.945,
                "confidence": 0.9998708,
                "punctuated_word": "try",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "to",
                "start": 301.945,
                "end": 302.025,
                "confidence": 0.9996338,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "claim",
                "start": 302.025,
                "end": 302.345,
                "confidence": 0.99990964,
                "punctuated_word": "claim",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "that",
                "start": 302.345,
                "end": 302.845,
                "confidence": 0.99983037,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "that",
                "start": 302.98502,
                "end": 303.225,
                "confidence": 0.98123175,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "activity",
                "start": 303.225,
                "end": 303.625,
                "confidence": 0.9999161,
                "punctuated_word": "activity",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "is",
                "start": 303.625,
                "end": 303.785,
                "confidence": 0.99986696,
                "punctuated_word": "is",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "what",
                "start": 303.785,
                "end": 304.105,
                "confidence": 0.99974865,
                "punctuated_word": "what",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "forces",
                "start": 304.105,
                "end": 304.505,
                "confidence": 0.9998909,
                "punctuated_word": "forces",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "them",
                "start": 304.505,
                "end": 304.665,
                "confidence": 0.99971765,
                "punctuated_word": "them",
                "speaker": 0,
                "speaker_confidence": 0.80018765
              },
              {
                "word": "to",
                "start": 304.665,
                "end": 304.825,
                "confidence": 0.90213674,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "be",
                "start": 304.825,
                "end": 304.98502,
                "confidence": 0.99965334,
                "punctuated_word": "be",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "in",
                "start": 304.98502,
                "end": 305.065,
                "confidence": 0.9991197,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "a",
                "start": 305.065,
                "end": 305.225,
                "confidence": 0.9942444,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "position",
                "start": 305.225,
                "end": 305.725,
                "confidence": 0.99994636,
                "punctuated_word": "position",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "to",
                "start": 305.97,
                "end": 306.21002,
                "confidence": 0.9999341,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "allow",
                "start": 306.21002,
                "end": 306.71002,
                "confidence": 0.9999629,
                "punctuated_word": "allow",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "these",
                "start": 306.77002,
                "end": 307.01,
                "confidence": 0.99870014,
                "punctuated_word": "these",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "third",
                "start": 307.01,
                "end": 307.25,
                "confidence": 0.9998858,
                "punctuated_word": "third",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "party",
                "start": 307.25,
                "end": 307.49002,
                "confidence": 0.9992124,
                "punctuated_word": "party",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "companies",
                "start": 307.49002,
                "end": 307.81,
                "confidence": 0.99987185,
                "punctuated_word": "companies",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "to",
                "start": 307.81,
                "end": 307.97,
                "confidence": 0.99947566,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "have",
                "start": 307.97,
                "end": 308.13,
                "confidence": 0.9999726,
                "punctuated_word": "have",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "that",
                "start": 308.13,
                "end": 308.29,
                "confidence": 0.99960595,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "kernel",
                "start": 308.29,
                "end": 308.61002,
                "confidence": 0.9979407,
                "punctuated_word": "kernel",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "level",
                "start": 308.61002,
                "end": 308.93002,
                "confidence": 0.9959798,
                "punctuated_word": "level",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "access",
                "start": 308.93002,
                "end": 309.43002,
                "confidence": 0.9981233,
                "punctuated_word": "access.",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "but",
                "start": 310.53,
                "end": 311.01,
                "confidence": 0.9985904,
                "punctuated_word": "But",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "on",
                "start": 311.01,
                "end": 311.17,
                "confidence": 0.81592697,
                "punctuated_word": "on",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "the",
                "start": 311.17,
                "end": 311.33002,
                "confidence": 0.999648,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "other",
                "start": 311.33002,
                "end": 311.49002,
                "confidence": 0.9999429,
                "punctuated_word": "other",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "hand",
                "start": 311.49002,
                "end": 311.99002,
                "confidence": 0.9993094,
                "punctuated_word": "hand,",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "other",
                "start": 312.53,
                "end": 313.01,
                "confidence": 0.9994837,
                "punctuated_word": "other",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "operating",
                "start": 313.01,
                "end": 313.41,
                "confidence": 0.9998841,
                "punctuated_word": "operating",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "systems",
                "start": 313.41,
                "end": 313.81,
                "confidence": 0.9998084,
                "punctuated_word": "systems",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "like",
                "start": 313.81,
                "end": 314.05002,
                "confidence": 0.7230488,
                "punctuated_word": "like,",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "say",
                "start": 314.05002,
                "end": 314.37,
                "confidence": 0.9375441,
                "punctuated_word": "say,",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "macos",
                "start": 314.37,
                "end": 314.87,
                "confidence": 0.7889805,
                "punctuated_word": "macOS",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "have",
                "start": 315.33002,
                "end": 315.57,
                "confidence": 0.68504626,
                "punctuated_word": "have",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "managed",
                "start": 315.57,
                "end": 315.97,
                "confidence": 0.9997943,
                "punctuated_word": "managed",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "to",
                "start": 315.97,
                "end": 316.05002,
                "confidence": 0.99405515,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "provide",
                "start": 316.05002,
                "end": 316.55002,
                "confidence": 0.9999417,
                "punctuated_word": "provide",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "api",
                "start": 316.77002,
                "end": 317.27002,
                "confidence": 0.9997316,
                "punctuated_word": "API",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "access",
                "start": 317.57,
                "end": 318.07,
                "confidence": 0.9997862,
                "punctuated_word": "access",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "for",
                "start": 318.53,
                "end": 318.85,
                "confidence": 0.9994454,
                "punctuated_word": "for",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "things",
                "start": 318.85,
                "end": 319.09,
                "confidence": 0.9999056,
                "punctuated_word": "things",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "like",
                "start": 319.09,
                "end": 319.33002,
                "confidence": 0.9803499,
                "punctuated_word": "like",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "antivirus",
                "start": 319.33002,
                "end": 319.81,
                "confidence": 0.99717176,
                "punctuated_word": "antivirus",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "providers",
                "start": 319.81,
                "end": 320.31,
                "confidence": 0.74682534,
                "punctuated_word": "providers,",
                "speaker": 0,
                "speaker_confidence": 0.88362014
              },
              {
                "word": "and",
                "start": 321.04498,
                "end": 321.285,
                "confidence": 0.999445,
                "punctuated_word": "And",
                "speaker": 0,
                "speaker_confidence": 0.5813399
              },
              {
                "word": "they're",
                "start": 321.285,
                "end": 321.525,
                "confidence": 0.99615324,
                "punctuated_word": "they're",
                "speaker": 0,
                "speaker_confidence": 0.5813399
              },
              {
                "word": "able",
                "start": 321.525,
                "end": 321.76498,
                "confidence": 0.999874,
                "punctuated_word": "able",
                "speaker": 0,
                "speaker_confidence": 0.5813399
              },
              {
                "word": "to",
                "start": 321.76498,
                "end": 322.005,
                "confidence": 0.998806,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.5813399
              },
              {
                "word": "operate",
                "start": 322.005,
                "end": 322.505,
                "confidence": 0.99991095,
                "punctuated_word": "operate",
                "speaker": 0,
                "speaker_confidence": 0.5813399
              },
              {
                "word": "without",
                "start": 322.565,
                "end": 322.965,
                "confidence": 0.99981934,
                "punctuated_word": "without",
                "speaker": 0,
                "speaker_confidence": 0.5813399
              },
              {
                "word": "having",
                "start": 322.965,
                "end": 323.365,
                "confidence": 0.9998111,
                "punctuated_word": "having",
                "speaker": 0,
                "speaker_confidence": 0.5813399
              },
              {
                "word": "to",
                "start": 323.365,
                "end": 323.60498,
                "confidence": 0.9998629,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.5813399
              },
              {
                "word": "get",
                "start": 323.60498,
                "end": 323.845,
                "confidence": 0.99991965,
                "punctuated_word": "get",
                "speaker": 0,
                "speaker_confidence": 0.5813399
              },
              {
                "word": "that",
                "start": 323.845,
                "end": 324.005,
                "confidence": 0.9997546,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.5813399
              },
              {
                "word": "ring",
                "start": 324.005,
                "end": 324.32498,
                "confidence": 0.9558345,
                "punctuated_word": "ring",
                "speaker": 0,
                "speaker_confidence": 0.5813399
              },
              {
                "word": "zero",
                "start": 324.32498,
                "end": 324.645,
                "confidence": 0.9992151,
                "punctuated_word": "zero",
                "speaker": 0,
                "speaker_confidence": 0.5813399
              },
              {
                "word": "access",
                "start": 324.645,
                "end": 325.04498,
                "confidence": 0.9997763,
                "punctuated_word": "access",
                "speaker": 0,
                "speaker_confidence": 0.5813399
              },
              {
                "word": "that",
                "start": 325.04498,
                "end": 325.125,
                "confidence": 0.99963546,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.5813399
              },
              {
                "word": "we've",
                "start": 325.125,
                "end": 325.365,
                "confidence": 0.9992837,
                "punctuated_word": "we've",
                "speaker": 0,
                "speaker_confidence": 0.5813399
              },
              {
                "word": "talked",
                "start": 325.365,
                "end": 325.60498,
                "confidence": 0.99973196,
                "punctuated_word": "talked",
                "speaker": 0,
                "speaker_confidence": 0.5813399
              },
              {
                "word": "about",
                "start": 325.60498,
                "end": 326.10498,
                "confidence": 0.999735,
                "punctuated_word": "about.",
                "speaker": 0,
                "speaker_confidence": 0.5813399
              },
              {
                "word": "so",
                "start": 326.645,
                "end": 326.805,
                "confidence": 0.9973435,
                "punctuated_word": "So",
                "speaker": 0,
                "speaker_confidence": 0.67546827
              },
              {
                "word": "if",
                "start": 326.805,
                "end": 326.88498,
                "confidence": 0.9951957,
                "punctuated_word": "if",
                "speaker": 0,
                "speaker_confidence": 0.67546827
              },
              {
                "word": "you're",
                "start": 326.88498,
                "end": 327.125,
                "confidence": 0.92287457,
                "punctuated_word": "you're",
                "speaker": 0,
                "speaker_confidence": 0.67546827
              },
              {
                "word": "thinking",
                "start": 327.125,
                "end": 327.625,
                "confidence": 0.9785206,
                "punctuated_word": "thinking,",
                "speaker": 0,
                "speaker_confidence": 0.67546827
              },
              {
                "word": "hey",
                "start": 327.925,
                "end": 328.425,
                "confidence": 0.77896863,
                "punctuated_word": "hey,",
                "speaker": 0,
                "speaker_confidence": 0.67546827
              },
              {
                "word": "it's",
                "start": 328.645,
                "end": 328.965,
                "confidence": 0.99918145,
                "punctuated_word": "it's",
                "speaker": 0,
                "speaker_confidence": 0.67546827
              },
              {
                "word": "a",
                "start": 328.965,
                "end": 329.04498,
                "confidence": 0.9998988,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.67546827
              },
              {
                "word": "bit",
                "start": 329.04498,
                "end": 329.365,
                "confidence": 0.9994642,
                "punctuated_word": "bit",
                "speaker": 0,
                "speaker_confidence": 0.67546827
              },
              {
                "word": "concerning",
                "start": 329.365,
                "end": 329.845,
                "confidence": 0.99995244,
                "punctuated_word": "concerning",
                "speaker": 0,
                "speaker_confidence": 0.67546827
              },
              {
                "word": "that",
                "start": 329.845,
                "end": 330.005,
                "confidence": 0.99106395,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.67546827
              },
              {
                "word": "we're",
                "start": 330.005,
                "end": 330.32498,
                "confidence": 0.96827966,
                "punctuated_word": "we're",
                "speaker": 0,
                "speaker_confidence": 0.67546827
              },
              {
                "word": "relying",
                "start": 330.32498,
                "end": 330.82498,
                "confidence": 0.5437261,
                "punctuated_word": "relying",
                "speaker": 0,
                "speaker_confidence": 0.67546827
              },
              {
                "word": "on",
                "start": 330.965,
                "end": 331.125,
                "confidence": 0.9011373,
                "punctuated_word": "on",
                "speaker": 0,
                "speaker_confidence": 0.67546827
              },
              {
                "word": "something",
                "start": 331.125,
                "end": 331.445,
                "confidence": 0.9998217,
                "punctuated_word": "something",
                "speaker": 0,
                "speaker_confidence": 0.67546827
              },
              {
                "word": "with",
                "start": 331.445,
                "end": 331.60498,
                "confidence": 0.9994629,
                "punctuated_word": "with",
                "speaker": 0,
                "speaker_confidence": 0.67546827
              },
              {
                "word": "this",
                "start": 331.60498,
                "end": 331.76498,
                "confidence": 0.9998696,
                "punctuated_word": "this",
                "speaker": 0,
                "speaker_confidence": 0.67546827
              },
              {
                "word": "kind",
                "start": 331.76498,
                "end": 332.005,
                "confidence": 0.9965754,
                "punctuated_word": "kind",
                "speaker": 0,
                "speaker_confidence": 0.67546827
              },
              {
                "word": "of",
                "start": 332.005,
                "end": 332.085,
                "confidence": 0.9995215,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.6357125
              },
              {
                "word": "systemic",
                "start": 332.085,
                "end": 332.565,
                "confidence": 0.99843305,
                "punctuated_word": "systemic",
                "speaker": 0,
                "speaker_confidence": 0.6357125
              },
              {
                "word": "issue",
                "start": 332.565,
                "end": 332.805,
                "confidence": 0.99979657,
                "punctuated_word": "issue",
                "speaker": 0,
                "speaker_confidence": 0.6357125
              },
              {
                "word": "for",
                "start": 332.805,
                "end": 333.04498,
                "confidence": 0.999713,
                "punctuated_word": "for",
                "speaker": 0,
                "speaker_confidence": 0.6357125
              },
              {
                "word": "critical",
                "start": 333.04498,
                "end": 333.365,
                "confidence": 0.9995442,
                "punctuated_word": "critical",
                "speaker": 0,
                "speaker_confidence": 0.6357125
              },
              {
                "word": "infrastructure",
                "start": 333.365,
                "end": 333.865,
                "confidence": 0.87237847,
                "punctuated_word": "infrastructure,",
                "speaker": 0,
                "speaker_confidence": 0.6357125
              },
              {
                "word": "i",
                "start": 334.59,
                "end": 334.75,
                "confidence": 0.999889,
                "punctuated_word": "I",
                "speaker": 0,
                "speaker_confidence": 0.6357125
              },
              {
                "word": "would",
                "start": 334.75,
                "end": 334.83002,
                "confidence": 0.99996126,
                "punctuated_word": "would",
                "speaker": 0,
                "speaker_confidence": 0.6357125
              },
              {
                "word": "say",
                "start": 334.83002,
                "end": 335.15,
                "confidence": 0.999833,
                "punctuated_word": "say",
                "speaker": 0,
                "speaker_confidence": 0.6357125
              },
              {
                "word": "you're",
                "start": 335.15,
                "end": 335.39,
                "confidence": 0.99703336,
                "punctuated_word": "you're",
                "speaker": 0,
                "speaker_confidence": 0.6357125
              },
              {
                "word": "in",
                "start": 335.39,
                "end": 335.55002,
                "confidence": 0.9942946,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.6357125
              },
              {
                "word": "the",
                "start": 335.55002,
                "end": 335.79,
                "confidence": 0.9998834,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.6357125
              },
              {
                "word": "right",
                "start": 335.79,
                "end": 336.03,
                "confidence": 0.9999584,
                "punctuated_word": "right",
                "speaker": 0,
                "speaker_confidence": 0.6357125
              },
              {
                "word": "headspace",
                "start": 336.03,
                "end": 336.53,
                "confidence": 0.92765284,
                "punctuated_word": "headspace.",
                "speaker": 0,
                "speaker_confidence": 0.6357125
              },
              {
                "word": "i",
                "start": 336.83002,
                "end": 336.99002,
                "confidence": 0.99982435,
                "punctuated_word": "I",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "think",
                "start": 336.99002,
                "end": 337.15,
                "confidence": 0.9999722,
                "punctuated_word": "think",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "this",
                "start": 337.15,
                "end": 337.39,
                "confidence": 0.99888843,
                "punctuated_word": "this",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "is",
                "start": 337.39,
                "end": 337.55002,
                "confidence": 0.99933475,
                "punctuated_word": "is",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "something",
                "start": 337.55002,
                "end": 337.95,
                "confidence": 0.9999485,
                "punctuated_word": "something",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "that",
                "start": 337.95,
                "end": 338.45,
                "confidence": 0.9997185,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "we're",
                "start": 338.51,
                "end": 338.75,
                "confidence": 0.99982846,
                "punctuated_word": "we're",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "gonna",
                "start": 338.75,
                "end": 339.07,
                "confidence": 0.9865356,
                "punctuated_word": "gonna",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "be",
                "start": 339.07,
                "end": 339.15,
                "confidence": 0.9988926,
                "punctuated_word": "be",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "having",
                "start": 339.15,
                "end": 339.47,
                "confidence": 0.9998666,
                "punctuated_word": "having",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "to",
                "start": 339.47,
                "end": 339.63,
                "confidence": 0.99872917,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "worry",
                "start": 339.63,
                "end": 339.95,
                "confidence": 0.9999672,
                "punctuated_word": "worry",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "about",
                "start": 339.95,
                "end": 340.27002,
                "confidence": 0.99982065,
                "punctuated_word": "about",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "for",
                "start": 340.27002,
                "end": 340.77002,
                "confidence": 0.99963725,
                "punctuated_word": "for",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "some",
                "start": 340.83002,
                "end": 341.15,
                "confidence": 0.98364484,
                "punctuated_word": "some",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "time",
                "start": 341.15,
                "end": 341.65,
                "confidence": 0.99979156,
                "punctuated_word": "time.",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "as",
                "start": 342.83002,
                "end": 343.07,
                "confidence": 0.9993862,
                "punctuated_word": "As",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "the",
                "start": 343.07,
                "end": 343.31,
                "confidence": 0.9666476,
                "punctuated_word": "the,",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "outage",
                "start": 343.55002,
                "end": 343.79,
                "confidence": 0.99971026,
                "punctuated_word": "outage",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "happened",
                "start": 343.79,
                "end": 344.19,
                "confidence": 0.96907675,
                "punctuated_word": "happened,",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "as",
                "start": 344.19,
                "end": 344.43,
                "confidence": 0.99966097,
                "punctuated_word": "as",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "you",
                "start": 344.43,
                "end": 344.59,
                "confidence": 0.99996614,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "might",
                "start": 344.59,
                "end": 344.91,
                "confidence": 0.9999192,
                "punctuated_word": "might",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "imagine",
                "start": 344.91,
                "end": 345.41,
                "confidence": 0.998517,
                "punctuated_word": "imagine,",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "folks",
                "start": 345.63,
                "end": 345.87,
                "confidence": 0.9998431,
                "punctuated_word": "folks",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "were",
                "start": 345.87,
                "end": 346.11002,
                "confidence": 0.54438674,
                "punctuated_word": "were",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "working",
                "start": 346.11002,
                "end": 346.35,
                "confidence": 0.99991286,
                "punctuated_word": "working",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "on",
                "start": 346.35,
                "end": 346.51,
                "confidence": 0.99748576,
                "punctuated_word": "on",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "trying",
                "start": 346.51,
                "end": 346.75,
                "confidence": 0.9998118,
                "punctuated_word": "trying",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "to",
                "start": 346.75,
                "end": 346.83002,
                "confidence": 0.99983704,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "get",
                "start": 346.83002,
                "end": 346.99,
                "confidence": 0.99996173,
                "punctuated_word": "get",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "some",
                "start": 346.99,
                "end": 347.23,
                "confidence": 0.9998419,
                "punctuated_word": "some",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "sort",
                "start": 347.23,
                "end": 347.39,
                "confidence": 0.9996569,
                "punctuated_word": "sort",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "of",
                "start": 347.39,
                "end": 347.55002,
                "confidence": 0.99622077,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "fix",
                "start": 347.55002,
                "end": 347.79,
                "confidence": 0.99904364,
                "punctuated_word": "fix",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "in",
                "start": 347.79,
                "end": 347.87,
                "confidence": 0.9998012,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "place",
                "start": 347.87,
                "end": 348.35,
                "confidence": 0.99997103,
                "punctuated_word": "place",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "as",
                "start": 348.35,
                "end": 348.59,
                "confidence": 0.8362742,
                "punctuated_word": "as",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "we",
                "start": 348.59,
                "end": 348.75,
                "confidence": 0.99980956,
                "punctuated_word": "we",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "needed",
                "start": 348.75,
                "end": 349.25,
                "confidence": 0.9998252,
                "punctuated_word": "needed",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "things",
                "start": 349.715,
                "end": 350.035,
                "confidence": 0.9999366,
                "punctuated_word": "things",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "to",
                "start": 350.035,
                "end": 350.075,
                "confidence": 0.9999409,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.7940527
              },
              {
                "word": "be",
                "start": 350.075,
                "end": 350.11502,
                "confidence": 0.99994886,
                "punctuated_word": "be",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "up",
                "start": 350.11502,
                "end": 350.355,
                "confidence": 0.9999473,
                "punctuated_word": "up",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "and",
                "start": 350.355,
                "end": 350.515,
                "confidence": 0.9978235,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "running",
                "start": 350.515,
                "end": 350.83502,
                "confidence": 0.9999813,
                "punctuated_word": "running",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "again",
                "start": 350.83502,
                "end": 351.33502,
                "confidence": 0.8132827,
                "punctuated_word": "again.",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "and",
                "start": 351.475,
                "end": 351.635,
                "confidence": 0.99463934,
                "punctuated_word": "And",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "we",
                "start": 351.635,
                "end": 351.795,
                "confidence": 0.9991234,
                "punctuated_word": "we",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "might",
                "start": 351.795,
                "end": 351.95502,
                "confidence": 0.9999728,
                "punctuated_word": "might",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "be",
                "start": 351.95502,
                "end": 352.11502,
                "confidence": 0.999398,
                "punctuated_word": "be",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "wondering",
                "start": 352.11502,
                "end": 352.435,
                "confidence": 0.99996114,
                "punctuated_word": "wondering",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "what",
                "start": 352.435,
                "end": 352.595,
                "confidence": 0.99990416,
                "punctuated_word": "what",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "that",
                "start": 352.595,
                "end": 352.755,
                "confidence": 0.9998827,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "is",
                "start": 352.755,
                "end": 353.255,
                "confidence": 0.9988712,
                "punctuated_word": "is.",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "so",
                "start": 353.475,
                "end": 353.715,
                "confidence": 0.9953092,
                "punctuated_word": "So",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "the",
                "start": 353.715,
                "end": 353.795,
                "confidence": 0.9982072,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "initial",
                "start": 353.795,
                "end": 354.195,
                "confidence": 0.999936,
                "punctuated_word": "initial",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "fix",
                "start": 354.195,
                "end": 354.435,
                "confidence": 0.9996289,
                "punctuated_word": "fix",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "that",
                "start": 354.435,
                "end": 354.595,
                "confidence": 0.9996019,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "was",
                "start": 354.595,
                "end": 354.755,
                "confidence": 0.999861,
                "punctuated_word": "was",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "put",
                "start": 354.755,
                "end": 354.995,
                "confidence": 0.9998945,
                "punctuated_word": "put",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "out",
                "start": 354.995,
                "end": 355.155,
                "confidence": 0.99906296,
                "punctuated_word": "out",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "was",
                "start": 355.155,
                "end": 355.315,
                "confidence": 0.99902177,
                "punctuated_word": "was",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "a",
                "start": 355.315,
                "end": 355.39502,
                "confidence": 0.9981002,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "set",
                "start": 355.39502,
                "end": 355.55502,
                "confidence": 0.99973994,
                "punctuated_word": "set",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "of",
                "start": 355.55502,
                "end": 355.715,
                "confidence": 0.99608094,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "instructions",
                "start": 355.715,
                "end": 356.215,
                "confidence": 0.99981266,
                "punctuated_word": "instructions",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "that",
                "start": 356.67502,
                "end": 356.83502,
                "confidence": 0.99545467,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "were",
                "start": 356.83502,
                "end": 357.075,
                "confidence": 0.9995123,
                "punctuated_word": "were",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "manual",
                "start": 357.075,
                "end": 357.475,
                "confidence": 0.9991449,
                "punctuated_word": "manual",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "steps",
                "start": 357.475,
                "end": 357.795,
                "confidence": 0.9998727,
                "punctuated_word": "steps",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "to",
                "start": 357.795,
                "end": 357.95502,
                "confidence": 0.98070955,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "be",
                "start": 357.95502,
                "end": 358.195,
                "confidence": 0.9868728,
                "punctuated_word": "be",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "on",
                "start": 358.195,
                "end": 358.515,
                "confidence": 0.48281464,
                "punctuated_word": "on",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "each",
                "start": 358.515,
                "end": 358.83502,
                "confidence": 0.99693847,
                "punctuated_word": "each",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "individual",
                "start": 358.83502,
                "end": 359.33502,
                "confidence": 0.99989676,
                "punctuated_word": "individual",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "computer",
                "start": 359.635,
                "end": 360.135,
                "confidence": 0.9961723,
                "punctuated_word": "computer.",
                "speaker": 0,
                "speaker_confidence": 0.76294273
              },
              {
                "word": "effectively",
                "start": 361.075,
                "end": 361.55502,
                "confidence": 0.9982041,
                "punctuated_word": "Effectively",
                "speaker": 0,
                "speaker_confidence": 0.55728513
              },
              {
                "word": "you",
                "start": 361.55502,
                "end": 361.715,
                "confidence": 0.54321194,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.55728513
              },
              {
                "word": "had",
                "start": 361.715,
                "end": 361.95502,
                "confidence": 0.9994312,
                "punctuated_word": "had",
                "speaker": 0,
                "speaker_confidence": 0.55728513
              },
              {
                "word": "to",
                "start": 361.95502,
                "end": 362.195,
                "confidence": 0.99902725,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.55728513
              },
              {
                "word": "go",
                "start": 362.195,
                "end": 362.355,
                "confidence": 0.99959475,
                "punctuated_word": "go",
                "speaker": 0,
                "speaker_confidence": 0.55728513
              },
              {
                "word": "to",
                "start": 362.355,
                "end": 362.515,
                "confidence": 0.9965869,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.55728513
              },
              {
                "word": "that",
                "start": 362.515,
                "end": 362.595,
                "confidence": 0.9996213,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.55728513
              },
              {
                "word": "endpoint",
                "start": 362.595,
                "end": 363.095,
                "confidence": 0.90146893,
                "punctuated_word": "endpoint,",
                "speaker": 0,
                "speaker_confidence": 0.55728513
              },
              {
                "word": "boot",
                "start": 363.51,
                "end": 363.75,
                "confidence": 0.9868462,
                "punctuated_word": "boot",
                "speaker": 0,
                "speaker_confidence": 0.55728513
              },
              {
                "word": "it",
                "start": 363.75,
                "end": 363.91,
                "confidence": 0.99677473,
                "punctuated_word": "it",
                "speaker": 0,
                "speaker_confidence": 0.55728513
              },
              {
                "word": "up",
                "start": 363.91,
                "end": 363.99002,
                "confidence": 0.99993145,
                "punctuated_word": "up",
                "speaker": 0,
                "speaker_confidence": 0.55728513
              },
              {
                "word": "into",
                "start": 363.99002,
                "end": 364.23,
                "confidence": 0.9996308,
                "punctuated_word": "into",
                "speaker": 0,
                "speaker_confidence": 0.55728513
              },
              {
                "word": "something",
                "start": 364.23,
                "end": 364.55002,
                "confidence": 0.9998293,
                "punctuated_word": "something",
                "speaker": 0,
                "speaker_confidence": 0.55728513
              },
              {
                "word": "called",
                "start": 364.55002,
                "end": 364.79,
                "confidence": 0.9998375,
                "punctuated_word": "called",
                "speaker": 0,
                "speaker_confidence": 0.55728513
              },
              {
                "word": "safe",
                "start": 364.79,
                "end": 365.03,
                "confidence": 0.9666589,
                "punctuated_word": "safe",
                "speaker": 0,
                "speaker_confidence": 0.55728513
              },
              {
                "word": "mode",
                "start": 365.03,
                "end": 365.35,
                "confidence": 0.8687244,
                "punctuated_word": "mode,",
                "speaker": 0,
                "speaker_confidence": 0.55728513
              },
              {
                "word": "which",
                "start": 365.35,
                "end": 365.43002,
                "confidence": 0.8252458,
                "punctuated_word": "which",
                "speaker": 0,
                "speaker_confidence": 0.55728513
              },
              {
                "word": "is",
                "start": 365.43002,
                "end": 365.51,
                "confidence": 0.99678075,
                "punctuated_word": "is",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "kind",
                "start": 365.51,
                "end": 365.63,
                "confidence": 0.98432225,
                "punctuated_word": "kind",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "of",
                "start": 365.63,
                "end": 365.75,
                "confidence": 0.99977845,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "like",
                "start": 365.75,
                "end": 365.91,
                "confidence": 0.9760474,
                "punctuated_word": "like",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "a",
                "start": 365.91,
                "end": 365.99002,
                "confidence": 0.99829847,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "maintenance",
                "start": 365.99002,
                "end": 366.31,
                "confidence": 0.9997956,
                "punctuated_word": "maintenance",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "mode",
                "start": 366.31,
                "end": 366.55002,
                "confidence": 0.9988207,
                "punctuated_word": "mode",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "for",
                "start": 366.55002,
                "end": 366.71002,
                "confidence": 0.999574,
                "punctuated_word": "for",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "windows",
                "start": 366.71002,
                "end": 367.21002,
                "confidence": 0.677604,
                "punctuated_word": "Windows.",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "and",
                "start": 368.15002,
                "end": 368.39,
                "confidence": 0.99219114,
                "punctuated_word": "And",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "you",
                "start": 368.39,
                "end": 368.55002,
                "confidence": 0.9939036,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "would",
                "start": 368.55002,
                "end": 368.71002,
                "confidence": 0.9997856,
                "punctuated_word": "would",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "then",
                "start": 368.71002,
                "end": 368.95,
                "confidence": 0.99853396,
                "punctuated_word": "then",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "have",
                "start": 368.95,
                "end": 369.11002,
                "confidence": 0.99950993,
                "punctuated_word": "have",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "to",
                "start": 369.11002,
                "end": 369.19,
                "confidence": 0.9997552,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "go",
                "start": 369.19,
                "end": 369.35,
                "confidence": 0.99995244,
                "punctuated_word": "go",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "in",
                "start": 369.35,
                "end": 369.51,
                "confidence": 0.99944633,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "and",
                "start": 369.51,
                "end": 369.67,
                "confidence": 0.9993961,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "delete",
                "start": 369.67,
                "end": 369.99002,
                "confidence": 0.9998338,
                "punctuated_word": "delete",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "a",
                "start": 369.99002,
                "end": 370.15002,
                "confidence": 0.99975044,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "specific",
                "start": 370.15002,
                "end": 370.63,
                "confidence": 0.99997246,
                "punctuated_word": "specific",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "file",
                "start": 370.63,
                "end": 371.13,
                "confidence": 0.9999584,
                "punctuated_word": "file",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "that",
                "start": 371.19,
                "end": 371.35,
                "confidence": 0.99242204,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "had",
                "start": 371.35,
                "end": 371.51,
                "confidence": 0.99817264,
                "punctuated_word": "had",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "a",
                "start": 371.51,
                "end": 371.67,
                "confidence": 0.9979151,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "naming",
                "start": 371.67,
                "end": 371.99002,
                "confidence": 0.9998241,
                "punctuated_word": "naming",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "pattern",
                "start": 371.99002,
                "end": 372.49002,
                "confidence": 0.99994206,
                "punctuated_word": "pattern",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "that",
                "start": 372.55002,
                "end": 372.71002,
                "confidence": 0.8339418,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.7134811
              },
              {
                "word": "i",
                "start": 372.71002,
                "end": 372.79,
                "confidence": 0.9557195,
                "punctuated_word": "I",
                "speaker": 0,
                "speaker_confidence": 0.60430783
              },
              {
                "word": "believe",
                "start": 372.79,
                "end": 373.19,
                "confidence": 0.9981748,
                "punctuated_word": "believe",
                "speaker": 0,
                "speaker_confidence": 0.60430783
              },
              {
                "word": "had",
                "start": 373.19,
                "end": 373.35,
                "confidence": 0.9548954,
                "punctuated_word": "had",
                "speaker": 0,
                "speaker_confidence": 0.60430783
              },
              {
                "word": "the",
                "start": 373.35,
                "end": 373.59,
                "confidence": 0.984121,
                "punctuated_word": "the,",
                "speaker": 0,
                "speaker_confidence": 0.60430783
              },
              {
                "word": "dot",
                "start": 373.83002,
                "end": 374.23,
                "confidence": 0.9584687,
                "punctuated_word": "dot",
                "speaker": 0,
                "speaker_confidence": 0.60430783
              },
              {
                "word": "sys",
                "start": 374.23,
                "end": 374.73,
                "confidence": 0.9858731,
                "punctuated_word": "sys",
                "speaker": 0,
                "speaker_confidence": 0.60430783
              },
              {
                "word": "extension",
                "start": 374.79,
                "end": 375.29,
                "confidence": 0.9963651,
                "punctuated_word": "extension.",
                "speaker": 0,
                "speaker_confidence": 0.60430783
              },
              {
                "word": "once",
                "start": 376.23,
                "end": 376.55002,
                "confidence": 0.9914335,
                "punctuated_word": "Once",
                "speaker": 0,
                "speaker_confidence": 0.60430783
              },
              {
                "word": "you",
                "start": 376.55002,
                "end": 377.05002,
                "confidence": 0.9999032,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.60430783
              },
              {
                "word": "did",
                "start": 377.405,
                "end": 377.64502,
                "confidence": 0.9998311,
                "punctuated_word": "did",
                "speaker": 0,
                "speaker_confidence": 0.60430783
              },
              {
                "word": "that",
                "start": 377.64502,
                "end": 377.725,
                "confidence": 0.9997825,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.60430783
              },
              {
                "word": "activity",
                "start": 377.725,
                "end": 378.125,
                "confidence": 0.85395527,
                "punctuated_word": "activity,",
                "speaker": 0,
                "speaker_confidence": 0.60430783
              },
              {
                "word": "you",
                "start": 378.125,
                "end": 378.285,
                "confidence": 0.99920446,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.60430783
              },
              {
                "word": "were",
                "start": 378.285,
                "end": 378.445,
                "confidence": 0.95747674,
                "punctuated_word": "were",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "then",
                "start": 378.445,
                "end": 378.685,
                "confidence": 0.99893945,
                "punctuated_word": "then",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "supposedly",
                "start": 378.685,
                "end": 379.165,
                "confidence": 0.99390775,
                "punctuated_word": "supposedly",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "able",
                "start": 379.165,
                "end": 379.325,
                "confidence": 0.99944645,
                "punctuated_word": "able",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "to",
                "start": 379.325,
                "end": 379.48502,
                "confidence": 0.99915826,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "reboot",
                "start": 379.48502,
                "end": 379.98502,
                "confidence": 0.9998287,
                "punctuated_word": "reboot",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "and",
                "start": 380.125,
                "end": 380.36502,
                "confidence": 0.9457572,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "things",
                "start": 380.36502,
                "end": 380.765,
                "confidence": 0.99880755,
                "punctuated_word": "things",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "returned",
                "start": 380.765,
                "end": 381.165,
                "confidence": 0.9654885,
                "punctuated_word": "returned",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "back",
                "start": 381.165,
                "end": 381.325,
                "confidence": 0.9395146,
                "punctuated_word": "back",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "to",
                "start": 381.325,
                "end": 381.48502,
                "confidence": 0.9998066,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "normal",
                "start": 381.48502,
                "end": 381.98502,
                "confidence": 0.99868774,
                "punctuated_word": "normal.",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "now",
                "start": 382.845,
                "end": 383.08502,
                "confidence": 0.9979919,
                "punctuated_word": "Now",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "as",
                "start": 383.08502,
                "end": 383.24503,
                "confidence": 0.79876024,
                "punctuated_word": "as",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "you",
                "start": 383.24503,
                "end": 383.325,
                "confidence": 0.999889,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "might",
                "start": 383.325,
                "end": 383.48502,
                "confidence": 0.987911,
                "punctuated_word": "might",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "imagine",
                "start": 383.48502,
                "end": 383.885,
                "confidence": 0.9097508,
                "punctuated_word": "imagine,",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "if",
                "start": 383.885,
                "end": 384.125,
                "confidence": 0.99939215,
                "punctuated_word": "if",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "you're",
                "start": 384.125,
                "end": 384.285,
                "confidence": 0.9993539,
                "punctuated_word": "you're",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "running",
                "start": 384.285,
                "end": 384.605,
                "confidence": 0.9998882,
                "punctuated_word": "running",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "a",
                "start": 384.605,
                "end": 384.765,
                "confidence": 0.9997824,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "large",
                "start": 384.765,
                "end": 385.08502,
                "confidence": 0.9934842,
                "punctuated_word": "large",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "organization",
                "start": 385.08502,
                "end": 385.58502,
                "confidence": 0.9843762,
                "punctuated_word": "organization,",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "like",
                "start": 386.52502,
                "end": 386.845,
                "confidence": 0.99935335,
                "punctuated_word": "like",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "say",
                "start": 386.845,
                "end": 387.08502,
                "confidence": 0.7353701,
                "punctuated_word": "say",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "an",
                "start": 387.08502,
                "end": 387.24503,
                "confidence": 0.70536286,
                "punctuated_word": "an",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "airline",
                "start": 387.24503,
                "end": 387.74503,
                "confidence": 0.8390322,
                "punctuated_word": "airline,",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "it",
                "start": 388.20502,
                "end": 388.445,
                "confidence": 0.99694103,
                "punctuated_word": "it",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "probably",
                "start": 388.445,
                "end": 388.765,
                "confidence": 0.9995678,
                "punctuated_word": "probably",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "takes",
                "start": 388.765,
                "end": 389.08502,
                "confidence": 0.9998534,
                "punctuated_word": "takes",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "a",
                "start": 389.08502,
                "end": 389.24503,
                "confidence": 0.9996013,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "lot",
                "start": 389.24503,
                "end": 389.405,
                "confidence": 0.99973327,
                "punctuated_word": "lot",
                "speaker": 0,
                "speaker_confidence": 0.788602
              },
              {
                "word": "of",
                "start": 389.405,
                "end": 389.565,
                "confidence": 0.9998517,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "humans",
                "start": 389.565,
                "end": 389.96503,
                "confidence": 0.9997422,
                "punctuated_word": "humans",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "and",
                "start": 389.96503,
                "end": 390.125,
                "confidence": 0.97762114,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "a",
                "start": 390.125,
                "end": 390.20502,
                "confidence": 0.99950624,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "lot",
                "start": 390.20502,
                "end": 390.445,
                "confidence": 0.9980975,
                "punctuated_word": "lot",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "of",
                "start": 390.445,
                "end": 390.605,
                "confidence": 0.9993051,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "time",
                "start": 390.605,
                "end": 390.845,
                "confidence": 0.9995235,
                "punctuated_word": "time",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "to",
                "start": 390.845,
                "end": 391.005,
                "confidence": 0.99892175,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "get",
                "start": 391.005,
                "end": 391.24503,
                "confidence": 0.9993536,
                "punctuated_word": "get",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "around",
                "start": 391.24503,
                "end": 391.62,
                "confidence": 0.999129,
                "punctuated_word": "around",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "to",
                "start": 391.69998,
                "end": 391.86,
                "confidence": 0.9954021,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "thousands",
                "start": 391.86,
                "end": 392.34,
                "confidence": 0.997801,
                "punctuated_word": "thousands",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "upon",
                "start": 392.34,
                "end": 392.58,
                "confidence": 0.99846953,
                "punctuated_word": "upon",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "thousands",
                "start": 392.58,
                "end": 392.97998,
                "confidence": 0.99609417,
                "punctuated_word": "thousands",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "of",
                "start": 392.97998,
                "end": 393.13998,
                "confidence": 0.9983133,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "endpoints",
                "start": 393.13998,
                "end": 393.54,
                "confidence": 0.96118766,
                "punctuated_word": "endpoints",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "to",
                "start": 393.54,
                "end": 393.62,
                "confidence": 0.8620461,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "do",
                "start": 393.62,
                "end": 393.78,
                "confidence": 0.9694372,
                "punctuated_word": "do",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "this",
                "start": 393.78,
                "end": 393.94,
                "confidence": 0.9994821,
                "punctuated_word": "this",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "repair",
                "start": 393.94,
                "end": 394.44,
                "confidence": 0.8604598,
                "punctuated_word": "repair,",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "which",
                "start": 394.74,
                "end": 395.22,
                "confidence": 0.99935573,
                "punctuated_word": "which",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "perhaps",
                "start": 395.22,
                "end": 395.72,
                "confidence": 0.9360518,
                "punctuated_word": "perhaps",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "is",
                "start": 396.1,
                "end": 396.34,
                "confidence": 0.9883166,
                "punctuated_word": "is",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "some",
                "start": 396.34,
                "end": 396.58,
                "confidence": 0.9995376,
                "punctuated_word": "some",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "explanation",
                "start": 396.58,
                "end": 397.06,
                "confidence": 0.9998357,
                "punctuated_word": "explanation",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "for",
                "start": 397.06,
                "end": 397.13998,
                "confidence": 0.99967146,
                "punctuated_word": "for",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "the",
                "start": 397.13998,
                "end": 397.3,
                "confidence": 0.99975115,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "length",
                "start": 397.3,
                "end": 397.54,
                "confidence": 0.99977607,
                "punctuated_word": "length",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "of",
                "start": 397.54,
                "end": 397.62,
                "confidence": 0.9993734,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "time",
                "start": 397.62,
                "end": 397.86,
                "confidence": 0.9996438,
                "punctuated_word": "time",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "the",
                "start": 397.86,
                "end": 397.94,
                "confidence": 0.9923247,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "outage",
                "start": 397.94,
                "end": 398.26,
                "confidence": 0.9971993,
                "punctuated_word": "outage",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "went",
                "start": 398.26,
                "end": 398.5,
                "confidence": 0.99611974,
                "punctuated_word": "went",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "on",
                "start": 398.5,
                "end": 398.66,
                "confidence": 0.99973446,
                "punctuated_word": "on",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "for",
                "start": 398.66,
                "end": 398.9,
                "confidence": 0.99869895,
                "punctuated_word": "for",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "it",
                "start": 398.9,
                "end": 399.4,
                "confidence": 0.98886615,
                "punctuated_word": "it.",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "microsoft",
                "start": 400.18,
                "end": 400.66,
                "confidence": 0.9996038,
                "punctuated_word": "Microsoft",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "later",
                "start": 400.66,
                "end": 400.97998,
                "confidence": 0.9977617,
                "punctuated_word": "later",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "also",
                "start": 400.97998,
                "end": 401.38,
                "confidence": 0.99947923,
                "punctuated_word": "also",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "released",
                "start": 401.38,
                "end": 401.78,
                "confidence": 0.99957484,
                "punctuated_word": "released",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "a",
                "start": 401.78,
                "end": 401.94,
                "confidence": 0.99984956,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "recovery",
                "start": 401.94,
                "end": 402.44,
                "confidence": 0.99761295,
                "punctuated_word": "recovery",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "tool",
                "start": 402.5,
                "end": 403.0,
                "confidence": 0.77157223,
                "punctuated_word": "tool,",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "which",
                "start": 403.13998,
                "end": 403.54,
                "confidence": 0.9997676,
                "punctuated_word": "which",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "at",
                "start": 403.54,
                "end": 403.62,
                "confidence": 0.39810544,
                "punctuated_word": "at",
                "speaker": 0,
                "speaker_confidence": 0.7689934
              },
              {
                "word": "it",
                "start": 403.86,
                "end": 404.02,
                "confidence": 0.83785367,
                "punctuated_word": "it",
                "speaker": 0,
                "speaker_confidence": 0.68665993
              },
              {
                "word": "was",
                "start": 404.02,
                "end": 404.18,
                "confidence": 0.9979048,
                "punctuated_word": "was",
                "speaker": 0,
                "speaker_confidence": 0.68665993
              },
              {
                "word": "meant",
                "start": 404.18,
                "end": 404.41998,
                "confidence": 0.9991277,
                "punctuated_word": "meant",
                "speaker": 0,
                "speaker_confidence": 0.68665993
              },
              {
                "word": "to",
                "start": 404.41998,
                "end": 404.58,
                "confidence": 0.99987006,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.68665993
              },
              {
                "word": "automate",
                "start": 404.58,
                "end": 404.9,
                "confidence": 0.9999279,
                "punctuated_word": "automate",
                "speaker": 0,
                "speaker_confidence": 0.68665993
              },
              {
                "word": "some",
                "start": 404.9,
                "end": 405.06,
                "confidence": 0.9998708,
                "punctuated_word": "some",
                "speaker": 0,
                "speaker_confidence": 0.68665993
              },
              {
                "word": "of",
                "start": 405.06,
                "end": 405.22,
                "confidence": 0.9998472,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.68665993
              },
              {
                "word": "these",
                "start": 405.22,
                "end": 405.38,
                "confidence": 0.99846846,
                "punctuated_word": "these",
                "speaker": 0,
                "speaker_confidence": 0.68665993
              },
              {
                "word": "steps",
                "start": 405.38,
                "end": 405.62,
                "confidence": 0.99981517,
                "punctuated_word": "steps",
                "speaker": 0,
                "speaker_confidence": 0.68665993
              },
              {
                "word": "where",
                "start": 405.62,
                "end": 405.78,
                "confidence": 0.9374505,
                "punctuated_word": "where",
                "speaker": 0,
                "speaker_confidence": 0.68665993
              },
              {
                "word": "you",
                "start": 405.78,
                "end": 405.94,
                "confidence": 0.99979633,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.68665993
              },
              {
                "word": "could",
                "start": 405.94,
                "end": 406.1,
                "confidence": 0.9995454,
                "punctuated_word": "could",
                "speaker": 0,
                "speaker_confidence": 0.68665993
              },
              {
                "word": "create",
                "start": 406.1,
                "end": 406.34,
                "confidence": 0.9999435,
                "punctuated_word": "create",
                "speaker": 0,
                "speaker_confidence": 0.68665993
              },
              {
                "word": "a",
                "start": 406.34,
                "end": 406.41998,
                "confidence": 0.99968493,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.68665993
              },
              {
                "word": "bootable",
                "start": 406.41998,
                "end": 406.91998,
                "confidence": 0.9998238,
                "punctuated_word": "bootable",
                "speaker": 0,
                "speaker_confidence": 0.68665993
              },
              {
                "word": "usb",
                "start": 407.47498,
                "end": 407.715,
                "confidence": 0.99966216,
                "punctuated_word": "USB",
                "speaker": 0,
                "speaker_confidence": 0.68665993
              },
              {
                "word": "stick",
                "start": 407.715,
                "end": 408.215,
                "confidence": 0.95930576,
                "punctuated_word": "stick,",
                "speaker": 0,
                "speaker_confidence": 0.68665993
              },
              {
                "word": "you",
                "start": 408.435,
                "end": 408.51498,
                "confidence": 0.9990338,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.68665993
              },
              {
                "word": "know",
                "start": 408.51498,
                "end": 408.75497,
                "confidence": 0.99307764,
                "punctuated_word": "know,",
                "speaker": 0,
                "speaker_confidence": 0.68665993
              },
              {
                "word": "plug",
                "start": 408.75497,
                "end": 408.995,
                "confidence": 0.99910706,
                "punctuated_word": "plug",
                "speaker": 0,
                "speaker_confidence": 0.68665993
              },
              {
                "word": "it",
                "start": 408.995,
                "end": 409.07498,
                "confidence": 0.9994935,
                "punctuated_word": "it",
                "speaker": 0,
                "speaker_confidence": 0.21562201
              },
              {
                "word": "in",
                "start": 409.07498,
                "end": 409.31497,
                "confidence": 0.98801947,
                "punctuated_word": "in,",
                "speaker": 0,
                "speaker_confidence": 0.21562201
              },
              {
                "word": "boot",
                "start": 409.31497,
                "end": 409.555,
                "confidence": 0.9992499,
                "punctuated_word": "boot",
                "speaker": 0,
                "speaker_confidence": 0.21562201
              },
              {
                "word": "off",
                "start": 409.555,
                "end": 409.715,
                "confidence": 0.99627125,
                "punctuated_word": "off",
                "speaker": 0,
                "speaker_confidence": 0.21562201
              },
              {
                "word": "of",
                "start": 409.715,
                "end": 409.79498,
                "confidence": 0.99835205,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.21562201
              },
              {
                "word": "it",
                "start": 409.79498,
                "end": 409.875,
                "confidence": 0.89120173,
                "punctuated_word": "it,",
                "speaker": 0,
                "speaker_confidence": 0.21562201
              },
              {
                "word": "and",
                "start": 409.875,
                "end": 410.03497,
                "confidence": 0.9990785,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.5439978
              },
              {
                "word": "it",
                "start": 410.03497,
                "end": 410.115,
                "confidence": 0.9990233,
                "punctuated_word": "it",
                "speaker": 0,
                "speaker_confidence": 0.5439978
              },
              {
                "word": "would",
                "start": 410.115,
                "end": 410.35498,
                "confidence": 0.9991321,
                "punctuated_word": "would",
                "speaker": 0,
                "speaker_confidence": 0.5439978
              },
              {
                "word": "kind",
                "start": 410.35498,
                "end": 410.435,
                "confidence": 0.93947405,
                "punctuated_word": "kind",
                "speaker": 0,
                "speaker_confidence": 0.5439978
              },
              {
                "word": "of",
                "start": 410.435,
                "end": 410.51498,
                "confidence": 0.99951565,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.5439978
              },
              {
                "word": "run",
                "start": 410.51498,
                "end": 410.75497,
                "confidence": 0.9992312,
                "punctuated_word": "run",
                "speaker": 0,
                "speaker_confidence": 0.5439978
              },
              {
                "word": "through",
                "start": 410.75497,
                "end": 410.91498,
                "confidence": 0.99973804,
                "punctuated_word": "through",
                "speaker": 0,
                "speaker_confidence": 0.5439978
              },
              {
                "word": "those",
                "start": 410.91498,
                "end": 411.155,
                "confidence": 0.9930139,
                "punctuated_word": "those",
                "speaker": 0,
                "speaker_confidence": 0.5439978
              },
              {
                "word": "steps",
                "start": 411.155,
                "end": 411.47498,
                "confidence": 0.9998672,
                "punctuated_word": "steps",
                "speaker": 0,
                "speaker_confidence": 0.5439978
              },
              {
                "word": "that",
                "start": 411.47498,
                "end": 411.97498,
                "confidence": 0.99955803,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.5439978
              },
              {
                "word": "i",
                "start": 412.03497,
                "end": 412.115,
                "confidence": 0.9984931,
                "punctuated_word": "I",
                "speaker": 0,
                "speaker_confidence": 0.5439978
              },
              {
                "word": "just",
                "start": 412.115,
                "end": 412.435,
                "confidence": 0.9969253,
                "punctuated_word": "just",
                "speaker": 0,
                "speaker_confidence": 0.5439978
              },
              {
                "word": "described",
                "start": 412.435,
                "end": 412.935,
                "confidence": 0.9995218,
                "punctuated_word": "described.",
                "speaker": 0,
                "speaker_confidence": 0.5439978
              },
              {
                "word": "there's",
                "start": 413.875,
                "end": 414.19498,
                "confidence": 0.9742818,
                "punctuated_word": "There's",
                "speaker": 0,
                "speaker_confidence": 0.5439978
              },
              {
                "word": "also",
                "start": 414.19498,
                "end": 414.435,
                "confidence": 0.9993455,
                "punctuated_word": "also",
                "speaker": 0,
                "speaker_confidence": 0.5439978
              },
              {
                "word": "kind",
                "start": 414.435,
                "end": 414.59497,
                "confidence": 0.9868174,
                "punctuated_word": "kind",
                "speaker": 0,
                "speaker_confidence": 0.5439978
              },
              {
                "word": "of",
                "start": 414.59497,
                "end": 414.675,
                "confidence": 0.9998529,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.5439978
              },
              {
                "word": "a",
                "start": 414.675,
                "end": 414.835,
                "confidence": 0.9970681,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.7328981
              },
              {
                "word": "goofy",
                "start": 414.835,
                "end": 415.155,
                "confidence": 0.9994659,
                "punctuated_word": "goofy",
                "speaker": 0,
                "speaker_confidence": 0.7328981
              },
              {
                "word": "public",
                "start": 415.155,
                "end": 415.47498,
                "confidence": 0.99844617,
                "punctuated_word": "public",
                "speaker": 0,
                "speaker_confidence": 0.7328981
              },
              {
                "word": "relations",
                "start": 415.47498,
                "end": 415.875,
                "confidence": 0.9999012,
                "punctuated_word": "relations",
                "speaker": 0,
                "speaker_confidence": 0.7328981
              },
              {
                "word": "thing",
                "start": 415.875,
                "end": 416.03497,
                "confidence": 0.99964464,
                "punctuated_word": "thing",
                "speaker": 0,
                "speaker_confidence": 0.7328981
              },
              {
                "word": "that",
                "start": 416.03497,
                "end": 416.19498,
                "confidence": 0.9976351,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.7328981
              },
              {
                "word": "happened",
                "start": 416.19498,
                "end": 416.69498,
                "confidence": 0.9796631,
                "punctuated_word": "happened,",
                "speaker": 0,
                "speaker_confidence": 0.7328981
              },
              {
                "word": "after",
                "start": 417.235,
                "end": 417.715,
                "confidence": 0.9999597,
                "punctuated_word": "after",
                "speaker": 0,
                "speaker_confidence": 0.7328981
              },
              {
                "word": "this",
                "start": 417.715,
                "end": 418.03497,
                "confidence": 0.9943522,
                "punctuated_word": "this",
                "speaker": 0,
                "speaker_confidence": 0.7328981
              },
              {
                "word": "fix",
                "start": 418.03497,
                "end": 418.35498,
                "confidence": 0.9986305,
                "punctuated_word": "fix",
                "speaker": 0,
                "speaker_confidence": 0.7328981
              },
              {
                "word": "kinda",
                "start": 418.35498,
                "end": 418.675,
                "confidence": 0.8670842,
                "punctuated_word": "kinda",
                "speaker": 0,
                "speaker_confidence": 0.7328981
              },
              {
                "word": "went",
                "start": 418.675,
                "end": 418.835,
                "confidence": 0.9993469,
                "punctuated_word": "went",
                "speaker": 0,
                "speaker_confidence": 0.7328981
              },
              {
                "word": "out",
                "start": 418.835,
                "end": 419.25,
                "confidence": 0.85526335,
                "punctuated_word": "out,",
                "speaker": 0,
                "speaker_confidence": 0.7328981
              },
              {
                "word": "which",
                "start": 419.33,
                "end": 419.57,
                "confidence": 0.9997129,
                "punctuated_word": "which",
                "speaker": 0,
                "speaker_confidence": 0.7328981
              },
              {
                "word": "is",
                "start": 419.57,
                "end": 419.73,
                "confidence": 0.99049526,
                "punctuated_word": "is,",
                "speaker": 0,
                "speaker_confidence": 0.7328981
              },
              {
                "word": "reportedly",
                "start": 420.21,
                "end": 420.71,
                "confidence": 0.9749623,
                "punctuated_word": "reportedly,",
                "speaker": 0,
                "speaker_confidence": 0.7328981
              },
              {
                "word": "crowdstrike",
                "start": 420.93,
                "end": 421.43,
                "confidence": 0.9949603,
                "punctuated_word": "CrowdStrike",
                "speaker": 0,
                "speaker_confidence": 0.7328981
              },
              {
                "word": "sent",
                "start": 421.49,
                "end": 421.65,
                "confidence": 0.99958533,
                "punctuated_word": "sent",
                "speaker": 0,
                "speaker_confidence": 0.7328981
              },
              {
                "word": "out",
                "start": 421.65,
                "end": 421.89,
                "confidence": 0.9997762,
                "punctuated_word": "out",
                "speaker": 0,
                "speaker_confidence": 0.7328981
              },
              {
                "word": "a",
                "start": 421.89,
                "end": 421.97,
                "confidence": 0.9998758,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.7328981
              },
              {
                "word": "bunch",
                "start": 421.97,
                "end": 422.21,
                "confidence": 0.9999523,
                "punctuated_word": "bunch",
                "speaker": 0,
                "speaker_confidence": 0.50929886
              },
              {
                "word": "of",
                "start": 422.21,
                "end": 422.45,
                "confidence": 0.9997117,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.50929886
              },
              {
                "word": "$10",
                "start": 422.45,
                "end": 423.19,
                "confidence": 0.9896759,
                "punctuated_word": "$10",
                "speaker": 0,
                "speaker_confidence": 0.50929886
              },
              {
                "word": "uber",
                "start": 423.57,
                "end": 423.89,
                "confidence": 0.9990024,
                "punctuated_word": "Uber",
                "speaker": 0,
                "speaker_confidence": 0.50929886
              },
              {
                "word": "eats",
                "start": 423.89,
                "end": 424.21,
                "confidence": 0.9756119,
                "punctuated_word": "Eats",
                "speaker": 0,
                "speaker_confidence": 0.50929886
              },
              {
                "word": "gift",
                "start": 424.21,
                "end": 424.45,
                "confidence": 0.9984971,
                "punctuated_word": "gift",
                "speaker": 0,
                "speaker_confidence": 0.50929886
              },
              {
                "word": "cards",
                "start": 424.45,
                "end": 424.95,
                "confidence": 0.96632373,
                "punctuated_word": "cards.",
                "speaker": 0,
                "speaker_confidence": 0.50929886
              },
              {
                "word": "though",
                "start": 425.33,
                "end": 425.57,
                "confidence": 0.9560407,
                "punctuated_word": "Though",
                "speaker": 0,
                "speaker_confidence": 0.3331992
              },
              {
                "word": "it",
                "start": 425.57,
                "end": 425.65,
                "confidence": 0.75461745,
                "punctuated_word": "it",
                "speaker": 0,
                "speaker_confidence": 0.3331992
              },
              {
                "word": "was",
                "start": 425.65,
                "end": 425.81,
                "confidence": 0.99990094,
                "punctuated_word": "was",
                "speaker": 0,
                "speaker_confidence": 0.3331992
              },
              {
                "word": "reported",
                "start": 425.81,
                "end": 426.21,
                "confidence": 0.99991274,
                "punctuated_word": "reported",
                "speaker": 0,
                "speaker_confidence": 0.3331992
              },
              {
                "word": "that",
                "start": 426.21,
                "end": 426.71,
                "confidence": 0.98659503,
                "punctuated_word": "that,",
                "speaker": 0,
                "speaker_confidence": 0.3331992
              },
              {
                "word": "there",
                "start": 427.17,
                "end": 427.41,
                "confidence": 0.9998591,
                "punctuated_word": "there",
                "speaker": 0,
                "speaker_confidence": 0.4086799
              },
              {
                "word": "was",
                "start": 427.41,
                "end": 427.89,
                "confidence": 0.999954,
                "punctuated_word": "was",
                "speaker": 0,
                "speaker_confidence": 0.4086799
              },
              {
                "word": "potentially",
                "start": 427.89,
                "end": 428.37,
                "confidence": 0.5116079,
                "punctuated_word": "potentially",
                "speaker": 0,
                "speaker_confidence": 0.4086799
              },
              {
                "word": "a",
                "start": 428.37,
                "end": 428.45,
                "confidence": 0.9970457,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.4086799
              },
              {
                "word": "false",
                "start": 428.45,
                "end": 428.77,
                "confidence": 0.99994063,
                "punctuated_word": "false",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "positive",
                "start": 428.77,
                "end": 429.25,
                "confidence": 0.99995184,
                "punctuated_word": "positive",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "on",
                "start": 429.25,
                "end": 429.75,
                "confidence": 0.99983656,
                "punctuated_word": "on",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "the",
                "start": 429.97,
                "end": 430.13,
                "confidence": 0.9978956,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "kind",
                "start": 430.13,
                "end": 430.37,
                "confidence": 0.9407005,
                "punctuated_word": "kind",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "of",
                "start": 430.37,
                "end": 430.45,
                "confidence": 0.9994961,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "fraud",
                "start": 430.45,
                "end": 430.77,
                "confidence": 0.9989845,
                "punctuated_word": "fraud",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "slide",
                "start": 430.77,
                "end": 431.01,
                "confidence": 0.39745414,
                "punctuated_word": "slide",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "on",
                "start": 431.01,
                "end": 431.09,
                "confidence": 0.99724257,
                "punctuated_word": "on",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "with",
                "start": 431.17,
                "end": 431.41,
                "confidence": 0.999691,
                "punctuated_word": "with",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "uber",
                "start": 431.41,
                "end": 431.65,
                "confidence": 0.99970007,
                "punctuated_word": "Uber",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "eats",
                "start": 431.65,
                "end": 431.89,
                "confidence": 0.998775,
                "punctuated_word": "Eats",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "where",
                "start": 431.89,
                "end": 432.13,
                "confidence": 0.5813324,
                "punctuated_word": "where",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "some",
                "start": 432.13,
                "end": 432.29,
                "confidence": 0.99882084,
                "punctuated_word": "some",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "folks",
                "start": 432.29,
                "end": 432.53,
                "confidence": 0.999956,
                "punctuated_word": "folks",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "weren't",
                "start": 432.53,
                "end": 432.85,
                "confidence": 0.9996741,
                "punctuated_word": "weren't",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "able",
                "start": 432.85,
                "end": 433.01,
                "confidence": 0.9997676,
                "punctuated_word": "able",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "to",
                "start": 433.01,
                "end": 433.17,
                "confidence": 0.9994875,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "redeem",
                "start": 433.17,
                "end": 433.49,
                "confidence": 0.9999416,
                "punctuated_word": "redeem",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "them",
                "start": 433.49,
                "end": 433.99,
                "confidence": 0.84613776,
                "punctuated_word": "them.",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "crowdstrike",
                "start": 434.51498,
                "end": 434.995,
                "confidence": 0.9946574,
                "punctuated_word": "CrowdStrike",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "was",
                "start": 434.995,
                "end": 435.07498,
                "confidence": 0.998835,
                "punctuated_word": "was",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "saying",
                "start": 435.07498,
                "end": 435.315,
                "confidence": 0.99949825,
                "punctuated_word": "saying",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "this",
                "start": 435.315,
                "end": 435.555,
                "confidence": 0.9772207,
                "punctuated_word": "this",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "potentially",
                "start": 435.555,
                "end": 435.955,
                "confidence": 0.8951949,
                "punctuated_word": "potentially",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "because",
                "start": 435.955,
                "end": 436.455,
                "confidence": 0.9887643,
                "punctuated_word": "because",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "of",
                "start": 436.675,
                "end": 436.91498,
                "confidence": 0.9994215,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "just",
                "start": 436.91498,
                "end": 437.155,
                "confidence": 0.9983563,
                "punctuated_word": "just",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "the",
                "start": 437.155,
                "end": 437.235,
                "confidence": 0.98007154,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "large",
                "start": 437.235,
                "end": 437.555,
                "confidence": 0.99770737,
                "punctuated_word": "large",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "number",
                "start": 437.555,
                "end": 437.715,
                "confidence": 0.99785113,
                "punctuated_word": "number",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "of",
                "start": 437.715,
                "end": 437.79498,
                "confidence": 0.9808642,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "people",
                "start": 437.79498,
                "end": 438.035,
                "confidence": 0.9992204,
                "punctuated_word": "people",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "trying",
                "start": 438.035,
                "end": 438.275,
                "confidence": 0.9939289,
                "punctuated_word": "trying",
                "speaker": 0,
                "speaker_confidence": 0.6431457
              },
              {
                "word": "to",
                "start": 438.275,
                "end": 438.35498,
                "confidence": 0.9994991,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.3400485
              },
              {
                "word": "use",
                "start": 438.35498,
                "end": 438.595,
                "confidence": 0.999752,
                "punctuated_word": "use",
                "speaker": 0,
                "speaker_confidence": 0.3400485
              },
              {
                "word": "the",
                "start": 438.595,
                "end": 438.755,
                "confidence": 0.99939525,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.3400485
              },
              {
                "word": "same",
                "start": 438.755,
                "end": 439.255,
                "confidence": 0.9998658,
                "punctuated_word": "same",
                "speaker": 0,
                "speaker_confidence": 0.3400485
              },
              {
                "word": "setup",
                "start": 439.47498,
                "end": 439.875,
                "confidence": 0.9514874,
                "punctuated_word": "setup",
                "speaker": 0,
                "speaker_confidence": 0.3400485
              },
              {
                "word": "all",
                "start": 439.875,
                "end": 440.035,
                "confidence": 0.99050504,
                "punctuated_word": "all",
                "speaker": 0,
                "speaker_confidence": 0.3400485
              },
              {
                "word": "at",
                "start": 440.035,
                "end": 440.115,
                "confidence": 0.9966704,
                "punctuated_word": "at",
                "speaker": 0,
                "speaker_confidence": 0.57526326
              },
              {
                "word": "once",
                "start": 440.115,
                "end": 440.615,
                "confidence": 0.9990079,
                "punctuated_word": "once.",
                "speaker": 0,
                "speaker_confidence": 0.57526326
              },
              {
                "word": "i",
                "start": 440.995,
                "end": 441.395,
                "confidence": 0.44186327,
                "punctuated_word": "I",
                "speaker": 0,
                "speaker_confidence": 0.57526326
              },
              {
                "word": "wasn't",
                "start": 441.395,
                "end": 441.63498,
                "confidence": 0.9496851,
                "punctuated_word": "wasn't",
                "speaker": 0,
                "speaker_confidence": 0.57526326
              },
              {
                "word": "able",
                "start": 441.63498,
                "end": 441.875,
                "confidence": 0.9992299,
                "punctuated_word": "able",
                "speaker": 0,
                "speaker_confidence": 0.57526326
              },
              {
                "word": "to",
                "start": 441.875,
                "end": 441.955,
                "confidence": 0.9986432,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.57526326
              },
              {
                "word": "confirm",
                "start": 441.955,
                "end": 442.435,
                "confidence": 0.9998956,
                "punctuated_word": "confirm",
                "speaker": 0,
                "speaker_confidence": 0.57526326
              },
              {
                "word": "that",
                "start": 442.435,
                "end": 442.595,
                "confidence": 0.99701935,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.57526326
              },
              {
                "word": "particular",
                "start": 442.595,
                "end": 443.095,
                "confidence": 0.99992275,
                "punctuated_word": "particular",
                "speaker": 0,
                "speaker_confidence": 0.57526326
              },
              {
                "word": "back",
                "start": 443.395,
                "end": 443.63498,
                "confidence": 0.99980444,
                "punctuated_word": "back",
                "speaker": 0,
                "speaker_confidence": 0.57526326
              },
              {
                "word": "and",
                "start": 443.63498,
                "end": 443.79498,
                "confidence": 0.9997559,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.57526326
              },
              {
                "word": "forth",
                "start": 443.79498,
                "end": 444.29498,
                "confidence": 0.99978673,
                "punctuated_word": "forth.",
                "speaker": 0,
                "speaker_confidence": 0.57526326
              },
              {
                "word": "so",
                "start": 445.63498,
                "end": 446.115,
                "confidence": 0.9994361,
                "punctuated_word": "So",
                "speaker": 0,
                "speaker_confidence": 0.34372604
              },
              {
                "word": "as",
                "start": 446.115,
                "end": 446.35498,
                "confidence": 0.81031024,
                "punctuated_word": "as",
                "speaker": 0,
                "speaker_confidence": 0.34372604
              },
              {
                "word": "we",
                "start": 446.35498,
                "end": 446.51498,
                "confidence": 0.7835815,
                "punctuated_word": "we",
                "speaker": 0,
                "speaker_confidence": 0.34372604
              },
              {
                "word": "kinda",
                "start": 446.51498,
                "end": 446.835,
                "confidence": 0.9145298,
                "punctuated_word": "kinda",
                "speaker": 0,
                "speaker_confidence": 0.34372604
              },
              {
                "word": "get",
                "start": 446.835,
                "end": 446.995,
                "confidence": 0.99929917,
                "punctuated_word": "get",
                "speaker": 0,
                "speaker_confidence": 0.34372604
              },
              {
                "word": "to",
                "start": 446.995,
                "end": 447.155,
                "confidence": 0.99958724,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.34372604
              },
              {
                "word": "the",
                "start": 447.155,
                "end": 447.395,
                "confidence": 0.99990606,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.34372604
              },
              {
                "word": "the",
                "start": 447.395,
                "end": 447.555,
                "confidence": 0.98583835,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.34372604
              },
              {
                "word": "end",
                "start": 447.555,
                "end": 447.715,
                "confidence": 0.99989724,
                "punctuated_word": "end",
                "speaker": 0,
                "speaker_confidence": 0.34372604
              },
              {
                "word": "of",
                "start": 447.715,
                "end": 447.79498,
                "confidence": 0.99966884,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.0
              },
              {
                "word": "this",
                "start": 447.79498,
                "end": 448.035,
                "confidence": 0.9721547,
                "punctuated_word": "this",
                "speaker": 0,
                "speaker_confidence": 0.0
              },
              {
                "word": "summary",
                "start": 448.035,
                "end": 448.535,
                "confidence": 0.9995597,
                "punctuated_word": "summary",
                "speaker": 0,
                "speaker_confidence": 0.7201934
              },
              {
                "word": "of",
                "start": 449.08002,
                "end": 449.32,
                "confidence": 0.9998895,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.7201934
              },
              {
                "word": "what",
                "start": 449.32,
                "end": 449.40002,
                "confidence": 0.99995136,
                "punctuated_word": "what",
                "speaker": 0,
                "speaker_confidence": 0.7201934
              },
              {
                "word": "happened",
                "start": 449.40002,
                "end": 449.90002,
                "confidence": 0.9937035,
                "punctuated_word": "happened,",
                "speaker": 0,
                "speaker_confidence": 0.7201934
              },
              {
                "word": "i",
                "start": 450.28,
                "end": 450.52002,
                "confidence": 0.99952245,
                "punctuated_word": "I",
                "speaker": 0,
                "speaker_confidence": 0.7201934
              },
              {
                "word": "think",
                "start": 450.52002,
                "end": 450.84003,
                "confidence": 0.9999691,
                "punctuated_word": "think",
                "speaker": 0,
                "speaker_confidence": 0.7201934
              },
              {
                "word": "something",
                "start": 450.84003,
                "end": 451.16,
                "confidence": 0.95688546,
                "punctuated_word": "something",
                "speaker": 0,
                "speaker_confidence": 0.7201934
              },
              {
                "word": "to",
                "start": 451.16,
                "end": 451.32,
                "confidence": 0.99965703,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.7201934
              },
              {
                "word": "think",
                "start": 451.32,
                "end": 451.56003,
                "confidence": 0.999889,
                "punctuated_word": "think",
                "speaker": 0,
                "speaker_confidence": 0.7201934
              },
              {
                "word": "about",
                "start": 451.56003,
                "end": 451.96002,
                "confidence": 0.99954057,
                "punctuated_word": "about",
                "speaker": 0,
                "speaker_confidence": 0.7201934
              },
              {
                "word": "is",
                "start": 451.96002,
                "end": 452.28,
                "confidence": 0.9976521,
                "punctuated_word": "is",
                "speaker": 0,
                "speaker_confidence": 0.7201934
              },
              {
                "word": "what",
                "start": 452.28,
                "end": 452.6,
                "confidence": 0.85349745,
                "punctuated_word": "what",
                "speaker": 0,
                "speaker_confidence": 0.7201934
              },
              {
                "word": "what",
                "start": 452.6,
                "end": 452.76,
                "confidence": 0.99763393,
                "punctuated_word": "what",
                "speaker": 0,
                "speaker_confidence": 0.7201934
              },
              {
                "word": "lessons",
                "start": 452.76,
                "end": 453.16,
                "confidence": 0.9997205,
                "punctuated_word": "lessons",
                "speaker": 0,
                "speaker_confidence": 0.7201934
              },
              {
                "word": "can",
                "start": 453.16,
                "end": 453.32,
                "confidence": 0.999655,
                "punctuated_word": "can",
                "speaker": 0,
                "speaker_confidence": 0.7201934
              },
              {
                "word": "we",
                "start": 453.32,
                "end": 453.48,
                "confidence": 0.99960524,
                "punctuated_word": "we",
                "speaker": 0,
                "speaker_confidence": 0.7201934
              },
              {
                "word": "learn",
                "start": 453.48,
                "end": 453.96002,
                "confidence": 0.7416065,
                "punctuated_word": "learn?",
                "speaker": 0,
                "speaker_confidence": 0.7201934
              },
              {
                "word": "as",
                "start": 453.96002,
                "end": 454.2,
                "confidence": 0.99872655,
                "punctuated_word": "As",
                "speaker": 0,
                "speaker_confidence": 0.7201934
              },
              {
                "word": "folks",
                "start": 454.2,
                "end": 454.44,
                "confidence": 0.99980694,
                "punctuated_word": "folks",
                "speaker": 0,
                "speaker_confidence": 0.7201934
              },
              {
                "word": "that",
                "start": 454.44,
                "end": 454.68002,
                "confidence": 0.9566574,
                "punctuated_word": "that,",
                "speaker": 0,
                "speaker_confidence": 0.7201934
              },
              {
                "word": "many",
                "start": 454.92,
                "end": 455.08002,
                "confidence": 0.9997576,
                "punctuated_word": "many",
                "speaker": 0,
                "speaker_confidence": 0.7201934
              },
              {
                "word": "of",
                "start": 455.08002,
                "end": 455.24002,
                "confidence": 0.9998467,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.7201934
              },
              {
                "word": "us",
                "start": 455.24002,
                "end": 455.32,
                "confidence": 0.99987864,
                "punctuated_word": "us",
                "speaker": 0,
                "speaker_confidence": 0.19206297
              },
              {
                "word": "are",
                "start": 455.32,
                "end": 455.48,
                "confidence": 0.9988054,
                "punctuated_word": "are",
                "speaker": 0,
                "speaker_confidence": 0.19206297
              },
              {
                "word": "out",
                "start": 455.48,
                "end": 455.64,
                "confidence": 0.9997008,
                "punctuated_word": "out",
                "speaker": 0,
                "speaker_confidence": 0.19206297
              },
              {
                "word": "here",
                "start": 455.64,
                "end": 455.88,
                "confidence": 0.9997664,
                "punctuated_word": "here",
                "speaker": 0,
                "speaker_confidence": 0.19206297
              },
              {
                "word": "trying",
                "start": 455.88,
                "end": 456.12003,
                "confidence": 0.9959566,
                "punctuated_word": "trying",
                "speaker": 0,
                "speaker_confidence": 0.19206297
              },
              {
                "word": "to",
                "start": 456.12003,
                "end": 456.2,
                "confidence": 0.9997602,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "build",
                "start": 456.2,
                "end": 456.7,
                "confidence": 0.99994576,
                "punctuated_word": "build",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "our",
                "start": 457.08002,
                "end": 457.32,
                "confidence": 0.99948585,
                "punctuated_word": "our",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "own",
                "start": 457.32,
                "end": 457.56,
                "confidence": 0.9998405,
                "punctuated_word": "own",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "tools",
                "start": 457.56,
                "end": 458.04,
                "confidence": 0.9996737,
                "punctuated_word": "tools",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "to",
                "start": 458.04,
                "end": 458.36002,
                "confidence": 0.98829496,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "service",
                "start": 458.36002,
                "end": 458.86002,
                "confidence": 0.99183744,
                "punctuated_word": "service,",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "folks",
                "start": 459.24002,
                "end": 459.56,
                "confidence": 0.99985814,
                "punctuated_word": "folks",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "out",
                "start": 459.56,
                "end": 459.72,
                "confidence": 0.9997569,
                "punctuated_word": "out",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "there",
                "start": 459.72,
                "end": 459.88,
                "confidence": 0.9995751,
                "punctuated_word": "there",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "in",
                "start": 459.88,
                "end": 460.04,
                "confidence": 0.99959594,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "the",
                "start": 460.04,
                "end": 460.12003,
                "confidence": 0.99975663,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "world",
                "start": 460.12003,
                "end": 460.62003,
                "confidence": 0.97249734,
                "punctuated_word": "world,",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "what",
                "start": 460.68002,
                "end": 460.84003,
                "confidence": 0.9989517,
                "punctuated_word": "what",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "are",
                "start": 460.84003,
                "end": 461.0,
                "confidence": 0.9993135,
                "punctuated_word": "are",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "things",
                "start": 461.0,
                "end": 461.24002,
                "confidence": 0.9482292,
                "punctuated_word": "things",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "we",
                "start": 461.24002,
                "end": 461.32,
                "confidence": 0.9994717,
                "punctuated_word": "we",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "could",
                "start": 461.32,
                "end": 461.48,
                "confidence": 0.9558644,
                "punctuated_word": "could",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "do",
                "start": 461.48,
                "end": 461.64,
                "confidence": 0.9994677,
                "punctuated_word": "do",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "to",
                "start": 461.64,
                "end": 461.80002,
                "confidence": 0.9977099,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "avoid",
                "start": 461.80002,
                "end": 462.04,
                "confidence": 0.9997012,
                "punctuated_word": "avoid",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "putting",
                "start": 462.04,
                "end": 462.36002,
                "confidence": 0.97760564,
                "punctuated_word": "putting",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "ourselves",
                "start": 462.36002,
                "end": 462.76,
                "confidence": 0.7689661,
                "punctuated_word": "ourselves",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "in",
                "start": 462.76,
                "end": 463.0,
                "confidence": 0.99896955,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "in",
                "start": 463.0,
                "end": 463.16,
                "confidence": 0.99204296,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "this",
                "start": 463.16,
                "end": 463.32,
                "confidence": 0.9996339,
                "punctuated_word": "this",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "kind",
                "start": 463.32,
                "end": 463.56,
                "confidence": 0.8677966,
                "punctuated_word": "kind",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "of",
                "start": 463.56,
                "end": 463.64,
                "confidence": 0.9953295,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "situation",
                "start": 463.64,
                "end": 464.14,
                "confidence": 0.983979,
                "punctuated_word": "situation?",
                "speaker": 0,
                "speaker_confidence": 0.69219816
              },
              {
                "word": "the",
                "start": 465.595,
                "end": 465.675,
                "confidence": 0.99546874,
                "punctuated_word": "The",
                "speaker": 0,
                "speaker_confidence": 0.55064577
              },
              {
                "word": "advice",
                "start": 465.675,
                "end": 465.995,
                "confidence": 0.99875987,
                "punctuated_word": "advice",
                "speaker": 0,
                "speaker_confidence": 0.55064577
              },
              {
                "word": "i",
                "start": 465.995,
                "end": 466.07498,
                "confidence": 0.9994524,
                "punctuated_word": "I",
                "speaker": 0,
                "speaker_confidence": 0.55064577
              },
              {
                "word": "would",
                "start": 466.07498,
                "end": 466.235,
                "confidence": 0.9997893,
                "punctuated_word": "would",
                "speaker": 0,
                "speaker_confidence": 0.55064577
              },
              {
                "word": "give",
                "start": 466.235,
                "end": 466.395,
                "confidence": 0.99992573,
                "punctuated_word": "give",
                "speaker": 0,
                "speaker_confidence": 0.55064577
              },
              {
                "word": "is",
                "start": 466.395,
                "end": 466.555,
                "confidence": 0.998609,
                "punctuated_word": "is",
                "speaker": 0,
                "speaker_confidence": 0.55064577
              },
              {
                "word": "for",
                "start": 466.555,
                "end": 466.79498,
                "confidence": 0.98368007,
                "punctuated_word": "for",
                "speaker": 0,
                "speaker_confidence": 0.55064577
              },
              {
                "word": "for",
                "start": 466.79498,
                "end": 466.955,
                "confidence": 0.8708958,
                "punctuated_word": "for",
                "speaker": 0,
                "speaker_confidence": 0.55064577
              },
              {
                "word": "your",
                "start": 466.955,
                "end": 467.115,
                "confidence": 0.9990212,
                "punctuated_word": "your",
                "speaker": 0,
                "speaker_confidence": 0.55064577
              },
              {
                "word": "own",
                "start": 467.115,
                "end": 467.275,
                "confidence": 0.99737155,
                "punctuated_word": "own",
                "speaker": 0,
                "speaker_confidence": 0.55064577
              },
              {
                "word": "projects",
                "start": 467.275,
                "end": 467.775,
                "confidence": 0.85163546,
                "punctuated_word": "projects.",
                "speaker": 0,
                "speaker_confidence": 0.55064577
              },
              {
                "word": "make",
                "start": 468.555,
                "end": 468.79498,
                "confidence": 0.9988165,
                "punctuated_word": "Make",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "sure",
                "start": 468.79498,
                "end": 469.035,
                "confidence": 0.99994373,
                "punctuated_word": "sure",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "you're",
                "start": 469.035,
                "end": 469.275,
                "confidence": 0.9990916,
                "punctuated_word": "you're",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "investing",
                "start": 469.275,
                "end": 469.775,
                "confidence": 0.9997336,
                "punctuated_word": "investing",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "time",
                "start": 469.835,
                "end": 470.335,
                "confidence": 0.9991811,
                "punctuated_word": "time",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "in",
                "start": 470.555,
                "end": 470.715,
                "confidence": 0.9966158,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "your",
                "start": 470.715,
                "end": 470.955,
                "confidence": 0.99990416,
                "punctuated_word": "your",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "layers",
                "start": 470.955,
                "end": 471.355,
                "confidence": 0.9989942,
                "punctuated_word": "layers",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "of",
                "start": 471.355,
                "end": 471.595,
                "confidence": 0.99990284,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "automated",
                "start": 471.595,
                "end": 472.095,
                "confidence": 0.9999182,
                "punctuated_word": "automated",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "and",
                "start": 472.635,
                "end": 472.875,
                "confidence": 0.99977714,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "manual",
                "start": 472.875,
                "end": 473.35498,
                "confidence": 0.99997234,
                "punctuated_word": "manual",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "testing",
                "start": 473.35498,
                "end": 473.85498,
                "confidence": 0.98170644,
                "punctuated_word": "testing.",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "really",
                "start": 474.635,
                "end": 474.955,
                "confidence": 0.9967867,
                "punctuated_word": "Really",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "consider",
                "start": 474.955,
                "end": 475.35498,
                "confidence": 0.9992411,
                "punctuated_word": "consider",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "where",
                "start": 475.35498,
                "end": 475.595,
                "confidence": 0.99592197,
                "punctuated_word": "where",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "areas",
                "start": 475.595,
                "end": 475.995,
                "confidence": 0.99984086,
                "punctuated_word": "areas",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "of",
                "start": 475.995,
                "end": 476.155,
                "confidence": 0.99980015,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "risk",
                "start": 476.155,
                "end": 476.395,
                "confidence": 0.99783677,
                "punctuated_word": "risk",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "could",
                "start": 476.395,
                "end": 476.635,
                "confidence": 0.9994336,
                "punctuated_word": "could",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "be",
                "start": 476.635,
                "end": 477.115,
                "confidence": 0.9999118,
                "punctuated_word": "be",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "and",
                "start": 477.115,
                "end": 477.35498,
                "confidence": 0.67024773,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "try",
                "start": 477.35498,
                "end": 477.51498,
                "confidence": 0.99992096,
                "punctuated_word": "try",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "to",
                "start": 477.51498,
                "end": 477.755,
                "confidence": 0.99988735,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "align",
                "start": 477.755,
                "end": 478.07498,
                "confidence": 0.9992749,
                "punctuated_word": "align",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "your",
                "start": 478.07498,
                "end": 478.235,
                "confidence": 0.9993925,
                "punctuated_word": "your",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "testing",
                "start": 478.235,
                "end": 478.715,
                "confidence": 0.9992337,
                "punctuated_word": "testing",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "strategy",
                "start": 478.715,
                "end": 479.195,
                "confidence": 0.99874675,
                "punctuated_word": "strategy",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "to",
                "start": 479.195,
                "end": 479.35498,
                "confidence": 0.9483294,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "cover",
                "start": 479.35498,
                "end": 479.595,
                "confidence": 0.99997497,
                "punctuated_word": "cover",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "those",
                "start": 479.595,
                "end": 479.835,
                "confidence": 0.99964213,
                "punctuated_word": "those",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "specifically",
                "start": 479.835,
                "end": 480.335,
                "confidence": 0.99654365,
                "punctuated_word": "specifically.",
                "speaker": 0,
                "speaker_confidence": 0.7662489
              },
              {
                "word": "do",
                "start": 481.49,
                "end": 481.65,
                "confidence": 0.99634176,
                "punctuated_word": "Do",
                "speaker": 0,
                "speaker_confidence": 0.65266377
              },
              {
                "word": "those",
                "start": 481.65,
                "end": 481.89,
                "confidence": 0.99985325,
                "punctuated_word": "those",
                "speaker": 0,
                "speaker_confidence": 0.65266377
              },
              {
                "word": "kind",
                "start": 481.89,
                "end": 482.05,
                "confidence": 0.96797895,
                "punctuated_word": "kind",
                "speaker": 0,
                "speaker_confidence": 0.65266377
              },
              {
                "word": "of",
                "start": 482.05,
                "end": 482.13,
                "confidence": 0.9998084,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.65266377
              },
              {
                "word": "pre",
                "start": 482.13,
                "end": 482.37,
                "confidence": 0.9002606,
                "punctuated_word": "pre",
                "speaker": 0,
                "speaker_confidence": 0.65266377
              },
              {
                "word": "mortem",
                "start": 482.37,
                "end": 482.69,
                "confidence": 0.9951658,
                "punctuated_word": "mortem",
                "speaker": 0,
                "speaker_confidence": 0.65266377
              },
              {
                "word": "activities",
                "start": 482.69,
                "end": 483.19,
                "confidence": 0.9466416,
                "punctuated_word": "activities.",
                "speaker": 0,
                "speaker_confidence": 0.65266377
              },
              {
                "word": "ask",
                "start": 483.33002,
                "end": 483.57,
                "confidence": 0.99968505,
                "punctuated_word": "Ask",
                "speaker": 0,
                "speaker_confidence": 0.65266377
              },
              {
                "word": "yourself",
                "start": 483.57,
                "end": 484.07,
                "confidence": 0.9994804,
                "punctuated_word": "yourself",
                "speaker": 0,
                "speaker_confidence": 0.65266377
              },
              {
                "word": "where",
                "start": 484.29,
                "end": 484.53,
                "confidence": 0.5687532,
                "punctuated_word": "where",
                "speaker": 0,
                "speaker_confidence": 0.65266377
              },
              {
                "word": "can",
                "start": 484.53,
                "end": 484.69,
                "confidence": 0.997519,
                "punctuated_word": "can",
                "speaker": 0,
                "speaker_confidence": 0.65266377
              },
              {
                "word": "things",
                "start": 484.69,
                "end": 485.01,
                "confidence": 0.999869,
                "punctuated_word": "things",
                "speaker": 0,
                "speaker_confidence": 0.65266377
              },
              {
                "word": "go",
                "start": 485.01,
                "end": 485.25,
                "confidence": 0.99993193,
                "punctuated_word": "go",
                "speaker": 0,
                "speaker_confidence": 0.65266377
              },
              {
                "word": "wrong",
                "start": 485.25,
                "end": 485.75,
                "confidence": 0.7849736,
                "punctuated_word": "wrong?",
                "speaker": 0,
                "speaker_confidence": 0.65266377
              },
              {
                "word": "what",
                "start": 485.97,
                "end": 486.21,
                "confidence": 0.9738443,
                "punctuated_word": "What",
                "speaker": 0,
                "speaker_confidence": 0.65266377
              },
              {
                "word": "impact",
                "start": 486.21,
                "end": 486.61002,
                "confidence": 0.9999006,
                "punctuated_word": "impact",
                "speaker": 0,
                "speaker_confidence": 0.65266377
              },
              {
                "word": "can",
                "start": 486.61002,
                "end": 486.77,
                "confidence": 0.9998884,
                "punctuated_word": "can",
                "speaker": 0,
                "speaker_confidence": 0.65266377
              },
              {
                "word": "those",
                "start": 486.77,
                "end": 487.01,
                "confidence": 0.999775,
                "punctuated_word": "those",
                "speaker": 0,
                "speaker_confidence": 0.65266377
              },
              {
                "word": "events",
                "start": 487.01,
                "end": 487.41,
                "confidence": 0.99988556,
                "punctuated_word": "events",
                "speaker": 0,
                "speaker_confidence": 0.65266377
              },
              {
                "word": "have",
                "start": 487.41,
                "end": 487.91,
                "confidence": 0.991773,
                "punctuated_word": "have?",
                "speaker": 0,
                "speaker_confidence": 0.65266377
              },
              {
                "word": "in",
                "start": 488.13,
                "end": 488.37,
                "confidence": 0.55771023,
                "punctuated_word": "In",
                "speaker": 0,
                "speaker_confidence": 0.65266377
              },
              {
                "word": "particular",
                "start": 488.37,
                "end": 488.85,
                "confidence": 0.88989437,
                "punctuated_word": "particular,",
                "speaker": 0,
                "speaker_confidence": 0.65266377
              },
              {
                "word": "if",
                "start": 488.85,
                "end": 488.93,
                "confidence": 0.99881303,
                "punctuated_word": "if",
                "speaker": 0,
                "speaker_confidence": 0.5839979
              },
              {
                "word": "there's",
                "start": 488.93,
                "end": 489.33002,
                "confidence": 0.99633604,
                "punctuated_word": "there's",
                "speaker": 0,
                "speaker_confidence": 0.5839979
              },
              {
                "word": "business",
                "start": 489.33002,
                "end": 489.73,
                "confidence": 0.99990916,
                "punctuated_word": "business",
                "speaker": 0,
                "speaker_confidence": 0.5839979
              },
              {
                "word": "critical",
                "start": 489.73,
                "end": 490.23,
                "confidence": 0.99604887,
                "punctuated_word": "critical",
                "speaker": 0,
                "speaker_confidence": 0.5839979
              },
              {
                "word": "functions",
                "start": 490.77,
                "end": 491.09,
                "confidence": 0.99993277,
                "punctuated_word": "functions",
                "speaker": 0,
                "speaker_confidence": 0.5839979
              },
              {
                "word": "that",
                "start": 491.09,
                "end": 491.33002,
                "confidence": 0.9984401,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.5839979
              },
              {
                "word": "your",
                "start": 491.33002,
                "end": 491.57,
                "confidence": 0.9297745,
                "punctuated_word": "your",
                "speaker": 0,
                "speaker_confidence": 0.5839979
              },
              {
                "word": "app",
                "start": 491.57,
                "end": 491.81,
                "confidence": 0.9949072,
                "punctuated_word": "app",
                "speaker": 0,
                "speaker_confidence": 0.5839979
              },
              {
                "word": "must",
                "start": 491.81,
                "end": 492.05,
                "confidence": 0.99972326,
                "punctuated_word": "must",
                "speaker": 0,
                "speaker_confidence": 0.5839979
              },
              {
                "word": "do",
                "start": 492.05,
                "end": 492.55,
                "confidence": 0.9997062,
                "punctuated_word": "do",
                "speaker": 0,
                "speaker_confidence": 0.5839979
              },
              {
                "word": "in",
                "start": 492.61002,
                "end": 492.77,
                "confidence": 0.9896979,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.6247476
              },
              {
                "word": "order",
                "start": 492.77,
                "end": 493.01,
                "confidence": 0.9999639,
                "punctuated_word": "order",
                "speaker": 0,
                "speaker_confidence": 0.6247476
              },
              {
                "word": "to",
                "start": 493.01,
                "end": 493.17,
                "confidence": 0.999925,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.6247476
              },
              {
                "word": "be",
                "start": 493.17,
                "end": 493.33002,
                "confidence": 0.9999703,
                "punctuated_word": "be",
                "speaker": 0,
                "speaker_confidence": 0.6247476
              },
              {
                "word": "considered",
                "start": 493.33002,
                "end": 493.73,
                "confidence": 0.99991953,
                "punctuated_word": "considered",
                "speaker": 0,
                "speaker_confidence": 0.6247476
              },
              {
                "word": "up",
                "start": 493.73,
                "end": 493.89,
                "confidence": 0.9999403,
                "punctuated_word": "up",
                "speaker": 0,
                "speaker_confidence": 0.6247476
              },
              {
                "word": "and",
                "start": 493.89,
                "end": 494.05,
                "confidence": 0.99894553,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.6247476
              },
              {
                "word": "running",
                "start": 494.05,
                "end": 494.475,
                "confidence": 0.9377192,
                "punctuated_word": "running,",
                "speaker": 0,
                "speaker_confidence": 0.6247476
              },
              {
                "word": "those",
                "start": 494.715,
                "end": 494.95502,
                "confidence": 0.9960538,
                "punctuated_word": "those",
                "speaker": 0,
                "speaker_confidence": 0.6247476
              },
              {
                "word": "are",
                "start": 494.95502,
                "end": 495.035,
                "confidence": 0.9991136,
                "punctuated_word": "are",
                "speaker": 0,
                "speaker_confidence": 0.6247476
              },
              {
                "word": "the",
                "start": 495.035,
                "end": 495.195,
                "confidence": 0.99899477,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.6247476
              },
              {
                "word": "areas",
                "start": 495.195,
                "end": 495.595,
                "confidence": 0.9997148,
                "punctuated_word": "areas",
                "speaker": 0,
                "speaker_confidence": 0.6247476
              },
              {
                "word": "where",
                "start": 495.595,
                "end": 495.755,
                "confidence": 0.9990336,
                "punctuated_word": "where",
                "speaker": 0,
                "speaker_confidence": 0.6247476
              },
              {
                "word": "you",
                "start": 495.755,
                "end": 495.915,
                "confidence": 0.99961865,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.6247476
              },
              {
                "word": "really",
                "start": 495.915,
                "end": 496.155,
                "confidence": 0.99853265,
                "punctuated_word": "really",
                "speaker": 0,
                "speaker_confidence": 0.6247476
              },
              {
                "word": "want",
                "start": 496.155,
                "end": 496.315,
                "confidence": 0.9648129,
                "punctuated_word": "want",
                "speaker": 0,
                "speaker_confidence": 0.6247476
              },
              {
                "word": "to",
                "start": 496.315,
                "end": 496.39502,
                "confidence": 0.9993837,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.63034415
              },
              {
                "word": "spend",
                "start": 496.39502,
                "end": 496.795,
                "confidence": 0.9960305,
                "punctuated_word": "spend",
                "speaker": 0,
                "speaker_confidence": 0.63034415
              },
              {
                "word": "time",
                "start": 496.795,
                "end": 497.035,
                "confidence": 0.8845299,
                "punctuated_word": "time",
                "speaker": 0,
                "speaker_confidence": 0.63034415
              },
              {
                "word": "on",
                "start": 497.035,
                "end": 497.195,
                "confidence": 0.9965571,
                "punctuated_word": "on",
                "speaker": 0,
                "speaker_confidence": 0.63034415
              },
              {
                "word": "those",
                "start": 497.195,
                "end": 497.435,
                "confidence": 0.9967167,
                "punctuated_word": "those",
                "speaker": 0,
                "speaker_confidence": 0.63034415
              },
              {
                "word": "expensive",
                "start": 497.435,
                "end": 497.915,
                "confidence": 0.9996939,
                "punctuated_word": "expensive",
                "speaker": 0,
                "speaker_confidence": 0.63034415
              },
              {
                "word": "tests",
                "start": 497.915,
                "end": 498.415,
                "confidence": 0.9931506,
                "punctuated_word": "tests.",
                "speaker": 0,
                "speaker_confidence": 0.63034415
              },
              {
                "word": "for",
                "start": 498.555,
                "end": 498.715,
                "confidence": 0.9971091,
                "punctuated_word": "For",
                "speaker": 0,
                "speaker_confidence": 0.63034415
              },
              {
                "word": "example",
                "start": 498.715,
                "end": 498.95502,
                "confidence": 0.8061205,
                "punctuated_word": "example,",
                "speaker": 0,
                "speaker_confidence": 0.63034415
              },
              {
                "word": "if",
                "start": 498.95502,
                "end": 499.195,
                "confidence": 0.99896693,
                "punctuated_word": "if",
                "speaker": 0,
                "speaker_confidence": 0.63034415
              },
              {
                "word": "you",
                "start": 499.195,
                "end": 499.355,
                "confidence": 0.9999194,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.63034415
              },
              {
                "word": "need",
                "start": 499.355,
                "end": 499.855,
                "confidence": 0.7971343,
                "punctuated_word": "need,",
                "speaker": 0,
                "speaker_confidence": 0.63034415
              },
              {
                "word": "to",
                "start": 500.39502,
                "end": 500.475,
                "confidence": 0.9979961,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.63034415
              },
              {
                "word": "write",
                "start": 500.475,
                "end": 500.715,
                "confidence": 0.9992988,
                "punctuated_word": "write",
                "speaker": 0,
                "speaker_confidence": 0.612805
              },
              {
                "word": "end",
                "start": 500.715,
                "end": 500.95502,
                "confidence": 0.98505175,
                "punctuated_word": "end",
                "speaker": 0,
                "speaker_confidence": 0.612805
              },
              {
                "word": "to",
                "start": 500.95502,
                "end": 501.035,
                "confidence": 0.9955243,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.612805
              },
              {
                "word": "end",
                "start": 501.035,
                "end": 501.195,
                "confidence": 0.99985754,
                "punctuated_word": "end",
                "speaker": 0,
                "speaker_confidence": 0.612805
              },
              {
                "word": "tests",
                "start": 501.195,
                "end": 501.355,
                "confidence": 0.96560675,
                "punctuated_word": "tests",
                "speaker": 0,
                "speaker_confidence": 0.612805
              },
              {
                "word": "for",
                "start": 501.355,
                "end": 501.515,
                "confidence": 0.9557123,
                "punctuated_word": "for",
                "speaker": 0,
                "speaker_confidence": 0.612805
              },
              {
                "word": "something",
                "start": 501.515,
                "end": 501.835,
                "confidence": 0.9997619,
                "punctuated_word": "something",
                "speaker": 0,
                "speaker_confidence": 0.612805
              },
              {
                "word": "it",
                "start": 501.835,
                "end": 501.995,
                "confidence": 0.5549481,
                "punctuated_word": "it",
                "speaker": 0,
                "speaker_confidence": 0.612805
              },
              {
                "word": "should",
                "start": 501.995,
                "end": 502.475,
                "confidence": 0.9996635,
                "punctuated_word": "should",
                "speaker": 0,
                "speaker_confidence": 0.612805
              },
              {
                "word": "align",
                "start": 502.475,
                "end": 502.875,
                "confidence": 0.9991517,
                "punctuated_word": "align",
                "speaker": 0,
                "speaker_confidence": 0.612805
              },
              {
                "word": "with",
                "start": 502.875,
                "end": 503.195,
                "confidence": 0.998126,
                "punctuated_word": "with",
                "speaker": 0,
                "speaker_confidence": 0.612805
              },
              {
                "word": "the",
                "start": 503.195,
                "end": 503.435,
                "confidence": 0.9993412,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.612805
              },
              {
                "word": "risks",
                "start": 503.435,
                "end": 503.835,
                "confidence": 0.9996253,
                "punctuated_word": "risks",
                "speaker": 0,
                "speaker_confidence": 0.612805
              },
              {
                "word": "to",
                "start": 503.835,
                "end": 503.915,
                "confidence": 0.9957124,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.612805
              },
              {
                "word": "that",
                "start": 503.915,
                "end": 504.415,
                "confidence": 0.99154913,
                "punctuated_word": "that.",
                "speaker": 0,
                "speaker_confidence": 0.612805
              },
              {
                "word": "i",
                "start": 505.915,
                "end": 506.075,
                "confidence": 0.99711907,
                "punctuated_word": "I",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "would",
                "start": 506.075,
                "end": 506.315,
                "confidence": 0.99751306,
                "punctuated_word": "would",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "also",
                "start": 506.315,
                "end": 506.555,
                "confidence": 0.9998627,
                "punctuated_word": "also",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "say",
                "start": 506.555,
                "end": 506.715,
                "confidence": 0.99980456,
                "punctuated_word": "say",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "it's",
                "start": 506.715,
                "end": 506.875,
                "confidence": 0.9969974,
                "punctuated_word": "it's",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "important",
                "start": 506.875,
                "end": 507.275,
                "confidence": 0.99991345,
                "punctuated_word": "important",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "to",
                "start": 507.275,
                "end": 507.435,
                "confidence": 0.99874973,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "try",
                "start": 507.435,
                "end": 507.915,
                "confidence": 0.9686641,
                "punctuated_word": "try",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "to",
                "start": 507.915,
                "end": 508.155,
                "confidence": 0.9696219,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "build",
                "start": 508.155,
                "end": 508.39502,
                "confidence": 0.625619,
                "punctuated_word": "build",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "systems",
                "start": 508.39502,
                "end": 508.875,
                "confidence": 0.9853839,
                "punctuated_word": "systems",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "such",
                "start": 508.875,
                "end": 509.375,
                "confidence": 0.98986816,
                "punctuated_word": "such",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "that",
                "start": 509.62,
                "end": 509.86,
                "confidence": 0.9997198,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "changes",
                "start": 509.86,
                "end": 510.25998,
                "confidence": 0.9997875,
                "punctuated_word": "changes",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "are",
                "start": 510.25998,
                "end": 510.41998,
                "confidence": 0.9997967,
                "punctuated_word": "are",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "easy",
                "start": 510.41998,
                "end": 510.74,
                "confidence": 0.99986947,
                "punctuated_word": "easy",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "to",
                "start": 510.74,
                "end": 510.97998,
                "confidence": 0.99976486,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "undo",
                "start": 510.97998,
                "end": 511.46,
                "confidence": 0.9998005,
                "punctuated_word": "undo",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "or",
                "start": 511.46,
                "end": 511.69998,
                "confidence": 0.9968257,
                "punctuated_word": "or",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "roll",
                "start": 511.69998,
                "end": 512.02,
                "confidence": 0.9988036,
                "punctuated_word": "roll",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "back",
                "start": 512.02,
                "end": 512.5,
                "confidence": 0.72444,
                "punctuated_word": "back.",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "and",
                "start": 512.5,
                "end": 512.74,
                "confidence": 0.99326247,
                "punctuated_word": "And",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "even",
                "start": 512.74,
                "end": 512.89996,
                "confidence": 0.5765706,
                "punctuated_word": "even",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "this",
                "start": 512.89996,
                "end": 513.06,
                "confidence": 0.9839521,
                "punctuated_word": "this",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "is",
                "start": 513.06,
                "end": 513.14,
                "confidence": 0.99790394,
                "punctuated_word": "is",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "something",
                "start": 513.14,
                "end": 513.45996,
                "confidence": 0.9998802,
                "punctuated_word": "something",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "that",
                "start": 513.45996,
                "end": 513.62,
                "confidence": 0.9992434,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "applies",
                "start": 513.62,
                "end": 513.94,
                "confidence": 0.99967515,
                "punctuated_word": "applies",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "both",
                "start": 513.94,
                "end": 514.18,
                "confidence": 0.9265553,
                "punctuated_word": "both",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "to",
                "start": 514.18,
                "end": 514.33997,
                "confidence": 0.60787636,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "technical",
                "start": 514.33997,
                "end": 514.74,
                "confidence": 0.99793255,
                "punctuated_word": "technical",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "systems",
                "start": 514.74,
                "end": 515.14,
                "confidence": 0.9992754,
                "punctuated_word": "systems",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "and",
                "start": 515.14,
                "end": 515.3,
                "confidence": 0.99870896,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "people",
                "start": 515.3,
                "end": 515.62,
                "confidence": 0.9995135,
                "punctuated_word": "people",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "systems",
                "start": 515.62,
                "end": 516.12,
                "confidence": 0.9865316,
                "punctuated_word": "systems.",
                "speaker": 0,
                "speaker_confidence": 0.76050484
              },
              {
                "word": "a",
                "start": 517.14,
                "end": 517.38,
                "confidence": 0.9984754,
                "punctuated_word": "A",
                "speaker": 0,
                "speaker_confidence": 0.74796116
              },
              {
                "word": "big",
                "start": 517.38,
                "end": 517.62,
                "confidence": 0.99948394,
                "punctuated_word": "big",
                "speaker": 0,
                "speaker_confidence": 0.74796116
              },
              {
                "word": "outage",
                "start": 517.62,
                "end": 518.12,
                "confidence": 0.9984492,
                "punctuated_word": "outage",
                "speaker": 0,
                "speaker_confidence": 0.74796116
              },
              {
                "word": "is",
                "start": 518.18,
                "end": 518.58,
                "confidence": 0.99841034,
                "punctuated_word": "is",
                "speaker": 0,
                "speaker_confidence": 0.74796116
              },
              {
                "word": "laborious",
                "start": 518.58,
                "end": 519.08,
                "confidence": 0.99928105,
                "punctuated_word": "laborious",
                "speaker": 0,
                "speaker_confidence": 0.74796116
              },
              {
                "word": "to",
                "start": 519.14,
                "end": 519.3,
                "confidence": 0.999816,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.74796116
              },
              {
                "word": "resolve",
                "start": 519.3,
                "end": 519.8,
                "confidence": 0.9998349,
                "punctuated_word": "resolve",
                "speaker": 0,
                "speaker_confidence": 0.74796116
              },
              {
                "word": "if",
                "start": 519.86,
                "end": 520.1,
                "confidence": 0.9134461,
                "punctuated_word": "if",
                "speaker": 0,
                "speaker_confidence": 0.74796116
              },
              {
                "word": "there's",
                "start": 520.1,
                "end": 520.33997,
                "confidence": 0.9977205,
                "punctuated_word": "there's",
                "speaker": 0,
                "speaker_confidence": 0.74796116
              },
              {
                "word": "no",
                "start": 520.33997,
                "end": 520.58,
                "confidence": 0.99982625,
                "punctuated_word": "no",
                "speaker": 0,
                "speaker_confidence": 0.74796116
              },
              {
                "word": "easy",
                "start": 520.58,
                "end": 520.98,
                "confidence": 0.9997904,
                "punctuated_word": "easy",
                "speaker": 0,
                "speaker_confidence": 0.74796116
              },
              {
                "word": "way",
                "start": 520.98,
                "end": 521.38,
                "confidence": 0.99974424,
                "punctuated_word": "way",
                "speaker": 0,
                "speaker_confidence": 0.74796116
              },
              {
                "word": "to",
                "start": 521.38,
                "end": 521.88,
                "confidence": 0.999795,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.74796116
              },
              {
                "word": "step",
                "start": 522.1,
                "end": 522.42,
                "confidence": 0.99990606,
                "punctuated_word": "step",
                "speaker": 0,
                "speaker_confidence": 0.74796116
              },
              {
                "word": "back",
                "start": 522.42,
                "end": 522.58,
                "confidence": 0.99995434,
                "punctuated_word": "back",
                "speaker": 0,
                "speaker_confidence": 0.74796116
              },
              {
                "word": "and",
                "start": 522.58,
                "end": 522.74,
                "confidence": 0.99940026,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.74796116
              },
              {
                "word": "undo",
                "start": 522.74,
                "end": 523.14,
                "confidence": 0.99979883,
                "punctuated_word": "undo",
                "speaker": 0,
                "speaker_confidence": 0.74796116
              },
              {
                "word": "the",
                "start": 523.14,
                "end": 523.3,
                "confidence": 0.9995074,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.74796116
              },
              {
                "word": "thing",
                "start": 523.3,
                "end": 523.8,
                "confidence": 0.99814904,
                "punctuated_word": "thing.",
                "speaker": 0,
                "speaker_confidence": 0.74796116
              },
              {
                "word": "something",
                "start": 524.42505,
                "end": 524.66504,
                "confidence": 0.9934408,
                "punctuated_word": "Something",
                "speaker": 0,
                "speaker_confidence": 0.74796116
              },
              {
                "word": "you",
                "start": 524.66504,
                "end": 524.745,
                "confidence": 0.9978382,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.74796116
              },
              {
                "word": "can",
                "start": 524.745,
                "end": 524.98505,
                "confidence": 0.9985507,
                "punctuated_word": "can",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "do",
                "start": 524.98505,
                "end": 525.145,
                "confidence": 0.99993706,
                "punctuated_word": "do",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "is",
                "start": 525.145,
                "end": 525.465,
                "confidence": 0.9994783,
                "punctuated_word": "is",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "is",
                "start": 525.465,
                "end": 525.625,
                "confidence": 0.9290978,
                "punctuated_word": "is",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "really",
                "start": 525.625,
                "end": 525.86505,
                "confidence": 0.999453,
                "punctuated_word": "really",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "look",
                "start": 525.86505,
                "end": 526.025,
                "confidence": 0.99952793,
                "punctuated_word": "look",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "into",
                "start": 526.025,
                "end": 526.265,
                "confidence": 0.99994695,
                "punctuated_word": "into",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "your",
                "start": 526.265,
                "end": 526.42505,
                "confidence": 0.9999348,
                "punctuated_word": "your",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "technical",
                "start": 526.42505,
                "end": 526.905,
                "confidence": 0.9998431,
                "punctuated_word": "technical",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "architecture",
                "start": 526.905,
                "end": 527.405,
                "confidence": 0.9799361,
                "punctuated_word": "architecture,",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "your",
                "start": 527.78503,
                "end": 528.025,
                "confidence": 0.99977916,
                "punctuated_word": "your",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "systems",
                "start": 528.025,
                "end": 528.505,
                "confidence": 0.78511274,
                "punctuated_word": "systems",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "design",
                "start": 528.505,
                "end": 529.005,
                "confidence": 0.9169907,
                "punctuated_word": "design,",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "and",
                "start": 529.30505,
                "end": 529.80505,
                "confidence": 0.9996991,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "ask",
                "start": 530.265,
                "end": 530.505,
                "confidence": 0.99966,
                "punctuated_word": "ask",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "yourself",
                "start": 530.505,
                "end": 530.825,
                "confidence": 0.91485846,
                "punctuated_word": "yourself,",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "you",
                "start": 530.825,
                "end": 530.98505,
                "confidence": 0.9953738,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "know",
                "start": 530.98505,
                "end": 531.145,
                "confidence": 0.9649388,
                "punctuated_word": "know,",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "if",
                "start": 531.145,
                "end": 531.30505,
                "confidence": 0.98724097,
                "punctuated_word": "if",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "i",
                "start": 531.30505,
                "end": 531.385,
                "confidence": 0.9852247,
                "punctuated_word": "I",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "push",
                "start": 531.385,
                "end": 531.625,
                "confidence": 0.9948108,
                "punctuated_word": "push",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "something",
                "start": 531.625,
                "end": 531.945,
                "confidence": 0.9978967,
                "punctuated_word": "something",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "out",
                "start": 531.945,
                "end": 532.10504,
                "confidence": 0.99501204,
                "punctuated_word": "out",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "to",
                "start": 532.10504,
                "end": 532.265,
                "confidence": 0.9997155,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "prod",
                "start": 532.265,
                "end": 532.765,
                "confidence": 0.9991683,
                "punctuated_word": "prod",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "and",
                "start": 533.30505,
                "end": 533.465,
                "confidence": 0.796171,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "it",
                "start": 533.465,
                "end": 533.54504,
                "confidence": 0.9996743,
                "punctuated_word": "it",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "goes",
                "start": 533.54504,
                "end": 533.78503,
                "confidence": 0.999938,
                "punctuated_word": "goes",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "wrong",
                "start": 533.78503,
                "end": 534.10504,
                "confidence": 0.94080377,
                "punctuated_word": "wrong,",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "is",
                "start": 534.10504,
                "end": 534.265,
                "confidence": 0.9992488,
                "punctuated_word": "is",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "it",
                "start": 534.265,
                "end": 534.42505,
                "confidence": 0.9998068,
                "punctuated_word": "it",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "something",
                "start": 534.42505,
                "end": 534.66504,
                "confidence": 0.99993634,
                "punctuated_word": "something",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "that",
                "start": 534.66504,
                "end": 534.905,
                "confidence": 0.9997248,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "i",
                "start": 534.905,
                "end": 534.98505,
                "confidence": 0.99631834,
                "punctuated_word": "I",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "can",
                "start": 534.98505,
                "end": 535.145,
                "confidence": 0.9998797,
                "punctuated_word": "can",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "roll",
                "start": 535.145,
                "end": 535.30505,
                "confidence": 0.9999088,
                "punctuated_word": "roll",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "back",
                "start": 535.30505,
                "end": 535.465,
                "confidence": 0.94938993,
                "punctuated_word": "back",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "easily",
                "start": 535.465,
                "end": 535.945,
                "confidence": 0.99130654,
                "punctuated_word": "easily?",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "can",
                "start": 535.945,
                "end": 536.10504,
                "confidence": 0.9983004,
                "punctuated_word": "Can",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "i",
                "start": 536.10504,
                "end": 536.52,
                "confidence": 0.99428767,
                "punctuated_word": "I",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "simply",
                "start": 536.52,
                "end": 536.76,
                "confidence": 0.99973816,
                "punctuated_word": "simply",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "do",
                "start": 536.76,
                "end": 537.0,
                "confidence": 0.99995613,
                "punctuated_word": "do",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "another",
                "start": 537.0,
                "end": 537.4,
                "confidence": 0.99984646,
                "punctuated_word": "another",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "deploy",
                "start": 537.4,
                "end": 537.9,
                "confidence": 0.99975926,
                "punctuated_word": "deploy",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "and",
                "start": 538.12,
                "end": 538.28,
                "confidence": 0.8472211,
                "punctuated_word": "and",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "it",
                "start": 538.28,
                "end": 538.36005,
                "confidence": 0.99982506,
                "punctuated_word": "it",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "comes",
                "start": 538.36005,
                "end": 538.60004,
                "confidence": 0.99988663,
                "punctuated_word": "comes",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "out",
                "start": 538.60004,
                "end": 538.84,
                "confidence": 0.7811464,
                "punctuated_word": "out?",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "or",
                "start": 538.84,
                "end": 539.34,
                "confidence": 0.99930143,
                "punctuated_word": "Or",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "do",
                "start": 539.64,
                "end": 539.80005,
                "confidence": 0.9965463,
                "punctuated_word": "do",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "the",
                "start": 539.80005,
                "end": 539.96,
                "confidence": 0.9995547,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "changes",
                "start": 539.96,
                "end": 540.36005,
                "confidence": 0.9998266,
                "punctuated_word": "changes",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "we",
                "start": 540.36005,
                "end": 540.60004,
                "confidence": 0.9994438,
                "punctuated_word": "we",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "push",
                "start": 540.60004,
                "end": 541.10004,
                "confidence": 0.9995382,
                "punctuated_word": "push",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "due",
                "start": 541.56,
                "end": 541.80005,
                "confidence": 0.6064796,
                "punctuated_word": "due",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "to",
                "start": 541.80005,
                "end": 541.96,
                "confidence": 0.99945146,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "the",
                "start": 541.96,
                "end": 542.04004,
                "confidence": 0.9998857,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "nature",
                "start": 542.04004,
                "end": 542.36005,
                "confidence": 0.9999635,
                "punctuated_word": "nature",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "of",
                "start": 542.36005,
                "end": 542.52,
                "confidence": 0.999811,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "how",
                "start": 542.52,
                "end": 542.68,
                "confidence": 0.9998462,
                "punctuated_word": "how",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "the",
                "start": 542.68,
                "end": 542.84,
                "confidence": 0.99849105,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "system",
                "start": 542.84,
                "end": 543.16003,
                "confidence": 0.99997056,
                "punctuated_word": "system",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "is",
                "start": 543.16003,
                "end": 543.4,
                "confidence": 0.9994362,
                "punctuated_word": "is",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "put",
                "start": 543.4,
                "end": 543.56,
                "confidence": 0.9999651,
                "punctuated_word": "put",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "together",
                "start": 543.56,
                "end": 544.06,
                "confidence": 0.99993706,
                "punctuated_word": "together",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "cause",
                "start": 544.36005,
                "end": 544.60004,
                "confidence": 0.8265803,
                "punctuated_word": "cause",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "us",
                "start": 544.60004,
                "end": 544.76,
                "confidence": 0.9998683,
                "punctuated_word": "us",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "in",
                "start": 544.76,
                "end": 544.92004,
                "confidence": 0.9995946,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "a",
                "start": 544.92004,
                "end": 545.08,
                "confidence": 0.999689,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "situation",
                "start": 545.08,
                "end": 545.48004,
                "confidence": 0.9999486,
                "punctuated_word": "situation",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "where",
                "start": 545.48004,
                "end": 545.72003,
                "confidence": 0.995414,
                "punctuated_word": "where",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "we",
                "start": 545.72003,
                "end": 545.88,
                "confidence": 0.99930716,
                "punctuated_word": "we",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "have",
                "start": 545.88,
                "end": 546.12,
                "confidence": 0.99945194,
                "punctuated_word": "have",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "to",
                "start": 546.12,
                "end": 546.2,
                "confidence": 0.9998307,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "go",
                "start": 546.2,
                "end": 546.7,
                "confidence": 0.9904604,
                "punctuated_word": "go,",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "only",
                "start": 547.4,
                "end": 547.72003,
                "confidence": 0.99983716,
                "punctuated_word": "only",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "forward",
                "start": 547.72003,
                "end": 548.22003,
                "confidence": 0.95897824,
                "punctuated_word": "forward?",
                "speaker": 0,
                "speaker_confidence": 0.87457705
              },
              {
                "word": "and",
                "start": 550.205,
                "end": 550.525,
                "confidence": 0.9998024,
                "punctuated_word": "And",
                "speaker": 0,
                "speaker_confidence": 0.6769749
              },
              {
                "word": "similarly",
                "start": 550.525,
                "end": 551.025,
                "confidence": 0.9114753,
                "punctuated_word": "similarly,",
                "speaker": 0,
                "speaker_confidence": 0.6769749
              },
              {
                "word": "i",
                "start": 551.16504,
                "end": 551.245,
                "confidence": 0.9998977,
                "punctuated_word": "I",
                "speaker": 0,
                "speaker_confidence": 0.6769749
              },
              {
                "word": "would",
                "start": 551.245,
                "end": 551.485,
                "confidence": 0.9996768,
                "punctuated_word": "would",
                "speaker": 0,
                "speaker_confidence": 0.6769749
              },
              {
                "word": "also",
                "start": 551.485,
                "end": 551.985,
                "confidence": 0.9998797,
                "punctuated_word": "also",
                "speaker": 0,
                "speaker_confidence": 0.6769749
              },
              {
                "word": "have",
                "start": 552.125,
                "end": 552.28503,
                "confidence": 0.9996842,
                "punctuated_word": "have",
                "speaker": 0,
                "speaker_confidence": 0.6769749
              },
              {
                "word": "you",
                "start": 552.28503,
                "end": 552.525,
                "confidence": 0.9999261,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.6769749
              },
              {
                "word": "consider",
                "start": 552.525,
                "end": 553.025,
                "confidence": 0.99985826,
                "punctuated_word": "consider",
                "speaker": 0,
                "speaker_confidence": 0.6769749
              },
              {
                "word": "your",
                "start": 553.16504,
                "end": 553.405,
                "confidence": 0.99951327,
                "punctuated_word": "your",
                "speaker": 0,
                "speaker_confidence": 0.6769749
              },
              {
                "word": "change",
                "start": 553.405,
                "end": 553.645,
                "confidence": 0.9898107,
                "punctuated_word": "change",
                "speaker": 0,
                "speaker_confidence": 0.6769749
              },
              {
                "word": "manner",
                "start": 553.645,
                "end": 553.965,
                "confidence": 0.5008824,
                "punctuated_word": "manner",
                "speaker": 0,
                "speaker_confidence": 0.6769749
              },
              {
                "word": "process",
                "start": 553.965,
                "end": 554.365,
                "confidence": 0.9962476,
                "punctuated_word": "process",
                "speaker": 0,
                "speaker_confidence": 0.6769749
              },
              {
                "word": "with",
                "start": 554.365,
                "end": 554.445,
                "confidence": 0.99887913,
                "punctuated_word": "with",
                "speaker": 0,
                "speaker_confidence": 0.6769749
              },
              {
                "word": "that",
                "start": 554.445,
                "end": 554.945,
                "confidence": 0.9951147,
                "punctuated_word": "that.",
                "speaker": 0,
                "speaker_confidence": 0.6769749
              },
              {
                "word": "are",
                "start": 555.805,
                "end": 556.045,
                "confidence": 0.99015033,
                "punctuated_word": "Are",
                "speaker": 0,
                "speaker_confidence": 0.68025565
              },
              {
                "word": "you",
                "start": 556.045,
                "end": 556.205,
                "confidence": 0.9999242,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.68025565
              },
              {
                "word": "able",
                "start": 556.205,
                "end": 556.445,
                "confidence": 0.99992406,
                "punctuated_word": "able",
                "speaker": 0,
                "speaker_confidence": 0.68025565
              },
              {
                "word": "to",
                "start": 556.445,
                "end": 556.605,
                "confidence": 0.9998385,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.68025565
              },
              {
                "word": "move",
                "start": 556.605,
                "end": 556.765,
                "confidence": 0.99998975,
                "punctuated_word": "move",
                "speaker": 0,
                "speaker_confidence": 0.68025565
              },
              {
                "word": "quickly",
                "start": 556.765,
                "end": 557.085,
                "confidence": 0.9999887,
                "punctuated_word": "quickly",
                "speaker": 0,
                "speaker_confidence": 0.68025565
              },
              {
                "word": "when",
                "start": 557.085,
                "end": 557.325,
                "confidence": 0.9997931,
                "punctuated_word": "when",
                "speaker": 0,
                "speaker_confidence": 0.68025565
              },
              {
                "word": "something",
                "start": 557.325,
                "end": 557.645,
                "confidence": 0.9998337,
                "punctuated_word": "something",
                "speaker": 0,
                "speaker_confidence": 0.68025565
              },
              {
                "word": "goes",
                "start": 557.645,
                "end": 557.885,
                "confidence": 0.99953437,
                "punctuated_word": "goes",
                "speaker": 0,
                "speaker_confidence": 0.68025565
              },
              {
                "word": "wrong",
                "start": 557.885,
                "end": 558.205,
                "confidence": 0.99024034,
                "punctuated_word": "wrong?",
                "speaker": 0,
                "speaker_confidence": 0.68025565
              },
              {
                "word": "if",
                "start": 558.205,
                "end": 558.365,
                "confidence": 0.9993167,
                "punctuated_word": "If",
                "speaker": 0,
                "speaker_confidence": 0.68025565
              },
              {
                "word": "you",
                "start": 558.365,
                "end": 558.525,
                "confidence": 0.99992657,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.68025565
              },
              {
                "word": "do",
                "start": 558.525,
                "end": 558.685,
                "confidence": 0.999926,
                "punctuated_word": "do",
                "speaker": 0,
                "speaker_confidence": 0.68025565
              },
              {
                "word": "have",
                "start": 558.685,
                "end": 558.765,
                "confidence": 0.9987301,
                "punctuated_word": "have",
                "speaker": 0,
                "speaker_confidence": 0.68025565
              },
              {
                "word": "to",
                "start": 558.765,
                "end": 558.925,
                "confidence": 0.9996106,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.68025565
              },
              {
                "word": "fail",
                "start": 558.925,
                "end": 559.245,
                "confidence": 0.9969414,
                "punctuated_word": "fail",
                "speaker": 0,
                "speaker_confidence": 0.68025565
              },
              {
                "word": "forward",
                "start": 559.245,
                "end": 559.745,
                "confidence": 0.9989334,
                "punctuated_word": "forward,",
                "speaker": 0,
                "speaker_confidence": 0.68025565
              },
              {
                "word": "are",
                "start": 559.805,
                "end": 559.965,
                "confidence": 0.999571,
                "punctuated_word": "are",
                "speaker": 0,
                "speaker_confidence": 0.68025565
              },
              {
                "word": "you",
                "start": 559.965,
                "end": 560.125,
                "confidence": 0.8723938,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.68025565
              },
              {
                "word": "able",
                "start": 560.125,
                "end": 560.445,
                "confidence": 0.99934953,
                "punctuated_word": "able",
                "speaker": 0,
                "speaker_confidence": 0.68025565
              },
              {
                "word": "to",
                "start": 560.445,
                "end": 560.525,
                "confidence": 0.9997781,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.68025565
              },
              {
                "word": "do",
                "start": 560.525,
                "end": 560.685,
                "confidence": 0.999943,
                "punctuated_word": "do",
                "speaker": 0,
                "speaker_confidence": 0.6110438
              },
              {
                "word": "so",
                "start": 560.685,
                "end": 560.84503,
                "confidence": 0.99991167,
                "punctuated_word": "so",
                "speaker": 0,
                "speaker_confidence": 0.6110438
              },
              {
                "word": "in",
                "start": 560.84503,
                "end": 561.005,
                "confidence": 0.9997085,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.6110438
              },
              {
                "word": "a",
                "start": 561.005,
                "end": 561.085,
                "confidence": 0.9998274,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.6110438
              },
              {
                "word": "way",
                "start": 561.085,
                "end": 561.16504,
                "confidence": 0.99994147,
                "punctuated_word": "way",
                "speaker": 0,
                "speaker_confidence": 0.6110438
              },
              {
                "word": "where",
                "start": 561.16504,
                "end": 561.325,
                "confidence": 0.9854209,
                "punctuated_word": "where",
                "speaker": 0,
                "speaker_confidence": 0.6110438
              },
              {
                "word": "you",
                "start": 561.325,
                "end": 561.405,
                "confidence": 0.9981079,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.6110438
              },
              {
                "word": "can",
                "start": 561.405,
                "end": 561.565,
                "confidence": 0.92691535,
                "punctuated_word": "can",
                "speaker": 0,
                "speaker_confidence": 0.6110438
              },
              {
                "word": "push",
                "start": 561.565,
                "end": 561.72504,
                "confidence": 0.9998846,
                "punctuated_word": "push",
                "speaker": 0,
                "speaker_confidence": 0.6110438
              },
              {
                "word": "out",
                "start": 561.72504,
                "end": 561.885,
                "confidence": 0.96793157,
                "punctuated_word": "out",
                "speaker": 0,
                "speaker_confidence": 0.6110438
              },
              {
                "word": "a",
                "start": 561.885,
                "end": 561.965,
                "confidence": 0.94495517,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.6110438
              },
              {
                "word": "change",
                "start": 561.965,
                "end": 562.205,
                "confidence": 0.99938047,
                "punctuated_word": "change",
                "speaker": 0,
                "speaker_confidence": 0.6110438
              },
              {
                "word": "quickly",
                "start": 562.205,
                "end": 562.705,
                "confidence": 0.809636,
                "punctuated_word": "quickly,",
                "speaker": 0,
                "speaker_confidence": 0.6110438
              },
              {
                "word": "or",
                "start": 562.765,
                "end": 563.005,
                "confidence": 0.9996394,
                "punctuated_word": "or",
                "speaker": 0,
                "speaker_confidence": 0.6110438
              },
              {
                "word": "are",
                "start": 563.005,
                "end": 563.245,
                "confidence": 0.76243865,
                "punctuated_word": "are",
                "speaker": 0,
                "speaker_confidence": 0.6110438
              },
              {
                "word": "there",
                "start": 563.245,
                "end": 563.485,
                "confidence": 0.9995585,
                "punctuated_word": "there",
                "speaker": 0,
                "speaker_confidence": 0.6110438
              },
              {
                "word": "many",
                "start": 563.485,
                "end": 563.805,
                "confidence": 0.8810167,
                "punctuated_word": "many",
                "speaker": 0,
                "speaker_confidence": 0.6110438
              },
              {
                "word": "obstacles",
                "start": 563.805,
                "end": 564.305,
                "confidence": 0.99988174,
                "punctuated_word": "obstacles",
                "speaker": 0,
                "speaker_confidence": 0.6110438
              },
              {
                "word": "in",
                "start": 564.95,
                "end": 565.11,
                "confidence": 0.999871,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "your",
                "start": 565.11,
                "end": 565.35,
                "confidence": 0.9997944,
                "punctuated_word": "your",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "team's",
                "start": 565.35,
                "end": 565.58997,
                "confidence": 0.9947542,
                "punctuated_word": "team's",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "way",
                "start": 565.58997,
                "end": 565.83,
                "confidence": 0.99941695,
                "punctuated_word": "way",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "as",
                "start": 565.83,
                "end": 565.99,
                "confidence": 0.99950767,
                "punctuated_word": "as",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "they",
                "start": 565.99,
                "end": 566.15,
                "confidence": 0.99983597,
                "punctuated_word": "they",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "do",
                "start": 566.15,
                "end": 566.31,
                "confidence": 0.9998827,
                "punctuated_word": "do",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "that",
                "start": 566.31,
                "end": 566.47,
                "confidence": 0.9994541,
                "punctuated_word": "that",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "work",
                "start": 566.47,
                "end": 566.97,
                "confidence": 0.9550148,
                "punctuated_word": "work?",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "again",
                "start": 567.43,
                "end": 567.93,
                "confidence": 0.9992312,
                "punctuated_word": "Again,",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "as",
                "start": 567.99,
                "end": 568.23,
                "confidence": 0.98923737,
                "punctuated_word": "as",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "you're",
                "start": 568.23,
                "end": 568.39,
                "confidence": 0.9996113,
                "punctuated_word": "you're",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "thinking",
                "start": 568.39,
                "end": 568.55,
                "confidence": 0.9997416,
                "punctuated_word": "thinking",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "about",
                "start": 568.55,
                "end": 568.71,
                "confidence": 0.9994155,
                "punctuated_word": "about",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "these",
                "start": 568.71,
                "end": 568.95,
                "confidence": 0.9991424,
                "punctuated_word": "these",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "things",
                "start": 568.95,
                "end": 569.19,
                "confidence": 0.99555594,
                "punctuated_word": "things,",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "really",
                "start": 569.19,
                "end": 569.51,
                "confidence": 0.9995721,
                "punctuated_word": "really",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "focus",
                "start": 569.51,
                "end": 569.83,
                "confidence": 0.99261826,
                "punctuated_word": "focus",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "on",
                "start": 569.83,
                "end": 569.99,
                "confidence": 0.99924386,
                "punctuated_word": "on",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "those",
                "start": 569.99,
                "end": 570.23,
                "confidence": 0.9980703,
                "punctuated_word": "those",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "areas",
                "start": 570.23,
                "end": 570.47,
                "confidence": 0.99965286,
                "punctuated_word": "areas",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "of",
                "start": 570.47,
                "end": 570.55,
                "confidence": 0.99974006,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "high",
                "start": 570.55,
                "end": 570.79,
                "confidence": 0.89242184,
                "punctuated_word": "high",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "risk",
                "start": 570.79,
                "end": 571.29,
                "confidence": 0.99945337,
                "punctuated_word": "risk",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "like",
                "start": 571.35,
                "end": 571.58997,
                "confidence": 0.88172203,
                "punctuated_word": "like",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "we",
                "start": 571.58997,
                "end": 571.83,
                "confidence": 0.9996195,
                "punctuated_word": "we",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "talked",
                "start": 571.83,
                "end": 572.07,
                "confidence": 0.99447507,
                "punctuated_word": "talked",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "about",
                "start": 572.07,
                "end": 572.39,
                "confidence": 0.9997892,
                "punctuated_word": "about",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "before",
                "start": 572.39,
                "end": 572.89,
                "confidence": 0.9997035,
                "punctuated_word": "before.",
                "speaker": 0,
                "speaker_confidence": 0.70905566
              },
              {
                "word": "thanks",
                "start": 574.95,
                "end": 575.35,
                "confidence": 0.92185706,
                "punctuated_word": "Thanks,",
                "speaker": 0,
                "speaker_confidence": 0.40519494
              },
              {
                "word": "folks",
                "start": 575.35,
                "end": 575.75,
                "confidence": 0.99473596,
                "punctuated_word": "folks,",
                "speaker": 0,
                "speaker_confidence": 0.40519494
              },
              {
                "word": "for",
                "start": 575.75,
                "end": 576.15,
                "confidence": 0.9998091,
                "punctuated_word": "for",
                "speaker": 0,
                "speaker_confidence": 0.40519494
              },
              {
                "word": "listening",
                "start": 576.15,
                "end": 576.55,
                "confidence": 0.999877,
                "punctuated_word": "listening",
                "speaker": 0,
                "speaker_confidence": 0.40519494
              },
              {
                "word": "in",
                "start": 576.55,
                "end": 576.79,
                "confidence": 0.99985635,
                "punctuated_word": "in",
                "speaker": 0,
                "speaker_confidence": 0.40519494
              },
              {
                "word": "here",
                "start": 576.79,
                "end": 576.95,
                "confidence": 0.999653,
                "punctuated_word": "here.",
                "speaker": 0,
                "speaker_confidence": 0.40519494
              },
              {
                "word": "this",
                "start": 576.95,
                "end": 577.19,
                "confidence": 0.99982893,
                "punctuated_word": "This",
                "speaker": 0,
                "speaker_confidence": 0.28301674
              },
              {
                "word": "was",
                "start": 577.19,
                "end": 577.51,
                "confidence": 0.99959284,
                "punctuated_word": "was",
                "speaker": 0,
                "speaker_confidence": 0.28301674
              },
              {
                "word": "a",
                "start": 577.51,
                "end": 577.58997,
                "confidence": 0.9996358,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.28301674
              },
              {
                "word": "little",
                "start": 577.58997,
                "end": 577.75,
                "confidence": 0.9999621,
                "punctuated_word": "little",
                "speaker": 0,
                "speaker_confidence": 0.28301674
              },
              {
                "word": "bit",
                "start": 577.75,
                "end": 577.91,
                "confidence": 0.9995641,
                "punctuated_word": "bit",
                "speaker": 0,
                "speaker_confidence": 0.28301674
              },
              {
                "word": "of",
                "start": 577.91,
                "end": 577.99,
                "confidence": 0.9996099,
                "punctuated_word": "of",
                "speaker": 0,
                "speaker_confidence": 0.28301674
              },
              {
                "word": "a",
                "start": 577.99,
                "end": 578.07,
                "confidence": 0.9952317,
                "punctuated_word": "a",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "briefing",
                "start": 578.07,
                "end": 578.23,
                "confidence": 0.98650104,
                "punctuated_word": "briefing",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "i",
                "start": 578.23,
                "end": 578.39,
                "confidence": 0.9184608,
                "punctuated_word": "I",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "wanted",
                "start": 578.39,
                "end": 578.63,
                "confidence": 0.9983929,
                "punctuated_word": "wanted",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "to",
                "start": 578.63,
                "end": 578.79,
                "confidence": 0.99574465,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "put",
                "start": 578.79,
                "end": 578.95,
                "confidence": 0.9982292,
                "punctuated_word": "put",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "together",
                "start": 578.95,
                "end": 579.19,
                "confidence": 0.9995524,
                "punctuated_word": "together",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "on",
                "start": 579.19,
                "end": 579.43,
                "confidence": 0.9995253,
                "punctuated_word": "on",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "crowdstrike",
                "start": 579.43,
                "end": 579.93,
                "confidence": 0.96251315,
                "punctuated_word": "CrowdStrike.",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "coming",
                "start": 580.645,
                "end": 580.805,
                "confidence": 0.98429847,
                "punctuated_word": "Coming",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "up",
                "start": 580.805,
                "end": 580.96497,
                "confidence": 0.99945706,
                "punctuated_word": "up",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "soon",
                "start": 580.96497,
                "end": 581.205,
                "confidence": 0.8346113,
                "punctuated_word": "soon,",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "we",
                "start": 581.205,
                "end": 581.445,
                "confidence": 0.9988703,
                "punctuated_word": "we",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "should",
                "start": 581.445,
                "end": 581.605,
                "confidence": 0.99976367,
                "punctuated_word": "should",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "have",
                "start": 581.605,
                "end": 581.925,
                "confidence": 0.99948275,
                "punctuated_word": "have",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "some",
                "start": 581.925,
                "end": 582.085,
                "confidence": 0.9983662,
                "punctuated_word": "some",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "more",
                "start": 582.085,
                "end": 582.40497,
                "confidence": 0.9988483,
                "punctuated_word": "more",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "interview",
                "start": 582.40497,
                "end": 582.90497,
                "confidence": 0.99846065,
                "punctuated_word": "interview",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "content",
                "start": 582.96497,
                "end": 583.46497,
                "confidence": 0.9995479,
                "punctuated_word": "content",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "as",
                "start": 583.765,
                "end": 583.925,
                "confidence": 0.9684418,
                "punctuated_word": "as",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "we",
                "start": 583.925,
                "end": 584.245,
                "confidence": 0.9996952,
                "punctuated_word": "we",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "continue",
                "start": 584.245,
                "end": 584.725,
                "confidence": 0.99960977,
                "punctuated_word": "continue",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "into",
                "start": 584.725,
                "end": 585.045,
                "confidence": 0.9982204,
                "punctuated_word": "into",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "the",
                "start": 585.045,
                "end": 585.125,
                "confidence": 0.9980964,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "content",
                "start": 585.125,
                "end": 585.605,
                "confidence": 0.97854793,
                "punctuated_word": "content",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "year",
                "start": 585.605,
                "end": 586.105,
                "confidence": 0.99297166,
                "punctuated_word": "year.",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "thank",
                "start": 586.565,
                "end": 586.885,
                "confidence": 0.9926058,
                "punctuated_word": "Thank",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "you",
                "start": 586.885,
                "end": 587.045,
                "confidence": 0.9996176,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "for",
                "start": 587.045,
                "end": 587.445,
                "confidence": 0.9988482,
                "punctuated_word": "for",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "listening",
                "start": 587.445,
                "end": 587.945,
                "confidence": 0.9958372,
                "punctuated_word": "listening.",
                "speaker": 0,
                "speaker_confidence": 0.7140305
              },
              {
                "word": "you",
                "start": 588.565,
                "end": 588.805,
                "confidence": 0.954393,
                "punctuated_word": "You",
                "speaker": 0,
                "speaker_confidence": 0.39788985
              },
              {
                "word": "can",
                "start": 588.805,
                "end": 588.96497,
                "confidence": 0.9991565,
                "punctuated_word": "can",
                "speaker": 0,
                "speaker_confidence": 0.39788985
              },
              {
                "word": "follow",
                "start": 588.96497,
                "end": 589.205,
                "confidence": 0.99921036,
                "punctuated_word": "follow",
                "speaker": 0,
                "speaker_confidence": 0.39788985
              },
              {
                "word": "us",
                "start": 589.205,
                "end": 589.445,
                "confidence": 0.9993692,
                "punctuated_word": "us",
                "speaker": 0,
                "speaker_confidence": 0.39788985
              },
              {
                "word": "on",
                "start": 589.445,
                "end": 589.605,
                "confidence": 0.99934083,
                "punctuated_word": "on",
                "speaker": 0,
                "speaker_confidence": 0.39788985
              },
              {
                "word": "twitter",
                "start": 589.605,
                "end": 590.085,
                "confidence": 0.9946196,
                "punctuated_word": "Twitter",
                "speaker": 0,
                "speaker_confidence": 0.39788985
              },
              {
                "word": "using",
                "start": 590.085,
                "end": 590.40497,
                "confidence": 0.97183144,
                "punctuated_word": "using",
                "speaker": 0,
                "speaker_confidence": 0.39788985
              },
              {
                "word": "the",
                "start": 590.40497,
                "end": 590.565,
                "confidence": 0.9848075,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.39788985
              },
              {
                "word": "handle",
                "start": 590.565,
                "end": 590.96497,
                "confidence": 0.9989525,
                "punctuated_word": "handle",
                "speaker": 0,
                "speaker_confidence": 0.39788985
              },
              {
                "word": "at",
                "start": 590.96497,
                "end": 591.46497,
                "confidence": 0.92731375,
                "punctuated_word": "at",
                "speaker": 0,
                "speaker_confidence": 0.39788985
              },
              {
                "word": "civic",
                "start": 591.845,
                "end": 592.245,
                "confidence": 0.5171679,
                "punctuated_word": "civic",
                "speaker": 0,
                "speaker_confidence": 0.39788985
              },
              {
                "word": "tech",
                "start": 592.245,
                "end": 592.565,
                "confidence": 0.89651734,
                "punctuated_word": "tech",
                "speaker": 0,
                "speaker_confidence": 0.39788985
              },
              {
                "word": "chat",
                "start": 592.565,
                "end": 593.065,
                "confidence": 0.8440108,
                "punctuated_word": "chat.",
                "speaker": 0,
                "speaker_confidence": 0.39788985
              },
              {
                "word": "visit",
                "start": 593.285,
                "end": 593.685,
                "confidence": 0.9944094,
                "punctuated_word": "Visit",
                "speaker": 0,
                "speaker_confidence": 0.39788985
              },
              {
                "word": "us",
                "start": 593.685,
                "end": 593.845,
                "confidence": 0.9995388,
                "punctuated_word": "us",
                "speaker": 0,
                "speaker_confidence": 0.39788985
              },
              {
                "word": "on",
                "start": 593.845,
                "end": 593.925,
                "confidence": 0.99907184,
                "punctuated_word": "on",
                "speaker": 0,
                "speaker_confidence": 0.30201793
              },
              {
                "word": "the",
                "start": 593.925,
                "end": 594.085,
                "confidence": 0.9992907,
                "punctuated_word": "the",
                "speaker": 0,
                "speaker_confidence": 0.30201793
              },
              {
                "word": "web",
                "start": 594.085,
                "end": 594.325,
                "confidence": 0.9839117,
                "punctuated_word": "web",
                "speaker": 0,
                "speaker_confidence": 0.30201793
              },
              {
                "word": "at",
                "start": 594.325,
                "end": 594.565,
                "confidence": 0.9980204,
                "punctuated_word": "at",
                "speaker": 0,
                "speaker_confidence": 0.30201793
              },
              {
                "word": "civictech.chat",
                "start": 594.565,
                "end": 595.92,
                "confidence": 0.91057557,
                "punctuated_word": "civictech.chat,",
                "speaker": 0,
                "speaker_confidence": 0.30201793
              },
              {
                "word": "or",
                "start": 596.39996,
                "end": 596.63995,
                "confidence": 0.99865294,
                "punctuated_word": "or",
                "speaker": 0,
                "speaker_confidence": 0.30201793
              },
              {
                "word": "subscribe",
                "start": 596.63995,
                "end": 597.12,
                "confidence": 0.99887174,
                "punctuated_word": "subscribe",
                "speaker": 0,
                "speaker_confidence": 0.30201793
              },
              {
                "word": "to",
                "start": 597.12,
                "end": 597.2,
                "confidence": 0.99948776,
                "punctuated_word": "to",
                "speaker": 0,
                "speaker_confidence": 0.30443883
              },
              {
                "word": "us",
                "start": 597.2,
                "end": 597.44,
                "confidence": 0.9997311,
                "punctuated_word": "us",
                "speaker": 0,
                "speaker_confidence": 0.30443883
              },
              {
                "word": "for",
                "start": 597.44,
                "end": 597.68,
                "confidence": 0.9992495,
                "punctuated_word": "for",
                "speaker": 0,
                "speaker_confidence": 0.30443883
              },
              {
                "word": "content",
                "start": 597.68,
                "end": 598.07996,
                "confidence": 0.9986076,
                "punctuated_word": "content",
                "speaker": 0,
                "speaker_confidence": 0.30443883
              },
              {
                "word": "updates",
                "start": 598.07996,
                "end": 598.56,
                "confidence": 0.99926835,
                "punctuated_word": "updates",
                "speaker": 0,
                "speaker_confidence": 0.30443883
              },
              {
                "word": "wherever",
                "start": 598.56,
                "end": 598.88,
                "confidence": 0.99559575,
                "punctuated_word": "wherever",
                "speaker": 0,
                "speaker_confidence": 0.30443883
              },
              {
                "word": "it",
                "start": 598.88,
                "end": 599.04,
                "confidence": 0.99793065,
                "punctuated_word": "it",
                "speaker": 0,
                "speaker_confidence": 0.30443883
              },
              {
                "word": "is",
                "start": 599.04,
                "end": 599.27997,
                "confidence": 0.9999571,
                "punctuated_word": "is",
                "speaker": 0,
                "speaker_confidence": 0.20023459
              },
              {
                "word": "you",
                "start": 599.27997,
                "end": 599.44,
                "confidence": 0.9980944,
                "punctuated_word": "you",
                "speaker": 0,
                "speaker_confidence": 0.20023459
              },
              {
                "word": "download",
                "start": 599.44,
                "end": 599.83997,
                "confidence": 0.999795,
                "punctuated_word": "download",
                "speaker": 0,
                "speaker_confidence": 0.20023459
              },
              {
                "word": "your",
                "start": 599.83997,
                "end": 600.07996,
                "confidence": 0.9986461,
                "punctuated_word": "your",
                "speaker": 0,
                "speaker_confidence": 0.20023459
              },
              {
                "word": "podcasts",
                "start": 600.07996,
                "end": 600.57996,
                "confidence": 0.97777975,
                "punctuated_word": "podcasts.",
                "speaker": 0,
                "speaker_confidence": 0.20023459
              }
            ],
            "summaries": null,
            "paragraphs": {
              "transcript": "\nSpeaker 0: Hello. I'm Ryan Cook, and this is Civic Tech Chat, a show that looks at the way technology, politics, and policy impacts the world around us. The tools we use, the way services are delivered, and how we talk about and set policy all shape our society. We'll gather around and have a chat about these things together and more. Before we get started, I do wanna let you all know that we've started a Discord for the podcast.\n\nThere will be a link with an invite down in the episode description. Do feel free to go check that out. It's a small community right now, but hoping to grow it. It's a great way to reach out to me and let me know things that you might want us to cover or to just hang out and talk about civic tech. Anyway, let's go ahead and start the show.\n\nAlright, folks. Today, we're gonna talk about the CrowdStrike incident that happened on July 19. Now that we're about, oh, close to two weeks from the incident, I thought it'd be a good idea to kinda gather what information I can and put it together into a sort of audio briefing for you. So first, let's talk about why you should care about this. As I mentioned, on July 19, there was a major IT outage, and it was global in scale.\n\nSomething like over 5,000 commercial flights were impacted, which if you're someone who is trying to take a flight that day, I'm sure you have a personal experience to to weigh in on there. All kinds of other businesses were affected though as well, and services were disrupted. Everything from stores trying to check out goods to hospitals trying to give critical medical care. It's something of it where it's difficult to quantify the damages, but an early estimate from the Anderson Economic Group based in Michigan puts it at somewhere greater than a billion dollars. This problem reveals systemic weaknesses in the way we handle our information systems.\n\nA problem with one vendor causing this big of an impact across the globe is probably not a great situation. So let's talk about what CrowdStrike is. It's a company that makes a series of IT security and management products. In the past, they've been known for detecting security breaches, like the Sony Pictures hack of 2014 and a series of Russian cyberattacks on the Democratic National Committee in 2015 and 2016. Folks might remember seeing the headlines for those.\n\nThey also serve a bunch of enterprise customers, including 500 in the fortune 1,000, and that's according to their own website. The product of theirs at the center of all of this with the CrowdStrike outage is called Falcon. It seeks to be a sort of center point for a collection of services covering things like antivirus, threat detection, and real time monitoring. So what happened? You might be wondering.\n\nWell, from what I can tell and what I can see kinda gathering from sources online, CrowdStrike pushed an update for that aforementioned Falcon product. It uses a kernel mode device driver running in what's referred to ring zero. So you can imagine you have a computer that, space this application has access to effectively gives it complete control over that individual computer or endpoint. By comparison, other software that might run-in your machine, whether it's office processing software, web browser, something that runs chat like Discord, it all runs in a user space where it has a certain amount of permissions to be able to operate, but it doesn't have the ability to change certain system functions. As you might imagine, a piece of software having this level of access to a machine can create some risk if something were to go wrong, like what happened recently.\n\nAccording to CrowdStrike's post incident review, a content configuration update was released which resulted in the Windows crash that folks encountered. That's why if you were at the airport that say that day, for example, you might have looked around trying to find when your flight time was gonna be and just saw that dreaded Windows blue screen of death. That same report indicates that this content had an undetected error managing to get past layers of unit testing, integration testing, other forms of automated testing, and a staged rollout. This all leads to the question of, well, why does Falcon have this sort of kernel level access if it's so risky? Microsoft has asserted that there is a 2009 European Commission ruling that is in part to blame for the situation.\n\nIt requires that third party products must be able to interoperate with Windows on an equal footing with their own offerings. As a result, it's possible, Microsoft might try to use the situation as leverage to make an argument against the conclusion of that ruling as they might try to claim that that activity is what forces them to be in a position to allow these third party companies to have that kernel level access. But on the other hand, other operating systems like, say, macOS have managed to provide API access for things like antivirus providers, And they're able to operate without having to get that ring zero access that we've talked about. So if you're thinking, hey, it's a bit concerning that we're relying on something with this kind of systemic issue for critical infrastructure, I would say you're in the right headspace. I think this is something that we're gonna be having to worry about for some time.\n\nAs the, outage happened, as you might imagine, folks were working on trying to get some sort of fix in place as we needed things to be up and running again. And we might be wondering what that is. So the initial fix that was put out was a set of instructions that were manual steps to be on each individual computer. Effectively you had to go to that endpoint, boot it up into something called safe mode, which is kind of like a maintenance mode for Windows. And you would then have to go in and delete a specific file that had a naming pattern that I believe had the, dot sys extension.\n\nOnce you did that activity, you were then supposedly able to reboot and things returned back to normal. Now as you might imagine, if you're running a large organization, like say an airline, it probably takes a lot of humans and a lot of time to get around to thousands upon thousands of endpoints to do this repair, which perhaps is some explanation for the length of time the outage went on for it. Microsoft later also released a recovery tool, which at it was meant to automate some of these steps where you could create a bootable USB stick, you know, plug it in, boot off of it, and it would kind of run through those steps that I just described. There's also kind of a goofy public relations thing that happened, after this fix kinda went out, which is, reportedly, CrowdStrike sent out a bunch of $10 Uber Eats gift cards. Though it was reported that, there was potentially a false positive on the kind of fraud slide on with Uber Eats where some folks weren't able to redeem them.\n\nCrowdStrike was saying this potentially because of just the large number of people trying to use the same setup all at once. I wasn't able to confirm that particular back and forth. So as we kinda get to the the end of this summary of what happened, I think something to think about is what what lessons can we learn? As folks that, many of us are out here trying to build our own tools to service, folks out there in the world, what are things we could do to avoid putting ourselves in in this kind of situation? The advice I would give is for for your own projects.\n\nMake sure you're investing time in your layers of automated and manual testing. Really consider where areas of risk could be and try to align your testing strategy to cover those specifically. Do those kind of pre mortem activities. Ask yourself where can things go wrong? What impact can those events have?\n\nIn particular, if there's business critical functions that your app must do in order to be considered up and running, those are the areas where you really want to spend time on those expensive tests. For example, if you need, to write end to end tests for something it should align with the risks to that. I would also say it's important to try to build systems such that changes are easy to undo or roll back. And even this is something that applies both to technical systems and people systems. A big outage is laborious to resolve if there's no easy way to step back and undo the thing.\n\nSomething you can do is is really look into your technical architecture, your systems design, and ask yourself, you know, if I push something out to prod and it goes wrong, is it something that I can roll back easily? Can I simply do another deploy and it comes out? Or do the changes we push due to the nature of how the system is put together cause us in a situation where we have to go, only forward? And similarly, I would also have you consider your change manner process with that. Are you able to move quickly when something goes wrong?\n\nIf you do have to fail forward, are you able to do so in a way where you can push out a change quickly, or are there many obstacles in your team's way as they do that work? Again, as you're thinking about these things, really focus on those areas of high risk like we talked about before. Thanks, folks, for listening in here. This was a little bit of a briefing I wanted to put together on CrowdStrike. Coming up soon, we should have some more interview content as we continue into the content year.\n\nThank you for listening. You can follow us on Twitter using the handle at civic tech chat. Visit us on the web at civictech.chat, or subscribe to us for content updates wherever it is you download your podcasts.",
              "paragraphs": [
                {
                  "sentences": [
                    {
                      "text": "Hello.",
                      "start": 0.24,
                      "end": 0.74
                    },
                    {
                      "text": "I'm Ryan Cook, and this is Civic Tech Chat, a show that looks at the way technology, politics, and policy impacts the world around us.",
                      "start": 0.88,
                      "end": 9.62
                    },
                    {
                      "text": "The tools we use, the way services are delivered, and how we talk about and set policy all shape our society.",
                      "start": 9.84,
                      "end": 16.605
                    },
                    {
                      "text": "We'll gather around and have a chat about these things together and more.",
                      "start": 17.305,
                      "end": 21.244999
                    },
                    {
                      "text": "Before we get started, I do wanna let you all know that we've started a Discord for the podcast.",
                      "start": 21.545,
                      "end": 26.97
                    }
                  ],
                  "start": 0.24,
                  "end": 26.97,
                  "num_words": 79.0,
                  "speaker": 0
                },
                {
                  "sentences": [
                    {
                      "text": "There will be a link with an invite down in the episode description.",
                      "start": 27.35,
                      "end": 30.89
                    },
                    {
                      "text": "Do feel free to go check that out.",
                      "start": 31.27,
                      "end": 33.19
                    },
                    {
                      "text": "It's a small community right now, but hoping to grow it.",
                      "start": 33.19,
                      "end": 35.59
                    },
                    {
                      "text": "It's a great way to reach out to me and let me know things that you might want us to cover or to just hang out and talk about civic tech.",
                      "start": 35.59,
                      "end": 43.085
                    },
                    {
                      "text": "Anyway, let's go ahead and start the show.",
                      "start": 43.085,
                      "end": 45.825
                    }
                  ],
                  "start": 27.35,
                  "end": 45.825,
                  "num_words": 71.0,
                  "speaker": 0
                },
                {
                  "sentences": [
                    {
                      "text": "Alright, folks.",
                      "start": 47.645,
                      "end": 48.785
                    },
                    {
                      "text": "Today, we're gonna talk about the CrowdStrike incident that happened on July 19.",
                      "start": 48.845,
                      "end": 53.824997
                    },
                    {
                      "text": "Now that we're about, oh, close to two weeks from the incident, I thought it'd be a good idea to kinda gather what information I can and put it together into a sort of audio briefing for you.",
                      "start": 54.445,
                      "end": 65.06
                    },
                    {
                      "text": "So first, let's talk about why you should care about this.",
                      "start": 65.44,
                      "end": 69.3
                    },
                    {
                      "text": "As I mentioned, on July 19, there was a major IT outage, and it was global in scale.",
                      "start": 69.645,
                      "end": 74.784996
                    }
                  ],
                  "start": 47.645,
                  "end": 74.784996,
                  "num_words": 82.0,
                  "speaker": 0
                },
                {
                  "sentences": [
                    {
                      "text": "Something like over 5,000 commercial flights were impacted, which if you're someone who is trying to take a flight that day, I'm sure you have a personal experience to to weigh in on there.",
                      "start": 75.165,
                      "end": 85.3
                    },
                    {
                      "text": "All kinds of other businesses were affected though as well, and services were disrupted.",
                      "start": 85.84,
                      "end": 89.78
                    },
                    {
                      "text": "Everything from stores trying to check out goods to hospitals trying to give critical medical care.",
                      "start": 90.24,
                      "end": 96.1
                    },
                    {
                      "text": "It's something of it where it's difficult to quantify the damages, but an early estimate from the Anderson Economic Group based in Michigan puts it at somewhere greater than a billion dollars.",
                      "start": 96.725,
                      "end": 107.545
                    },
                    {
                      "text": "This problem reveals systemic weaknesses in the way we handle our information systems.",
                      "start": 108.565,
                      "end": 114.439995
                    }
                  ],
                  "start": 75.165,
                  "end": 114.439995,
                  "num_words": 109.0,
                  "speaker": 0
                },
                {
                  "sentences": [
                    {
                      "text": "A problem with one vendor causing this big of an impact across the globe is probably not a great situation.",
                      "start": 114.899994,
                      "end": 121.479996
                    },
                    {
                      "text": "So let's talk about what CrowdStrike is.",
                      "start": 122.955,
                      "end": 125.295
                    },
                    {
                      "text": "It's a company that makes a series of IT security and management products.",
                      "start": 125.915,
                      "end": 130.975
                    },
                    {
                      "text": "In the past, they've been known for detecting security breaches, like the Sony Pictures hack of 2014 and a series of Russian cyberattacks on the Democratic National Committee in 2015 and 2016.",
                      "start": 131.435,
                      "end": 145.59
                    },
                    {
                      "text": "Folks might remember seeing the headlines for those.",
                      "start": 146.37,
                      "end": 148.79
                    }
                  ],
                  "start": 114.899994,
                  "end": 148.79,
                  "num_words": 80.0,
                  "speaker": 0
                },
                {
                  "sentences": [
                    {
                      "text": "They also serve a bunch of enterprise customers, including 500 in the fortune 1,000, and that's according to their own website.",
                      "start": 149.48999,
                      "end": 158.11499
                    },
                    {
                      "text": "The product of theirs at the center of all of this with the CrowdStrike outage is called Falcon.",
                      "start": 159.45499,
                      "end": 164.515
                    },
                    {
                      "text": "It seeks to be a sort of center point for a collection of services covering things like antivirus, threat detection, and real time monitoring.",
                      "start": 164.97,
                      "end": 175.06999
                    },
                    {
                      "text": "So what happened?",
                      "start": 177.295,
                      "end": 178.41501
                    },
                    {
                      "text": "You might be wondering.",
                      "start": 178.41501,
                      "end": 179.475
                    }
                  ],
                  "start": 149.48999,
                  "end": 179.475,
                  "num_words": 70.0,
                  "speaker": 0
                },
                {
                  "sentences": [
                    {
                      "text": "Well, from what I can tell and what I can see kinda gathering from sources online, CrowdStrike pushed an update for that aforementioned Falcon product.",
                      "start": 180.175,
                      "end": 188.99501
                    },
                    {
                      "text": "It uses a kernel mode device driver running in what's referred to ring zero.",
                      "start": 189.98001,
                      "end": 195.2
                    },
                    {
                      "text": "So you can imagine you have a computer that, space this application has access to effectively gives it complete control over that individual computer or endpoint.",
                      "start": 195.42,
                      "end": 205.52
                    },
                    {
                      "text": "By comparison, other software that might run-in your machine, whether it's office processing software, web browser, something that runs chat like Discord, it all runs in a user space where it has a certain amount of permissions to be able to operate, but it doesn't have the ability to change certain system functions.",
                      "start": 206.435,
                      "end": 223.89
                    },
                    {
                      "text": "As you might imagine, a piece of software having this level of access to a machine can create some risk if something were to go wrong, like what happened recently.",
                      "start": 225.07,
                      "end": 235.425
                    }
                  ],
                  "start": 180.175,
                  "end": 235.425,
                  "num_words": 148.0,
                  "speaker": 0
                },
                {
                  "sentences": [
                    {
                      "text": "According to CrowdStrike's post incident review, a content configuration update was released which resulted in the Windows crash that folks encountered.",
                      "start": 235.885,
                      "end": 244.625
                    },
                    {
                      "text": "That's why if you were at the airport that say that day, for example, you might have looked around trying to find when your flight time was gonna be and just saw that dreaded Windows blue screen of death.",
                      "start": 245.05,
                      "end": 255.39
                    },
                    {
                      "text": "That same report indicates that this content had an undetected error managing to get past layers of unit testing, integration testing, other forms of automated testing, and a staged rollout.",
                      "start": 256.81,
                      "end": 268.645
                    },
                    {
                      "text": "This all leads to the question of, well, why does Falcon have this sort of kernel level access if it's so risky?",
                      "start": 270.145,
                      "end": 276.645
                    },
                    {
                      "text": "Microsoft has asserted that there is a 2009 European Commission ruling that is in part to blame for the situation.",
                      "start": 278.25,
                      "end": 284.83
                    }
                  ],
                  "start": 235.885,
                  "end": 284.83,
                  "num_words": 132.0,
                  "speaker": 0
                },
                {
                  "sentences": [
                    {
                      "text": "It requires that third party products must be able to interoperate with Windows on an equal footing with their own offerings.",
                      "start": 285.29,
                      "end": 292.03
                    },
                    {
                      "text": "As a result, it's possible, Microsoft might try to use the situation as leverage to make an argument against the conclusion of that ruling as they might try to claim that that activity is what forces them to be in a position to allow these third party companies to have that kernel level access.",
                      "start": 292.98502,
                      "end": 309.43002
                    },
                    {
                      "text": "But on the other hand, other operating systems like, say, macOS have managed to provide API access for things like antivirus providers, And they're able to operate without having to get that ring zero access that we've talked about.",
                      "start": 310.53,
                      "end": 326.10498
                    },
                    {
                      "text": "So if you're thinking, hey, it's a bit concerning that we're relying on something with this kind of systemic issue for critical infrastructure, I would say you're in the right headspace.",
                      "start": 326.645,
                      "end": 336.53
                    },
                    {
                      "text": "I think this is something that we're gonna be having to worry about for some time.",
                      "start": 336.83002,
                      "end": 341.65
                    }
                  ],
                  "start": 285.29,
                  "end": 341.65,
                  "num_words": 161.0,
                  "speaker": 0
                },
                {
                  "sentences": [
                    {
                      "text": "As the, outage happened, as you might imagine, folks were working on trying to get some sort of fix in place as we needed things to be up and running again.",
                      "start": 342.83002,
                      "end": 351.33502
                    },
                    {
                      "text": "And we might be wondering what that is.",
                      "start": 351.475,
                      "end": 353.255
                    },
                    {
                      "text": "So the initial fix that was put out was a set of instructions that were manual steps to be on each individual computer.",
                      "start": 353.475,
                      "end": 360.135
                    },
                    {
                      "text": "Effectively you had to go to that endpoint, boot it up into something called safe mode, which is kind of like a maintenance mode for Windows.",
                      "start": 361.075,
                      "end": 367.21002
                    },
                    {
                      "text": "And you would then have to go in and delete a specific file that had a naming pattern that I believe had the, dot sys extension.",
                      "start": 368.15002,
                      "end": 375.29
                    }
                  ],
                  "start": 342.83002,
                  "end": 375.29,
                  "num_words": 114.0,
                  "speaker": 0
                },
                {
                  "sentences": [
                    {
                      "text": "Once you did that activity, you were then supposedly able to reboot and things returned back to normal.",
                      "start": 376.23,
                      "end": 381.98502
                    },
                    {
                      "text": "Now as you might imagine, if you're running a large organization, like say an airline, it probably takes a lot of humans and a lot of time to get around to thousands upon thousands of endpoints to do this repair, which perhaps is some explanation for the length of time the outage went on for it.",
                      "start": 382.845,
                      "end": 399.4
                    },
                    {
                      "text": "Microsoft later also released a recovery tool, which at it was meant to automate some of these steps where you could create a bootable USB stick, you know, plug it in, boot off of it, and it would kind of run through those steps that I just described.",
                      "start": 400.18,
                      "end": 412.935
                    },
                    {
                      "text": "There's also kind of a goofy public relations thing that happened, after this fix kinda went out, which is, reportedly, CrowdStrike sent out a bunch of $10 Uber Eats gift cards.",
                      "start": 413.875,
                      "end": 424.95
                    },
                    {
                      "text": "Though it was reported that, there was potentially a false positive on the kind of fraud slide on with Uber Eats where some folks weren't able to redeem them.",
                      "start": 425.33,
                      "end": 433.99
                    }
                  ],
                  "start": 376.23,
                  "end": 433.99,
                  "num_words": 182.0,
                  "speaker": 0
                },
                {
                  "sentences": [
                    {
                      "text": "CrowdStrike was saying this potentially because of just the large number of people trying to use the same setup all at once.",
                      "start": 434.51498,
                      "end": 440.615
                    },
                    {
                      "text": "I wasn't able to confirm that particular back and forth.",
                      "start": 440.995,
                      "end": 444.29498
                    },
                    {
                      "text": "So as we kinda get to the the end of this summary of what happened, I think something to think about is what what lessons can we learn?",
                      "start": 445.63498,
                      "end": 453.96002
                    },
                    {
                      "text": "As folks that, many of us are out here trying to build our own tools to service, folks out there in the world, what are things we could do to avoid putting ourselves in in this kind of situation?",
                      "start": 453.96002,
                      "end": 464.14
                    },
                    {
                      "text": "The advice I would give is for for your own projects.",
                      "start": 465.595,
                      "end": 467.775
                    }
                  ],
                  "start": 434.51498,
                  "end": 467.775,
                  "num_words": 110.0,
                  "speaker": 0
                },
                {
                  "sentences": [
                    {
                      "text": "Make sure you're investing time in your layers of automated and manual testing.",
                      "start": 468.555,
                      "end": 473.85498
                    },
                    {
                      "text": "Really consider where areas of risk could be and try to align your testing strategy to cover those specifically.",
                      "start": 474.635,
                      "end": 480.335
                    },
                    {
                      "text": "Do those kind of pre mortem activities.",
                      "start": 481.49,
                      "end": 483.19
                    },
                    {
                      "text": "Ask yourself where can things go wrong?",
                      "start": 483.33002,
                      "end": 485.75
                    },
                    {
                      "text": "What impact can those events have?",
                      "start": 485.97,
                      "end": 487.91
                    }
                  ],
                  "start": 468.555,
                  "end": 487.91,
                  "num_words": 52.0,
                  "speaker": 0
                },
                {
                  "sentences": [
                    {
                      "text": "In particular, if there's business critical functions that your app must do in order to be considered up and running, those are the areas where you really want to spend time on those expensive tests.",
                      "start": 488.13,
                      "end": 498.415
                    },
                    {
                      "text": "For example, if you need, to write end to end tests for something it should align with the risks to that.",
                      "start": 498.555,
                      "end": 504.415
                    },
                    {
                      "text": "I would also say it's important to try to build systems such that changes are easy to undo or roll back.",
                      "start": 505.915,
                      "end": 512.5
                    },
                    {
                      "text": "And even this is something that applies both to technical systems and people systems.",
                      "start": 512.5,
                      "end": 516.12
                    },
                    {
                      "text": "A big outage is laborious to resolve if there's no easy way to step back and undo the thing.",
                      "start": 517.14,
                      "end": 523.8
                    }
                  ],
                  "start": 488.13,
                  "end": 523.8,
                  "num_words": 110.0,
                  "speaker": 0
                },
                {
                  "sentences": [
                    {
                      "text": "Something you can do is is really look into your technical architecture, your systems design, and ask yourself, you know, if I push something out to prod and it goes wrong, is it something that I can roll back easily?",
                      "start": 524.42505,
                      "end": 535.945
                    },
                    {
                      "text": "Can I simply do another deploy and it comes out?",
                      "start": 535.945,
                      "end": 538.84
                    },
                    {
                      "text": "Or do the changes we push due to the nature of how the system is put together cause us in a situation where we have to go, only forward?",
                      "start": 538.84,
                      "end": 548.22003
                    },
                    {
                      "text": "And similarly, I would also have you consider your change manner process with that.",
                      "start": 550.205,
                      "end": 554.945
                    },
                    {
                      "text": "Are you able to move quickly when something goes wrong?",
                      "start": 555.805,
                      "end": 558.205
                    }
                  ],
                  "start": 524.42505,
                  "end": 558.205,
                  "num_words": 103.0,
                  "speaker": 0
                },
                {
                  "sentences": [
                    {
                      "text": "If you do have to fail forward, are you able to do so in a way where you can push out a change quickly, or are there many obstacles in your team's way as they do that work?",
                      "start": 558.205,
                      "end": 566.97
                    },
                    {
                      "text": "Again, as you're thinking about these things, really focus on those areas of high risk like we talked about before.",
                      "start": 567.43,
                      "end": 572.89
                    },
                    {
                      "text": "Thanks, folks, for listening in here.",
                      "start": 574.95,
                      "end": 576.95
                    },
                    {
                      "text": "This was a little bit of a briefing I wanted to put together on CrowdStrike.",
                      "start": 576.95,
                      "end": 579.93
                    },
                    {
                      "text": "Coming up soon, we should have some more interview content as we continue into the content year.",
                      "start": 580.645,
                      "end": 586.105
                    }
                  ],
                  "start": 558.205,
                  "end": 586.105,
                  "num_words": 96.0,
                  "speaker": 0
                },
                {
                  "sentences": [
                    {
                      "text": "Thank you for listening.",
                      "start": 586.565,
                      "end": 587.945
                    },
                    {
                      "text": "You can follow us on Twitter using the handle at civic tech chat.",
                      "start": 588.565,
                      "end": 593.065
                    },
                    {
                      "text": "Visit us on the web at civictech.chat, or subscribe to us for content updates wherever it is you download your podcasts.",
                      "start": 593.285,
                      "end": 600.57996
                    }
                  ],
                  "start": 586.565,
                  "end": 600.57996,
                  "num_words": 38.0,
                  "speaker": 0
                }
              ]
            },
            "entities": null,
            "translations": null,
            "topics": null
          }
        ],
        "detected_language": ""
      }
    ],
    "utterances": [
      {
        "start": 0.24,
        "end": 5.54,
        "confidence": 0.9762731,
        "channel": 0,
        "transcript": "Hello. I'm Ryan Cook, and this is Civic Tech Chat, a show that looks at the way technology,",
        "words": [
          {
            "word": "hello",
            "start": 0.24,
            "end": 0.74,
            "confidence": 0.9800217,
            "punctuated_word": "Hello.",
            "speaker": 0,
            "speaker_confidence": 0.31656593
          },
          {
            "word": "i'm",
            "start": 0.88,
            "end": 1.12,
            "confidence": 0.99912375,
            "punctuated_word": "I'm",
            "speaker": 0,
            "speaker_confidence": 0.31656593
          },
          {
            "word": "ryan",
            "start": 1.12,
            "end": 1.4399999,
            "confidence": 0.9872907,
            "punctuated_word": "Ryan",
            "speaker": 0,
            "speaker_confidence": 0.31656593
          },
          {
            "word": "cook",
            "start": 1.4399999,
            "end": 1.92,
            "confidence": 0.9086274,
            "punctuated_word": "Cook,",
            "speaker": 0,
            "speaker_confidence": 0.31656593
          },
          {
            "word": "and",
            "start": 1.92,
            "end": 2.08,
            "confidence": 0.99861777,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.31656593
          },
          {
            "word": "this",
            "start": 2.08,
            "end": 2.32,
            "confidence": 0.9995127,
            "punctuated_word": "this",
            "speaker": 0,
            "speaker_confidence": 0.31656593
          },
          {
            "word": "is",
            "start": 2.32,
            "end": 2.48,
            "confidence": 0.9978556,
            "punctuated_word": "is",
            "speaker": 0,
            "speaker_confidence": 0.31656593
          },
          {
            "word": "civic",
            "start": 2.48,
            "end": 2.8,
            "confidence": 0.93571174,
            "punctuated_word": "Civic",
            "speaker": 0,
            "speaker_confidence": 0.31656593
          },
          {
            "word": "tech",
            "start": 2.8,
            "end": 3.12,
            "confidence": 0.95722854,
            "punctuated_word": "Tech",
            "speaker": 0,
            "speaker_confidence": 0.31656593
          },
          {
            "word": "chat",
            "start": 3.12,
            "end": 3.62,
            "confidence": 0.84303874,
            "punctuated_word": "Chat,",
            "speaker": 0,
            "speaker_confidence": 0.31656593
          },
          {
            "word": "a",
            "start": 3.84,
            "end": 4.0,
            "confidence": 0.98182505,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.047537684
          },
          {
            "word": "show",
            "start": 4.0,
            "end": 4.16,
            "confidence": 0.9998983,
            "punctuated_word": "show",
            "speaker": 0,
            "speaker_confidence": 0.047537684
          },
          {
            "word": "that",
            "start": 4.16,
            "end": 4.3199997,
            "confidence": 0.9996885,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.047537684
          },
          {
            "word": "looks",
            "start": 4.3199997,
            "end": 4.56,
            "confidence": 0.9997696,
            "punctuated_word": "looks",
            "speaker": 0,
            "speaker_confidence": 0.047537684
          },
          {
            "word": "at",
            "start": 4.56,
            "end": 4.64,
            "confidence": 0.99341387,
            "punctuated_word": "at",
            "speaker": 0,
            "speaker_confidence": 0.047537684
          },
          {
            "word": "the",
            "start": 4.64,
            "end": 4.72,
            "confidence": 0.9997378,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.047537684
          },
          {
            "word": "way",
            "start": 4.72,
            "end": 5.04,
            "confidence": 0.99929655,
            "punctuated_word": "way",
            "speaker": 0,
            "speaker_confidence": 0.38180918
          },
          {
            "word": "technology",
            "start": 5.04,
            "end": 5.54,
            "confidence": 0.9922602,
            "punctuated_word": "technology,",
            "speaker": 0,
            "speaker_confidence": 0.38180918
          }
        ],
        "speaker": 0,
        "id": "4632e9a6-e9cf-409c-b08c-e5a0385a5def"
      },
      {
        "start": 6.08,
        "end": 6.58,
        "confidence": 0.9892615,
        "channel": 0,
        "transcript": "politics,",
        "words": [
          {
            "word": "politics",
            "start": 6.08,
            "end": 6.58,
            "confidence": 0.9892615,
            "punctuated_word": "politics,",
            "speaker": 0,
            "speaker_confidence": 0.38180918
          }
        ],
        "speaker": 0,
        "id": "fe4d96d5-a69b-4885-bde6-a88fda3f6d52"
      },
      {
        "start": 6.96,
        "end": 7.7,
        "confidence": 0.9995966,
        "channel": 0,
        "transcript": "and policy",
        "words": [
          {
            "word": "and",
            "start": 6.96,
            "end": 7.2,
            "confidence": 0.99983346,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.38180918
          },
          {
            "word": "policy",
            "start": 7.2,
            "end": 7.7,
            "confidence": 0.9993598,
            "punctuated_word": "policy",
            "speaker": 0,
            "speaker_confidence": 0.38180918
          }
        ],
        "speaker": 0,
        "id": "498567ec-e598-4ebd-a668-71f2e916094c"
      },
      {
        "start": 8.0,
        "end": 15.085,
        "confidence": 0.9982504,
        "channel": 0,
        "transcript": "impacts the world around us. The tools we use, the way services are delivered, and how we talk about and set policy",
        "words": [
          {
            "word": "impacts",
            "start": 8.0,
            "end": 8.4,
            "confidence": 0.9852572,
            "punctuated_word": "impacts",
            "speaker": 0,
            "speaker_confidence": 0.38180918
          },
          {
            "word": "the",
            "start": 8.4,
            "end": 8.559999,
            "confidence": 0.99981266,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.38180918
          },
          {
            "word": "world",
            "start": 8.559999,
            "end": 8.8,
            "confidence": 0.9997762,
            "punctuated_word": "world",
            "speaker": 0,
            "speaker_confidence": 0.38180918
          },
          {
            "word": "around",
            "start": 8.8,
            "end": 9.12,
            "confidence": 0.9999478,
            "punctuated_word": "around",
            "speaker": 0,
            "speaker_confidence": 0.38180918
          },
          {
            "word": "us",
            "start": 9.12,
            "end": 9.62,
            "confidence": 0.998814,
            "punctuated_word": "us.",
            "speaker": 0,
            "speaker_confidence": 0.38180918
          },
          {
            "word": "the",
            "start": 9.84,
            "end": 10.0,
            "confidence": 0.99920243,
            "punctuated_word": "The",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "tools",
            "start": 10.0,
            "end": 10.32,
            "confidence": 0.99992454,
            "punctuated_word": "tools",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "we",
            "start": 10.32,
            "end": 10.559999,
            "confidence": 0.99955016,
            "punctuated_word": "we",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "use",
            "start": 10.559999,
            "end": 11.04,
            "confidence": 0.9988203,
            "punctuated_word": "use,",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "the",
            "start": 11.04,
            "end": 11.2,
            "confidence": 0.999813,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "way",
            "start": 11.2,
            "end": 11.44,
            "confidence": 0.9988931,
            "punctuated_word": "way",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "services",
            "start": 11.44,
            "end": 11.92,
            "confidence": 0.9997855,
            "punctuated_word": "services",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "are",
            "start": 11.92,
            "end": 12.08,
            "confidence": 0.9999095,
            "punctuated_word": "are",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "delivered",
            "start": 12.08,
            "end": 12.58,
            "confidence": 0.99569404,
            "punctuated_word": "delivered,",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "and",
            "start": 12.825,
            "end": 12.985,
            "confidence": 0.9994611,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "how",
            "start": 12.985,
            "end": 13.224999,
            "confidence": 0.99967635,
            "punctuated_word": "how",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "we",
            "start": 13.224999,
            "end": 13.304999,
            "confidence": 0.99817085,
            "punctuated_word": "we",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "talk",
            "start": 13.304999,
            "end": 13.545,
            "confidence": 0.9992508,
            "punctuated_word": "talk",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "about",
            "start": 13.545,
            "end": 14.045,
            "confidence": 0.99974793,
            "punctuated_word": "about",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "and",
            "start": 14.105,
            "end": 14.344999,
            "confidence": 0.9911102,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "set",
            "start": 14.344999,
            "end": 14.585,
            "confidence": 0.99973494,
            "punctuated_word": "set",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "policy",
            "start": 14.585,
            "end": 15.085,
            "confidence": 0.99915767,
            "punctuated_word": "policy",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          }
        ],
        "speaker": 0,
        "id": "75d02ce6-2d3a-4ce0-961f-dab6b52f8c0a"
      },
      {
        "start": 15.385,
        "end": 16.605,
        "confidence": 0.9581971,
        "channel": 0,
        "transcript": "all shape our society.",
        "words": [
          {
            "word": "all",
            "start": 15.385,
            "end": 15.625,
            "confidence": 0.8335813,
            "punctuated_word": "all",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "shape",
            "start": 15.625,
            "end": 15.865,
            "confidence": 0.9997904,
            "punctuated_word": "shape",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "our",
            "start": 15.865,
            "end": 16.105,
            "confidence": 0.99977237,
            "punctuated_word": "our",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "society",
            "start": 16.105,
            "end": 16.605,
            "confidence": 0.99964464,
            "punctuated_word": "society.",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          }
        ],
        "speaker": 0,
        "id": "9d03d85e-dcac-41e8-8a06-f442835eb455"
      },
      {
        "start": 17.305,
        "end": 20.125,
        "confidence": 0.99022317,
        "channel": 0,
        "transcript": "We'll gather around and have a chat about these things together",
        "words": [
          {
            "word": "we'll",
            "start": 17.305,
            "end": 17.545,
            "confidence": 0.99927175,
            "punctuated_word": "We'll",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "gather",
            "start": 17.545,
            "end": 17.865,
            "confidence": 0.9996458,
            "punctuated_word": "gather",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "around",
            "start": 17.865,
            "end": 18.105,
            "confidence": 0.91879463,
            "punctuated_word": "around",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "and",
            "start": 18.105,
            "end": 18.265,
            "confidence": 0.9904586,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "have",
            "start": 18.265,
            "end": 18.384998,
            "confidence": 0.99866164,
            "punctuated_word": "have",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "a",
            "start": 18.384998,
            "end": 18.505,
            "confidence": 0.98755884,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "chat",
            "start": 18.505,
            "end": 18.825,
            "confidence": 0.99995446,
            "punctuated_word": "chat",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "about",
            "start": 18.825,
            "end": 19.064999,
            "confidence": 0.99979275,
            "punctuated_word": "about",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "these",
            "start": 19.064999,
            "end": 19.305,
            "confidence": 0.9992229,
            "punctuated_word": "these",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "things",
            "start": 19.305,
            "end": 19.625,
            "confidence": 0.9993851,
            "punctuated_word": "things",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "together",
            "start": 19.625,
            "end": 20.125,
            "confidence": 0.99970883,
            "punctuated_word": "together",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          }
        ],
        "speaker": 0,
        "id": "cad32ac5-62d9-4728-80be-b3f01d83b2ee"
      },
      {
        "start": 20.505,
        "end": 21.244999,
        "confidence": 0.8613554,
        "channel": 0,
        "transcript": "and more.",
        "words": [
          {
            "word": "and",
            "start": 20.505,
            "end": 20.744999,
            "confidence": 0.72292024,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "more",
            "start": 20.744999,
            "end": 21.244999,
            "confidence": 0.99979067,
            "punctuated_word": "more.",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          }
        ],
        "speaker": 0,
        "id": "fd8a1db4-5f5c-4141-b4f7-acbc958b25cd"
      },
      {
        "start": 21.545,
        "end": 26.97,
        "confidence": 0.9533659,
        "channel": 0,
        "transcript": "Before we get started, I do wanna let you all know that we've started a Discord for the podcast.",
        "words": [
          {
            "word": "before",
            "start": 21.545,
            "end": 21.865,
            "confidence": 0.9917373,
            "punctuated_word": "Before",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "we",
            "start": 21.865,
            "end": 22.025,
            "confidence": 0.99983263,
            "punctuated_word": "we",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "get",
            "start": 22.025,
            "end": 22.185,
            "confidence": 0.9994499,
            "punctuated_word": "get",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "started",
            "start": 22.185,
            "end": 22.685,
            "confidence": 0.9838425,
            "punctuated_word": "started,",
            "speaker": 0,
            "speaker_confidence": 0.5964683
          },
          {
            "word": "i",
            "start": 22.825,
            "end": 22.985,
            "confidence": 0.99964535,
            "punctuated_word": "I",
            "speaker": 0,
            "speaker_confidence": 0.17860496
          },
          {
            "word": "do",
            "start": 22.985,
            "end": 23.145,
            "confidence": 0.999356,
            "punctuated_word": "do",
            "speaker": 0,
            "speaker_confidence": 0.17860496
          },
          {
            "word": "wanna",
            "start": 23.145,
            "end": 23.465,
            "confidence": 0.50773,
            "punctuated_word": "wanna",
            "speaker": 0,
            "speaker_confidence": 0.17860496
          },
          {
            "word": "let",
            "start": 23.465,
            "end": 23.625,
            "confidence": 0.9955538,
            "punctuated_word": "let",
            "speaker": 0,
            "speaker_confidence": 0.17860496
          },
          {
            "word": "you",
            "start": 23.625,
            "end": 23.705,
            "confidence": 0.92822427,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.17860496
          },
          {
            "word": "all",
            "start": 23.705,
            "end": 23.945,
            "confidence": 0.99405646,
            "punctuated_word": "all",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "know",
            "start": 23.945,
            "end": 24.265,
            "confidence": 0.99941874,
            "punctuated_word": "know",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "that",
            "start": 24.265,
            "end": 24.505,
            "confidence": 0.9967945,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "we've",
            "start": 24.505,
            "end": 24.825,
            "confidence": 0.99794734,
            "punctuated_word": "we've",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "started",
            "start": 24.825,
            "end": 25.224998,
            "confidence": 0.99949956,
            "punctuated_word": "started",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "a",
            "start": 25.224998,
            "end": 25.384998,
            "confidence": 0.9994091,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "discord",
            "start": 25.384998,
            "end": 25.884998,
            "confidence": 0.7258614,
            "punctuated_word": "Discord",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "for",
            "start": 26.15,
            "end": 26.31,
            "confidence": 0.9998752,
            "punctuated_word": "for",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "the",
            "start": 26.31,
            "end": 26.47,
            "confidence": 0.9993291,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "podcast",
            "start": 26.47,
            "end": 26.97,
            "confidence": 0.9963897,
            "punctuated_word": "podcast.",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          }
        ],
        "speaker": 0,
        "id": "07b67b1e-2626-47a5-9100-5f40e6ccd76c"
      },
      {
        "start": 27.35,
        "end": 30.89,
        "confidence": 0.98942715,
        "channel": 0,
        "transcript": "There will be a link with an invite down in the episode description.",
        "words": [
          {
            "word": "there",
            "start": 27.35,
            "end": 27.59,
            "confidence": 0.99891865,
            "punctuated_word": "There",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "will",
            "start": 27.59,
            "end": 27.75,
            "confidence": 0.8803002,
            "punctuated_word": "will",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "be",
            "start": 27.75,
            "end": 27.91,
            "confidence": 0.99965763,
            "punctuated_word": "be",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "a",
            "start": 27.91,
            "end": 27.99,
            "confidence": 0.9996119,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "link",
            "start": 27.99,
            "end": 28.31,
            "confidence": 0.9999528,
            "punctuated_word": "link",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "with",
            "start": 28.31,
            "end": 28.55,
            "confidence": 0.99811196,
            "punctuated_word": "with",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "an",
            "start": 28.55,
            "end": 28.71,
            "confidence": 0.99884737,
            "punctuated_word": "an",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "invite",
            "start": 28.71,
            "end": 29.21,
            "confidence": 0.99987113,
            "punctuated_word": "invite",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "down",
            "start": 29.43,
            "end": 29.75,
            "confidence": 0.9974088,
            "punctuated_word": "down",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "in",
            "start": 29.75,
            "end": 29.83,
            "confidence": 0.9994531,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "the",
            "start": 29.83,
            "end": 29.99,
            "confidence": 0.9998598,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "episode",
            "start": 29.99,
            "end": 30.39,
            "confidence": 0.9979892,
            "punctuated_word": "episode",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "description",
            "start": 30.39,
            "end": 30.89,
            "confidence": 0.99257076,
            "punctuated_word": "description.",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          }
        ],
        "speaker": 0,
        "id": "e0f5c277-c329-4b76-9edb-2ef611da799b"
      },
      {
        "start": 31.27,
        "end": 41.805,
        "confidence": 0.9839754,
        "channel": 0,
        "transcript": "Do feel free to go check that out. It's a small community right now, but hoping to grow it. It's a great way to reach out to me and let me know things that you might want us to cover or to just hang out and talk about",
        "words": [
          {
            "word": "do",
            "start": 31.27,
            "end": 31.51,
            "confidence": 0.99914765,
            "punctuated_word": "Do",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "feel",
            "start": 31.51,
            "end": 31.75,
            "confidence": 0.9938729,
            "punctuated_word": "feel",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "free",
            "start": 31.75,
            "end": 31.99,
            "confidence": 0.9996245,
            "punctuated_word": "free",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "to",
            "start": 31.99,
            "end": 32.07,
            "confidence": 0.9998406,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "go",
            "start": 32.07,
            "end": 32.309998,
            "confidence": 0.99908376,
            "punctuated_word": "go",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "check",
            "start": 32.309998,
            "end": 32.55,
            "confidence": 0.9988933,
            "punctuated_word": "check",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "that",
            "start": 32.55,
            "end": 32.71,
            "confidence": 0.99977833,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "out",
            "start": 32.71,
            "end": 33.19,
            "confidence": 0.99402064,
            "punctuated_word": "out.",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "it's",
            "start": 33.19,
            "end": 33.35,
            "confidence": 0.9967948,
            "punctuated_word": "It's",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "a",
            "start": 33.35,
            "end": 33.43,
            "confidence": 0.9980488,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "small",
            "start": 33.43,
            "end": 33.67,
            "confidence": 0.99990857,
            "punctuated_word": "small",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "community",
            "start": 33.67,
            "end": 34.15,
            "confidence": 0.9999231,
            "punctuated_word": "community",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "right",
            "start": 34.15,
            "end": 34.309998,
            "confidence": 0.9994618,
            "punctuated_word": "right",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "now",
            "start": 34.309998,
            "end": 34.47,
            "confidence": 0.86001945,
            "punctuated_word": "now,",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "but",
            "start": 34.47,
            "end": 34.71,
            "confidence": 0.99838924,
            "punctuated_word": "but",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "hoping",
            "start": 34.71,
            "end": 35.03,
            "confidence": 0.981601,
            "punctuated_word": "hoping",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "to",
            "start": 35.03,
            "end": 35.11,
            "confidence": 0.9997259,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "grow",
            "start": 35.11,
            "end": 35.35,
            "confidence": 0.999808,
            "punctuated_word": "grow",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "it",
            "start": 35.35,
            "end": 35.59,
            "confidence": 0.9942025,
            "punctuated_word": "it.",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "it's",
            "start": 35.59,
            "end": 35.83,
            "confidence": 0.998805,
            "punctuated_word": "It's",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "a",
            "start": 35.83,
            "end": 35.91,
            "confidence": 0.9996306,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "great",
            "start": 35.91,
            "end": 36.15,
            "confidence": 0.9999244,
            "punctuated_word": "great",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "way",
            "start": 36.15,
            "end": 36.39,
            "confidence": 0.99987924,
            "punctuated_word": "way",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "to",
            "start": 36.39,
            "end": 36.89,
            "confidence": 0.999471,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "reach",
            "start": 37.19,
            "end": 37.43,
            "confidence": 0.99928623,
            "punctuated_word": "reach",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "out",
            "start": 37.43,
            "end": 37.59,
            "confidence": 0.999532,
            "punctuated_word": "out",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "to",
            "start": 37.59,
            "end": 37.67,
            "confidence": 0.997382,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.6242831
          },
          {
            "word": "me",
            "start": 37.67,
            "end": 37.829998,
            "confidence": 0.999926,
            "punctuated_word": "me",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "and",
            "start": 37.829998,
            "end": 37.989998,
            "confidence": 0.8868971,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "let",
            "start": 37.989998,
            "end": 38.15,
            "confidence": 0.9998901,
            "punctuated_word": "let",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "me",
            "start": 38.15,
            "end": 38.23,
            "confidence": 0.99962497,
            "punctuated_word": "me",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "know",
            "start": 38.23,
            "end": 38.47,
            "confidence": 0.9999523,
            "punctuated_word": "know",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "things",
            "start": 38.47,
            "end": 38.629997,
            "confidence": 0.9942649,
            "punctuated_word": "things",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "that",
            "start": 38.629997,
            "end": 38.71,
            "confidence": 0.98413485,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "you",
            "start": 38.71,
            "end": 38.87,
            "confidence": 0.9995956,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "might",
            "start": 38.87,
            "end": 39.03,
            "confidence": 0.999613,
            "punctuated_word": "might",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "want",
            "start": 39.03,
            "end": 39.27,
            "confidence": 0.99953234,
            "punctuated_word": "want",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "us",
            "start": 39.27,
            "end": 39.35,
            "confidence": 0.9982023,
            "punctuated_word": "us",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "to",
            "start": 39.35,
            "end": 39.51,
            "confidence": 0.999602,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "cover",
            "start": 39.51,
            "end": 39.989998,
            "confidence": 0.9998704,
            "punctuated_word": "cover",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "or",
            "start": 39.989998,
            "end": 40.23,
            "confidence": 0.59712356,
            "punctuated_word": "or",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "to",
            "start": 40.23,
            "end": 40.39,
            "confidence": 0.97607464,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "just",
            "start": 40.39,
            "end": 40.55,
            "confidence": 0.99962866,
            "punctuated_word": "just",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "hang",
            "start": 40.55,
            "end": 40.79,
            "confidence": 0.9997274,
            "punctuated_word": "hang",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "out",
            "start": 40.79,
            "end": 40.95,
            "confidence": 0.9938474,
            "punctuated_word": "out",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "and",
            "start": 40.95,
            "end": 41.11,
            "confidence": 0.9976603,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "talk",
            "start": 41.11,
            "end": 41.35,
            "confidence": 0.99984527,
            "punctuated_word": "talk",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "about",
            "start": 41.35,
            "end": 41.805,
            "confidence": 0.9997503,
            "punctuated_word": "about",
            "speaker": 0,
            "speaker_confidence": 0.564714
          }
        ],
        "speaker": 0,
        "id": "f8ad43ef-47f7-493d-8fc3-e357bdf8b2b0"
      },
      {
        "start": 42.285,
        "end": 45.825,
        "confidence": 0.97280157,
        "channel": 0,
        "transcript": "civic tech. Anyway, let's go ahead and start the show.",
        "words": [
          {
            "word": "civic",
            "start": 42.285,
            "end": 42.765,
            "confidence": 0.7384292,
            "punctuated_word": "civic",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "tech",
            "start": 42.765,
            "end": 43.085,
            "confidence": 0.9987353,
            "punctuated_word": "tech.",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "anyway",
            "start": 43.085,
            "end": 43.585,
            "confidence": 0.9932946,
            "punctuated_word": "Anyway,",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "let's",
            "start": 43.725,
            "end": 43.965,
            "confidence": 0.99928284,
            "punctuated_word": "let's",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "go",
            "start": 43.965,
            "end": 44.125,
            "confidence": 0.99994385,
            "punctuated_word": "go",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "ahead",
            "start": 44.125,
            "end": 44.445,
            "confidence": 0.9999521,
            "punctuated_word": "ahead",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "and",
            "start": 44.445,
            "end": 44.845,
            "confidence": 0.9992169,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "start",
            "start": 44.845,
            "end": 45.165,
            "confidence": 0.9998945,
            "punctuated_word": "start",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "the",
            "start": 45.165,
            "end": 45.325,
            "confidence": 0.9997775,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.564714
          },
          {
            "word": "show",
            "start": 45.325,
            "end": 45.825,
            "confidence": 0.9994888,
            "punctuated_word": "show.",
            "speaker": 0,
            "speaker_confidence": 0.564714
          }
        ],
        "speaker": 0,
        "id": "c9baa687-41fe-4065-a02b-b409ebde2c28"
      },
      {
        "start": 47.645,
        "end": 53.824997,
        "confidence": 0.956715,
        "channel": 0,
        "transcript": "Alright, folks. Today, we're gonna talk about the CrowdStrike incident that happened on July 19.",
        "words": [
          {
            "word": "alright",
            "start": 47.645,
            "end": 48.145,
            "confidence": 0.8772346,
            "punctuated_word": "Alright,",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "folks",
            "start": 48.285,
            "end": 48.785,
            "confidence": 0.99064255,
            "punctuated_word": "folks.",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "today",
            "start": 48.845,
            "end": 49.245,
            "confidence": 0.8884838,
            "punctuated_word": "Today,",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "we're",
            "start": 49.245,
            "end": 49.485,
            "confidence": 0.99974144,
            "punctuated_word": "we're",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "gonna",
            "start": 49.485,
            "end": 49.725,
            "confidence": 0.947323,
            "punctuated_word": "gonna",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "talk",
            "start": 49.725,
            "end": 50.045,
            "confidence": 0.99722797,
            "punctuated_word": "talk",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "about",
            "start": 50.045,
            "end": 50.545,
            "confidence": 0.9998779,
            "punctuated_word": "about",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "the",
            "start": 50.765,
            "end": 51.005,
            "confidence": 0.999561,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "crowdstrike",
            "start": 51.005,
            "end": 51.505,
            "confidence": 0.65511537,
            "punctuated_word": "CrowdStrike",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "incident",
            "start": 51.645,
            "end": 52.125,
            "confidence": 0.999406,
            "punctuated_word": "incident",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "that",
            "start": 52.125,
            "end": 52.364998,
            "confidence": 0.9997602,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "happened",
            "start": 52.364998,
            "end": 52.685,
            "confidence": 0.9999604,
            "punctuated_word": "happened",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "on",
            "start": 52.685,
            "end": 52.845,
            "confidence": 0.9998796,
            "punctuated_word": "on",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "july",
            "start": 52.845,
            "end": 53.335,
            "confidence": 0.9982556,
            "punctuated_word": "July",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "19",
            "start": 53.335,
            "end": 53.824997,
            "confidence": 0.9982556,
            "punctuated_word": "19.",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          }
        ],
        "speaker": 0,
        "id": "61424544-bfae-4e83-8341-09f5ac53f08c"
      },
      {
        "start": 54.445,
        "end": 55.585,
        "confidence": 0.95945716,
        "channel": 0,
        "transcript": "Now that we're about,",
        "words": [
          {
            "word": "now",
            "start": 54.445,
            "end": 54.605,
            "confidence": 0.9992867,
            "punctuated_word": "Now",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "that",
            "start": 54.605,
            "end": 54.845,
            "confidence": 0.9988732,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "we're",
            "start": 54.845,
            "end": 55.085,
            "confidence": 0.9991645,
            "punctuated_word": "we're",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "about",
            "start": 55.085,
            "end": 55.585,
            "confidence": 0.8405041,
            "punctuated_word": "about,",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          }
        ],
        "speaker": 0,
        "id": "2be70026-6d85-41ac-9815-3c203651c394"
      },
      {
        "start": 56.16,
        "end": 65.06,
        "confidence": 0.98274285,
        "channel": 0,
        "transcript": "oh, close to two weeks from the incident, I thought it'd be a good idea to kinda gather what information I can and put it together into a sort of audio briefing for you.",
        "words": [
          {
            "word": "oh",
            "start": 56.16,
            "end": 56.48,
            "confidence": 0.7643201,
            "punctuated_word": "oh,",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "close",
            "start": 56.48,
            "end": 56.8,
            "confidence": 0.99956566,
            "punctuated_word": "close",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "to",
            "start": 56.8,
            "end": 56.96,
            "confidence": 0.9997956,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "two",
            "start": 56.96,
            "end": 57.12,
            "confidence": 0.9998816,
            "punctuated_word": "two",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "weeks",
            "start": 57.12,
            "end": 57.36,
            "confidence": 0.99991214,
            "punctuated_word": "weeks",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "from",
            "start": 57.36,
            "end": 57.6,
            "confidence": 0.9998864,
            "punctuated_word": "from",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "the",
            "start": 57.6,
            "end": 57.760002,
            "confidence": 0.99993,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "incident",
            "start": 57.760002,
            "end": 58.260002,
            "confidence": 0.9973333,
            "punctuated_word": "incident,",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "i",
            "start": 58.32,
            "end": 58.4,
            "confidence": 0.99960154,
            "punctuated_word": "I",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "thought",
            "start": 58.4,
            "end": 58.64,
            "confidence": 0.999226,
            "punctuated_word": "thought",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "it'd",
            "start": 58.64,
            "end": 58.72,
            "confidence": 0.97411466,
            "punctuated_word": "it'd",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "be",
            "start": 58.72,
            "end": 58.88,
            "confidence": 0.9995974,
            "punctuated_word": "be",
            "speaker": 0,
            "speaker_confidence": 0.6518202
          },
          {
            "word": "a",
            "start": 58.88,
            "end": 58.96,
            "confidence": 0.9995042,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "good",
            "start": 58.96,
            "end": 59.12,
            "confidence": 0.99996805,
            "punctuated_word": "good",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "idea",
            "start": 59.12,
            "end": 59.52,
            "confidence": 0.99978787,
            "punctuated_word": "idea",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "to",
            "start": 59.52,
            "end": 59.68,
            "confidence": 0.9997588,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "kinda",
            "start": 59.68,
            "end": 59.92,
            "confidence": 0.7763318,
            "punctuated_word": "kinda",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "gather",
            "start": 59.92,
            "end": 60.16,
            "confidence": 0.99962056,
            "punctuated_word": "gather",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "what",
            "start": 60.16,
            "end": 60.32,
            "confidence": 0.9541125,
            "punctuated_word": "what",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "information",
            "start": 60.32,
            "end": 60.8,
            "confidence": 0.9997868,
            "punctuated_word": "information",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "i",
            "start": 60.8,
            "end": 60.96,
            "confidence": 0.999752,
            "punctuated_word": "I",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "can",
            "start": 60.96,
            "end": 61.44,
            "confidence": 0.99995387,
            "punctuated_word": "can",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "and",
            "start": 61.44,
            "end": 61.68,
            "confidence": 0.9675844,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "put",
            "start": 61.68,
            "end": 61.84,
            "confidence": 0.99991214,
            "punctuated_word": "put",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "it",
            "start": 61.84,
            "end": 61.92,
            "confidence": 0.9997193,
            "punctuated_word": "it",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "together",
            "start": 61.92,
            "end": 62.4,
            "confidence": 0.9998801,
            "punctuated_word": "together",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "into",
            "start": 62.4,
            "end": 62.88,
            "confidence": 0.99945956,
            "punctuated_word": "into",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "a",
            "start": 62.88,
            "end": 63.04,
            "confidence": 0.995909,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "sort",
            "start": 63.04,
            "end": 63.2,
            "confidence": 0.99511814,
            "punctuated_word": "sort",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "of",
            "start": 63.2,
            "end": 63.52,
            "confidence": 0.99978715,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "audio",
            "start": 63.52,
            "end": 63.92,
            "confidence": 0.99894994,
            "punctuated_word": "audio",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "briefing",
            "start": 63.92,
            "end": 64.32,
            "confidence": 0.99533314,
            "punctuated_word": "briefing",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "for",
            "start": 64.32,
            "end": 64.56,
            "confidence": 0.99993813,
            "punctuated_word": "for",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "you",
            "start": 64.56,
            "end": 65.06,
            "confidence": 0.9999287,
            "punctuated_word": "you.",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          }
        ],
        "speaker": 0,
        "id": "f2ab3b60-e8b5-4a76-9a1c-0d2034b1d6d2"
      },
      {
        "start": 65.44,
        "end": 66.98,
        "confidence": 0.9792162,
        "channel": 0,
        "transcript": "So first, let's talk about",
        "words": [
          {
            "word": "so",
            "start": 65.44,
            "end": 65.68,
            "confidence": 0.99967647,
            "punctuated_word": "So",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "first",
            "start": 65.68,
            "end": 65.92,
            "confidence": 0.89672923,
            "punctuated_word": "first,",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "let's",
            "start": 65.92,
            "end": 66.24,
            "confidence": 0.9998958,
            "punctuated_word": "let's",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "talk",
            "start": 66.24,
            "end": 66.48,
            "confidence": 0.999913,
            "punctuated_word": "talk",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "about",
            "start": 66.48,
            "end": 66.98,
            "confidence": 0.9998666,
            "punctuated_word": "about",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          }
        ],
        "speaker": 0,
        "id": "59f9fa7e-fe79-4052-9b4b-6d21ee696589"
      },
      {
        "start": 67.520004,
        "end": 69.3,
        "confidence": 0.99934816,
        "channel": 0,
        "transcript": "why you should care about this.",
        "words": [
          {
            "word": "why",
            "start": 67.520004,
            "end": 67.84,
            "confidence": 0.9987129,
            "punctuated_word": "why",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "you",
            "start": 67.84,
            "end": 68.08,
            "confidence": 0.99985695,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "should",
            "start": 68.08,
            "end": 68.32,
            "confidence": 0.9999502,
            "punctuated_word": "should",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "care",
            "start": 68.32,
            "end": 68.479996,
            "confidence": 0.999943,
            "punctuated_word": "care",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "about",
            "start": 68.479996,
            "end": 68.8,
            "confidence": 0.999931,
            "punctuated_word": "about",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "this",
            "start": 68.8,
            "end": 69.3,
            "confidence": 0.9976952,
            "punctuated_word": "this.",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          }
        ],
        "speaker": 0,
        "id": "a88dede9-bd2c-49c3-bbec-b808e38b5579"
      },
      {
        "start": 69.645,
        "end": 74.784996,
        "confidence": 0.9734001,
        "channel": 0,
        "transcript": "As I mentioned, on July 19, there was a major IT outage, and it was global in scale.",
        "words": [
          {
            "word": "as",
            "start": 69.645,
            "end": 69.805,
            "confidence": 0.9997656,
            "punctuated_word": "As",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "i",
            "start": 69.805,
            "end": 69.885,
            "confidence": 0.99988174,
            "punctuated_word": "I",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "mentioned",
            "start": 69.885,
            "end": 70.205,
            "confidence": 0.7458451,
            "punctuated_word": "mentioned,",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "on",
            "start": 70.205,
            "end": 70.445,
            "confidence": 0.9736787,
            "punctuated_word": "on",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "july",
            "start": 70.445,
            "end": 70.765,
            "confidence": 0.9931127,
            "punctuated_word": "July",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "19",
            "start": 70.765,
            "end": 71.085,
            "confidence": 0.9931127,
            "punctuated_word": "19,",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "there",
            "start": 71.085,
            "end": 71.244995,
            "confidence": 0.9999217,
            "punctuated_word": "there",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "was",
            "start": 71.244995,
            "end": 71.485,
            "confidence": 0.9787008,
            "punctuated_word": "was",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "a",
            "start": 71.485,
            "end": 71.645,
            "confidence": 0.9959026,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "major",
            "start": 71.645,
            "end": 72.125,
            "confidence": 0.99991703,
            "punctuated_word": "major",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "it",
            "start": 72.125,
            "end": 72.445,
            "confidence": 0.99934465,
            "punctuated_word": "IT",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "outage",
            "start": 72.445,
            "end": 72.945,
            "confidence": 0.9382653,
            "punctuated_word": "outage,",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "and",
            "start": 73.244995,
            "end": 73.365,
            "confidence": 0.99978,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.76197785
          },
          {
            "word": "it",
            "start": 73.365,
            "end": 73.485,
            "confidence": 0.99995553,
            "punctuated_word": "it",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          },
          {
            "word": "was",
            "start": 73.485,
            "end": 73.725,
            "confidence": 0.99997675,
            "punctuated_word": "was",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          },
          {
            "word": "global",
            "start": 73.725,
            "end": 74.125,
            "confidence": 0.99989176,
            "punctuated_word": "global",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          },
          {
            "word": "in",
            "start": 74.125,
            "end": 74.284996,
            "confidence": 0.95548946,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          },
          {
            "word": "scale",
            "start": 74.284996,
            "end": 74.784996,
            "confidence": 0.9486592,
            "punctuated_word": "scale.",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          }
        ],
        "speaker": 0,
        "id": "c157f6be-8e0c-48f8-8649-071d3a2be460"
      },
      {
        "start": 75.165,
        "end": 78.305,
        "confidence": 0.98437434,
        "channel": 0,
        "transcript": "Something like over 5,000 commercial flights were impacted,",
        "words": [
          {
            "word": "something",
            "start": 75.165,
            "end": 75.565,
            "confidence": 0.99971753,
            "punctuated_word": "Something",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          },
          {
            "word": "like",
            "start": 75.565,
            "end": 75.885,
            "confidence": 0.9449967,
            "punctuated_word": "like",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          },
          {
            "word": "over",
            "start": 75.885,
            "end": 76.205,
            "confidence": 0.99127334,
            "punctuated_word": "over",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          },
          {
            "word": "5,000",
            "start": 76.205,
            "end": 76.845,
            "confidence": 0.9992697,
            "punctuated_word": "5,000",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          },
          {
            "word": "commercial",
            "start": 76.845,
            "end": 77.325,
            "confidence": 0.99987495,
            "punctuated_word": "commercial",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          },
          {
            "word": "flights",
            "start": 77.325,
            "end": 77.565,
            "confidence": 0.99992204,
            "punctuated_word": "flights",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          },
          {
            "word": "were",
            "start": 77.565,
            "end": 77.805,
            "confidence": 0.9992949,
            "punctuated_word": "were",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          },
          {
            "word": "impacted",
            "start": 77.805,
            "end": 78.305,
            "confidence": 0.94064534,
            "punctuated_word": "impacted,",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          }
        ],
        "speaker": 0,
        "id": "f1abcf0c-46ff-4168-bc63-d46e16f32159"
      },
      {
        "start": 78.845,
        "end": 85.3,
        "confidence": 0.9772798,
        "channel": 0,
        "transcript": "which if you're someone who is trying to take a flight that day, I'm sure you have a personal experience to to weigh in on there.",
        "words": [
          {
            "word": "which",
            "start": 78.845,
            "end": 79.005,
            "confidence": 0.99975926,
            "punctuated_word": "which",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          },
          {
            "word": "if",
            "start": 79.005,
            "end": 79.085,
            "confidence": 0.92816246,
            "punctuated_word": "if",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          },
          {
            "word": "you're",
            "start": 79.085,
            "end": 79.325,
            "confidence": 0.9994548,
            "punctuated_word": "you're",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          },
          {
            "word": "someone",
            "start": 79.325,
            "end": 79.565,
            "confidence": 0.9998802,
            "punctuated_word": "someone",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          },
          {
            "word": "who",
            "start": 79.565,
            "end": 79.725,
            "confidence": 0.99968255,
            "punctuated_word": "who",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          },
          {
            "word": "is",
            "start": 79.725,
            "end": 79.884995,
            "confidence": 0.5829191,
            "punctuated_word": "is",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          },
          {
            "word": "trying",
            "start": 79.884995,
            "end": 80.125,
            "confidence": 0.9992256,
            "punctuated_word": "trying",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          },
          {
            "word": "to",
            "start": 80.125,
            "end": 80.205,
            "confidence": 0.99874914,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          },
          {
            "word": "take",
            "start": 80.205,
            "end": 80.365,
            "confidence": 0.99984646,
            "punctuated_word": "take",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          },
          {
            "word": "a",
            "start": 80.365,
            "end": 80.445,
            "confidence": 0.9981211,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.6397476
          },
          {
            "word": "flight",
            "start": 80.445,
            "end": 80.685,
            "confidence": 0.9999665,
            "punctuated_word": "flight",
            "speaker": 0,
            "speaker_confidence": 0.5681267
          },
          {
            "word": "that",
            "start": 80.685,
            "end": 80.924995,
            "confidence": 0.99978477,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.5681267
          },
          {
            "word": "day",
            "start": 80.924995,
            "end": 81.424995,
            "confidence": 0.99954295,
            "punctuated_word": "day,",
            "speaker": 0,
            "speaker_confidence": 0.5681267
          },
          {
            "word": "i'm",
            "start": 81.485,
            "end": 81.645,
            "confidence": 0.9995752,
            "punctuated_word": "I'm",
            "speaker": 0,
            "speaker_confidence": 0.5681267
          },
          {
            "word": "sure",
            "start": 81.645,
            "end": 81.884995,
            "confidence": 0.99996316,
            "punctuated_word": "sure",
            "speaker": 0,
            "speaker_confidence": 0.5681267
          },
          {
            "word": "you",
            "start": 81.884995,
            "end": 82.045,
            "confidence": 0.9998838,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.5681267
          },
          {
            "word": "have",
            "start": 82.045,
            "end": 82.284996,
            "confidence": 0.99814665,
            "punctuated_word": "have",
            "speaker": 0,
            "speaker_confidence": 0.5681267
          },
          {
            "word": "a",
            "start": 82.284996,
            "end": 82.365,
            "confidence": 0.9515875,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.5681267
          },
          {
            "word": "personal",
            "start": 82.365,
            "end": 82.845,
            "confidence": 0.9997023,
            "punctuated_word": "personal",
            "speaker": 0,
            "speaker_confidence": 0.5681267
          },
          {
            "word": "experience",
            "start": 82.845,
            "end": 83.325,
            "confidence": 0.9995408,
            "punctuated_word": "experience",
            "speaker": 0,
            "speaker_confidence": 0.5681267
          },
          {
            "word": "to",
            "start": 83.325,
            "end": 83.825,
            "confidence": 0.97395474,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.5681267
          },
          {
            "word": "to",
            "start": 84.08,
            "end": 84.24,
            "confidence": 0.99995244,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "weigh",
            "start": 84.24,
            "end": 84.48,
            "confidence": 0.9994338,
            "punctuated_word": "weigh",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "in",
            "start": 84.48,
            "end": 84.64,
            "confidence": 0.98347616,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "on",
            "start": 84.64,
            "end": 84.8,
            "confidence": 0.999408,
            "punctuated_word": "on",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "there",
            "start": 84.8,
            "end": 85.3,
            "confidence": 0.99955624,
            "punctuated_word": "there.",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          }
        ],
        "speaker": 0,
        "id": "afbe1cbd-6da2-481e-a152-516faf1e6503"
      },
      {
        "start": 85.84,
        "end": 89.78,
        "confidence": 0.95001507,
        "channel": 0,
        "transcript": "All kinds of other businesses were affected though as well, and services were disrupted.",
        "words": [
          {
            "word": "all",
            "start": 85.84,
            "end": 86.08,
            "confidence": 0.9998029,
            "punctuated_word": "All",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "kinds",
            "start": 86.08,
            "end": 86.32,
            "confidence": 0.9999213,
            "punctuated_word": "kinds",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "of",
            "start": 86.32,
            "end": 86.4,
            "confidence": 0.9999093,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "other",
            "start": 86.4,
            "end": 86.64,
            "confidence": 0.99990964,
            "punctuated_word": "other",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "businesses",
            "start": 86.64,
            "end": 87.04,
            "confidence": 0.99937195,
            "punctuated_word": "businesses",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "were",
            "start": 87.04,
            "end": 87.2,
            "confidence": 0.99768686,
            "punctuated_word": "were",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "affected",
            "start": 87.2,
            "end": 87.6,
            "confidence": 0.9983369,
            "punctuated_word": "affected",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "though",
            "start": 87.6,
            "end": 87.76,
            "confidence": 0.49101332,
            "punctuated_word": "though",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "as",
            "start": 87.76,
            "end": 87.92,
            "confidence": 0.98714256,
            "punctuated_word": "as",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "well",
            "start": 87.92,
            "end": 88.32,
            "confidence": 0.9230641,
            "punctuated_word": "well,",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "and",
            "start": 88.32,
            "end": 88.56,
            "confidence": 0.99982625,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "services",
            "start": 88.56,
            "end": 89.06,
            "confidence": 0.99973875,
            "punctuated_word": "services",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "were",
            "start": 89.12,
            "end": 89.28,
            "confidence": 0.99927014,
            "punctuated_word": "were",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "disrupted",
            "start": 89.28,
            "end": 89.78,
            "confidence": 0.90521586,
            "punctuated_word": "disrupted.",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          }
        ],
        "speaker": 0,
        "id": "0b80b764-530f-4533-b4c6-a5aa4f752cd1"
      },
      {
        "start": 90.24,
        "end": 93.06,
        "confidence": 0.9916495,
        "channel": 0,
        "transcript": "Everything from stores trying to check out goods",
        "words": [
          {
            "word": "everything",
            "start": 90.24,
            "end": 90.64,
            "confidence": 0.9998436,
            "punctuated_word": "Everything",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "from",
            "start": 90.64,
            "end": 90.96,
            "confidence": 0.99685353,
            "punctuated_word": "from",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "stores",
            "start": 90.96,
            "end": 91.46,
            "confidence": 0.9982498,
            "punctuated_word": "stores",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "trying",
            "start": 91.52,
            "end": 91.76,
            "confidence": 0.97060734,
            "punctuated_word": "trying",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "to",
            "start": 91.76,
            "end": 91.92,
            "confidence": 0.999813,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "check",
            "start": 91.92,
            "end": 92.16,
            "confidence": 0.96886665,
            "punctuated_word": "check",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "out",
            "start": 92.16,
            "end": 92.56,
            "confidence": 0.9995622,
            "punctuated_word": "out",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "goods",
            "start": 92.56,
            "end": 93.06,
            "confidence": 0.9993998,
            "punctuated_word": "goods",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          }
        ],
        "speaker": 0,
        "id": "2167ac0b-26ee-4d27-bc37-efe68b927d2d"
      },
      {
        "start": 93.36,
        "end": 96.1,
        "confidence": 0.9707968,
        "channel": 0,
        "transcript": "to hospitals trying to give critical medical care.",
        "words": [
          {
            "word": "to",
            "start": 93.36,
            "end": 93.6,
            "confidence": 0.79892755,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "hospitals",
            "start": 93.6,
            "end": 94.08,
            "confidence": 0.996944,
            "punctuated_word": "hospitals",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "trying",
            "start": 94.08,
            "end": 94.32,
            "confidence": 0.9875261,
            "punctuated_word": "trying",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "to",
            "start": 94.32,
            "end": 94.4,
            "confidence": 0.99960417,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "give",
            "start": 94.4,
            "end": 94.72,
            "confidence": 0.99715793,
            "punctuated_word": "give",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "critical",
            "start": 94.72,
            "end": 95.12,
            "confidence": 0.9996691,
            "punctuated_word": "critical",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "medical",
            "start": 95.12,
            "end": 95.6,
            "confidence": 0.99986625,
            "punctuated_word": "medical",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "care",
            "start": 95.6,
            "end": 96.1,
            "confidence": 0.9866793,
            "punctuated_word": "care.",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          }
        ],
        "speaker": 0,
        "id": "5e528079-8a37-4a9e-b244-7719de200d4b"
      },
      {
        "start": 96.725,
        "end": 100.505,
        "confidence": 0.9287508,
        "channel": 0,
        "transcript": "It's something of it where it's difficult to quantify the damages,",
        "words": [
          {
            "word": "it's",
            "start": 96.725,
            "end": 96.965004,
            "confidence": 0.9995837,
            "punctuated_word": "It's",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "something",
            "start": 96.965004,
            "end": 97.465004,
            "confidence": 0.9999428,
            "punctuated_word": "something",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "of",
            "start": 97.765,
            "end": 98.085,
            "confidence": 0.99902,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "it",
            "start": 98.325,
            "end": 98.405,
            "confidence": 0.51698655,
            "punctuated_word": "it",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "where",
            "start": 98.485,
            "end": 98.645004,
            "confidence": 0.95138913,
            "punctuated_word": "where",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "it's",
            "start": 98.645004,
            "end": 98.805,
            "confidence": 0.9980171,
            "punctuated_word": "it's",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "difficult",
            "start": 98.805,
            "end": 99.125,
            "confidence": 0.99789447,
            "punctuated_word": "difficult",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "to",
            "start": 99.125,
            "end": 99.285,
            "confidence": 0.9978961,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "quantify",
            "start": 99.285,
            "end": 99.765,
            "confidence": 0.9251449,
            "punctuated_word": "quantify",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "the",
            "start": 99.765,
            "end": 100.005,
            "confidence": 0.99979335,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          },
          {
            "word": "damages",
            "start": 100.005,
            "end": 100.505,
            "confidence": 0.83059084,
            "punctuated_word": "damages,",
            "speaker": 0,
            "speaker_confidence": 0.79222274
          }
        ],
        "speaker": 0,
        "id": "031ec63a-dac5-41fc-b470-a2a520224615"
      },
      {
        "start": 100.885,
        "end": 107.545,
        "confidence": 0.96937615,
        "channel": 0,
        "transcript": "but an early estimate from the Anderson Economic Group based in Michigan puts it at somewhere greater than a billion dollars.",
        "words": [
          {
            "word": "but",
            "start": 100.885,
            "end": 101.045,
            "confidence": 0.9992975,
            "punctuated_word": "but",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "an",
            "start": 101.045,
            "end": 101.205,
            "confidence": 0.9970655,
            "punctuated_word": "an",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "early",
            "start": 101.205,
            "end": 101.525,
            "confidence": 0.998538,
            "punctuated_word": "early",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "estimate",
            "start": 101.525,
            "end": 101.925,
            "confidence": 0.99993443,
            "punctuated_word": "estimate",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "from",
            "start": 101.925,
            "end": 102.165,
            "confidence": 0.99977773,
            "punctuated_word": "from",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "the",
            "start": 102.165,
            "end": 102.485,
            "confidence": 0.9570425,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "anderson",
            "start": 102.485,
            "end": 102.965004,
            "confidence": 0.7723382,
            "punctuated_word": "Anderson",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "economic",
            "start": 102.965004,
            "end": 103.445,
            "confidence": 0.8439223,
            "punctuated_word": "Economic",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "group",
            "start": 103.445,
            "end": 103.925,
            "confidence": 0.9923929,
            "punctuated_word": "Group",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "based",
            "start": 103.925,
            "end": 104.165,
            "confidence": 0.8850082,
            "punctuated_word": "based",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "in",
            "start": 104.165,
            "end": 104.325,
            "confidence": 0.99839383,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "michigan",
            "start": 104.325,
            "end": 104.805,
            "confidence": 0.99997663,
            "punctuated_word": "Michigan",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "puts",
            "start": 104.805,
            "end": 105.045,
            "confidence": 0.97375023,
            "punctuated_word": "puts",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "it",
            "start": 105.045,
            "end": 105.365,
            "confidence": 0.9961826,
            "punctuated_word": "it",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "at",
            "start": 105.365,
            "end": 105.685,
            "confidence": 0.9898281,
            "punctuated_word": "at",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "somewhere",
            "start": 105.685,
            "end": 106.005005,
            "confidence": 0.95681155,
            "punctuated_word": "somewhere",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "greater",
            "start": 106.005005,
            "end": 106.325,
            "confidence": 0.9997093,
            "punctuated_word": "greater",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "than",
            "start": 106.325,
            "end": 106.485,
            "confidence": 0.9998946,
            "punctuated_word": "than",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "a",
            "start": 106.485,
            "end": 106.645004,
            "confidence": 0.9977381,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "billion",
            "start": 106.645004,
            "end": 107.045,
            "confidence": 0.99981326,
            "punctuated_word": "billion",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "dollars",
            "start": 107.045,
            "end": 107.545,
            "confidence": 0.9994837,
            "punctuated_word": "dollars.",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          }
        ],
        "speaker": 0,
        "id": "6e50384c-6b96-4e43-ba44-2a3598ad2ca9"
      },
      {
        "start": 108.565,
        "end": 110.025,
        "confidence": 0.9998196,
        "channel": 0,
        "transcript": "This problem reveals",
        "words": [
          {
            "word": "this",
            "start": 108.565,
            "end": 108.965,
            "confidence": 0.99977094,
            "punctuated_word": "This",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "problem",
            "start": 108.965,
            "end": 109.465,
            "confidence": 0.9998646,
            "punctuated_word": "problem",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "reveals",
            "start": 109.525,
            "end": 110.025,
            "confidence": 0.9998234,
            "punctuated_word": "reveals",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          }
        ],
        "speaker": 0,
        "id": "0bf59fa0-4bbe-4c09-9e40-f00dab7f807c"
      },
      {
        "start": 110.579994,
        "end": 111.479996,
        "confidence": 0.9998456,
        "channel": 0,
        "transcript": "systemic weaknesses",
        "words": [
          {
            "word": "systemic",
            "start": 110.579994,
            "end": 110.979996,
            "confidence": 0.9998504,
            "punctuated_word": "systemic",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "weaknesses",
            "start": 110.979996,
            "end": 111.479996,
            "confidence": 0.99984086,
            "punctuated_word": "weaknesses",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          }
        ],
        "speaker": 0,
        "id": "0faff2cd-783c-4eaf-afb7-007705911cfa"
      },
      {
        "start": 111.939995,
        "end": 114.439995,
        "confidence": 0.9952843,
        "channel": 0,
        "transcript": "in the way we handle our information systems.",
        "words": [
          {
            "word": "in",
            "start": 111.939995,
            "end": 112.17999,
            "confidence": 0.98086506,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "the",
            "start": 112.17999,
            "end": 112.259995,
            "confidence": 0.99924386,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "way",
            "start": 112.259995,
            "end": 112.5,
            "confidence": 0.9999846,
            "punctuated_word": "way",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "we",
            "start": 112.5,
            "end": 112.74,
            "confidence": 0.99989855,
            "punctuated_word": "we",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "handle",
            "start": 112.74,
            "end": 113.14,
            "confidence": 0.99993074,
            "punctuated_word": "handle",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "our",
            "start": 113.14,
            "end": 113.38,
            "confidence": 0.99921584,
            "punctuated_word": "our",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "information",
            "start": 113.38,
            "end": 113.88,
            "confidence": 0.99982315,
            "punctuated_word": "information",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "systems",
            "start": 113.939995,
            "end": 114.439995,
            "confidence": 0.9833132,
            "punctuated_word": "systems.",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          }
        ],
        "speaker": 0,
        "id": "2b2f8cea-8935-42a1-8449-45cf1a29c8ac"
      },
      {
        "start": 114.899994,
        "end": 116.35999,
        "confidence": 0.9996349,
        "channel": 0,
        "transcript": "A problem with one vendor",
        "words": [
          {
            "word": "a",
            "start": 114.899994,
            "end": 115.06,
            "confidence": 0.9986091,
            "punctuated_word": "A",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "problem",
            "start": 115.06,
            "end": 115.38,
            "confidence": 0.99998796,
            "punctuated_word": "problem",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "with",
            "start": 115.38,
            "end": 115.619995,
            "confidence": 0.9998123,
            "punctuated_word": "with",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "one",
            "start": 115.619995,
            "end": 115.85999,
            "confidence": 0.9998828,
            "punctuated_word": "one",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "vendor",
            "start": 115.85999,
            "end": 116.35999,
            "confidence": 0.99988234,
            "punctuated_word": "vendor",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          }
        ],
        "speaker": 0,
        "id": "557fdf56-46fa-4189-8b0d-eda5d4ebfb92"
      },
      {
        "start": 116.82,
        "end": 121.479996,
        "confidence": 0.9932627,
        "channel": 0,
        "transcript": "causing this big of an impact across the globe is probably not a great situation.",
        "words": [
          {
            "word": "causing",
            "start": 116.82,
            "end": 117.299995,
            "confidence": 0.905256,
            "punctuated_word": "causing",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "this",
            "start": 117.299995,
            "end": 117.53999,
            "confidence": 0.99991095,
            "punctuated_word": "this",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "big",
            "start": 117.53999,
            "end": 117.78,
            "confidence": 0.9998536,
            "punctuated_word": "big",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "of",
            "start": 117.78,
            "end": 117.939995,
            "confidence": 0.99981076,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "an",
            "start": 117.939995,
            "end": 118.17999,
            "confidence": 0.99981576,
            "punctuated_word": "an",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "impact",
            "start": 118.17999,
            "end": 118.579994,
            "confidence": 0.99988997,
            "punctuated_word": "impact",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "across",
            "start": 118.579994,
            "end": 118.81999,
            "confidence": 0.9999213,
            "punctuated_word": "across",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "the",
            "start": 118.81999,
            "end": 118.979996,
            "confidence": 0.9997819,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "globe",
            "start": 118.979996,
            "end": 119.479996,
            "confidence": 0.9998282,
            "punctuated_word": "globe",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "is",
            "start": 119.53999,
            "end": 119.78,
            "confidence": 0.99887437,
            "punctuated_word": "is",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "probably",
            "start": 119.78,
            "end": 120.259995,
            "confidence": 0.9992155,
            "punctuated_word": "probably",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "not",
            "start": 120.259995,
            "end": 120.579994,
            "confidence": 0.99985874,
            "punctuated_word": "not",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "a",
            "start": 120.579994,
            "end": 120.659996,
            "confidence": 0.9998789,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.7720218
          },
          {
            "word": "great",
            "start": 120.659996,
            "end": 120.979996,
            "confidence": 0.99998355,
            "punctuated_word": "great",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "situation",
            "start": 120.979996,
            "end": 121.479996,
            "confidence": 0.99706197,
            "punctuated_word": "situation.",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          }
        ],
        "speaker": 0,
        "id": "79e4f2da-00b7-4afd-8589-2049b3236ed4"
      },
      {
        "start": 122.955,
        "end": 125.295,
        "confidence": 0.9955842,
        "channel": 0,
        "transcript": "So let's talk about what CrowdStrike is.",
        "words": [
          {
            "word": "so",
            "start": 122.955,
            "end": 123.195,
            "confidence": 0.99977547,
            "punctuated_word": "So",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "let's",
            "start": 123.195,
            "end": 123.355,
            "confidence": 0.99901223,
            "punctuated_word": "let's",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "talk",
            "start": 123.355,
            "end": 123.435005,
            "confidence": 0.99997497,
            "punctuated_word": "talk",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "about",
            "start": 123.435005,
            "end": 123.675,
            "confidence": 0.9999614,
            "punctuated_word": "about",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "what",
            "start": 123.675,
            "end": 124.075005,
            "confidence": 0.99986076,
            "punctuated_word": "what",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "crowdstrike",
            "start": 124.075005,
            "end": 124.575005,
            "confidence": 0.9711827,
            "punctuated_word": "CrowdStrike",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "is",
            "start": 124.795,
            "end": 125.295,
            "confidence": 0.9993222,
            "punctuated_word": "is.",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          }
        ],
        "speaker": 0,
        "id": "8b552870-798a-4329-9bd9-bdb34ba11e29"
      },
      {
        "start": 125.915,
        "end": 128.735,
        "confidence": 0.9996744,
        "channel": 0,
        "transcript": "It's a company that makes a series of IT",
        "words": [
          {
            "word": "it's",
            "start": 125.915,
            "end": 126.155,
            "confidence": 0.9983033,
            "punctuated_word": "It's",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "a",
            "start": 126.155,
            "end": 126.235,
            "confidence": 0.9997012,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "company",
            "start": 126.235,
            "end": 126.635,
            "confidence": 0.999982,
            "punctuated_word": "company",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "that",
            "start": 126.635,
            "end": 126.875,
            "confidence": 0.9999505,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "makes",
            "start": 126.875,
            "end": 127.195,
            "confidence": 0.99971634,
            "punctuated_word": "makes",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "a",
            "start": 127.195,
            "end": 127.355,
            "confidence": 0.99984086,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "series",
            "start": 127.355,
            "end": 127.755005,
            "confidence": 0.9999051,
            "punctuated_word": "series",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "of",
            "start": 127.755005,
            "end": 128.235,
            "confidence": 0.99995875,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "it",
            "start": 128.235,
            "end": 128.735,
            "confidence": 0.9997118,
            "punctuated_word": "IT",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          }
        ],
        "speaker": 0,
        "id": "84786d99-ed3b-4226-b4fc-9bd8f135ee9c"
      },
      {
        "start": 129.355,
        "end": 130.975,
        "confidence": 0.9805271,
        "channel": 0,
        "transcript": "security and management products.",
        "words": [
          {
            "word": "security",
            "start": 129.355,
            "end": 129.835,
            "confidence": 0.9240905,
            "punctuated_word": "security",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "and",
            "start": 129.835,
            "end": 129.995,
            "confidence": 0.9983646,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "management",
            "start": 129.995,
            "end": 130.475,
            "confidence": 0.99991584,
            "punctuated_word": "management",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "products",
            "start": 130.475,
            "end": 130.975,
            "confidence": 0.9997375,
            "punctuated_word": "products.",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          }
        ],
        "speaker": 0,
        "id": "ab22813c-8a49-42ac-90de-867958d2299d"
      },
      {
        "start": 131.435,
        "end": 133.375,
        "confidence": 0.997877,
        "channel": 0,
        "transcript": "In the past, they've been known for",
        "words": [
          {
            "word": "in",
            "start": 131.435,
            "end": 131.595,
            "confidence": 0.99980253,
            "punctuated_word": "In",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "the",
            "start": 131.595,
            "end": 131.675,
            "confidence": 0.999938,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "past",
            "start": 131.675,
            "end": 131.995,
            "confidence": 0.99598813,
            "punctuated_word": "past,",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "they've",
            "start": 131.995,
            "end": 132.235,
            "confidence": 0.98975813,
            "punctuated_word": "they've",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "been",
            "start": 132.235,
            "end": 132.475,
            "confidence": 0.9998178,
            "punctuated_word": "been",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "known",
            "start": 132.475,
            "end": 132.875,
            "confidence": 0.9999713,
            "punctuated_word": "known",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "for",
            "start": 132.875,
            "end": 133.375,
            "confidence": 0.99986243,
            "punctuated_word": "for",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          }
        ],
        "speaker": 0,
        "id": "af1291db-a3c3-4903-b6d2-231063c5df4b"
      },
      {
        "start": 133.675,
        "end": 135.215,
        "confidence": 0.92156005,
        "channel": 0,
        "transcript": "detecting security breaches,",
        "words": [
          {
            "word": "detecting",
            "start": 133.675,
            "end": 134.155,
            "confidence": 0.999858,
            "punctuated_word": "detecting",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "security",
            "start": 134.155,
            "end": 134.655,
            "confidence": 0.999979,
            "punctuated_word": "security",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "breaches",
            "start": 134.715,
            "end": 135.215,
            "confidence": 0.7648431,
            "punctuated_word": "breaches,",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          }
        ],
        "speaker": 0,
        "id": "9c8a7991-6a87-45ea-b60c-7c4c35db0ee4"
      },
      {
        "start": 135.595,
        "end": 138.495,
        "confidence": 0.9700653,
        "channel": 0,
        "transcript": "like the Sony Pictures hack of 2014",
        "words": [
          {
            "word": "like",
            "start": 135.595,
            "end": 135.835,
            "confidence": 0.9997619,
            "punctuated_word": "like",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "the",
            "start": 135.835,
            "end": 136.235,
            "confidence": 0.988886,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "sony",
            "start": 136.235,
            "end": 136.635,
            "confidence": 0.9985331,
            "punctuated_word": "Sony",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "pictures",
            "start": 136.635,
            "end": 137.115,
            "confidence": 0.8275762,
            "punctuated_word": "Pictures",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "hack",
            "start": 137.115,
            "end": 137.435,
            "confidence": 0.98073626,
            "punctuated_word": "hack",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "of",
            "start": 137.435,
            "end": 137.675,
            "confidence": 0.99578804,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "2014",
            "start": 137.675,
            "end": 138.495,
            "confidence": 0.99917555,
            "punctuated_word": "2014",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          }
        ],
        "speaker": 0,
        "id": "f5102868-7060-4276-b565-40de213db438"
      },
      {
        "start": 139.17,
        "end": 143.10999,
        "confidence": 0.98750585,
        "channel": 0,
        "transcript": "and a series of Russian cyberattacks on the Democratic National Committee",
        "words": [
          {
            "word": "and",
            "start": 139.17,
            "end": 139.40999,
            "confidence": 0.9998622,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "a",
            "start": 139.40999,
            "end": 139.48999,
            "confidence": 0.9934621,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "series",
            "start": 139.48999,
            "end": 139.89,
            "confidence": 0.9997415,
            "punctuated_word": "series",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "of",
            "start": 139.89,
            "end": 140.04999,
            "confidence": 0.99995124,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "russian",
            "start": 140.04999,
            "end": 140.53,
            "confidence": 0.9997985,
            "punctuated_word": "Russian",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "cyberattacks",
            "start": 140.53,
            "end": 141.03,
            "confidence": 0.9347092,
            "punctuated_word": "cyberattacks",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "on",
            "start": 141.25,
            "end": 141.48999,
            "confidence": 0.99978584,
            "punctuated_word": "on",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "the",
            "start": 141.48999,
            "end": 141.65,
            "confidence": 0.99923587,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "democratic",
            "start": 141.65,
            "end": 142.15,
            "confidence": 0.96032554,
            "punctuated_word": "Democratic",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "national",
            "start": 142.20999,
            "end": 142.60999,
            "confidence": 0.9762606,
            "punctuated_word": "National",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "committee",
            "start": 142.60999,
            "end": 143.10999,
            "confidence": 0.9994326,
            "punctuated_word": "Committee",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          }
        ],
        "speaker": 0,
        "id": "7c4a5633-9b93-4850-b889-310077d5abeb"
      },
      {
        "start": 143.48999,
        "end": 145.59,
        "confidence": 0.9995304,
        "channel": 0,
        "transcript": "in 2015 and 2016.",
        "words": [
          {
            "word": "in",
            "start": 143.48999,
            "end": 143.81,
            "confidence": 0.9996176,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "2015",
            "start": 143.81,
            "end": 144.60999,
            "confidence": 0.9996817,
            "punctuated_word": "2015",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "and",
            "start": 144.60999,
            "end": 144.84999,
            "confidence": 0.99921024,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "2016",
            "start": 144.84999,
            "end": 145.59,
            "confidence": 0.99961215,
            "punctuated_word": "2016.",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          }
        ],
        "speaker": 0,
        "id": "27e5d593-8791-4767-a335-7d770123113e"
      },
      {
        "start": 146.37,
        "end": 148.79,
        "confidence": 0.99964386,
        "channel": 0,
        "transcript": "Folks might remember seeing the headlines for those.",
        "words": [
          {
            "word": "folks",
            "start": 146.37,
            "end": 146.68999,
            "confidence": 0.99828833,
            "punctuated_word": "Folks",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "might",
            "start": 146.68999,
            "end": 146.93,
            "confidence": 0.99993646,
            "punctuated_word": "might",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "remember",
            "start": 146.93,
            "end": 147.32999,
            "confidence": 0.9999379,
            "punctuated_word": "remember",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "seeing",
            "start": 147.32999,
            "end": 147.48999,
            "confidence": 0.99981624,
            "punctuated_word": "seeing",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "the",
            "start": 147.48999,
            "end": 147.65,
            "confidence": 0.9993937,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "headlines",
            "start": 147.65,
            "end": 148.12999,
            "confidence": 0.99994373,
            "punctuated_word": "headlines",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "for",
            "start": 148.12999,
            "end": 148.29,
            "confidence": 0.99994767,
            "punctuated_word": "for",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "those",
            "start": 148.29,
            "end": 148.79,
            "confidence": 0.99988705,
            "punctuated_word": "those.",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          }
        ],
        "speaker": 0,
        "id": "f011053f-ab59-4f74-90d2-f20a717bc2be"
      },
      {
        "start": 149.48999,
        "end": 152.06999,
        "confidence": 0.99038744,
        "channel": 0,
        "transcript": "They also serve a bunch of enterprise customers,",
        "words": [
          {
            "word": "they",
            "start": 149.48999,
            "end": 149.65,
            "confidence": 0.9950819,
            "punctuated_word": "They",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "also",
            "start": 149.65,
            "end": 149.89,
            "confidence": 0.9968263,
            "punctuated_word": "also",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "serve",
            "start": 149.89,
            "end": 150.12999,
            "confidence": 0.99705935,
            "punctuated_word": "serve",
            "speaker": 0,
            "speaker_confidence": 0.7828764
          },
          {
            "word": "a",
            "start": 150.12999,
            "end": 150.20999,
            "confidence": 0.99970007,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.61916363
          },
          {
            "word": "bunch",
            "start": 150.20999,
            "end": 150.60999,
            "confidence": 0.99991393,
            "punctuated_word": "bunch",
            "speaker": 0,
            "speaker_confidence": 0.61916363
          },
          {
            "word": "of",
            "start": 150.60999,
            "end": 151.01,
            "confidence": 0.99900335,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.61916363
          },
          {
            "word": "enterprise",
            "start": 151.01,
            "end": 151.51,
            "confidence": 0.9974915,
            "punctuated_word": "enterprise",
            "speaker": 0,
            "speaker_confidence": 0.61916363
          },
          {
            "word": "customers",
            "start": 151.56999,
            "end": 152.06999,
            "confidence": 0.9380231,
            "punctuated_word": "customers,",
            "speaker": 0,
            "speaker_confidence": 0.61916363
          }
        ],
        "speaker": 0,
        "id": "7871d541-89cb-4ac2-8f07-fb8464740aae"
      },
      {
        "start": 152.655,
        "end": 154.995,
        "confidence": 0.8921363,
        "channel": 0,
        "transcript": "including 500 in the fortune 1,000,",
        "words": [
          {
            "word": "including",
            "start": 152.655,
            "end": 153.055,
            "confidence": 0.9999087,
            "punctuated_word": "including",
            "speaker": 0,
            "speaker_confidence": 0.61916363
          },
          {
            "word": "500",
            "start": 153.055,
            "end": 153.61499,
            "confidence": 0.99880534,
            "punctuated_word": "500",
            "speaker": 0,
            "speaker_confidence": 0.61916363
          },
          {
            "word": "in",
            "start": 153.61499,
            "end": 153.69499,
            "confidence": 0.90317774,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.61916363
          },
          {
            "word": "the",
            "start": 153.69499,
            "end": 153.855,
            "confidence": 0.9995751,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.61916363
          },
          {
            "word": "fortune",
            "start": 153.855,
            "end": 154.25499,
            "confidence": 0.4984075,
            "punctuated_word": "fortune",
            "speaker": 0,
            "speaker_confidence": 0.61916363
          },
          {
            "word": "1,000",
            "start": 154.25499,
            "end": 154.995,
            "confidence": 0.9529431,
            "punctuated_word": "1,000,",
            "speaker": 0,
            "speaker_confidence": 0.61916363
          }
        ],
        "speaker": 0,
        "id": "f74fa9b9-13ef-40f2-ad12-d9ff4b81ab26"
      },
      {
        "start": 155.45499,
        "end": 158.11499,
        "confidence": 0.9975648,
        "channel": 0,
        "transcript": "and that's according to their own website.",
        "words": [
          {
            "word": "and",
            "start": 155.45499,
            "end": 155.53499,
            "confidence": 0.9918685,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "that's",
            "start": 155.53499,
            "end": 156.015,
            "confidence": 0.99899113,
            "punctuated_word": "that's",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "according",
            "start": 156.015,
            "end": 156.415,
            "confidence": 0.99392045,
            "punctuated_word": "according",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "to",
            "start": 156.415,
            "end": 156.915,
            "confidence": 0.9993697,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "their",
            "start": 157.055,
            "end": 157.295,
            "confidence": 0.99967194,
            "punctuated_word": "their",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "own",
            "start": 157.295,
            "end": 157.61499,
            "confidence": 0.99957913,
            "punctuated_word": "own",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "website",
            "start": 157.61499,
            "end": 158.11499,
            "confidence": 0.9995527,
            "punctuated_word": "website.",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          }
        ],
        "speaker": 0,
        "id": "3821d76e-543c-4256-b6f8-ad4cf52a0ab8"
      },
      {
        "start": 159.45499,
        "end": 164.515,
        "confidence": 0.9809047,
        "channel": 0,
        "transcript": "The product of theirs at the center of all of this with the CrowdStrike outage is called Falcon.",
        "words": [
          {
            "word": "the",
            "start": 159.45499,
            "end": 159.61499,
            "confidence": 0.9993661,
            "punctuated_word": "The",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "product",
            "start": 159.61499,
            "end": 159.935,
            "confidence": 0.99979264,
            "punctuated_word": "product",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "of",
            "start": 159.935,
            "end": 160.015,
            "confidence": 0.95341843,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "theirs",
            "start": 160.015,
            "end": 160.33499,
            "confidence": 0.95780045,
            "punctuated_word": "theirs",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "at",
            "start": 160.33499,
            "end": 160.415,
            "confidence": 0.9060683,
            "punctuated_word": "at",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "the",
            "start": 160.415,
            "end": 160.575,
            "confidence": 0.9996437,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "center",
            "start": 160.575,
            "end": 160.97499,
            "confidence": 0.99903846,
            "punctuated_word": "center",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "of",
            "start": 160.97499,
            "end": 161.215,
            "confidence": 0.9998672,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "all",
            "start": 161.215,
            "end": 161.45499,
            "confidence": 0.999426,
            "punctuated_word": "all",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "of",
            "start": 161.45499,
            "end": 161.61499,
            "confidence": 0.99960226,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "this",
            "start": 161.61499,
            "end": 161.855,
            "confidence": 0.9945315,
            "punctuated_word": "this",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "with",
            "start": 161.855,
            "end": 162.015,
            "confidence": 0.9054297,
            "punctuated_word": "with",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "the",
            "start": 162.015,
            "end": 162.17499,
            "confidence": 0.9814047,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "crowdstrike",
            "start": 162.17499,
            "end": 162.67499,
            "confidence": 0.98932636,
            "punctuated_word": "CrowdStrike",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "outage",
            "start": 162.81499,
            "end": 163.31499,
            "confidence": 0.9978331,
            "punctuated_word": "outage",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "is",
            "start": 163.53499,
            "end": 163.69499,
            "confidence": 0.9795457,
            "punctuated_word": "is",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "called",
            "start": 163.69499,
            "end": 164.015,
            "confidence": 0.9999429,
            "punctuated_word": "called",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "falcon",
            "start": 164.015,
            "end": 164.515,
            "confidence": 0.994246,
            "punctuated_word": "Falcon.",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          }
        ],
        "speaker": 0,
        "id": "372407d9-def5-4cf5-a7a6-18a5540fcdee"
      },
      {
        "start": 164.97,
        "end": 170.59,
        "confidence": 0.9844713,
        "channel": 0,
        "transcript": "It seeks to be a sort of center point for a collection of services covering things like antivirus,",
        "words": [
          {
            "word": "it",
            "start": 164.97,
            "end": 165.20999,
            "confidence": 0.99976903,
            "punctuated_word": "It",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "seeks",
            "start": 165.20999,
            "end": 165.45,
            "confidence": 0.9978278,
            "punctuated_word": "seeks",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "to",
            "start": 165.45,
            "end": 165.61,
            "confidence": 0.9999275,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "be",
            "start": 165.61,
            "end": 165.76999,
            "confidence": 0.9999503,
            "punctuated_word": "be",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "a",
            "start": 165.76999,
            "end": 165.93,
            "confidence": 0.99784803,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "sort",
            "start": 165.93,
            "end": 166.17,
            "confidence": 0.99789965,
            "punctuated_word": "sort",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "of",
            "start": 166.17,
            "end": 166.40999,
            "confidence": 0.9995534,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "center",
            "start": 166.40999,
            "end": 166.65,
            "confidence": 0.9958633,
            "punctuated_word": "center",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "point",
            "start": 166.65,
            "end": 167.15,
            "confidence": 0.8175603,
            "punctuated_word": "point",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "for",
            "start": 167.20999,
            "end": 167.70999,
            "confidence": 0.9989648,
            "punctuated_word": "for",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "a",
            "start": 167.84999,
            "end": 168.01,
            "confidence": 0.99954635,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "collection",
            "start": 168.01,
            "end": 168.40999,
            "confidence": 0.99995005,
            "punctuated_word": "collection",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "of",
            "start": 168.40999,
            "end": 168.56999,
            "confidence": 0.99967813,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "services",
            "start": 168.56999,
            "end": 169.04999,
            "confidence": 0.9998266,
            "punctuated_word": "services",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "covering",
            "start": 169.04999,
            "end": 169.45,
            "confidence": 0.99241966,
            "punctuated_word": "covering",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "things",
            "start": 169.45,
            "end": 169.76999,
            "confidence": 0.99989295,
            "punctuated_word": "things",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "like",
            "start": 169.76999,
            "end": 170.09,
            "confidence": 0.94063634,
            "punctuated_word": "like",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "antivirus",
            "start": 170.09,
            "end": 170.59,
            "confidence": 0.9833696,
            "punctuated_word": "antivirus,",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          }
        ],
        "speaker": 0,
        "id": "23743abe-2465-41ba-9c9c-b321b1f6c425"
      },
      {
        "start": 171.29,
        "end": 172.19,
        "confidence": 0.9976639,
        "channel": 0,
        "transcript": "threat detection,",
        "words": [
          {
            "word": "threat",
            "start": 171.29,
            "end": 171.69,
            "confidence": 0.9998592,
            "punctuated_word": "threat",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "detection",
            "start": 171.69,
            "end": 172.19,
            "confidence": 0.9954686,
            "punctuated_word": "detection,",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          }
        ],
        "speaker": 0,
        "id": "62829187-9a63-4a87-9555-a0d4163f2559"
      },
      {
        "start": 172.97,
        "end": 175.06999,
        "confidence": 0.9998119,
        "channel": 0,
        "transcript": "and real time monitoring.",
        "words": [
          {
            "word": "and",
            "start": 172.97,
            "end": 173.47,
            "confidence": 0.9998859,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "real",
            "start": 173.61,
            "end": 174.01,
            "confidence": 0.9998597,
            "punctuated_word": "real",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "time",
            "start": 174.01,
            "end": 174.51,
            "confidence": 0.99964964,
            "punctuated_word": "time",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          },
          {
            "word": "monitoring",
            "start": 174.56999,
            "end": 175.06999,
            "confidence": 0.9998522,
            "punctuated_word": "monitoring.",
            "speaker": 0,
            "speaker_confidence": 0.79200125
          }
        ],
        "speaker": 0,
        "id": "7aff09e4-58a8-4ec8-bf55-9383fd777fc2"
      },
      {
        "start": 177.295,
        "end": 179.475,
        "confidence": 0.95213366,
        "channel": 0,
        "transcript": "So what happened? You might be wondering.",
        "words": [
          {
            "word": "so",
            "start": 177.295,
            "end": 177.615,
            "confidence": 0.99970406,
            "punctuated_word": "So",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "what",
            "start": 177.615,
            "end": 177.935,
            "confidence": 0.96560115,
            "punctuated_word": "what",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "happened",
            "start": 177.935,
            "end": 178.41501,
            "confidence": 0.7485789,
            "punctuated_word": "happened?",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "you",
            "start": 178.41501,
            "end": 178.655,
            "confidence": 0.95593995,
            "punctuated_word": "You",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "might",
            "start": 178.655,
            "end": 178.815,
            "confidence": 0.99995875,
            "punctuated_word": "might",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "be",
            "start": 178.815,
            "end": 178.975,
            "confidence": 0.9995784,
            "punctuated_word": "be",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "wondering",
            "start": 178.975,
            "end": 179.475,
            "confidence": 0.99557453,
            "punctuated_word": "wondering.",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          }
        ],
        "speaker": 0,
        "id": "477d6ec6-0796-41d7-85e2-0066e6053107"
      },
      {
        "start": 180.175,
        "end": 184.27501,
        "confidence": 0.9585017,
        "channel": 0,
        "transcript": "Well, from what I can tell and what I can see kinda gathering from sources online,",
        "words": [
          {
            "word": "well",
            "start": 180.175,
            "end": 180.575,
            "confidence": 0.99571574,
            "punctuated_word": "Well,",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "from",
            "start": 180.575,
            "end": 180.735,
            "confidence": 0.999506,
            "punctuated_word": "from",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "what",
            "start": 180.735,
            "end": 180.975,
            "confidence": 0.99969435,
            "punctuated_word": "what",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "i",
            "start": 180.975,
            "end": 181.05501,
            "confidence": 0.9995608,
            "punctuated_word": "I",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "can",
            "start": 181.05501,
            "end": 181.215,
            "confidence": 0.99988115,
            "punctuated_word": "can",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "tell",
            "start": 181.215,
            "end": 181.535,
            "confidence": 0.9998902,
            "punctuated_word": "tell",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "and",
            "start": 181.535,
            "end": 181.77501,
            "confidence": 0.8105811,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "what",
            "start": 181.77501,
            "end": 182.015,
            "confidence": 0.99960524,
            "punctuated_word": "what",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "i",
            "start": 182.015,
            "end": 182.095,
            "confidence": 0.99962854,
            "punctuated_word": "I",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "can",
            "start": 182.095,
            "end": 182.255,
            "confidence": 0.9995528,
            "punctuated_word": "can",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "see",
            "start": 182.255,
            "end": 182.49501,
            "confidence": 0.99973875,
            "punctuated_word": "see",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "kinda",
            "start": 182.49501,
            "end": 182.815,
            "confidence": 0.54544365,
            "punctuated_word": "kinda",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "gathering",
            "start": 182.815,
            "end": 183.13501,
            "confidence": 0.9988519,
            "punctuated_word": "gathering",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "from",
            "start": 183.13501,
            "end": 183.295,
            "confidence": 0.9993824,
            "punctuated_word": "from",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "sources",
            "start": 183.295,
            "end": 183.77501,
            "confidence": 0.9997459,
            "punctuated_word": "sources",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "online",
            "start": 183.77501,
            "end": 184.27501,
            "confidence": 0.9892484,
            "punctuated_word": "online,",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          }
        ],
        "speaker": 0,
        "id": "7992fe5b-ae28-43af-90bc-3e99943fafdc"
      },
      {
        "start": 184.655,
        "end": 186.435,
        "confidence": 0.9982487,
        "channel": 0,
        "transcript": "CrowdStrike pushed an update",
        "words": [
          {
            "word": "crowdstrike",
            "start": 184.655,
            "end": 185.155,
            "confidence": 0.9962344,
            "punctuated_word": "CrowdStrike",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "pushed",
            "start": 185.375,
            "end": 185.77501,
            "confidence": 0.999684,
            "punctuated_word": "pushed",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "an",
            "start": 185.77501,
            "end": 185.935,
            "confidence": 0.9971386,
            "punctuated_word": "an",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "update",
            "start": 185.935,
            "end": 186.435,
            "confidence": 0.9999378,
            "punctuated_word": "update",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          }
        ],
        "speaker": 0,
        "id": "6e5eff26-a64b-484c-8700-3d983ce584d1"
      },
      {
        "start": 186.735,
        "end": 188.99501,
        "confidence": 0.99472296,
        "channel": 0,
        "transcript": "for that aforementioned Falcon product.",
        "words": [
          {
            "word": "for",
            "start": 186.735,
            "end": 186.975,
            "confidence": 0.99993217,
            "punctuated_word": "for",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "that",
            "start": 186.975,
            "end": 187.295,
            "confidence": 0.9995371,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "aforementioned",
            "start": 187.295,
            "end": 187.795,
            "confidence": 0.9895599,
            "punctuated_word": "aforementioned",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "falcon",
            "start": 188.015,
            "end": 188.49501,
            "confidence": 0.98510647,
            "punctuated_word": "Falcon",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "product",
            "start": 188.49501,
            "end": 188.99501,
            "confidence": 0.9994792,
            "punctuated_word": "product.",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          }
        ],
        "speaker": 0,
        "id": "4cc8ecce-110c-4c16-942b-77800357f7f5"
      },
      {
        "start": 189.98001,
        "end": 202.24,
        "confidence": 0.97920084,
        "channel": 0,
        "transcript": "It uses a kernel mode device driver running in what's referred to ring zero. So you can imagine you have a computer that, space this application has access to effectively gives it complete control",
        "words": [
          {
            "word": "it",
            "start": 189.98001,
            "end": 190.38,
            "confidence": 0.9987362,
            "punctuated_word": "It",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "uses",
            "start": 190.38,
            "end": 190.88,
            "confidence": 0.99967813,
            "punctuated_word": "uses",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "a",
            "start": 190.94,
            "end": 191.26001,
            "confidence": 0.99878556,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "kernel",
            "start": 191.26001,
            "end": 191.58,
            "confidence": 0.9911116,
            "punctuated_word": "kernel",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "mode",
            "start": 191.58,
            "end": 191.90001,
            "confidence": 0.9995364,
            "punctuated_word": "mode",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "device",
            "start": 191.90001,
            "end": 192.22,
            "confidence": 0.9997482,
            "punctuated_word": "device",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "driver",
            "start": 192.22,
            "end": 192.72,
            "confidence": 0.999785,
            "punctuated_word": "driver",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "running",
            "start": 192.86,
            "end": 193.18001,
            "confidence": 0.9791366,
            "punctuated_word": "running",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "in",
            "start": 193.18001,
            "end": 193.42,
            "confidence": 0.9991321,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "what's",
            "start": 193.42,
            "end": 193.74,
            "confidence": 0.9976691,
            "punctuated_word": "what's",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "referred",
            "start": 193.74,
            "end": 194.14,
            "confidence": 0.99981505,
            "punctuated_word": "referred",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "to",
            "start": 194.14,
            "end": 194.38,
            "confidence": 0.99908304,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "ring",
            "start": 194.38,
            "end": 194.7,
            "confidence": 0.9190741,
            "punctuated_word": "ring",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "zero",
            "start": 194.7,
            "end": 195.2,
            "confidence": 0.9197041,
            "punctuated_word": "zero.",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "so",
            "start": 195.42,
            "end": 195.58,
            "confidence": 0.9977101,
            "punctuated_word": "So",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "you",
            "start": 195.58,
            "end": 195.74,
            "confidence": 0.99577516,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "can",
            "start": 195.74,
            "end": 195.90001,
            "confidence": 0.99926823,
            "punctuated_word": "can",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "imagine",
            "start": 195.90001,
            "end": 196.22,
            "confidence": 0.9997155,
            "punctuated_word": "imagine",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "you",
            "start": 196.22,
            "end": 196.38,
            "confidence": 0.9813005,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "have",
            "start": 196.38,
            "end": 196.54001,
            "confidence": 0.99994946,
            "punctuated_word": "have",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "a",
            "start": 196.54001,
            "end": 196.62001,
            "confidence": 0.99968064,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "computer",
            "start": 196.62001,
            "end": 197.12001,
            "confidence": 0.99996173,
            "punctuated_word": "computer",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "that",
            "start": 197.42,
            "end": 197.74,
            "confidence": 0.7917964,
            "punctuated_word": "that,",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "space",
            "start": 198.06,
            "end": 198.46,
            "confidence": 0.9909871,
            "punctuated_word": "space",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "this",
            "start": 198.46,
            "end": 198.7,
            "confidence": 0.7571157,
            "punctuated_word": "this",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "application",
            "start": 198.7,
            "end": 199.2,
            "confidence": 0.9997714,
            "punctuated_word": "application",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "has",
            "start": 199.34,
            "end": 199.58,
            "confidence": 0.9993061,
            "punctuated_word": "has",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "access",
            "start": 199.58,
            "end": 199.90001,
            "confidence": 0.9994456,
            "punctuated_word": "access",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "to",
            "start": 199.90001,
            "end": 200.06,
            "confidence": 0.9980331,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "effectively",
            "start": 200.06,
            "end": 200.56,
            "confidence": 0.9848835,
            "punctuated_word": "effectively",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "gives",
            "start": 200.62001,
            "end": 200.86,
            "confidence": 0.9979729,
            "punctuated_word": "gives",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "it",
            "start": 200.86,
            "end": 201.26001,
            "confidence": 0.9993968,
            "punctuated_word": "it",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "complete",
            "start": 201.26001,
            "end": 201.74,
            "confidence": 0.99983084,
            "punctuated_word": "complete",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "control",
            "start": 201.74,
            "end": 202.24,
            "confidence": 0.99992573,
            "punctuated_word": "control",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          }
        ],
        "speaker": 0,
        "id": "84337bad-47d7-42ab-bc27-c3b66d98e231"
      },
      {
        "start": 202.86,
        "end": 205.52,
        "confidence": 0.99220586,
        "channel": 0,
        "transcript": "over that individual computer or endpoint.",
        "words": [
          {
            "word": "over",
            "start": 202.86,
            "end": 203.18001,
            "confidence": 0.999041,
            "punctuated_word": "over",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "that",
            "start": 203.18001,
            "end": 203.42,
            "confidence": 0.99906915,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "individual",
            "start": 203.42,
            "end": 203.92,
            "confidence": 0.99983263,
            "punctuated_word": "individual",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "computer",
            "start": 204.14,
            "end": 204.62001,
            "confidence": 0.99978393,
            "punctuated_word": "computer",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "or",
            "start": 204.62001,
            "end": 205.02,
            "confidence": 0.995996,
            "punctuated_word": "or",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "endpoint",
            "start": 205.02,
            "end": 205.52,
            "confidence": 0.95951205,
            "punctuated_word": "endpoint.",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          }
        ],
        "speaker": 0,
        "id": "8e0fd597-81f6-47b8-bed5-34c35ae7781f"
      },
      {
        "start": 206.435,
        "end": 207.17499,
        "confidence": 0.99789333,
        "channel": 0,
        "transcript": "By comparison,",
        "words": [
          {
            "word": "by",
            "start": 206.435,
            "end": 206.67499,
            "confidence": 0.99960655,
            "punctuated_word": "By",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "comparison",
            "start": 206.67499,
            "end": 207.17499,
            "confidence": 0.9961802,
            "punctuated_word": "comparison,",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          }
        ],
        "speaker": 0,
        "id": "7b8cdc02-2811-4c3d-8ca7-7330c5de1453"
      },
      {
        "start": 207.555,
        "end": 212.295,
        "confidence": 0.95996076,
        "channel": 0,
        "transcript": "other software that might run-in your machine, whether it's office processing software, web browser,",
        "words": [
          {
            "word": "other",
            "start": 207.555,
            "end": 207.795,
            "confidence": 0.98766196,
            "punctuated_word": "other",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "software",
            "start": 207.795,
            "end": 208.19499,
            "confidence": 0.9996438,
            "punctuated_word": "software",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "that",
            "start": 208.19499,
            "end": 208.275,
            "confidence": 0.9980584,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "might",
            "start": 208.275,
            "end": 208.435,
            "confidence": 0.99885535,
            "punctuated_word": "might",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "run-in",
            "start": 208.435,
            "end": 208.75499,
            "confidence": 0.9737911,
            "punctuated_word": "run-in",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "your",
            "start": 208.75499,
            "end": 208.83499,
            "confidence": 0.99501884,
            "punctuated_word": "your",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "machine",
            "start": 208.83499,
            "end": 209.235,
            "confidence": 0.91348934,
            "punctuated_word": "machine,",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "whether",
            "start": 209.235,
            "end": 209.39499,
            "confidence": 0.999688,
            "punctuated_word": "whether",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "it's",
            "start": 209.39499,
            "end": 209.89499,
            "confidence": 0.9953085,
            "punctuated_word": "it's",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "office",
            "start": 210.11499,
            "end": 210.435,
            "confidence": 0.9612365,
            "punctuated_word": "office",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "processing",
            "start": 210.435,
            "end": 210.915,
            "confidence": 0.999895,
            "punctuated_word": "processing",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "software",
            "start": 210.915,
            "end": 211.415,
            "confidence": 0.88603234,
            "punctuated_word": "software,",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "web",
            "start": 211.555,
            "end": 211.795,
            "confidence": 0.73437935,
            "punctuated_word": "web",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "browser",
            "start": 211.795,
            "end": 212.295,
            "confidence": 0.9963912,
            "punctuated_word": "browser,",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          }
        ],
        "speaker": 0,
        "id": "d9de071d-658c-4870-bfb7-07894070a3a2"
      },
      {
        "start": 212.595,
        "end": 213.735,
        "confidence": 0.99395794,
        "channel": 0,
        "transcript": "something that runs",
        "words": [
          {
            "word": "something",
            "start": 212.595,
            "end": 212.995,
            "confidence": 0.9823016,
            "punctuated_word": "something",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "that",
            "start": 212.995,
            "end": 213.235,
            "confidence": 0.99977726,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "runs",
            "start": 213.235,
            "end": 213.735,
            "confidence": 0.999795,
            "punctuated_word": "runs",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          }
        ],
        "speaker": 0,
        "id": "9c273ef0-1bc9-4a57-8277-c5f00ccd1867"
      },
      {
        "start": 214.67499,
        "end": 220.055,
        "confidence": 0.95665216,
        "channel": 0,
        "transcript": "chat like Discord, it all runs in a user space where it has a certain amount of permissions to be able to operate,",
        "words": [
          {
            "word": "chat",
            "start": 214.67499,
            "end": 214.915,
            "confidence": 0.96922696,
            "punctuated_word": "chat",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "like",
            "start": 214.915,
            "end": 215.235,
            "confidence": 0.7992389,
            "punctuated_word": "like",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "discord",
            "start": 215.235,
            "end": 215.735,
            "confidence": 0.9207442,
            "punctuated_word": "Discord,",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "it",
            "start": 215.795,
            "end": 216.03499,
            "confidence": 0.9988971,
            "punctuated_word": "it",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "all",
            "start": 216.03499,
            "end": 216.19499,
            "confidence": 0.9997596,
            "punctuated_word": "all",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "runs",
            "start": 216.19499,
            "end": 216.435,
            "confidence": 0.9998839,
            "punctuated_word": "runs",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "in",
            "start": 216.435,
            "end": 216.595,
            "confidence": 0.98620796,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "a",
            "start": 216.595,
            "end": 216.67499,
            "confidence": 0.97038,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "user",
            "start": 216.67499,
            "end": 216.995,
            "confidence": 0.9575259,
            "punctuated_word": "user",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "space",
            "start": 216.995,
            "end": 217.235,
            "confidence": 0.9981316,
            "punctuated_word": "space",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "where",
            "start": 217.235,
            "end": 217.47499,
            "confidence": 0.76882577,
            "punctuated_word": "where",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "it",
            "start": 217.47499,
            "end": 217.555,
            "confidence": 0.99943656,
            "punctuated_word": "it",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "has",
            "start": 217.555,
            "end": 217.795,
            "confidence": 0.99976534,
            "punctuated_word": "has",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "a",
            "start": 217.795,
            "end": 217.875,
            "confidence": 0.9989506,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "certain",
            "start": 217.875,
            "end": 218.11499,
            "confidence": 0.99985087,
            "punctuated_word": "certain",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "amount",
            "start": 218.11499,
            "end": 218.435,
            "confidence": 0.9992607,
            "punctuated_word": "amount",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "of",
            "start": 218.435,
            "end": 218.595,
            "confidence": 0.99901295,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "permissions",
            "start": 218.595,
            "end": 218.995,
            "confidence": 0.69654185,
            "punctuated_word": "permissions",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "to",
            "start": 218.995,
            "end": 219.155,
            "confidence": 0.99967587,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "be",
            "start": 219.155,
            "end": 219.31499,
            "confidence": 0.9990445,
            "punctuated_word": "be",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "able",
            "start": 219.31499,
            "end": 219.47499,
            "confidence": 0.9998124,
            "punctuated_word": "able",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "to",
            "start": 219.47499,
            "end": 219.555,
            "confidence": 0.99683714,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "operate",
            "start": 219.555,
            "end": 220.055,
            "confidence": 0.9459864,
            "punctuated_word": "operate,",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          }
        ],
        "speaker": 0,
        "id": "9471030f-64c3-46c7-a0eb-31b3e9de1c33"
      },
      {
        "start": 220.59,
        "end": 223.89,
        "confidence": 0.99961543,
        "channel": 0,
        "transcript": "but it doesn't have the ability to change certain system functions.",
        "words": [
          {
            "word": "but",
            "start": 220.59,
            "end": 220.75,
            "confidence": 0.99985254,
            "punctuated_word": "but",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "it",
            "start": 220.75,
            "end": 220.91,
            "confidence": 0.99950373,
            "punctuated_word": "it",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "doesn't",
            "start": 220.91,
            "end": 221.31,
            "confidence": 0.99997145,
            "punctuated_word": "doesn't",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "have",
            "start": 221.31,
            "end": 221.55,
            "confidence": 0.9998796,
            "punctuated_word": "have",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "the",
            "start": 221.55,
            "end": 221.71,
            "confidence": 0.99979776,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "ability",
            "start": 221.71,
            "end": 222.03,
            "confidence": 0.99997306,
            "punctuated_word": "ability",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "to",
            "start": 222.03,
            "end": 222.19,
            "confidence": 0.99950814,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "change",
            "start": 222.19,
            "end": 222.51,
            "confidence": 0.99980956,
            "punctuated_word": "change",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "certain",
            "start": 222.51,
            "end": 222.91,
            "confidence": 0.99982625,
            "punctuated_word": "certain",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "system",
            "start": 222.91,
            "end": 223.39,
            "confidence": 0.99911934,
            "punctuated_word": "system",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          },
          {
            "word": "functions",
            "start": 223.39,
            "end": 223.89,
            "confidence": 0.998528,
            "punctuated_word": "functions.",
            "speaker": 0,
            "speaker_confidence": 0.95031273
          }
        ],
        "speaker": 0,
        "id": "22dc398d-7770-4c33-b5b1-07b8a117d525"
      },
      {
        "start": 225.07,
        "end": 229.01,
        "confidence": 0.99321735,
        "channel": 0,
        "transcript": "As you might imagine, a piece of software having this level of access to a machine",
        "words": [
          {
            "word": "as",
            "start": 225.07,
            "end": 225.31,
            "confidence": 0.99896324,
            "punctuated_word": "As",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "you",
            "start": 225.31,
            "end": 225.47,
            "confidence": 0.9999448,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "might",
            "start": 225.47,
            "end": 225.63,
            "confidence": 0.99968636,
            "punctuated_word": "might",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "imagine",
            "start": 225.63,
            "end": 226.13,
            "confidence": 0.99369484,
            "punctuated_word": "imagine,",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "a",
            "start": 226.19,
            "end": 226.27,
            "confidence": 0.99985313,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "piece",
            "start": 226.27,
            "end": 226.51,
            "confidence": 0.9999696,
            "punctuated_word": "piece",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "of",
            "start": 226.51,
            "end": 226.59,
            "confidence": 0.99964976,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "software",
            "start": 226.59,
            "end": 227.07,
            "confidence": 0.99961144,
            "punctuated_word": "software",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "having",
            "start": 227.07,
            "end": 227.39,
            "confidence": 0.9694685,
            "punctuated_word": "having",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "this",
            "start": 227.39,
            "end": 227.55,
            "confidence": 0.9999298,
            "punctuated_word": "this",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "level",
            "start": 227.55,
            "end": 227.79,
            "confidence": 0.99996126,
            "punctuated_word": "level",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "of",
            "start": 227.79,
            "end": 227.95,
            "confidence": 0.99983525,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "access",
            "start": 227.95,
            "end": 228.27,
            "confidence": 0.9998884,
            "punctuated_word": "access",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "to",
            "start": 228.27,
            "end": 228.43,
            "confidence": 0.99975044,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "a",
            "start": 228.43,
            "end": 228.51,
            "confidence": 0.93131393,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "machine",
            "start": 228.51,
            "end": 229.01,
            "confidence": 0.99995935,
            "punctuated_word": "machine",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          }
        ],
        "speaker": 0,
        "id": "7d265aae-5a68-4c28-a29a-95c5b4c3199b"
      },
      {
        "start": 229.47,
        "end": 230.45,
        "confidence": 0.9965712,
        "channel": 0,
        "transcript": "can create",
        "words": [
          {
            "word": "can",
            "start": 229.47,
            "end": 229.95,
            "confidence": 0.9932112,
            "punctuated_word": "can",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "create",
            "start": 229.95,
            "end": 230.45,
            "confidence": 0.9999312,
            "punctuated_word": "create",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          }
        ],
        "speaker": 0,
        "id": "207a44c1-a2c1-48ad-9c58-3a1ba3c3086b"
      },
      {
        "start": 231.15,
        "end": 231.97,
        "confidence": 0.9993371,
        "channel": 0,
        "transcript": "some risk",
        "words": [
          {
            "word": "some",
            "start": 231.15,
            "end": 231.47,
            "confidence": 0.9998375,
            "punctuated_word": "some",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "risk",
            "start": 231.47,
            "end": 231.97,
            "confidence": 0.9988366,
            "punctuated_word": "risk",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          }
        ],
        "speaker": 0,
        "id": "3423f682-83a8-4882-8879-4a83f3e31b45"
      },
      {
        "start": 232.285,
        "end": 234.545,
        "confidence": 0.9739573,
        "channel": 0,
        "transcript": "if something were to go wrong, like what happened",
        "words": [
          {
            "word": "if",
            "start": 232.285,
            "end": 232.525,
            "confidence": 0.99904305,
            "punctuated_word": "if",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "something",
            "start": 232.525,
            "end": 232.765,
            "confidence": 0.999754,
            "punctuated_word": "something",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "were",
            "start": 232.765,
            "end": 233.005,
            "confidence": 0.9976737,
            "punctuated_word": "were",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "to",
            "start": 233.005,
            "end": 233.085,
            "confidence": 0.9993956,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "go",
            "start": 233.085,
            "end": 233.245,
            "confidence": 0.99961483,
            "punctuated_word": "go",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "wrong",
            "start": 233.245,
            "end": 233.565,
            "confidence": 0.81179774,
            "punctuated_word": "wrong,",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "like",
            "start": 233.565,
            "end": 233.805,
            "confidence": 0.99955076,
            "punctuated_word": "like",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "what",
            "start": 233.805,
            "end": 234.045,
            "confidence": 0.9596686,
            "punctuated_word": "what",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "happened",
            "start": 234.045,
            "end": 234.545,
            "confidence": 0.9991177,
            "punctuated_word": "happened",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          }
        ],
        "speaker": 0,
        "id": "82c575bf-ddb4-4bd1-b629-826aa2565570"
      },
      {
        "start": 234.925,
        "end": 235.425,
        "confidence": 0.998119,
        "channel": 0,
        "transcript": "recently.",
        "words": [
          {
            "word": "recently",
            "start": 234.925,
            "end": 235.425,
            "confidence": 0.998119,
            "punctuated_word": "recently.",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          }
        ],
        "speaker": 0,
        "id": "3fffbc75-4ec6-4b57-90ac-74984ce7c46e"
      },
      {
        "start": 235.885,
        "end": 238.225,
        "confidence": 0.9952329,
        "channel": 0,
        "transcript": "According to CrowdStrike's post incident review,",
        "words": [
          {
            "word": "according",
            "start": 235.885,
            "end": 236.285,
            "confidence": 0.99933344,
            "punctuated_word": "According",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "to",
            "start": 236.285,
            "end": 236.445,
            "confidence": 0.9993358,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "crowdstrike's",
            "start": 236.445,
            "end": 236.945,
            "confidence": 0.97806245,
            "punctuated_word": "CrowdStrike's",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "post",
            "start": 237.085,
            "end": 237.325,
            "confidence": 0.9975464,
            "punctuated_word": "post",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "incident",
            "start": 237.325,
            "end": 237.725,
            "confidence": 0.99791366,
            "punctuated_word": "incident",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "review",
            "start": 237.725,
            "end": 238.225,
            "confidence": 0.9992055,
            "punctuated_word": "review,",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          }
        ],
        "speaker": 0,
        "id": "098e2628-6f91-4033-bbe5-ea68a6193f8a"
      },
      {
        "start": 238.605,
        "end": 239.665,
        "confidence": 0.79288816,
        "channel": 0,
        "transcript": "a content configuration",
        "words": [
          {
            "word": "a",
            "start": 238.605,
            "end": 238.765,
            "confidence": 0.99262637,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "content",
            "start": 238.765,
            "end": 239.165,
            "confidence": 0.39357394,
            "punctuated_word": "content",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "configuration",
            "start": 239.165,
            "end": 239.665,
            "confidence": 0.9924642,
            "punctuated_word": "configuration",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          }
        ],
        "speaker": 0,
        "id": "7a5465d9-4d95-4748-9e56-c9f5bc77dc50"
      },
      {
        "start": 240.045,
        "end": 244.625,
        "confidence": 0.94616467,
        "channel": 0,
        "transcript": "update was released which resulted in the Windows crash that folks encountered.",
        "words": [
          {
            "word": "update",
            "start": 240.045,
            "end": 240.545,
            "confidence": 0.9987569,
            "punctuated_word": "update",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "was",
            "start": 240.685,
            "end": 241.005,
            "confidence": 0.99672276,
            "punctuated_word": "was",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "released",
            "start": 241.005,
            "end": 241.485,
            "confidence": 0.9993782,
            "punctuated_word": "released",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "which",
            "start": 241.485,
            "end": 241.985,
            "confidence": 0.7012096,
            "punctuated_word": "which",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "resulted",
            "start": 242.045,
            "end": 242.545,
            "confidence": 0.9992316,
            "punctuated_word": "resulted",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "in",
            "start": 242.605,
            "end": 242.845,
            "confidence": 0.99964464,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "the",
            "start": 242.845,
            "end": 243.005,
            "confidence": 0.9946398,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "windows",
            "start": 243.005,
            "end": 243.405,
            "confidence": 0.9315857,
            "punctuated_word": "Windows",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "crash",
            "start": 243.405,
            "end": 243.725,
            "confidence": 0.98798454,
            "punctuated_word": "crash",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "that",
            "start": 243.725,
            "end": 243.805,
            "confidence": 0.7486236,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "folks",
            "start": 243.805,
            "end": 244.125,
            "confidence": 0.99881554,
            "punctuated_word": "folks",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "encountered",
            "start": 244.125,
            "end": 244.625,
            "confidence": 0.9973829,
            "punctuated_word": "encountered.",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          }
        ],
        "speaker": 0,
        "id": "ae1672fd-18ef-49b3-b12c-429a556d058b"
      },
      {
        "start": 245.05,
        "end": 255.39,
        "confidence": 0.9663292,
        "channel": 0,
        "transcript": "That's why if you were at the airport that say that day, for example, you might have looked around trying to find when your flight time was gonna be and just saw that dreaded Windows blue screen of death.",
        "words": [
          {
            "word": "that's",
            "start": 245.05,
            "end": 245.29,
            "confidence": 0.99986935,
            "punctuated_word": "That's",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "why",
            "start": 245.29,
            "end": 245.79,
            "confidence": 0.9999274,
            "punctuated_word": "why",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "if",
            "start": 245.85,
            "end": 246.01,
            "confidence": 0.9465657,
            "punctuated_word": "if",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "you",
            "start": 246.01,
            "end": 246.09,
            "confidence": 0.9994554,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "were",
            "start": 246.09,
            "end": 246.33,
            "confidence": 0.83427113,
            "punctuated_word": "were",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "at",
            "start": 246.33,
            "end": 246.49,
            "confidence": 0.9996351,
            "punctuated_word": "at",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "the",
            "start": 246.49,
            "end": 246.56999,
            "confidence": 0.999688,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "airport",
            "start": 246.56999,
            "end": 246.89,
            "confidence": 0.9996431,
            "punctuated_word": "airport",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "that",
            "start": 246.89,
            "end": 247.13,
            "confidence": 0.86905813,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "say",
            "start": 247.13,
            "end": 247.37,
            "confidence": 0.66453075,
            "punctuated_word": "say",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "that",
            "start": 247.45,
            "end": 247.61,
            "confidence": 0.9961265,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "day",
            "start": 247.61,
            "end": 247.85,
            "confidence": 0.75515497,
            "punctuated_word": "day,",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "for",
            "start": 247.85,
            "end": 248.09,
            "confidence": 0.99976283,
            "punctuated_word": "for",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "example",
            "start": 248.09,
            "end": 248.56999,
            "confidence": 0.9978835,
            "punctuated_word": "example,",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "you",
            "start": 248.56999,
            "end": 248.73,
            "confidence": 0.9997055,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "might",
            "start": 248.73,
            "end": 248.81,
            "confidence": 0.9998903,
            "punctuated_word": "might",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "have",
            "start": 248.81,
            "end": 248.97,
            "confidence": 0.8800904,
            "punctuated_word": "have",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "looked",
            "start": 248.97,
            "end": 249.20999,
            "confidence": 0.99969137,
            "punctuated_word": "looked",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "around",
            "start": 249.20999,
            "end": 249.61,
            "confidence": 0.99953496,
            "punctuated_word": "around",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "trying",
            "start": 249.61,
            "end": 249.93,
            "confidence": 0.83523154,
            "punctuated_word": "trying",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "to",
            "start": 249.93,
            "end": 250.01,
            "confidence": 0.99954957,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "find",
            "start": 250.01,
            "end": 250.25,
            "confidence": 0.99988055,
            "punctuated_word": "find",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "when",
            "start": 250.25,
            "end": 250.41,
            "confidence": 0.9987463,
            "punctuated_word": "when",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "your",
            "start": 250.41,
            "end": 250.56999,
            "confidence": 0.9985482,
            "punctuated_word": "your",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "flight",
            "start": 250.56999,
            "end": 251.06999,
            "confidence": 0.999933,
            "punctuated_word": "flight",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "time",
            "start": 251.13,
            "end": 251.37,
            "confidence": 0.9986111,
            "punctuated_word": "time",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "was",
            "start": 251.37,
            "end": 251.53,
            "confidence": 0.9960097,
            "punctuated_word": "was",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "gonna",
            "start": 251.53,
            "end": 251.77,
            "confidence": 0.9903066,
            "punctuated_word": "gonna",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "be",
            "start": 251.77,
            "end": 251.93,
            "confidence": 0.99855024,
            "punctuated_word": "be",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "and",
            "start": 251.93,
            "end": 252.09,
            "confidence": 0.96503997,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "just",
            "start": 252.09,
            "end": 252.33,
            "confidence": 0.9988412,
            "punctuated_word": "just",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "saw",
            "start": 252.33,
            "end": 252.65,
            "confidence": 0.99982196,
            "punctuated_word": "saw",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "that",
            "start": 252.65,
            "end": 253.05,
            "confidence": 0.9979742,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "dreaded",
            "start": 253.05,
            "end": 253.55,
            "confidence": 0.9994155,
            "punctuated_word": "dreaded",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "windows",
            "start": 253.61,
            "end": 254.09,
            "confidence": 0.99005353,
            "punctuated_word": "Windows",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "blue",
            "start": 254.09,
            "end": 254.41,
            "confidence": 0.98104525,
            "punctuated_word": "blue",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "screen",
            "start": 254.41,
            "end": 254.65,
            "confidence": 0.99948114,
            "punctuated_word": "screen",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "of",
            "start": 254.65,
            "end": 254.89,
            "confidence": 0.99987245,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          },
          {
            "word": "death",
            "start": 254.89,
            "end": 255.39,
            "confidence": 0.99944043,
            "punctuated_word": "death.",
            "speaker": 0,
            "speaker_confidence": 0.92310774
          }
        ],
        "speaker": 0,
        "id": "90359143-53c1-4de4-aa79-0e2400698b51"
      },
      {
        "start": 256.81,
        "end": 264.645,
        "confidence": 0.98988545,
        "channel": 0,
        "transcript": "That same report indicates that this content had an undetected error managing to get past layers of unit testing, integration testing,",
        "words": [
          {
            "word": "that",
            "start": 256.81,
            "end": 257.05,
            "confidence": 0.9985102,
            "punctuated_word": "That",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "same",
            "start": 257.05,
            "end": 257.29,
            "confidence": 0.9974726,
            "punctuated_word": "same",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "report",
            "start": 257.29,
            "end": 257.61,
            "confidence": 0.99985003,
            "punctuated_word": "report",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "indicates",
            "start": 257.61,
            "end": 258.11,
            "confidence": 0.999666,
            "punctuated_word": "indicates",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "that",
            "start": 258.25,
            "end": 258.49,
            "confidence": 0.9997539,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "this",
            "start": 258.49,
            "end": 258.65,
            "confidence": 0.9997979,
            "punctuated_word": "this",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "content",
            "start": 258.65,
            "end": 259.13,
            "confidence": 0.99977297,
            "punctuated_word": "content",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "had",
            "start": 259.13,
            "end": 259.37,
            "confidence": 0.99949217,
            "punctuated_word": "had",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "an",
            "start": 259.37,
            "end": 259.69,
            "confidence": 0.9997584,
            "punctuated_word": "an",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "undetected",
            "start": 259.69,
            "end": 260.19,
            "confidence": 0.9998516,
            "punctuated_word": "undetected",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "error",
            "start": 260.41,
            "end": 260.865,
            "confidence": 0.999951,
            "punctuated_word": "error",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "managing",
            "start": 261.10498,
            "end": 261.425,
            "confidence": 0.9146203,
            "punctuated_word": "managing",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "to",
            "start": 261.425,
            "end": 261.585,
            "confidence": 0.9319877,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "get",
            "start": 261.585,
            "end": 261.745,
            "confidence": 0.9997696,
            "punctuated_word": "get",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "past",
            "start": 261.745,
            "end": 261.985,
            "confidence": 0.96545815,
            "punctuated_word": "past",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "layers",
            "start": 261.985,
            "end": 262.38498,
            "confidence": 0.9865932,
            "punctuated_word": "layers",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "of",
            "start": 262.38498,
            "end": 262.54498,
            "confidence": 0.99915373,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "unit",
            "start": 262.54498,
            "end": 262.785,
            "confidence": 0.99956113,
            "punctuated_word": "unit",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "testing",
            "start": 262.785,
            "end": 263.285,
            "confidence": 0.9988347,
            "punctuated_word": "testing,",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "integration",
            "start": 263.505,
            "end": 264.005,
            "confidence": 0.9998233,
            "punctuated_word": "integration",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "testing",
            "start": 264.145,
            "end": 264.645,
            "confidence": 0.9979176,
            "punctuated_word": "testing,",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          }
        ],
        "speaker": 0,
        "id": "2b28a0d9-24b5-4039-a3bf-d04ffefe4efb"
      },
      {
        "start": 265.185,
        "end": 268.645,
        "confidence": 0.9957888,
        "channel": 0,
        "transcript": "other forms of automated testing, and a staged rollout.",
        "words": [
          {
            "word": "other",
            "start": 265.185,
            "end": 265.425,
            "confidence": 0.9998242,
            "punctuated_word": "other",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "forms",
            "start": 265.425,
            "end": 265.745,
            "confidence": 0.99997413,
            "punctuated_word": "forms",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "of",
            "start": 265.745,
            "end": 265.985,
            "confidence": 0.99987745,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "automated",
            "start": 265.985,
            "end": 266.485,
            "confidence": 0.99988854,
            "punctuated_word": "automated",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "testing",
            "start": 266.54498,
            "end": 267.04498,
            "confidence": 0.98348,
            "punctuated_word": "testing,",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "and",
            "start": 267.26498,
            "end": 267.505,
            "confidence": 0.999925,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "a",
            "start": 267.505,
            "end": 267.66498,
            "confidence": 0.99322116,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "staged",
            "start": 267.66498,
            "end": 268.145,
            "confidence": 0.9995627,
            "punctuated_word": "staged",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "rollout",
            "start": 268.145,
            "end": 268.645,
            "confidence": 0.9863459,
            "punctuated_word": "rollout.",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          }
        ],
        "speaker": 0,
        "id": "4ea53d3e-ec16-47c5-ad0b-a9093e2b9152"
      },
      {
        "start": 270.145,
        "end": 276.645,
        "confidence": 0.9593902,
        "channel": 0,
        "transcript": "This all leads to the question of, well, why does Falcon have this sort of kernel level access if it's so risky?",
        "words": [
          {
            "word": "this",
            "start": 270.145,
            "end": 270.305,
            "confidence": 0.7148882,
            "punctuated_word": "This",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "all",
            "start": 270.305,
            "end": 270.465,
            "confidence": 0.64438146,
            "punctuated_word": "all",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "leads",
            "start": 270.465,
            "end": 270.785,
            "confidence": 0.9995172,
            "punctuated_word": "leads",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "to",
            "start": 270.785,
            "end": 270.865,
            "confidence": 0.9697094,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "the",
            "start": 270.865,
            "end": 270.94498,
            "confidence": 0.98542345,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "question",
            "start": 270.94498,
            "end": 271.26498,
            "confidence": 0.9998419,
            "punctuated_word": "question",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "of",
            "start": 271.26498,
            "end": 271.425,
            "confidence": 0.96587694,
            "punctuated_word": "of,",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "well",
            "start": 271.425,
            "end": 271.925,
            "confidence": 0.99907017,
            "punctuated_word": "well,",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "why",
            "start": 272.065,
            "end": 272.38498,
            "confidence": 0.99952626,
            "punctuated_word": "why",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "does",
            "start": 272.38498,
            "end": 272.625,
            "confidence": 0.9970227,
            "punctuated_word": "does",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "falcon",
            "start": 272.625,
            "end": 273.10498,
            "confidence": 0.9554512,
            "punctuated_word": "Falcon",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "have",
            "start": 273.10498,
            "end": 273.425,
            "confidence": 0.9993461,
            "punctuated_word": "have",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "this",
            "start": 273.425,
            "end": 273.66498,
            "confidence": 0.99977475,
            "punctuated_word": "this",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "sort",
            "start": 273.66498,
            "end": 273.905,
            "confidence": 0.9963953,
            "punctuated_word": "sort",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "of",
            "start": 273.905,
            "end": 274.38498,
            "confidence": 0.99882036,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "kernel",
            "start": 274.38498,
            "end": 274.785,
            "confidence": 0.99678755,
            "punctuated_word": "kernel",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "level",
            "start": 274.785,
            "end": 275.10498,
            "confidence": 0.99928683,
            "punctuated_word": "level",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "access",
            "start": 275.10498,
            "end": 275.505,
            "confidence": 0.9994814,
            "punctuated_word": "access",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "if",
            "start": 275.505,
            "end": 275.745,
            "confidence": 0.9704301,
            "punctuated_word": "if",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "it's",
            "start": 275.745,
            "end": 275.985,
            "confidence": 0.9994109,
            "punctuated_word": "it's",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "so",
            "start": 275.985,
            "end": 276.145,
            "confidence": 0.9400578,
            "punctuated_word": "so",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "risky",
            "start": 276.145,
            "end": 276.645,
            "confidence": 0.97608566,
            "punctuated_word": "risky?",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          }
        ],
        "speaker": 0,
        "id": "d3184d2e-8c1b-4907-ba14-e17060bb806a"
      },
      {
        "start": 278.25,
        "end": 281.29,
        "confidence": 0.98704815,
        "channel": 0,
        "transcript": "Microsoft has asserted that there is a 2009",
        "words": [
          {
            "word": "microsoft",
            "start": 278.25,
            "end": 278.75,
            "confidence": 0.8995834,
            "punctuated_word": "Microsoft",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "has",
            "start": 278.81,
            "end": 279.05,
            "confidence": 0.99991786,
            "punctuated_word": "has",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "asserted",
            "start": 279.05,
            "end": 279.53,
            "confidence": 0.9999658,
            "punctuated_word": "asserted",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "that",
            "start": 279.53,
            "end": 279.77,
            "confidence": 0.9999461,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "there",
            "start": 279.77,
            "end": 279.93,
            "confidence": 0.99981064,
            "punctuated_word": "there",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "is",
            "start": 279.93,
            "end": 280.09,
            "confidence": 0.99971145,
            "punctuated_word": "is",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "a",
            "start": 280.09,
            "end": 280.49,
            "confidence": 0.99991226,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "2009",
            "start": 280.49,
            "end": 281.29,
            "confidence": 0.9975377,
            "punctuated_word": "2009",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          }
        ],
        "speaker": 0,
        "id": "3c0226c0-c857-43a9-b93d-b4a37b2ce64c"
      },
      {
        "start": 281.29,
        "end": 284.83,
        "confidence": 0.98079044,
        "channel": 0,
        "transcript": "European Commission ruling that is in part to blame for the situation.",
        "words": [
          {
            "word": "european",
            "start": 281.29,
            "end": 281.77,
            "confidence": 0.99893516,
            "punctuated_word": "European",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "commission",
            "start": 281.77,
            "end": 282.09,
            "confidence": 0.9478911,
            "punctuated_word": "Commission",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "ruling",
            "start": 282.09,
            "end": 282.59,
            "confidence": 0.99695396,
            "punctuated_word": "ruling",
            "speaker": 0,
            "speaker_confidence": 0.9004708
          },
          {
            "word": "that",
            "start": 282.88998,
            "end": 283.05,
            "confidence": 0.993634,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.45012057
          },
          {
            "word": "is",
            "start": 283.05,
            "end": 283.21,
            "confidence": 0.9989801,
            "punctuated_word": "is",
            "speaker": 0,
            "speaker_confidence": 0.45012057
          },
          {
            "word": "in",
            "start": 283.21,
            "end": 283.29,
            "confidence": 0.84769017,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.45012057
          },
          {
            "word": "part",
            "start": 283.29,
            "end": 283.53,
            "confidence": 0.99774504,
            "punctuated_word": "part",
            "speaker": 0,
            "speaker_confidence": 0.45012057
          },
          {
            "word": "to",
            "start": 283.53,
            "end": 283.77,
            "confidence": 0.99873525,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.45012057
          },
          {
            "word": "blame",
            "start": 283.77,
            "end": 284.09,
            "confidence": 0.99991643,
            "punctuated_word": "blame",
            "speaker": 0,
            "speaker_confidence": 0.45012057
          },
          {
            "word": "for",
            "start": 284.09,
            "end": 284.16998,
            "confidence": 0.99952495,
            "punctuated_word": "for",
            "speaker": 0,
            "speaker_confidence": 0.45012057
          },
          {
            "word": "the",
            "start": 284.16998,
            "end": 284.33,
            "confidence": 0.9901708,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.45012057
          },
          {
            "word": "situation",
            "start": 284.33,
            "end": 284.83,
            "confidence": 0.9993082,
            "punctuated_word": "situation.",
            "speaker": 0,
            "speaker_confidence": 0.45012057
          }
        ],
        "speaker": 0,
        "id": "674532c8-541a-46c4-8e78-cfefc7bde29b"
      },
      {
        "start": 285.29,
        "end": 292.03,
        "confidence": 0.9990331,
        "channel": 0,
        "transcript": "It requires that third party products must be able to interoperate with Windows on an equal footing with their own offerings.",
        "words": [
          {
            "word": "it",
            "start": 285.29,
            "end": 285.45,
            "confidence": 0.9996363,
            "punctuated_word": "It",
            "speaker": 0,
            "speaker_confidence": 0.70462084
          },
          {
            "word": "requires",
            "start": 285.45,
            "end": 285.95,
            "confidence": 0.99991655,
            "punctuated_word": "requires",
            "speaker": 0,
            "speaker_confidence": 0.70462084
          },
          {
            "word": "that",
            "start": 286.01,
            "end": 286.33,
            "confidence": 0.9997768,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.70462084
          },
          {
            "word": "third",
            "start": 286.33,
            "end": 286.49,
            "confidence": 0.9996854,
            "punctuated_word": "third",
            "speaker": 0,
            "speaker_confidence": 0.70462084
          },
          {
            "word": "party",
            "start": 286.49,
            "end": 286.88998,
            "confidence": 0.9998889,
            "punctuated_word": "party",
            "speaker": 0,
            "speaker_confidence": 0.70462084
          },
          {
            "word": "products",
            "start": 286.88998,
            "end": 287.29,
            "confidence": 0.99981374,
            "punctuated_word": "products",
            "speaker": 0,
            "speaker_confidence": 0.70462084
          },
          {
            "word": "must",
            "start": 287.29,
            "end": 287.53,
            "confidence": 0.99974984,
            "punctuated_word": "must",
            "speaker": 0,
            "speaker_confidence": 0.70462084
          },
          {
            "word": "be",
            "start": 287.53,
            "end": 287.77,
            "confidence": 0.99965465,
            "punctuated_word": "be",
            "speaker": 0,
            "speaker_confidence": 0.70462084
          },
          {
            "word": "able",
            "start": 287.77,
            "end": 288.01,
            "confidence": 0.9999231,
            "punctuated_word": "able",
            "speaker": 0,
            "speaker_confidence": 0.70462084
          },
          {
            "word": "to",
            "start": 288.01,
            "end": 288.16998,
            "confidence": 0.9996506,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.70462084
          },
          {
            "word": "interoperate",
            "start": 288.16998,
            "end": 288.66998,
            "confidence": 0.99440503,
            "punctuated_word": "interoperate",
            "speaker": 0,
            "speaker_confidence": 0.70462084
          },
          {
            "word": "with",
            "start": 288.73,
            "end": 288.88998,
            "confidence": 0.998911,
            "punctuated_word": "with",
            "speaker": 0,
            "speaker_confidence": 0.70462084
          },
          {
            "word": "windows",
            "start": 288.88998,
            "end": 289.38998,
            "confidence": 0.9918996,
            "punctuated_word": "Windows",
            "speaker": 0,
            "speaker_confidence": 0.70462084
          },
          {
            "word": "on",
            "start": 289.61,
            "end": 289.69,
            "confidence": 0.9993709,
            "punctuated_word": "on",
            "speaker": 0,
            "speaker_confidence": 0.70462084
          },
          {
            "word": "an",
            "start": 289.69,
            "end": 289.93,
            "confidence": 0.9994842,
            "punctuated_word": "an",
            "speaker": 0,
            "speaker_confidence": 0.70462084
          },
          {
            "word": "equal",
            "start": 289.93,
            "end": 290.25,
            "confidence": 0.9999602,
            "punctuated_word": "equal",
            "speaker": 0,
            "speaker_confidence": 0.70462084
          },
          {
            "word": "footing",
            "start": 290.25,
            "end": 290.75,
            "confidence": 0.9999467,
            "punctuated_word": "footing",
            "speaker": 0,
            "speaker_confidence": 0.70462084
          },
          {
            "word": "with",
            "start": 290.81,
            "end": 291.05,
            "confidence": 0.99859816,
            "punctuated_word": "with",
            "speaker": 0,
            "speaker_confidence": 0.70462084
          },
          {
            "word": "their",
            "start": 291.05,
            "end": 291.29,
            "confidence": 0.99984896,
            "punctuated_word": "their",
            "speaker": 0,
            "speaker_confidence": 0.70462084
          },
          {
            "word": "own",
            "start": 291.29,
            "end": 291.53,
            "confidence": 0.9998299,
            "punctuated_word": "own",
            "speaker": 0,
            "speaker_confidence": 0.70462084
          },
          {
            "word": "offerings",
            "start": 291.53,
            "end": 292.03,
            "confidence": 0.999745,
            "punctuated_word": "offerings.",
            "speaker": 0,
            "speaker_confidence": 0.70462084
          }
        ],
        "speaker": 0,
        "id": "fef50ffb-eaec-4b43-b564-b2eddfeacf7c"
      },
      {
        "start": 292.98502,
        "end": 294.285,
        "confidence": 0.9970344,
        "channel": 0,
        "transcript": "As a result, it's possible,",
        "words": [
          {
            "word": "as",
            "start": 292.98502,
            "end": 293.065,
            "confidence": 0.9998468,
            "punctuated_word": "As",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "a",
            "start": 293.065,
            "end": 293.14502,
            "confidence": 0.99979764,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "result",
            "start": 293.14502,
            "end": 293.545,
            "confidence": 0.9953145,
            "punctuated_word": "result,",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "it's",
            "start": 293.545,
            "end": 293.785,
            "confidence": 0.9996097,
            "punctuated_word": "it's",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "possible",
            "start": 293.785,
            "end": 294.285,
            "confidence": 0.9906032,
            "punctuated_word": "possible,",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          }
        ],
        "speaker": 0,
        "id": "a2753f2d-ac81-4139-8e14-7d567d25f125"
      },
      {
        "start": 295.225,
        "end": 309.43002,
        "confidence": 0.9830243,
        "channel": 0,
        "transcript": "Microsoft might try to use the situation as leverage to make an argument against the conclusion of that ruling as they might try to claim that that activity is what forces them to be in a position to allow these third party companies to have that kernel level access.",
        "words": [
          {
            "word": "microsoft",
            "start": 295.225,
            "end": 295.70502,
            "confidence": 0.99990594,
            "punctuated_word": "Microsoft",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "might",
            "start": 295.70502,
            "end": 295.945,
            "confidence": 0.9998599,
            "punctuated_word": "might",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "try",
            "start": 295.945,
            "end": 296.105,
            "confidence": 0.9999279,
            "punctuated_word": "try",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "to",
            "start": 296.105,
            "end": 296.265,
            "confidence": 0.9994185,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "use",
            "start": 296.265,
            "end": 296.765,
            "confidence": 0.999905,
            "punctuated_word": "use",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "the",
            "start": 297.065,
            "end": 297.30502,
            "confidence": 0.82827276,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "situation",
            "start": 297.30502,
            "end": 297.70502,
            "confidence": 0.9991505,
            "punctuated_word": "situation",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "as",
            "start": 297.70502,
            "end": 297.86502,
            "confidence": 0.98673636,
            "punctuated_word": "as",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "leverage",
            "start": 297.86502,
            "end": 298.185,
            "confidence": 0.9681646,
            "punctuated_word": "leverage",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "to",
            "start": 298.185,
            "end": 298.265,
            "confidence": 0.96663016,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "make",
            "start": 298.265,
            "end": 298.505,
            "confidence": 0.9784614,
            "punctuated_word": "make",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "an",
            "start": 298.505,
            "end": 298.665,
            "confidence": 0.9974716,
            "punctuated_word": "an",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "argument",
            "start": 298.665,
            "end": 299.14502,
            "confidence": 0.999915,
            "punctuated_word": "argument",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "against",
            "start": 299.14502,
            "end": 299.64502,
            "confidence": 0.99967444,
            "punctuated_word": "against",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "the",
            "start": 299.70502,
            "end": 299.785,
            "confidence": 0.9831003,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "conclusion",
            "start": 299.785,
            "end": 300.185,
            "confidence": 0.9994653,
            "punctuated_word": "conclusion",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "of",
            "start": 300.185,
            "end": 300.345,
            "confidence": 0.9998522,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "that",
            "start": 300.345,
            "end": 300.505,
            "confidence": 0.9995276,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "ruling",
            "start": 300.505,
            "end": 301.005,
            "confidence": 0.9993795,
            "punctuated_word": "ruling",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "as",
            "start": 301.14502,
            "end": 301.385,
            "confidence": 0.6002355,
            "punctuated_word": "as",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "they",
            "start": 301.385,
            "end": 301.545,
            "confidence": 0.99993086,
            "punctuated_word": "they",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "might",
            "start": 301.545,
            "end": 301.70502,
            "confidence": 0.9998253,
            "punctuated_word": "might",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "try",
            "start": 301.70502,
            "end": 301.945,
            "confidence": 0.9998708,
            "punctuated_word": "try",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "to",
            "start": 301.945,
            "end": 302.025,
            "confidence": 0.9996338,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "claim",
            "start": 302.025,
            "end": 302.345,
            "confidence": 0.99990964,
            "punctuated_word": "claim",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "that",
            "start": 302.345,
            "end": 302.845,
            "confidence": 0.99983037,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "that",
            "start": 302.98502,
            "end": 303.225,
            "confidence": 0.98123175,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "activity",
            "start": 303.225,
            "end": 303.625,
            "confidence": 0.9999161,
            "punctuated_word": "activity",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "is",
            "start": 303.625,
            "end": 303.785,
            "confidence": 0.99986696,
            "punctuated_word": "is",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "what",
            "start": 303.785,
            "end": 304.105,
            "confidence": 0.99974865,
            "punctuated_word": "what",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "forces",
            "start": 304.105,
            "end": 304.505,
            "confidence": 0.9998909,
            "punctuated_word": "forces",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "them",
            "start": 304.505,
            "end": 304.665,
            "confidence": 0.99971765,
            "punctuated_word": "them",
            "speaker": 0,
            "speaker_confidence": 0.80018765
          },
          {
            "word": "to",
            "start": 304.665,
            "end": 304.825,
            "confidence": 0.90213674,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "be",
            "start": 304.825,
            "end": 304.98502,
            "confidence": 0.99965334,
            "punctuated_word": "be",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "in",
            "start": 304.98502,
            "end": 305.065,
            "confidence": 0.9991197,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "a",
            "start": 305.065,
            "end": 305.225,
            "confidence": 0.9942444,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "position",
            "start": 305.225,
            "end": 305.725,
            "confidence": 0.99994636,
            "punctuated_word": "position",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "to",
            "start": 305.97,
            "end": 306.21002,
            "confidence": 0.9999341,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "allow",
            "start": 306.21002,
            "end": 306.71002,
            "confidence": 0.9999629,
            "punctuated_word": "allow",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "these",
            "start": 306.77002,
            "end": 307.01,
            "confidence": 0.99870014,
            "punctuated_word": "these",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "third",
            "start": 307.01,
            "end": 307.25,
            "confidence": 0.9998858,
            "punctuated_word": "third",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "party",
            "start": 307.25,
            "end": 307.49002,
            "confidence": 0.9992124,
            "punctuated_word": "party",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "companies",
            "start": 307.49002,
            "end": 307.81,
            "confidence": 0.99987185,
            "punctuated_word": "companies",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "to",
            "start": 307.81,
            "end": 307.97,
            "confidence": 0.99947566,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "have",
            "start": 307.97,
            "end": 308.13,
            "confidence": 0.9999726,
            "punctuated_word": "have",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "that",
            "start": 308.13,
            "end": 308.29,
            "confidence": 0.99960595,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "kernel",
            "start": 308.29,
            "end": 308.61002,
            "confidence": 0.9979407,
            "punctuated_word": "kernel",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "level",
            "start": 308.61002,
            "end": 308.93002,
            "confidence": 0.9959798,
            "punctuated_word": "level",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "access",
            "start": 308.93002,
            "end": 309.43002,
            "confidence": 0.9981233,
            "punctuated_word": "access.",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          }
        ],
        "speaker": 0,
        "id": "9efcceca-fb75-4d44-8d2d-a2a038a2dd06"
      },
      {
        "start": 310.53,
        "end": 311.99002,
        "confidence": 0.96268356,
        "channel": 0,
        "transcript": "But on the other hand,",
        "words": [
          {
            "word": "but",
            "start": 310.53,
            "end": 311.01,
            "confidence": 0.9985904,
            "punctuated_word": "But",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "on",
            "start": 311.01,
            "end": 311.17,
            "confidence": 0.81592697,
            "punctuated_word": "on",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "the",
            "start": 311.17,
            "end": 311.33002,
            "confidence": 0.999648,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "other",
            "start": 311.33002,
            "end": 311.49002,
            "confidence": 0.9999429,
            "punctuated_word": "other",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "hand",
            "start": 311.49002,
            "end": 311.99002,
            "confidence": 0.9993094,
            "punctuated_word": "hand,",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          }
        ],
        "speaker": 0,
        "id": "d528fac8-cb37-43ed-8396-8c0d6c095d18"
      },
      {
        "start": 312.53,
        "end": 314.87,
        "confidence": 0.9081249,
        "channel": 0,
        "transcript": "other operating systems like, say, macOS",
        "words": [
          {
            "word": "other",
            "start": 312.53,
            "end": 313.01,
            "confidence": 0.9994837,
            "punctuated_word": "other",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "operating",
            "start": 313.01,
            "end": 313.41,
            "confidence": 0.9998841,
            "punctuated_word": "operating",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "systems",
            "start": 313.41,
            "end": 313.81,
            "confidence": 0.9998084,
            "punctuated_word": "systems",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "like",
            "start": 313.81,
            "end": 314.05002,
            "confidence": 0.7230488,
            "punctuated_word": "like,",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "say",
            "start": 314.05002,
            "end": 314.37,
            "confidence": 0.9375441,
            "punctuated_word": "say,",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "macos",
            "start": 314.37,
            "end": 314.87,
            "confidence": 0.7889805,
            "punctuated_word": "macOS",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          }
        ],
        "speaker": 0,
        "id": "4d8fae8d-4d1d-46a8-8405-2488ab8f1e3d"
      },
      {
        "start": 315.33002,
        "end": 318.07,
        "confidence": 0.94639254,
        "channel": 0,
        "transcript": "have managed to provide API access",
        "words": [
          {
            "word": "have",
            "start": 315.33002,
            "end": 315.57,
            "confidence": 0.68504626,
            "punctuated_word": "have",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "managed",
            "start": 315.57,
            "end": 315.97,
            "confidence": 0.9997943,
            "punctuated_word": "managed",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "to",
            "start": 315.97,
            "end": 316.05002,
            "confidence": 0.99405515,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "provide",
            "start": 316.05002,
            "end": 316.55002,
            "confidence": 0.9999417,
            "punctuated_word": "provide",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "api",
            "start": 316.77002,
            "end": 317.27002,
            "confidence": 0.9997316,
            "punctuated_word": "API",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "access",
            "start": 317.57,
            "end": 318.07,
            "confidence": 0.9997862,
            "punctuated_word": "access",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          }
        ],
        "speaker": 0,
        "id": "c54dc094-a07f-435f-9e29-ee622a32cc8f"
      },
      {
        "start": 318.53,
        "end": 320.31,
        "confidence": 0.94473964,
        "channel": 0,
        "transcript": "for things like antivirus providers,",
        "words": [
          {
            "word": "for",
            "start": 318.53,
            "end": 318.85,
            "confidence": 0.9994454,
            "punctuated_word": "for",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "things",
            "start": 318.85,
            "end": 319.09,
            "confidence": 0.9999056,
            "punctuated_word": "things",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "like",
            "start": 319.09,
            "end": 319.33002,
            "confidence": 0.9803499,
            "punctuated_word": "like",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "antivirus",
            "start": 319.33002,
            "end": 319.81,
            "confidence": 0.99717176,
            "punctuated_word": "antivirus",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          },
          {
            "word": "providers",
            "start": 319.81,
            "end": 320.31,
            "confidence": 0.74682534,
            "punctuated_word": "providers,",
            "speaker": 0,
            "speaker_confidence": 0.88362014
          }
        ],
        "speaker": 0,
        "id": "cab650d2-29fd-4aeb-ae07-4e08fcf27dd0"
      },
      {
        "start": 321.04498,
        "end": 326.10498,
        "confidence": 0.99685705,
        "channel": 0,
        "transcript": "And they're able to operate without having to get that ring zero access that we've talked about.",
        "words": [
          {
            "word": "and",
            "start": 321.04498,
            "end": 321.285,
            "confidence": 0.999445,
            "punctuated_word": "And",
            "speaker": 0,
            "speaker_confidence": 0.5813399
          },
          {
            "word": "they're",
            "start": 321.285,
            "end": 321.525,
            "confidence": 0.99615324,
            "punctuated_word": "they're",
            "speaker": 0,
            "speaker_confidence": 0.5813399
          },
          {
            "word": "able",
            "start": 321.525,
            "end": 321.76498,
            "confidence": 0.999874,
            "punctuated_word": "able",
            "speaker": 0,
            "speaker_confidence": 0.5813399
          },
          {
            "word": "to",
            "start": 321.76498,
            "end": 322.005,
            "confidence": 0.998806,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.5813399
          },
          {
            "word": "operate",
            "start": 322.005,
            "end": 322.505,
            "confidence": 0.99991095,
            "punctuated_word": "operate",
            "speaker": 0,
            "speaker_confidence": 0.5813399
          },
          {
            "word": "without",
            "start": 322.565,
            "end": 322.965,
            "confidence": 0.99981934,
            "punctuated_word": "without",
            "speaker": 0,
            "speaker_confidence": 0.5813399
          },
          {
            "word": "having",
            "start": 322.965,
            "end": 323.365,
            "confidence": 0.9998111,
            "punctuated_word": "having",
            "speaker": 0,
            "speaker_confidence": 0.5813399
          },
          {
            "word": "to",
            "start": 323.365,
            "end": 323.60498,
            "confidence": 0.9998629,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.5813399
          },
          {
            "word": "get",
            "start": 323.60498,
            "end": 323.845,
            "confidence": 0.99991965,
            "punctuated_word": "get",
            "speaker": 0,
            "speaker_confidence": 0.5813399
          },
          {
            "word": "that",
            "start": 323.845,
            "end": 324.005,
            "confidence": 0.9997546,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.5813399
          },
          {
            "word": "ring",
            "start": 324.005,
            "end": 324.32498,
            "confidence": 0.9558345,
            "punctuated_word": "ring",
            "speaker": 0,
            "speaker_confidence": 0.5813399
          },
          {
            "word": "zero",
            "start": 324.32498,
            "end": 324.645,
            "confidence": 0.9992151,
            "punctuated_word": "zero",
            "speaker": 0,
            "speaker_confidence": 0.5813399
          },
          {
            "word": "access",
            "start": 324.645,
            "end": 325.04498,
            "confidence": 0.9997763,
            "punctuated_word": "access",
            "speaker": 0,
            "speaker_confidence": 0.5813399
          },
          {
            "word": "that",
            "start": 325.04498,
            "end": 325.125,
            "confidence": 0.99963546,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.5813399
          },
          {
            "word": "we've",
            "start": 325.125,
            "end": 325.365,
            "confidence": 0.9992837,
            "punctuated_word": "we've",
            "speaker": 0,
            "speaker_confidence": 0.5813399
          },
          {
            "word": "talked",
            "start": 325.365,
            "end": 325.60498,
            "confidence": 0.99973196,
            "punctuated_word": "talked",
            "speaker": 0,
            "speaker_confidence": 0.5813399
          },
          {
            "word": "about",
            "start": 325.60498,
            "end": 326.10498,
            "confidence": 0.999735,
            "punctuated_word": "about.",
            "speaker": 0,
            "speaker_confidence": 0.5813399
          }
        ],
        "speaker": 0,
        "id": "68e6ff54-1820-4e6e-b085-cdc9e9991547"
      },
      {
        "start": 326.645,
        "end": 333.865,
        "confidence": 0.9539445,
        "channel": 0,
        "transcript": "So if you're thinking, hey, it's a bit concerning that we're relying on something with this kind of systemic issue for critical infrastructure,",
        "words": [
          {
            "word": "so",
            "start": 326.645,
            "end": 326.805,
            "confidence": 0.9973435,
            "punctuated_word": "So",
            "speaker": 0,
            "speaker_confidence": 0.67546827
          },
          {
            "word": "if",
            "start": 326.805,
            "end": 326.88498,
            "confidence": 0.9951957,
            "punctuated_word": "if",
            "speaker": 0,
            "speaker_confidence": 0.67546827
          },
          {
            "word": "you're",
            "start": 326.88498,
            "end": 327.125,
            "confidence": 0.92287457,
            "punctuated_word": "you're",
            "speaker": 0,
            "speaker_confidence": 0.67546827
          },
          {
            "word": "thinking",
            "start": 327.125,
            "end": 327.625,
            "confidence": 0.9785206,
            "punctuated_word": "thinking,",
            "speaker": 0,
            "speaker_confidence": 0.67546827
          },
          {
            "word": "hey",
            "start": 327.925,
            "end": 328.425,
            "confidence": 0.77896863,
            "punctuated_word": "hey,",
            "speaker": 0,
            "speaker_confidence": 0.67546827
          },
          {
            "word": "it's",
            "start": 328.645,
            "end": 328.965,
            "confidence": 0.99918145,
            "punctuated_word": "it's",
            "speaker": 0,
            "speaker_confidence": 0.67546827
          },
          {
            "word": "a",
            "start": 328.965,
            "end": 329.04498,
            "confidence": 0.9998988,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.67546827
          },
          {
            "word": "bit",
            "start": 329.04498,
            "end": 329.365,
            "confidence": 0.9994642,
            "punctuated_word": "bit",
            "speaker": 0,
            "speaker_confidence": 0.67546827
          },
          {
            "word": "concerning",
            "start": 329.365,
            "end": 329.845,
            "confidence": 0.99995244,
            "punctuated_word": "concerning",
            "speaker": 0,
            "speaker_confidence": 0.67546827
          },
          {
            "word": "that",
            "start": 329.845,
            "end": 330.005,
            "confidence": 0.99106395,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.67546827
          },
          {
            "word": "we're",
            "start": 330.005,
            "end": 330.32498,
            "confidence": 0.96827966,
            "punctuated_word": "we're",
            "speaker": 0,
            "speaker_confidence": 0.67546827
          },
          {
            "word": "relying",
            "start": 330.32498,
            "end": 330.82498,
            "confidence": 0.5437261,
            "punctuated_word": "relying",
            "speaker": 0,
            "speaker_confidence": 0.67546827
          },
          {
            "word": "on",
            "start": 330.965,
            "end": 331.125,
            "confidence": 0.9011373,
            "punctuated_word": "on",
            "speaker": 0,
            "speaker_confidence": 0.67546827
          },
          {
            "word": "something",
            "start": 331.125,
            "end": 331.445,
            "confidence": 0.9998217,
            "punctuated_word": "something",
            "speaker": 0,
            "speaker_confidence": 0.67546827
          },
          {
            "word": "with",
            "start": 331.445,
            "end": 331.60498,
            "confidence": 0.9994629,
            "punctuated_word": "with",
            "speaker": 0,
            "speaker_confidence": 0.67546827
          },
          {
            "word": "this",
            "start": 331.60498,
            "end": 331.76498,
            "confidence": 0.9998696,
            "punctuated_word": "this",
            "speaker": 0,
            "speaker_confidence": 0.67546827
          },
          {
            "word": "kind",
            "start": 331.76498,
            "end": 332.005,
            "confidence": 0.9965754,
            "punctuated_word": "kind",
            "speaker": 0,
            "speaker_confidence": 0.67546827
          },
          {
            "word": "of",
            "start": 332.005,
            "end": 332.085,
            "confidence": 0.9995215,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.6357125
          },
          {
            "word": "systemic",
            "start": 332.085,
            "end": 332.565,
            "confidence": 0.99843305,
            "punctuated_word": "systemic",
            "speaker": 0,
            "speaker_confidence": 0.6357125
          },
          {
            "word": "issue",
            "start": 332.565,
            "end": 332.805,
            "confidence": 0.99979657,
            "punctuated_word": "issue",
            "speaker": 0,
            "speaker_confidence": 0.6357125
          },
          {
            "word": "for",
            "start": 332.805,
            "end": 333.04498,
            "confidence": 0.999713,
            "punctuated_word": "for",
            "speaker": 0,
            "speaker_confidence": 0.6357125
          },
          {
            "word": "critical",
            "start": 333.04498,
            "end": 333.365,
            "confidence": 0.9995442,
            "punctuated_word": "critical",
            "speaker": 0,
            "speaker_confidence": 0.6357125
          },
          {
            "word": "infrastructure",
            "start": 333.365,
            "end": 333.865,
            "confidence": 0.87237847,
            "punctuated_word": "infrastructure,",
            "speaker": 0,
            "speaker_confidence": 0.6357125
          }
        ],
        "speaker": 0,
        "id": "a976201b-b043-4d52-b3bf-ea4c5f4e9f0a"
      },
      {
        "start": 334.59,
        "end": 336.53,
        "confidence": 0.9898132,
        "channel": 0,
        "transcript": "I would say you're in the right headspace.",
        "words": [
          {
            "word": "i",
            "start": 334.59,
            "end": 334.75,
            "confidence": 0.999889,
            "punctuated_word": "I",
            "speaker": 0,
            "speaker_confidence": 0.6357125
          },
          {
            "word": "would",
            "start": 334.75,
            "end": 334.83002,
            "confidence": 0.99996126,
            "punctuated_word": "would",
            "speaker": 0,
            "speaker_confidence": 0.6357125
          },
          {
            "word": "say",
            "start": 334.83002,
            "end": 335.15,
            "confidence": 0.999833,
            "punctuated_word": "say",
            "speaker": 0,
            "speaker_confidence": 0.6357125
          },
          {
            "word": "you're",
            "start": 335.15,
            "end": 335.39,
            "confidence": 0.99703336,
            "punctuated_word": "you're",
            "speaker": 0,
            "speaker_confidence": 0.6357125
          },
          {
            "word": "in",
            "start": 335.39,
            "end": 335.55002,
            "confidence": 0.9942946,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.6357125
          },
          {
            "word": "the",
            "start": 335.55002,
            "end": 335.79,
            "confidence": 0.9998834,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.6357125
          },
          {
            "word": "right",
            "start": 335.79,
            "end": 336.03,
            "confidence": 0.9999584,
            "punctuated_word": "right",
            "speaker": 0,
            "speaker_confidence": 0.6357125
          },
          {
            "word": "headspace",
            "start": 336.03,
            "end": 336.53,
            "confidence": 0.92765284,
            "punctuated_word": "headspace.",
            "speaker": 0,
            "speaker_confidence": 0.6357125
          }
        ],
        "speaker": 0,
        "id": "0248b6cf-4d7e-4277-ac42-e48b60f239e3"
      },
      {
        "start": 336.83002,
        "end": 341.65,
        "confidence": 0.997775,
        "channel": 0,
        "transcript": "I think this is something that we're gonna be having to worry about for some time.",
        "words": [
          {
            "word": "i",
            "start": 336.83002,
            "end": 336.99002,
            "confidence": 0.99982435,
            "punctuated_word": "I",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "think",
            "start": 336.99002,
            "end": 337.15,
            "confidence": 0.9999722,
            "punctuated_word": "think",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "this",
            "start": 337.15,
            "end": 337.39,
            "confidence": 0.99888843,
            "punctuated_word": "this",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "is",
            "start": 337.39,
            "end": 337.55002,
            "confidence": 0.99933475,
            "punctuated_word": "is",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "something",
            "start": 337.55002,
            "end": 337.95,
            "confidence": 0.9999485,
            "punctuated_word": "something",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "that",
            "start": 337.95,
            "end": 338.45,
            "confidence": 0.9997185,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "we're",
            "start": 338.51,
            "end": 338.75,
            "confidence": 0.99982846,
            "punctuated_word": "we're",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "gonna",
            "start": 338.75,
            "end": 339.07,
            "confidence": 0.9865356,
            "punctuated_word": "gonna",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "be",
            "start": 339.07,
            "end": 339.15,
            "confidence": 0.9988926,
            "punctuated_word": "be",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "having",
            "start": 339.15,
            "end": 339.47,
            "confidence": 0.9998666,
            "punctuated_word": "having",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "to",
            "start": 339.47,
            "end": 339.63,
            "confidence": 0.99872917,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "worry",
            "start": 339.63,
            "end": 339.95,
            "confidence": 0.9999672,
            "punctuated_word": "worry",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "about",
            "start": 339.95,
            "end": 340.27002,
            "confidence": 0.99982065,
            "punctuated_word": "about",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "for",
            "start": 340.27002,
            "end": 340.77002,
            "confidence": 0.99963725,
            "punctuated_word": "for",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "some",
            "start": 340.83002,
            "end": 341.15,
            "confidence": 0.98364484,
            "punctuated_word": "some",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "time",
            "start": 341.15,
            "end": 341.65,
            "confidence": 0.99979156,
            "punctuated_word": "time.",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          }
        ],
        "speaker": 0,
        "id": "98750bb9-cb8f-4198-a0b8-af3970e5db58"
      },
      {
        "start": 342.83002,
        "end": 349.25,
        "confidence": 0.9710238,
        "channel": 0,
        "transcript": "As the, outage happened, as you might imagine, folks were working on trying to get some sort of fix in place as we needed",
        "words": [
          {
            "word": "as",
            "start": 342.83002,
            "end": 343.07,
            "confidence": 0.9993862,
            "punctuated_word": "As",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "the",
            "start": 343.07,
            "end": 343.31,
            "confidence": 0.9666476,
            "punctuated_word": "the,",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "outage",
            "start": 343.55002,
            "end": 343.79,
            "confidence": 0.99971026,
            "punctuated_word": "outage",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "happened",
            "start": 343.79,
            "end": 344.19,
            "confidence": 0.96907675,
            "punctuated_word": "happened,",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "as",
            "start": 344.19,
            "end": 344.43,
            "confidence": 0.99966097,
            "punctuated_word": "as",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "you",
            "start": 344.43,
            "end": 344.59,
            "confidence": 0.99996614,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "might",
            "start": 344.59,
            "end": 344.91,
            "confidence": 0.9999192,
            "punctuated_word": "might",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "imagine",
            "start": 344.91,
            "end": 345.41,
            "confidence": 0.998517,
            "punctuated_word": "imagine,",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "folks",
            "start": 345.63,
            "end": 345.87,
            "confidence": 0.9998431,
            "punctuated_word": "folks",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "were",
            "start": 345.87,
            "end": 346.11002,
            "confidence": 0.54438674,
            "punctuated_word": "were",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "working",
            "start": 346.11002,
            "end": 346.35,
            "confidence": 0.99991286,
            "punctuated_word": "working",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "on",
            "start": 346.35,
            "end": 346.51,
            "confidence": 0.99748576,
            "punctuated_word": "on",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "trying",
            "start": 346.51,
            "end": 346.75,
            "confidence": 0.9998118,
            "punctuated_word": "trying",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "to",
            "start": 346.75,
            "end": 346.83002,
            "confidence": 0.99983704,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "get",
            "start": 346.83002,
            "end": 346.99,
            "confidence": 0.99996173,
            "punctuated_word": "get",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "some",
            "start": 346.99,
            "end": 347.23,
            "confidence": 0.9998419,
            "punctuated_word": "some",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "sort",
            "start": 347.23,
            "end": 347.39,
            "confidence": 0.9996569,
            "punctuated_word": "sort",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "of",
            "start": 347.39,
            "end": 347.55002,
            "confidence": 0.99622077,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "fix",
            "start": 347.55002,
            "end": 347.79,
            "confidence": 0.99904364,
            "punctuated_word": "fix",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "in",
            "start": 347.79,
            "end": 347.87,
            "confidence": 0.9998012,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "place",
            "start": 347.87,
            "end": 348.35,
            "confidence": 0.99997103,
            "punctuated_word": "place",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "as",
            "start": 348.35,
            "end": 348.59,
            "confidence": 0.8362742,
            "punctuated_word": "as",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "we",
            "start": 348.59,
            "end": 348.75,
            "confidence": 0.99980956,
            "punctuated_word": "we",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "needed",
            "start": 348.75,
            "end": 349.25,
            "confidence": 0.9998252,
            "punctuated_word": "needed",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          }
        ],
        "speaker": 0,
        "id": "7756110c-ac7f-4ab9-a849-e8cbc9c7ab9b"
      },
      {
        "start": 349.715,
        "end": 356.215,
        "confidence": 0.99238825,
        "channel": 0,
        "transcript": "things to be up and running again. And we might be wondering what that is. So the initial fix that was put out was a set of instructions",
        "words": [
          {
            "word": "things",
            "start": 349.715,
            "end": 350.035,
            "confidence": 0.9999366,
            "punctuated_word": "things",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "to",
            "start": 350.035,
            "end": 350.075,
            "confidence": 0.9999409,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.7940527
          },
          {
            "word": "be",
            "start": 350.075,
            "end": 350.11502,
            "confidence": 0.99994886,
            "punctuated_word": "be",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "up",
            "start": 350.11502,
            "end": 350.355,
            "confidence": 0.9999473,
            "punctuated_word": "up",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "and",
            "start": 350.355,
            "end": 350.515,
            "confidence": 0.9978235,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "running",
            "start": 350.515,
            "end": 350.83502,
            "confidence": 0.9999813,
            "punctuated_word": "running",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "again",
            "start": 350.83502,
            "end": 351.33502,
            "confidence": 0.8132827,
            "punctuated_word": "again.",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "and",
            "start": 351.475,
            "end": 351.635,
            "confidence": 0.99463934,
            "punctuated_word": "And",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "we",
            "start": 351.635,
            "end": 351.795,
            "confidence": 0.9991234,
            "punctuated_word": "we",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "might",
            "start": 351.795,
            "end": 351.95502,
            "confidence": 0.9999728,
            "punctuated_word": "might",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "be",
            "start": 351.95502,
            "end": 352.11502,
            "confidence": 0.999398,
            "punctuated_word": "be",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "wondering",
            "start": 352.11502,
            "end": 352.435,
            "confidence": 0.99996114,
            "punctuated_word": "wondering",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "what",
            "start": 352.435,
            "end": 352.595,
            "confidence": 0.99990416,
            "punctuated_word": "what",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "that",
            "start": 352.595,
            "end": 352.755,
            "confidence": 0.9998827,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "is",
            "start": 352.755,
            "end": 353.255,
            "confidence": 0.9988712,
            "punctuated_word": "is.",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "so",
            "start": 353.475,
            "end": 353.715,
            "confidence": 0.9953092,
            "punctuated_word": "So",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "the",
            "start": 353.715,
            "end": 353.795,
            "confidence": 0.9982072,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "initial",
            "start": 353.795,
            "end": 354.195,
            "confidence": 0.999936,
            "punctuated_word": "initial",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "fix",
            "start": 354.195,
            "end": 354.435,
            "confidence": 0.9996289,
            "punctuated_word": "fix",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "that",
            "start": 354.435,
            "end": 354.595,
            "confidence": 0.9996019,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "was",
            "start": 354.595,
            "end": 354.755,
            "confidence": 0.999861,
            "punctuated_word": "was",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "put",
            "start": 354.755,
            "end": 354.995,
            "confidence": 0.9998945,
            "punctuated_word": "put",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "out",
            "start": 354.995,
            "end": 355.155,
            "confidence": 0.99906296,
            "punctuated_word": "out",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "was",
            "start": 355.155,
            "end": 355.315,
            "confidence": 0.99902177,
            "punctuated_word": "was",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "a",
            "start": 355.315,
            "end": 355.39502,
            "confidence": 0.9981002,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "set",
            "start": 355.39502,
            "end": 355.55502,
            "confidence": 0.99973994,
            "punctuated_word": "set",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "of",
            "start": 355.55502,
            "end": 355.715,
            "confidence": 0.99608094,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "instructions",
            "start": 355.715,
            "end": 356.215,
            "confidence": 0.99981266,
            "punctuated_word": "instructions",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          }
        ],
        "speaker": 0,
        "id": "a291acb7-5e5d-4e98-8056-b2c3fb8e9323"
      },
      {
        "start": 356.67502,
        "end": 360.135,
        "confidence": 0.94373894,
        "channel": 0,
        "transcript": "that were manual steps to be on each individual computer.",
        "words": [
          {
            "word": "that",
            "start": 356.67502,
            "end": 356.83502,
            "confidence": 0.99545467,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "were",
            "start": 356.83502,
            "end": 357.075,
            "confidence": 0.9995123,
            "punctuated_word": "were",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "manual",
            "start": 357.075,
            "end": 357.475,
            "confidence": 0.9991449,
            "punctuated_word": "manual",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "steps",
            "start": 357.475,
            "end": 357.795,
            "confidence": 0.9998727,
            "punctuated_word": "steps",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "to",
            "start": 357.795,
            "end": 357.95502,
            "confidence": 0.98070955,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "be",
            "start": 357.95502,
            "end": 358.195,
            "confidence": 0.9868728,
            "punctuated_word": "be",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "on",
            "start": 358.195,
            "end": 358.515,
            "confidence": 0.48281464,
            "punctuated_word": "on",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "each",
            "start": 358.515,
            "end": 358.83502,
            "confidence": 0.99693847,
            "punctuated_word": "each",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "individual",
            "start": 358.83502,
            "end": 359.33502,
            "confidence": 0.99989676,
            "punctuated_word": "individual",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          },
          {
            "word": "computer",
            "start": 359.635,
            "end": 360.135,
            "confidence": 0.9961723,
            "punctuated_word": "computer.",
            "speaker": 0,
            "speaker_confidence": 0.76294273
          }
        ],
        "speaker": 0,
        "id": "b424b496-fa95-4da3-a510-598f7fbb0428"
      },
      {
        "start": 361.075,
        "end": 363.095,
        "confidence": 0.9296433,
        "channel": 0,
        "transcript": "Effectively you had to go to that endpoint,",
        "words": [
          {
            "word": "effectively",
            "start": 361.075,
            "end": 361.55502,
            "confidence": 0.9982041,
            "punctuated_word": "Effectively",
            "speaker": 0,
            "speaker_confidence": 0.55728513
          },
          {
            "word": "you",
            "start": 361.55502,
            "end": 361.715,
            "confidence": 0.54321194,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.55728513
          },
          {
            "word": "had",
            "start": 361.715,
            "end": 361.95502,
            "confidence": 0.9994312,
            "punctuated_word": "had",
            "speaker": 0,
            "speaker_confidence": 0.55728513
          },
          {
            "word": "to",
            "start": 361.95502,
            "end": 362.195,
            "confidence": 0.99902725,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.55728513
          },
          {
            "word": "go",
            "start": 362.195,
            "end": 362.355,
            "confidence": 0.99959475,
            "punctuated_word": "go",
            "speaker": 0,
            "speaker_confidence": 0.55728513
          },
          {
            "word": "to",
            "start": 362.355,
            "end": 362.515,
            "confidence": 0.9965869,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.55728513
          },
          {
            "word": "that",
            "start": 362.515,
            "end": 362.595,
            "confidence": 0.9996213,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.55728513
          },
          {
            "word": "endpoint",
            "start": 362.595,
            "end": 363.095,
            "confidence": 0.90146893,
            "punctuated_word": "endpoint,",
            "speaker": 0,
            "speaker_confidence": 0.55728513
          }
        ],
        "speaker": 0,
        "id": "7d1bacac-2a01-4977-b5b9-f8d7dcce0919"
      },
      {
        "start": 363.51,
        "end": 367.21002,
        "confidence": 0.95969456,
        "channel": 0,
        "transcript": "boot it up into something called safe mode, which is kind of like a maintenance mode for Windows.",
        "words": [
          {
            "word": "boot",
            "start": 363.51,
            "end": 363.75,
            "confidence": 0.9868462,
            "punctuated_word": "boot",
            "speaker": 0,
            "speaker_confidence": 0.55728513
          },
          {
            "word": "it",
            "start": 363.75,
            "end": 363.91,
            "confidence": 0.99677473,
            "punctuated_word": "it",
            "speaker": 0,
            "speaker_confidence": 0.55728513
          },
          {
            "word": "up",
            "start": 363.91,
            "end": 363.99002,
            "confidence": 0.99993145,
            "punctuated_word": "up",
            "speaker": 0,
            "speaker_confidence": 0.55728513
          },
          {
            "word": "into",
            "start": 363.99002,
            "end": 364.23,
            "confidence": 0.9996308,
            "punctuated_word": "into",
            "speaker": 0,
            "speaker_confidence": 0.55728513
          },
          {
            "word": "something",
            "start": 364.23,
            "end": 364.55002,
            "confidence": 0.9998293,
            "punctuated_word": "something",
            "speaker": 0,
            "speaker_confidence": 0.55728513
          },
          {
            "word": "called",
            "start": 364.55002,
            "end": 364.79,
            "confidence": 0.9998375,
            "punctuated_word": "called",
            "speaker": 0,
            "speaker_confidence": 0.55728513
          },
          {
            "word": "safe",
            "start": 364.79,
            "end": 365.03,
            "confidence": 0.9666589,
            "punctuated_word": "safe",
            "speaker": 0,
            "speaker_confidence": 0.55728513
          },
          {
            "word": "mode",
            "start": 365.03,
            "end": 365.35,
            "confidence": 0.8687244,
            "punctuated_word": "mode,",
            "speaker": 0,
            "speaker_confidence": 0.55728513
          },
          {
            "word": "which",
            "start": 365.35,
            "end": 365.43002,
            "confidence": 0.8252458,
            "punctuated_word": "which",
            "speaker": 0,
            "speaker_confidence": 0.55728513
          },
          {
            "word": "is",
            "start": 365.43002,
            "end": 365.51,
            "confidence": 0.99678075,
            "punctuated_word": "is",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "kind",
            "start": 365.51,
            "end": 365.63,
            "confidence": 0.98432225,
            "punctuated_word": "kind",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "of",
            "start": 365.63,
            "end": 365.75,
            "confidence": 0.99977845,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "like",
            "start": 365.75,
            "end": 365.91,
            "confidence": 0.9760474,
            "punctuated_word": "like",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "a",
            "start": 365.91,
            "end": 365.99002,
            "confidence": 0.99829847,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "maintenance",
            "start": 365.99002,
            "end": 366.31,
            "confidence": 0.9997956,
            "punctuated_word": "maintenance",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "mode",
            "start": 366.31,
            "end": 366.55002,
            "confidence": 0.9988207,
            "punctuated_word": "mode",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "for",
            "start": 366.55002,
            "end": 366.71002,
            "confidence": 0.999574,
            "punctuated_word": "for",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "windows",
            "start": 366.71002,
            "end": 367.21002,
            "confidence": 0.677604,
            "punctuated_word": "Windows.",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          }
        ],
        "speaker": 0,
        "id": "b9cdf53f-d9bc-4f7d-99b2-4383f81d1914"
      },
      {
        "start": 368.15002,
        "end": 375.29,
        "confidence": 0.9860702,
        "channel": 0,
        "transcript": "And you would then have to go in and delete a specific file that had a naming pattern that I believe had the, dot sys extension.",
        "words": [
          {
            "word": "and",
            "start": 368.15002,
            "end": 368.39,
            "confidence": 0.99219114,
            "punctuated_word": "And",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "you",
            "start": 368.39,
            "end": 368.55002,
            "confidence": 0.9939036,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "would",
            "start": 368.55002,
            "end": 368.71002,
            "confidence": 0.9997856,
            "punctuated_word": "would",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "then",
            "start": 368.71002,
            "end": 368.95,
            "confidence": 0.99853396,
            "punctuated_word": "then",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "have",
            "start": 368.95,
            "end": 369.11002,
            "confidence": 0.99950993,
            "punctuated_word": "have",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "to",
            "start": 369.11002,
            "end": 369.19,
            "confidence": 0.9997552,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "go",
            "start": 369.19,
            "end": 369.35,
            "confidence": 0.99995244,
            "punctuated_word": "go",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "in",
            "start": 369.35,
            "end": 369.51,
            "confidence": 0.99944633,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "and",
            "start": 369.51,
            "end": 369.67,
            "confidence": 0.9993961,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "delete",
            "start": 369.67,
            "end": 369.99002,
            "confidence": 0.9998338,
            "punctuated_word": "delete",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "a",
            "start": 369.99002,
            "end": 370.15002,
            "confidence": 0.99975044,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "specific",
            "start": 370.15002,
            "end": 370.63,
            "confidence": 0.99997246,
            "punctuated_word": "specific",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "file",
            "start": 370.63,
            "end": 371.13,
            "confidence": 0.9999584,
            "punctuated_word": "file",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "that",
            "start": 371.19,
            "end": 371.35,
            "confidence": 0.99242204,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "had",
            "start": 371.35,
            "end": 371.51,
            "confidence": 0.99817264,
            "punctuated_word": "had",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "a",
            "start": 371.51,
            "end": 371.67,
            "confidence": 0.9979151,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "naming",
            "start": 371.67,
            "end": 371.99002,
            "confidence": 0.9998241,
            "punctuated_word": "naming",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "pattern",
            "start": 371.99002,
            "end": 372.49002,
            "confidence": 0.99994206,
            "punctuated_word": "pattern",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "that",
            "start": 372.55002,
            "end": 372.71002,
            "confidence": 0.8339418,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.7134811
          },
          {
            "word": "i",
            "start": 372.71002,
            "end": 372.79,
            "confidence": 0.9557195,
            "punctuated_word": "I",
            "speaker": 0,
            "speaker_confidence": 0.60430783
          },
          {
            "word": "believe",
            "start": 372.79,
            "end": 373.19,
            "confidence": 0.9981748,
            "punctuated_word": "believe",
            "speaker": 0,
            "speaker_confidence": 0.60430783
          },
          {
            "word": "had",
            "start": 373.19,
            "end": 373.35,
            "confidence": 0.9548954,
            "punctuated_word": "had",
            "speaker": 0,
            "speaker_confidence": 0.60430783
          },
          {
            "word": "the",
            "start": 373.35,
            "end": 373.59,
            "confidence": 0.984121,
            "punctuated_word": "the,",
            "speaker": 0,
            "speaker_confidence": 0.60430783
          },
          {
            "word": "dot",
            "start": 373.83002,
            "end": 374.23,
            "confidence": 0.9584687,
            "punctuated_word": "dot",
            "speaker": 0,
            "speaker_confidence": 0.60430783
          },
          {
            "word": "sys",
            "start": 374.23,
            "end": 374.73,
            "confidence": 0.9858731,
            "punctuated_word": "sys",
            "speaker": 0,
            "speaker_confidence": 0.60430783
          },
          {
            "word": "extension",
            "start": 374.79,
            "end": 375.29,
            "confidence": 0.9963651,
            "punctuated_word": "extension.",
            "speaker": 0,
            "speaker_confidence": 0.60430783
          }
        ],
        "speaker": 0,
        "id": "512bee4d-bdef-494e-b7d9-077a68abf77e"
      },
      {
        "start": 376.23,
        "end": 377.05002,
        "confidence": 0.99566835,
        "channel": 0,
        "transcript": "Once you",
        "words": [
          {
            "word": "once",
            "start": 376.23,
            "end": 376.55002,
            "confidence": 0.9914335,
            "punctuated_word": "Once",
            "speaker": 0,
            "speaker_confidence": 0.60430783
          },
          {
            "word": "you",
            "start": 376.55002,
            "end": 377.05002,
            "confidence": 0.9999032,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.60430783
          }
        ],
        "speaker": 0,
        "id": "e7021ead-cbf0-40c5-ae4c-f1ee6c8650d0"
      },
      {
        "start": 377.405,
        "end": 381.98502,
        "confidence": 0.97809947,
        "channel": 0,
        "transcript": "did that activity, you were then supposedly able to reboot and things returned back to normal.",
        "words": [
          {
            "word": "did",
            "start": 377.405,
            "end": 377.64502,
            "confidence": 0.9998311,
            "punctuated_word": "did",
            "speaker": 0,
            "speaker_confidence": 0.60430783
          },
          {
            "word": "that",
            "start": 377.64502,
            "end": 377.725,
            "confidence": 0.9997825,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.60430783
          },
          {
            "word": "activity",
            "start": 377.725,
            "end": 378.125,
            "confidence": 0.85395527,
            "punctuated_word": "activity,",
            "speaker": 0,
            "speaker_confidence": 0.60430783
          },
          {
            "word": "you",
            "start": 378.125,
            "end": 378.285,
            "confidence": 0.99920446,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.60430783
          },
          {
            "word": "were",
            "start": 378.285,
            "end": 378.445,
            "confidence": 0.95747674,
            "punctuated_word": "were",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "then",
            "start": 378.445,
            "end": 378.685,
            "confidence": 0.99893945,
            "punctuated_word": "then",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "supposedly",
            "start": 378.685,
            "end": 379.165,
            "confidence": 0.99390775,
            "punctuated_word": "supposedly",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "able",
            "start": 379.165,
            "end": 379.325,
            "confidence": 0.99944645,
            "punctuated_word": "able",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "to",
            "start": 379.325,
            "end": 379.48502,
            "confidence": 0.99915826,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "reboot",
            "start": 379.48502,
            "end": 379.98502,
            "confidence": 0.9998287,
            "punctuated_word": "reboot",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "and",
            "start": 380.125,
            "end": 380.36502,
            "confidence": 0.9457572,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "things",
            "start": 380.36502,
            "end": 380.765,
            "confidence": 0.99880755,
            "punctuated_word": "things",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "returned",
            "start": 380.765,
            "end": 381.165,
            "confidence": 0.9654885,
            "punctuated_word": "returned",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "back",
            "start": 381.165,
            "end": 381.325,
            "confidence": 0.9395146,
            "punctuated_word": "back",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "to",
            "start": 381.325,
            "end": 381.48502,
            "confidence": 0.9998066,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "normal",
            "start": 381.48502,
            "end": 381.98502,
            "confidence": 0.99868774,
            "punctuated_word": "normal.",
            "speaker": 0,
            "speaker_confidence": 0.788602
          }
        ],
        "speaker": 0,
        "id": "d54fe128-5fa9-48e6-a4dd-be706cf7aaa4"
      },
      {
        "start": 382.845,
        "end": 385.58502,
        "confidence": 0.9700527,
        "channel": 0,
        "transcript": "Now as you might imagine, if you're running a large organization,",
        "words": [
          {
            "word": "now",
            "start": 382.845,
            "end": 383.08502,
            "confidence": 0.9979919,
            "punctuated_word": "Now",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "as",
            "start": 383.08502,
            "end": 383.24503,
            "confidence": 0.79876024,
            "punctuated_word": "as",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "you",
            "start": 383.24503,
            "end": 383.325,
            "confidence": 0.999889,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "might",
            "start": 383.325,
            "end": 383.48502,
            "confidence": 0.987911,
            "punctuated_word": "might",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "imagine",
            "start": 383.48502,
            "end": 383.885,
            "confidence": 0.9097508,
            "punctuated_word": "imagine,",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "if",
            "start": 383.885,
            "end": 384.125,
            "confidence": 0.99939215,
            "punctuated_word": "if",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "you're",
            "start": 384.125,
            "end": 384.285,
            "confidence": 0.9993539,
            "punctuated_word": "you're",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "running",
            "start": 384.285,
            "end": 384.605,
            "confidence": 0.9998882,
            "punctuated_word": "running",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "a",
            "start": 384.605,
            "end": 384.765,
            "confidence": 0.9997824,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "large",
            "start": 384.765,
            "end": 385.08502,
            "confidence": 0.9934842,
            "punctuated_word": "large",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "organization",
            "start": 385.08502,
            "end": 385.58502,
            "confidence": 0.9843762,
            "punctuated_word": "organization,",
            "speaker": 0,
            "speaker_confidence": 0.788602
          }
        ],
        "speaker": 0,
        "id": "b1d0932c-2546-4c49-b445-d928c93ce8a1"
      },
      {
        "start": 386.52502,
        "end": 387.74503,
        "confidence": 0.81977963,
        "channel": 0,
        "transcript": "like say an airline,",
        "words": [
          {
            "word": "like",
            "start": 386.52502,
            "end": 386.845,
            "confidence": 0.99935335,
            "punctuated_word": "like",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "say",
            "start": 386.845,
            "end": 387.08502,
            "confidence": 0.7353701,
            "punctuated_word": "say",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "an",
            "start": 387.08502,
            "end": 387.24503,
            "confidence": 0.70536286,
            "punctuated_word": "an",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "airline",
            "start": 387.24503,
            "end": 387.74503,
            "confidence": 0.8390322,
            "punctuated_word": "airline,",
            "speaker": 0,
            "speaker_confidence": 0.788602
          }
        ],
        "speaker": 0,
        "id": "0ce983df-414a-4870-9c7a-b6ad42ee542e"
      },
      {
        "start": 388.20502,
        "end": 395.72,
        "confidence": 0.9829944,
        "channel": 0,
        "transcript": "it probably takes a lot of humans and a lot of time to get around to thousands upon thousands of endpoints to do this repair, which perhaps",
        "words": [
          {
            "word": "it",
            "start": 388.20502,
            "end": 388.445,
            "confidence": 0.99694103,
            "punctuated_word": "it",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "probably",
            "start": 388.445,
            "end": 388.765,
            "confidence": 0.9995678,
            "punctuated_word": "probably",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "takes",
            "start": 388.765,
            "end": 389.08502,
            "confidence": 0.9998534,
            "punctuated_word": "takes",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "a",
            "start": 389.08502,
            "end": 389.24503,
            "confidence": 0.9996013,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "lot",
            "start": 389.24503,
            "end": 389.405,
            "confidence": 0.99973327,
            "punctuated_word": "lot",
            "speaker": 0,
            "speaker_confidence": 0.788602
          },
          {
            "word": "of",
            "start": 389.405,
            "end": 389.565,
            "confidence": 0.9998517,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "humans",
            "start": 389.565,
            "end": 389.96503,
            "confidence": 0.9997422,
            "punctuated_word": "humans",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "and",
            "start": 389.96503,
            "end": 390.125,
            "confidence": 0.97762114,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "a",
            "start": 390.125,
            "end": 390.20502,
            "confidence": 0.99950624,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "lot",
            "start": 390.20502,
            "end": 390.445,
            "confidence": 0.9980975,
            "punctuated_word": "lot",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "of",
            "start": 390.445,
            "end": 390.605,
            "confidence": 0.9993051,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "time",
            "start": 390.605,
            "end": 390.845,
            "confidence": 0.9995235,
            "punctuated_word": "time",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "to",
            "start": 390.845,
            "end": 391.005,
            "confidence": 0.99892175,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "get",
            "start": 391.005,
            "end": 391.24503,
            "confidence": 0.9993536,
            "punctuated_word": "get",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "around",
            "start": 391.24503,
            "end": 391.62,
            "confidence": 0.999129,
            "punctuated_word": "around",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "to",
            "start": 391.69998,
            "end": 391.86,
            "confidence": 0.9954021,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "thousands",
            "start": 391.86,
            "end": 392.34,
            "confidence": 0.997801,
            "punctuated_word": "thousands",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "upon",
            "start": 392.34,
            "end": 392.58,
            "confidence": 0.99846953,
            "punctuated_word": "upon",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "thousands",
            "start": 392.58,
            "end": 392.97998,
            "confidence": 0.99609417,
            "punctuated_word": "thousands",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "of",
            "start": 392.97998,
            "end": 393.13998,
            "confidence": 0.9983133,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "endpoints",
            "start": 393.13998,
            "end": 393.54,
            "confidence": 0.96118766,
            "punctuated_word": "endpoints",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "to",
            "start": 393.54,
            "end": 393.62,
            "confidence": 0.8620461,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "do",
            "start": 393.62,
            "end": 393.78,
            "confidence": 0.9694372,
            "punctuated_word": "do",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "this",
            "start": 393.78,
            "end": 393.94,
            "confidence": 0.9994821,
            "punctuated_word": "this",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "repair",
            "start": 393.94,
            "end": 394.44,
            "confidence": 0.8604598,
            "punctuated_word": "repair,",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "which",
            "start": 394.74,
            "end": 395.22,
            "confidence": 0.99935573,
            "punctuated_word": "which",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "perhaps",
            "start": 395.22,
            "end": 395.72,
            "confidence": 0.9360518,
            "punctuated_word": "perhaps",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          }
        ],
        "speaker": 0,
        "id": "43c7399e-da51-4a42-9f87-bde64e2893a7"
      },
      {
        "start": 396.1,
        "end": 399.4,
        "confidence": 0.99706066,
        "channel": 0,
        "transcript": "is some explanation for the length of time the outage went on for it.",
        "words": [
          {
            "word": "is",
            "start": 396.1,
            "end": 396.34,
            "confidence": 0.9883166,
            "punctuated_word": "is",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "some",
            "start": 396.34,
            "end": 396.58,
            "confidence": 0.9995376,
            "punctuated_word": "some",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "explanation",
            "start": 396.58,
            "end": 397.06,
            "confidence": 0.9998357,
            "punctuated_word": "explanation",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "for",
            "start": 397.06,
            "end": 397.13998,
            "confidence": 0.99967146,
            "punctuated_word": "for",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "the",
            "start": 397.13998,
            "end": 397.3,
            "confidence": 0.99975115,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "length",
            "start": 397.3,
            "end": 397.54,
            "confidence": 0.99977607,
            "punctuated_word": "length",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "of",
            "start": 397.54,
            "end": 397.62,
            "confidence": 0.9993734,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "time",
            "start": 397.62,
            "end": 397.86,
            "confidence": 0.9996438,
            "punctuated_word": "time",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "the",
            "start": 397.86,
            "end": 397.94,
            "confidence": 0.9923247,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "outage",
            "start": 397.94,
            "end": 398.26,
            "confidence": 0.9971993,
            "punctuated_word": "outage",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "went",
            "start": 398.26,
            "end": 398.5,
            "confidence": 0.99611974,
            "punctuated_word": "went",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "on",
            "start": 398.5,
            "end": 398.66,
            "confidence": 0.99973446,
            "punctuated_word": "on",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "for",
            "start": 398.66,
            "end": 398.9,
            "confidence": 0.99869895,
            "punctuated_word": "for",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "it",
            "start": 398.9,
            "end": 399.4,
            "confidence": 0.98886615,
            "punctuated_word": "it.",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          }
        ],
        "speaker": 0,
        "id": "b859c769-b3d7-441e-9cca-64412c6f46eb"
      },
      {
        "start": 400.18,
        "end": 406.91998,
        "confidence": 0.9555107,
        "channel": 0,
        "transcript": "Microsoft later also released a recovery tool, which at it was meant to automate some of these steps where you could create a bootable",
        "words": [
          {
            "word": "microsoft",
            "start": 400.18,
            "end": 400.66,
            "confidence": 0.9996038,
            "punctuated_word": "Microsoft",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "later",
            "start": 400.66,
            "end": 400.97998,
            "confidence": 0.9977617,
            "punctuated_word": "later",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "also",
            "start": 400.97998,
            "end": 401.38,
            "confidence": 0.99947923,
            "punctuated_word": "also",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "released",
            "start": 401.38,
            "end": 401.78,
            "confidence": 0.99957484,
            "punctuated_word": "released",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "a",
            "start": 401.78,
            "end": 401.94,
            "confidence": 0.99984956,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "recovery",
            "start": 401.94,
            "end": 402.44,
            "confidence": 0.99761295,
            "punctuated_word": "recovery",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "tool",
            "start": 402.5,
            "end": 403.0,
            "confidence": 0.77157223,
            "punctuated_word": "tool,",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "which",
            "start": 403.13998,
            "end": 403.54,
            "confidence": 0.9997676,
            "punctuated_word": "which",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "at",
            "start": 403.54,
            "end": 403.62,
            "confidence": 0.39810544,
            "punctuated_word": "at",
            "speaker": 0,
            "speaker_confidence": 0.7689934
          },
          {
            "word": "it",
            "start": 403.86,
            "end": 404.02,
            "confidence": 0.83785367,
            "punctuated_word": "it",
            "speaker": 0,
            "speaker_confidence": 0.68665993
          },
          {
            "word": "was",
            "start": 404.02,
            "end": 404.18,
            "confidence": 0.9979048,
            "punctuated_word": "was",
            "speaker": 0,
            "speaker_confidence": 0.68665993
          },
          {
            "word": "meant",
            "start": 404.18,
            "end": 404.41998,
            "confidence": 0.9991277,
            "punctuated_word": "meant",
            "speaker": 0,
            "speaker_confidence": 0.68665993
          },
          {
            "word": "to",
            "start": 404.41998,
            "end": 404.58,
            "confidence": 0.99987006,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.68665993
          },
          {
            "word": "automate",
            "start": 404.58,
            "end": 404.9,
            "confidence": 0.9999279,
            "punctuated_word": "automate",
            "speaker": 0,
            "speaker_confidence": 0.68665993
          },
          {
            "word": "some",
            "start": 404.9,
            "end": 405.06,
            "confidence": 0.9998708,
            "punctuated_word": "some",
            "speaker": 0,
            "speaker_confidence": 0.68665993
          },
          {
            "word": "of",
            "start": 405.06,
            "end": 405.22,
            "confidence": 0.9998472,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.68665993
          },
          {
            "word": "these",
            "start": 405.22,
            "end": 405.38,
            "confidence": 0.99846846,
            "punctuated_word": "these",
            "speaker": 0,
            "speaker_confidence": 0.68665993
          },
          {
            "word": "steps",
            "start": 405.38,
            "end": 405.62,
            "confidence": 0.99981517,
            "punctuated_word": "steps",
            "speaker": 0,
            "speaker_confidence": 0.68665993
          },
          {
            "word": "where",
            "start": 405.62,
            "end": 405.78,
            "confidence": 0.9374505,
            "punctuated_word": "where",
            "speaker": 0,
            "speaker_confidence": 0.68665993
          },
          {
            "word": "you",
            "start": 405.78,
            "end": 405.94,
            "confidence": 0.99979633,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.68665993
          },
          {
            "word": "could",
            "start": 405.94,
            "end": 406.1,
            "confidence": 0.9995454,
            "punctuated_word": "could",
            "speaker": 0,
            "speaker_confidence": 0.68665993
          },
          {
            "word": "create",
            "start": 406.1,
            "end": 406.34,
            "confidence": 0.9999435,
            "punctuated_word": "create",
            "speaker": 0,
            "speaker_confidence": 0.68665993
          },
          {
            "word": "a",
            "start": 406.34,
            "end": 406.41998,
            "confidence": 0.99968493,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.68665993
          },
          {
            "word": "bootable",
            "start": 406.41998,
            "end": 406.91998,
            "confidence": 0.9998238,
            "punctuated_word": "bootable",
            "speaker": 0,
            "speaker_confidence": 0.68665993
          }
        ],
        "speaker": 0,
        "id": "110d2a70-16ac-4719-8437-4173a3897026"
      },
      {
        "start": 407.47498,
        "end": 412.935,
        "confidence": 0.9893894,
        "channel": 0,
        "transcript": "USB stick, you know, plug it in, boot off of it, and it would kind of run through those steps that I just described.",
        "words": [
          {
            "word": "usb",
            "start": 407.47498,
            "end": 407.715,
            "confidence": 0.99966216,
            "punctuated_word": "USB",
            "speaker": 0,
            "speaker_confidence": 0.68665993
          },
          {
            "word": "stick",
            "start": 407.715,
            "end": 408.215,
            "confidence": 0.95930576,
            "punctuated_word": "stick,",
            "speaker": 0,
            "speaker_confidence": 0.68665993
          },
          {
            "word": "you",
            "start": 408.435,
            "end": 408.51498,
            "confidence": 0.9990338,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.68665993
          },
          {
            "word": "know",
            "start": 408.51498,
            "end": 408.75497,
            "confidence": 0.99307764,
            "punctuated_word": "know,",
            "speaker": 0,
            "speaker_confidence": 0.68665993
          },
          {
            "word": "plug",
            "start": 408.75497,
            "end": 408.995,
            "confidence": 0.99910706,
            "punctuated_word": "plug",
            "speaker": 0,
            "speaker_confidence": 0.68665993
          },
          {
            "word": "it",
            "start": 408.995,
            "end": 409.07498,
            "confidence": 0.9994935,
            "punctuated_word": "it",
            "speaker": 0,
            "speaker_confidence": 0.21562201
          },
          {
            "word": "in",
            "start": 409.07498,
            "end": 409.31497,
            "confidence": 0.98801947,
            "punctuated_word": "in,",
            "speaker": 0,
            "speaker_confidence": 0.21562201
          },
          {
            "word": "boot",
            "start": 409.31497,
            "end": 409.555,
            "confidence": 0.9992499,
            "punctuated_word": "boot",
            "speaker": 0,
            "speaker_confidence": 0.21562201
          },
          {
            "word": "off",
            "start": 409.555,
            "end": 409.715,
            "confidence": 0.99627125,
            "punctuated_word": "off",
            "speaker": 0,
            "speaker_confidence": 0.21562201
          },
          {
            "word": "of",
            "start": 409.715,
            "end": 409.79498,
            "confidence": 0.99835205,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.21562201
          },
          {
            "word": "it",
            "start": 409.79498,
            "end": 409.875,
            "confidence": 0.89120173,
            "punctuated_word": "it,",
            "speaker": 0,
            "speaker_confidence": 0.21562201
          },
          {
            "word": "and",
            "start": 409.875,
            "end": 410.03497,
            "confidence": 0.9990785,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.5439978
          },
          {
            "word": "it",
            "start": 410.03497,
            "end": 410.115,
            "confidence": 0.9990233,
            "punctuated_word": "it",
            "speaker": 0,
            "speaker_confidence": 0.5439978
          },
          {
            "word": "would",
            "start": 410.115,
            "end": 410.35498,
            "confidence": 0.9991321,
            "punctuated_word": "would",
            "speaker": 0,
            "speaker_confidence": 0.5439978
          },
          {
            "word": "kind",
            "start": 410.35498,
            "end": 410.435,
            "confidence": 0.93947405,
            "punctuated_word": "kind",
            "speaker": 0,
            "speaker_confidence": 0.5439978
          },
          {
            "word": "of",
            "start": 410.435,
            "end": 410.51498,
            "confidence": 0.99951565,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.5439978
          },
          {
            "word": "run",
            "start": 410.51498,
            "end": 410.75497,
            "confidence": 0.9992312,
            "punctuated_word": "run",
            "speaker": 0,
            "speaker_confidence": 0.5439978
          },
          {
            "word": "through",
            "start": 410.75497,
            "end": 410.91498,
            "confidence": 0.99973804,
            "punctuated_word": "through",
            "speaker": 0,
            "speaker_confidence": 0.5439978
          },
          {
            "word": "those",
            "start": 410.91498,
            "end": 411.155,
            "confidence": 0.9930139,
            "punctuated_word": "those",
            "speaker": 0,
            "speaker_confidence": 0.5439978
          },
          {
            "word": "steps",
            "start": 411.155,
            "end": 411.47498,
            "confidence": 0.9998672,
            "punctuated_word": "steps",
            "speaker": 0,
            "speaker_confidence": 0.5439978
          },
          {
            "word": "that",
            "start": 411.47498,
            "end": 411.97498,
            "confidence": 0.99955803,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.5439978
          },
          {
            "word": "i",
            "start": 412.03497,
            "end": 412.115,
            "confidence": 0.9984931,
            "punctuated_word": "I",
            "speaker": 0,
            "speaker_confidence": 0.5439978
          },
          {
            "word": "just",
            "start": 412.115,
            "end": 412.435,
            "confidence": 0.9969253,
            "punctuated_word": "just",
            "speaker": 0,
            "speaker_confidence": 0.5439978
          },
          {
            "word": "described",
            "start": 412.435,
            "end": 412.935,
            "confidence": 0.9995218,
            "punctuated_word": "described.",
            "speaker": 0,
            "speaker_confidence": 0.5439978
          }
        ],
        "speaker": 0,
        "id": "4c86bb41-6b9d-41dc-8fc6-77dba7a31427"
      },
      {
        "start": 413.875,
        "end": 416.69498,
        "confidence": 0.9938292,
        "channel": 0,
        "transcript": "There's also kind of a goofy public relations thing that happened,",
        "words": [
          {
            "word": "there's",
            "start": 413.875,
            "end": 414.19498,
            "confidence": 0.9742818,
            "punctuated_word": "There's",
            "speaker": 0,
            "speaker_confidence": 0.5439978
          },
          {
            "word": "also",
            "start": 414.19498,
            "end": 414.435,
            "confidence": 0.9993455,
            "punctuated_word": "also",
            "speaker": 0,
            "speaker_confidence": 0.5439978
          },
          {
            "word": "kind",
            "start": 414.435,
            "end": 414.59497,
            "confidence": 0.9868174,
            "punctuated_word": "kind",
            "speaker": 0,
            "speaker_confidence": 0.5439978
          },
          {
            "word": "of",
            "start": 414.59497,
            "end": 414.675,
            "confidence": 0.9998529,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.5439978
          },
          {
            "word": "a",
            "start": 414.675,
            "end": 414.835,
            "confidence": 0.9970681,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.7328981
          },
          {
            "word": "goofy",
            "start": 414.835,
            "end": 415.155,
            "confidence": 0.9994659,
            "punctuated_word": "goofy",
            "speaker": 0,
            "speaker_confidence": 0.7328981
          },
          {
            "word": "public",
            "start": 415.155,
            "end": 415.47498,
            "confidence": 0.99844617,
            "punctuated_word": "public",
            "speaker": 0,
            "speaker_confidence": 0.7328981
          },
          {
            "word": "relations",
            "start": 415.47498,
            "end": 415.875,
            "confidence": 0.9999012,
            "punctuated_word": "relations",
            "speaker": 0,
            "speaker_confidence": 0.7328981
          },
          {
            "word": "thing",
            "start": 415.875,
            "end": 416.03497,
            "confidence": 0.99964464,
            "punctuated_word": "thing",
            "speaker": 0,
            "speaker_confidence": 0.7328981
          },
          {
            "word": "that",
            "start": 416.03497,
            "end": 416.19498,
            "confidence": 0.9976351,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.7328981
          },
          {
            "word": "happened",
            "start": 416.19498,
            "end": 416.69498,
            "confidence": 0.9796631,
            "punctuated_word": "happened,",
            "speaker": 0,
            "speaker_confidence": 0.7328981
          }
        ],
        "speaker": 0,
        "id": "64a442b0-2023-4466-9f4e-a2e5f9f1dfd3"
      },
      {
        "start": 417.235,
        "end": 423.19,
        "confidence": 0.9789591,
        "channel": 0,
        "transcript": "after this fix kinda went out, which is, reportedly, CrowdStrike sent out a bunch of $10",
        "words": [
          {
            "word": "after",
            "start": 417.235,
            "end": 417.715,
            "confidence": 0.9999597,
            "punctuated_word": "after",
            "speaker": 0,
            "speaker_confidence": 0.7328981
          },
          {
            "word": "this",
            "start": 417.715,
            "end": 418.03497,
            "confidence": 0.9943522,
            "punctuated_word": "this",
            "speaker": 0,
            "speaker_confidence": 0.7328981
          },
          {
            "word": "fix",
            "start": 418.03497,
            "end": 418.35498,
            "confidence": 0.9986305,
            "punctuated_word": "fix",
            "speaker": 0,
            "speaker_confidence": 0.7328981
          },
          {
            "word": "kinda",
            "start": 418.35498,
            "end": 418.675,
            "confidence": 0.8670842,
            "punctuated_word": "kinda",
            "speaker": 0,
            "speaker_confidence": 0.7328981
          },
          {
            "word": "went",
            "start": 418.675,
            "end": 418.835,
            "confidence": 0.9993469,
            "punctuated_word": "went",
            "speaker": 0,
            "speaker_confidence": 0.7328981
          },
          {
            "word": "out",
            "start": 418.835,
            "end": 419.25,
            "confidence": 0.85526335,
            "punctuated_word": "out,",
            "speaker": 0,
            "speaker_confidence": 0.7328981
          },
          {
            "word": "which",
            "start": 419.33,
            "end": 419.57,
            "confidence": 0.9997129,
            "punctuated_word": "which",
            "speaker": 0,
            "speaker_confidence": 0.7328981
          },
          {
            "word": "is",
            "start": 419.57,
            "end": 419.73,
            "confidence": 0.99049526,
            "punctuated_word": "is,",
            "speaker": 0,
            "speaker_confidence": 0.7328981
          },
          {
            "word": "reportedly",
            "start": 420.21,
            "end": 420.71,
            "confidence": 0.9749623,
            "punctuated_word": "reportedly,",
            "speaker": 0,
            "speaker_confidence": 0.7328981
          },
          {
            "word": "crowdstrike",
            "start": 420.93,
            "end": 421.43,
            "confidence": 0.9949603,
            "punctuated_word": "CrowdStrike",
            "speaker": 0,
            "speaker_confidence": 0.7328981
          },
          {
            "word": "sent",
            "start": 421.49,
            "end": 421.65,
            "confidence": 0.99958533,
            "punctuated_word": "sent",
            "speaker": 0,
            "speaker_confidence": 0.7328981
          },
          {
            "word": "out",
            "start": 421.65,
            "end": 421.89,
            "confidence": 0.9997762,
            "punctuated_word": "out",
            "speaker": 0,
            "speaker_confidence": 0.7328981
          },
          {
            "word": "a",
            "start": 421.89,
            "end": 421.97,
            "confidence": 0.9998758,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.7328981
          },
          {
            "word": "bunch",
            "start": 421.97,
            "end": 422.21,
            "confidence": 0.9999523,
            "punctuated_word": "bunch",
            "speaker": 0,
            "speaker_confidence": 0.50929886
          },
          {
            "word": "of",
            "start": 422.21,
            "end": 422.45,
            "confidence": 0.9997117,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.50929886
          },
          {
            "word": "$10",
            "start": 422.45,
            "end": 423.19,
            "confidence": 0.9896759,
            "punctuated_word": "$10",
            "speaker": 0,
            "speaker_confidence": 0.50929886
          }
        ],
        "speaker": 0,
        "id": "3305f793-c075-4f13-b3bb-a2b4b8e57d71"
      },
      {
        "start": 423.57,
        "end": 424.95,
        "confidence": 0.9848589,
        "channel": 0,
        "transcript": "Uber Eats gift cards.",
        "words": [
          {
            "word": "uber",
            "start": 423.57,
            "end": 423.89,
            "confidence": 0.9990024,
            "punctuated_word": "Uber",
            "speaker": 0,
            "speaker_confidence": 0.50929886
          },
          {
            "word": "eats",
            "start": 423.89,
            "end": 424.21,
            "confidence": 0.9756119,
            "punctuated_word": "Eats",
            "speaker": 0,
            "speaker_confidence": 0.50929886
          },
          {
            "word": "gift",
            "start": 424.21,
            "end": 424.45,
            "confidence": 0.9984971,
            "punctuated_word": "gift",
            "speaker": 0,
            "speaker_confidence": 0.50929886
          },
          {
            "word": "cards",
            "start": 424.45,
            "end": 424.95,
            "confidence": 0.96632373,
            "punctuated_word": "cards.",
            "speaker": 0,
            "speaker_confidence": 0.50929886
          }
        ],
        "speaker": 0,
        "id": "daec4bad-4294-4f1c-bd68-b66eb9011036"
      },
      {
        "start": 425.33,
        "end": 426.71,
        "confidence": 0.93941337,
        "channel": 0,
        "transcript": "Though it was reported that,",
        "words": [
          {
            "word": "though",
            "start": 425.33,
            "end": 425.57,
            "confidence": 0.9560407,
            "punctuated_word": "Though",
            "speaker": 0,
            "speaker_confidence": 0.3331992
          },
          {
            "word": "it",
            "start": 425.57,
            "end": 425.65,
            "confidence": 0.75461745,
            "punctuated_word": "it",
            "speaker": 0,
            "speaker_confidence": 0.3331992
          },
          {
            "word": "was",
            "start": 425.65,
            "end": 425.81,
            "confidence": 0.99990094,
            "punctuated_word": "was",
            "speaker": 0,
            "speaker_confidence": 0.3331992
          },
          {
            "word": "reported",
            "start": 425.81,
            "end": 426.21,
            "confidence": 0.99991274,
            "punctuated_word": "reported",
            "speaker": 0,
            "speaker_confidence": 0.3331992
          },
          {
            "word": "that",
            "start": 426.21,
            "end": 426.71,
            "confidence": 0.98659503,
            "punctuated_word": "that,",
            "speaker": 0,
            "speaker_confidence": 0.3331992
          }
        ],
        "speaker": 0,
        "id": "277ee3ba-f0d0-4cdc-a599-6ffaa0d10142"
      },
      {
        "start": 427.17,
        "end": 433.99,
        "confidence": 0.9276355,
        "channel": 0,
        "transcript": "there was potentially a false positive on the kind of fraud slide on with Uber Eats where some folks weren't able to redeem them.",
        "words": [
          {
            "word": "there",
            "start": 427.17,
            "end": 427.41,
            "confidence": 0.9998591,
            "punctuated_word": "there",
            "speaker": 0,
            "speaker_confidence": 0.4086799
          },
          {
            "word": "was",
            "start": 427.41,
            "end": 427.89,
            "confidence": 0.999954,
            "punctuated_word": "was",
            "speaker": 0,
            "speaker_confidence": 0.4086799
          },
          {
            "word": "potentially",
            "start": 427.89,
            "end": 428.37,
            "confidence": 0.5116079,
            "punctuated_word": "potentially",
            "speaker": 0,
            "speaker_confidence": 0.4086799
          },
          {
            "word": "a",
            "start": 428.37,
            "end": 428.45,
            "confidence": 0.9970457,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.4086799
          },
          {
            "word": "false",
            "start": 428.45,
            "end": 428.77,
            "confidence": 0.99994063,
            "punctuated_word": "false",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "positive",
            "start": 428.77,
            "end": 429.25,
            "confidence": 0.99995184,
            "punctuated_word": "positive",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "on",
            "start": 429.25,
            "end": 429.75,
            "confidence": 0.99983656,
            "punctuated_word": "on",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "the",
            "start": 429.97,
            "end": 430.13,
            "confidence": 0.9978956,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "kind",
            "start": 430.13,
            "end": 430.37,
            "confidence": 0.9407005,
            "punctuated_word": "kind",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "of",
            "start": 430.37,
            "end": 430.45,
            "confidence": 0.9994961,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "fraud",
            "start": 430.45,
            "end": 430.77,
            "confidence": 0.9989845,
            "punctuated_word": "fraud",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "slide",
            "start": 430.77,
            "end": 431.01,
            "confidence": 0.39745414,
            "punctuated_word": "slide",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "on",
            "start": 431.01,
            "end": 431.09,
            "confidence": 0.99724257,
            "punctuated_word": "on",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "with",
            "start": 431.17,
            "end": 431.41,
            "confidence": 0.999691,
            "punctuated_word": "with",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "uber",
            "start": 431.41,
            "end": 431.65,
            "confidence": 0.99970007,
            "punctuated_word": "Uber",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "eats",
            "start": 431.65,
            "end": 431.89,
            "confidence": 0.998775,
            "punctuated_word": "Eats",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "where",
            "start": 431.89,
            "end": 432.13,
            "confidence": 0.5813324,
            "punctuated_word": "where",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "some",
            "start": 432.13,
            "end": 432.29,
            "confidence": 0.99882084,
            "punctuated_word": "some",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "folks",
            "start": 432.29,
            "end": 432.53,
            "confidence": 0.999956,
            "punctuated_word": "folks",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "weren't",
            "start": 432.53,
            "end": 432.85,
            "confidence": 0.9996741,
            "punctuated_word": "weren't",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "able",
            "start": 432.85,
            "end": 433.01,
            "confidence": 0.9997676,
            "punctuated_word": "able",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "to",
            "start": 433.01,
            "end": 433.17,
            "confidence": 0.9994875,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "redeem",
            "start": 433.17,
            "end": 433.49,
            "confidence": 0.9999416,
            "punctuated_word": "redeem",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "them",
            "start": 433.49,
            "end": 433.99,
            "confidence": 0.84613776,
            "punctuated_word": "them.",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          }
        ],
        "speaker": 0,
        "id": "697b383c-9e6a-4fe8-a2f3-ba35d03d0bb9"
      },
      {
        "start": 434.51498,
        "end": 440.615,
        "confidence": 0.9880806,
        "channel": 0,
        "transcript": "CrowdStrike was saying this potentially because of just the large number of people trying to use the same setup all at once.",
        "words": [
          {
            "word": "crowdstrike",
            "start": 434.51498,
            "end": 434.995,
            "confidence": 0.9946574,
            "punctuated_word": "CrowdStrike",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "was",
            "start": 434.995,
            "end": 435.07498,
            "confidence": 0.998835,
            "punctuated_word": "was",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "saying",
            "start": 435.07498,
            "end": 435.315,
            "confidence": 0.99949825,
            "punctuated_word": "saying",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "this",
            "start": 435.315,
            "end": 435.555,
            "confidence": 0.9772207,
            "punctuated_word": "this",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "potentially",
            "start": 435.555,
            "end": 435.955,
            "confidence": 0.8951949,
            "punctuated_word": "potentially",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "because",
            "start": 435.955,
            "end": 436.455,
            "confidence": 0.9887643,
            "punctuated_word": "because",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "of",
            "start": 436.675,
            "end": 436.91498,
            "confidence": 0.9994215,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "just",
            "start": 436.91498,
            "end": 437.155,
            "confidence": 0.9983563,
            "punctuated_word": "just",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "the",
            "start": 437.155,
            "end": 437.235,
            "confidence": 0.98007154,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "large",
            "start": 437.235,
            "end": 437.555,
            "confidence": 0.99770737,
            "punctuated_word": "large",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "number",
            "start": 437.555,
            "end": 437.715,
            "confidence": 0.99785113,
            "punctuated_word": "number",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "of",
            "start": 437.715,
            "end": 437.79498,
            "confidence": 0.9808642,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "people",
            "start": 437.79498,
            "end": 438.035,
            "confidence": 0.9992204,
            "punctuated_word": "people",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "trying",
            "start": 438.035,
            "end": 438.275,
            "confidence": 0.9939289,
            "punctuated_word": "trying",
            "speaker": 0,
            "speaker_confidence": 0.6431457
          },
          {
            "word": "to",
            "start": 438.275,
            "end": 438.35498,
            "confidence": 0.9994991,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.3400485
          },
          {
            "word": "use",
            "start": 438.35498,
            "end": 438.595,
            "confidence": 0.999752,
            "punctuated_word": "use",
            "speaker": 0,
            "speaker_confidence": 0.3400485
          },
          {
            "word": "the",
            "start": 438.595,
            "end": 438.755,
            "confidence": 0.99939525,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.3400485
          },
          {
            "word": "same",
            "start": 438.755,
            "end": 439.255,
            "confidence": 0.9998658,
            "punctuated_word": "same",
            "speaker": 0,
            "speaker_confidence": 0.3400485
          },
          {
            "word": "setup",
            "start": 439.47498,
            "end": 439.875,
            "confidence": 0.9514874,
            "punctuated_word": "setup",
            "speaker": 0,
            "speaker_confidence": 0.3400485
          },
          {
            "word": "all",
            "start": 439.875,
            "end": 440.035,
            "confidence": 0.99050504,
            "punctuated_word": "all",
            "speaker": 0,
            "speaker_confidence": 0.3400485
          },
          {
            "word": "at",
            "start": 440.035,
            "end": 440.115,
            "confidence": 0.9966704,
            "punctuated_word": "at",
            "speaker": 0,
            "speaker_confidence": 0.57526326
          },
          {
            "word": "once",
            "start": 440.115,
            "end": 440.615,
            "confidence": 0.9990079,
            "punctuated_word": "once.",
            "speaker": 0,
            "speaker_confidence": 0.57526326
          }
        ],
        "speaker": 0,
        "id": "98022a7d-f7bb-4bed-abbf-8164e78ea93c"
      },
      {
        "start": 440.995,
        "end": 444.29498,
        "confidence": 0.9385606,
        "channel": 0,
        "transcript": "I wasn't able to confirm that particular back and forth.",
        "words": [
          {
            "word": "i",
            "start": 440.995,
            "end": 441.395,
            "confidence": 0.44186327,
            "punctuated_word": "I",
            "speaker": 0,
            "speaker_confidence": 0.57526326
          },
          {
            "word": "wasn't",
            "start": 441.395,
            "end": 441.63498,
            "confidence": 0.9496851,
            "punctuated_word": "wasn't",
            "speaker": 0,
            "speaker_confidence": 0.57526326
          },
          {
            "word": "able",
            "start": 441.63498,
            "end": 441.875,
            "confidence": 0.9992299,
            "punctuated_word": "able",
            "speaker": 0,
            "speaker_confidence": 0.57526326
          },
          {
            "word": "to",
            "start": 441.875,
            "end": 441.955,
            "confidence": 0.9986432,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.57526326
          },
          {
            "word": "confirm",
            "start": 441.955,
            "end": 442.435,
            "confidence": 0.9998956,
            "punctuated_word": "confirm",
            "speaker": 0,
            "speaker_confidence": 0.57526326
          },
          {
            "word": "that",
            "start": 442.435,
            "end": 442.595,
            "confidence": 0.99701935,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.57526326
          },
          {
            "word": "particular",
            "start": 442.595,
            "end": 443.095,
            "confidence": 0.99992275,
            "punctuated_word": "particular",
            "speaker": 0,
            "speaker_confidence": 0.57526326
          },
          {
            "word": "back",
            "start": 443.395,
            "end": 443.63498,
            "confidence": 0.99980444,
            "punctuated_word": "back",
            "speaker": 0,
            "speaker_confidence": 0.57526326
          },
          {
            "word": "and",
            "start": 443.63498,
            "end": 443.79498,
            "confidence": 0.9997559,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.57526326
          },
          {
            "word": "forth",
            "start": 443.79498,
            "end": 444.29498,
            "confidence": 0.99978673,
            "punctuated_word": "forth.",
            "speaker": 0,
            "speaker_confidence": 0.57526326
          }
        ],
        "speaker": 0,
        "id": "a5730173-1418-4a13-97f2-aad16ce6a12a"
      },
      {
        "start": 445.63498,
        "end": 448.535,
        "confidence": 0.9553141,
        "channel": 0,
        "transcript": "So as we kinda get to the the end of this summary",
        "words": [
          {
            "word": "so",
            "start": 445.63498,
            "end": 446.115,
            "confidence": 0.9994361,
            "punctuated_word": "So",
            "speaker": 0,
            "speaker_confidence": 0.34372604
          },
          {
            "word": "as",
            "start": 446.115,
            "end": 446.35498,
            "confidence": 0.81031024,
            "punctuated_word": "as",
            "speaker": 0,
            "speaker_confidence": 0.34372604
          },
          {
            "word": "we",
            "start": 446.35498,
            "end": 446.51498,
            "confidence": 0.7835815,
            "punctuated_word": "we",
            "speaker": 0,
            "speaker_confidence": 0.34372604
          },
          {
            "word": "kinda",
            "start": 446.51498,
            "end": 446.835,
            "confidence": 0.9145298,
            "punctuated_word": "kinda",
            "speaker": 0,
            "speaker_confidence": 0.34372604
          },
          {
            "word": "get",
            "start": 446.835,
            "end": 446.995,
            "confidence": 0.99929917,
            "punctuated_word": "get",
            "speaker": 0,
            "speaker_confidence": 0.34372604
          },
          {
            "word": "to",
            "start": 446.995,
            "end": 447.155,
            "confidence": 0.99958724,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.34372604
          },
          {
            "word": "the",
            "start": 447.155,
            "end": 447.395,
            "confidence": 0.99990606,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.34372604
          },
          {
            "word": "the",
            "start": 447.395,
            "end": 447.555,
            "confidence": 0.98583835,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.34372604
          },
          {
            "word": "end",
            "start": 447.555,
            "end": 447.715,
            "confidence": 0.99989724,
            "punctuated_word": "end",
            "speaker": 0,
            "speaker_confidence": 0.34372604
          },
          {
            "word": "of",
            "start": 447.715,
            "end": 447.79498,
            "confidence": 0.99966884,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.0
          },
          {
            "word": "this",
            "start": 447.79498,
            "end": 448.035,
            "confidence": 0.9721547,
            "punctuated_word": "this",
            "speaker": 0,
            "speaker_confidence": 0.0
          },
          {
            "word": "summary",
            "start": 448.035,
            "end": 448.535,
            "confidence": 0.9995597,
            "punctuated_word": "summary",
            "speaker": 0,
            "speaker_confidence": 0.7201934
          }
        ],
        "speaker": 0,
        "id": "453e0231-c571-465e-b1d8-d4939bbe5a46"
      },
      {
        "start": 449.08002,
        "end": 449.90002,
        "confidence": 0.9978481,
        "channel": 0,
        "transcript": "of what happened,",
        "words": [
          {
            "word": "of",
            "start": 449.08002,
            "end": 449.32,
            "confidence": 0.9998895,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.7201934
          },
          {
            "word": "what",
            "start": 449.32,
            "end": 449.40002,
            "confidence": 0.99995136,
            "punctuated_word": "what",
            "speaker": 0,
            "speaker_confidence": 0.7201934
          },
          {
            "word": "happened",
            "start": 449.40002,
            "end": 449.90002,
            "confidence": 0.9937035,
            "punctuated_word": "happened,",
            "speaker": 0,
            "speaker_confidence": 0.7201934
          }
        ],
        "speaker": 0,
        "id": "d26ec0ef-88ed-4c1f-a694-7d82c99cc357"
      },
      {
        "start": 450.28,
        "end": 456.7,
        "confidence": 0.97973776,
        "channel": 0,
        "transcript": "I think something to think about is what what lessons can we learn? As folks that, many of us are out here trying to build",
        "words": [
          {
            "word": "i",
            "start": 450.28,
            "end": 450.52002,
            "confidence": 0.99952245,
            "punctuated_word": "I",
            "speaker": 0,
            "speaker_confidence": 0.7201934
          },
          {
            "word": "think",
            "start": 450.52002,
            "end": 450.84003,
            "confidence": 0.9999691,
            "punctuated_word": "think",
            "speaker": 0,
            "speaker_confidence": 0.7201934
          },
          {
            "word": "something",
            "start": 450.84003,
            "end": 451.16,
            "confidence": 0.95688546,
            "punctuated_word": "something",
            "speaker": 0,
            "speaker_confidence": 0.7201934
          },
          {
            "word": "to",
            "start": 451.16,
            "end": 451.32,
            "confidence": 0.99965703,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.7201934
          },
          {
            "word": "think",
            "start": 451.32,
            "end": 451.56003,
            "confidence": 0.999889,
            "punctuated_word": "think",
            "speaker": 0,
            "speaker_confidence": 0.7201934
          },
          {
            "word": "about",
            "start": 451.56003,
            "end": 451.96002,
            "confidence": 0.99954057,
            "punctuated_word": "about",
            "speaker": 0,
            "speaker_confidence": 0.7201934
          },
          {
            "word": "is",
            "start": 451.96002,
            "end": 452.28,
            "confidence": 0.9976521,
            "punctuated_word": "is",
            "speaker": 0,
            "speaker_confidence": 0.7201934
          },
          {
            "word": "what",
            "start": 452.28,
            "end": 452.6,
            "confidence": 0.85349745,
            "punctuated_word": "what",
            "speaker": 0,
            "speaker_confidence": 0.7201934
          },
          {
            "word": "what",
            "start": 452.6,
            "end": 452.76,
            "confidence": 0.99763393,
            "punctuated_word": "what",
            "speaker": 0,
            "speaker_confidence": 0.7201934
          },
          {
            "word": "lessons",
            "start": 452.76,
            "end": 453.16,
            "confidence": 0.9997205,
            "punctuated_word": "lessons",
            "speaker": 0,
            "speaker_confidence": 0.7201934
          },
          {
            "word": "can",
            "start": 453.16,
            "end": 453.32,
            "confidence": 0.999655,
            "punctuated_word": "can",
            "speaker": 0,
            "speaker_confidence": 0.7201934
          },
          {
            "word": "we",
            "start": 453.32,
            "end": 453.48,
            "confidence": 0.99960524,
            "punctuated_word": "we",
            "speaker": 0,
            "speaker_confidence": 0.7201934
          },
          {
            "word": "learn",
            "start": 453.48,
            "end": 453.96002,
            "confidence": 0.7416065,
            "punctuated_word": "learn?",
            "speaker": 0,
            "speaker_confidence": 0.7201934
          },
          {
            "word": "as",
            "start": 453.96002,
            "end": 454.2,
            "confidence": 0.99872655,
            "punctuated_word": "As",
            "speaker": 0,
            "speaker_confidence": 0.7201934
          },
          {
            "word": "folks",
            "start": 454.2,
            "end": 454.44,
            "confidence": 0.99980694,
            "punctuated_word": "folks",
            "speaker": 0,
            "speaker_confidence": 0.7201934
          },
          {
            "word": "that",
            "start": 454.44,
            "end": 454.68002,
            "confidence": 0.9566574,
            "punctuated_word": "that,",
            "speaker": 0,
            "speaker_confidence": 0.7201934
          },
          {
            "word": "many",
            "start": 454.92,
            "end": 455.08002,
            "confidence": 0.9997576,
            "punctuated_word": "many",
            "speaker": 0,
            "speaker_confidence": 0.7201934
          },
          {
            "word": "of",
            "start": 455.08002,
            "end": 455.24002,
            "confidence": 0.9998467,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.7201934
          },
          {
            "word": "us",
            "start": 455.24002,
            "end": 455.32,
            "confidence": 0.99987864,
            "punctuated_word": "us",
            "speaker": 0,
            "speaker_confidence": 0.19206297
          },
          {
            "word": "are",
            "start": 455.32,
            "end": 455.48,
            "confidence": 0.9988054,
            "punctuated_word": "are",
            "speaker": 0,
            "speaker_confidence": 0.19206297
          },
          {
            "word": "out",
            "start": 455.48,
            "end": 455.64,
            "confidence": 0.9997008,
            "punctuated_word": "out",
            "speaker": 0,
            "speaker_confidence": 0.19206297
          },
          {
            "word": "here",
            "start": 455.64,
            "end": 455.88,
            "confidence": 0.9997664,
            "punctuated_word": "here",
            "speaker": 0,
            "speaker_confidence": 0.19206297
          },
          {
            "word": "trying",
            "start": 455.88,
            "end": 456.12003,
            "confidence": 0.9959566,
            "punctuated_word": "trying",
            "speaker": 0,
            "speaker_confidence": 0.19206297
          },
          {
            "word": "to",
            "start": 456.12003,
            "end": 456.2,
            "confidence": 0.9997602,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "build",
            "start": 456.2,
            "end": 456.7,
            "confidence": 0.99994576,
            "punctuated_word": "build",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          }
        ],
        "speaker": 0,
        "id": "518ffb9a-4acd-4086-a034-8c39a11eff3e"
      },
      {
        "start": 457.08002,
        "end": 458.86002,
        "confidence": 0.99582654,
        "channel": 0,
        "transcript": "our own tools to service,",
        "words": [
          {
            "word": "our",
            "start": 457.08002,
            "end": 457.32,
            "confidence": 0.99948585,
            "punctuated_word": "our",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "own",
            "start": 457.32,
            "end": 457.56,
            "confidence": 0.9998405,
            "punctuated_word": "own",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "tools",
            "start": 457.56,
            "end": 458.04,
            "confidence": 0.9996737,
            "punctuated_word": "tools",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "to",
            "start": 458.04,
            "end": 458.36002,
            "confidence": 0.98829496,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "service",
            "start": 458.36002,
            "end": 458.86002,
            "confidence": 0.99183744,
            "punctuated_word": "service,",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          }
        ],
        "speaker": 0,
        "id": "a663e211-fa5c-4ef6-8ae5-023c5ecc8c6e"
      },
      {
        "start": 459.24002,
        "end": 464.14,
        "confidence": 0.975185,
        "channel": 0,
        "transcript": "folks out there in the world, what are things we could do to avoid putting ourselves in in this kind of situation?",
        "words": [
          {
            "word": "folks",
            "start": 459.24002,
            "end": 459.56,
            "confidence": 0.99985814,
            "punctuated_word": "folks",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "out",
            "start": 459.56,
            "end": 459.72,
            "confidence": 0.9997569,
            "punctuated_word": "out",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "there",
            "start": 459.72,
            "end": 459.88,
            "confidence": 0.9995751,
            "punctuated_word": "there",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "in",
            "start": 459.88,
            "end": 460.04,
            "confidence": 0.99959594,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "the",
            "start": 460.04,
            "end": 460.12003,
            "confidence": 0.99975663,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "world",
            "start": 460.12003,
            "end": 460.62003,
            "confidence": 0.97249734,
            "punctuated_word": "world,",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "what",
            "start": 460.68002,
            "end": 460.84003,
            "confidence": 0.9989517,
            "punctuated_word": "what",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "are",
            "start": 460.84003,
            "end": 461.0,
            "confidence": 0.9993135,
            "punctuated_word": "are",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "things",
            "start": 461.0,
            "end": 461.24002,
            "confidence": 0.9482292,
            "punctuated_word": "things",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "we",
            "start": 461.24002,
            "end": 461.32,
            "confidence": 0.9994717,
            "punctuated_word": "we",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "could",
            "start": 461.32,
            "end": 461.48,
            "confidence": 0.9558644,
            "punctuated_word": "could",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "do",
            "start": 461.48,
            "end": 461.64,
            "confidence": 0.9994677,
            "punctuated_word": "do",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "to",
            "start": 461.64,
            "end": 461.80002,
            "confidence": 0.9977099,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "avoid",
            "start": 461.80002,
            "end": 462.04,
            "confidence": 0.9997012,
            "punctuated_word": "avoid",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "putting",
            "start": 462.04,
            "end": 462.36002,
            "confidence": 0.97760564,
            "punctuated_word": "putting",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "ourselves",
            "start": 462.36002,
            "end": 462.76,
            "confidence": 0.7689661,
            "punctuated_word": "ourselves",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "in",
            "start": 462.76,
            "end": 463.0,
            "confidence": 0.99896955,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "in",
            "start": 463.0,
            "end": 463.16,
            "confidence": 0.99204296,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "this",
            "start": 463.16,
            "end": 463.32,
            "confidence": 0.9996339,
            "punctuated_word": "this",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "kind",
            "start": 463.32,
            "end": 463.56,
            "confidence": 0.8677966,
            "punctuated_word": "kind",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "of",
            "start": 463.56,
            "end": 463.64,
            "confidence": 0.9953295,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          },
          {
            "word": "situation",
            "start": 463.64,
            "end": 464.14,
            "confidence": 0.983979,
            "punctuated_word": "situation?",
            "speaker": 0,
            "speaker_confidence": 0.69219816
          }
        ],
        "speaker": 0,
        "id": "1f13584d-ae48-4a76-b5b4-c88d116d9ce8"
      },
      {
        "start": 465.595,
        "end": 467.775,
        "confidence": 0.97223717,
        "channel": 0,
        "transcript": "The advice I would give is for for your own projects.",
        "words": [
          {
            "word": "the",
            "start": 465.595,
            "end": 465.675,
            "confidence": 0.99546874,
            "punctuated_word": "The",
            "speaker": 0,
            "speaker_confidence": 0.55064577
          },
          {
            "word": "advice",
            "start": 465.675,
            "end": 465.995,
            "confidence": 0.99875987,
            "punctuated_word": "advice",
            "speaker": 0,
            "speaker_confidence": 0.55064577
          },
          {
            "word": "i",
            "start": 465.995,
            "end": 466.07498,
            "confidence": 0.9994524,
            "punctuated_word": "I",
            "speaker": 0,
            "speaker_confidence": 0.55064577
          },
          {
            "word": "would",
            "start": 466.07498,
            "end": 466.235,
            "confidence": 0.9997893,
            "punctuated_word": "would",
            "speaker": 0,
            "speaker_confidence": 0.55064577
          },
          {
            "word": "give",
            "start": 466.235,
            "end": 466.395,
            "confidence": 0.99992573,
            "punctuated_word": "give",
            "speaker": 0,
            "speaker_confidence": 0.55064577
          },
          {
            "word": "is",
            "start": 466.395,
            "end": 466.555,
            "confidence": 0.998609,
            "punctuated_word": "is",
            "speaker": 0,
            "speaker_confidence": 0.55064577
          },
          {
            "word": "for",
            "start": 466.555,
            "end": 466.79498,
            "confidence": 0.98368007,
            "punctuated_word": "for",
            "speaker": 0,
            "speaker_confidence": 0.55064577
          },
          {
            "word": "for",
            "start": 466.79498,
            "end": 466.955,
            "confidence": 0.8708958,
            "punctuated_word": "for",
            "speaker": 0,
            "speaker_confidence": 0.55064577
          },
          {
            "word": "your",
            "start": 466.955,
            "end": 467.115,
            "confidence": 0.9990212,
            "punctuated_word": "your",
            "speaker": 0,
            "speaker_confidence": 0.55064577
          },
          {
            "word": "own",
            "start": 467.115,
            "end": 467.275,
            "confidence": 0.99737155,
            "punctuated_word": "own",
            "speaker": 0,
            "speaker_confidence": 0.55064577
          },
          {
            "word": "projects",
            "start": 467.275,
            "end": 467.775,
            "confidence": 0.85163546,
            "punctuated_word": "projects.",
            "speaker": 0,
            "speaker_confidence": 0.55064577
          }
        ],
        "speaker": 0,
        "id": "41c0912b-d488-4c89-858a-7d1dd3700634"
      },
      {
        "start": 468.555,
        "end": 472.095,
        "confidence": 0.9992102,
        "channel": 0,
        "transcript": "Make sure you're investing time in your layers of automated",
        "words": [
          {
            "word": "make",
            "start": 468.555,
            "end": 468.79498,
            "confidence": 0.9988165,
            "punctuated_word": "Make",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "sure",
            "start": 468.79498,
            "end": 469.035,
            "confidence": 0.99994373,
            "punctuated_word": "sure",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "you're",
            "start": 469.035,
            "end": 469.275,
            "confidence": 0.9990916,
            "punctuated_word": "you're",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "investing",
            "start": 469.275,
            "end": 469.775,
            "confidence": 0.9997336,
            "punctuated_word": "investing",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "time",
            "start": 469.835,
            "end": 470.335,
            "confidence": 0.9991811,
            "punctuated_word": "time",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "in",
            "start": 470.555,
            "end": 470.715,
            "confidence": 0.9966158,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "your",
            "start": 470.715,
            "end": 470.955,
            "confidence": 0.99990416,
            "punctuated_word": "your",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "layers",
            "start": 470.955,
            "end": 471.355,
            "confidence": 0.9989942,
            "punctuated_word": "layers",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "of",
            "start": 471.355,
            "end": 471.595,
            "confidence": 0.99990284,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "automated",
            "start": 471.595,
            "end": 472.095,
            "confidence": 0.9999182,
            "punctuated_word": "automated",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          }
        ],
        "speaker": 0,
        "id": "86101dc3-e6a4-4af3-ba24-73883a9fc86f"
      },
      {
        "start": 472.635,
        "end": 473.85498,
        "confidence": 0.9938186,
        "channel": 0,
        "transcript": "and manual testing.",
        "words": [
          {
            "word": "and",
            "start": 472.635,
            "end": 472.875,
            "confidence": 0.99977714,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "manual",
            "start": 472.875,
            "end": 473.35498,
            "confidence": 0.99997234,
            "punctuated_word": "manual",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "testing",
            "start": 473.35498,
            "end": 473.85498,
            "confidence": 0.98170644,
            "punctuated_word": "testing.",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          }
        ],
        "speaker": 0,
        "id": "9033e64d-2805-4543-9cb8-97ea03f37c94"
      },
      {
        "start": 474.635,
        "end": 480.335,
        "confidence": 0.97894555,
        "channel": 0,
        "transcript": "Really consider where areas of risk could be and try to align your testing strategy to cover those specifically.",
        "words": [
          {
            "word": "really",
            "start": 474.635,
            "end": 474.955,
            "confidence": 0.9967867,
            "punctuated_word": "Really",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "consider",
            "start": 474.955,
            "end": 475.35498,
            "confidence": 0.9992411,
            "punctuated_word": "consider",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "where",
            "start": 475.35498,
            "end": 475.595,
            "confidence": 0.99592197,
            "punctuated_word": "where",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "areas",
            "start": 475.595,
            "end": 475.995,
            "confidence": 0.99984086,
            "punctuated_word": "areas",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "of",
            "start": 475.995,
            "end": 476.155,
            "confidence": 0.99980015,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "risk",
            "start": 476.155,
            "end": 476.395,
            "confidence": 0.99783677,
            "punctuated_word": "risk",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "could",
            "start": 476.395,
            "end": 476.635,
            "confidence": 0.9994336,
            "punctuated_word": "could",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "be",
            "start": 476.635,
            "end": 477.115,
            "confidence": 0.9999118,
            "punctuated_word": "be",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "and",
            "start": 477.115,
            "end": 477.35498,
            "confidence": 0.67024773,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "try",
            "start": 477.35498,
            "end": 477.51498,
            "confidence": 0.99992096,
            "punctuated_word": "try",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "to",
            "start": 477.51498,
            "end": 477.755,
            "confidence": 0.99988735,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "align",
            "start": 477.755,
            "end": 478.07498,
            "confidence": 0.9992749,
            "punctuated_word": "align",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "your",
            "start": 478.07498,
            "end": 478.235,
            "confidence": 0.9993925,
            "punctuated_word": "your",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "testing",
            "start": 478.235,
            "end": 478.715,
            "confidence": 0.9992337,
            "punctuated_word": "testing",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "strategy",
            "start": 478.715,
            "end": 479.195,
            "confidence": 0.99874675,
            "punctuated_word": "strategy",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "to",
            "start": 479.195,
            "end": 479.35498,
            "confidence": 0.9483294,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "cover",
            "start": 479.35498,
            "end": 479.595,
            "confidence": 0.99997497,
            "punctuated_word": "cover",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "those",
            "start": 479.595,
            "end": 479.835,
            "confidence": 0.99964213,
            "punctuated_word": "those",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          },
          {
            "word": "specifically",
            "start": 479.835,
            "end": 480.335,
            "confidence": 0.99654365,
            "punctuated_word": "specifically.",
            "speaker": 0,
            "speaker_confidence": 0.7662489
          }
        ],
        "speaker": 0,
        "id": "37ce443a-0397-42f1-bd4a-dcb27cd2fee0"
      },
      {
        "start": 481.49,
        "end": 490.23,
        "confidence": 0.94461703,
        "channel": 0,
        "transcript": "Do those kind of pre mortem activities. Ask yourself where can things go wrong? What impact can those events have? In particular, if there's business critical",
        "words": [
          {
            "word": "do",
            "start": 481.49,
            "end": 481.65,
            "confidence": 0.99634176,
            "punctuated_word": "Do",
            "speaker": 0,
            "speaker_confidence": 0.65266377
          },
          {
            "word": "those",
            "start": 481.65,
            "end": 481.89,
            "confidence": 0.99985325,
            "punctuated_word": "those",
            "speaker": 0,
            "speaker_confidence": 0.65266377
          },
          {
            "word": "kind",
            "start": 481.89,
            "end": 482.05,
            "confidence": 0.96797895,
            "punctuated_word": "kind",
            "speaker": 0,
            "speaker_confidence": 0.65266377
          },
          {
            "word": "of",
            "start": 482.05,
            "end": 482.13,
            "confidence": 0.9998084,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.65266377
          },
          {
            "word": "pre",
            "start": 482.13,
            "end": 482.37,
            "confidence": 0.9002606,
            "punctuated_word": "pre",
            "speaker": 0,
            "speaker_confidence": 0.65266377
          },
          {
            "word": "mortem",
            "start": 482.37,
            "end": 482.69,
            "confidence": 0.9951658,
            "punctuated_word": "mortem",
            "speaker": 0,
            "speaker_confidence": 0.65266377
          },
          {
            "word": "activities",
            "start": 482.69,
            "end": 483.19,
            "confidence": 0.9466416,
            "punctuated_word": "activities.",
            "speaker": 0,
            "speaker_confidence": 0.65266377
          },
          {
            "word": "ask",
            "start": 483.33002,
            "end": 483.57,
            "confidence": 0.99968505,
            "punctuated_word": "Ask",
            "speaker": 0,
            "speaker_confidence": 0.65266377
          },
          {
            "word": "yourself",
            "start": 483.57,
            "end": 484.07,
            "confidence": 0.9994804,
            "punctuated_word": "yourself",
            "speaker": 0,
            "speaker_confidence": 0.65266377
          },
          {
            "word": "where",
            "start": 484.29,
            "end": 484.53,
            "confidence": 0.5687532,
            "punctuated_word": "where",
            "speaker": 0,
            "speaker_confidence": 0.65266377
          },
          {
            "word": "can",
            "start": 484.53,
            "end": 484.69,
            "confidence": 0.997519,
            "punctuated_word": "can",
            "speaker": 0,
            "speaker_confidence": 0.65266377
          },
          {
            "word": "things",
            "start": 484.69,
            "end": 485.01,
            "confidence": 0.999869,
            "punctuated_word": "things",
            "speaker": 0,
            "speaker_confidence": 0.65266377
          },
          {
            "word": "go",
            "start": 485.01,
            "end": 485.25,
            "confidence": 0.99993193,
            "punctuated_word": "go",
            "speaker": 0,
            "speaker_confidence": 0.65266377
          },
          {
            "word": "wrong",
            "start": 485.25,
            "end": 485.75,
            "confidence": 0.7849736,
            "punctuated_word": "wrong?",
            "speaker": 0,
            "speaker_confidence": 0.65266377
          },
          {
            "word": "what",
            "start": 485.97,
            "end": 486.21,
            "confidence": 0.9738443,
            "punctuated_word": "What",
            "speaker": 0,
            "speaker_confidence": 0.65266377
          },
          {
            "word": "impact",
            "start": 486.21,
            "end": 486.61002,
            "confidence": 0.9999006,
            "punctuated_word": "impact",
            "speaker": 0,
            "speaker_confidence": 0.65266377
          },
          {
            "word": "can",
            "start": 486.61002,
            "end": 486.77,
            "confidence": 0.9998884,
            "punctuated_word": "can",
            "speaker": 0,
            "speaker_confidence": 0.65266377
          },
          {
            "word": "those",
            "start": 486.77,
            "end": 487.01,
            "confidence": 0.999775,
            "punctuated_word": "those",
            "speaker": 0,
            "speaker_confidence": 0.65266377
          },
          {
            "word": "events",
            "start": 487.01,
            "end": 487.41,
            "confidence": 0.99988556,
            "punctuated_word": "events",
            "speaker": 0,
            "speaker_confidence": 0.65266377
          },
          {
            "word": "have",
            "start": 487.41,
            "end": 487.91,
            "confidence": 0.991773,
            "punctuated_word": "have?",
            "speaker": 0,
            "speaker_confidence": 0.65266377
          },
          {
            "word": "in",
            "start": 488.13,
            "end": 488.37,
            "confidence": 0.55771023,
            "punctuated_word": "In",
            "speaker": 0,
            "speaker_confidence": 0.65266377
          },
          {
            "word": "particular",
            "start": 488.37,
            "end": 488.85,
            "confidence": 0.88989437,
            "punctuated_word": "particular,",
            "speaker": 0,
            "speaker_confidence": 0.65266377
          },
          {
            "word": "if",
            "start": 488.85,
            "end": 488.93,
            "confidence": 0.99881303,
            "punctuated_word": "if",
            "speaker": 0,
            "speaker_confidence": 0.5839979
          },
          {
            "word": "there's",
            "start": 488.93,
            "end": 489.33002,
            "confidence": 0.99633604,
            "punctuated_word": "there's",
            "speaker": 0,
            "speaker_confidence": 0.5839979
          },
          {
            "word": "business",
            "start": 489.33002,
            "end": 489.73,
            "confidence": 0.99990916,
            "punctuated_word": "business",
            "speaker": 0,
            "speaker_confidence": 0.5839979
          },
          {
            "word": "critical",
            "start": 489.73,
            "end": 490.23,
            "confidence": 0.99604887,
            "punctuated_word": "critical",
            "speaker": 0,
            "speaker_confidence": 0.5839979
          }
        ],
        "speaker": 0,
        "id": "11f34b51-af20-4662-ae40-926b18175476"
      },
      {
        "start": 490.77,
        "end": 499.855,
        "confidence": 0.9785221,
        "channel": 0,
        "transcript": "functions that your app must do in order to be considered up and running, those are the areas where you really want to spend time on those expensive tests. For example, if you need,",
        "words": [
          {
            "word": "functions",
            "start": 490.77,
            "end": 491.09,
            "confidence": 0.99993277,
            "punctuated_word": "functions",
            "speaker": 0,
            "speaker_confidence": 0.5839979
          },
          {
            "word": "that",
            "start": 491.09,
            "end": 491.33002,
            "confidence": 0.9984401,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.5839979
          },
          {
            "word": "your",
            "start": 491.33002,
            "end": 491.57,
            "confidence": 0.9297745,
            "punctuated_word": "your",
            "speaker": 0,
            "speaker_confidence": 0.5839979
          },
          {
            "word": "app",
            "start": 491.57,
            "end": 491.81,
            "confidence": 0.9949072,
            "punctuated_word": "app",
            "speaker": 0,
            "speaker_confidence": 0.5839979
          },
          {
            "word": "must",
            "start": 491.81,
            "end": 492.05,
            "confidence": 0.99972326,
            "punctuated_word": "must",
            "speaker": 0,
            "speaker_confidence": 0.5839979
          },
          {
            "word": "do",
            "start": 492.05,
            "end": 492.55,
            "confidence": 0.9997062,
            "punctuated_word": "do",
            "speaker": 0,
            "speaker_confidence": 0.5839979
          },
          {
            "word": "in",
            "start": 492.61002,
            "end": 492.77,
            "confidence": 0.9896979,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.6247476
          },
          {
            "word": "order",
            "start": 492.77,
            "end": 493.01,
            "confidence": 0.9999639,
            "punctuated_word": "order",
            "speaker": 0,
            "speaker_confidence": 0.6247476
          },
          {
            "word": "to",
            "start": 493.01,
            "end": 493.17,
            "confidence": 0.999925,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.6247476
          },
          {
            "word": "be",
            "start": 493.17,
            "end": 493.33002,
            "confidence": 0.9999703,
            "punctuated_word": "be",
            "speaker": 0,
            "speaker_confidence": 0.6247476
          },
          {
            "word": "considered",
            "start": 493.33002,
            "end": 493.73,
            "confidence": 0.99991953,
            "punctuated_word": "considered",
            "speaker": 0,
            "speaker_confidence": 0.6247476
          },
          {
            "word": "up",
            "start": 493.73,
            "end": 493.89,
            "confidence": 0.9999403,
            "punctuated_word": "up",
            "speaker": 0,
            "speaker_confidence": 0.6247476
          },
          {
            "word": "and",
            "start": 493.89,
            "end": 494.05,
            "confidence": 0.99894553,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.6247476
          },
          {
            "word": "running",
            "start": 494.05,
            "end": 494.475,
            "confidence": 0.9377192,
            "punctuated_word": "running,",
            "speaker": 0,
            "speaker_confidence": 0.6247476
          },
          {
            "word": "those",
            "start": 494.715,
            "end": 494.95502,
            "confidence": 0.9960538,
            "punctuated_word": "those",
            "speaker": 0,
            "speaker_confidence": 0.6247476
          },
          {
            "word": "are",
            "start": 494.95502,
            "end": 495.035,
            "confidence": 0.9991136,
            "punctuated_word": "are",
            "speaker": 0,
            "speaker_confidence": 0.6247476
          },
          {
            "word": "the",
            "start": 495.035,
            "end": 495.195,
            "confidence": 0.99899477,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.6247476
          },
          {
            "word": "areas",
            "start": 495.195,
            "end": 495.595,
            "confidence": 0.9997148,
            "punctuated_word": "areas",
            "speaker": 0,
            "speaker_confidence": 0.6247476
          },
          {
            "word": "where",
            "start": 495.595,
            "end": 495.755,
            "confidence": 0.9990336,
            "punctuated_word": "where",
            "speaker": 0,
            "speaker_confidence": 0.6247476
          },
          {
            "word": "you",
            "start": 495.755,
            "end": 495.915,
            "confidence": 0.99961865,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.6247476
          },
          {
            "word": "really",
            "start": 495.915,
            "end": 496.155,
            "confidence": 0.99853265,
            "punctuated_word": "really",
            "speaker": 0,
            "speaker_confidence": 0.6247476
          },
          {
            "word": "want",
            "start": 496.155,
            "end": 496.315,
            "confidence": 0.9648129,
            "punctuated_word": "want",
            "speaker": 0,
            "speaker_confidence": 0.6247476
          },
          {
            "word": "to",
            "start": 496.315,
            "end": 496.39502,
            "confidence": 0.9993837,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.63034415
          },
          {
            "word": "spend",
            "start": 496.39502,
            "end": 496.795,
            "confidence": 0.9960305,
            "punctuated_word": "spend",
            "speaker": 0,
            "speaker_confidence": 0.63034415
          },
          {
            "word": "time",
            "start": 496.795,
            "end": 497.035,
            "confidence": 0.8845299,
            "punctuated_word": "time",
            "speaker": 0,
            "speaker_confidence": 0.63034415
          },
          {
            "word": "on",
            "start": 497.035,
            "end": 497.195,
            "confidence": 0.9965571,
            "punctuated_word": "on",
            "speaker": 0,
            "speaker_confidence": 0.63034415
          },
          {
            "word": "those",
            "start": 497.195,
            "end": 497.435,
            "confidence": 0.9967167,
            "punctuated_word": "those",
            "speaker": 0,
            "speaker_confidence": 0.63034415
          },
          {
            "word": "expensive",
            "start": 497.435,
            "end": 497.915,
            "confidence": 0.9996939,
            "punctuated_word": "expensive",
            "speaker": 0,
            "speaker_confidence": 0.63034415
          },
          {
            "word": "tests",
            "start": 497.915,
            "end": 498.415,
            "confidence": 0.9931506,
            "punctuated_word": "tests.",
            "speaker": 0,
            "speaker_confidence": 0.63034415
          },
          {
            "word": "for",
            "start": 498.555,
            "end": 498.715,
            "confidence": 0.9971091,
            "punctuated_word": "For",
            "speaker": 0,
            "speaker_confidence": 0.63034415
          },
          {
            "word": "example",
            "start": 498.715,
            "end": 498.95502,
            "confidence": 0.8061205,
            "punctuated_word": "example,",
            "speaker": 0,
            "speaker_confidence": 0.63034415
          },
          {
            "word": "if",
            "start": 498.95502,
            "end": 499.195,
            "confidence": 0.99896693,
            "punctuated_word": "if",
            "speaker": 0,
            "speaker_confidence": 0.63034415
          },
          {
            "word": "you",
            "start": 499.195,
            "end": 499.355,
            "confidence": 0.9999194,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.63034415
          },
          {
            "word": "need",
            "start": 499.355,
            "end": 499.855,
            "confidence": 0.7971343,
            "punctuated_word": "need,",
            "speaker": 0,
            "speaker_confidence": 0.63034415
          }
        ],
        "speaker": 0,
        "id": "dc9f37d5-2a02-4284-b0fa-b1122edc3477"
      },
      {
        "start": 500.39502,
        "end": 504.415,
        "confidence": 0.96480787,
        "channel": 0,
        "transcript": "to write end to end tests for something it should align with the risks to that.",
        "words": [
          {
            "word": "to",
            "start": 500.39502,
            "end": 500.475,
            "confidence": 0.9979961,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.63034415
          },
          {
            "word": "write",
            "start": 500.475,
            "end": 500.715,
            "confidence": 0.9992988,
            "punctuated_word": "write",
            "speaker": 0,
            "speaker_confidence": 0.612805
          },
          {
            "word": "end",
            "start": 500.715,
            "end": 500.95502,
            "confidence": 0.98505175,
            "punctuated_word": "end",
            "speaker": 0,
            "speaker_confidence": 0.612805
          },
          {
            "word": "to",
            "start": 500.95502,
            "end": 501.035,
            "confidence": 0.9955243,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.612805
          },
          {
            "word": "end",
            "start": 501.035,
            "end": 501.195,
            "confidence": 0.99985754,
            "punctuated_word": "end",
            "speaker": 0,
            "speaker_confidence": 0.612805
          },
          {
            "word": "tests",
            "start": 501.195,
            "end": 501.355,
            "confidence": 0.96560675,
            "punctuated_word": "tests",
            "speaker": 0,
            "speaker_confidence": 0.612805
          },
          {
            "word": "for",
            "start": 501.355,
            "end": 501.515,
            "confidence": 0.9557123,
            "punctuated_word": "for",
            "speaker": 0,
            "speaker_confidence": 0.612805
          },
          {
            "word": "something",
            "start": 501.515,
            "end": 501.835,
            "confidence": 0.9997619,
            "punctuated_word": "something",
            "speaker": 0,
            "speaker_confidence": 0.612805
          },
          {
            "word": "it",
            "start": 501.835,
            "end": 501.995,
            "confidence": 0.5549481,
            "punctuated_word": "it",
            "speaker": 0,
            "speaker_confidence": 0.612805
          },
          {
            "word": "should",
            "start": 501.995,
            "end": 502.475,
            "confidence": 0.9996635,
            "punctuated_word": "should",
            "speaker": 0,
            "speaker_confidence": 0.612805
          },
          {
            "word": "align",
            "start": 502.475,
            "end": 502.875,
            "confidence": 0.9991517,
            "punctuated_word": "align",
            "speaker": 0,
            "speaker_confidence": 0.612805
          },
          {
            "word": "with",
            "start": 502.875,
            "end": 503.195,
            "confidence": 0.998126,
            "punctuated_word": "with",
            "speaker": 0,
            "speaker_confidence": 0.612805
          },
          {
            "word": "the",
            "start": 503.195,
            "end": 503.435,
            "confidence": 0.9993412,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.612805
          },
          {
            "word": "risks",
            "start": 503.435,
            "end": 503.835,
            "confidence": 0.9996253,
            "punctuated_word": "risks",
            "speaker": 0,
            "speaker_confidence": 0.612805
          },
          {
            "word": "to",
            "start": 503.835,
            "end": 503.915,
            "confidence": 0.9957124,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.612805
          },
          {
            "word": "that",
            "start": 503.915,
            "end": 504.415,
            "confidence": 0.99154913,
            "punctuated_word": "that.",
            "speaker": 0,
            "speaker_confidence": 0.612805
          }
        ],
        "speaker": 0,
        "id": "2b2e1ca3-144a-430a-8b96-0e51455bb51d"
      },
      {
        "start": 505.915,
        "end": 516.12,
        "confidence": 0.95185155,
        "channel": 0,
        "transcript": "I would also say it's important to try to build systems such that changes are easy to undo or roll back. And even this is something that applies both to technical systems and people systems.",
        "words": [
          {
            "word": "i",
            "start": 505.915,
            "end": 506.075,
            "confidence": 0.99711907,
            "punctuated_word": "I",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "would",
            "start": 506.075,
            "end": 506.315,
            "confidence": 0.99751306,
            "punctuated_word": "would",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "also",
            "start": 506.315,
            "end": 506.555,
            "confidence": 0.9998627,
            "punctuated_word": "also",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "say",
            "start": 506.555,
            "end": 506.715,
            "confidence": 0.99980456,
            "punctuated_word": "say",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "it's",
            "start": 506.715,
            "end": 506.875,
            "confidence": 0.9969974,
            "punctuated_word": "it's",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "important",
            "start": 506.875,
            "end": 507.275,
            "confidence": 0.99991345,
            "punctuated_word": "important",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "to",
            "start": 507.275,
            "end": 507.435,
            "confidence": 0.99874973,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "try",
            "start": 507.435,
            "end": 507.915,
            "confidence": 0.9686641,
            "punctuated_word": "try",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "to",
            "start": 507.915,
            "end": 508.155,
            "confidence": 0.9696219,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "build",
            "start": 508.155,
            "end": 508.39502,
            "confidence": 0.625619,
            "punctuated_word": "build",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "systems",
            "start": 508.39502,
            "end": 508.875,
            "confidence": 0.9853839,
            "punctuated_word": "systems",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "such",
            "start": 508.875,
            "end": 509.375,
            "confidence": 0.98986816,
            "punctuated_word": "such",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "that",
            "start": 509.62,
            "end": 509.86,
            "confidence": 0.9997198,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "changes",
            "start": 509.86,
            "end": 510.25998,
            "confidence": 0.9997875,
            "punctuated_word": "changes",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "are",
            "start": 510.25998,
            "end": 510.41998,
            "confidence": 0.9997967,
            "punctuated_word": "are",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "easy",
            "start": 510.41998,
            "end": 510.74,
            "confidence": 0.99986947,
            "punctuated_word": "easy",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "to",
            "start": 510.74,
            "end": 510.97998,
            "confidence": 0.99976486,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "undo",
            "start": 510.97998,
            "end": 511.46,
            "confidence": 0.9998005,
            "punctuated_word": "undo",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "or",
            "start": 511.46,
            "end": 511.69998,
            "confidence": 0.9968257,
            "punctuated_word": "or",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "roll",
            "start": 511.69998,
            "end": 512.02,
            "confidence": 0.9988036,
            "punctuated_word": "roll",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "back",
            "start": 512.02,
            "end": 512.5,
            "confidence": 0.72444,
            "punctuated_word": "back.",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "and",
            "start": 512.5,
            "end": 512.74,
            "confidence": 0.99326247,
            "punctuated_word": "And",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "even",
            "start": 512.74,
            "end": 512.89996,
            "confidence": 0.5765706,
            "punctuated_word": "even",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "this",
            "start": 512.89996,
            "end": 513.06,
            "confidence": 0.9839521,
            "punctuated_word": "this",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "is",
            "start": 513.06,
            "end": 513.14,
            "confidence": 0.99790394,
            "punctuated_word": "is",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "something",
            "start": 513.14,
            "end": 513.45996,
            "confidence": 0.9998802,
            "punctuated_word": "something",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "that",
            "start": 513.45996,
            "end": 513.62,
            "confidence": 0.9992434,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "applies",
            "start": 513.62,
            "end": 513.94,
            "confidence": 0.99967515,
            "punctuated_word": "applies",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "both",
            "start": 513.94,
            "end": 514.18,
            "confidence": 0.9265553,
            "punctuated_word": "both",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "to",
            "start": 514.18,
            "end": 514.33997,
            "confidence": 0.60787636,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "technical",
            "start": 514.33997,
            "end": 514.74,
            "confidence": 0.99793255,
            "punctuated_word": "technical",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "systems",
            "start": 514.74,
            "end": 515.14,
            "confidence": 0.9992754,
            "punctuated_word": "systems",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "and",
            "start": 515.14,
            "end": 515.3,
            "confidence": 0.99870896,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "people",
            "start": 515.3,
            "end": 515.62,
            "confidence": 0.9995135,
            "punctuated_word": "people",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          },
          {
            "word": "systems",
            "start": 515.62,
            "end": 516.12,
            "confidence": 0.9865316,
            "punctuated_word": "systems.",
            "speaker": 0,
            "speaker_confidence": 0.76050484
          }
        ],
        "speaker": 0,
        "id": "8305980e-89c4-4c38-b598-34f19919b4f7"
      },
      {
        "start": 517.14,
        "end": 523.8,
        "confidence": 0.9947784,
        "channel": 0,
        "transcript": "A big outage is laborious to resolve if there's no easy way to step back and undo the thing.",
        "words": [
          {
            "word": "a",
            "start": 517.14,
            "end": 517.38,
            "confidence": 0.9984754,
            "punctuated_word": "A",
            "speaker": 0,
            "speaker_confidence": 0.74796116
          },
          {
            "word": "big",
            "start": 517.38,
            "end": 517.62,
            "confidence": 0.99948394,
            "punctuated_word": "big",
            "speaker": 0,
            "speaker_confidence": 0.74796116
          },
          {
            "word": "outage",
            "start": 517.62,
            "end": 518.12,
            "confidence": 0.9984492,
            "punctuated_word": "outage",
            "speaker": 0,
            "speaker_confidence": 0.74796116
          },
          {
            "word": "is",
            "start": 518.18,
            "end": 518.58,
            "confidence": 0.99841034,
            "punctuated_word": "is",
            "speaker": 0,
            "speaker_confidence": 0.74796116
          },
          {
            "word": "laborious",
            "start": 518.58,
            "end": 519.08,
            "confidence": 0.99928105,
            "punctuated_word": "laborious",
            "speaker": 0,
            "speaker_confidence": 0.74796116
          },
          {
            "word": "to",
            "start": 519.14,
            "end": 519.3,
            "confidence": 0.999816,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.74796116
          },
          {
            "word": "resolve",
            "start": 519.3,
            "end": 519.8,
            "confidence": 0.9998349,
            "punctuated_word": "resolve",
            "speaker": 0,
            "speaker_confidence": 0.74796116
          },
          {
            "word": "if",
            "start": 519.86,
            "end": 520.1,
            "confidence": 0.9134461,
            "punctuated_word": "if",
            "speaker": 0,
            "speaker_confidence": 0.74796116
          },
          {
            "word": "there's",
            "start": 520.1,
            "end": 520.33997,
            "confidence": 0.9977205,
            "punctuated_word": "there's",
            "speaker": 0,
            "speaker_confidence": 0.74796116
          },
          {
            "word": "no",
            "start": 520.33997,
            "end": 520.58,
            "confidence": 0.99982625,
            "punctuated_word": "no",
            "speaker": 0,
            "speaker_confidence": 0.74796116
          },
          {
            "word": "easy",
            "start": 520.58,
            "end": 520.98,
            "confidence": 0.9997904,
            "punctuated_word": "easy",
            "speaker": 0,
            "speaker_confidence": 0.74796116
          },
          {
            "word": "way",
            "start": 520.98,
            "end": 521.38,
            "confidence": 0.99974424,
            "punctuated_word": "way",
            "speaker": 0,
            "speaker_confidence": 0.74796116
          },
          {
            "word": "to",
            "start": 521.38,
            "end": 521.88,
            "confidence": 0.999795,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.74796116
          },
          {
            "word": "step",
            "start": 522.1,
            "end": 522.42,
            "confidence": 0.99990606,
            "punctuated_word": "step",
            "speaker": 0,
            "speaker_confidence": 0.74796116
          },
          {
            "word": "back",
            "start": 522.42,
            "end": 522.58,
            "confidence": 0.99995434,
            "punctuated_word": "back",
            "speaker": 0,
            "speaker_confidence": 0.74796116
          },
          {
            "word": "and",
            "start": 522.58,
            "end": 522.74,
            "confidence": 0.99940026,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.74796116
          },
          {
            "word": "undo",
            "start": 522.74,
            "end": 523.14,
            "confidence": 0.99979883,
            "punctuated_word": "undo",
            "speaker": 0,
            "speaker_confidence": 0.74796116
          },
          {
            "word": "the",
            "start": 523.14,
            "end": 523.3,
            "confidence": 0.9995074,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.74796116
          },
          {
            "word": "thing",
            "start": 523.3,
            "end": 523.8,
            "confidence": 0.99814904,
            "punctuated_word": "thing.",
            "speaker": 0,
            "speaker_confidence": 0.74796116
          }
        ],
        "speaker": 0,
        "id": "0b42cfdb-8b62-466a-a99e-f48dc31dc348"
      },
      {
        "start": 524.42505,
        "end": 527.405,
        "confidence": 0.9914155,
        "channel": 0,
        "transcript": "Something you can do is is really look into your technical architecture,",
        "words": [
          {
            "word": "something",
            "start": 524.42505,
            "end": 524.66504,
            "confidence": 0.9934408,
            "punctuated_word": "Something",
            "speaker": 0,
            "speaker_confidence": 0.74796116
          },
          {
            "word": "you",
            "start": 524.66504,
            "end": 524.745,
            "confidence": 0.9978382,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.74796116
          },
          {
            "word": "can",
            "start": 524.745,
            "end": 524.98505,
            "confidence": 0.9985507,
            "punctuated_word": "can",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "do",
            "start": 524.98505,
            "end": 525.145,
            "confidence": 0.99993706,
            "punctuated_word": "do",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "is",
            "start": 525.145,
            "end": 525.465,
            "confidence": 0.9994783,
            "punctuated_word": "is",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "is",
            "start": 525.465,
            "end": 525.625,
            "confidence": 0.9290978,
            "punctuated_word": "is",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "really",
            "start": 525.625,
            "end": 525.86505,
            "confidence": 0.999453,
            "punctuated_word": "really",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "look",
            "start": 525.86505,
            "end": 526.025,
            "confidence": 0.99952793,
            "punctuated_word": "look",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "into",
            "start": 526.025,
            "end": 526.265,
            "confidence": 0.99994695,
            "punctuated_word": "into",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "your",
            "start": 526.265,
            "end": 526.42505,
            "confidence": 0.9999348,
            "punctuated_word": "your",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "technical",
            "start": 526.42505,
            "end": 526.905,
            "confidence": 0.9998431,
            "punctuated_word": "technical",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "architecture",
            "start": 526.905,
            "end": 527.405,
            "confidence": 0.9799361,
            "punctuated_word": "architecture,",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          }
        ],
        "speaker": 0,
        "id": "ddfc1ef5-99a3-4b0e-89fc-b42ae47dbc4e"
      },
      {
        "start": 527.78503,
        "end": 529.005,
        "confidence": 0.90062755,
        "channel": 0,
        "transcript": "your systems design,",
        "words": [
          {
            "word": "your",
            "start": 527.78503,
            "end": 528.025,
            "confidence": 0.99977916,
            "punctuated_word": "your",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "systems",
            "start": 528.025,
            "end": 528.505,
            "confidence": 0.78511274,
            "punctuated_word": "systems",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "design",
            "start": 528.505,
            "end": 529.005,
            "confidence": 0.9169907,
            "punctuated_word": "design,",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          }
        ],
        "speaker": 0,
        "id": "c93c7e55-b728-4ca9-8962-7f607263abdf"
      },
      {
        "start": 529.30505,
        "end": 529.80505,
        "confidence": 0.9996991,
        "channel": 0,
        "transcript": "and",
        "words": [
          {
            "word": "and",
            "start": 529.30505,
            "end": 529.80505,
            "confidence": 0.9996991,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          }
        ],
        "speaker": 0,
        "id": "4ea20e35-a914-468e-90b4-d35413a80217"
      },
      {
        "start": 530.265,
        "end": 532.765,
        "confidence": 0.98490006,
        "channel": 0,
        "transcript": "ask yourself, you know, if I push something out to prod",
        "words": [
          {
            "word": "ask",
            "start": 530.265,
            "end": 530.505,
            "confidence": 0.99966,
            "punctuated_word": "ask",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "yourself",
            "start": 530.505,
            "end": 530.825,
            "confidence": 0.91485846,
            "punctuated_word": "yourself,",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "you",
            "start": 530.825,
            "end": 530.98505,
            "confidence": 0.9953738,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "know",
            "start": 530.98505,
            "end": 531.145,
            "confidence": 0.9649388,
            "punctuated_word": "know,",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "if",
            "start": 531.145,
            "end": 531.30505,
            "confidence": 0.98724097,
            "punctuated_word": "if",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "i",
            "start": 531.30505,
            "end": 531.385,
            "confidence": 0.9852247,
            "punctuated_word": "I",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "push",
            "start": 531.385,
            "end": 531.625,
            "confidence": 0.9948108,
            "punctuated_word": "push",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "something",
            "start": 531.625,
            "end": 531.945,
            "confidence": 0.9978967,
            "punctuated_word": "something",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "out",
            "start": 531.945,
            "end": 532.10504,
            "confidence": 0.99501204,
            "punctuated_word": "out",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "to",
            "start": 532.10504,
            "end": 532.265,
            "confidence": 0.9997155,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "prod",
            "start": 532.265,
            "end": 532.765,
            "confidence": 0.9991683,
            "punctuated_word": "prod",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          }
        ],
        "speaker": 0,
        "id": "96e79db1-b552-4015-bafc-e8bc7e64ccd8"
      },
      {
        "start": 533.30505,
        "end": 541.10004,
        "confidence": 0.9753893,
        "channel": 0,
        "transcript": "and it goes wrong, is it something that I can roll back easily? Can I simply do another deploy and it comes out? Or do the changes we push",
        "words": [
          {
            "word": "and",
            "start": 533.30505,
            "end": 533.465,
            "confidence": 0.796171,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "it",
            "start": 533.465,
            "end": 533.54504,
            "confidence": 0.9996743,
            "punctuated_word": "it",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "goes",
            "start": 533.54504,
            "end": 533.78503,
            "confidence": 0.999938,
            "punctuated_word": "goes",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "wrong",
            "start": 533.78503,
            "end": 534.10504,
            "confidence": 0.94080377,
            "punctuated_word": "wrong,",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "is",
            "start": 534.10504,
            "end": 534.265,
            "confidence": 0.9992488,
            "punctuated_word": "is",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "it",
            "start": 534.265,
            "end": 534.42505,
            "confidence": 0.9998068,
            "punctuated_word": "it",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "something",
            "start": 534.42505,
            "end": 534.66504,
            "confidence": 0.99993634,
            "punctuated_word": "something",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "that",
            "start": 534.66504,
            "end": 534.905,
            "confidence": 0.9997248,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "i",
            "start": 534.905,
            "end": 534.98505,
            "confidence": 0.99631834,
            "punctuated_word": "I",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "can",
            "start": 534.98505,
            "end": 535.145,
            "confidence": 0.9998797,
            "punctuated_word": "can",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "roll",
            "start": 535.145,
            "end": 535.30505,
            "confidence": 0.9999088,
            "punctuated_word": "roll",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "back",
            "start": 535.30505,
            "end": 535.465,
            "confidence": 0.94938993,
            "punctuated_word": "back",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "easily",
            "start": 535.465,
            "end": 535.945,
            "confidence": 0.99130654,
            "punctuated_word": "easily?",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "can",
            "start": 535.945,
            "end": 536.10504,
            "confidence": 0.9983004,
            "punctuated_word": "Can",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "i",
            "start": 536.10504,
            "end": 536.52,
            "confidence": 0.99428767,
            "punctuated_word": "I",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "simply",
            "start": 536.52,
            "end": 536.76,
            "confidence": 0.99973816,
            "punctuated_word": "simply",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "do",
            "start": 536.76,
            "end": 537.0,
            "confidence": 0.99995613,
            "punctuated_word": "do",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "another",
            "start": 537.0,
            "end": 537.4,
            "confidence": 0.99984646,
            "punctuated_word": "another",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "deploy",
            "start": 537.4,
            "end": 537.9,
            "confidence": 0.99975926,
            "punctuated_word": "deploy",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "and",
            "start": 538.12,
            "end": 538.28,
            "confidence": 0.8472211,
            "punctuated_word": "and",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "it",
            "start": 538.28,
            "end": 538.36005,
            "confidence": 0.99982506,
            "punctuated_word": "it",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "comes",
            "start": 538.36005,
            "end": 538.60004,
            "confidence": 0.99988663,
            "punctuated_word": "comes",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "out",
            "start": 538.60004,
            "end": 538.84,
            "confidence": 0.7811464,
            "punctuated_word": "out?",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "or",
            "start": 538.84,
            "end": 539.34,
            "confidence": 0.99930143,
            "punctuated_word": "Or",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "do",
            "start": 539.64,
            "end": 539.80005,
            "confidence": 0.9965463,
            "punctuated_word": "do",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "the",
            "start": 539.80005,
            "end": 539.96,
            "confidence": 0.9995547,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "changes",
            "start": 539.96,
            "end": 540.36005,
            "confidence": 0.9998266,
            "punctuated_word": "changes",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "we",
            "start": 540.36005,
            "end": 540.60004,
            "confidence": 0.9994438,
            "punctuated_word": "we",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "push",
            "start": 540.60004,
            "end": 541.10004,
            "confidence": 0.9995382,
            "punctuated_word": "push",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          }
        ],
        "speaker": 0,
        "id": "8152b04c-805a-4eec-af77-970cfc0bf4ab"
      },
      {
        "start": 541.56,
        "end": 544.06,
        "confidence": 0.96393067,
        "channel": 0,
        "transcript": "due to the nature of how the system is put together",
        "words": [
          {
            "word": "due",
            "start": 541.56,
            "end": 541.80005,
            "confidence": 0.6064796,
            "punctuated_word": "due",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "to",
            "start": 541.80005,
            "end": 541.96,
            "confidence": 0.99945146,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "the",
            "start": 541.96,
            "end": 542.04004,
            "confidence": 0.9998857,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "nature",
            "start": 542.04004,
            "end": 542.36005,
            "confidence": 0.9999635,
            "punctuated_word": "nature",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "of",
            "start": 542.36005,
            "end": 542.52,
            "confidence": 0.999811,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "how",
            "start": 542.52,
            "end": 542.68,
            "confidence": 0.9998462,
            "punctuated_word": "how",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "the",
            "start": 542.68,
            "end": 542.84,
            "confidence": 0.99849105,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "system",
            "start": 542.84,
            "end": 543.16003,
            "confidence": 0.99997056,
            "punctuated_word": "system",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "is",
            "start": 543.16003,
            "end": 543.4,
            "confidence": 0.9994362,
            "punctuated_word": "is",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "put",
            "start": 543.4,
            "end": 543.56,
            "confidence": 0.9999651,
            "punctuated_word": "put",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "together",
            "start": 543.56,
            "end": 544.06,
            "confidence": 0.99993706,
            "punctuated_word": "together",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          }
        ],
        "speaker": 0,
        "id": "25805c0d-f774-4c13-9757-301e585284d3"
      },
      {
        "start": 544.36005,
        "end": 546.7,
        "confidence": 0.98101455,
        "channel": 0,
        "transcript": "cause us in a situation where we have to go,",
        "words": [
          {
            "word": "cause",
            "start": 544.36005,
            "end": 544.60004,
            "confidence": 0.8265803,
            "punctuated_word": "cause",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "us",
            "start": 544.60004,
            "end": 544.76,
            "confidence": 0.9998683,
            "punctuated_word": "us",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "in",
            "start": 544.76,
            "end": 544.92004,
            "confidence": 0.9995946,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "a",
            "start": 544.92004,
            "end": 545.08,
            "confidence": 0.999689,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "situation",
            "start": 545.08,
            "end": 545.48004,
            "confidence": 0.9999486,
            "punctuated_word": "situation",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "where",
            "start": 545.48004,
            "end": 545.72003,
            "confidence": 0.995414,
            "punctuated_word": "where",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "we",
            "start": 545.72003,
            "end": 545.88,
            "confidence": 0.99930716,
            "punctuated_word": "we",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "have",
            "start": 545.88,
            "end": 546.12,
            "confidence": 0.99945194,
            "punctuated_word": "have",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "to",
            "start": 546.12,
            "end": 546.2,
            "confidence": 0.9998307,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "go",
            "start": 546.2,
            "end": 546.7,
            "confidence": 0.9904604,
            "punctuated_word": "go,",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          }
        ],
        "speaker": 0,
        "id": "c8b2fc0e-8183-4dda-92b6-1c9379b6b4a7"
      },
      {
        "start": 547.4,
        "end": 548.22003,
        "confidence": 0.97940767,
        "channel": 0,
        "transcript": "only forward?",
        "words": [
          {
            "word": "only",
            "start": 547.4,
            "end": 547.72003,
            "confidence": 0.99983716,
            "punctuated_word": "only",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          },
          {
            "word": "forward",
            "start": 547.72003,
            "end": 548.22003,
            "confidence": 0.95897824,
            "punctuated_word": "forward?",
            "speaker": 0,
            "speaker_confidence": 0.87457705
          }
        ],
        "speaker": 0,
        "id": "fe253cd4-c43e-4d33-8b1f-45a1b8528fe8"
      },
      {
        "start": 550.205,
        "end": 554.945,
        "confidence": 0.9564749,
        "channel": 0,
        "transcript": "And similarly, I would also have you consider your change manner process with that.",
        "words": [
          {
            "word": "and",
            "start": 550.205,
            "end": 550.525,
            "confidence": 0.9998024,
            "punctuated_word": "And",
            "speaker": 0,
            "speaker_confidence": 0.6769749
          },
          {
            "word": "similarly",
            "start": 550.525,
            "end": 551.025,
            "confidence": 0.9114753,
            "punctuated_word": "similarly,",
            "speaker": 0,
            "speaker_confidence": 0.6769749
          },
          {
            "word": "i",
            "start": 551.16504,
            "end": 551.245,
            "confidence": 0.9998977,
            "punctuated_word": "I",
            "speaker": 0,
            "speaker_confidence": 0.6769749
          },
          {
            "word": "would",
            "start": 551.245,
            "end": 551.485,
            "confidence": 0.9996768,
            "punctuated_word": "would",
            "speaker": 0,
            "speaker_confidence": 0.6769749
          },
          {
            "word": "also",
            "start": 551.485,
            "end": 551.985,
            "confidence": 0.9998797,
            "punctuated_word": "also",
            "speaker": 0,
            "speaker_confidence": 0.6769749
          },
          {
            "word": "have",
            "start": 552.125,
            "end": 552.28503,
            "confidence": 0.9996842,
            "punctuated_word": "have",
            "speaker": 0,
            "speaker_confidence": 0.6769749
          },
          {
            "word": "you",
            "start": 552.28503,
            "end": 552.525,
            "confidence": 0.9999261,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.6769749
          },
          {
            "word": "consider",
            "start": 552.525,
            "end": 553.025,
            "confidence": 0.99985826,
            "punctuated_word": "consider",
            "speaker": 0,
            "speaker_confidence": 0.6769749
          },
          {
            "word": "your",
            "start": 553.16504,
            "end": 553.405,
            "confidence": 0.99951327,
            "punctuated_word": "your",
            "speaker": 0,
            "speaker_confidence": 0.6769749
          },
          {
            "word": "change",
            "start": 553.405,
            "end": 553.645,
            "confidence": 0.9898107,
            "punctuated_word": "change",
            "speaker": 0,
            "speaker_confidence": 0.6769749
          },
          {
            "word": "manner",
            "start": 553.645,
            "end": 553.965,
            "confidence": 0.5008824,
            "punctuated_word": "manner",
            "speaker": 0,
            "speaker_confidence": 0.6769749
          },
          {
            "word": "process",
            "start": 553.965,
            "end": 554.365,
            "confidence": 0.9962476,
            "punctuated_word": "process",
            "speaker": 0,
            "speaker_confidence": 0.6769749
          },
          {
            "word": "with",
            "start": 554.365,
            "end": 554.445,
            "confidence": 0.99887913,
            "punctuated_word": "with",
            "speaker": 0,
            "speaker_confidence": 0.6769749
          },
          {
            "word": "that",
            "start": 554.445,
            "end": 554.945,
            "confidence": 0.9951147,
            "punctuated_word": "that.",
            "speaker": 0,
            "speaker_confidence": 0.6769749
          }
        ],
        "speaker": 0,
        "id": "aaf6daf3-0d59-469f-9058-984bd7e524f5"
      },
      {
        "start": 555.805,
        "end": 564.305,
        "confidence": 0.9773793,
        "channel": 0,
        "transcript": "Are you able to move quickly when something goes wrong? If you do have to fail forward, are you able to do so in a way where you can push out a change quickly, or are there many obstacles",
        "words": [
          {
            "word": "are",
            "start": 555.805,
            "end": 556.045,
            "confidence": 0.99015033,
            "punctuated_word": "Are",
            "speaker": 0,
            "speaker_confidence": 0.68025565
          },
          {
            "word": "you",
            "start": 556.045,
            "end": 556.205,
            "confidence": 0.9999242,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.68025565
          },
          {
            "word": "able",
            "start": 556.205,
            "end": 556.445,
            "confidence": 0.99992406,
            "punctuated_word": "able",
            "speaker": 0,
            "speaker_confidence": 0.68025565
          },
          {
            "word": "to",
            "start": 556.445,
            "end": 556.605,
            "confidence": 0.9998385,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.68025565
          },
          {
            "word": "move",
            "start": 556.605,
            "end": 556.765,
            "confidence": 0.99998975,
            "punctuated_word": "move",
            "speaker": 0,
            "speaker_confidence": 0.68025565
          },
          {
            "word": "quickly",
            "start": 556.765,
            "end": 557.085,
            "confidence": 0.9999887,
            "punctuated_word": "quickly",
            "speaker": 0,
            "speaker_confidence": 0.68025565
          },
          {
            "word": "when",
            "start": 557.085,
            "end": 557.325,
            "confidence": 0.9997931,
            "punctuated_word": "when",
            "speaker": 0,
            "speaker_confidence": 0.68025565
          },
          {
            "word": "something",
            "start": 557.325,
            "end": 557.645,
            "confidence": 0.9998337,
            "punctuated_word": "something",
            "speaker": 0,
            "speaker_confidence": 0.68025565
          },
          {
            "word": "goes",
            "start": 557.645,
            "end": 557.885,
            "confidence": 0.99953437,
            "punctuated_word": "goes",
            "speaker": 0,
            "speaker_confidence": 0.68025565
          },
          {
            "word": "wrong",
            "start": 557.885,
            "end": 558.205,
            "confidence": 0.99024034,
            "punctuated_word": "wrong?",
            "speaker": 0,
            "speaker_confidence": 0.68025565
          },
          {
            "word": "if",
            "start": 558.205,
            "end": 558.365,
            "confidence": 0.9993167,
            "punctuated_word": "If",
            "speaker": 0,
            "speaker_confidence": 0.68025565
          },
          {
            "word": "you",
            "start": 558.365,
            "end": 558.525,
            "confidence": 0.99992657,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.68025565
          },
          {
            "word": "do",
            "start": 558.525,
            "end": 558.685,
            "confidence": 0.999926,
            "punctuated_word": "do",
            "speaker": 0,
            "speaker_confidence": 0.68025565
          },
          {
            "word": "have",
            "start": 558.685,
            "end": 558.765,
            "confidence": 0.9987301,
            "punctuated_word": "have",
            "speaker": 0,
            "speaker_confidence": 0.68025565
          },
          {
            "word": "to",
            "start": 558.765,
            "end": 558.925,
            "confidence": 0.9996106,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.68025565
          },
          {
            "word": "fail",
            "start": 558.925,
            "end": 559.245,
            "confidence": 0.9969414,
            "punctuated_word": "fail",
            "speaker": 0,
            "speaker_confidence": 0.68025565
          },
          {
            "word": "forward",
            "start": 559.245,
            "end": 559.745,
            "confidence": 0.9989334,
            "punctuated_word": "forward,",
            "speaker": 0,
            "speaker_confidence": 0.68025565
          },
          {
            "word": "are",
            "start": 559.805,
            "end": 559.965,
            "confidence": 0.999571,
            "punctuated_word": "are",
            "speaker": 0,
            "speaker_confidence": 0.68025565
          },
          {
            "word": "you",
            "start": 559.965,
            "end": 560.125,
            "confidence": 0.8723938,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.68025565
          },
          {
            "word": "able",
            "start": 560.125,
            "end": 560.445,
            "confidence": 0.99934953,
            "punctuated_word": "able",
            "speaker": 0,
            "speaker_confidence": 0.68025565
          },
          {
            "word": "to",
            "start": 560.445,
            "end": 560.525,
            "confidence": 0.9997781,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.68025565
          },
          {
            "word": "do",
            "start": 560.525,
            "end": 560.685,
            "confidence": 0.999943,
            "punctuated_word": "do",
            "speaker": 0,
            "speaker_confidence": 0.6110438
          },
          {
            "word": "so",
            "start": 560.685,
            "end": 560.84503,
            "confidence": 0.99991167,
            "punctuated_word": "so",
            "speaker": 0,
            "speaker_confidence": 0.6110438
          },
          {
            "word": "in",
            "start": 560.84503,
            "end": 561.005,
            "confidence": 0.9997085,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.6110438
          },
          {
            "word": "a",
            "start": 561.005,
            "end": 561.085,
            "confidence": 0.9998274,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.6110438
          },
          {
            "word": "way",
            "start": 561.085,
            "end": 561.16504,
            "confidence": 0.99994147,
            "punctuated_word": "way",
            "speaker": 0,
            "speaker_confidence": 0.6110438
          },
          {
            "word": "where",
            "start": 561.16504,
            "end": 561.325,
            "confidence": 0.9854209,
            "punctuated_word": "where",
            "speaker": 0,
            "speaker_confidence": 0.6110438
          },
          {
            "word": "you",
            "start": 561.325,
            "end": 561.405,
            "confidence": 0.9981079,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.6110438
          },
          {
            "word": "can",
            "start": 561.405,
            "end": 561.565,
            "confidence": 0.92691535,
            "punctuated_word": "can",
            "speaker": 0,
            "speaker_confidence": 0.6110438
          },
          {
            "word": "push",
            "start": 561.565,
            "end": 561.72504,
            "confidence": 0.9998846,
            "punctuated_word": "push",
            "speaker": 0,
            "speaker_confidence": 0.6110438
          },
          {
            "word": "out",
            "start": 561.72504,
            "end": 561.885,
            "confidence": 0.96793157,
            "punctuated_word": "out",
            "speaker": 0,
            "speaker_confidence": 0.6110438
          },
          {
            "word": "a",
            "start": 561.885,
            "end": 561.965,
            "confidence": 0.94495517,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.6110438
          },
          {
            "word": "change",
            "start": 561.965,
            "end": 562.205,
            "confidence": 0.99938047,
            "punctuated_word": "change",
            "speaker": 0,
            "speaker_confidence": 0.6110438
          },
          {
            "word": "quickly",
            "start": 562.205,
            "end": 562.705,
            "confidence": 0.809636,
            "punctuated_word": "quickly,",
            "speaker": 0,
            "speaker_confidence": 0.6110438
          },
          {
            "word": "or",
            "start": 562.765,
            "end": 563.005,
            "confidence": 0.9996394,
            "punctuated_word": "or",
            "speaker": 0,
            "speaker_confidence": 0.6110438
          },
          {
            "word": "are",
            "start": 563.005,
            "end": 563.245,
            "confidence": 0.76243865,
            "punctuated_word": "are",
            "speaker": 0,
            "speaker_confidence": 0.6110438
          },
          {
            "word": "there",
            "start": 563.245,
            "end": 563.485,
            "confidence": 0.9995585,
            "punctuated_word": "there",
            "speaker": 0,
            "speaker_confidence": 0.6110438
          },
          {
            "word": "many",
            "start": 563.485,
            "end": 563.805,
            "confidence": 0.8810167,
            "punctuated_word": "many",
            "speaker": 0,
            "speaker_confidence": 0.6110438
          },
          {
            "word": "obstacles",
            "start": 563.805,
            "end": 564.305,
            "confidence": 0.99988174,
            "punctuated_word": "obstacles",
            "speaker": 0,
            "speaker_confidence": 0.6110438
          }
        ],
        "speaker": 0,
        "id": "9b674d23-0001-4669-b4c7-b72383ecc1dd"
      },
      {
        "start": 564.95,
        "end": 566.97,
        "confidence": 0.9941702,
        "channel": 0,
        "transcript": "in your team's way as they do that work?",
        "words": [
          {
            "word": "in",
            "start": 564.95,
            "end": 565.11,
            "confidence": 0.999871,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "your",
            "start": 565.11,
            "end": 565.35,
            "confidence": 0.9997944,
            "punctuated_word": "your",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "team's",
            "start": 565.35,
            "end": 565.58997,
            "confidence": 0.9947542,
            "punctuated_word": "team's",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "way",
            "start": 565.58997,
            "end": 565.83,
            "confidence": 0.99941695,
            "punctuated_word": "way",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "as",
            "start": 565.83,
            "end": 565.99,
            "confidence": 0.99950767,
            "punctuated_word": "as",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "they",
            "start": 565.99,
            "end": 566.15,
            "confidence": 0.99983597,
            "punctuated_word": "they",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "do",
            "start": 566.15,
            "end": 566.31,
            "confidence": 0.9998827,
            "punctuated_word": "do",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "that",
            "start": 566.31,
            "end": 566.47,
            "confidence": 0.9994541,
            "punctuated_word": "that",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "work",
            "start": 566.47,
            "end": 566.97,
            "confidence": 0.9550148,
            "punctuated_word": "work?",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          }
        ],
        "speaker": 0,
        "id": "511fcebb-e4b2-454e-9c9c-3761c8e1f0dd"
      },
      {
        "start": 567.43,
        "end": 572.89,
        "confidence": 0.9869008,
        "channel": 0,
        "transcript": "Again, as you're thinking about these things, really focus on those areas of high risk like we talked about before.",
        "words": [
          {
            "word": "again",
            "start": 567.43,
            "end": 567.93,
            "confidence": 0.9992312,
            "punctuated_word": "Again,",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "as",
            "start": 567.99,
            "end": 568.23,
            "confidence": 0.98923737,
            "punctuated_word": "as",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "you're",
            "start": 568.23,
            "end": 568.39,
            "confidence": 0.9996113,
            "punctuated_word": "you're",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "thinking",
            "start": 568.39,
            "end": 568.55,
            "confidence": 0.9997416,
            "punctuated_word": "thinking",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "about",
            "start": 568.55,
            "end": 568.71,
            "confidence": 0.9994155,
            "punctuated_word": "about",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "these",
            "start": 568.71,
            "end": 568.95,
            "confidence": 0.9991424,
            "punctuated_word": "these",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "things",
            "start": 568.95,
            "end": 569.19,
            "confidence": 0.99555594,
            "punctuated_word": "things,",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "really",
            "start": 569.19,
            "end": 569.51,
            "confidence": 0.9995721,
            "punctuated_word": "really",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "focus",
            "start": 569.51,
            "end": 569.83,
            "confidence": 0.99261826,
            "punctuated_word": "focus",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "on",
            "start": 569.83,
            "end": 569.99,
            "confidence": 0.99924386,
            "punctuated_word": "on",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "those",
            "start": 569.99,
            "end": 570.23,
            "confidence": 0.9980703,
            "punctuated_word": "those",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "areas",
            "start": 570.23,
            "end": 570.47,
            "confidence": 0.99965286,
            "punctuated_word": "areas",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "of",
            "start": 570.47,
            "end": 570.55,
            "confidence": 0.99974006,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "high",
            "start": 570.55,
            "end": 570.79,
            "confidence": 0.89242184,
            "punctuated_word": "high",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "risk",
            "start": 570.79,
            "end": 571.29,
            "confidence": 0.99945337,
            "punctuated_word": "risk",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "like",
            "start": 571.35,
            "end": 571.58997,
            "confidence": 0.88172203,
            "punctuated_word": "like",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "we",
            "start": 571.58997,
            "end": 571.83,
            "confidence": 0.9996195,
            "punctuated_word": "we",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "talked",
            "start": 571.83,
            "end": 572.07,
            "confidence": 0.99447507,
            "punctuated_word": "talked",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "about",
            "start": 572.07,
            "end": 572.39,
            "confidence": 0.9997892,
            "punctuated_word": "about",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          },
          {
            "word": "before",
            "start": 572.39,
            "end": 572.89,
            "confidence": 0.9997035,
            "punctuated_word": "before.",
            "speaker": 0,
            "speaker_confidence": 0.70905566
          }
        ],
        "speaker": 0,
        "id": "d52ded12-9680-4c08-b27b-503830870e81"
      },
      {
        "start": 574.95,
        "end": 579.93,
        "confidence": 0.98895866,
        "channel": 0,
        "transcript": "Thanks, folks, for listening in here. This was a little bit of a briefing I wanted to put together on CrowdStrike.",
        "words": [
          {
            "word": "thanks",
            "start": 574.95,
            "end": 575.35,
            "confidence": 0.92185706,
            "punctuated_word": "Thanks,",
            "speaker": 0,
            "speaker_confidence": 0.40519494
          },
          {
            "word": "folks",
            "start": 575.35,
            "end": 575.75,
            "confidence": 0.99473596,
            "punctuated_word": "folks,",
            "speaker": 0,
            "speaker_confidence": 0.40519494
          },
          {
            "word": "for",
            "start": 575.75,
            "end": 576.15,
            "confidence": 0.9998091,
            "punctuated_word": "for",
            "speaker": 0,
            "speaker_confidence": 0.40519494
          },
          {
            "word": "listening",
            "start": 576.15,
            "end": 576.55,
            "confidence": 0.999877,
            "punctuated_word": "listening",
            "speaker": 0,
            "speaker_confidence": 0.40519494
          },
          {
            "word": "in",
            "start": 576.55,
            "end": 576.79,
            "confidence": 0.99985635,
            "punctuated_word": "in",
            "speaker": 0,
            "speaker_confidence": 0.40519494
          },
          {
            "word": "here",
            "start": 576.79,
            "end": 576.95,
            "confidence": 0.999653,
            "punctuated_word": "here.",
            "speaker": 0,
            "speaker_confidence": 0.40519494
          },
          {
            "word": "this",
            "start": 576.95,
            "end": 577.19,
            "confidence": 0.99982893,
            "punctuated_word": "This",
            "speaker": 0,
            "speaker_confidence": 0.28301674
          },
          {
            "word": "was",
            "start": 577.19,
            "end": 577.51,
            "confidence": 0.99959284,
            "punctuated_word": "was",
            "speaker": 0,
            "speaker_confidence": 0.28301674
          },
          {
            "word": "a",
            "start": 577.51,
            "end": 577.58997,
            "confidence": 0.9996358,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.28301674
          },
          {
            "word": "little",
            "start": 577.58997,
            "end": 577.75,
            "confidence": 0.9999621,
            "punctuated_word": "little",
            "speaker": 0,
            "speaker_confidence": 0.28301674
          },
          {
            "word": "bit",
            "start": 577.75,
            "end": 577.91,
            "confidence": 0.9995641,
            "punctuated_word": "bit",
            "speaker": 0,
            "speaker_confidence": 0.28301674
          },
          {
            "word": "of",
            "start": 577.91,
            "end": 577.99,
            "confidence": 0.9996099,
            "punctuated_word": "of",
            "speaker": 0,
            "speaker_confidence": 0.28301674
          },
          {
            "word": "a",
            "start": 577.99,
            "end": 578.07,
            "confidence": 0.9952317,
            "punctuated_word": "a",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "briefing",
            "start": 578.07,
            "end": 578.23,
            "confidence": 0.98650104,
            "punctuated_word": "briefing",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "i",
            "start": 578.23,
            "end": 578.39,
            "confidence": 0.9184608,
            "punctuated_word": "I",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "wanted",
            "start": 578.39,
            "end": 578.63,
            "confidence": 0.9983929,
            "punctuated_word": "wanted",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "to",
            "start": 578.63,
            "end": 578.79,
            "confidence": 0.99574465,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "put",
            "start": 578.79,
            "end": 578.95,
            "confidence": 0.9982292,
            "punctuated_word": "put",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "together",
            "start": 578.95,
            "end": 579.19,
            "confidence": 0.9995524,
            "punctuated_word": "together",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "on",
            "start": 579.19,
            "end": 579.43,
            "confidence": 0.9995253,
            "punctuated_word": "on",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "crowdstrike",
            "start": 579.43,
            "end": 579.93,
            "confidence": 0.96251315,
            "punctuated_word": "CrowdStrike.",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          }
        ],
        "speaker": 0,
        "id": "cf29be6c-c6b3-4253-810f-bf4e2abab7d8"
      },
      {
        "start": 580.645,
        "end": 583.46497,
        "confidence": 0.98117065,
        "channel": 0,
        "transcript": "Coming up soon, we should have some more interview content",
        "words": [
          {
            "word": "coming",
            "start": 580.645,
            "end": 580.805,
            "confidence": 0.98429847,
            "punctuated_word": "Coming",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "up",
            "start": 580.805,
            "end": 580.96497,
            "confidence": 0.99945706,
            "punctuated_word": "up",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "soon",
            "start": 580.96497,
            "end": 581.205,
            "confidence": 0.8346113,
            "punctuated_word": "soon,",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "we",
            "start": 581.205,
            "end": 581.445,
            "confidence": 0.9988703,
            "punctuated_word": "we",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "should",
            "start": 581.445,
            "end": 581.605,
            "confidence": 0.99976367,
            "punctuated_word": "should",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "have",
            "start": 581.605,
            "end": 581.925,
            "confidence": 0.99948275,
            "punctuated_word": "have",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "some",
            "start": 581.925,
            "end": 582.085,
            "confidence": 0.9983662,
            "punctuated_word": "some",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "more",
            "start": 582.085,
            "end": 582.40497,
            "confidence": 0.9988483,
            "punctuated_word": "more",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "interview",
            "start": 582.40497,
            "end": 582.90497,
            "confidence": 0.99846065,
            "punctuated_word": "interview",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "content",
            "start": 582.96497,
            "end": 583.46497,
            "confidence": 0.9995479,
            "punctuated_word": "content",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          }
        ],
        "speaker": 0,
        "id": "38ebc945-35c7-4e23-b7ca-93681421f98f"
      },
      {
        "start": 583.765,
        "end": 586.105,
        "confidence": 0.9907976,
        "channel": 0,
        "transcript": "as we continue into the content year.",
        "words": [
          {
            "word": "as",
            "start": 583.765,
            "end": 583.925,
            "confidence": 0.9684418,
            "punctuated_word": "as",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "we",
            "start": 583.925,
            "end": 584.245,
            "confidence": 0.9996952,
            "punctuated_word": "we",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "continue",
            "start": 584.245,
            "end": 584.725,
            "confidence": 0.99960977,
            "punctuated_word": "continue",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "into",
            "start": 584.725,
            "end": 585.045,
            "confidence": 0.9982204,
            "punctuated_word": "into",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "the",
            "start": 585.045,
            "end": 585.125,
            "confidence": 0.9980964,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "content",
            "start": 585.125,
            "end": 585.605,
            "confidence": 0.97854793,
            "punctuated_word": "content",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "year",
            "start": 585.605,
            "end": 586.105,
            "confidence": 0.99297166,
            "punctuated_word": "year.",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          }
        ],
        "speaker": 0,
        "id": "57f37767-09c5-4106-ad2d-314894625088"
      },
      {
        "start": 586.565,
        "end": 587.945,
        "confidence": 0.9967272,
        "channel": 0,
        "transcript": "Thank you for listening.",
        "words": [
          {
            "word": "thank",
            "start": 586.565,
            "end": 586.885,
            "confidence": 0.9926058,
            "punctuated_word": "Thank",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "you",
            "start": 586.885,
            "end": 587.045,
            "confidence": 0.9996176,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "for",
            "start": 587.045,
            "end": 587.445,
            "confidence": 0.9988482,
            "punctuated_word": "for",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          },
          {
            "word": "listening",
            "start": 587.445,
            "end": 587.945,
            "confidence": 0.9958372,
            "punctuated_word": "listening.",
            "speaker": 0,
            "speaker_confidence": 0.7140305
          }
        ],
        "speaker": 0,
        "id": "8e6b727b-91ac-4099-92f1-2be23eef6fb3"
      },
      {
        "start": 588.565,
        "end": 591.46497,
        "confidence": 0.9828995,
        "channel": 0,
        "transcript": "You can follow us on Twitter using the handle at",
        "words": [
          {
            "word": "you",
            "start": 588.565,
            "end": 588.805,
            "confidence": 0.954393,
            "punctuated_word": "You",
            "speaker": 0,
            "speaker_confidence": 0.39788985
          },
          {
            "word": "can",
            "start": 588.805,
            "end": 588.96497,
            "confidence": 0.9991565,
            "punctuated_word": "can",
            "speaker": 0,
            "speaker_confidence": 0.39788985
          },
          {
            "word": "follow",
            "start": 588.96497,
            "end": 589.205,
            "confidence": 0.99921036,
            "punctuated_word": "follow",
            "speaker": 0,
            "speaker_confidence": 0.39788985
          },
          {
            "word": "us",
            "start": 589.205,
            "end": 589.445,
            "confidence": 0.9993692,
            "punctuated_word": "us",
            "speaker": 0,
            "speaker_confidence": 0.39788985
          },
          {
            "word": "on",
            "start": 589.445,
            "end": 589.605,
            "confidence": 0.99934083,
            "punctuated_word": "on",
            "speaker": 0,
            "speaker_confidence": 0.39788985
          },
          {
            "word": "twitter",
            "start": 589.605,
            "end": 590.085,
            "confidence": 0.9946196,
            "punctuated_word": "Twitter",
            "speaker": 0,
            "speaker_confidence": 0.39788985
          },
          {
            "word": "using",
            "start": 590.085,
            "end": 590.40497,
            "confidence": 0.97183144,
            "punctuated_word": "using",
            "speaker": 0,
            "speaker_confidence": 0.39788985
          },
          {
            "word": "the",
            "start": 590.40497,
            "end": 590.565,
            "confidence": 0.9848075,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.39788985
          },
          {
            "word": "handle",
            "start": 590.565,
            "end": 590.96497,
            "confidence": 0.9989525,
            "punctuated_word": "handle",
            "speaker": 0,
            "speaker_confidence": 0.39788985
          },
          {
            "word": "at",
            "start": 590.96497,
            "end": 591.46497,
            "confidence": 0.92731375,
            "punctuated_word": "at",
            "speaker": 0,
            "speaker_confidence": 0.39788985
          }
        ],
        "speaker": 0,
        "id": "a18944ea-ad19-47cc-81f0-89bd8f6c95e5"
      },
      {
        "start": 591.845,
        "end": 595.92,
        "confidence": 0.91425145,
        "channel": 0,
        "transcript": "civic tech chat. Visit us on the web at civictech.chat,",
        "words": [
          {
            "word": "civic",
            "start": 591.845,
            "end": 592.245,
            "confidence": 0.5171679,
            "punctuated_word": "civic",
            "speaker": 0,
            "speaker_confidence": 0.39788985
          },
          {
            "word": "tech",
            "start": 592.245,
            "end": 592.565,
            "confidence": 0.89651734,
            "punctuated_word": "tech",
            "speaker": 0,
            "speaker_confidence": 0.39788985
          },
          {
            "word": "chat",
            "start": 592.565,
            "end": 593.065,
            "confidence": 0.8440108,
            "punctuated_word": "chat.",
            "speaker": 0,
            "speaker_confidence": 0.39788985
          },
          {
            "word": "visit",
            "start": 593.285,
            "end": 593.685,
            "confidence": 0.9944094,
            "punctuated_word": "Visit",
            "speaker": 0,
            "speaker_confidence": 0.39788985
          },
          {
            "word": "us",
            "start": 593.685,
            "end": 593.845,
            "confidence": 0.9995388,
            "punctuated_word": "us",
            "speaker": 0,
            "speaker_confidence": 0.39788985
          },
          {
            "word": "on",
            "start": 593.845,
            "end": 593.925,
            "confidence": 0.99907184,
            "punctuated_word": "on",
            "speaker": 0,
            "speaker_confidence": 0.30201793
          },
          {
            "word": "the",
            "start": 593.925,
            "end": 594.085,
            "confidence": 0.9992907,
            "punctuated_word": "the",
            "speaker": 0,
            "speaker_confidence": 0.30201793
          },
          {
            "word": "web",
            "start": 594.085,
            "end": 594.325,
            "confidence": 0.9839117,
            "punctuated_word": "web",
            "speaker": 0,
            "speaker_confidence": 0.30201793
          },
          {
            "word": "at",
            "start": 594.325,
            "end": 594.565,
            "confidence": 0.9980204,
            "punctuated_word": "at",
            "speaker": 0,
            "speaker_confidence": 0.30201793
          },
          {
            "word": "civictech.chat",
            "start": 594.565,
            "end": 595.92,
            "confidence": 0.91057557,
            "punctuated_word": "civictech.chat,",
            "speaker": 0,
            "speaker_confidence": 0.30201793
          }
        ],
        "speaker": 0,
        "id": "dfff4df0-b233-481e-84aa-5356b7b348c1"
      },
      {
        "start": 596.39996,
        "end": 600.57996,
        "confidence": 0.997262,
        "channel": 0,
        "transcript": "or subscribe to us for content updates wherever it is you download your podcasts.",
        "words": [
          {
            "word": "or",
            "start": 596.39996,
            "end": 596.63995,
            "confidence": 0.99865294,
            "punctuated_word": "or",
            "speaker": 0,
            "speaker_confidence": 0.30201793
          },
          {
            "word": "subscribe",
            "start": 596.63995,
            "end": 597.12,
            "confidence": 0.99887174,
            "punctuated_word": "subscribe",
            "speaker": 0,
            "speaker_confidence": 0.30201793
          },
          {
            "word": "to",
            "start": 597.12,
            "end": 597.2,
            "confidence": 0.99948776,
            "punctuated_word": "to",
            "speaker": 0,
            "speaker_confidence": 0.30443883
          },
          {
            "word": "us",
            "start": 597.2,
            "end": 597.44,
            "confidence": 0.9997311,
            "punctuated_word": "us",
            "speaker": 0,
            "speaker_confidence": 0.30443883
          },
          {
            "word": "for",
            "start": 597.44,
            "end": 597.68,
            "confidence": 0.9992495,
            "punctuated_word": "for",
            "speaker": 0,
            "speaker_confidence": 0.30443883
          },
          {
            "word": "content",
            "start": 597.68,
            "end": 598.07996,
            "confidence": 0.9986076,
            "punctuated_word": "content",
            "speaker": 0,
            "speaker_confidence": 0.30443883
          },
          {
            "word": "updates",
            "start": 598.07996,
            "end": 598.56,
            "confidence": 0.99926835,
            "punctuated_word": "updates",
            "speaker": 0,
            "speaker_confidence": 0.30443883
          },
          {
            "word": "wherever",
            "start": 598.56,
            "end": 598.88,
            "confidence": 0.99559575,
            "punctuated_word": "wherever",
            "speaker": 0,
            "speaker_confidence": 0.30443883
          },
          {
            "word": "it",
            "start": 598.88,
            "end": 599.04,
            "confidence": 0.99793065,
            "punctuated_word": "it",
            "speaker": 0,
            "speaker_confidence": 0.30443883
          },
          {
            "word": "is",
            "start": 599.04,
            "end": 599.27997,
            "confidence": 0.9999571,
            "punctuated_word": "is",
            "speaker": 0,
            "speaker_confidence": 0.20023459
          },
          {
            "word": "you",
            "start": 599.27997,
            "end": 599.44,
            "confidence": 0.9980944,
            "punctuated_word": "you",
            "speaker": 0,
            "speaker_confidence": 0.20023459
          },
          {
            "word": "download",
            "start": 599.44,
            "end": 599.83997,
            "confidence": 0.999795,
            "punctuated_word": "download",
            "speaker": 0,
            "speaker_confidence": 0.20023459
          },
          {
            "word": "your",
            "start": 599.83997,
            "end": 600.07996,
            "confidence": 0.9986461,
            "punctuated_word": "your",
            "speaker": 0,
            "speaker_confidence": 0.20023459
          },
          {
            "word": "podcasts",
            "start": 600.07996,
            "end": 600.57996,
            "confidence": 0.97777975,
            "punctuated_word": "podcasts.",
            "speaker": 0,
            "speaker_confidence": 0.20023459
          }
        ],
        "speaker": 0,
        "id": "72b52e52-56d6-46fb-b9f0-f4a0cf33ac99"
      }
    ],
    "summary": null
  }
}