<!DOCTYPE html>
<html lang="en">
<head>

    <title>Jason Tucker</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <link rel="preload" as="style" href="/assets/built/screen.css?v=13d0812b7d">
    <link rel="preload" as="script" href="/assets/built/source.js?v=13d0812b7d">

    <link rel="stylesheet" type="text/css" href="/assets/built/screen.css?v=13d0812b7d">

    <style>
        :root {
            --background-color: #ffffff
        }
    </style>

    <script>
        /* The script for calculating the color contrast has been taken from
        https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
        var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
        accentColor = accentColor.trim().slice(1);
        var r = parseInt(accentColor.substr(0, 2), 16);
        var g = parseInt(accentColor.substr(2, 2), 16);
        var b = parseInt(accentColor.substr(4, 2), 16);
        var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
        var textColor = (yiq >= 128) ? 'dark' : 'light';

        document.documentElement.className = `has-${textColor}-text`;
    </script>

    <meta name="description" content="Crafting Digital &amp; Wood Wonders from LA: IT Director, Web Builder, Podcaster &amp; Streamer">
    <link rel="icon" href="https://jasontucker.blog/content/images/size/w256h256/2024/03/jasontucker-woodworker-2022-2-2.jpeg" type="image/jpeg">
    <link rel="canonical" href="https://jasontucker.blog/">
    <meta name="referrer" content="no-referrer-when-downgrade">
    <link rel="next" href="https://jasontucker.blog/page/2/">
    
    <meta property="og:site_name" content="Jason Tucker">
    <meta property="og:type" content="website">
    <meta property="og:title" content="Jason Tucker">
    <meta property="og:description" content="Crafting Digital &amp; Wood Wonders from LA: IT Director, Web Builder, Podcaster &amp; Streamer">
    <meta property="og:url" content="https://jasontucker.blog/">
    <meta property="og:image" content="https://jasontucker.blog/content/images/2024/03/jasontucker-woodworker-2022-2-1.jpeg">
    <meta property="article:publisher" content="https://www.facebook.com/jasongtucker">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="Jason Tucker">
    <meta name="twitter:description" content="Crafting Digital &amp; Wood Wonders from LA: IT Director, Web Builder, Podcaster &amp; Streamer">
    <meta name="twitter:url" content="https://jasontucker.blog/">
    <meta name="twitter:image" content="https://jasontucker.blog/content/images/2024/03/jasontucker-woodworker-2022-2-3.jpeg">
    <meta name="twitter:site" content="@jasontucker">
    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="1200">
    
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "publisher": {
        "@type": "Organization",
        "name": "Jason Tucker",
        "url": "https://jasontucker.blog/",
        "logo": {
            "@type": "ImageObject",
            "url": "https://jasontucker.blog/content/images/2024/03/jasontucker-woodworker-2022-2-1.jpeg",
            "width": 60,
            "height": 60
        }
    },
    "url": "https://jasontucker.blog/",
    "image": {
        "@type": "ImageObject",
        "url": "https://jasontucker.blog/content/images/2024/03/jasontucker-woodworker-2022-2.jpeg",
        "width": 1200,
        "height": 1200
    },
    "mainEntityOfPage": "https://jasontucker.blog/",
    "description": "Crafting Digital &amp; Wood Wonders from LA: IT Director, Web Builder, Podcaster &amp; Streamer"
}
    </script>

    <meta name="generator" content="Ghost 5.82">
    <link rel="alternate" type="application/rss+xml" title="Jason Tucker" href="https://jasontucker.blog/rss/">
    <script defer src="https://cdn.jsdelivr.net/ghost/portal@~2.37/umd/portal.min.js" data-i18n="false" data-ghost="https://jasontucker.blog/" data-key="ce8a7e066654a1aa196373342c" data-api="https://jasontucker.blog/ghost/api/content/" crossorigin="anonymous"></script><style id="gh-members-styles">.gh-post-upgrade-cta-content,
.gh-post-upgrade-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
}

.gh-post-upgrade-cta-content {
    border-radius: 8px;
    padding: 40px 4vw;
}

.gh-post-upgrade-cta h2 {
    color: #ffffff;
    font-size: 28px;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
}

.gh-post-upgrade-cta p {
    margin: 20px 0 0;
    padding: 0;
}

.gh-post-upgrade-cta small {
    font-size: 16px;
    letter-spacing: -0.2px;
}

.gh-post-upgrade-cta a {
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a:hover {
    color: #ffffff;
    opacity: 0.8;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a.gh-btn {
    display: block;
    background: #ffffff;
    text-decoration: none;
    margin: 28px 0 0;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

.gh-post-upgrade-cta a.gh-btn:hover {
    opacity: 0.92;
}</style>
    <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.1/umd/sodo-search.min.js" data-key="ce8a7e066654a1aa196373342c" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.1/umd/main.css" data-sodo-search="https://jasontucker.blog/" crossorigin="anonymous"></script>
    
    <link href="https://jasontucker.blog/webmentions/receive/" rel="webmention">
    <script defer src="/public/cards.min.js?v=13d0812b7d"></script>
    <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=13d0812b7d">
    <script defer src="/public/comment-counts.min.js?v=13d0812b7d" data-ghost-comments-counts-api="https://jasontucker.blog/members/api/comments/counts/"></script>
    <script defer src="/public/member-attribution.min.js?v=13d0812b7d"></script>
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3354912452743443"
     crossorigin="anonymous"></script>

<style>
  .gh-form{display:none;}
  .gh-header.is-classic {
    display: flex;
    margin-top: 0;
    padding-block: 275px;
  }

  #gh-portal-triggerbtn-wrapper{display:none;}
</style><style>:root {--ghost-accent-color: #ff9c19;}</style>

</head>
<body class="home-template has-sans-title has-sans-body">

<div class="gh-viewport">
    
    <header id="gh-navigation" class="gh-navigation is-left-logo gh-outer">
    <div class="gh-navigation-inner gh-inner">

        <div class="gh-navigation-brand">
            <a class="gh-navigation-logo is-title" href="https://jasontucker.blog">
                    <img src="https://jasontucker.blog/content/images/2024/03/jasontucker-woodworker-2022-2-1.jpeg" alt="Jason Tucker">
            </a>
            <button class="gh-search gh-icon-button" aria-label="Search this site" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg></button>            <button class="gh-burger gh-icon-button" aria-label="Menu">
                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256"><path d="M224,128a8,8,0,0,1-8,8H40a8,8,0,0,1,0-16H216A8,8,0,0,1,224,128ZM40,72H216a8,8,0,0,0,0-16H40a8,8,0,0,0,0,16ZM216,184H40a8,8,0,0,0,0,16H216a8,8,0,0,0,0-16Z"></path></svg>                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256"><path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"></path></svg>            </button>
        </div>

        <nav class="gh-navigation-menu">
            <ul class="nav">
    <li class="nav-home nav-current"><a href="https://jasontucker.blog/">Home</a></li>
    <li class="nav-about"><a href="https://jasontucker.blog/about/">About</a></li>
    <li class="nav-now"><a href="https://jasontucker.blog/now/">Now</a></li>
    <li class="nav-bookmarks"><a href="https://jasontucker.blog/bookmarked-links/">Bookmarks</a></li>
</ul>

        </nav>

        <div class="gh-navigation-actions">
                <button class="gh-search gh-icon-button" aria-label="Search this site" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg></button>                <div class="gh-navigation-members">
                            <a class="gh-button" href="#/portal/signin" data-portal="signin">Sign in</a>
                </div>
        </div>

    </div>
</header>

    

                    <section class="gh-header is-classic has-image gh-outer">

                <img class="gh-header-image" src="https://jasontucker.blog/content/images/2024/03/jasontucker-woodworker-2022-2.jpeg" alt="Jason Tucker">

    <div class="gh-header-inner gh-inner">



            <h1 class="gh-header-title is-title">Crafting Digital &amp; Wood Wonders from LA: IT Director, Web Builder, Podcaster &amp; Streamer</h1>
            <form class="gh-form" data-members-form>
    <input class="gh-form-input" id="header-email" type="email" placeholder="jamie@example.com" required data-members-email>
    <button class="gh-button" type="submit" aria-label="Subscribe">
        <span><span>Subscribe</span> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg></span>
        <svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24">
    <g stroke-linecap="round" stroke-width="2" fill="currentColor" stroke="none" stroke-linejoin="round" class="nc-icon-wrapper">
        <g class="nc-loop-dots-4-24-icon-o">
            <circle cx="4" cy="12" r="3"></circle>
            <circle cx="12" cy="12" r="3"></circle>
            <circle cx="20" cy="12" r="3"></circle>
        </g>
        <style data-cap="butt">
            .nc-loop-dots-4-24-icon-o{--animation-duration:0.8s}
            .nc-loop-dots-4-24-icon-o *{opacity:.4;transform:scale(.75);animation:nc-loop-dots-4-anim var(--animation-duration) infinite}
            .nc-loop-dots-4-24-icon-o :nth-child(1){transform-origin:4px 12px;animation-delay:-.3s;animation-delay:calc(var(--animation-duration)/-2.666)}
            .nc-loop-dots-4-24-icon-o :nth-child(2){transform-origin:12px 12px;animation-delay:-.15s;animation-delay:calc(var(--animation-duration)/-5.333)}
            .nc-loop-dots-4-24-icon-o :nth-child(3){transform-origin:20px 12px}
            @keyframes nc-loop-dots-4-anim{0%,100%{opacity:.4;transform:scale(.75)}50%{opacity:1;transform:scale(1)}}
        </style>
    </g>
</svg>        <svg class="checkmark" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52">
    <path class="checkmark__check" fill="none" d="M14.1 27.2l7.1 7.2 16.7-16.8"/>
    <style>
        .checkmark {
            width: 40px;
            height: 40px;
            display: block;
            stroke-width: 2.5;
            stroke: currentColor;
            stroke-miterlimit: 10;
        }

        .checkmark__check {
            transform-origin: 50% 50%;
            stroke-dasharray: 48;
            stroke-dashoffset: 48;
            animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
        }

        @keyframes stroke {
            100% { stroke-dashoffset: 0; }
        }
    </style>
</svg>    </button>
    <p data-members-error></p>
</form>

    </div>

</section>    

    


<section class="gh-container is-grid gh-outer">
    <div class="gh-container-inner gh-inner">
        
            <h2 class="gh-container-title">
                Latest
            </h2>

        <main class="gh-main">
            <div class="gh-feed">

                                <article class="gh-card post">
    <a class="gh-card-link" href="/what-tools-i-use-produce-promote-wpwatercooler/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2024/03/f1495b8e-8e11-477c-862e-dba8f9bd6892.webp 160w,
                            /content/images/size/w320/format/webp/2024/03/f1495b8e-8e11-477c-862e-dba8f9bd6892.webp 320w,
                            /content/images/size/w600/format/webp/2024/03/f1495b8e-8e11-477c-862e-dba8f9bd6892.webp 600w,
                            /content/images/size/w960/format/webp/2024/03/f1495b8e-8e11-477c-862e-dba8f9bd6892.webp 960w,
                            /content/images/size/w1200/format/webp/2024/03/f1495b8e-8e11-477c-862e-dba8f9bd6892.webp 1200w,
                            /content/images/size/w2000/format/webp/2024/03/f1495b8e-8e11-477c-862e-dba8f9bd6892.webp 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2024/03/f1495b8e-8e11-477c-862e-dba8f9bd6892.webp"
                    alt="What tools I use produce &amp; promote WPwatercooler"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">What tools I use produce &amp; promote WPwatercooler</h3>
                    <p class="gh-card-excerpt is-body">I&#39;ve been thinking about the video production stack I use for recording, streaming, transcribing, subtitling, repurposing, and promoting WPwatercooler on social media. I thought I&#39;d share what I&#39;m using. If you&#39;ve used something different, I&#39;d love to know what you</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Jason Tucker</span>
                    <time class="gh-card-date" datetime="2024-03-06">Mar 6, 2024</time>
                <!--
         --></footer>
        </div>
    </a>
</article>                                <article class="gh-card post">
    <a class="gh-card-link" href="/apple-vision-pro-demo-my-thoughts/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2024/03/img-9827.jpeg 160w,
                            /content/images/size/w320/format/webp/2024/03/img-9827.jpeg 320w,
                            /content/images/size/w600/format/webp/2024/03/img-9827.jpeg 600w,
                            /content/images/size/w960/format/webp/2024/03/img-9827.jpeg 960w,
                            /content/images/size/w1200/format/webp/2024/03/img-9827.jpeg 1200w,
                            /content/images/size/w2000/format/webp/2024/03/img-9827.jpeg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2024/03/img-9827.jpeg"
                    alt="Apple Vision Pro Demo - my thoughts"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Apple Vision Pro Demo - my thoughts</h3>
                    <p class="gh-card-excerpt is-body">Today I did a demo of the Apple Vision Pro at the local Apple Store and wanted to share my thoughts. I wear glasses and was told to bring them to the demo so they could pull the prescriptions off of them and then using that information can get the</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Jason Tucker</span>
                    <time class="gh-card-date" datetime="2024-02-13">Feb 13, 2024</time>
                <!--
         --></footer>
        </div>
    </a>
</article>                                <article class="gh-card post">
    <a class="gh-card-link" href="/kitchen-stove-hood-makeover/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2024/03/hood.jpg 160w,
                            /content/images/size/w320/format/webp/2024/03/hood.jpg 320w,
                            /content/images/size/w600/format/webp/2024/03/hood.jpg 600w,
                            /content/images/size/w960/format/webp/2024/03/hood.jpg 960w,
                            /content/images/size/w1200/format/webp/2024/03/hood.jpg 1200w,
                            /content/images/size/w2000/format/webp/2024/03/hood.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2024/03/hood.jpg"
                    alt="Kitchen Stove Hood Makeover"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Kitchen Stove Hood Makeover</h3>
                    <p class="gh-card-excerpt is-body">Another project in my kitchen renovation is to change up our stove hood instead of buying a $600 one I’m going to fix up our old one.

With the hood removed I stripped down, cleaned, sanded and primed the hood to get it ready for paint. I’m going</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Jason Tucker</span>
                    <time class="gh-card-date" datetime="2023-12-17">Dec 17, 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>                                <article class="gh-card post no-image">
    <a class="gh-card-link" href="/transforming-our-kitchen-from-outdated-to-outstanding/">
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Transforming Our Kitchen: From Outdated to Outstanding</h3>
                    <p class="gh-card-excerpt is-body">I’ve been working on our latest home improvement adventure. We&#39;ve taken a big leap in transforming our kitchen, and I can&#39;t wait to share the progress with you all. We&#39;ve recently converted our stove top to a sleek gas range and said goodbye</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Jason Tucker</span>
                    <time class="gh-card-date" datetime="2023-12-10">Dec 10, 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>                                <article class="gh-card post">
    <a class="gh-card-link" href="/smart-leak-detectors-you-need-in-your-home/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2024/03/61xdm1wzyzl.-ac-sl1500-.jpg 160w,
                            /content/images/size/w320/format/webp/2024/03/61xdm1wzyzl.-ac-sl1500-.jpg 320w,
                            /content/images/size/w600/format/webp/2024/03/61xdm1wzyzl.-ac-sl1500-.jpg 600w,
                            /content/images/size/w960/format/webp/2024/03/61xdm1wzyzl.-ac-sl1500-.jpg 960w,
                            /content/images/size/w1200/format/webp/2024/03/61xdm1wzyzl.-ac-sl1500-.jpg 1200w,
                            /content/images/size/w2000/format/webp/2024/03/61xdm1wzyzl.-ac-sl1500-.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2024/03/61xdm1wzyzl.-ac-sl1500-.jpg"
                    alt="Smart leak detectors you need in your home"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Smart leak detectors you need in your home</h3>
                    <p class="gh-card-excerpt is-body">I read this article You Need Leak Detectors in Your Home, and More Than You Think from Life Hacker today and they mention various places to put leak detectors in your home. Places like water heater, crawlspace, garage, toilets, under sinks, dishwasher, refrigerator, laundry, roof, boiler/radiator, fishtanks and HVAC.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Jason Tucker</span>
                    <time class="gh-card-date" datetime="2023-12-04">Dec 4, 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>                                <article class="gh-card post">
    <a class="gh-card-link" href="/the-wrongly-accused-namedrop-feature-in-ios17/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2024/03/cleanshot-2023-11-27-at-09.45.11.png 160w,
                            /content/images/size/w320/format/webp/2024/03/cleanshot-2023-11-27-at-09.45.11.png 320w,
                            /content/images/size/w600/format/webp/2024/03/cleanshot-2023-11-27-at-09.45.11.png 600w,
                            /content/images/size/w960/format/webp/2024/03/cleanshot-2023-11-27-at-09.45.11.png 960w,
                            /content/images/size/w1200/format/webp/2024/03/cleanshot-2023-11-27-at-09.45.11.png 1200w,
                            /content/images/size/w2000/format/webp/2024/03/cleanshot-2023-11-27-at-09.45.11.png 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2024/03/cleanshot-2023-11-27-at-09.45.11.png"
                    alt="The wrongly accused NameDrop feature in iOS17"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">The wrongly accused NameDrop feature in iOS17</h3>
                    <p class="gh-card-excerpt is-body">I&#39;m a beta user of iOS, have been for many years and I use the betas on my daily drivers (iphone, ipad, macbook pro, apple watch, apple tv) and I use new features on iOS far before they come out to the general public. The one feature that</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Jason Tucker</span>
                    <time class="gh-card-date" datetime="2023-11-27">Nov 27, 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>                                <article class="gh-card post">
    <a class="gh-card-link" href="/automating-with-ios-using-carplay-and-the-action-button/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2024/03/automating-with-ios-copy-1.jpg 160w,
                            /content/images/size/w320/format/webp/2024/03/automating-with-ios-copy-1.jpg 320w,
                            /content/images/size/w600/format/webp/2024/03/automating-with-ios-copy-1.jpg 600w,
                            /content/images/size/w960/format/webp/2024/03/automating-with-ios-copy-1.jpg 960w,
                            /content/images/size/w1200/format/webp/2024/03/automating-with-ios-copy-1.jpg 1200w,
                            /content/images/size/w2000/format/webp/2024/03/automating-with-ios-copy-1.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2024/03/automating-with-ios-copy-1.jpg"
                    alt="Automating with iOS using CarPlay and the Action Button"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Automating with iOS using CarPlay and the Action Button</h3>
                    <p class="gh-card-excerpt is-body">I&#39;ve been messing with the Action Button on my iPhone 15 Pro Max and coming up with fun ways to get shortcuts to run when you press it as well as when you plug your iPhone into CarPlay. This gives you 2 different ways to make some fun</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Jason Tucker</span>
                    <time class="gh-card-date" datetime="2023-11-14">Nov 14, 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>                                <article class="gh-card post">
    <a class="gh-card-link" href="/searching-history-in-zsh/">
            <figure class="gh-card-image">
                <img
                    srcset="https://images.unsplash.com/photo-1629654297299-c8506221ca97?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;webp&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDN8fHByb21wdHxlbnwwfHx8fDE3MDk3OTM0MjZ8MA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;160 160w,
                            https://images.unsplash.com/photo-1629654297299-c8506221ca97?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;webp&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDN8fHByb21wdHxlbnwwfHx8fDE3MDk3OTM0MjZ8MA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;320 320w,
                            https://images.unsplash.com/photo-1629654297299-c8506221ca97?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;webp&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDN8fHByb21wdHxlbnwwfHx8fDE3MDk3OTM0MjZ8MA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;600 600w,
                            https://images.unsplash.com/photo-1629654297299-c8506221ca97?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;webp&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDN8fHByb21wdHxlbnwwfHx8fDE3MDk3OTM0MjZ8MA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;960 960w,
                            https://images.unsplash.com/photo-1629654297299-c8506221ca97?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;webp&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDN8fHByb21wdHxlbnwwfHx8fDE3MDk3OTM0MjZ8MA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;1200 1200w,
                            https://images.unsplash.com/photo-1629654297299-c8506221ca97?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;webp&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDN8fHByb21wdHxlbnwwfHx8fDE3MDk3OTM0MjZ8MA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;2000 2000w"
                    sizes="320px"
                    src="https://images.unsplash.com/photo-1629654297299-c8506221ca97?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDN8fHByb21wdHxlbnwwfHx8fDE3MDk3OTM0MjZ8MA&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;600"
                    alt="Searching history in zsh"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Searching history in zsh</h3>
                    <p class="gh-card-excerpt is-body">Honestly, trying to remember every shell command I use regularly is a headache. Repeatedly typing out those commands? Exhausting. And juggling all those aliases feels like a jigsaw puzzle sometimes. I use



$ history | grep thing



and needed better way. I user zsh and oh-my-zsh so this plugin is pretty awesome.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Jason Tucker</span>
                    <time class="gh-card-date" datetime="2023-11-05">Nov 5, 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>                                <article class="gh-card post">
    <a class="gh-card-link" href="/guys-trip-to-convict-lake-hiking-to-marsh-lake/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2024/03/ddacd3f106-1.jpg 160w,
                            /content/images/size/w320/format/webp/2024/03/ddacd3f106-1.jpg 320w,
                            /content/images/size/w600/format/webp/2024/03/ddacd3f106-1.jpg 600w,
                            /content/images/size/w960/format/webp/2024/03/ddacd3f106-1.jpg 960w,
                            /content/images/size/w1200/format/webp/2024/03/ddacd3f106-1.jpg 1200w,
                            /content/images/size/w2000/format/webp/2024/03/ddacd3f106-1.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2024/03/ddacd3f106-1.jpg"
                    alt="Guys trip to Convict Lake - Hiking to Marsh Lake"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Guys trip to Convict Lake - Hiking to Marsh Lake</h3>
                    <p class="gh-card-excerpt is-body">I went on a trip this past weekend up to Mammoth Mountain and camped at Convict Lake with some guys. During our first hike there, I came to the realization that I&#39;m no longer in my 20s. I&#39;m also overweight and not accustomed to long hikes.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Jason Tucker</span>
                    <time class="gh-card-date" datetime="2023-10-30">Oct 30, 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>                                <article class="gh-card post">
    <a class="gh-card-link" href="/is-apples-ios-17-2-beta-journal-app-the-new-day-one/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2024/03/987f299635.png 160w,
                            /content/images/size/w320/format/webp/2024/03/987f299635.png 320w,
                            /content/images/size/w600/format/webp/2024/03/987f299635.png 600w,
                            /content/images/size/w960/format/webp/2024/03/987f299635.png 960w,
                            /content/images/size/w1200/format/webp/2024/03/987f299635.png 1200w,
                            /content/images/size/w2000/format/webp/2024/03/987f299635.png 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2024/03/987f299635.png"
                    alt="Is Apple&#x27;s iOS 17.2 Beta Journal App the New Day One?"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Is Apple&#x27;s iOS 17.2 Beta Journal App the New Day One?</h3>
                    <p class="gh-card-excerpt is-body">With the latest beta of iOS 17.2, Apple unveiled its much-anticipated Journal app, which they had teased in prior announcements about iOS 17. This nifty app is designed to gather diverse data snippets from your day, courtesy of any apps that play nice with Journal. After that, it&#39;</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Jason Tucker</span>
                    <time class="gh-card-date" datetime="2023-10-30">Oct 30, 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>                                <article class="gh-card post">
    <a class="gh-card-link" href="/the-one-about-the-water-flosser/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2024/03/71vsI7x6cML._AC_UL348_SR348-348_.jpg 160w,
                            /content/images/size/w320/format/webp/2024/03/71vsI7x6cML._AC_UL348_SR348-348_.jpg 320w,
                            /content/images/size/w600/format/webp/2024/03/71vsI7x6cML._AC_UL348_SR348-348_.jpg 600w,
                            /content/images/size/w960/format/webp/2024/03/71vsI7x6cML._AC_UL348_SR348-348_.jpg 960w,
                            /content/images/size/w1200/format/webp/2024/03/71vsI7x6cML._AC_UL348_SR348-348_.jpg 1200w,
                            /content/images/size/w2000/format/webp/2024/03/71vsI7x6cML._AC_UL348_SR348-348_.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2024/03/71vsI7x6cML._AC_UL348_SR348-348_.jpg"
                    alt="The one about the water flosser"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">The one about the water flosser</h3>
                    <p class="gh-card-excerpt is-body">I’ve been on this water flossing kick after a TikTok Registered Dental Hygienist named Krysta started talking about it on there and I had to give it another try. I went to Costco and got the water flosser and travel flosser combo and both are working quite well.

When</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Jason Tucker</span>
                    <time class="gh-card-date" datetime="2023-10-23">Oct 23, 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>                                <article class="gh-card post">
    <a class="gh-card-link" href="/f1-academy-at-austin-gp/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2024/03/F1-Academy-pre-season-test2.jpeg 160w,
                            /content/images/size/w320/format/webp/2024/03/F1-Academy-pre-season-test2.jpeg 320w,
                            /content/images/size/w600/format/webp/2024/03/F1-Academy-pre-season-test2.jpeg 600w,
                            /content/images/size/w960/format/webp/2024/03/F1-Academy-pre-season-test2.jpeg 960w,
                            /content/images/size/w1200/format/webp/2024/03/F1-Academy-pre-season-test2.jpeg 1200w,
                            /content/images/size/w2000/format/webp/2024/03/F1-Academy-pre-season-test2.jpeg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2024/03/F1-Academy-pre-season-test2.jpeg"
                    alt="F1 Academy at Austin GP"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">F1 Academy at Austin GP</h3>
                    <p class="gh-card-excerpt is-body">F1 Academy is racing this weekend in Austin and if you are watching on F1TV app you can select it from the list of races and practices happening this weekend.

Times are US Pacific
PRACTICE 1 - Fri — 06:15 - 06:55
PRACTICE 2 - Fri — 11:55 -</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Jason Tucker</span>
                    <time class="gh-card-date" datetime="2023-10-20">Oct 20, 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>                    


            </div>
        </main>


            <div class="gh-more is-title">
                <a href="https://jasontucker.blog/page/2">See all <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg></a>
            </div>

    </div>
</section>
    
    <footer class="gh-footer gh-outer">
    <div class="gh-footer-inner gh-inner">

        <div class="gh-footer-bar">
            <span class="gh-footer-logo is-title">
                    <img src="https://jasontucker.blog/content/images/2024/03/jasontucker-woodworker-2022-2-1.jpeg" alt="Jason Tucker">
            </span>
            <nav class="gh-footer-menu">
                <ul class="nav">
    <li class="nav-wpwatercooler"><a href="https://wpwatercooler.com">WPwatercooler</a></li>
</ul>

            </nav>
            <div class="gh-footer-copyright">
                Powered by <a href="https://ghost.org/" target="_blank" rel="noopener">Ghost</a>
            </div>
        </div>

                <section class="gh-footer-signup">
                    <h2 class="gh-footer-signup-header is-title">
                        Jason Tucker
                    </h2>
                    <p class="gh-footer-signup-subhead is-body">
                        Crafting Digital &amp; Wood Wonders from LA: IT Director, Web Builder, Podcaster &amp; Streamer
                    </p>
                    <form class="gh-form" data-members-form>
    <input class="gh-form-input" id="footer-email" type="email" placeholder="jamie@example.com" required data-members-email>
    <button class="gh-button" type="submit" aria-label="Subscribe">
        <span><span>Subscribe</span> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg></span>
        <svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24">
    <g stroke-linecap="round" stroke-width="2" fill="currentColor" stroke="none" stroke-linejoin="round" class="nc-icon-wrapper">
        <g class="nc-loop-dots-4-24-icon-o">
            <circle cx="4" cy="12" r="3"></circle>
            <circle cx="12" cy="12" r="3"></circle>
            <circle cx="20" cy="12" r="3"></circle>
        </g>
        <style data-cap="butt">
            .nc-loop-dots-4-24-icon-o{--animation-duration:0.8s}
            .nc-loop-dots-4-24-icon-o *{opacity:.4;transform:scale(.75);animation:nc-loop-dots-4-anim var(--animation-duration) infinite}
            .nc-loop-dots-4-24-icon-o :nth-child(1){transform-origin:4px 12px;animation-delay:-.3s;animation-delay:calc(var(--animation-duration)/-2.666)}
            .nc-loop-dots-4-24-icon-o :nth-child(2){transform-origin:12px 12px;animation-delay:-.15s;animation-delay:calc(var(--animation-duration)/-5.333)}
            .nc-loop-dots-4-24-icon-o :nth-child(3){transform-origin:20px 12px}
            @keyframes nc-loop-dots-4-anim{0%,100%{opacity:.4;transform:scale(.75)}50%{opacity:1;transform:scale(1)}}
        </style>
    </g>
</svg>        <svg class="checkmark" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52">
    <path class="checkmark__check" fill="none" d="M14.1 27.2l7.1 7.2 16.7-16.8"/>
    <style>
        .checkmark {
            width: 40px;
            height: 40px;
            display: block;
            stroke-width: 2.5;
            stroke: currentColor;
            stroke-miterlimit: 10;
        }

        .checkmark__check {
            transform-origin: 50% 50%;
            stroke-dasharray: 48;
            stroke-dashoffset: 48;
            animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
        }

        @keyframes stroke {
            100% { stroke-dashoffset: 0; }
        }
    </style>
</svg>    </button>
    <p data-members-error></p>
</form>                </section>

    </div>
</footer>    
</div>


<script src="/assets/built/source.js?v=13d0812b7d"></script>



</body>
</html>
