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

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Whole Life Practitioner</title>
    <link rel="stylesheet" href="https://www.wholelifepractitioner.com/assets/built/screen.css?v=40ddeecd58">

            <link rel="preload" as="image" href="https://storage.ghost.io/c/fc/a0/fca09459-cd01-4b6e-b5a7-0b3788a6bc2d/content/images/2025/04/Depositphotos_382753084_XL.jpg">

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

    <script>
        /* The script for calculating the color contrast was 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="East Asian medicine, Zen, PKM, Philosophical Inquiry. The Path of Practice.">
    <link rel="canonical" href="https://www.wholelifepractitioner.com/">
    <meta name="referrer" content="no-referrer-when-downgrade">
    
    <meta property="og:site_name" content="Whole Life Practitioner">
    <meta property="og:type" content="website">
    <meta property="og:title" content="Whole Life Practitioner">
    <meta property="og:description" content="East Asian medicine, Zen, PKM, Philosophical Inquiry. The Path of Practice.">
    <meta property="og:url" content="https://www.wholelifepractitioner.com/">
    <meta property="og:image" content="https://storage.ghost.io/c/fc/a0/fca09459-cd01-4b6e-b5a7-0b3788a6bc2d/content/images/size/w1200/2025/04/Depositphotos_382753084_XL.jpg">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="Whole Life Practitioner">
    <meta name="twitter:description" content="East Asian medicine, Zen, PKM, Philosophical Inquiry. The Path of Practice.">
    <meta name="twitter:url" content="https://www.wholelifepractitioner.com/">
    <meta name="twitter:image" content="https://storage.ghost.io/c/fc/a0/fca09459-cd01-4b6e-b5a7-0b3788a6bc2d/content/images/size/w1200/2025/04/Depositphotos_382753084_XL.jpg">
    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="900">
    
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "publisher": {
        "@type": "Organization",
        "name": "Whole Life Practitioner",
        "url": "https://www.wholelifepractitioner.com/",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.wholelifepractitioner.com/favicon.ico",
            "width": 48,
            "height": 48
        }
    },
    "url": "https://www.wholelifepractitioner.com/",
    "name": "Whole Life Practitioner",
    "image": {
        "@type": "ImageObject",
        "url": "https://storage.ghost.io/c/fc/a0/fca09459-cd01-4b6e-b5a7-0b3788a6bc2d/content/images/size/w1200/2025/04/Depositphotos_382753084_XL.jpg",
        "width": 1200,
        "height": 900
    },
    "mainEntityOfPage": "https://www.wholelifepractitioner.com/",
    "description": "East Asian medicine, Zen, PKM, Philosophical Inquiry. The Path of Practice."
}
    </script>

    <meta name="generator" content="Ghost 6.44">
    <link rel="alternate" type="application/rss+xml" title="Whole Life Practitioner" href="https://www.wholelifepractitioner.com/rss/">
    <script defer src="https://cdn.jsdelivr.net/ghost/portal@~2.68/umd/portal.min.js" data-i18n="true" data-ghost="https://www.wholelifepractitioner.com/" data-key="bd334d1f3831dbf03d33ac83af" data-api="https://wholelifepractitioner.ghost.io/ghost/api/content/" data-locale="en" 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.8/umd/sodo-search.min.js" data-key="bd334d1f3831dbf03d33ac83af" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/main.css" data-sodo-search="https://wholelifepractitioner.ghost.io/" data-locale="en" crossorigin="anonymous"></script>
    
    <link href="https://www.wholelifepractitioner.com/webmentions/receive/" rel="webmention">
    <script defer src="/public/cards.min.js?v=40ddeecd58"></script>
    <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=40ddeecd58">
    <script defer src="/public/comment-counts.min.js?v=40ddeecd58" data-ghost-comments-counts-api="https://www.wholelifepractitioner.com/members/api/comments/counts/"></script>
    <script defer src="/public/member-attribution.min.js?v=40ddeecd58"></script><style>:root {--ghost-accent-color: #568cc4;}</style>
    <link rel="preconnect" href="https://fonts.bunny.net"><link rel="stylesheet" href="https://fonts.bunny.net/css?family=poppins:400,500,600"><style>:root {--gh-font-heading: Poppins;}</style>
</head>

<body class="home-template gh-font-heading-poppins is-head-transparent has-background-about is-head-stacked has-parallax-feed">
<div class="gh-site">

    <header id="gh-head" class="gh-head gh-outer">
        <div class="gh-head-inner gh-inner">
            <div class="gh-head-brand">
                <div class="gh-head-brand-wrapper">
                    <a class="gh-head-logo" href="https://www.wholelifepractitioner.com">
                            Whole Life Practitioner
                    </a>
                </div>
                <button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.5 17.5L12.5 12.5L17.5 17.5ZM14.1667 8.33333C14.1667 9.09938 14.0158 9.85792 13.7226 10.5657C13.4295 11.2734 12.9998 11.9164 12.4581 12.4581C11.9164 12.9998 11.2734 13.4295 10.5657 13.7226C9.85792 14.0158 9.09938 14.1667 8.33333 14.1667C7.56729 14.1667 6.80875 14.0158 6.10101 13.7226C5.39328 13.4295 4.75022 12.9998 4.20854 12.4581C3.66687 11.9164 3.23719 11.2734 2.94404 10.5657C2.65088 9.85792 2.5 9.09938 2.5 8.33333C2.5 6.78624 3.11458 5.30251 4.20854 4.20854C5.30251 3.11458 6.78624 2.5 8.33333 2.5C9.88043 2.5 11.3642 3.11458 12.4581 4.20854C13.5521 5.30251 14.1667 6.78624 14.1667 8.33333Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</button>
                <button class="gh-burger"></button>
            </div>

            <nav class="gh-head-menu">
                <ul class="nav">
    <li class="nav-home nav-current"><a href="https://www.wholelifepractitioner.com/">Home</a></li>
    <li class="nav-start-here"><a href="https://www.wholelifepractitioner.com/start-here/">Start Here</a></li>
    <li class="nav-about-eric"><a href="https://www.wholelifepractitioner.com/about/">About Eric</a></li>
    <li class="nav-living-threads"><a href="https://www.wholelifepractitioner.com/living-threads/">Living Threads</a></li>
</ul>

            </nav>

            <div class="gh-head-actions">
                    <button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.5 17.5L12.5 12.5L17.5 17.5ZM14.1667 8.33333C14.1667 9.09938 14.0158 9.85792 13.7226 10.5657C13.4295 11.2734 12.9998 11.9164 12.4581 12.4581C11.9164 12.9998 11.2734 13.4295 10.5657 13.7226C9.85792 14.0158 9.09938 14.1667 8.33333 14.1667C7.56729 14.1667 6.80875 14.0158 6.10101 13.7226C5.39328 13.4295 4.75022 12.9998 4.20854 12.4581C3.66687 11.9164 3.23719 11.2734 2.94404 10.5657C2.65088 9.85792 2.5 9.09938 2.5 8.33333C2.5 6.78624 3.11458 5.30251 4.20854 4.20854C5.30251 3.11458 6.78624 2.5 8.33333 2.5C9.88043 2.5 11.3642 3.11458 12.4581 4.20854C13.5521 5.30251 14.1667 6.78624 14.1667 8.33333Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</button>
                    <div class="gh-head-members">
                                <a class="gh-head-link" href="#/portal/signin" data-portal="signin">Sign in</a>
                                <a class="gh-head-btn gh-btn gh-primary-btn" href="#/portal/signup" data-portal="signup">Subscribe</a>
                    </div>
            </div>
        </div>
    </header>

    
<section class="gh-about gh-outer">
    <div class="gh-about-inner gh-inner">
                <img class="gh-about-image" src="https://storage.ghost.io/c/fc/a0/fca09459-cd01-4b6e-b5a7-0b3788a6bc2d/content/images/2025/04/Depositphotos_382753084_XL.jpg" alt="Whole Life Practitioner">
        <script>
            (function () {
                if (!document.body.classList.contains('has-background-about')) return;

                const about = document.querySelector('.gh-about');
                if (!about) return;

                const image = about.querySelector('.gh-about-image');

                about.style.setProperty('--about-height', image.clientWidth * image.naturalHeight / image.naturalWidth + 'px');
                about.classList.add('initialized');
            })();
        </script>
        <div class="gh-about-content">
            <div class="gh-about-content-inner">
                    <h1 class="gh-about-primary">Exploring the Path of Practice</h1>
                        <p class="gh-about-secondary">Free subscription gets you the latest content</p>
                        <div class="gh-subscribe-input" data-portal>
                            jamie@example.com
                            <span class="gh-btn gh-primary-btn">Subscribe</span>
                        </div>
            </div>
        </div>
    </div>
</section>

<main class="gh-main gh-outer">
    <div class="gh-feed gh-inner">
            <article class="gh-card post">
    <a class="gh-card-link" href="/the-process-of-becoming/">

            <figure class="gh-card-image">
                    <img
                        class="jarallax-img"
                        srcset="https://storage.ghost.io/c/fc/a0/fca09459-cd01-4b6e-b5a7-0b3788a6bc2d/content/images/size/w300/2025/04/IMG_0670.jpeg 300w,
                                https://storage.ghost.io/c/fc/a0/fca09459-cd01-4b6e-b5a7-0b3788a6bc2d/content/images/size/w720/2025/04/IMG_0670.jpeg 720w,
                                https://storage.ghost.io/c/fc/a0/fca09459-cd01-4b6e-b5a7-0b3788a6bc2d/content/images/size/w960/2025/04/IMG_0670.jpeg 960w,
                                https://storage.ghost.io/c/fc/a0/fca09459-cd01-4b6e-b5a7-0b3788a6bc2d/content/images/size/w1200/2025/04/IMG_0670.jpeg 1200w,
                                https://storage.ghost.io/c/fc/a0/fca09459-cd01-4b6e-b5a7-0b3788a6bc2d/content/images/size/w2000/2025/04/IMG_0670.jpeg 2000w"
                        sizes="(max-width: 1200px) 100vw, 1200px"
                        src="https://storage.ghost.io/c/fc/a0/fca09459-cd01-4b6e-b5a7-0b3788a6bc2d/content/images/size/w720/2025/04/IMG_0670.jpeg"
                        alt="A grainy close up image of a small copper colored lizard (rough skinned newt) on wet concrete"
                    >
            </figure>

        <div class="gh-card-wrapper">
            <h2 class="gh-card-title">The process of becoming</h2>
            <footer class="gh-card-meta">
                <time class="gh-card-date" datetime="2025-04-12">12 Apr 2025</time>
                    <span class="gh-card-length">3 min read</span>
                    <script
    data-ghost-comment-count="67fa84c357823100013b1311"
    data-ghost-comment-count-empty=""
    data-ghost-comment-count-singular="comment"
    data-ghost-comment-count-plural="comments"
    data-ghost-comment-count-tag="span"
    data-ghost-comment-count-class-name="gh-card-comments"
    data-ghost-comment-count-autowrap="true"
>
</script>
            </footer>
        </div>

    </a>
</article>    </div>
</main>




    <footer class="gh-foot gh-outer">
        <div class="gh-foot-inner gh-inner">
            <nav class="gh-foot-menu">
                <ul class="nav">
    <li class="nav-subscribe-free nav-current"><a href="#/portal/">Subscribe free</a></li>
</ul>

            </nav>

            <div class="gh-copyright">
                    East Asian Medicine, Zen, Personal Knowledge Management &amp; Philosophy
            </div>
        </div>
    </footer>

</div>


<script src="https://www.wholelifepractitioner.com/assets/built/main.min.js?v=40ddeecd58"></script>



</body>

</html>
