WEBVTT

00:00:00.640 --> 00:00:01.360
<v Drew>True.

00:00:01.360 --> 00:00:02.160
<v Drew>How the hell?

00:00:02.800 --> 00:00:03.520
<v Drew>Uh oh.

00:00:03.520 --> 00:00:04.640
<v Drew>That was the beep.

00:00:04.640 --> 00:00:05.280
<v Drew>Oh, okay.

00:00:05.280 --> 00:00:06.160
<v Drew>Are we good?

00:00:06.160 --> 00:00:07.040
<v Drew>I I don't know.

00:00:07.600 --> 00:00:08.000
<v Drew>I think we're good.

00:00:08.000 --> 00:00:08.320
<v Drew>We're good.

00:00:08.320 --> 00:00:08.640
<v Drew>We're good.

00:00:09.200 --> 00:00:11.520
<v Drew>I don't even know how computers work anymore.

00:00:11.340 --> 00:00:12.220
<v Drew>I don't know.

00:00:17.260 --> 00:00:18.140
<v Drew>I would.

00:00:18.140 --> 00:00:18.620
<v Drew>Yeah.

00:00:18.620 --> 00:00:20.460
<v Drew>I vibe coded today.

00:00:20.400 --> 00:00:23.760
<v Drew>Actually, I've I've been I've been vibe coding for like the past two days.

00:00:23.760 --> 00:00:25.040
<v Paul>Okay, okay.

00:00:25.040 --> 00:00:30.640
<v Paul>Uh what um what what who are which uh which of the uh the robots are you using?

00:00:31.260 --> 00:00:35.420
<v Drew>I am using Copilot for GitHub.

00:00:35.660 --> 00:00:36.700
<v Drew>GitHub Copilot.

00:00:36.700 --> 00:00:37.100
<v Drew>Okay.

00:00:37.100 --> 00:00:38.060
<v Drew>Nice.

00:00:39.020 --> 00:00:42.780
<v Drew>It's integrated directly into my VS Code interface, which is kind of nice.

00:00:43.720 --> 00:00:47.480
<v Drew>Um without going into too much detail, because it's it's not an exciting project.

00:00:47.480 --> 00:00:50.200
<v Drew>It's a little side project I'm doing for work.

00:00:50.200 --> 00:00:56.040
<v Drew>I I'm pretty good at writing functional Python, meaning, and I don't mean that it

00:00:56.260 --> 00:00:58.820
<v Drew>you know, it barely works in that it's functional.

00:00:58.820 --> 00:01:03.539
<v Drew>It's just it's it's code that, you know, does data engineering things and stuff like that.

00:01:03.539 --> 00:01:03.860
<v Drew>Now

00:01:04.500 --> 00:01:09.860
<v Drew>There are frameworks out there for creating interfaces that run on top of your Python programs.

00:01:09.860 --> 00:01:10.420
<v Drew>Okay.

00:01:10.420 --> 00:01:12.259
<v Drew>And as near as I can tell

00:01:12.460 --> 00:01:20.220
<v Drew>You write this code in Python and then it spins up a little web server in the background and it basically translates it all to JavaScript.

00:01:20.540 --> 00:01:24.220
<v Drew>I I've tried node a couple times now.

00:01:24.700 --> 00:01:26.540
<v Drew>I'm not good at it.

00:01:26.860 --> 00:01:28.700
<v Drew>So Yeah, I I can yeah.

00:01:28.700 --> 00:01:33.020
<v Paul>I mean JavaScript is uh weird.

00:01:33.100 --> 00:01:34.140
<v Paul>Yeah.

00:01:34.140 --> 00:01:34.939
<v Paul>Yeah.

00:01:34.939 --> 00:01:35.740
<v Paul>So yeah.

00:01:35.740 --> 00:01:39.180
<v Drew>Sometimes sometimes it's JavaScript, sometimes it's TypeScript, and sometimes it's both.

00:01:39.500 --> 00:01:41.179
<v Paul>TypeScript is for losers.

00:01:41.179 --> 00:01:41.820
<v Drew>Okay.

00:01:41.820 --> 00:01:43.020
<v Drew>Oh, you heard it here, folks.

00:01:43.020 --> 00:01:44.539
<v Drew>You're here to hear first, folks.

00:01:44.539 --> 00:01:47.659
<v Drew>Um anyway.

00:01:47.120 --> 00:01:53.600
<v Drew>I I basically I didn't have time to learn an entire Python web framework.

00:01:54.000 --> 00:01:58.560
<v Drew>So I just I gave it a few prompts and it spit out an interface.

00:01:59.259 --> 00:02:11.340
<v Drew>It it mostly rendered what I wanted, but I had to go back and making it more dynamic where choosing options would would yield different options to do things and then

00:02:11.540 --> 00:02:14.580
<v Drew>integrating that with like a back-end database call.

00:02:14.580 --> 00:02:16.420
<v Drew>It it definitely saved me some time.

00:02:16.420 --> 00:02:20.100
<v Drew>I would say it probably got me it probably got me 80% of the way there.

00:02:20.100 --> 00:02:22.900
<v Drew>I I I see the value in this stuff, but

00:02:23.060 --> 00:02:27.780
<v Drew>If I wasn't under such a deadline to do this, I probably wouldn't have done it this way.

00:02:27.860 --> 00:02:28.739
<v Paul>Okay.

00:02:28.739 --> 00:02:31.379
<v Drew>But it's it it it works.

00:02:31.379 --> 00:02:31.780
<v Drew>Yeah.

00:02:31.780 --> 00:02:34.420
<v Drew>And now and now I'm writing all the back-end code.

00:02:34.720 --> 00:02:36.640
<v Drew>that this thing is going to eventually do.

00:02:36.640 --> 00:02:38.640
<v Drew>And I'm just writing that in regular Python.

00:02:38.640 --> 00:02:43.760
<v Drew>And I'm I'm struggling right now because one of the components of this is sending email.

00:02:45.659 --> 00:02:51.579
<v Drew>And lo and behold, connecting to Exchange in Office 365, pretty easy.

00:02:51.579 --> 00:02:52.299
<v Drew>Pretty easy.

00:02:52.299 --> 00:02:56.140
<v Drew>There's there's lots of lots of lots of supported libraries.

00:02:55.940 --> 00:02:57.379
<v Drew>Lots of ways to do that.

00:02:57.379 --> 00:03:01.379
<v Drew>Uh different authentication methods that are fully supported and documented.

00:03:01.379 --> 00:03:05.140
<v Drew>Basic SMTP servers are still a thing.

00:03:05.140 --> 00:03:08.340
<v Drew>That works too, so I need to support that scenario.

00:03:08.260 --> 00:03:11.380
<v Drew>The scenario I'm really struggling with is Google.

00:03:11.780 --> 00:03:14.020
<v Drew>Oh, I can imagine that's gotta be.

00:03:14.020 --> 00:03:14.740
<v Drew>Yeah.

00:03:14.820 --> 00:03:18.260
<v Drew>And the the sending of the email part is easy.

00:03:18.379 --> 00:03:26.140
<v Drew>It's uh basically all of their examples assume that you're just gonna have a credentials file somewhere.

00:03:27.260 --> 00:03:30.540
<v Drew>I I I don't think that's how it works in real life.

00:03:30.700 --> 00:03:31.579
<v Drew>Maybe it does.

00:03:31.579 --> 00:03:32.140
<v Drew>I don't know.

00:03:32.379 --> 00:03:32.860
<v Drew>Maybe.

00:03:32.860 --> 00:03:40.700
<v Drew>I and and the credentials file is really just a glorified JSON file that you can feed into like particular methods to construct credentials.

00:03:41.560 --> 00:03:47.960
<v Drew>I uh I don't really understand why I can't create this thing manually.

00:03:47.960 --> 00:03:50.680
<v Drew>I'm getting errors that I don't really understand.

00:03:50.680 --> 00:03:54.440
<v Drew>I and then granted, I don't do a lot with Google Cloud.

00:03:54.360 --> 00:03:57.160
<v Drew>The Gmail API is actually part of Google Cloud.

00:03:57.160 --> 00:04:05.720
<v Drew>You can you can send email through regular Gmail, but I'm using the, I got like $300 in free credits to GCP, and I'm like,

00:04:05.680 --> 00:04:06.160
<v Drew>Fuck it.

00:04:06.160 --> 00:04:07.760
<v Drew>Let's let's try to learn something new.

00:04:08.080 --> 00:04:09.120
<v Drew>Let's go crazy.

00:04:09.120 --> 00:04:10.400
<v Drew>Yeah, let's go nuts.

00:04:10.400 --> 00:04:12.080
<v Drew>You know, it's only money, right?

00:04:12.080 --> 00:04:15.040
<v Drew>So yeah, that's that's the piece I'm struggling on now.

00:04:15.040 --> 00:04:19.040
<v Drew>And and I'll have something up on GitHub probably by the weekend.

00:04:19.040 --> 00:04:19.360
<v Drew>Um

00:04:19.579 --> 00:04:21.260
<v Drew>It's it's an interesting problem to solve.

00:04:21.260 --> 00:04:24.060
<v Drew>My work is having like a little hackathon.

00:04:24.140 --> 00:04:28.940
<v Drew>And it's it's it's not a competition, but it's kind of a competition because there's prizes.

00:04:28.820 --> 00:04:34.580
<v Drew>Oh and there's things that the product for the company that I work for doesn't do.

00:04:34.580 --> 00:04:40.500
<v Drew>And I'm attempting to fill that gap by leveraging other parts of the product to do things.

00:04:40.500 --> 00:04:40.820
<v Drew>So

00:04:42.240 --> 00:04:42.720
<v Drew>Yeah.

00:04:42.720 --> 00:04:44.000
<v Drew>So, you know, yeah.

00:04:44.720 --> 00:04:48.880
<v Drew>I haven't really had a chance to go head heads down and build something like that for a while.

00:04:48.880 --> 00:04:50.480
<v Drew>So it it feels pretty good.

00:04:50.900 --> 00:04:51.300
<v Drew>Nice.

00:04:51.300 --> 00:04:51.780
<v Drew>How are you?

00:04:51.780 --> 00:04:52.980
<v Drew>What are you working on these days?

00:04:52.980 --> 00:04:54.180
<v Drew>How's your app?

00:04:54.260 --> 00:04:55.620
<v Paul>Uh it's going slow.

00:04:55.620 --> 00:04:57.140
<v Paul>It's going slow, but I'm making progress.

00:04:57.140 --> 00:04:59.700
<v Paul>I'm not gonna be done by the end of the year like I wanted, I don't think.

00:04:59.700 --> 00:05:04.260
<v Paul>But it's because you know being an adult is exhausting.

00:05:04.320 --> 00:05:08.960
<v Paul>Uh, you know, so yeah, what are you gonna do?

00:05:08.960 --> 00:05:10.640
<v Drew>Yep, yep, yep, yep, yep

00:05:12.220 --> 00:05:16.620
<v Drew>Okay, so uh I I've got I've got a lot of shit to talk about tonight.

00:05:16.620 --> 00:05:19.740
<v Drew>Um I I want to start with a couple updates for you though.

00:05:19.740 --> 00:05:23.340
<v Drew>So first and foremost, uh a pull-ups for pets update.

00:05:23.520 --> 00:05:24.320
<v Drew>Yeah.

00:05:24.320 --> 00:05:34.480
<v Drew>So what I've been doing is I have been working in on putting pull-ups into my workouts when I'm at the gym.

00:05:35.240 --> 00:05:43.000
<v Drew>Compared to where some other people are, because there is a leaderboard, there are some people that have over a thousand.

00:05:42.680 --> 00:05:43.160
<v Drew>For the month.

00:05:43.320 --> 00:05:44.840
<v Drew>That's that's that's a lot.

00:05:44.840 --> 00:05:46.120
<v Drew>That's a lot of pull-ups.

00:05:46.120 --> 00:05:48.840
<v Drew>Now I I don't think they're doing them all at the gym.

00:05:48.840 --> 00:05:50.520
<v Drew>I'm assuming these people have

00:05:51.280 --> 00:05:54.080
<v Drew>pull-up ways to do pull-ups in their home.

00:05:54.080 --> 00:05:55.599
<v Drew>I don't have that.

00:05:55.599 --> 00:05:56.879
<v Drew>I could have that.

00:05:56.879 --> 00:05:58.560
<v Drew>I choose not to have that.

00:05:58.560 --> 00:06:01.199
<v Drew>So I've mostly just been doing this in workouts.

00:06:01.199 --> 00:06:05.759
<v Drew>But that said, I did cross the hundred pull-up mark this week.

00:06:05.720 --> 00:06:06.919
<v Drew>For the month.

00:06:06.919 --> 00:06:07.720
<v Drew>Nice.

00:06:07.720 --> 00:06:08.520
<v Drew>Yep.

00:06:08.520 --> 00:06:15.639
<v Drew>And I was and and honestly, there were some times when I was at the gym where I either got there later

00:06:16.420 --> 00:06:20.740
<v Drew>And didn't have time to do them in the warm-up or after the gym.

00:06:20.740 --> 00:06:25.780
<v Drew>Because usually I kind of have to run right out of there to get home and help Mandy with our little floor shark.

00:06:25.820 --> 00:06:28.780
<v Drew>So I haven't had I haven't had a lot of time to hang out afterwards.

00:06:28.780 --> 00:06:34.220
<v Drew>But um there's I think there's uh what one, two, what three

00:06:34.920 --> 00:06:40.760
<v Drew>three days uh three working days left in the month where I can go and and get in there.

00:06:40.760 --> 00:06:46.040
<v Drew>My goal is to try to get to a hundred and thirty by the end of the month, which is way lower than I thought.

00:06:46.040 --> 00:06:48.840
<v Drew>But listen, strict pull-ups are hard and

00:06:49.520 --> 00:06:53.200
<v Drew>Doing that in addition to the workout is tough, but it's for a good cause.

00:06:53.200 --> 00:06:58.400
<v Drew>So everybody who emailed and said that I owed you like a million uh pull-ups, I'm really sorry.

00:06:58.400 --> 00:07:01.120
<v Drew>But uh but we're we're doing what we can.

00:07:01.540 --> 00:07:03.220
<v Drew>Dis just disappointment.

00:07:03.220 --> 00:07:05.380
<v Paul>But pull-ups are hard.

00:07:05.380 --> 00:07:06.100
<v Paul>Pull-ups are hard.

00:07:06.500 --> 00:07:07.860
<v Paul>Bodyweight pull-ups are really hard.

00:07:08.020 --> 00:07:09.060
<v Paul>There's no there's no shame.

00:07:09.060 --> 00:07:09.860
<v Paul>There's no shame.

00:07:09.860 --> 00:07:11.300
<v Paul>I mean, the only thing that I've

00:07:11.620 --> 00:07:16.020
<v Paul>come close to like doing 200 of in a month is uh eating jelly beans.

00:07:16.020 --> 00:07:18.099
<v Paul>So that's not bad.

00:07:18.099 --> 00:07:18.419
<v Paul>Yeah.

00:07:18.419 --> 00:07:19.139
<v Paul>That's not bad.

00:07:19.379 --> 00:07:22.419
<v Drew>So I I I will say this though.

00:07:22.220 --> 00:07:32.139
<v Drew>Coupled with some weight loss that I've experienced, you know, I'm stringing together, you know, the first couple sets I can do five or six, you know, strict.

00:07:32.620 --> 00:07:34.620
<v Drew>Uh not supinated, right?

00:07:34.620 --> 00:07:36.220
<v Drew>They're not chin-ups, they're pull-ups.

00:07:36.220 --> 00:07:40.139
<v Drew>So your your fingers are facing away from you, if that makes sense.

00:07:40.139 --> 00:07:40.620
<v Drew>It does.

00:07:40.620 --> 00:07:41.020
<v Drew>Yeah.

00:07:41.020 --> 00:07:42.300
<v Drew>And they're and they're strict.

00:07:42.340 --> 00:07:52.180
<v Drew>Now, there's been quite a few workouts this week too that have required me to do the kipping style pull-ups, and those don't count, unfortunately.

00:07:52.180 --> 00:07:52.340
<v Drew>So

00:07:53.320 --> 00:07:54.600
<v Drew>Ah yeah, that makes sense.

00:07:54.600 --> 00:07:55.000
<v Drew>Yeah.

