1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO Meta Tags -->
<title>Ben Sanders – Network Administrator, Linux Enthusiast, Web Developer, and Technologist</title>
<meta name="description" content="Ben Sanders is a Linux enthusiast and web developer sharing projects, thoughts, and resources on technology, open source, and simple web hosting.">
<meta name="keywords" content="Ben Sanders, Linux, web development, open source, technologist, Sanders Technology, ben.sanders.life">
<meta name="author" content="Ben Sanders">
<!-- Open Graph / Facebook -->
<meta property="og:title" content="Ben Sanders – Linux Nerd & Technologist">
<meta property="og:description" content="Explore the online presence of Ben Sanders – a Linux enthusiast and web developer sharing thoughts, projects, and resources.">
<meta property="og:url" content="https://ben.sanders.life">
<meta property="og:image" content="https://bsand.net/assets/me.jpeg">
<meta property="og:type" content="website">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Ben Sanders – Linux Nerd & Web Developer">
<meta name="twitter:description" content="Visit the personal site of Ben Sanders to explore tech, open source, and minimalist web design.">
<meta name="twitter:image" content="https://bsand.net/assets/me.jpeg">
<!-- UI and Theme -->
<meta name="theme-color" content="#b172bc">
<link rel="stylesheet" href="/main.css">
</head>
<body>
<div id="website-container">
<ul class="navigation">
<li><a href="/" title="home">~/</a></li>
<li><a href="/about" title="about me">~/about</a></li>
<li><a href="/resume" title="my resume">~/resume</a></li>
<li><a href="/blog" title="my blog">~/blog</a></li>
<li><a href="/resources" title="resources">~/resources</a></li>
</ul>
<h1>Better Caul Saul's Breaking Episode is a Fun Romp</h1>
<p class="meta">Benjamin Sanders | 28 December 2022 | Better-Call-Saul,Breaking-Bad,Jesse-Pinkman,Walter-White</p>
<p><img src="/assets/images/3521.webp" alt="Image of a text that reads passbolt in black lettering" title="woman-taking-notes" /></p>
<p>Familiar faces … Aaron Paul as Jesse Pinkman and Bryan Cranston as Walter White in Better Call Saul. Photograph: Greg Lewis/AMC/Sony Pictures Television</p>
<p>I’ll preface this article by saying that I was inspired to write it after reading a Guardian article on the topic of last night’s episode. <a href="https://www.theguardian.com/tv-and-radio/2022/aug/02/better-call-saul-walter-white-jesse-pinkman-breaking-bad">You can read it here</a>. Also, spoilers ahead so proceed at your own risk.</p>
<p>So, I just watched the last night’s latest Better Call Saul episode “Breaking Bad” and boy was it something. It had nearly everything I could ask as a fan of both breaking Bad and Better Call Saul. That being said, I’m not going to write this article from the point of a reviewer like the guardian article I linked to but instead from the point of view of simply a fan.</p>
<p>First thing I loved is small and a personal reason. Which is for the inclusion of Jackie Chat Adventures from Fox Kids Saturday morning lineup. I loved seeing this at the opening of this episode because not only is it about the correct time period but also was part of my childhood. Really hit me in the nostalgia. Somebody even isolated the clip and put it up on YouTube already which you can watch below.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/QJB5jmbhphU?si=sDqzXjZe59moyQEY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen=""></iframe>
<p>Moving on to the rest of the episode. Which was a really fun thing to watch having basically seen this part of the episode only from the perspective of Walt and Jesse. Then Walt and Jesse each pay Saul off to make him their official attorney and seeing the conversation that happened before Saul helped out Badger. That was, I thought, a really great way to tie the two shows even closer into each other as we head full steam ahead into the penultimate episode.</p>
<p>Then there was the info we found out about Kim which seems like she’s been alive and well in Florida which I was really happy about and so was Jimmy/Saul/Gene. Afterwards Gene decided to go back into crime with Jeff and presumably steal get guys drunk in a bar and steal their identities. Which leads Gene to do something that looks like might land him into some trouble but we’ll find that out next episode.</p>
<p>That’s really all I feel like I can write about now but overall as I’ve said I loved this episode and will miss Better Call Saul when it’s over.</p>
</div>
<footer>
<small>Made with ❤️ in Helen, GA</small><br />
<small>© Ben Sanders, 2025</small>
</footer>
<!-- <script src="./index.js"></script> -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Ben Sanders",
"url": "https://ben.sanders.life",
"image": "https://bsand.net/assets/me.jpeg",
"sameAs": [
"https://github.com/bensanders",
"https://linkedin.com/in/benasanders",
"https://twitter.com/thebensanders"
],
"jobTitle": "Web Developer & Linux Enthusiast"
}
</script>
<script defer data-domain="ben.sanders.life" src="https://plausible.io/js/script.js"></script>
</body>
</html>
|