CINXE.COM
And me? I'm Leo Laporte
<!DOCTYPE html> <html lang="en"> <head> <meta name="generator" content="Hugo 0.91.2" /> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="And me? I'm Leo Laporte"> <meta property="og:title" content="And me? I'm Leo Laporte"> <meta name="twitter:description" content="Podcaster, Broadcaster, Tech Pundit. Founder of the TWiT podcast network. Recovering syndicated radio host. "> <meta name="og:description" content="Podcaster, Broadcaster, Tech Pundit. Founder of the TWiT …"> <meta name="description" content="Podcaster, Broadcaster, Tech Pundit. Founder of the TWiT podcast network. Recovering syndicated radio host. "> <meta name="twitter:image" content="https://micro.blog/leo/avatar.jpg"> <meta property="og:image" content="https://micro.blog/leo/avatar.jpg"> <title>And me? I'm Leo Laporte</title> <link rel="canonical" href="https://leo.fm/"> <link rel="stylesheet" href="/css/main.css?1733886913"> <link rel="stylesheet" href="/css/all.min.css?1733886913"> <link rel="alternate" href="https://leo.fm/feed.xml" type="application/rss+xml" title="And me? I'm Leo Laporte"> <link rel="alternate" href="https://leo.fm/feed.json" type="application/json" title="And me? I'm Leo Laporte"> <link rel="alternate" href="https://leo.fm/podcast.xml" type="application/rss+xml" title="Podcast"> <link rel="alternate" href="https://leo.fm/podcast.json" type="application/json" title="Podcast"> <link rel="me" href="https://micro.blog/leo"> <link rel="me" href="https://twitter.com/leolaporte"> <link rel="me" href="https://github.com/leolaporte"> <link rel="me" href="https://instagram.com/twitleo"> <link rel="shortcut icon" href="https://micro.blog/leo/favicon.png" type="image/x-icon"> <link rel="EditURI" type="application/rsd+xml" href="https://leo.fm/rsd.xml"> <link rel="authorization_endpoint" href="https://micro.blog/indieauth/auth"> <link rel="token_endpoint" href="https://micro.blog/indieauth/token"> <link rel="subscribe" href="https://micro.blog/users/follow"> <link rel="webmention" href="https://micro.blog/webmention"> <link rel="micropub" href="https://micro.blog/micropub"> <link rel="microsub" href="https://micro.blog/microsub"> <link rel="stylesheet" href="/custom.css?1733886913"> <link rel="stylesheet" href="/css/stoot.css"> <link rel="stylesheet" href="/sidebar.css"> <link rel="stylesheet" href="/img-gallery.css"> <link rel="stylesheet" href="/css/barefoot.min.css"> <script src="/js/barefoot.min.js"></script> <script> document.addEventListener("DOMContentLoaded", (event) => { var barefoot = new BareFoot(); barefoot.init(); }); </script> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/glightbox/dist/css/glightbox.min.css" /> <script src="https://cdn.jsdelivr.net/gh/mcstudios/glightbox/dist/js/glightbox.min.js"></script> <meta property="og:title" content="And me? I'm Leo Laporte" /> <meta property="og:description" content="Follow <a href="https://micro.blog/leo">@leo on Micro.blog</a>." /> <meta property="og:type" content="article" /> <meta property="og:url" content="https://leo.fm/" /> <meta property="og:updated_time" content="2024-12-10T19:14:44-08:00"/> </head> <body> <header class="site-header"> <a href="/"><img src="https://micro.blog/leo/avatar.jpg" alt="And me? I'm Leo Laporte Profile Photo" class="profile_photo u-photo" width="80" height="80"></a> <h1><a class="site-title p-name u-url" href="/">And me? I'm Leo Laporte</a></h1> <p class="description">Podcaster, Broadcaster, Tech Pundit. Founder of the TWiT podcast network. Recovering syndicated radio host. </p> <nav class="site-nav"> <ul> <li><a class="page-link About" href="/about/">About</a></li> <li><a class="page-link I Use This" href="/i-use-this/">I Use This</a></li> <li><a class="page-link Now" href="/now/">Now</a></li> <li><a class="page-link Photos" href="/photos/">Photos</a></li> <li><a class="page-link Archive" href="/archive/">Archive</a></li> <li><a class="page-link Subscribe" href="/subscribe/">Subscribe</a></li> <li><a class="page-link Search" href="/search/">Search</a></li> </ul> </nav> </header> <div class="page-content"> <div class="wrapper"> <div class="posts h-feed"> <div class="post_list" role="main"> <div class="post-preview h-entry photos"> <a href="https://leo.fm/2024/12/10/its-a-sign.html" class="post-date u-url"><time class="dt-published" datetime="2024-12-10 19:14:44 -0800">Dec 10, 2024</time> ∞</a> <div class="e-content"> <p>It’s a sign.</p> <img src="https://cdn.uploads.micro.blog/871/2024/88f7c7b780.jpg" width="600" height="456" alt="A sign with the words "EXIT ONLY X" is placed in a parking lot near a building."> </div> </div> <div class="post-preview h-entry "> <a href="https://leo.fm/2024/12/06/aoc-day-donzo.html" class="post-date u-url"><time class="dt-published" datetime="2024-12-06 08:06:44 -0800">Dec 6, 2024</time> ∞</a> <h2 class="post-title p-name"><a href="https://leo.fm/2024/12/06/aoc-day-donzo.html">2024 AOC Day 5 Donzo</a></h2> <div class="e-content"> <p>I just completed “Print Queue” - Day 5 - Advent of Code 2024 #AdventOfCode <a href="https://adventofcode.com/2024/day/5">adventofcode.com/2024/day/…</a></p> <p>No live coding this time. Life intervened and I couldn’t get around to part two for a day or so. And then I felt like Dorothy in the Wizard of Oz. I kept seeing all these things about topological sorts and bogosorts and I assumed I had to do some weird stuff on part two. When all along I had the answer right here. Just click my heels together three times. Er. I mean, just sort the out of order updates based on the rules I already had.</p> <p>Code, as usual, on in Common Lisp on <a href="https://github.com/leolaporte/aoc-cl/blob/main/2024/Day_05/Day_05.lisp">Github</a></p> </div> </div> <div class="post-preview h-entry tech coding"> <a href="https://leo.fm/2024/12/04/ive-completed-ceres.html" class="post-date u-url"><time class="dt-published" datetime="2024-12-04 00:03:10 -0800">Dec 4, 2024</time> ∞</a> <h2 class="post-title p-name"><a href="https://leo.fm/2024/12/04/ive-completed-ceres.html">2024 AOC Day 4 - More live coding!</a></h2> <div class="e-content"> <p>I’ve completed “Ceres Search” - Day 4 - Advent of Code 2024 #AdventOfCode <a href="https://adventofcode.com/2024/day/4">adventofcode.com/2024/day/…</a></p> <p>Lots of fun tonight - and with a little help I think we came up with an elegant way of solving part 2!</p> <style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style> <div class='embed-container'><iframe src='https://www.youtube.com/embed/9tc1AsWCkwQ' frameborder='0' allowfullscreen></iframe></div> <p>Code on <a href="https://github.com/leolaporte/aoc-cl/tree/main/2024/Day_04">Github</a></p> </div> </div> <div class="post-preview h-entry "> <a href="https://leo.fm/2024/12/02/oops-i-did.html" class="post-date u-url"><time class="dt-published" datetime="2024-12-02 23:53:49 -0800">Dec 2, 2024</time> ∞</a> <h2 class="post-title p-name"><a href="https://leo.fm/2024/12/02/oops-i-did.html">2024 AOC Day 3</a></h2> <div class="e-content"> <p>Oops I did it again. I’ve completed “Mull It Over” - Day 3 - Advent of Code 2024 #AdventOfCode <a href="https://adventofcode.com/2024/day/3">adventofcode.com/2024/day/…</a></p> <p>Again I toyed with my karma and streamed the whole bloody process.</p> <style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style> <div class='embed-container'><iframe src='https://www.youtube.com/embed/zi9h-toYBjY' frameborder='0' allowfullscreen></iframe></div> <p>Code, as usual, on <a href="https://github.com/leolaporte/aoc-cl/blob/main/2024/Day_03/Day_03.lisp">Github</a></p> </div> </div> <div class="post-preview h-entry personal coding"> <a href="https://leo.fm/2024/12/01/ive-completed-rednosed.html" class="post-date u-url"><time class="dt-published" datetime="2024-12-01 23:11:11 -0800">Dec 1, 2024</time> ∞</a> <h2 class="post-title p-name"><a href="https://leo.fm/2024/12/01/ive-completed-rednosed.html">2924 AoC Day 2</a></h2> <div class="e-content"> <p>I survived “Red-Nosed Reports” - <a href="https://adventofcode.com/2024/day/2">Day 2 - Advent of Code 2024</a> #AdventOfCode</p> <p>Had a lot of fun on this stream with help from the pros at the top of our private leaderboard.</p> <style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style> <div class='embed-container'><iframe src='https://www.youtube.com/embed/ihzF0jmiBf4' frameborder='0' allowfullscreen></iframe></div> <p>Code, as usual, on <a href="https://github.com/leolaporte/aoc-cl/blob/main/2024/Day_02/Day_02.lisp">Github</a></p> </div> </div> <div class="post-preview h-entry personal tech coding"> <a href="https://leo.fm/2024/12/01/ive-completed-historian.html" class="post-date u-url"><time class="dt-published" datetime="2024-12-01 11:28:23 -0800">Dec 1, 2024</time> ∞</a> <h2 class="post-title p-name"><a href="https://leo.fm/2024/12/01/ive-completed-historian.html">2024 AOC Day 1</a></h2> <div class="e-content"> <p>I’ve completed “Historian Hysteria” - <a href="https://adventofcode.com/2024/day/1">Day 1 - Advent of Code 2024</a> #AdventOfCode</p> <p>I always look forward to this particular coding challenge. Last year I got all the way to Day 22 before calling for the Sag Wagon. This year I’ll be doing it in Common Lisp again for as long as my puny skillz are able.</p> <p>I took a chance and streamed my work live last night.</p> <style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style> <div class='embed-container'><iframe src='https://www.youtube.com/embed/4q8jfZnRq30' frameborder='0' allowfullscreen></iframe></div> <p>Fortunately it was easy and I wasn’t humiliated.</p> <p>Code at <a href="https://github.com/leolaporte/aoc-cl/blob/main/2024/Day_01/Day_01.lisp">Github</a></p> </div> </div> <div class="post-preview h-entry photos"> <a href="https://leo.fm/2024/11/15/election-denialism-them.html" class="post-date u-url"><time class="dt-published" datetime="2024-11-15 12:08:20 -0800">Nov 15, 2024</time> ∞</a> <div class="e-content"> <p>Election denialism.</p> <p>Them: storm the Capitol</p> <p>Us: leave that lawn sign up just a little too long.</p> <img src="https://cdn.uploads.micro.blog/871/2024/ab6a5ca1c9.jpg" width="600" height="450" alt=""> </div> </div> <div class="post-preview h-entry photos"> <a href="https://leo.fm/2024/11/12/the-district-south.html" class="post-date u-url"><time class="dt-published" datetime="2024-11-12 00:17:47 -0800">Nov 12, 2024</time> ∞</a> <h2 class="post-title p-name"><a href="https://leo.fm/2024/11/12/the-district-south.html">Sofa Parade</a></h2> <div class="e-content"> <p>The district South of A Street in Santa Rosa, California is called the SOFA district. Every year they have a sofa parade. Featuring actual sofas.</p> <a href="https://leo.fm/uploads/2024/img-2420.jpeg" class="glightbox" data-gallery="7eb3c1eece0bf10065568e2198d3ad94" data-glightbox="title:Welcome to the Sofa District;description:" > <img src = "https://leo.fm/uploads/2024/img-2420.jpeg" style="border-radius: 5px; max-width: 100%" alt="Auto-generated description: A lively mural on a long wall features various colorful characters, including a snowman, a person holding a torch, children playing, and animals parading." title=Welcome to the Sofa District /> </a> <a href="https://leo.fm/uploads/2024/7eb6b33581.jpeg" class="glightbox" data-gallery="7eb3c1eece0bf10065568e2198d3ad94" data-glightbox="title:Ellen's sofa on parade;description:" > <img src = "https://leo.fm/uploads/2024/7eb6b33581.jpeg" style="border-radius: 5px; max-width: 100%" alt="Auto-generated description: A group of people in colorful outfits and wigs are parading with a decorated float featuring umbrellas and a large face cutout, with a rainbow flag." title=Ellen's sofa on parade /> </a> <a href="https://leo.fm/uploads/2024/8f558362d0.jpeg" class="glightbox" data-gallery="7eb3c1eece0bf10065568e2198d3ad94" data-glightbox="title:Cloudy with a chance of bubbles;description:" > <img src = "https://leo.fm/uploads/2024/8f558362d0.jpeg" style="border-radius: 5px; max-width: 100%" alt="Auto-generated description: People are standing on a street, some holding bubble machines while others walk, with a child running in the background." title=Cloudy with a chance of bubbles /> </a> <a href="https://leo.fm/uploads/2024/836bf1f94c.jpeg" class="glightbox" data-gallery="7eb3c1eece0bf10065568e2198d3ad94" data-glightbox="title:Parasol;description:" > <img src = "https://leo.fm/uploads/2024/836bf1f94c.jpeg" style="border-radius: 5px; max-width: 100%" alt="Auto-generated description: A person wearing a striped coat and black pants is walking outside holding a black and white striped umbrella." title=Parasol /> </a> <a href="https://leo.fm/uploads/2024/352d3080be.jpeg" class="glightbox" data-gallery="7eb3c1eece0bf10065568e2198d3ad94" data-glightbox="title:Easy rider;description:" > <img src = "https://leo.fm/uploads/2024/352d3080be.jpeg" style="border-radius: 5px; max-width: 100%" alt="70s disco bicycle rider" title=Easy rider /> </a> </div> </div> <div class="post-preview h-entry tech"> <a href="https://leo.fm/2024/11/12/the-new-m.html" class="post-date u-url"><time class="dt-published" datetime="2024-11-12 00:08:48 -0800">Nov 12, 2024</time> ∞</a> <h2 class="post-title p-name"><a href="https://leo.fm/2024/11/12/the-new-m.html">New Mac Day</a></h2> <div class="e-content"> <p>The new M4 Pro Mac mini arrived today. (Buddha for scale.)</p> <a href="https://leo.fm/uploads/2024/img-2445.jpeg" class="glightbox" data-gallery="109da8ef52d9883e336b2c63afb4bf41" data-glightbox="title:Bhudda for scale;description:" > <img src = "https://leo.fm/uploads/2024/img-2445.jpeg" style="border-radius: 5px; max-width: 100%" alt="The new mac mini in a stack with a blue buddha and the Mac Studio it's replacing" title=Bhudda for scale /> </a> <p>It’s so small and cute. And the internal drive is very very fast.</p> <a href="https://leo.fm/uploads/2024/screenshot-2024-11-11-at-11.57.49pm.png" class="glightbox" data-gallery="109da8ef52d9883e336b2c63afb4bf41" data-glightbox="title:Blackmagic Speed Test results;description:" > <img src = "https://leo.fm/uploads/2024/screenshot-2024-11-11-at-11.57.49pm.png" style="border-radius: 5px; max-width: 100%" alt="Blackmagic Disk Speed Test results showing 6647 MB/s write and 5397.2 read speeds" title=Blackmagic Speed Test results /> </a> <p>Quiet, too.</p> </div> </div> <div class="post-preview h-entry "> <a href="https://leo.fm/2024/11/09/my-with-her.html" class="post-date u-url"><time class="dt-published" datetime="2024-11-09 11:52:16 -0800">Nov 9, 2024</time> ∞</a> <div class="e-content"> <p>My momma with her grandson’s <a href="https://salthank.com">cookbook</a>. She’s so proud.</p> <p>Me, too.</p> <p><video controls="controls" playsinline="playsinline" src="https://cdn.uploads.micro.blog/871/2024/image.mov" height="275" width="175" poster="https://leo.fm/uploads/2024/poster.png" preload="none"></video></p> </div> </div> <div class="post-preview h-entry "> <a href="https://leo.fm/2024/11/09/i-feel-like.html" class="post-date u-url"><time class="dt-published" datetime="2024-11-09 08:52:47 -0800">Nov 9, 2024</time> ∞</a> <div class="e-content"> <p>I feel like it’s a Scooby-Do moment. The orange spook mask comes off and it’s… President Musk!</p> <p><i class="fa-solid fa-ghost"></i></p> </div> </div> <div class="post-preview h-entry "> <a href="https://leo.fm/2024/11/07/from-sherrilyn-ifill.html" class="post-date u-url"><time class="dt-published" datetime="2024-11-07 12:14:17 -0800">Nov 7, 2024</time> ∞</a> <div class="e-content"> <p>From <a href="https://sherrilyn.substack.com/p/why-are-we-here">Sherrilyn Ifill</a>:</p> <blockquote> <p>Our spirits will be assaulted in the coming months – by coarse and crude language, by open displays of violence, of privilege, and of unchecked power. We may feel as if we are occupied by a hostile force. This feeling will combine with our grief to weaken and exhaust us. We must hold onto the things that refresh our spirits – time with family, music, art, nature, hobbies, food. We must protect our core.</p> </blockquote> <p><i class="fa-solid fa-heart-crack"></i></p> </div> </div> <div class="post-preview h-entry "> <a href="https://leo.fm/2024/11/05/now-we-sit.html" class="post-date u-url"><time class="dt-published" datetime="2024-11-05 09:00:00 -0800">Nov 5, 2024</time> ∞</a> <div class="e-content"> <img style="display:block; margin-left:auto; margin-right:auto;" src="https://cdn.uploads.micro.blog/871/2024/small-i-voted.png" alt="Small i voted." title="small i voted.png" border="0" width="75" height="73" /> <p>Now we sit and wait. Looks like I picked the wrong week to quit drinking.</p> </div> </div> <div class="post-preview h-entry "> <a href="https://leo.fm/2024/11/04/oi-i-feel.html" class="post-date u-url"><time class="dt-published" datetime="2024-11-04 18:48:12 -0800">Nov 4, 2024</time> ∞</a> <div class="e-content"> <p>Oi. I feel like a moron. I tried to add a font-awesome icon to my blog title. It did not work as expected and now I’m stuck.</p> </div> </div> <div class="post-preview h-entry "> <a href="https://leo.fm/2024/11/04/you-might-notice.html" class="post-date u-url"><time class="dt-published" datetime="2024-11-04 16:05:13 -0800">Nov 4, 2024</time> ∞</a> <div class="e-content"> <p>You might notice a bunch of older posts on my timeline - I’ve decided to move my blog from a self-hosted Hugo instance to micro.blog. I don’t know why I didn’t do this sooner. Thanks, Manton, et al!</p> </div> </div> <div class="post-preview h-entry "> <a href="https://leo.fm/2024/11/03/stoot-instancetwitsocial-id.html" class="post-date u-url"><time class="dt-published" datetime="2024-11-03 12:42:04 -0800">Nov 3, 2024</time> ∞</a> <div class="e-content"> <p>Let's see if this Stoot thing works...</p> <blockquote class="toot-blockquote" cite="https://twit.social@leo/status/113420954469068340"> <div class="toot-header"> <a class="toot-profile" href="https://twit.social/@leo" rel="noopener"> <img src="https://cdn.masto.host/twitsocial/accounts/avatars/000/000/001/original/dcb3af446f4de9fe.png" alt="Mastodon avatar for @leo@twit.social" loading="lazy" /> </a> <div class="toot-author"> <a class="toot-author-name" href="https://twit.social/@leo" rel="noopener">Chief TWiT :twit:</a> <a class="toot-author-handle" href="https://twit.social/@leo" rel="noopener">@leo@twit.social</a> </div> </div> <p>I'm starting to wish Apple would add an "I've already voted so stop bugging me" setting to iOS.</p> <div class="toot-footer"> <a href="https://twit.social/@leo/113420954469068340" class="toot-date" rel="noopener">8:40 PM • November 3, 2024</a> <span class="pokey">(UTC)</span> </div> </blockquote> </div> </div> <div class="post-preview h-entry "> <a href="https://leo.fm/2023/01/12/is-it-weird.html" class="post-date u-url"><time class="dt-published" datetime="2023-01-12 08:52:56 -0800">Jan 12, 2023</time> ∞</a> <div class="e-content"> <p>Is it weird that the Advent of Code problems keep me up at night? I don’t mean I’m staying up late working on them, I mean I’m lying in bed trying to figure out how to find a single point in a 4,000,000x4,000,000 grid populated by scanners with varying positions and ranges. ZZzzzzzzzzzz</p> </div> </div> <div class="post-preview h-entry "> <a href="https://leo.fm/2023/01/07/as-of-sunday.html" class="post-date u-url"><time class="dt-published" datetime="2023-01-07 11:55:00 -0800">Jan 7, 2023</time> ∞</a> <h2 class="post-title p-name"><a href="https://leo.fm/2023/01/07/as-of-sunday.html">Time To Ask The Tech Guys</a></h2> <div class="p-summary"> As of Sunday, December 18, 2022, the Tech Guy radio show is no more. But starting Sunday, January 8, 2023 a new and improved show will be born: Ask The Tech Guys with Leo and Mikah! <p><a class="read-more" href="https://leo.fm/2023/01/07/as-of-sunday.html"> Read More → </a></p> </div> </div> <div class="post-preview h-entry "> <a href="https://leo.fm/2022/11/23/time-for-windows.html" class="post-date u-url"><time class="dt-published" datetime="2022-11-23 11:22:50 -0800">Nov 23, 2022</time> ∞</a> <div class="e-content"> <p>Time for Windows Weekly. Listen live at <a href="https://live.twit.tv">live.twit.tv</a></p> </div> </div> <div class="post-preview h-entry "> <a href="https://leo.fm/2022/11/23/im-turning-off.html" class="post-date u-url"><time class="dt-published" datetime="2022-11-23 10:14:22 -0800">Nov 23, 2022</time> ∞</a> <div class="e-content"> <p>I’m turning off my automated news feed on my micro.blog (<a href="https://leo.social">https://leo.social</a>). If you still want links to stories we’re planning to cover on TWiT follow:</p> <p><a href="https://twit.social/@twitnews">twit.social/@twitnews</a></p> <p>Thanks!</p> </div> </div> </div> </div> <div class="post-nav"> <span class="next"> <a href="/page/2/"><span class="arrow">Older Posts →</span></a> </span> </div> </div> <div class="sidebar"> <div class="sidebar-item"> <header> <h1>Recommendations</h1> </header> <ul class="blogroll"> <li><a href="https://twit.tv">TWiT Podcast Network: <span>twit.tv</span></a></li> <li><a href="https://twit.social">TWiT Mastodon: <span>twit.social</span></a></li> <li><a href="https://twit.community">TWiT Forums: <span>twit.community</span></a></li> <li><a href="https://lisalaporte.ceo">Lisa Laporte, CEO of TWiT: <span>lisalaporte.ceo</span></a></li> <li><a href="https://www.lifeoflisa.com/">Life of Lisa Laporte: <span>www.lifeoflisa.com</span></a></li> <li><a href="https://saltloversclub.com/">Salt_Hank's Store: <span>saltloversclub.com</span></a></li> </ul> <div class="blogroll-footer-links"> <a href="https://leo.fm/.well-known/recommendations.opml">OPML</a> <a href="https://leo.fm/.well-known/recommendations.json">JSON</a> </div> </div> </div> </div> <footer class="site-footer"> <div class="wrapper"> <p class="custom_footer"> </p> <p class="attribution custom_footer">Hosted by <a href="https://micro.blog">Micro.blog</a>. Powered by <a href="https://tiny.micro.blog">Tiny Theme</a>. Designed with ♥ by <a href="https://www.mattlangford.com">Matt Langford</a>.</p> </div> </footer> <script src="/glightbox.js"></script> </body> </html>