00:07:55.000 --> 00:07:55.800
<v Drew>It has to be strict.

00:07:57.640 --> 00:07:58.360
<v Drew>Yep.

00:07:59.320 --> 00:08:01.960
<v Drew>Uh as a matter of fact the workout tomorrow I think has some

00:08:02.060 --> 00:08:02.460
<v Drew>pull-up.

00:08:02.460 --> 00:08:05.419
<v Drew>So I will I will be that that total will continue to rise.

00:08:05.419 --> 00:08:10.940
<v Drew>So we'll give a final update when we get into October, which I can't believe it's going to be October next week.

00:08:11.560 --> 00:08:12.920
<v Paul>Yeah, real soon.

00:08:12.920 --> 00:08:13.880
<v Paul>Real soon.

00:08:13.880 --> 00:08:15.480
<v Paul>Re real real soon.

00:08:15.480 --> 00:08:16.520
<v Paul>Real soon.

00:08:16.520 --> 00:08:18.920
<v Drew>Uh any updates from you?

00:08:19.720 --> 00:08:22.680
<v Drew>Uh house tennis.

00:08:23.320 --> 00:08:25.720
<v Paul>Over.

00:08:25.720 --> 00:08:28.280
<v Paul>Yesterday was the last match.

00:08:28.280 --> 00:08:28.760
<v Drew>Wow.

00:08:28.760 --> 00:08:31.160
<v Drew>So it only went on for a couple months then.

00:08:31.120 --> 00:08:34.240
<v Paul>Uh yeah, yeah, like sub yeah, August and September.

00:08:34.240 --> 00:08:39.599
<v Paul>Because they they did training camp before school started, and then they started matches once school started.

00:08:39.599 --> 00:08:40.479
<v Paul>But it's been like

00:08:41.579 --> 00:08:45.980
<v Paul>You know, it did be like three to four matches a week plus a practice.

00:08:45.980 --> 00:08:47.339
<v Paul>It was it was it was a lot.

00:08:47.339 --> 00:08:48.220
<v Paul>It was a lot.

00:08:49.420 --> 00:08:51.339
<v Paul>But it's over now.

00:08:51.860 --> 00:08:54.980
<v Paul>And uh gonna get some time back.

00:08:54.980 --> 00:08:56.580
<v Paul>So yay.

00:08:56.580 --> 00:08:56.820
<v Paul>Okay.

00:09:00.360 --> 00:09:08.680
<v Paul>If if you follow me on Blue Sky, that's that's usually what I because because when you go to tennis match, she's JV, she's at the bottom of the squad.

00:09:08.680 --> 00:09:09.720
<v Paul>She's usually like

00:09:10.040 --> 00:09:14.040
<v Paul>Most of the time she's like the last to play, or she may not even play.

00:09:14.279 --> 00:09:15.480
<v Paul>It's all always up in the air.

00:09:15.480 --> 00:09:20.680
<v Paul>So I always either take like my uh my e-reader or my airpods.

00:09:20.640 --> 00:09:22.800
<v Paul>So I can listen to a podcast or read a book.

00:09:22.800 --> 00:09:24.560
<v Paul>And I forgot both of them yesterday.

00:09:24.560 --> 00:09:25.200
<v Paul>Both of them.

00:09:25.200 --> 00:09:25.680
<v Paul>Both.

00:09:25.680 --> 00:09:26.560
<v Paul>Yeah.

00:09:26.560 --> 00:09:29.680
<v Paul>Ohness it's it's it's tough.

00:09:30.020 --> 00:09:33.300
<v Paul>Oh boy, but uh uh just just real quick here.

00:09:33.300 --> 00:09:39.460
<v Paul>Uh man, the lineup for uh Sonic Temple next year looks freaking amazing.

00:09:39.460 --> 00:09:41.460
<v Paul>Okay, let's talk about it.

00:09:41.660 --> 00:09:45.580
<v Paul>Yeah, I've already bought my tickets, so Oh, because you didn't go this past year.

00:09:45.660 --> 00:09:47.660
<v Paul>I didn't I did not go last year.

00:09:47.660 --> 00:09:49.260
<v Paul>I did not go last year.

00:09:49.260 --> 00:09:52.620
<v Drew>And it and it and it doesn't sound like anything of value was lost.

00:09:52.540 --> 00:09:53.580
<v Paul>I don't think so.

00:09:55.820 --> 00:09:57.820
<v Paul>Were there bands there that I would have seen?

00:09:57.820 --> 00:09:58.300
<v Paul>Yes.

00:09:58.300 --> 00:10:02.540
<v Paul>Were there enough bands for me to justify spending the money?

00:10:02.540 --> 00:10:03.019
<v Paul>No.

00:10:03.019 --> 00:10:03.420
<v Paul>No.

00:10:03.560 --> 00:10:04.200
<v Paul>But this year.

00:10:04.200 --> 00:10:05.000
<v Paul>Oh, this year.

00:10:05.000 --> 00:10:05.560
<v Paul>It's good.

00:10:05.560 --> 00:10:06.120
<v Paul>It's good.

00:10:06.120 --> 00:10:06.680
<v Paul>It's good.

00:10:06.680 --> 00:10:07.000
<v Paul>All right.

00:10:07.000 --> 00:10:13.240
<v Drew>So I'm on I'm on the Sonic Temple website, which is advertising May 14th through the 17th, 2026.

00:10:13.240 --> 00:10:14.600
<v Drew>I hate this website.

00:10:14.600 --> 00:10:16.840
<v Drew>I do not like the way it's so bad.

00:10:16.540 --> 00:10:19.180
<v Drew>I don't like the way the artists are represented here.

00:10:19.180 --> 00:10:20.700
<v Drew>So okay.

00:10:20.700 --> 00:10:23.660
<v Drew>So let's play let's play one of our patented little

00:10:24.160 --> 00:10:26.320
<v Drew>guessing games that we do for each other here.

00:10:26.320 --> 00:10:26.720
<v Drew>Okay.

00:10:26.720 --> 00:10:27.200
<v Drew>Okay.

00:10:27.200 --> 00:10:27.680
<v Drew>Okay.

00:10:27.680 --> 00:10:29.680
<v Drew>So I'm looking at the 2026 lineup.

00:10:29.680 --> 00:10:33.600
<v Drew>I'm gonna I'm gonna go through here because it looks like a lot of people haven't been announced yet.

00:10:33.720 --> 00:10:34.680
<v Paul>Yes, yeah.

00:10:34.680 --> 00:10:41.560
<v Paul>If you actually go to the homepage, like just the right that don't go in the artists, there's actually a little graphic with all of the artists in there.

00:10:41.800 --> 00:10:43.000
<v Paul>It's a little more uh

00:10:43.160 --> 00:10:46.600
<v Paul>You don't have to scroll as much and look at us look at so many bands that haven't seen it.

00:10:46.760 --> 00:10:50.840
<v Drew>Okay, I I'm already seeing some names that I know that you like.

00:10:50.840 --> 00:10:51.560
<v Drew>Uh-huh.

00:10:51.560 --> 00:10:52.200
<v Drew>There we go.

00:10:52.520 --> 00:10:56.040
<v Drew>So let's uh let's kind of go through this here.

00:10:56.040 --> 00:10:56.360
<v Drew>So

00:10:56.640 --> 00:11:02.320
<v Drew>Starting from the top here, a Treyu, which I believe you have mentioned many times before.

00:11:02.320 --> 00:11:04.640
<v Paul>No, they're mediocre at best.

00:11:04.640 --> 00:11:08.240
<v Drew>Oh, okay, but I believe I b I believe that they're metal, right?

00:11:08.160 --> 00:11:08.800
<v Drew>They are.

00:11:08.800 --> 00:11:11.440
<v Paul>Uh no, they're more emo than metal, I would say.

00:11:11.440 --> 00:11:11.680
<v Paul>Yeah.

00:11:12.000 --> 00:11:12.400
<v Paul>Emo.

00:11:12.400 --> 00:11:12.720
<v Paul>Emo.

00:11:13.120 --> 00:11:15.200
<v Drew>I don't know why that name jumped out at me though.

00:11:15.200 --> 00:11:15.600
<v Paul>Emo.

00:11:16.000 --> 00:11:16.320
<v Paul>Okay.

00:11:16.400 --> 00:11:16.720
<v Paul>Yeah.

00:11:16.720 --> 00:11:18.880
<v Drew>Attila, I don't know who that is.

00:11:18.620 --> 00:11:19.420
<v Paul>Nah, they're alright.

00:11:19.420 --> 00:11:19.899
<v Paul>They're alright.

00:11:19.899 --> 00:11:26.700
<v Paul>They're good they're yeah, they're they're uh they're like a decent Deathcore band, Deathcore is, Metalcore.

00:11:26.700 --> 00:11:27.260
<v Paul>Yeah.

00:11:27.260 --> 00:11:28.220
<v Paul>Yeah.

00:11:28.220 --> 00:11:28.860
<v Drew>Okay.

00:11:28.860 --> 00:11:32.620
<v Drew>And then uh here we go, uh just right into it, behemoth.

00:11:32.620 --> 00:11:33.980
<v Paul>Behemoth, behemoth.

00:11:33.980 --> 00:11:34.700
<v Paul>Yep, yep.

00:11:34.700 --> 00:11:36.620
<v Paul>I'd already bought my tickets with but what

00:11:36.959 --> 00:11:40.720
<v Paul>I had already bought my tickets for another b because another band got in it.

00:11:40.720 --> 00:11:41.200
<v Drew>Oh, okay.

00:11:41.360 --> 00:11:45.120
<v Paul>And then and then they added behemoth on and I was like, this is just gonna be fucking amazing.

00:11:45.120 --> 00:11:45.680
<v Drew>So yeah.

00:11:45.680 --> 00:11:46.080
<v Paul>Okay.

00:11:46.080 --> 00:11:47.360
<v Drew>Okay, so that's interesting, right?

00:11:47.360 --> 00:11:49.279
<v Drew>Because when I'm looking at this list here

00:11:49.440 --> 00:11:52.880
<v Drew>Uh and again, I recognize some of them, a lot of these I don't.

00:11:52.880 --> 00:11:55.520
<v Drew>I would have thought Behemoth would have been the big draw for you.

00:11:55.520 --> 00:12:03.040
<v Paul>Yeah, it's it's probably my number one now, but it might my the number two band that I'm excited to see is why I bought the ticket.

00:12:03.040 --> 00:12:03.360
<v Paul>So

00:12:03.500 --> 00:12:05.259
<v Drew>The number two band.

00:12:07.019 --> 00:12:07.740
<v Drew>Interesting.

00:12:09.899 --> 00:12:10.220
<v Drew>Okay.

00:12:10.220 --> 00:12:11.420
<v Drew>Brand of sacrifice.

00:12:11.420 --> 00:12:13.339
<v Drew>I I have no frame of references.

00:12:13.660 --> 00:12:14.300
<v Drew>They're right.

00:12:14.300 --> 00:12:14.699
<v Drew>Yeah.

00:12:14.699 --> 00:12:15.259
<v Drew>Yeah.

00:12:15.259 --> 00:12:15.819
<v Drew>Okay.

00:12:16.140 --> 00:12:17.820
<v Drew>Again, I what what are they though?

00:12:17.820 --> 00:12:20.700
<v Drew>I mean give me a uh metal core, yeah.

00:12:20.700 --> 00:12:21.340
<v Drew>Okay.

00:12:21.340 --> 00:12:23.900
<v Drew>Cattle decapitation I feel like you've talked about.

00:12:23.900 --> 00:12:24.860
<v Paul>Oh yeah.

00:12:24.860 --> 00:12:26.940
<v Paul>I love me some cattle decap.

00:12:26.940 --> 00:12:27.980
<v Paul>Good stuff.

00:12:27.759 --> 00:12:30.319
<v Paul>Okay, now is that is is that the band you're excited about?

00:12:30.560 --> 00:12:31.040
<v Drew>It is not.

00:12:31.040 --> 00:12:31.759
<v Drew>It is not.

00:12:31.759 --> 00:12:32.480
<v Drew>Oh Jesus.

00:12:32.480 --> 00:12:33.279
<v Drew>Okay, here we go.

00:12:33.839 --> 00:12:37.360
<v Drew>So Chelsea Grin, I don't think that's probably anything.

00:12:37.360 --> 00:12:38.000
<v Drew>They're good.

00:12:38.000 --> 00:12:38.800
<v Drew>They're good.

00:12:38.800 --> 00:12:39.440
<v Drew>Okay.

00:12:39.440 --> 00:12:41.040
<v Drew>Wow, I'm bad at this.

00:12:41.040 --> 00:12:42.160
<v Drew>I I've never heard of them.

00:12:42.160 --> 00:12:43.440
<v Drew>Do you have any other albums?

00:12:43.440 --> 00:12:44.320
<v Paul>Uh I do not.

00:12:44.320 --> 00:12:45.440
<v Paul>I do not know.

00:12:45.440 --> 00:12:46.320
<v Paul>But I should.

00:12:46.959 --> 00:12:50.720
<v Paul>Are they newer or uh no, they've been around for a while.

00:12:50.720 --> 00:12:51.600
<v Paul>Yeah.

00:12:51.459 --> 00:12:54.019
<v Paul>Yeah, I think they have I'd have to open up Spotify.

00:12:54.019 --> 00:12:58.339
<v Paul>I think they've been around since the early 2000s, he says with little confidence.

00:12:58.339 --> 00:13:00.580
<v Paul>Let's see, Chelsea Green.

00:13:00.779 --> 00:13:03.980
<v Paul>Uh let's go, let's make that a little bit bigger.

00:13:03.980 --> 00:13:06.779
<v Paul>Let's go to albums.

00:13:06.779 --> 00:13:09.740
<v Paul>Uh the first album was in 2014.

00:13:09.740 --> 00:13:11.339
<v Paul>Nope, 2010, 2010.

00:13:11.339 --> 00:13:13.580
<v Drew>So a little bit.

00:13:13.440 --> 00:13:13.920
<v Paul>Yeah.

00:13:13.920 --> 00:13:17.040
<v Drew>Uh okay, so this next one I don't know how to pronounce.

00:13:17.120 --> 00:13:18.560
<v Paul>Koheed and Cambria.

00:13:18.560 --> 00:13:21.840
<v Paul>They're oh I don't know that band.

00:13:21.840 --> 00:13:24.000
<v Paul>That is uh I don't know.

00:13:24.000 --> 00:13:25.280
<v Paul>They're an emo band.

00:13:25.280 --> 00:13:26.160
<v Paul>Uh screw 'em.

00:13:26.160 --> 00:13:26.960
<v Paul>Uh emo

00:13:27.259 --> 00:13:30.220
<v Paul>I'm sorry if you like emo music, but it's bad.

00:13:30.220 --> 00:13:33.660
<v Drew>So so Koheed and Cambria is the next one on the list.

00:13:33.660 --> 00:13:34.620
<v Drew>And I I know them.

00:13:34.620 --> 00:13:35.500
<v Drew>They were in rock.

00:13:35.720 --> 00:13:37.480
<v Drew>Band, like they're they're a known thing.

00:13:37.480 --> 00:13:38.600
<v Drew>I don't think they're your thing.

00:13:38.600 --> 00:13:39.480
<v Paul>No, definitely not.

00:13:39.480 --> 00:13:39.640
<v Paul>No.

00:13:39.720 --> 00:13:40.200
<v Drew>Yeah, okay.

00:13:40.200 --> 00:13:41.160
<v Paul>We're gonna skip right past that.

00:13:41.160 --> 00:13:43.400
<v Paul>But apparently they're one of the headliners.

00:13:43.400 --> 00:13:43.720
<v Paul>Oh

00:13:44.160 --> 00:13:47.440
<v Paul>Oh my chemical romance is the only headliner they've announced.

00:13:47.440 --> 00:13:48.080
<v Drew>Oh.

00:13:48.640 --> 00:13:50.240
<v Paul>Which I'm also I also get too.

00:13:50.400 --> 00:13:51.280
<v Paul>Yeah, I that's not you.

00:13:51.760 --> 00:13:53.840
<v Paul>No, I I I was talking to my daughter.

00:13:53.840 --> 00:13:57.120
<v Paul>I'm like, well, at least I know I get to go home early one night.

00:13:58.400 --> 00:14:00.960
<v Paul>Uh so then we have Conquer Divide.

