Will Chase
Will Chase talks us through how he got into data viz, the difference between work and freelance projects, and walks us through his most recent, wonderful visualization of hurricane names.
Get the project source code below, and follow along with the lesson material.
Download Project Source CodeTo set up the project on your local machine, please follow the directions provided in the README.md
file. If you run into any issues with running the project source code, then feel free to reach out to the author in the course's Discord channel.
This lesson preview is part of the Fullstack D3 Masterclass course and can be unlocked immediately with a single-time purchase. Already have access to this course? Log in here.
Get unlimited access to Fullstack D3 Masterclass, plus 70+ \newline books, guides and courses with the \newline Pro subscription.
[00:00 - 00:04] Today we're going to talk to Will Chase. I'm really excited about this interview.
[00:05 - 00:13] If you want to give a really quick intro to who you are and maybe how you got into the DataViz field, I think that'd be great. - Yeah, thanks a lot.
[00:14 - 00:31] So I am a DataViz designer, a little bit of everything. So I do essentially a lot of design, UX, product design, also Data Visualization Development.
[00:32 - 00:49] And currently I work at Fidelity where I do the intersection of a lot of these things, more on the sort of product design side of things, but I'm also doing product design on Data Visualization. So it incorporates a lot of that.
[00:50 - 01:03] And then I freelance part time doing more creative work, a more journalistic focused work. So visual storytelling, web design, Data Visualization Development, and all those related things.
[01:04 - 01:16] How I got into this field is probably like most people pretty unique. I think a lot of people who got into this field came from sort of non-traditional backgrounds since it's a fairly new field.
[01:17 - 01:21] So I started out in academia. I was in biology for a while.
[01:22 - 01:29] I did plant biology, microbiology. Eventually I sort of started transitioning to computational biology and that got me into coding.
[01:30 - 01:40] So I started doing more like data analytics, data science kind of stuff. And then I realized through that that visualization was actually what I really enjoyed.
[01:41 - 02:03] And so then I spent a couple of years doing visualizations, sort of working on my design shops, learning about things like typography and color while I was teaching myself to code. So I coded in R first and then nowadays I do most of my coding with JavaScript, although I still do all my data analysis and a lot of like static visualizations with R.
[02:04 - 02:15] And then yeah, I just recently have gotten this job. So I've been at Fidelity for about a year and I've been freelancing to various degrees for a couple of years.
[02:16 - 02:29] - Oh man. So I think you started pretty recently, right? And I feel like I've seen you on Twitter and you're pretty public about your learning process.
[02:30 - 02:43] Right, do you have this whole learn in public mantra trying and posting about it? - Yeah, I mean, I think, you know, there's a couple aspects of it.
[02:44 - 03:05] So I think for one, it's a great way to promote yourself. Right? So like a lot of the like, whatever, you know, a lot of traction I've got, like clients I've gotten, people I've met, opportunities I've gotten have been because I do post a lot of my work publicly, both like posting code and also like tutorials and blog posts recently I've been streaming some of my work, making videos.
[03:06 - 03:13] And you know, like that does bring a lot of attention from all kinds of avenues. And so, you know, on the one hand, it's definitely good.
[03:14 - 03:23] Like if you're learning, you're also building your publicity at the same time. But the other side of it, I guess I would have, that wasn't necessarily my main motivation for doing it.
[03:24 - 03:36] It was more that I'm completely self-taught. And so, you know, when you're self-taught, you rely completely on all these materials that people have produced usually for free.
[03:37 - 03:47] And so, you know, when I was learning, it was all like blog posts or free books that people had made available video courses, tutorials. And I still learn like that.
[03:48 - 04:03] And so, you know, I did feel sort of like it was a responsibility, not necessarily requirement, but I felt like I should be giving back and sort of doing the same thing so that people could, you know, continue to learn from whatever I produced. - Yeah, I totally agree.
[04:04 - 04:15] I had a very similar, I don't know, reaction, where I'm also self-taught. And there's so much good stuff online for learning how to code.
[04:16 - 04:24] And that's a lot of the reason why I put a blog post now is it's kind of like pay forward like-- - Exactly. - A lot of people helped me.
[04:25 - 04:45] - Yeah. - And it wasn't like that, I mean, you know, like this is a fairly recent development, right? I think like only within the past, I don't know, 10 years probably has there become like such open access to stuff and such a like, like enough diversity and enough like quality content that it is, I don't want to say like easy to teach yourself, but you know, like certainly easier than it used to be.
[04:46 - 05:00] So. - Yeah, I heard someone on a podcast recently talking about the difference between teaching yourself and going to a coding boot camp where you can teach yourself because there are so many good resources online.
[05:01 - 05:09] But the hard part is when you have a very specific problem that you can't Google, you kind of just want an answer. (laughs) - Yeah, definitely.
[05:10 - 05:17] - It can be really hard. But then like just developing those skills of like knowing how to Google for things and how to problem solve. - Oh yeah.
[05:18 - 05:23] - Super important. - Definitely. - So you freelance and you also do data vis at Fidelity.
[05:24 - 05:31] All right, how are those two types of projects different? - They're extremely different.
[05:32 - 05:45] So my work at Fidelity is, you know, like enjoyable, but it's definitely more of like a pay the bills kind of job. It's not something where I'm able to exercise a ton of creativity.
[05:46 - 06:09] Just because, you know, it's a large organization, we have a lot of important stakeholders and, you know, the subject matter, it's more like in the business world, people are much more interested in like, what's the insight in terms of, you know, like, what's the impact of this visualization? What's the like net result of, you know, how is this going to change the company's bottom line?
[06:10 - 06:31] And so it's usually much more about like getting across an insight and that usually happens through fairly simple charts presented in a way that's easy to comprehend. And so I basically take all the like pent up creativity that I have and exercise that in my freelance job where I don't do any of that kind of stuff.
[06:32 - 06:39] So in most of my freelancing or personal projects, you know, it's not always paid work. A lot of times these are personal projects as well.
[06:40 - 06:52] I do things where it's much more like visual journalism focused, much more like entirely custom charts, sort of experimental things. Things are a little bit off the wall sometimes.
[06:53 - 07:14] Usually trying something new all the time and incorporating new stuff that I've learned and doing things that sort of either fall pretty squarely within like the visual journalism side or tend to sort of blur the line between like data art and data visualization. - Yeah, that makes a lot of sense.
[07:15 - 07:21] I find that I used to work on a product, the dashboard company. - Yeah.
[07:22 - 07:30] - And a lot of what you're doing is it's state of it, but it's like bar charts or line charts. - Yeah.
[07:31 - 07:42] - It's really nice to have projects where you can kind of just go crazy, especially if you're building those skills at work. And then you can kind of scratch an itch on the side.
[07:43 - 07:52] And I always found that any side projects I do on the side, I'd end up using those skills in my day to day work. - Oh, yeah, definitely.
[07:53 - 08:01] - Which was really nice. - Yeah, for sure. - Let's walk through one of the projects you did recently.
[08:02 - 08:11] If there's any specific ones that you kind of want to talk through from the booth, although it's too static. - Let's see.
[08:12 - 08:18] Do you want me to like share my screen and walk through something or? - Yeah, I think they'd be great.
[08:19 - 08:22] If you have anything, otherwise I can share a link after. - No, definitely.
[08:23 - 08:49] Let me pull up my most recent project. So this is a project that I did, sort of actually it's been going on for like a year 'cause I started collecting the data back in like October or September of 2019, but I didn't really begin building this project until the spring of 2020.
[08:50 - 09:03] So this is a project about retired hurricanes. So I think the story of how this started was that one night I was like just randomly got curious about how hurricanes were named.
[09:04 - 09:24] I think 'cause we had like a big hurricane season that year. And so I was looking up like how hurricanes get their names and then took me to a Wikipedia page where I found out which I sort of knew, but like I found out that the names are using lists in alphabetical order and then they repeat every six years.
[09:25 - 09:41] So there's like six lists and then the list recycles. So for example, this is the list that was used for 2018 and they go through all these names and then these are the other lists, but this 2018 list will repeat again in 2024.
[09:42 - 09:59] But sort of when I was on that Wikipedia page I saw something that was like retired hurricanes and it explains like anytime there's a storm that's like particularly damaging or particularly deadly that name is often retired. I'm sort of like out of respect for the victims.
[10:00 - 10:17] And so in 2018, for example, they retired Florence and Michael and then those are like replaced with a new name and the next time that list is recycled. And on this Wikipedia page, there was a link to a sub page that was list of all retired hurricane names.
[10:18 - 10:30] So I went there and it was basically like a giant data dump. Like someone had gone through and collected all kinds of data on all these storms, like wind speed and category, number of deaths, amount of damage, all that stuff.
[10:31 - 10:48] So I immediately got this idea to sort of to visualize the history of all of these retired hurricane names and do a story about this. Because it's sort of, you know, it's a self selected list essentially of like all the worst hurricanes in our history.
[10:49 - 11:06] So I ended up making this story, which the primary visual is this circular chart. So this visualizes each one of the storms going from the 1950s up to 2018.
[11:07 - 11:18] And each of these names is one of the retired hurricanes. And let me pull up the legend so I can sort of walk through that first maybe.
[11:19 - 11:35] So each of these sort of arms that's going out from the middle has the destructiveness measured here. So the length of this line is the damage caused by the storm and then the size of this bubble at the end is the number of deaths.
[11:36 - 11:45] The inner circle with these diamonds is actually showing the previous occurrences of that name. So I mentioned like the list keep recycling until the name gets retired.
[11:46 - 11:58] So this is the year that like the main got retired, but you know, before that it might have been used like a few times, you know, maybe only once or twice. And this is filled or unfilled as whether it made landfall.
[11:59 - 12:20] Then at the end with these little diamonds around the corner or around the end of the edge of the circle, it represents the category of the hurricane wherever it hit. So initially I had just planned to do like the overall category of the hurricane just as like a colored dot or something.
[12:21 - 12:33] But then it occurred to me that hurricanes often hit like multiple locations and that the peak category of a hurricane might not occur when it actually makes landfall. It might occur like out in the middle of the ocean.
[12:34 - 12:43] And so it's not really an accurate way to represent it. So I went through and recorded in four different locations, like Eastern Seaboard, Gulf Coast, Caribbean, or Central America.
[12:44 - 13:08] So I was like, what the peak category was when the storm made landfall in that area, or if it didn't. And so I knew from the beginning that I wanted to make a circular visualization , like a big radial visualization partially because the visual metaphor here was, you know, like hurricanes obviously have this shape with a little eye in the center.
[13:09 - 13:37] And so the idea of a radial visualization kind of mirrors that shape, but the primary challenge was that normally radial visualizations like this work well in print because you can, you know, like pick it up, bring it closer to yourself and like turn the page to, you know, see all the way around the edge. And my experience with them on the web was that most of the times people just kind of punt this issue, right?
[13:38 - 13:46] They're like, okay, it'll just be an SVG and you can like zoom in and pan around if you want, but it's never really good to read. Like it's always kind of annoying to try to read them.
[13:47 - 13:53] Yeah, you're melting your head around. Yeah, you're tilting your head around or you're like, I hate zooming on things and panning.
[13:54 - 14:01] It's always like weird. So my main goal with this, one of my main goals was to make one that was web native and worked well and was easy to read.
[14:02 - 14:23] So I came up with this idea of zooming in. And then this enlarges all of these and then you can use your scroll wheel to turn the whole visualization so that you can sort of mimic that idea of like picking it up and turning it or you can use your keyboard buttons.
[14:24 - 14:31] That's great. And the other thing is that I wanted this to be responsive and work well in any screen size.
[14:32 - 14:40] So if I resize this, it works well. It also works on mobile.
[14:41 - 14:49] So yeah, that was one of the primary things I wanted to do with this. And then there's a little bit of other material at the end.
[14:50 - 15:07] Some more stuff about retired hurricanes. And if you want to read the making of blog post, that is on my blog where I go into more excruciating detail about all the data, all the UX, the visual design, the typography, the colors, everything like that.
[15:08 - 15:21] And I did end up pitching this story to Scientific American and it was published in their August 2020 issue. So this was actually my first piece that appeared in print.
[15:22 - 15:27] So that was pretty cool. Especially since I always thought it would work best in print.
[15:28 - 15:36] But I think the online version I really enjoy just because of this functionality of the zooming and turning and stuff, I think it's really fun. Yeah, I love this.
[15:37 - 15:52] And we'll have the links to both this and the making of blog posts, which people can read in more detail in excruciating detail. And I love a zoom interaction because it's such a great example of troubleshooting with data fizz.
[15:53 - 16:08] I think it's a really cool field where we're still establishing how to do things, especially how to do things on the web. So there's so much space for stuff like this where it's like, hey, what we usually do isn't really working for me.
[16:09 - 16:11] Yeah. You're out of way to fix that.
[16:12 - 16:14] Yeah, yeah, exactly. That was my thought.
[16:15 - 16:20] Yeah. Are there any other highlights that you want to do for the process?
[16:21 - 16:26] Like were you, was this circular layout? Like, I'm not going to do this.
[16:27 - 16:28] Yeah. I'm not going to do this.
[16:29 - 16:30] I'm not going to do this. I'm not going to do this.
[16:31 - 16:32] I'm not going to do this. I'm not going to do this.
[16:33 - 16:34] I'm not going to do this. I'm not going to do this.
[16:35 - 16:36] I'm not going to do this. I'm not going to do this.
[16:37 - 16:38] I'm not going to do this. I'm not going to do this.
[16:39 - 16:40] I'm not going to do this. I'm not going to do this.
[16:41 - 16:42] I'm not going to do this. I'm not going to do this.
[16:43 - 16:44] I'm not going to do this. I'm not going to do this.
[16:45 - 16:46] I'm not going to do this. I'm not going to do this.
[16:47 - 16:53] I'm not going to do this. I'm not going to do this.
[16:54 - 16:55] I'm not going to do this. I'm not going to do this.
[16:56 - 16:57] I'm not going to do this. I'm not going to do this.
[16:58 - 16:59] I'm not going to do this. I'm not going to do this.
[17:00 - 17:01] I'm not going to do this. I'm not going to do this.
[17:02 - 17:03] I'm not going to do this. I'm not going to do this.
[17:04 - 17:05] I'm not going to do this. I'm not going to do this.
[17:06 - 17:07] I'm not going to do this. I'm not going to do this.
[17:08 - 17:09] I'm not going to do this. I'm not going to do this.
[17:10 - 17:11] I'm not going to do this. I'm not going to do this.
[17:12 - 17:13] I'm not going to do this. I'm not going to do this.
[17:14 - 17:15] I'm not going to do this. I'm not going to do this.
[17:16 - 17:17] I'm not going to do this. I'm not going to do this.
[17:18 - 17:19] I'm not going to do this. I'm not going to do this.
[17:20 - 17:21] I'm not going to do this. I'm not going to do this.
[17:22 - 17:23] I'm not going to do this. I'm not going to do this.
[17:24 - 17:25] I'm not going to do this. I'm not going to do this.
[17:26 - 17:27] I'm not going to do this. I'm not going to do this.
[17:28 - 17:29] I'm not going to do this. I'm not going to do this.
[17:30 - 17:31] I'm not going to do this. I'm not going to do this.
[17:32 - 17:33] I'm not going to do this. I'm not going to do this.
[17:34 - 17:35] I'm not going to do this. I'm not going to do this.
[17:36 - 17:38] I'm not going to do this. I'm not going to do this.
[17:39 - 17:40] I'm not going to do this. I'm not going to do this.
[17:41 - 17:42] I'm not going to do this. I'm not going to do this.
[17:43 - 17:44] I'm not going to do this. I'm not going to do this.
[17:45 - 17:46] I'm not going to do this. I'm not going to do this.
[17:47 - 17:48] I'm not going to do this. I'm not going to do this.
[17:49 - 17:50] I'm not going to do this. I'm not going to do this.
[17:51 - 17:52] I'm not going to do this. I'm not going to do this.
[17:53 - 17:54] I'm not going to do this. I'm not going to do this.
[17:55 - 17:56] I'm not going to do this. I'm not going to do this.
[17:57 - 17:58] I'm not going to do this. I'm not going to do this.
[17:59 - 18:01] I'm not going to do this. I'm not going to do this.
[18:02 - 18:03] I'm not going to do this. I'm not going to do this.
[18:04 - 18:05] I'm not going to do this. I'm not going to do this.
[18:06 - 18:07] I'm not going to do this. I'm not going to do this.
[18:08 - 18:09] I'm not going to do this. I'm not going to do this.
[18:10 - 18:11] I'm not going to do this. I'm not going to do this.
[18:12 - 18:13] I'm not going to do this. I'm not going to do this.
[18:14 - 18:15] I'm not going to do this. I'm not going to do this.
[18:16 - 18:17] I'm not going to do this. I'm not going to do this.
[18:18 - 18:19] I'm not going to do this. I'm not going to do this.
[18:20 - 18:21] I'm not going to do this. I'm not going to do this.
[18:22 - 18:24] I'm not going to do this. I'm not going to do this.
[18:25 - 18:26] I'm not going to do this. I'm not going to do this.
[18:27 - 18:28] I'm not going to do this. I'm not going to do this.
[18:29 - 18:30] I'm not going to do this. I'm not going to do this.
[18:31 - 18:32] I'm not going to do this. I'm not going to do this.
[18:33 - 18:34] I'm not going to do this. I'm not going to do this.
[18:35 - 18:36] I'm not going to do this. I'm not going to do this.
[18:37 - 18:38] I'm not going to do this. I'm not going to do this.
[18:39 - 18:40] I'm not going to do this. I'm not going to do this.
[18:41 - 18:42] I'm not going to do this. I'm not going to do this.
[18:43 - 18:44] I'm not going to do this. I'm not going to do this.
[18:45 - 18:47] I'm not going to do this. I'm not going to do this.
[18:48 - 18:49] I'm not going to do this. I'm not going to do this.
[18:50 - 18:51] I'm not going to do this. I'm not going to do this.
[18:52 - 18:53] I'm not going to do this. I'm not going to do this.
[18:54 - 18:55] I'm not going to do this. I'm not going to do this.
[18:56 - 18:57] I'm not going to do this. I'm not going to do this.
[18:58 - 18:59] I'm not going to do this. I'm not going to do this.
[19:00 - 19:01] I'm not going to do this. I'm not going to do this.
[19:02 - 19:03] I'm not going to do this. I'm not going to do this.
[19:04 - 19:05] I'm not going to do this. I'm not going to do this.
[19:06 - 19:07] I'm not going to do this. I'm not going to do this.
[19:08 - 19:10] I'm not going to do this. I'm not going to do this.
[19:11 - 19:12] I'm not going to do this. I'm not going to do this.
[19:13 - 19:14] I'm not going to do this. I'm not going to do this.
[19:15 - 19:16] I'm not going to do this. I'm not going to do this.
[19:17 - 19:18] I'm not going to do this. I'm not going to do this.
[19:19 - 19:20] I'm not going to do this. I'm not going to do this.
[19:21 - 19:22] I'm not going to do this. I'm not going to do this.
[19:23 - 19:24] I'm not going to do this. I'm not going to do this.
[19:25 - 19:26] I'm not going to do this. I'm not going to do this.
[19:27 - 19:28] I'm not going to do this. I'm not going to do this.
[19:29 - 19:30] I'm not going to do this. I'm not going to do this.
[19:31 - 19:33] I'm not going to do this. I'm not going to do this.
[19:34 - 19:35] I'm not going to do this. I'm not going to do this.
[19:36 - 19:37] I'm not going to do this. I'm not going to do this.
[19:38 - 19:39] I'm not going to do this. I'm not going to do this.
[19:40 - 19:41] I'm not going to do this. I'm not going to do this.
[19:42 - 19:43] I'm not going to do this. I'm not going to do this.
[19:44 - 19:45] I'm not going to do this. I'm not going to do this.
[19:46 - 19:47] I'm not going to do this. I'm not going to do this.
[19:48 - 19:49] I'm not going to do this. I'm not going to do this.
[19:50 - 19:51] I'm not going to do this. I'm not going to do this.
[19:52 - 19:53] I'm not going to do this. I'm not going to do this.
[19:54 - 19:56] I'm not going to do this. I'm not going to do this.
[19:57 - 19:58] I'm not going to do this. I'm not going to do this.
[19:59 - 20:00] I'm not going to do this. I'm not going to do this.
[20:01 - 20:02] I'm not going to do this. I'm not going to do this.
[20:03 - 20:04] I'm not going to do this. I'm not going to do this.
[20:05 - 20:06] I'm not going to do this. I'm not going to do this.
[20:07 - 20:08] I'm not going to do this. I'm not going to do this.
[20:09 - 20:10] I'm not going to do this. I'm not going to do this.
[20:11 - 20:12] I'm not going to do this. I'm not going to do this.
[20:13 - 20:14] I'm not going to do this. I'm not going to do this.
[20:15 - 20:16] I'm not going to do this. I'm not going to do this.
[20:17 - 20:19] I'm not going to do this. I'm not going to do this.
[20:20 - 20:21] I'm not going to do this. I'm not going to do this.
[20:22 - 20:23] I'm not going to do this. I'm not going to do this.
[20:24 - 20:25] I'm not going to do this. I'm not going to do this.
[20:26 - 20:27] I'm not going to do this. I'm not going to do this.
[20:28 - 20:29] I'm not going to do this. I'm not going to do this.
[20:30 - 20:31] I'm not going to do this. I'm not going to do this.
[20:32 - 20:33] I'm not going to do this. I'm not going to do this.
[20:34 - 20:35] I'm not going to do this. I'm not going to do this.
[20:36 - 20:37] I'm not going to do this. I'm not going to do this.
[20:38 - 20:39] I'm not going to do this. I'm not going to do this.
[20:40 - 20:42] I'm not going to do this. I'm not going to do this.
[20:43 - 20:44] I'm not going to do this. I'm not going to do this.
[20:45 - 20:46] I'm not going to do this. I'm not going to do this.
[20:47 - 20:48] I'm not going to do this. I'm not going to do this.
[20:49 - 20:50] I'm not going to do this. I'm not going to do this.
[20:51 - 20:52] I'm not going to do this. I'm not going to do this.
[20:53 - 20:54] I'm not going to do this. I'm not going to do this.
[20:55 - 20:56] I'm not going to do this. I'm not going to do this.
[20:57 - 20:58] I'm not going to do this. I'm not going to do this.
[20:59 - 21:00] I'm not going to do this. I'm not going to do this.
[21:01 - 21:02] I'm not going to do this. I'm not going to do this.
[21:03 - 21:05] I'm not going to do this. I'm not going to do this.
[21:06 - 21:07] I'm not going to do this. I'm not going to do this.
[21:08 - 21:09] I'm not going to do this. I'm not going to do this.
[21:10 - 21:11] I'm not going to do this. I'm not going to do this.
[21:12 - 21:13] I'm not going to do this. I'm not going to do this.
[21:14 - 21:15] I'm not going to do this. I'm not going to do this.
[21:16 - 21:17] I'm not going to do this. I'm not going to do this.
[21:18 - 21:19] I'm not going to do this. I'm not going to do this.
[21:20 - 21:21] I'm not going to do this. I'm not going to do this.
[21:22 - 21:23] I'm not going to do this. I'm not going to do this.
[21:24 - 21:25] I'm not going to do this. I'm not going to do this.
[21:26 - 21:28] I'm not going to do this. I'm not going to do this.
[21:29 - 21:30] I'm not going to do this. I'm not going to do this.
[21:31 - 21:32] I'm not going to do this. I'm not going to do this.
[21:33 - 21:34] I'm not going to do this. I'm not going to do this.
[21:35 - 21:36] I'm not going to do this. I'm not going to do this.
[21:37 - 21:38] I'm not going to do this. I'm not going to do this.
[21:39 - 21:40] I'm not going to do this. I'm not going to do this.
[21:41 - 21:42] I'm not going to do this. I'm not going to do this.
[21:43 - 21:44] I'm not going to do this. I'm not going to do this.
[21:45 - 21:46] I'm not going to do this. I'm not going to do this.
[21:47 - 21:48] I'm not going to do this. I'm not going to do this.
[21:49 - 21:51] I'm not going to do this. I'm not going to do this.
[21:52 - 21:53] I'm not going to do this. I'm not going to do this.
[21:54 - 21:55] I'm not going to do this. I'm not going to do this.
[21:56 - 21:57] I'm not going to do this. I'm not going to do this.
[21:58 - 21:59] I'm not going to do this. I'm not going to do this.
[22:00 - 22:01] I'm not going to do this. I'm not going to do this.
[22:02 - 22:03] I'm not going to do this. I'm not going to do this.
[22:04 - 22:05] I'm not going to do this. I'm not going to do this.
[22:06 - 22:07] I'm not going to do this. I'm not going to do this.
[22:08 - 22:09] I'm not going to do this. I'm not going to do this.
[22:10 - 22:11] I'm not going to do this. I'm not going to do this.
[22:12 - 22:14] I'm not going to do this. I'm not going to do this.
[22:15 - 22:16] I'm not going to do this. I'm not going to do this.
[22:17 - 22:18] I'm not going to do this. I'm not going to do this.
[22:19 - 22:20] I'm not going to do this. I'm not going to do this.
[22:21 - 22:22] I'm not going to do this. I'm not going to do this.
[22:23 - 22:24] I'm not going to do this. I'm not going to do this.
[22:25 - 22:26] I'm not going to do this. I'm not going to do this.
[22:27 - 22:28] I'm not going to do this. I'm not going to do this.
[22:29 - 22:30] I'm not going to do this. I'm not going to do this.
[22:31 - 22:32] I'm not going to do this. I'm not going to do this.
[22:33 - 22:34] I'm not going to do this. I'm not going to do this.
[22:35 - 22:37] I'm not going to do this. I'm not going to do this.
[22:38 - 22:39] I'm not going to do this. I'm not going to do this.
[22:40 - 22:41] I'm not going to do this. I'm not going to do this.
[22:42 - 22:43] I'm not going to do this. I'm not going to do this.
[22:44 - 22:45] I'm not going to do this. I'm not going to do this.
[22:46 - 22:47] I'm not going to do this. I'm not going to do this.
[22:48 - 22:49] I'm not going to do this. I'm not going to do this.
[22:50 - 22:51] I'm not going to do this. I'm not going to do this.
[22:52 - 22:53] I'm not going to do this. I'm not going to do this.
[22:54 - 22:55] I'm not going to do this. I'm not going to do this.
[22:56 - 22:57] I'm not going to do this. I'm not going to do this.
[22:58 - 23:00] I'm not going to do this. I'm not going to do this.
[23:01 - 23:02] I'm not going to do this. I'm not going to do this.
[23:03 - 23:04] I'm not going to do this. I'm not going to do this.
[23:05 - 23:06] I'm not going to do this. I'm not going to do this.
[23:07 - 23:08] I'm not going to do this. I'm not going to do this.
[23:09 - 23:10] I'm not going to do this. I'm not going to do this.
[23:11 - 23:12] I'm not going to do this. I'm not going to do this.
[23:13 - 23:14] I'm not going to do this. I'm not going to do this.
[23:15 - 23:16] I'm not going to do this. I'm not going to do this.
[23:17 - 23:18] I'm not going to do this. I'm not going to do this.
[23:19 - 23:20] I'm not going to do this. I'm not going to do this.
[23:21 - 23:23] I'm not going to do this. I'm not going to do this.
[23:24 - 23:25] I'm not going to do this. I'm not going to do this.
[23:26 - 23:27] I'm not going to do this. I'm not going to do this.
[23:28 - 23:29] I'm not going to do this. I'm not going to do this.
[23:30 - 23:31] I'm not going to do this. I'm not going to do this.
[23:32 - 23:33] I'm not going to do this. I'm not going to do this.
[23:34 - 23:35] I'm not going to do this. I'm not going to do this.
[23:36 - 23:37] I'm not going to do this. I'm not going to do this.
[23:38 - 23:39] I'm not going to do this. I'm not going to do this.
[23:40 - 23:41] I'm not going to do this. I'm not going to do this.
[23:42 - 23:43] I'm not going to do this. I'm not going to do this.
[23:44 - 23:46] I'm not going to do this. I'm not going to do this.
[23:47 - 23:48] I'm not going to do this. I'm not going to do this.
[23:49 - 23:50] I'm not going to do this. I'm not going to do this.
[23:51 - 23:52] I'm not going to do this. I'm not going to do this.
[23:53 - 23:54] I'm not going to do this. I'm not going to do this.
[23:55 - 23:56] I'm not going to do this. I'm not going to do this.
[23:57 - 23:58] I'm not going to do this. I'm not going to do this.
[23:59 - 24:00] I'm not going to do this. I'm not going to do this.
[24:01 - 24:02] I'm not going to do this. I'm not going to do this.
[24:03 - 24:04] I'm not going to do this. I'm not going to do this.
[24:05 - 24:06] I'm not going to do this. I'm not going to do this.
[24:07 - 24:09] I'm not going to do this. I'm not going to do this.
[24:10 - 24:11] I'm not going to do this. I'm not going to do this.
[24:12 - 24:13] I'm not going to do this. I'm not going to do this.
[24:14 - 24:15] I'm not going to do this. I'm not going to do this.
[24:16 - 24:17] I'm not going to do this. I'm not going to do this.
[24:18 - 24:19] I'm not going to do this. I'm not going to do this.
[24:20 - 24:21] I'm not going to do this. I'm not going to do this.
[24:22 - 24:23] I'm not going to do this. I'm not going to do this.
[24:24 - 24:25] I'm not going to do this. I'm not going to do this.
[24:26 - 24:27] I'm not going to do this. I'm not going to do this.
[24:28 - 24:29] I'm not going to do this. I'm not going to do this.
[24:30 - 24:32] I'm not going to do this. I'm not going to do this.
[24:33 - 24:34] I'm not going to do this. I'm not going to do this.
[24:35 - 24:36] I'm not going to do this. I'm not going to do this.
[24:37 - 24:38] I'm not going to do this. I'm not going to do this.
[24:39 - 24:40] I'm not going to do this. I'm not going to do this.
[24:41 - 24:42] I'm not going to do this. I'm not going to do this.
[24:43 - 24:44] I'm not going to do this. I'm not going to do this.
[24:45 - 24:46] I'm not going to do this. I'm not going to do this.
[24:47 - 24:48] I'm not going to do this. I'm not going to do this.
[24:49 - 24:50] I'm not going to do this. I'm not going to do this.
[24:51 - 24:52] I'm not going to do this. I'm not going to do this.
[24:53 - 24:55] I'm not going to do this. I'm not going to do this.
[24:56 - 24:57] I'm not going to do this. I'm not going to do this.
[24:58 - 24:59] I'm not going to do this. I'm not going to do this.
[25:00 - 25:01] I'm not going to do this. I'm not going to do this.
[25:02 - 25:03] I'm not going to do this. I'm not going to do this.
[25:04 - 25:05] I'm not going to do this. I'm not going to do this.
[25:06 - 25:07] I'm not going to do this. I'm not going to do this.
[25:08 - 25:09] I'm not going to do this. I'm not going to do this.
[25:10 - 25:11] I'm not going to do this. I'm not going to do this.
[25:12 - 25:13] I'm not going to do this. I'm not going to do this.
[25:14 - 25:15] I'm not going to do this. I'm not going to do this.
[25:16 - 25:18] I'm not going to do this. I'm not going to do this.
[25:19 - 25:20] I'm not going to do this. I'm not going to do this.
[25:21 - 25:22] I'm not going to do this. I'm not going to do this.
[25:23 - 25:24] I'm not going to do this. I'm not going to do this.
[25:25 - 25:26] I'm not going to do this. I'm not going to do this.
[25:27 - 25:28] I'm not going to do this. I'm not going to do this.
[25:29 - 25:30] I'm not going to do this. I'm not going to do this.
[25:31 - 25:32] I'm not going to do this. I'm not going to do this.
[25:33 - 25:34] I'm not going to do this. I'm not going to do this.
[25:35 - 25:36] I'm not going to do this. I'm not going to do this.
[25:37 - 25:38] I'm not going to do this. I'm not going to do this.
[25:39 - 25:41] I'm not going to do this. I'm not going to do this.
[25:42 - 25:43] I'm not going to do this. I'm not going to do this.
[25:44 - 25:45] I'm not going to do this. I'm not going to do this.
[25:46 - 25:47] I'm not going to do this. I'm not going to do this.
[25:48 - 25:49] I'm not going to do this. I'm not going to do this.
[25:50 - 25:51] I'm not going to do this. I'm not going to do this.
[25:52 - 25:53] I'm not going to do this. I'm not going to do this.
[25:54 - 25:55] I'm not going to do this. I'm not going to do this.
[25:56 - 25:57] I'm not going to do this. I'm not going to do this.
[25:58 - 25:59] I'm not going to do this. I'm not going to do this.
[26:00 - 26:01] I'm not going to do this. I'm not going to do this.
[26:02 - 26:04] I'm not going to do this. I'm not going to do this.
[26:05 - 26:06] I'm not going to do this. I'm not going to do this.
[26:07 - 26:08] I'm not going to do this. I'm not going to do this.
[26:09 - 26:10] I'm not going to do this. I'm not going to do this.
[26:11 - 26:12] I'm not going to do this. I'm not going to do this.
[26:13 - 26:14] I'm not going to do this. I'm not going to do this.
[26:15 - 26:16] I'm not going to do this. I'm not going to do this.
[26:17 - 26:18] I'm not going to do this. I'm not going to do this.
[26:19 - 26:20] I'm not going to do this. I'm not going to do this.
[26:21 - 26:22] I'm not going to do this. I'm not going to do this.
[26:23 - 26:24] I'm not going to do this. I'm not going to do this.
[26:25 - 26:27] I'm not going to do this. I'm not going to do this.
[26:28 - 26:29] I'm not going to do this. I'm not going to do this.
[26:30 - 26:31] I'm not going to do this. I'm not going to do this.
[26:32 - 26:33] I'm not going to do this. I'm not going to do this.
[26:34 - 26:35] I'm not going to do this. I'm not going to do this.
[26:36 - 26:37] I'm not going to do this. I'm not going to do this.
[26:38 - 26:39] I'm not going to do this. I'm not going to do this.
[26:40 - 26:41] I'm not going to do this. I'm not going to do this.
[26:42 - 26:43] I'm not going to do this. I'm not going to do this.
[26:44 - 26:45] I'm not going to do this. I'm not going to do this.
[26:46 - 26:47] I'm not going to do this. I'm not going to do this.
[26:48 - 26:50] I'm not going to do this. I'm not going to do this.
[26:51 - 26:52] I'm not going to do this. I'm not going to do this.
[26:53 - 26:54] I'm not going to do this. I'm not going to do this.
[26:55 - 26:56] I'm not going to do this. I'm not going to do this.
[26:57 - 26:58] I'm not going to do this. I'm not going to do this.
[26:59 - 27:00] I'm not going to do this. I'm not going to do this.
[27:01 - 27:02] I'm not going to do this. I'm not going to do this.
[27:03 - 27:04] I'm not going to do this. I'm not going to do this.
[27:05 - 27:06] I'm not going to do this. I'm not going to do this.
[27:07 - 27:08] I'm not going to do this. I'm not going to do this.
[27:09 - 27:10] I'm not going to do this. I'm not going to do this.
[27:11 - 27:13] I'm not going to do this. I'm not going to do this.
[27:14 - 27:15] I'm not going to do this. I'm not going to do this.
[27:16 - 27:17] I'm not going to do this. I'm not going to do this.
[27:18 - 27:19] I'm not going to do this. I'm not going to do this.
[27:20 - 27:21] I'm not going to do this. I'm not going to do this.
[27:22 - 27:23] I'm not going to do this. I'm not going to do this.
[27:24 - 27:25] I'm not going to do this. I'm not going to do this.
[27:26 - 27:27] I'm not going to do this. I'm not going to do this.
[27:28 - 27:29] I'm not going to do this. I'm not going to do this.
[27:30 - 27:31] I'm not going to do this. I'm not going to do this.
[27:32 - 27:33] I'm not going to do this. I'm not going to do this.
[27:34 - 27:36] I'm not going to do this. I'm not going to do this.
[27:37 - 27:38] I'm not going to do this. I'm not going to do this.
[27:39 - 27:40] I'm not going to do this. I'm not going to do this.
[27:41 - 27:42] I'm not going to do this. I'm not going to do this.
[27:43 - 27:44] I'm not going to do this. I'm not going to do this.
[27:45 - 27:46] I'm not going to do this. I'm not going to do this.
[27:47 - 27:48] I'm not going to do this. I'm not going to do this.
[27:49 - 27:50] I'm not going to do this. I'm not going to do this.
[27:51 - 27:52] I'm not going to do this. I'm not going to do this.
[27:53 - 27:54] I'm not going to do this. I'm not going to do this.
[27:55 - 27:56] I'm not going to do this. I'm not going to do this.
[27:57 - 27:59] I'm not going to do this. I'm not going to do this.
[28:00 - 28:01] I'm not going to do this. I'm not going to do this.
[28:02 - 28:03] I'm not going to do this. I'm not going to do this.
[28:04 - 28:05] I'm not going to do this. I'm not going to do this.
[28:06 - 28:07] I'm not going to do this. I'm not going to do this.
[28:08 - 28:09] I'm not going to do this. I'm not going to do this.
[28:10 - 28:11] I'm not going to do this. I'm not going to do this.
[28:12 - 28:13] I'm not going to do this. I'm not going to do this.
[28:14 - 28:15] I'm not going to do this. I'm not going to do this.
[28:16 - 28:17] I'm not going to do this. I'm not going to do this.
[28:18 - 28:19] I'm not going to do this. I'm not going to do this.
[28:20 - 28:22] I'm not going to do this. I'm not going to do this.
[28:23 - 28:24] I'm not going to do this. I'm not going to do this.
[28:25 - 28:26] I'm not going to do this. I'm not going to do this.
[28:27 - 28:28] I'm not going to do this. I'm not going to do this.
[28:29 - 28:30] I'm not going to do this. I'm not going to do this.
[28:31 - 28:32] I'm not going to do this. I'm not going to do this.
[28:33 - 28:34] I'm not going to do this. I'm not going to do this.
[28:35 - 28:36] I'm not going to do this. I'm not going to do this.
[28:37 - 28:38] I'm not going to do this. I'm not going to do this.
[28:39 - 28:40] I'm not going to do this. I'm not going to do this.