00:14:02.240 --> 00:14:04.240
<v Drew>Okay, Cradle of Filth.

00:14:04.240 --> 00:14:09.200
<v Paul>I'm I I I'm not a huge Cradle of Filth fan, but I will be there.

00:14:09.200 --> 00:14:11.120
<v Paul>Out of I guess respect.

00:14:11.120 --> 00:14:11.760
<v Paul>Uh

00:14:11.980 --> 00:14:12.460
<v Paul>Yeah.

00:14:15.020 --> 00:14:15.580
<v Drew>Okay.

00:14:16.060 --> 00:14:16.460
<v Drew>Okay.

00:14:16.460 --> 00:14:17.980
<v Drew>So you're just gonna pay homage.

00:14:17.980 --> 00:14:18.460
<v Drew>Mm-hmm.

00:14:18.460 --> 00:14:20.620
<v Drew>Uh Dance Gavin Dance.

00:14:20.620 --> 00:14:21.820
<v Paul>Another emo band.

00:14:21.820 --> 00:14:23.180
<v Paul>Okay, yeah, I've never heard of them.

00:14:23.180 --> 00:14:24.220
<v Drew>Mm-hmm.

00:14:24.040 --> 00:14:25.160
<v Paul>Deathclock.

00:14:25.160 --> 00:14:28.920
<v Paul>Oh, I'm so excited to see Deathclock live.

00:14:28.920 --> 00:14:30.120
<v Paul>So excited.

00:14:30.120 --> 00:14:31.399
<v Paul>Is that the one?

00:14:31.399 --> 00:14:32.120
<v Paul>No, it's not.

00:14:32.680 --> 00:14:33.399
<v Drew>Jesus Christ.

00:14:33.399 --> 00:14:33.800
<v Drew>Okay.

00:14:33.800 --> 00:14:34.279
<v Drew>No, it's not.

00:14:34.279 --> 00:14:37.800
<v Paul>I've actually I actually just started re-watching uh Metalocalypse

00:14:38.660 --> 00:14:39.700
<v Drew>Because that's them, right?

00:14:39.700 --> 00:14:40.339
<v Drew>That's them, yeah.

00:14:40.580 --> 00:14:41.220
<v Drew>Yeah, yeah, yeah.

00:14:41.459 --> 00:14:41.779
<v Drew>Okay.

00:14:41.779 --> 00:14:43.060
<v Drew>That's that's who it's based on.

00:14:43.060 --> 00:14:43.540
<v Drew>Yeah.

00:14:43.540 --> 00:14:45.220
<v Drew>I I tried watching that show.

00:14:45.220 --> 00:14:47.380
<v Drew>It was so off-putting.

00:14:47.060 --> 00:14:50.340
<v Drew>Like I I didn't I I did not understand anything.

00:14:50.340 --> 00:14:53.860
<v Drew>And I and I and I I watched Aqua Teen Hunger Force.

00:14:53.860 --> 00:14:54.980
<v Drew>So yeah.

00:14:54.980 --> 00:15:00.180
<v Drew>Which like there was like a block on Cartoon Network where it was like Metal Ocalypse, Aqua Teen Hunger Force

00:15:00.280 --> 00:15:00.520
<v Drew>Yeah.

00:15:00.520 --> 00:15:01.880
<v Drew>Like it was all in that same block.

00:15:01.880 --> 00:15:04.840
<v Drew>And I I tried watching apocalypse a couple times.

00:15:04.840 --> 00:15:07.080
<v Drew>I'm like, what the fuck is happening?

00:15:07.320 --> 00:15:07.560
<v Drew>Oh

00:15:08.779 --> 00:15:09.660
<v Drew>Okay.

00:15:09.660 --> 00:15:11.420
<v Paul>Disembodied tyrant.

00:15:12.700 --> 00:15:15.100
<v Paul>I I solid thumbs up for me.

00:15:15.100 --> 00:15:17.180
<v Paul>Not not my favorite, but I'll I'm gonna go see them.

00:15:17.180 --> 00:15:17.740
<v Paul>Yeah, yeah.

00:15:17.740 --> 00:15:18.060
<v Paul>Okay.

00:15:18.060 --> 00:15:18.459
<v Paul>Yeah.

00:15:18.459 --> 00:15:19.899
<v Paul>Dying Fetus.

00:15:19.899 --> 00:15:21.019
<v Paul>Uh a good band.

00:15:21.019 --> 00:15:22.060
<v Paul>They're a good band.

00:15:22.060 --> 00:15:24.300
<v Paul>Uh death metal, so yeah.

00:15:24.300 --> 00:15:24.860
<v Paul>Okay.

00:15:24.860 --> 00:15:26.540
<v Paul>Electric Cowboy.

00:15:26.940 --> 00:15:28.620
<v Paul>I want to see them.

00:15:28.620 --> 00:15:30.300
<v Paul>They are weird.

00:15:30.300 --> 00:15:32.940
<v Paul>They're weird, but they're not my kind of weird.

00:15:33.040 --> 00:15:36.320
<v Paul>But uh, you know, they're they're definitely metal adjacent, yeah.

00:15:36.320 --> 00:15:36.800
<v Paul>Yeah.

00:15:36.800 --> 00:15:37.680
<v Paul>Okay.

00:15:37.680 --> 00:15:39.920
<v Paul>Uh oh Hawthorne.

00:15:40.000 --> 00:15:41.680
<v Paul>Hawthorne Heights, an emo band.

00:15:43.800 --> 00:15:45.320
<v Drew>Lorna Shore.

00:15:45.320 --> 00:15:46.600
<v Drew>There it is.

00:15:46.600 --> 00:15:47.560
<v Drew>That's the one.

00:15:47.560 --> 00:15:51.320
<v Drew>Okay, so tell me about Lorna Shore because you've never talked to me about that.

00:15:53.640 --> 00:15:56.200
<v Paul>They're uh a deathcore band.

00:15:56.200 --> 00:15:56.760
<v Paul>Uh

00:15:57.320 --> 00:16:02.760
<v Paul>They actually I believe their old lead singer went to Chelsea, uh Chelsea Grin.

00:16:02.840 --> 00:16:05.880
<v Paul>They got a new lead singer for like the last three albums.

00:16:05.880 --> 00:16:07.720
<v Paul>He is Will Ramos.

00:16:07.740 --> 00:16:11.500
<v Paul>For my money, he is the best extreme vocalist performing today.

00:16:11.500 --> 00:16:14.620
<v Paul>Oh, he is fantastic.

00:16:15.640 --> 00:16:20.360
<v Paul>Yeah, and they just released a new album, and I am very excited to see them.

00:16:20.360 --> 00:16:22.120
<v Paul>They've been on the short list to see.

00:16:22.520 --> 00:16:25.240
<v Drew>So let's do let's do the thing where Drew tries.

00:16:25.240 --> 00:16:26.200
<v Paul>Oh, geez, Drew.

00:16:26.200 --> 00:16:27.720
<v Paul>You're not you're you're not gonna

00:16:28.040 --> 00:16:30.600
<v Drew>Okay, okay, give me give me an album, give me a track.

00:16:30.600 --> 00:16:33.080
<v Drew>Oh you get you get one shot.

00:16:33.080 --> 00:16:34.680
<v Drew>You get one shot with this one.

00:16:34.680 --> 00:16:36.519
<v Drew>Oh jeez.

00:16:36.519 --> 00:16:36.839
<v Drew>Oh

00:16:40.160 --> 00:16:41.760
<v Paul>Man, what would I do?

00:16:41.920 --> 00:16:44.000
<v Drew>I feel the Everblack festering within me.

00:16:44.000 --> 00:16:44.960
<v Drew>That would be the new one.

00:16:44.960 --> 00:16:45.760
<v Paul>That's the new album.

00:16:45.760 --> 00:16:49.520
<v Paul>Why don't you just do that and just try Unbreakable?

00:16:49.740 --> 00:16:51.900
<v Paul>Okay, so that's the fourth track on here.

00:16:51.900 --> 00:16:54.460
<v Drew>Uh it's not the most played track according to Spotify.

00:16:54.460 --> 00:16:55.260
<v Drew>It is not.

00:16:55.260 --> 00:16:56.380
<v Drew>Oblivion is.

00:16:56.380 --> 00:16:57.980
<v Drew>Okay, so Unbreakable.

00:16:57.980 --> 00:16:58.940
<v Drew>Mm-hmm.

00:16:59.640 --> 00:17:00.920
<v Drew>Okay.

00:17:00.920 --> 00:17:02.600
<v Drew>Kind of liking what I'm hearing so far.

00:17:02.600 --> 00:17:03.160
<v Drew>I like this.

00:17:03.160 --> 00:17:06.040
<v Drew>It's a little m it's not mellow, but it's not shouty.

00:17:06.520 --> 00:17:09.720
<v Drew>Okay, it's getting louder.

00:17:09.720 --> 00:17:11.640
<v Drew>Okay, we're building something.

00:17:11.640 --> 00:17:13.959
<v Drew>Mm-hmm.

00:17:13.720 --> 00:17:15.959
<v Drew>Okay, we've got some speed drums.

00:17:15.959 --> 00:17:16.600
<v Drew>Mm-hmm.

00:17:16.600 --> 00:17:17.079
<v Drew>Mm-hmm.

00:17:17.079 --> 00:17:19.800
<v Drew>It's very very talented.

00:17:19.800 --> 00:17:20.760
<v Drew>Very fast.

00:17:20.760 --> 00:17:21.480
<v Paul>Very fast.

00:17:21.480 --> 00:17:22.520
<v Paul>Very fast.

00:17:23.380 --> 00:17:24.339
<v Drew>Okay.

00:17:24.339 --> 00:17:25.140
<v Drew>Very epic.

00:17:25.140 --> 00:17:26.339
<v Drew>Very epic sounding right now.

00:17:26.339 --> 00:17:28.500
<v Paul>Can't remember when the vocals come in.

00:17:28.500 --> 00:17:30.340
<v Paul>It's gotta be soon.

00:17:30.660 --> 00:17:31.860
<v Drew>Yep.

00:17:34.340 --> 00:17:39.059
<v Drew>I don't understand a word they're saying, but it's not terrible.

00:17:39.059 --> 00:17:41.700
<v Drew>Yeah, he's very he's very good at what he does.

00:17:41.700 --> 00:17:42.500
<v Drew>Yeah.

00:17:42.500 --> 00:17:45.460
<v Drew>That's not, I'll be honest, this isn't terrible.

00:17:45.460 --> 00:17:46.980
<v Drew>Okay, okay.

00:17:47.019 --> 00:17:48.940
<v Drew>Now, you know what?

00:17:49.179 --> 00:17:50.539
<v Drew>Okay, I'm gonna stop it there.

00:17:50.539 --> 00:17:51.899
<v Drew>I made it 54 seconds.

00:17:52.380 --> 00:17:55.100
<v Drew>That's longer than most songs you've listened to, so yeah.

00:17:55.100 --> 00:17:56.700
<v Drew>I am going to bookmark

00:17:56.760 --> 00:17:57.080
<v Drew>This.

00:17:57.080 --> 00:17:57.400
<v Drew>Okay.

00:17:57.400 --> 00:17:57.640
<v Drew>Okay.

00:17:57.960 --> 00:18:03.559
<v Drew>That I I gotta be honest, of all the things that I'm listening to, that is not the worst.

00:18:03.640 --> 00:18:04.120
<v Drew>Okay.

00:18:04.280 --> 00:18:04.760
<v Drew>Yeah.

00:18:04.760 --> 00:18:07.320
<v Drew>You have definitely had me listen to much worse than that.

00:18:07.320 --> 00:18:07.480
<v Drew>Yeah.

00:18:07.799 --> 00:18:10.440
<v Drew>And and I don't know if it's the mix, but

00:18:10.460 --> 00:18:13.820
<v Drew>I felt like I heard the drums more than I heard him.

00:18:13.980 --> 00:18:22.700
<v Paul>Yes, uh that's one thing I noticed in this particular album is that the vocals are like lower in the mix, where usually they're up higher, but it it works.

00:18:22.700 --> 00:18:23.500
<v Paul>It works

00:18:23.540 --> 00:18:24.420
<v Paul>So yeah.

00:18:24.420 --> 00:18:24.820
<v Paul>Yeah.

00:18:24.820 --> 00:18:25.060
<v Paul>All right.

00:18:25.060 --> 00:18:27.220
<v Paul>So Lorda Shore is the one that got you.

00:18:27.220 --> 00:18:27.620
<v Paul>Mm-hmm.

00:18:27.700 --> 00:18:28.020
<v Paul>Yep.

00:18:28.020 --> 00:18:30.420
<v Paul>As soon as I saw Loner Shore, I was like, I'm buying tickets.

00:18:30.420 --> 00:18:30.900
<v Paul>I'm done.

00:18:30.900 --> 00:18:31.540
<v Paul>I'm done.

00:18:31.540 --> 00:18:31.940
<v Paul>All right.

00:18:32.260 --> 00:18:32.900
<v Drew>Okay.

00:18:32.900 --> 00:18:33.540
<v Drew>Uh

00:18:33.840 --> 00:18:35.840
<v Drew>Gonna put a little pin in my next question.

00:18:35.919 --> 00:18:36.880
<v Drew>We're gonna keep going here.

00:18:36.880 --> 00:18:37.200
<v Drew>Okay.

00:18:37.200 --> 00:18:38.559
<v Drew>Okay, make them suffer.

00:18:38.559 --> 00:18:39.200
<v Drew>They're good.

00:18:39.200 --> 00:18:39.440
<v Drew>Yeah.

00:18:39.440 --> 00:18:39.760
<v Drew>Yeah.

00:18:39.760 --> 00:18:40.880
<v Drew>Metalcore band.

00:18:40.880 --> 00:18:41.520
<v Drew>Good

00:18:42.140 --> 00:18:45.100
<v Paul>Uh Necrogoblicon.

00:18:45.980 --> 00:18:47.980
<v Paul>Necrogoblicon.

00:18:51.180 --> 00:18:56.300
<v Paul>I am not, I wouldn't call myself a Necrogoblicon fan.

00:18:56.679 --> 00:19:00.039
<v Paul>But for me, that show is a must see.

00:19:00.039 --> 00:19:00.679
<v Paul>Why?

00:19:00.679 --> 00:19:03.000
<v Paul>They're a band with a gimmick.

00:19:03.000 --> 00:19:05.399
<v Paul>Oh, you do you do love Sumboire?

00:19:05.399 --> 00:19:06.760
<v Paul>I do okay, yeah.

00:19:06.760 --> 00:19:07.080
<v Paul>So

00:19:07.960 --> 00:19:16.680
<v Paul>Much like, you know, uh bands like Iron Maiden who have like a mascot, uh they they have a mascot who is a goblin.

00:19:16.720 --> 00:19:17.200
<v Drew>Okay.

00:19:18.960 --> 00:19:19.360
<v Drew>Yes.

00:19:20.080 --> 00:19:25.680
<v Paul>For the past couple albums, he's actually upgraded from mascot to like backup singer.

00:19:25.360 --> 00:19:31.440
<v Drew>So I'm I'm I'm very there there's a picture of him in a button-down shirt and tie and slacks.

00:19:31.440 --> 00:19:31.840
<v Paul>Mm-hmm.

00:19:32.159 --> 00:19:32.480
<v Drew>Okay.

00:19:32.480 --> 00:19:32.799
<v Drew>Yeah.

00:19:32.799 --> 00:19:33.120
<v Drew>Okay.

00:19:33.120 --> 00:19:33.360
<v Paul>Yeah.

00:19:33.360 --> 00:19:34.639
<v Paul>So I must must see.

00:19:34.639 --> 00:19:35.200
<v Paul>Must see.

00:19:35.200 --> 00:19:35.600
<v Paul>Yep.

00:19:35.600 --> 00:19:36.159
<v Paul>Okay.

00:19:36.160 --> 00:19:37.440
<v Drew>Paleface Swiss.

00:19:37.440 --> 00:19:38.000
<v Paul>They're good.

00:19:38.000 --> 00:19:38.640
<v Paul>Yeah.

00:19:38.640 --> 00:19:39.200
<v Drew>Okay.

00:19:39.200 --> 00:19:39.760
<v Drew>Yeah.

00:19:39.760 --> 00:19:41.440
<v Drew>Uh the plot in you.

00:19:41.440 --> 00:19:42.080
<v Paul>The plot?

00:19:42.080 --> 00:19:43.440
<v Paul>I don't actually don't know the plot in the U.

00:19:43.440 --> 00:19:43.520
<v Paul>S.

00:19:44.800 --> 00:19:46.480
<v Paul>Yeah, it's oh it's it's I I

00:19:46.760 --> 00:19:48.200
<v Paul>I think it got announced.

00:19:48.760 --> 00:19:51.880
<v Paul>I have a uh note document where I'm keeping track of all these things.

00:19:51.880 --> 00:19:56.919
<v Paul>They had it listed under like the Metal Core announcement, but they're they're they're they're mediocre.

00:19:56.660 --> 00:19:57.780
<v Paul>So meh, meh.

00:19:58.100 --> 00:19:59.380
<v Paul>Senses fail.

00:19:59.460 --> 00:20:00.740
<v Paul>Another Ebo band.

00:20:00.740 --> 00:20:01.140
<v Paul>Sorry.

00:20:01.140 --> 00:20:02.820
<v Paul>Sorry if you like Ebo bands.

00:20:06.820 --> 00:20:07.780
<v Drew>Suffocation.

00:20:07.780 --> 00:20:08.900
<v Paul>Suffocation, they're good.

00:20:08.900 --> 00:20:09.140
<v Paul>Good.

00:20:09.140 --> 00:20:10.020
<v Paul>Death metal band.

00:20:10.020 --> 00:20:10.340
<v Paul>Yep.

00:20:10.340 --> 00:20:11.140
<v Paul>Yep.

00:20:10.940 --> 00:20:11.419
<v Paul>Okay.

00:20:11.419 --> 00:20:13.340
<v Paul>And then we came as Romans.

00:20:13.340 --> 00:20:18.620
<v Paul>We came as I don't mind I am not familiar with we came as Romans, so

00:20:18.660 --> 00:20:23.540
<v Paul>Uh oh yeah, they're another medical core band, but I have them marked as mediocre, so yeah.

00:20:23.700 --> 00:20:24.500
<v Paul>Mediocre.

00:20:24.580 --> 00:20:25.300
<v Paul>Mm-hmm.

00:20:25.300 --> 00:20:26.020
<v Paul>Okay.

00:20:26.020 --> 00:20:26.500
<v Drew>Yeah.

00:20:26.500 --> 00:20:27.140
<v Drew>Wow.

00:20:27.140 --> 00:20:28.340
<v Paul>Mm-hmm.

00:20:27.880 --> 00:20:32.600
<v Drew>Okay, so this looks like this is gonna be it's it's really kinda your kind of show here.

00:20:32.600 --> 00:20:36.200
<v Paul>So far, so far, I mean there's gonna be a lot more bands, but Yeah.

00:20:35.880 --> 00:20:37.880
<v Paul>They're adding another stage this year, so it should be good.

00:20:37.880 --> 00:20:38.280
<v Paul>Yeah.

00:20:38.280 --> 00:20:39.640
<v Drew>So it you know what's funny?

00:20:39.640 --> 00:20:42.600
<v Drew>So I I went to I went back to the lineup page, right?

00:20:42.600 --> 00:20:47.480
<v Drew>And I'm looking at the pictures of the different bands and like some of them have their logos and some of them have like

00:20:47.660 --> 00:20:48.140
<v Drew>Yeah.

00:20:48.140 --> 00:20:53.820
<v Drew>Pictures of the people and the ones that are emo are like, it's so painfully obvious.

00:20:55.340 --> 00:20:58.380
<v Drew>Oh, here, okay, so there are a couple on here that are not on there.

00:20:58.380 --> 00:20:59.740
<v Drew>Bloody wood.

00:20:59.540 --> 00:21:01.140
<v Paul>Oh, Bloodywood, yeah.

00:21:01.140 --> 00:21:05.700
<v Paul>Uh they're a Indian metal band.

00:21:05.700 --> 00:21:07.780
<v Paul>They inter they they integr uh

00:21:08.260 --> 00:21:11.940
<v Paul>integrate like traditional Indian uh instruments into the music.

00:21:11.940 --> 00:21:13.059
<v Paul>It's it's interesting.

00:21:13.059 --> 00:21:14.900
<v Paul>I would definitely I would definitely chuck that out.

00:21:14.900 --> 00:21:15.460
<v Paul>So yeah.

00:21:15.460 --> 00:21:18.100
<v Drew>Okay, so but Lorna Shore is the one that really got you.

00:21:17.820 --> 00:21:18.140
<v Drew>Mm-hmm.

00:21:18.140 --> 00:21:20.700
<v Drew>And then you'll and then behemoth is a heat bonus.

00:21:20.700 --> 00:21:20.940
<v Paul>Yes.

00:21:20.940 --> 00:21:21.180
<v Paul>Yeah.

00:21:21.180 --> 00:21:22.860
<v Paul>I'm very happy to get to see them again.

00:21:22.860 --> 00:21:24.220
<v Paul>So yeah.

00:21:24.860 --> 00:21:25.420
<v Paul>Okay.

00:21:25.420 --> 00:21:25.900
<v Paul>Mm-hmm.

00:21:25.900 --> 00:21:26.780
<v Paul>Mm-hmm.

00:21:27.560 --> 00:21:29.640
<v Drew>Well, okay, so that's exciting.

00:21:29.640 --> 00:21:30.440
<v Drew>Yeah, it's good.

00:21:30.440 --> 00:21:31.800
<v Drew>I'm very excited.

00:21:32.440 --> 00:21:33.960
<v Drew>Okay.

00:21:33.960 --> 00:21:34.600
<v Drew>All right.

00:21:34.600 --> 00:21:36.520
<v Drew>Uh so good for you, buddy.

00:21:36.520 --> 00:21:39.000
<v Drew>Um, I want to talk about a show I've been watching.

00:21:39.000 --> 00:21:42.919
<v Paul>I have never even heard of this show until I saw this in here.

00:21:42.919 --> 00:21:43.240
<v Paul>Yeah.

00:21:43.240 --> 00:21:45.160
<v Drew>Okay, so it's gonna require a little bit of setup.

00:21:45.160 --> 00:21:48.440
<v Drew>So we didn't record last week because of circumstances.

00:21:49.400 --> 00:21:54.920
<v Drew>Um, but the week before that we recorded on a Saturday where Ohio State played Ohio University.

00:21:54.920 --> 00:21:56.600
<v Drew>Ohio University is where your son goes.

00:21:56.760 --> 00:21:57.240
<v Drew>Yes.

00:21:57.240 --> 00:21:58.280
<v Drew>I asked you

00:21:58.519 --> 00:22:05.080
<v Drew>On the call, if you were going to watch the game or had the game on, the game was streamed on the streaming service Peacock.

00:22:05.320 --> 00:22:05.960
<v Drew>Yes

00:22:06.240 --> 00:22:08.000
<v Drew>We paid for a month of Peacock.

00:22:08.000 --> 00:22:13.760
<v Drew>Uh my wife, you know, I had it on upstairs while we recorded, and I went up and watched the game after we were done.

00:22:14.240 --> 00:22:16.640
<v Drew>So I paid for this month of Peacock, and I'm like

00:22:16.880 --> 00:22:18.400
<v Drew>Peacock has some good stuff on it.

00:22:18.400 --> 00:22:22.960
<v Drew>Like I think that's where you can watch The Office Now, you can watch uh 30 Rock.

00:22:22.960 --> 00:22:25.120
<v Drew>There's you know, there's some movies on there and some things.

00:22:25.120 --> 00:22:27.600
<v Drew>So it's like I'm gonna try to get my money's worth.

00:22:27.419 --> 00:22:29.419
<v Drew>I want to watch something.

00:22:29.419 --> 00:22:35.419
<v Drew>And one of the shows that popped out for me is there is a series on there called Day of the Jackal.

00:22:36.100 --> 00:22:39.460
<v Drew>So a a couple things before we sort of dive into this.

00:22:39.460 --> 00:22:41.300
<v Drew>And and I won't bury the lead here.

00:22:41.300 --> 00:22:42.820
<v Drew>It's worth a watch.

00:22:42.820 --> 00:22:43.380
<v Drew>Okay.

00:22:43.720 --> 00:22:45.400
<v Drew>So what is this?

00:22:45.400 --> 00:22:54.120
<v Drew>So we need to go all the way back to the early 70s where there was a book written called Day of the Jackal.

00:22:54.360 --> 00:23:07.320
<v Drew>And it is a semi-historical book that talks about the failed assassination attempt on Charles de Gaulle, who was the premier of France.

00:23:07.940 --> 00:23:15.940
<v Drew>Um uh was it the premier uh prime minister, sorry, prime minister of uh France, not the premier, prime minister of France.

00:23:15.780 --> 00:23:17.460
<v Drew>So there was an assassination plot.

00:23:17.460 --> 00:23:18.740
<v Drew>He was a real life person.

00:23:18.740 --> 00:23:25.860
<v Drew>Um he was I I think that most people look back on him as problematic now because he basically

00:23:26.500 --> 00:23:35.940
<v Drew>Uh long story short, this isn't I'm not gonna try to turn this into a history lesson, but like he almost made France a communist country at the height of the Cold War, and that would have like been pretty bad.

00:23:35.940 --> 00:23:36.100
<v Drew>But

00:23:36.540 --> 00:23:37.420
<v Drew>It's a whole thing.

00:23:37.580 --> 00:23:39.020
<v Drew>And I'm I'm overgeneralizing there.

00:23:39.020 --> 00:23:40.140
<v Drew>Don't come for me.

00:23:40.140 --> 00:23:51.260
<v Drew>But anyway, Frederick Forsyth wrote a novel that basically picks up after that plot, and there is a group of people that hire an assassin known as the Jackal.

00:23:50.919 --> 00:23:54.919
<v Drew>to uh to try to get him.

00:23:54.919 --> 00:23:58.919
<v Drew>And the whole plot of the book is really good

00:23:59.620 --> 00:24:03.860
<v Drew>Because one, it's it's basically split into three parts.

00:24:03.860 --> 00:24:09.380
<v Drew>It talks about like how that plot formed to go after de Gaulle.

00:24:09.240 --> 00:24:17.480
<v Drew>Uh and then when the assassin goes to kill him, um at the at the critical moment where he goes to get the kill.

00:24:18.200 --> 00:24:30.600
<v Drew>He misses and and it's not really spoilers, but he misses because he bends down to pick up something off the ground at the last possible second, but like he did everything perfect and then just this thing.

00:24:30.620 --> 00:24:37.820
<v Drew>goes wrong and he misses his shot and then there's a manhunt, the guy that's after him finds him, shoots him, and kills him.

00:24:37.820 --> 00:24:45.260
<v Drew>And they one of the things about it is nobody knows who this person actually is who calls himself the jackal.

00:24:45.500 --> 00:24:47.740
<v Drew>But uh it was a good book.

00:24:47.740 --> 00:24:58.539
<v Drew>I read the book in college, and the reason I read the book in college is because of a movie that is loosely based.

00:24:58.780 --> 00:25:01.980
<v Drew>on this uh on this novel.

00:25:01.980 --> 00:25:05.260
<v Drew>So you may have seen this movie.

00:25:05.260 --> 00:25:06.940
<v Drew>I don't know if you have

00:25:07.640 --> 00:25:16.120
<v Drew>But there was a 1997 movie called The Jackal, and it starred Bruce Willis and Richard Gere.

00:25:16.120 --> 00:25:18.760
<v Paul>I am I am aware of that movie.

00:25:18.760 --> 00:25:20.680
<v Drew>I do not believe I've seen it.

00:25:20.620 --> 00:25:21.100
<v Drew>Okay.

00:25:21.100 --> 00:25:23.500
<v Drew>It is an exceptionally nineties movie.

00:25:23.500 --> 00:25:24.940
<v Drew>It is not a good movie.

00:25:24.940 --> 00:25:25.500
<v Drew>Okay.

00:25:27.020 --> 00:25:29.260
<v Drew>It is an enjoyable movie.

00:25:29.260 --> 00:25:33.740
<v Drew>Um, and the reason I say that is in nineteen ninety-seven

00:25:34.580 --> 00:25:37.140
<v Drew>Cell phones were becoming more popular.

00:25:37.140 --> 00:25:37.860
<v Drew>Right?

00:25:37.860 --> 00:25:43.220
<v Drew>Like I like I had a cell phone, I think, in 1998 when I went to college.

00:25:43.220 --> 00:25:47.860
<v Drew>Like I think I think I signed up for my own like after I got a job my freshman year of college

00:25:48.040 --> 00:26:00.120
<v Drew>One of the first things I did was I I think I signed up uh for a cell phone plan just because it was cheaper than the like the long distance plan that like my my college was going to charge me.

00:26:01.160 --> 00:26:10.039
<v Drew>And the the the thing that makes this movie not work is that cell phones are prevalent and cell phones could have prevented half the things that happen in the movie.

00:26:10.520 --> 00:26:11.640
<v Paul>Yeah, yeah.

00:26:11.960 --> 00:26:12.840
<v Paul>Yeah.

00:26:12.840 --> 00:26:13.400
<v Paul>Okay.

00:26:13.400 --> 00:26:15.799
<v Drew>But anyway, it's it's an okay movie.

00:26:15.799 --> 00:26:17.720
<v Drew>It's worth a watch once.

00:26:17.720 --> 00:26:21.080
<v Drew>It has a pretty good soundtrack.

00:26:21.080 --> 00:26:21.400
<v Drew>Um

00:26:22.760 --> 00:26:27.720
<v Drew>You know, it's it's and and it and it roughly follows the same kind of plot.

00:26:27.720 --> 00:26:32.919
<v Drew>Um the w the the the the root of the plot is um

00:26:33.380 --> 00:26:35.700
<v Drew>Bruce Willis plays the jackal.

00:26:35.700 --> 00:26:45.060
<v Drew>He gets hired by this Russian mob boss whose brother is killed in a police operation, and he is going after the director of the FBI.

00:26:45.380 --> 00:26:47.700
<v Drew>Um there there is a plot twist in there.

00:26:47.700 --> 00:26:49.540
<v Drew>I won't give that part away.

00:26:49.540 --> 00:26:56.900
<v Drew>There is a plot twist in there, but the only person who knows the jack who knows the jackal by sight, not who he is, but knows him by sight.

00:26:57.320 --> 00:27:04.440
<v Drew>Is this Irish IRA sniper who we did a business dealing with him that went bad back in the day?

00:27:04.440 --> 00:27:09.640
<v Drew>He's in prison in America, you know, and they won't extradite him back to Ireland.

00:27:09.560 --> 00:27:15.080
<v Drew>It's a whole thing, but they basically take him out of prison and have him work for the FBI.

00:27:15.080 --> 00:27:16.600
<v Drew>They follow the jackal.

00:27:16.600 --> 00:27:20.520
<v Drew>He and and you're kind of watching and and the part about the movie that's really cool.

00:27:20.560 --> 00:27:33.040
<v Drew>is you're sort of watching the tradecraft that Bruce Wallace's character does to get into America, he goes out and buys a very particular weapon for this, and that's a theme we're going to come back to here, is that

00:27:33.480 --> 00:27:41.480
<v Drew>Just like in the book, you know, the the assassin in the book chooses his weapon very methodically and carefully for this.

00:27:41.480 --> 00:27:44.600
<v Drew>And then in this movie, the weapon is also chosen.

00:27:45.320 --> 00:27:47.320
<v Drew>uh very carefully methodically.

00:27:47.320 --> 00:27:49.720
<v Drew>It's two complete opposite ends of the spectrum.

00:27:49.720 --> 00:27:51.480
<v Drew>That's all I can tell you.

00:27:51.480 --> 00:27:53.000
<v Drew>But that's part of it.

00:27:53.000 --> 00:27:55.640
<v Drew>Like they're tracing that and they're trying to figure out like

00:27:55.679 --> 00:28:01.520
<v Drew>how he's gonna how he's gonna get there, how's he gonna do it, and then of course they you know the good the good guys saved the day at the end.

00:28:01.520 --> 00:28:03.600
<v Drew>But it's an okay movie

00:28:03.820 --> 00:28:07.020
<v Drew>But that is not the only movie that was based on this book.

00:28:07.020 --> 00:28:13.740
<v Drew>There was a another movie that was made in 1973, which I think if you're gonna watch a movie, you should watch.

00:28:13.740 --> 00:28:16.460
<v Drew>So it's a 1973 movie called The Day of the Jackal.

00:28:16.460 --> 00:28:18.460
<v Drew>It is based on the book.

00:28:18.019 --> 00:28:19.220
<v Drew>Roughly.

00:28:19.220 --> 00:28:22.740
<v Drew>Um, and again, it sort of follows the same plot.

00:28:22.740 --> 00:28:29.299
<v Drew>There's a group of men that hire uh the jackal to go and kill the French prime minister.

00:28:29.240 --> 00:28:35.560
<v Drew>And again, it is uh they they spend a little more time with character development in this, which is why it's so good.

00:28:35.560 --> 00:28:38.200
<v Drew>It doesn't start anybody that you're gonna know.

00:28:38.700 --> 00:28:42.220
<v Drew>Um you can get it on some streaming services today.

00:28:42.220 --> 00:28:44.700
<v Drew>But again, kind of the same thing.

00:28:44.700 --> 00:28:46.700
<v Drew>It's he is hired to do this.

00:28:46.700 --> 00:28:47.740
<v Drew>He goes through all the steps.

00:28:47.740 --> 00:28:49.340
<v Drew>It looks like he's gonna shoot DeGaulle.

00:28:49.340 --> 00:28:51.100
<v Drew>DeGaulle ducks at the last second.

00:28:51.160 --> 00:28:54.680
<v Drew>And then, you know, the the police bust in and shoot him at the last possible second.

00:28:54.680 --> 00:28:58.680
<v Drew>So roughly follows the plot of the book, but I think that it's it's really good.

00:28:58.680 --> 00:29:01.400
<v Drew>It was it was really well done, even though it's an old 70s movie.

00:29:01.400 --> 00:29:02.840
<v Drew>It's really well done.

00:29:02.660 --> 00:29:05.860
<v Drew>I've been looking for a copy of this movie, uh selfishly.

00:29:05.860 --> 00:29:09.780
<v Drew>Like I've been in half-price books and I've been like looking on Amazon for copies.

00:29:09.780 --> 00:29:12.740
<v Drew>Uh it's really hard to find a copy of this movie, and I don't know why.

00:29:12.840 --> 00:29:13.160
<v Drew>Hmm.

00:29:13.160 --> 00:29:18.440
<v Drew>Uh maybe because it was um originally a I think it was originally a UK movie, I think.

00:29:18.440 --> 00:29:20.600
<v Drew>Uh that might have something to do with it, but

00:29:20.760 --> 00:29:22.440
<v Drew>I have been able to find a copy of it.

00:29:22.440 --> 00:29:28.440
<v Drew>But anyway, so now here's this thing on Peacock.

00:29:28.440 --> 00:29:31.960
<v Drew>And it is not a movie, it is a miniseries.

00:29:32.640 --> 00:29:46.880
<v Drew>And right from the jump, it gets you because you are immediately thrown into this scenario where the guy who plays the jackal is like midway through a plot to kill somebody.

00:29:47.000 --> 00:29:55.320
<v Drew>And you like you have to like catch yourself up as he's going through the motions to kind of figure out like why he's doing the things he's doing.

00:29:55.340 --> 00:29:58.460
<v Drew>And I know that sounds like work, but it's it's very, very well done.

00:29:58.460 --> 00:30:02.299
<v Drew>So it's actually a British, it was actually a British series.

00:30:02.299 --> 00:30:05.500
<v Drew>And it again, it doesn't have anybody in it.

00:30:05.500 --> 00:30:05.820
<v Drew>Um

00:30:07.380 --> 00:30:10.420
<v Drew>Maybe uh maybe you do know some of these people.

00:30:10.420 --> 00:30:15.460
<v Paul>Um I looked at the cast and all I all I recognize is what's his face from Game of Thrones.

00:30:15.460 --> 00:30:16.980
<v Drew>So Yes, exactly.

00:30:16.980 --> 00:30:17.300
<v Drew>Yeah.

00:30:17.300 --> 00:30:18.340
<v Drew>What what is that?

00:30:18.340 --> 00:30:18.660
<v Drew>Um

00:30:18.960 --> 00:30:20.480
<v Drew>Eddie Redmane or whatever.

00:30:20.880 --> 00:30:21.120
<v Paul>Yeah.

00:30:21.120 --> 00:30:21.600
<v Paul>Yeah.

00:30:21.600 --> 00:30:22.160
<v Drew>Yeah.

00:30:22.160 --> 00:30:22.560
<v Drew>Yeah.

00:30:22.560 --> 00:30:24.080
<v Drew>I never watched Game of Thrones.

00:30:24.080 --> 00:30:27.280
<v Drew>But he he plays he plays the man known as the Jackal in this.

00:30:27.280 --> 00:30:28.240
<v Drew>And it is a series.

00:30:28.240 --> 00:30:30.320
<v Drew>I think it's like ten or twelve episodes.

00:30:30.320 --> 00:30:32.560
<v Drew>I just finished it the other night.

00:30:32.679 --> 00:30:35.960
<v Drew>Um but again it follows sort of the same thing.

00:30:35.960 --> 00:30:39.639
<v Drew>He is hired to kill basically Elon Musk.

00:30:39.639 --> 00:30:43.320
<v Drew>Uh there's it's it's actually kind of chilling some of the parallels.

00:30:43.320 --> 00:30:45.960
<v Drew>He's like he's hired he's hired to kill this um

00:30:46.700 --> 00:30:53.500
<v Drew>like technologist that wants to like basically expose like where all this dark money comes from for things.

00:30:53.500 --> 00:30:53.980
<v Drew>It's

00:30:53.900 --> 00:30:59.420
<v Drew>That part of it I wasn't like super into because the the guy who plays him I just found kind of unbearable.

00:30:59.420 --> 00:31:02.220
<v Drew>But everybody else in this does a really stellar performance.

00:31:02.220 --> 00:31:08.860
<v Drew>And he's chased by Lashana Lynch, who is this MI6 operative.

00:31:08.640 --> 00:31:13.600
<v Drew>who is basically trying to like they like M the British intelligence service is known as MI6.

00:31:13.600 --> 00:31:18.400
<v Drew>They get brought in because the Jackal kills somebody that's kind of a big deal in Germany.

00:31:18.460 --> 00:31:22.300
<v Drew>and the German government asked for help in tracking down this assassin.

00:31:22.300 --> 00:31:24.620
<v Drew>She goes through this investigation.

00:31:24.620 --> 00:31:31.900
<v Drew>Um, you know, and again, just like in the the book and the other two movies that were made about this

00:31:32.160 --> 00:31:37.440
<v Drew>Part of this is he has purpose-built weapons that he uses for his assassinations.

00:31:37.440 --> 00:31:42.880
<v Drew>And it's and and and again, right, I could go on and on about this, but there's a couple cool things here.

00:31:42.880 --> 00:31:43.600
<v Drew>Number one

00:31:43.860 --> 00:31:46.659
<v Drew>Because this is a series, they really have to stretch it out.

00:31:46.659 --> 00:31:46.980
<v Drew>Right?

00:31:47.139 --> 00:31:50.580
<v Drew>I mean this this story has been told in two other movies in a book.

00:31:50.580 --> 00:31:52.820
<v Drew>You could you could do this in a movie.

00:31:52.760 --> 00:31:57.720
<v Drew>But they really stretch this out and they introduce a couple subplots along the way that are really well done.

00:31:57.720 --> 00:32:02.360
<v Drew>Like first and foremost, the guy that plays the jackal isn't just some loner killer.

00:32:02.540 --> 00:32:08.780
<v Drew>He's actually a dad and he's married to this woman in Spain, and she has no idea what he does.

00:32:08.780 --> 00:32:12.380
<v Drew>So that adds a really interesting aspect to the story.

00:32:12.580 --> 00:32:20.580
<v Drew>the the the woman that Lashawna Lynch plays, uh, Bianca, she uh has like a complicated family

00:32:21.019 --> 00:32:29.019
<v Drew>situation and she has like informants that she leverages and she royally fucks one of them over and it comes back to haunt her later on.

00:32:29.240 --> 00:32:31.080
<v Drew>And that is all going on.

00:32:31.080 --> 00:32:37.560
<v Drew>And then um the way that the jackal operates is something else because he he leverages people.

00:32:38.200 --> 00:32:44.520
<v Drew>in a certain way to kind of get what he wants and he has to be able to lie to people and adapt his appearance and do this other stuff.

00:32:44.520 --> 00:32:45.480
<v Drew>So uh

00:32:46.140 --> 00:32:55.740
<v Drew>Uh it it's it's a really good series and and what I really like is they have a lot of callbacks to things that happened in the 1971 movie.

00:32:55.740 --> 00:33:00.860
<v Drew>So there's this one particular montage where he's preparing for an assassination.

00:33:00.560 --> 00:33:04.800
<v Drew>And it's almost a shot for shot remake of what they did in the 1971 movie.

00:33:04.800 --> 00:33:05.360
<v Drew>Interesting.

00:33:05.360 --> 00:33:10.720
<v Drew>Like like like down to the target that he paints and the type of ri the type of gun he uses.

00:33:10.940 --> 00:33:22.940
<v Drew>Uh there's this one little subplot where he gets stuck in Hungary because uh the guy that he was helping build a gun, like it goes completely wrong and he almost gets arrested and he has to like get out of there.

00:33:22.940 --> 00:33:23.340
<v Drew>Uh

00:33:24.200 --> 00:33:34.440
<v Drew>Again, uh if if you like if you like kind of like mystery drama assassination procedural stuff, there's a fair amount of action in it.

00:33:34.519 --> 00:33:35.480
<v Drew>I think it's a good story.

00:33:35.480 --> 00:33:36.840
<v Drew>I think they did a good job with it.

00:33:36.840 --> 00:33:37.720
<v Drew>I don't know.

00:33:37.720 --> 00:33:42.360
<v Drew>I think it did get renewed for a second season, but I don't know what it what it's going to do.

00:33:42.700 --> 00:33:45.420
<v Drew>Uh but it's it's it's quite good.

00:33:45.420 --> 00:33:51.500
<v Drew>I I wasn't expecting to like it as much as I did because again, having seen the other two movies and knowing how

00:33:52.380 --> 00:33:55.180
<v Drew>okay-ish the 1997 movie was.

00:33:55.580 --> 00:33:56.220
<v Drew>Yeah.

00:33:56.540 --> 00:33:59.740
<v Drew>Expectations weren't high, but when I saw it, I'm like, I'm gonna give it a shot.

00:33:59.740 --> 00:34:00.860
<v Drew>And I'm glad I stuck with it.

00:34:00.860 --> 00:34:03.340
<v Drew>The first couple episodes really, really grab you.

00:34:03.340 --> 00:34:04.860
<v Drew>So cool.

00:34:04.860 --> 00:34:06.060
<v Drew>Yep.

00:34:05.840 --> 00:34:09.679
<v Drew>So go give that a watch if you have access to Peacock, which I don't think you do.

00:34:10.159 --> 00:34:14.000
<v Paul>I that's one of the few that I don't subscribe to.

00:34:14.240 --> 00:34:15.360
<v Paul>I have enough subscriptions.

00:34:15.600 --> 00:34:22.080
<v Drew>Yeah, I mean we're not I mean full disclosure, we're not gonna we're not gonna renew our subscription when it's up.

00:34:22.080 --> 00:34:28.960
<v Drew>Like I'm glad that I was able to watch that before my subscription lapsed, but I I I'm I didn't go out of my way to watch anything.

00:34:31.260 --> 00:34:34.540
<v Drew>All right, so iOS twenty six dropped.

00:34:34.540 --> 00:34:35.340
<v Paul>Uh-huh.

00:34:35.340 --> 00:34:36.780
<v Paul>Sure did.

00:34:37.859 --> 00:34:42.339
<v Paul>And yeah, I I I get it.

00:34:42.339 --> 00:34:44.579
<v Paul>I I don't think it's gonna be for everybody.

00:34:44.579 --> 00:34:50.579
<v Paul>Though I do think generally people like it more than they don't like it, but yeah I don't mind it.

00:34:50.359 --> 00:34:51.480
<v Drew>I don't I don't mind it.

00:34:51.480 --> 00:34:55.480
<v Drew>I kinda like the glass thing is still kind of growing on me a little bit.

00:34:55.720 --> 00:35:01.079
<v Drew>Um but I do want to talk about one particular aspect that I did notice an immediate change.

00:35:01.079 --> 00:35:01.400
<v Paul>Okay

00:35:02.020 --> 00:35:03.380
<v Drew>CarPlay.

00:35:03.700 --> 00:35:04.660
<v Paul>CarPlay.

00:35:04.660 --> 00:35:05.540
<v Paul>What's different?

00:35:05.540 --> 00:35:07.940
<v Paul>Oh, that I guess they added the widget support to car play.

00:35:08.099 --> 00:35:09.619
<v Drew>They added widget support

00:35:09.480 --> 00:35:10.920
<v Drew>Yeah, which I don't use.

00:35:10.920 --> 00:35:15.319
<v Drew>I don't use, but that's a Well, I didn't either until I realized it was there.

00:35:15.319 --> 00:35:18.359
<v Drew>And now that's my main display on my car and on my card.

00:35:18.520 --> 00:35:19.400
<v Drew>Really?

00:35:19.220 --> 00:35:19.460
<v Drew>Really?

00:35:19.460 --> 00:35:19.779
<v Drew>Okay.

00:35:19.779 --> 00:35:21.460
<v Drew>I like I like the analog clock.

00:35:21.460 --> 00:35:24.260
<v Drew>I like having the other little tiles for Spotify.

00:35:24.260 --> 00:35:30.099
<v Drew>I just think that aesthetically it looks better than the like the satellite overlay and the other things.

00:35:30.099 --> 00:35:30.420
<v Drew>So

00:35:31.120 --> 00:35:34.640
<v Drew>I have two vehicles that leverage CarPlay.

00:35:35.280 --> 00:35:38.400
<v Drew>On my truck, the changes look amazing.

00:35:38.400 --> 00:35:39.760
<v Drew>It has a big screen.

00:35:39.760 --> 00:35:42.320
<v Drew>They basically shrunk everything down.

00:35:42.920 --> 00:35:47.240
<v Drew>So there's like quote unquote more real estate for them to do stuff.

00:35:47.240 --> 00:35:49.720
<v Drew>It looks really good in my truck.

00:35:49.720 --> 00:35:54.440
<v Drew>Now my truck has a thing where when I'm in car play mode, you can't see

00:35:54.660 --> 00:35:56.100
<v Drew>the Toyota interface at all.

00:35:56.100 --> 00:36:03.540
<v Drew>Like you have to tap in the corner to basically have a little flyout come out to the side and then you can go back to like the car settings or

00:36:04.040 --> 00:36:05.400
<v Drew>Anything else you want to change on it.

00:36:05.400 --> 00:36:07.320
<v Paul>That's what my that's how my car works too, yeah.

00:36:07.560 --> 00:36:09.240
<v Drew>My BMW does not work that way.

00:36:09.240 --> 00:36:11.160
<v Drew>Now my BMW has a nice screen.

00:36:11.160 --> 00:36:12.600
<v Drew>It's a really high-resolution screen.

00:36:12.600 --> 00:36:15.960
<v Drew>It's very responsive, but it's very long and narrow.

00:36:15.840 --> 00:36:18.400
<v Drew>And it doesn't look as good on that screen.

00:36:18.400 --> 00:36:26.800
<v Drew>And I'm gonna I'm gonna send you a picture right now because there is one aspect of it that does not look good with my BMW.

00:36:27.200 --> 00:36:32.000
<v Drew>So I wanna see I wanna see if you if it shows up in the picture that I send you.

00:36:34.160 --> 00:36:34.720
<v Drew>Okay.

00:36:34.720 --> 00:36:36.400
<v Drew>So this is from my BMW

00:36:36.900 --> 00:36:38.900
<v Drew>And you can make this show art if you want.

00:36:38.900 --> 00:36:41.940
<v Drew>It's it does show my location, but don't be creepy.

00:36:41.940 --> 00:36:42.660
<v Paul>It's not in my house.

00:36:42.900 --> 00:36:44.340
<v Paul>I can always blur that out.

00:36:44.340 --> 00:36:45.060
<v Paul>Yeah.

00:36:45.480 --> 00:36:46.520
<v Paul>Okay.

00:36:46.520 --> 00:36:47.720
<v Paul>Okay.

00:36:47.720 --> 00:36:48.280
<v Paul>Okay.

00:36:48.280 --> 00:36:52.440
<v Paul>So this looks very similar to need to charge your phone, Drew.

00:36:52.440 --> 00:36:53.000
<v Paul>Uh

00:36:53.920 --> 00:36:57.520
<v Paul>Okay, so what uh you're you're not happy about something.

00:36:57.520 --> 00:37:02.080
<v Paul>Well, that's also because uh there is no 18 uh o'clock.

00:37:02.080 --> 00:37:03.200
<v Paul>I'm sorry.

00:37:03.200 --> 00:37:06.160
<v Drew>Uh don't no don't don't do this.

00:37:06.160 --> 00:37:06.880
<v Drew>Don't do this.

00:37:06.880 --> 00:37:08.240
<v Drew>You don't want to do this with me.

00:37:09.920 --> 00:37:13.680
<v Paul>I don't everything looks fine to me.

00:37:13.420 --> 00:37:13.900
<v Paul>Okay.

00:37:13.900 --> 00:37:16.220
<v Paul>What's what what's what's your what's your issue?

00:37:16.220 --> 00:37:18.540
<v Drew>So zoom in on the Spotify icon.

00:37:18.540 --> 00:37:19.420
<v Paul>Okay.

00:37:19.420 --> 00:37:20.940
<v Paul>Zooming, zooming.

00:37:21.260 --> 00:37:21.660
<v Paul>Okay.

00:37:21.660 --> 00:37:21.980
<v Paul>Okay.

00:37:22.300 --> 00:37:23.660
<v Drew>Do you see it yet?

00:37:23.820 --> 00:37:26.140
<v Paul>It looks kind of textured.

00:37:26.140 --> 00:37:27.420
<v Drew>Nope no?

00:37:27.420 --> 00:37:27.740
<v Drew>Okay.

00:37:28.060 --> 00:37:37.660
<v Drew>So what they did, what they did on the new CarPlay interface is that left hand bar is ensourced by the liquid glass, right?

00:37:39.260 --> 00:37:40.940
<v Drew>There is a thin outline around it, right?

00:37:40.940 --> 00:37:41.180
<v Drew>Okay.

00:37:41.340 --> 00:37:43.500
<v Paul>Yeah, it's got the glass sheen on the icon.

00:37:43.500 --> 00:37:43.820
<v Drew>Yeah.

00:37:43.820 --> 00:37:44.060
<v Paul>Correct.

00:37:44.220 --> 00:37:47.500
<v Drew>Well, no, it has the glass sheen on that entire sidebar.

00:37:47.500 --> 00:37:48.300
<v Paul>Yeah.

00:37:48.620 --> 00:37:49.340
<v Drew>Okay.

00:37:49.340 --> 00:37:49.820
<v Paul>Okay.

00:37:49.820 --> 00:37:52.380
<v Drew>Look immediately to the left of that.

00:37:52.380 --> 00:37:53.980
<v Paul>Okay.

00:37:53.980 --> 00:37:56.060
<v Drew>There's a line there, right?

00:37:56.060 --> 00:37:56.780
<v Drew>Yeah.

00:37:57.020 --> 00:37:57.580
<v Drew>Yeah.

00:37:57.580 --> 00:38:01.420
<v Drew>So that's the BMW interface, and you can't hide that.

00:38:01.460 --> 00:38:02.819
<v Drew>Oh.

00:38:02.819 --> 00:38:06.500
<v Drew>Before it wasn't it wasn't encircled in that glass.

00:38:06.500 --> 00:38:07.059
<v Drew>Oh.

00:38:07.460 --> 00:38:12.660
<v Drew>So now it doesn't look as good.

00:38:12.819 --> 00:38:14.420
<v Paul>Okay.

00:38:15.300 --> 00:38:16.820
<v Paul>Yeah, I don't like that.

00:38:16.820 --> 00:38:19.140
<v Drew>But on my truck it looks phenomenal.

00:38:19.140 --> 00:38:20.740
<v Drew>It looks phenomenal in the truck.

00:38:20.740 --> 00:38:24.820
<v Drew>I just wish I wish there was a way to turn off that line on the BMW side and to be fine.

00:38:24.940 --> 00:38:30.380
<v Drew>Or if they gave you the option to do what I did in my truck, where it's like you can hide that left hand side.

00:38:31.260 --> 00:38:31.579
<v Drew>So

00:38:33.280 --> 00:38:36.560
<v Drew>But uh yeah, I really like the widgets in CarPlay.

00:38:36.560 --> 00:38:37.520
<v Drew>I really do.

00:38:37.520 --> 00:38:39.920
<v Paul>Yes, I'm actually thinking about turning them off.

00:38:39.920 --> 00:38:43.280
<v Paul>Uh Yeah, because I I just won't I won't use them.

00:38:43.280 --> 00:38:44.480
<v Paul>I don't I yeah.

00:38:44.480 --> 00:38:46.320
<v Paul>For me, I either want to see

00:38:46.880 --> 00:38:50.319
<v Paul>the the the map or what I'm listening to.

00:38:50.319 --> 00:38:51.839
<v Paul>And that's that's it.

00:38:51.839 --> 00:38:55.200
<v Drew>Can you not have both like on your Well I I I can.

00:38:55.200 --> 00:39:01.119
<v Paul>I can I I sometimes I'll use that like default like dashboard thing that has like the map and the now playing and

00:39:01.240 --> 00:39:07.000
<v Paul>and stuff on it, but I just I have no need for widgets on my car.

00:39:07.000 --> 00:39:07.480
<v Paul>None.

00:39:07.480 --> 00:39:07.880
<v Paul>None.

00:39:07.880 --> 00:39:09.960
<v Paul>And this is coming from someone who has like

00:39:10.160 --> 00:39:16.160
<v Paul>widgets on their Mac desktop and like I've got widgets on my home screen and like a whole s like thing of widgets.

00:39:16.160 --> 00:39:17.280
<v Paul>Like I like widgets.

00:39:17.280 --> 00:39:18.320
<v Paul>I just I just don't

00:39:18.740 --> 00:39:20.020
<v Paul>Don't need them on my car.

00:39:20.020 --> 00:39:25.060
<v Paul>Let alone I can't and and like the fact that you said like it's your default view that baffles my mind.

00:39:25.060 --> 00:39:27.220
<v Paul>I I would never want to look at them.

00:39:27.520 --> 00:39:28.880
<v Drew>I I I don't know.

00:39:28.880 --> 00:39:37.599
<v Drew>I like I like having that big analog clock on there because it because that clock looks better than any other clock in either of my cars.

00:39:37.680 --> 00:39:38.720
<v Paul>Okay.

00:39:39.460 --> 00:39:45.140
<v Drew>And then the widgets, the widgets that are available are really interesting if you really think about it, right?

00:39:45.140 --> 00:39:49.300
<v Drew>So like with the with the apps that I have installed on my phone right now, when I go to CarPlay.

00:39:50.779 --> 00:39:53.819
<v Drew>Uh where it where did it go?

00:39:53.819 --> 00:39:54.460
<v Drew>Shit.

00:39:54.619 --> 00:39:56.539
<v Drew>Settings general CarPlay.

00:39:56.539 --> 00:39:57.740
<v Drew>Yeah, there it is.

00:39:57.740 --> 00:39:59.260
<v Drew>So like for example

00:40:00.099 --> 00:40:05.060
<v Drew>Um when I look at the widgets that are available and you can have sta you have three stacks, right?

00:40:05.060 --> 00:40:07.460
<v Drew>So there's basically three widgets that show up there.

00:40:08.339 --> 00:40:08.660
<v Drew>So

00:40:09.720 --> 00:40:14.359
<v Drew>Like I have you can add widgets for and there are some that are very prominent.

00:40:14.359 --> 00:40:17.640
<v Drew>So like weather podcasts TikTok

00:40:18.780 --> 00:40:22.380
<v Drew>Which is which is bonkers, right?

00:40:22.380 --> 00:40:25.740
<v Drew>Like I'm I'm watching TikTok while I drive, right?

00:40:25.820 --> 00:40:28.860
<v Drew>Reddit, the Reddit app can be a widget.

00:40:29.820 --> 00:40:37.660
<v Drew>Instagram stories, arc search, YouTube search, YouTube search, which is interesting.

00:40:37.820 --> 00:40:44.780
<v Drew>Uh LinkedIn, because you know, I'm always looking to connect with uh like-minded professionals while I'm driving.

00:40:44.780 --> 00:40:47.020
<v Drew>Photo album, Google Home.

00:40:47.599 --> 00:40:50.000
<v Drew>uh Outlook and my calendar.

00:40:50.000 --> 00:41:01.040
<v Drew>And then there's other ones for like Amazon, which apparently like the ones underneath there are not uh fully supported, but like my irrigation app is an option.

00:41:01.960 --> 00:41:03.000
<v Drew>Right.

00:41:03.000 --> 00:41:04.680
<v Drew>Uh yeah.

00:41:05.240 --> 00:41:05.640
<v Drew>Yeah.

00:41:05.640 --> 00:41:09.720
<v Drew>I I mean I I think all it does is show me like when my irrigation's gonna run next.

00:41:09.720 --> 00:41:10.040
<v Drew>Um

00:41:11.080 --> 00:41:20.200
<v Drew>But like you can add you can add the front page, uh top posts from Redditors, uh, you can have a calendar, a cat calendar.

00:41:20.200 --> 00:41:21.080
<v Drew>I don't know what that's about.

00:41:21.080 --> 00:41:22.760
<v Drew>I don't know why it's not dogs.

00:41:22.640 --> 00:41:25.599
<v Drew>Uh YouTube shirt, you could just search YouTube from your widgets.

00:41:25.599 --> 00:41:27.680
<v Drew>Like that one I don't get at all.

00:41:29.200 --> 00:41:33.119
<v Drew>My magic home, I can turn on lights in my house from the widget.

00:41:33.620 --> 00:41:34.180
<v Drew>Okay.

00:41:34.180 --> 00:41:37.460
<v Drew>Uh flight aware, uh ADSB tracking, right?

00:41:37.460 --> 00:41:41.460
<v Drew>Like how many planes am I tracking on my ADPS receiver at home?

00:41:41.760 --> 00:41:44.960
<v Drew>Is but is that useful in your It's not, it's not!

00:41:45.120 --> 00:41:48.080
<v Drew>No, it's not, it's terrible, it's dumb, but I love it.

00:41:48.080 --> 00:41:50.560
<v Drew>I love that you can do that.

00:41:50.740 --> 00:41:51.220
<v Drew>I know.

00:41:51.220 --> 00:41:52.660
<v Drew>I okay, look.

00:41:52.900 --> 00:41:55.060
<v Drew>I will I will tire of it.

00:41:55.060 --> 00:41:57.540
<v Drew>I will tire of it, but let me enjoy it right now.

00:41:57.540 --> 00:41:59.460
<v Drew>Okay, all right, all right.

00:42:00.100 --> 00:42:03.460
<v Drew>But uh the the rest of the stuff is is fine.

00:42:03.460 --> 00:42:06.260
<v Drew>I'm noticing my batteries my battery's draining a little bit faster.

00:42:06.260 --> 00:42:07.220
<v Drew>I don't know why.

00:42:08.180 --> 00:42:11.860
<v Drew>I think I Tim Apple wants me to buy a new phone, but he's not gonna get me.

00:42:12.559 --> 00:42:16.319
<v Drew>But uh speaking of new phones, what do you think?

00:42:16.319 --> 00:42:19.359
<v Drew>Oh, the orange is so fucking hot, Drew.

00:42:19.359 --> 00:42:21.760
<v Paul>Is it oh it's so good.

00:42:21.760 --> 00:42:23.359
<v Paul>It's so good.

00:42:23.359 --> 00:42:23.680
<v Paul>Oh

00:42:24.580 --> 00:42:26.820
<v Paul>Oh yeah, it's great.

00:42:26.820 --> 00:42:27.540
<v Paul>It's great.

00:42:27.540 --> 00:42:34.100
<v Drew>I read I I read a Angry Google Boy or I I shouldn't say I read.

00:42:34.100 --> 00:42:37.780
<v Drew>I was watching an Angry because subtitles were on, I guess, so technically, but

00:42:37.840 --> 00:42:44.400
<v Drew>Watched an angry Google fan talk about how Apple made a mistake using aluminum from titanium 'cause it's gonna scratch.

00:42:44.480 --> 00:42:48.880
<v Paul>Yeah, I mean it's it's softer it's it's softer for sure.

00:42:49.000 --> 00:42:52.040
<v Paul>Uh will that make you want to have a case?

00:42:52.040 --> 00:42:59.400
<v Paul>Uh I've been going back and forth between not using a case and putting a case on, so like if I around the house.

00:42:59.799 --> 00:43:01.960
<v Paul>I I take take the case off.

00:43:02.359 --> 00:43:07.400
<v Paul>Though right now I have the case on and it's for a reason that's it's kind of embarrassing

00:43:07.620 --> 00:43:11.140
<v Paul>Uh so I have I bought one of the tech woven cases.

00:43:11.140 --> 00:43:11.940
<v Paul>Yes.

00:43:11.940 --> 00:43:14.980
<v Paul>And I love the texture.

00:43:14.980 --> 00:43:15.940
<v Paul>I like just

00:43:16.440 --> 00:43:21.960
<v Paul>rubbing my thumb along the case because it feels good on my thumb.

00:43:21.960 --> 00:43:23.800
<v Paul>Uh I like it.

00:43:23.960 --> 00:43:27.640
<v Paul>But probably means like I'm like ADD and I'm stimming or something, but you know, whatever.

00:43:27.640 --> 00:43:29.079
<v Paul>Yeah probably too much time.

00:43:30.340 --> 00:43:31.140
<v Paul>Yeah.

00:43:31.140 --> 00:43:41.780
<v Paul>Uh yeah, but it's f I will say so haha b speaking of tennis

00:43:42.859 --> 00:43:47.180
<v Paul>A lot of times tennis usually starts around like four and four thirty.

00:43:47.180 --> 00:43:52.140
<v Paul>It's out in the middle of a field with absolutely no shade, and it's been hot.

00:43:52.140 --> 00:43:54.220
<v Paul>Okay, not this week, but the previous weeks.

00:43:54.220 --> 00:43:55.420
<v Paul>It's been hot.

00:43:55.760 --> 00:44:00.960
<v Paul>Almost always my iPhone would get to that thing where like, hey, I'm too hot.

00:44:00.960 --> 00:44:01.760
<v Paul>I'm gonna turn this on.

00:44:02.000 --> 00:44:02.400
<v Paul>Too hot.

00:44:02.960 --> 00:44:03.920
<v Drew>Too hot for you, Paul.

00:44:03.920 --> 00:44:04.400
<v Paul>I'm too hot.

00:44:04.400 --> 00:44:07.599
<v Paul>And like the screen gets real dim and it's just awful.

00:44:07.380 --> 00:44:07.700
<v Paul>Yeah.

00:44:07.700 --> 00:44:11.940
<v Paul>Or heck, even something like doing qi charging in my car, right?

00:44:11.940 --> 00:44:14.980
<v Paul>Where it's like, I'm too hot, I can't charge.

00:44:14.980 --> 00:44:18.900
<v Paul>Both of those problems, at least for me so far, have gone away.

00:44:19.460 --> 00:44:20.819
<v Paul>Huh.

00:44:20.819 --> 00:44:23.779
<v Paul>It worked because it's aluminum or yes.

00:44:23.779 --> 00:44:30.740
<v Paul>Between the vapor chamber and the aluminum body, which is all designed around dissipating dissipating heat.

00:44:31.160 --> 00:44:33.320
<v Paul>It definitely has made a difference.

00:44:33.320 --> 00:44:34.520
<v Paul>A hundred percent.

00:44:34.760 --> 00:44:37.560
<v Paul>It's it's exactly like it says right on the tin.

00:44:37.560 --> 00:44:38.120
<v Paul>Boom.

00:44:38.120 --> 00:44:39.320
<v Paul>Like it's uh

00:44:39.559 --> 00:44:48.760
<v Paul>Heck, even like during the transfer process, transferring from my old phone to my new phone, my old phone, I'm holding it and it's like, oh, this is warm in my hand.

00:44:48.760 --> 00:44:51.880
<v Paul>And my new phone was like, oh, this is comfortable.

00:44:51.900 --> 00:44:55.100
<v Paul>Uh and my old phone had a case and my new phone didn't.

00:44:55.100 --> 00:44:57.980
<v Paul>So like it was that hot like through the case.

00:44:57.980 --> 00:45:01.740
<v Paul>So yeah, the thermals are definitely and I know, yes.

00:45:01.740 --> 00:45:08.060
<v Paul>I I've seen the stuff where like, yes, the sharp edge of the camera plateau can get chipped and scratched.

00:45:08.060 --> 00:45:10.860
<v Paul>And yes, I do know that it's anodized aluminum.

00:45:10.940 --> 00:45:13.180
<v Paul>If I get scratched, I'm gonna see silver through it.

00:45:13.180 --> 00:45:14.940
<v Paul>Yes, I understand that.

00:45:14.660 --> 00:45:17.060
<v Paul>But my phone is orange and I love it.

00:45:17.060 --> 00:45:19.060
<v Paul>So suck it.

00:45:20.660 --> 00:45:21.380
<v Paul>Huh.

00:45:21.380 --> 00:45:22.500
<v Paul>Mm-hmm.

00:45:22.540 --> 00:45:23.660
<v Paul>It's so orange.

00:45:23.660 --> 00:45:24.300
<v Paul>It's so good.

00:45:24.300 --> 00:45:25.260
<v Paul>It's so good.

00:45:25.260 --> 00:45:28.060
<v Paul>And everything else is just like the iPhone 16.

00:45:28.060 --> 00:45:29.740
<v Paul>It's like, it's yeah, it's a little brighter.

00:45:29.740 --> 00:45:31.260
<v Paul>It's a little faster.

00:45:31.260 --> 00:45:35.500
<v Paul>The cameras are a little better, I guess, but it's orange.

00:45:35.720 --> 00:45:36.440
<v Paul>But it's orange.

00:45:36.680 --> 00:45:37.400
<v Paul>And it's not as hot.

00:45:37.400 --> 00:45:39.400
<v Paul>It's orange and it's not as hot.

00:45:39.400 --> 00:45:41.880
<v Paul>So they got me.

00:45:41.880 --> 00:45:42.359
<v Paul>It's good.

00:45:42.359 --> 00:45:42.920
<v Paul>It's good.

00:45:42.920 --> 00:45:43.319
<v Paul>Okay.

00:45:43.319 --> 00:45:44.440
<v Paul>I'm happy with it.

00:45:44.440 --> 00:45:45.000
<v Paul>Mm-hmm.

00:45:45.260 --> 00:45:47.740
<v Drew>So the Tech Woven case is good then.

00:45:47.740 --> 00:45:53.260
<v Paul>I I wish it didn't have a lip on the bottom, you know me and my my my bottom lips.

00:45:53.880 --> 00:45:57.400
<v Paul>But I it's a nice case.

00:45:57.400 --> 00:46:02.359
<v Paul>I like it's you know it's kind of a like orangey brown color.

00:46:02.359 --> 00:46:08.359
<v Paul>It's got a good feel, the buttons on the side are really nice, and I really like the texture.

00:46:08.480 --> 00:46:12.480
<v Paul>of the the I guess the the fabric, the the tech woven fabric.

00:46:12.480 --> 00:46:13.360
<v Paul>I like the texture.

00:46:13.760 --> 00:46:16.640
<v Drew>Now you got you got I'm assuming you got the Siena.

00:46:16.640 --> 00:46:17.520
<v Drew>I did, yeah.

00:46:17.520 --> 00:46:18.000
<v Drew>Yeah.

00:46:18.000 --> 00:46:19.280
<v Drew>That makes sense.

00:46:19.059 --> 00:46:19.539
<v Drew>Mm-hmm.

00:46:19.539 --> 00:46:20.660
<v Drew>It does look nice.

00:46:25.299 --> 00:46:26.980
<v Paul>Yeah, like it doesn't scratch.

00:46:26.980 --> 00:46:29.380
<v Paul>You would think it would scratch, but it doesn't scratch.

00:46:29.380 --> 00:46:30.900
<v Paul>Like, yeah, eventually

00:46:31.140 --> 00:46:34.500
<v Paul>you know, filth humans gonna get in there probably.

00:46:34.900 --> 00:46:37.539
<v Paul>But so far, so good.

00:46:37.539 --> 00:46:38.260
<v Paul>Okay.

00:46:38.260 --> 00:46:39.059
<v Paul>Yeah.

00:46:39.059 --> 00:46:40.180
<v Paul>Yeah.

00:46:40.260 --> 00:46:40.900
<v Paul>Cool.

00:46:40.900 --> 00:46:44.900
<v Paul>Now, you were the only person to purchase a phone for the house, right?

00:46:44.900 --> 00:46:46.340
<v Paul>Uh yes.

00:46:46.340 --> 00:46:50.660
<v Paul>My wife did not buy one, and my daughter got my old 16 Pro.

00:46:50.660 --> 00:46:51.780
<v Paul>So Got it.

00:46:51.780 --> 00:46:52.100
<v Paul>Okay

00:46:52.640 --> 00:46:57.520
<v Drew>Yeah, I need uh we're we're gonna be we're gonna be in the greater Polaris area this weekend.

00:46:57.520 --> 00:46:58.799
<v Drew>I may swing in the Apple store.

00:46:58.799 --> 00:47:00.400
<v Drew>I do I do want to see the air in person.

00:47:02.240 --> 00:47:03.680
<v Paul>I wanna hold the air.

00:47:03.680 --> 00:47:07.359
<v Paul>I I just I want to experience that in my hand.

00:47:06.740 --> 00:47:07.620
<v Paul>Yeah.

00:47:07.620 --> 00:47:08.980
<v Paul>Yeah.

00:47:08.980 --> 00:47:09.940
<v Paul>Okay.

00:47:09.940 --> 00:47:11.860
<v Drew>Uh last topic for tonight.

00:47:11.860 --> 00:47:13.620
<v Drew>Paul, I needed a treat.

00:47:13.620 --> 00:47:15.220
<v Paul>Oh, oh, I I understand.

00:47:15.220 --> 00:47:15.860
<v Paul>Yep.

00:47:15.940 --> 00:47:20.820
<v Drew>You know, uh work yeah, work's been a lot, and you know, raising a puppy can be stressful.

00:47:20.820 --> 00:47:23.700
<v Drew>We love him to death, but he can be a little stressful sometimes.

00:47:23.700 --> 00:47:27.619
<v Drew>Uh and then, you know, gestures at everything that's happening in the world.

00:47:28.460 --> 00:47:33.260
<v Drew>Um I decided I decided that I deserved a new rifle.

00:47:33.260 --> 00:47:34.059
<v Drew>Okay.

00:47:34.059 --> 00:47:34.859
<v Drew>You know me.

00:47:34.859 --> 00:47:37.579
<v Drew>I mean it's it's my particular brand of mental illness.

00:47:37.579 --> 00:47:41.900
<v Drew>Um I told myself that I sorta had the equipment that I needed, but uh

00:47:42.580 --> 00:47:48.980
<v Drew>I I have been wanting to get another caliber rifle for a while now.

00:47:48.980 --> 00:47:49.300
<v Drew>So

00:47:50.140 --> 00:47:51.099
<v Drew>A couple things.

00:47:51.099 --> 00:47:54.859
<v Drew>Uh I the rifles I currently own I'm are very happy with.

00:47:54.859 --> 00:47:57.020
<v Drew>Uh it's not like I'm replacing a rifle.

00:47:57.020 --> 00:47:58.220
<v Drew>This is just an addition.

00:47:58.220 --> 00:47:58.460
<v Drew>And

00:47:58.700 --> 00:48:04.140
<v Drew>We've talked about this before, but the the first precision rifle I ever bought was made by a company called Socco.

00:48:04.380 --> 00:48:05.980
<v Drew>They're a Finnish brand.

00:48:07.040 --> 00:48:09.440
<v Drew>They make really really nice guns.

00:48:09.440 --> 00:48:12.960
<v Drew>Um they have they actually have a couple different brands that they operate under.

00:48:12.960 --> 00:48:17.760
<v Drew>They're all the the this company is owned by parent company Beretta.

00:48:17.380 --> 00:48:20.180
<v Drew>Breta makes phenomenal shotguns, phenomenal handguns.

00:48:20.180 --> 00:48:26.500
<v Drew>Uh they're an Italian company, and they're sort of the parent company of Socco, and Socco is still, you know, a Finnish company.

00:48:26.720 --> 00:48:29.119
<v Drew>So I have the Sako TRG22.

00:48:29.119 --> 00:48:30.559
<v Drew>It is a 308 caliber.

00:48:30.559 --> 00:48:32.079
<v Drew>It's a 26-inch barrel.

00:48:32.319 --> 00:48:35.359
<v Drew>Again, I bought this back in the early 2000s.

00:48:35.520 --> 00:48:37.279
<v Drew>I've had it for a number of years now.

00:48:37.279 --> 00:48:38.240
<v Drew>I probably have

00:48:38.359 --> 00:48:40.359
<v Drew>close to a thousand some rounds through.

00:48:40.359 --> 00:48:42.839
<v Drew>It was the first gun I ever competed with.

00:48:42.839 --> 00:48:45.880
<v Drew>Uh it still shoots phenomenal.

00:48:45.880 --> 00:48:49.400
<v Drew>You know, I've I've upgraded it with a better scope over the years.

00:48:49.400 --> 00:48:49.880
<v Drew>I have

00:48:50.340 --> 00:48:54.500
<v Drew>uh put a different um muzzle brake on it so I can use the suppressor now.

00:48:54.500 --> 00:48:55.940
<v Drew>I bought extra magazines.

00:48:55.940 --> 00:48:59.540
<v Drew>I bought the the biopod that is specifically made for this.

00:48:59.880 --> 00:49:02.039
<v Drew>Um and it's a great gun.

00:49:02.039 --> 00:49:08.279
<v Drew>You know, the only thing I would say, the only the only two things that I would say about it is number one, it is a rigid stock.

00:49:08.279 --> 00:49:09.960
<v Drew>So it's like your traditional

00:49:10.260 --> 00:49:11.220
<v Drew>One piece stock.

00:49:11.220 --> 00:49:14.820
<v Drew>It's very ergonomic and it's it's very, very pleasurable to shoot.

00:49:14.820 --> 00:49:16.580
<v Drew>Um and it's it's durable, right?

00:49:16.580 --> 00:49:19.620
<v Drew>It's it's it's like made up of like a composite material.

00:49:19.620 --> 00:49:22.820
<v Drew>The barrel is of course metal, but it's made up of a composite material.

00:49:23.120 --> 00:49:29.200
<v Drew>Really nice trigger, oversized, easy to use with like mittens or gloves because you know Finland Cold.

00:49:30.380 --> 00:49:35.740
<v Drew>You know, and other than wood, uh th Finland's second biggest export is dead Russians.

00:49:35.740 --> 00:49:40.940
<v Drew>Uh so you know, uh yeah, Fin Finland knows their way around a gun.

00:49:40.460 --> 00:49:50.380
<v Drew>Uh in fact Saka's really interesting because what they did is they took the Russian Mosin Nagant and said, uh this is a pretty good gun if you guys didn't make it out of like sawdust.

00:49:50.080 --> 00:49:52.320
<v Drew>Let me let me show you how to make a real gun.

00:49:52.640 --> 00:49:53.520
<v Drew>Yeah, okay.

00:49:53.520 --> 00:49:55.520
<v Drew>So anyway, that's that's how Sacco started.

00:49:55.520 --> 00:50:00.000
<v Drew>And there's there's like sub brands like they also make there's also a brand called Tika.

00:49:59.740 --> 00:50:03.900
<v Drew>Tika is more of like their hunting rifles, I guess you could say.

00:50:03.900 --> 00:50:11.420
<v Drew>Uh they do make some tactical and competition style rifles, but the TRG series is sort of like their Halo

00:50:12.480 --> 00:50:13.200
<v Drew>product.

00:50:13.200 --> 00:50:19.680
<v Drew>Um there is one product above this that's like a military style gun that is like ten thousand dollars.

00:50:19.680 --> 00:50:21.680
<v Drew>Uh it's not worth it in my opinion.

00:50:21.680 --> 00:50:21.840
<v Drew>So

00:50:22.440 --> 00:50:25.720
<v Drew>Anyway, this was the original gun that I bought and it has served me well.

00:50:25.720 --> 00:50:31.640
<v Drew>Now the again, the only thing that r really doesn't do well with it is it's 308 caliber.

00:50:31.540 --> 00:50:34.500
<v Drew>We talked about these calibers on other podcasts before.

00:50:34.500 --> 00:50:37.060
<v Drew>It's a really good round out to about 800 yards.

00:50:37.060 --> 00:50:38.820
<v Drew>Beyond that, it gets a little squirrely.

00:50:38.820 --> 00:50:39.860
<v Drew>You have to really know what you're doing.

00:50:39.860 --> 00:50:44.820
<v Drew>You have to use good quality ammunition to stretch it to a thousand yards, but that's about where it's going to top out.

00:50:44.900 --> 00:50:45.380
<v Drew>Okay.

00:50:45.380 --> 00:50:49.940
<v Drew>Now, again, I have bought heavier caliber rifles uh over the past couple years.

00:50:49.940 --> 00:50:54.900
<v Drew>I bought that semi-automatic gun that I still haven't taken out to the super long range yet.

00:50:55.920 --> 00:50:59.760
<v Drew>But my buddy that I shoot with is the opposite of me.

00:51:00.720 --> 00:51:06.880
<v Drew>My buddy Grant is uh very, very consistent in what he buys.

00:51:06.960 --> 00:51:13.360
<v Drew>Uh he's very, very loyal to one particular brand and he's very very loyal to one particular caliber.

00:51:13.360 --> 00:51:16.480
<v Drew>So he likes to shoot the 6-5 Creedmore round.

00:51:16.480 --> 00:51:20.160
<v Drew>The 6-5 Creedmore round is a slightly smaller round

00:51:19.980 --> 00:51:29.579
<v Drew>than the 308 round, uh, because it's six point five millimeter, which is like two six something instead of three oh eight, so it's smaller.

00:51:29.600 --> 00:51:31.920
<v Drew>But it's a very, very high performance round.

00:51:31.920 --> 00:51:35.040
<v Drew>It has a very, very uh good ballistic coefficient.

00:51:35.040 --> 00:51:39.360
<v Drew>It also maintains muzzle energy, and it's a much, much faster round out of the gun.

00:51:39.360 --> 00:51:42.080
<v Drew>So it has a lot more energy coming out of the barrel.

00:51:41.940 --> 00:51:43.780
<v Drew>It stays flatter longer.

00:51:43.780 --> 00:51:49.700
<v Drew>So like shooting targets at a thousand yards or even beyond a thousand yards is something they could do very well.

00:51:49.700 --> 00:51:50.020
<v Drew>And

00:51:50.460 --> 00:51:56.300
<v Drew>You know, comparatively, unlike the heavier calibers that I shoot, the ammo is reasonable.

00:51:56.300 --> 00:52:03.980
<v Drew>Whereas I would spend probably $50 or $60 per box for a good box of ammunition for my heavier rifles.

00:52:03.840 --> 00:52:10.080
<v Drew>A good box of 308 or 65 pre-bar rifle ammo is like 40 to 45 dollars.

00:52:10.080 --> 00:52:15.120
<v Drew>So I know it doesn't sound like a lot, but when you're shooting hundreds of rounds, it adds up pretty quick.

00:52:15.120 --> 00:52:15.920
<v Paul>I can see that.

00:52:15.920 --> 00:52:16.320
<v Paul>Yeah.

00:52:16.320 --> 00:52:17.120
<v Drew>Yep.

00:52:17.020 --> 00:52:27.339
<v Drew>So uh, you know, I I have been in the market for uh so again, right, like my buddy, before I even go there, so my buddy now has three rifles all in the same caliber.

00:52:27.480 --> 00:52:31.800
<v Drew>Two of them are almost identical rifles, and he actually built his third rifle.

00:52:31.800 --> 00:52:34.040
<v Drew>Like he sourced all the components, including the barrel.

00:52:34.040 --> 00:52:37.960
<v Drew>He press fit it, like he built it, he he chose the stock that he wanted.

00:52:37.960 --> 00:52:43.480
<v Drew>You know, he's been sort of dialing that in over the summer for our fall shenanigans that we're going to get into.

00:52:43.480 --> 00:52:45.960
<v Drew>But again, he has stayed consistent to the round.

00:52:45.960 --> 00:52:48.920
<v Drew>And part of his reasoning for that is, you know, look.

00:52:49.580 --> 00:53:03.580
<v Drew>Having multiple calibers is cool and being able to shoot different things is fun, but really, you know, there's there's benefits to staying consistent in one particular round because he wants to go down the whole load your own ammunition route.

00:53:04.200 --> 00:53:12.280
<v Drew>So being in just one caliber makes that a much easier equation because you have to buy caliber-specific stuff to do it.

00:53:12.280 --> 00:53:16.280
<v Drew>And if you're going to reload multiple calibers, your costs just go up exponentially.

00:53:16.280 --> 00:53:16.600
<v Drew>So

00:53:16.859 --> 00:53:19.900
<v Drew>Th there there's a method to the madness, and I respect him for it.

00:53:19.900 --> 00:53:23.660
<v Drew>Like that that's the way he does it, and I have the way that I do it.

00:53:23.660 --> 00:53:29.180
<v Drew>But again, I've been wanting to get into that same caliber for a while because I feel like it would definitely like

00:53:29.799 --> 00:53:31.400
<v Drew>Kinda just I don't know.

00:53:31.400 --> 00:53:34.279
<v Drew>I I like I like a little variety.

00:53:34.279 --> 00:53:43.400
<v Drew>So I decided to go with another Sako, and it is sort of the evolution of the same gun that I already have.

00:53:43.960 --> 00:53:47.319
<v Drew>So they basically released a new version of this gun.

00:53:47.319 --> 00:53:51.000
<v Drew>It is the Sako TRG22A1.

00:53:51.720 --> 00:53:58.520
<v Drew>And it is a more modern development on the same platform.

00:53:58.520 --> 00:54:03.240
<v Drew>So bolt, barrel, receiver are almost identical.

00:54:03.480 --> 00:54:03.800
<v Paul>Okay.

00:54:11.760 --> 00:54:14.640
<v Drew>The barrel sort of sits in this chassis, right?

00:54:14.640 --> 00:54:18.400
<v Drew>It's still free-floated, it still kind of works the same way.

00:54:18.400 --> 00:54:24.400
<v Drew>But now what you have is you have a more traditional pistol grip, you have a folding stock with adjustable length of

00:54:24.559 --> 00:54:34.160
<v Drew>pool, in other words, how fast how far the butt pad comes in and out, the cheek pad is adjustable, um the the entire system is more ergonomic.

00:54:34.160 --> 00:54:35.440
<v Drew>It has a more traditional

00:54:36.040 --> 00:54:47.640
<v Drew>foreend so you can mount attachments to it easier because my old gun really only accepted Socco branded accessories but with this it has what is known as an MLOC foreend

00:54:47.760 --> 00:54:55.840
<v Drew>So I can attach like different bipods to it, my range finder, you know, weights, uh, whatever else I want to put on it.

00:54:56.220 --> 00:55:03.260
<v Drew>And the other nice thing about it too is this is essentially the same platform that I already have.

00:55:03.260 --> 00:55:05.500
<v Drew>And the reason that's important is

00:55:05.940 --> 00:55:12.820
<v Drew>you know, the magazines, like the things the bullet goes into, the magazines are proprietary to Socco.

00:55:12.820 --> 00:55:15.140
<v Drew>But the the

00:55:16.400 --> 00:55:21.600
<v Drew>The cartridges, the 308 cartridge and the 65 Creedmore, take the same magazine.

00:55:21.600 --> 00:55:26.720
<v Drew>So now I have four total magazines that are interchangeable between these two guns.

00:55:26.700 --> 00:55:31.020
<v Drew>Oh, okay and and like the magazines are a couple hundred bucks each.

00:55:31.020 --> 00:55:33.660
<v Drew>So like yeah.

00:55:33.980 --> 00:55:35.660
<v Drew>So again, right?

00:55:35.660 --> 00:55:36.700
<v Drew>Yeah.

00:55:36.660 --> 00:55:36.980
<v Drew>Yeah.

00:55:36.980 --> 00:55:46.100
<v Drew>The other nice thing is when I when I originally bought my other gun, uh, it was shipped straight from Finland and it is it is entirely metric.

00:55:46.100 --> 00:55:48.660
<v Drew>So everything in that gun from the

00:55:48.760 --> 00:55:53.400
<v Drew>from like the screws and like the hex bolts that are in it all are metric.

00:55:53.400 --> 00:55:58.440
<v Drew>The thread pitch, which is which is important when you're mounting suppressors, or is also metric.

00:55:58.440 --> 00:56:02.280
<v Drew>It isn't a very, very goofy European s uh specification.

00:56:02.280 --> 00:56:03.400
<v Drew>So like finding

00:56:03.640 --> 00:56:08.599
<v Drew>Different muzzles at mu different muzzle adapters for like muzzle brakes and suppressors is kind of a pain.

00:56:08.599 --> 00:56:16.440
<v Drew>With the TRG uh twenty two A1, they have standardized that to like what everybody else uses now, so it's a more standard size and fit.

00:56:16.359 --> 00:56:19.480
<v Drew>fit so it'll be easier to mount my suppressor to it.

00:56:19.480 --> 00:56:24.920
<v Drew>And again, I went with the uh the the green model because I like the green.

00:56:25.520 --> 00:56:28.000
<v Drew>And I went with the with the 6-5 Creedmoor round.

00:56:28.000 --> 00:56:31.680
<v Drew>So I'm in the process of sort of like kidding it out and dialing it in and everything.

00:56:31.680 --> 00:56:32.480
<v Drew>But uh

00:56:33.040 --> 00:56:37.760
<v Drew>I I I know I said this before, this is probably the the last bolt action rifle I buy for some time.

00:56:37.760 --> 00:56:37.920
<v Drew>Right.

00:56:38.800 --> 00:56:39.760
<v Paul>I don't believe you.

00:56:39.760 --> 00:56:42.320
<v Paul>You're right.

00:56:42.320 --> 00:56:45.360
<v Paul>But but now it's cute that you tell yourself that

00:56:45.180 --> 00:56:45.900
<v Drew>I know, I know.

00:56:45.900 --> 00:56:47.500
<v Drew>It's a it's a source case.

00:56:47.500 --> 00:56:49.500
<v Paul>It's like me and gaming handhelds.

00:56:49.500 --> 00:56:50.620
<v Paul>Yeah.

00:56:50.620 --> 00:56:51.420
<v Paul>Yeah.

00:56:51.900 --> 00:56:54.700
<v Drew>So yeah, I I I haven't had a chance to shoot it yet.

00:56:54.700 --> 00:56:57.660
<v Drew>Um I need to go buy a case to haul it around in.

00:56:57.660 --> 00:56:57.980
<v Drew>Um

00:56:58.440 --> 00:57:02.760
<v Drew>I did uh I did I I did uh quote unquote save myself a little money.

00:57:02.760 --> 00:57:06.520
<v Drew>I took the optic off of the old Sako that I had and put it on this one for now.

00:57:06.640 --> 00:57:13.119
<v Drew>Uh just because like budgeting for a whole nother optic is not something I'm ready to do right now because that's also uh quite costly.

00:57:13.119 --> 00:57:14.160
<v Drew>Uh so you know I

00:57:14.359 --> 00:57:16.040
<v Drew>Put the other one in its case for now.

00:57:16.040 --> 00:57:17.400
<v Drew>It's it's gonna take a little break.

00:57:17.400 --> 00:57:18.280
<v Drew>It served me well.

00:57:18.280 --> 00:57:19.480
<v Drew>I will continue to shoot it.

00:57:19.480 --> 00:57:20.200
<v Drew>It's not going away.

00:57:20.200 --> 00:57:20.920
<v Drew>I'm not selling it.

00:57:20.920 --> 00:57:23.800
<v Drew>I'm never not gonna shoot it because I have ammo for it.

00:57:23.800 --> 00:57:24.119
<v Drew>So

00:57:24.540 --> 00:57:27.820
<v Drew>Uh yeah, I'm I'm excited to get out there and experience this round.

00:57:27.820 --> 00:57:32.860
<v Paul>Okay, so quick follow-up question here, real real quick.

00:57:34.560 --> 00:57:37.760
<v Paul>I have not been to your house recently.

00:57:38.560 --> 00:57:43.520
<v Paul>The last time I was there, I got to look at inside of your gun safe.

00:57:43.460 --> 00:57:43.860
<v Paul>Yep.

00:57:43.860 --> 00:57:49.060
<v Paul>Out of all your firearms and your gun seat was already brimming at the scene.

00:57:49.060 --> 00:57:49.620
<v Paul>It's true.

00:57:49.620 --> 00:57:50.020
<v Paul>Bursting.

00:57:50.020 --> 00:57:51.460
<v Paul>Just like ready to burst.

00:57:51.460 --> 00:57:52.260
<v Drew>Yep.

00:57:51.960 --> 00:57:54.680
<v Paul>How how's what's the situation going on there?

00:57:54.680 --> 00:57:57.080
<v Paul>Do you request me buying the bigger gun safe?

00:57:57.560 --> 00:57:59.560
<v Drew>Well, so it's funny you mentioned that, right?

00:57:59.560 --> 00:58:00.280
<v Drew>So um

00:58:00.760 --> 00:58:04.360
<v Drew>There's there's a couple limiting factors with with my safe right now, right?

00:58:04.680 --> 00:58:10.920
<v Drew>Uh and when I was buying my safe and looking at safes, the the people that I spoke to all told me the same thing.

00:58:11.760 --> 00:58:17.840
<v Drew>Your safe capacity really isn't how wide your safe is, it's how deep your safe is.

00:58:18.240 --> 00:58:21.600
<v Drew>And that's especially true with firearms with optics.

00:58:21.620 --> 00:58:22.980
<v Drew>Because think about it, right?

00:58:22.980 --> 00:58:28.100
<v Drew>If I were to just take this gun out of the box and put it in my safe, it's very tall, but it's very narrow.

00:58:28.100 --> 00:58:28.580
<v Drew>Yeah.

00:58:28.580 --> 00:58:30.100
<v Drew>It doesn't take up a lot of space.

00:58:30.100 --> 00:58:31.940
<v Drew>But when you put an optic on it

00:58:31.980 --> 00:58:33.420
<v Drew>It's bigger.

00:58:33.420 --> 00:58:34.619
<v Drew>Yeah, it's much, yeah.

00:58:34.619 --> 00:58:41.020
<v Drew>You know, like the the way my gun safe is set up, like the entire right side of my safe is for the long guns, right?

00:58:41.020 --> 00:58:44.460
<v Drew>Like bold action rifles, shotguns, things like that.

00:58:46.420 --> 00:58:50.900
<v Drew>If I don't have scopes on things, I could go three deep.

00:58:51.940 --> 00:58:56.980
<v Drew>When you throw a scope on there, especially a big scope, you're lucky to get two.

00:58:57.640 --> 00:59:00.680
<v Drew>In my in my sense right now, right?

00:59:00.680 --> 00:59:07.240
<v Drew>So previously my old Socco is a 26-inch barrel.

00:59:07.240 --> 00:59:08.920
<v Drew>It's a fixed stock.

00:59:09.200 --> 00:59:12.560
<v Drew>I it had to go in one particular spot in my safe.

00:59:12.560 --> 00:59:23.680
<v Drew>And the reason for that is that it there's like a cutout on the right side of like the the like the organizer or divider or whatever you want to call it on the right side of the safe.

00:59:23.260 --> 00:59:27.020
<v Drew>where the barrel like goes up through the shelf.

00:59:27.020 --> 00:59:27.500
<v Drew>Right?

00:59:27.500 --> 00:59:30.060
<v Drew>Because it it's it's a really, really tall gun.

00:59:30.060 --> 00:59:31.900
<v Drew>There's no folding stock.

00:59:31.820 --> 00:59:35.180
<v Drew>This has a folding stock first and foremost, so it's not nearly as tall.

00:59:35.180 --> 00:59:37.500
<v Drew>So that gives me options about where I want to put it.

00:59:37.500 --> 00:59:39.500
<v Drew>The other thing that I had is that

00:59:39.640 --> 00:59:44.680
<v Drew>You know, the ra the the built-in laser rangefinder that I was using was also on that gun.

00:59:44.680 --> 00:59:47.640
<v Drew>And the only place I could put that was on top of the scope.

00:59:47.640 --> 00:59:49.640
<v Drew>So now it's even taller.

00:59:49.720 --> 00:59:50.200
<v Drew>Right.

00:59:50.200 --> 00:59:57.720
<v Drew>But now with this gun, I put the rangefinder on the side because I have different mounting options, and the scopes on top.

00:59:57.720 --> 01:00:01.160
<v Drew>So everything fits in my gun safe with two exceptions.

01:00:01.160 --> 01:00:02.279
<v Drew>Number one.

01:00:02.240 --> 01:00:06.960
<v Drew>My old pump action shotgun is upstairs in our bedroom secure.

01:00:06.960 --> 01:00:07.840
<v Paul>Okay.

01:00:07.840 --> 01:00:08.640
<v Drew>Right?

01:00:08.640 --> 01:00:13.360
<v Drew>And the old Soko is currently in its case locked up.

01:00:13.360 --> 01:00:15.360
<v Drew>Everything else is still in the safe.

01:00:15.360 --> 01:00:15.680
<v Drew>But

01:00:16.220 --> 01:00:18.059
<v Drew>There is no more room at the end.

01:00:18.059 --> 01:00:18.460
<v Drew>Right.

01:00:18.460 --> 01:00:23.020
<v Drew>Like it it's like there there can be nothing else that goes in the safe.

01:00:23.020 --> 01:00:24.940
<v Drew>Now I have other ways of securing firearms in my house.

01:00:24.940 --> 01:00:25.660
<v Drew>Like there's not just

01:00:25.780 --> 01:00:29.700
<v Drew>Like you just come into my house and it's like, here, here, here, use this gun as a coaster.

01:00:29.700 --> 01:00:33.700
<v Drew>No, like it's not like there's not like there's not just guns laying around my house, right?

01:00:34.500 --> 01:00:35.540
<v Drew>Yeah, yeah.

01:00:35.720 --> 01:00:40.920
<v Drew>So like the the guns are safe, they're secure, they're in a good place, but yes, you're you are correct.

01:00:40.920 --> 01:00:43.799
<v Drew>Now with this, there is no there is no more space.

01:00:43.799 --> 01:00:44.119
<v Drew>Okay

01:00:45.359 --> 01:00:50.000
<v Drew>So yeah, I mean I'll I'll probably take some videos or some pictures and things once I get out there.

01:00:50.000 --> 01:00:51.920
<v Drew>But and again, I've shot this round.

01:00:51.920 --> 01:00:54.640
<v Drew>It's it's a very comfortable round to shoot compared to the 308.

01:00:54.640 --> 01:00:58.640
<v Drew>It doesn't have quite as much recoil, but uh every gun's different

01:00:58.640 --> 01:00:59.039
<v Drew>Right.

01:00:59.039 --> 01:01:02.960
<v Drew>And and this is um not the heaviest gun in the world, but it's also not the lightest.

01:01:02.960 --> 01:01:07.119
<v Drew>Um but it'll be really interesting to see uh how we do when I get when I get it out there.

01:01:07.119 --> 01:01:08.160
<v Paul>Awesome.

01:01:08.160 --> 01:01:09.279
<v Drew>Yep.

01:01:09.240 --> 01:01:10.200
<v Drew>All right, buddy.

01:01:10.200 --> 01:01:11.000
<v Drew>It's getting late.

01:01:11.000 --> 01:01:12.520
<v Drew>I gotta go take care of the dog.

01:01:12.520 --> 01:01:14.040
<v Paul>Yeah, uh doingtheirbest.

01:01:14.040 --> 01:01:14.280
<v Paul>com.

01:01:14.280 --> 01:01:17.320
<v Paul>You can find all the links in all the show notes there.

01:01:17.320 --> 01:01:19.640
<v Paul>And hey, thanks for listening.

