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

    <title>Waiting for Fairies</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <link rel="preload" as="style" href="https://waitingforfairies.com/assets/built/screen.css?v=41a6b0774f">
    <link rel="preload" as="script" href="https://waitingforfairies.com/assets/built/source.js?v=41a6b0774f">
    
    <link rel="preload" as="font" type="font/woff2" href="https://waitingforfairies.com/assets/fonts/inter-roman.woff2?v=41a6b0774f" crossorigin="anonymous">
<style>
    @font-face {
        font-family: "Inter";
        font-style: normal;
        font-weight: 100 900;
        font-display: optional;
        src: url(https://waitingforfairies.com/assets/fonts/inter-roman.woff2?v=41a6b0774f) format("woff2");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
</style>

    <link rel="stylesheet" type="text/css" href="https://waitingforfairies.com/assets/built/screen.css?v=41a6b0774f">

    <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);

        if (accentColor.length === 3) {
            accentColor = accentColor[0] + accentColor[0] + accentColor[1] + accentColor[1] + accentColor[2] + accentColor[2];
        }

        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="Modern magic unveiled. Book reviews, thoughts, ramblings, and art.">
    <link rel="icon" href="https://waitingforfairies.com/content/images/size/w256h256/format/jpeg/2025/08/avatar.jpg" type="image/jpeg">
    <link rel="canonical" href="https://waitingforfairies.com/">
    <meta name="referrer" content="no-referrer-when-downgrade">
    <link rel="next" href="https://waitingforfairies.com/page/2/">
    
    <meta property="og:site_name" content="Waiting for Fairies">
    <meta property="og:type" content="website">
    <meta property="og:title" content="Waiting for Fairies">
    <meta property="og:description" content="Modern magic unveiled. Book reviews, thoughts, ramblings, and art.">
    <meta property="og:url" content="https://waitingforfairies.com/">
    <meta property="og:image" content="https://waitingforfairies.com/content/images/size/w1200/2025/08/20240613_093836.jpg">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="Waiting for Fairies">
    <meta name="twitter:description" content="Modern magic unveiled. Book reviews, thoughts, ramblings, and art.">
    <meta name="twitter:url" content="https://waitingforfairies.com/">
    <meta name="twitter:image" content="https://waitingforfairies.com/content/images/size/w1200/2025/08/20240613_093836.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": "Waiting for Fairies",
        "url": "https://waitingforfairies.com/",
        "logo": {
            "@type": "ImageObject",
            "url": "https://waitingforfairies.com/content/images/2025/08/wfflogo.png",
            "width": 203,
            "height": 42
        }
    },
    "url": "https://waitingforfairies.com/",
    "name": "Waiting for Fairies",
    "image": {
        "@type": "ImageObject",
        "url": "https://waitingforfairies.com/content/images/size/w1200/2025/08/20240613_093836.jpg",
        "width": 1200,
        "height": 900
    },
    "mainEntityOfPage": "https://waitingforfairies.com/",
    "description": "Modern magic unveiled. Book reviews, thoughts, ramblings, and art."
}
    </script>

    <meta name="generator" content="Ghost 6.16">
    <link rel="alternate" type="application/rss+xml" title="Waiting for Fairies" href="https://waitingforfairies.com/rss/">
    <script defer src="https://cdn.jsdelivr.net/ghost/portal@~2.58/umd/portal.min.js" data-i18n="true" data-ghost="https://waitingforfairies.com/" data-key="2443712ea9594ae1d83cc2e191" data-api="https://waiting-for-fairies.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="2443712ea9594ae1d83cc2e191" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/main.css" data-sodo-search="https://waiting-for-fairies.ghost.io/" data-locale="en" crossorigin="anonymous"></script>
    <script defer src="https://cdn.jsdelivr.net/ghost/announcement-bar@~1.1/umd/announcement-bar.min.js" data-announcement-bar="https://waitingforfairies.com/" data-api-url="https://waitingforfairies.com/members/api/announcement/" crossorigin="anonymous"></script>
    <link href="https://waitingforfairies.com/webmentions/receive/" rel="webmention">
    <script defer src="/public/cards.min.js?v=41a6b0774f"></script>
    <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=41a6b0774f">
    <script defer src="/public/comment-counts.min.js?v=41a6b0774f" data-ghost-comments-counts-api="https://waitingforfairies.com/members/api/comments/counts/"></script>
    <script defer src="/public/member-attribution.min.js?v=41a6b0774f"></script><style>:root {--ghost-accent-color: #8907ee;}</style>
    <link rel="preconnect" href="https://fonts.bunny.net"><link rel="stylesheet" href="https://fonts.bunny.net/css?family=fira-sans:400,500,600"><style>:root {--gh-font-heading: Fira Sans;--gh-font-body: Fira Sans;}</style>

</head>
<body class="home-template gh-font-heading-fira-sans gh-font-body-fira-sans has-sans-title has-sans-body">

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

        <div class="gh-navigation-brand">
            <a class="gh-navigation-logo is-title" href="https://waitingforfairies.com">
                    <img src="https://waitingforfairies.com/content/images/2025/08/wfflogo.png" alt="Waiting for Fairies">
            </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://waitingforfairies.com/">Home</a></li>
    <li class="nav-about"><a href="https://waitingforfairies.com/about/">About</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 href="#/portal/signin" data-portal="signin">Sign in</a>
                                <a class="gh-button" href="#/portal/signup" data-portal="signup">Subscribe</a>
                </div>
        </div>

    </div>
</header>

    

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

                <img class="gh-header-image" src="https://waitingforfairies.com/content/images/2025/08/20240613_093836.jpg" alt="Waiting for Fairies">

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



            <h1 class="gh-header-title is-title">Modern magic unveiled.</h1>
            <form class="gh-form" data-members-form>
    <input class="gh-form-input" id="header-email" name="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-list 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="/the-inkening-welcome-to-advent-2025/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/12/1000007157-1.jpg 160w,
                            /content/images/size/w320/format/webp/2025/12/1000007157-1.jpg 320w,
                            /content/images/size/w600/format/webp/2025/12/1000007157-1.jpg 600w,
                            /content/images/size/w960/format/webp/2025/12/1000007157-1.jpg 960w,
                            /content/images/size/w1200/format/webp/2025/12/1000007157-1.jpg 1200w,
                            /content/images/size/w2000/format/webp/2025/12/1000007157-1.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/12/1000007157-1.jpg"
                    alt="The Inkening! Welcome to Advent 2025!"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">The Inkening! Welcome to Advent 2025!</h3>
                    <p class="gh-card-excerpt is-body">I&#39;ve been waiting impatiently to open my Advent calendars this year! I ended up with three of them: Diamine Ink 2025 Advent Calendar, the Cult Pens Stationery, and the Innocent Bones cross stitch calendar.

Yeah, it&#39;s a lot.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Melissa Tabon</span>
                    <time class="gh-card-date" datetime="2025-12-01">01 Dec 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post featured">
    <a class="gh-card-link" href="/review-ravenloft-the-heir-of-strahd/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/08/cover581363-large.png 160w,
                            /content/images/size/w320/format/webp/2025/08/cover581363-large.png 320w,
                            /content/images/size/w600/format/webp/2025/08/cover581363-large.png 600w,
                            /content/images/size/w960/format/webp/2025/08/cover581363-large.png 960w,
                            /content/images/size/w1200/format/webp/2025/08/cover581363-large.png 1200w,
                            /content/images/size/w2000/format/webp/2025/08/cover581363-large.png 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/08/cover581363-large.png"
                    alt="Cover of Ravenloft The Heir of Strahd"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Review: Ravenloft, the Heir of Strahd</h3>
                <p class="gh-card-excerpt is-body">Look, I don&#x27;t even D&amp;D, but this book was delightful. Did you watch and enjoy the Dungeons &amp; Dragons: Honor Among Thieves movie? This is that movie but in text form. Witty, irreverent, hilarious, and suspenseful. </p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Kiara</span>
                    <time class="gh-card-date" datetime="2025-09-28">28 Sep 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/i-guess-were-doing-this/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/09/20240501_071219.jpg 160w,
                            /content/images/size/w320/format/webp/2025/09/20240501_071219.jpg 320w,
                            /content/images/size/w600/format/webp/2025/09/20240501_071219.jpg 600w,
                            /content/images/size/w960/format/webp/2025/09/20240501_071219.jpg 960w,
                            /content/images/size/w1200/format/webp/2025/09/20240501_071219.jpg 1200w,
                            /content/images/size/w2000/format/webp/2025/09/20240501_071219.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/09/20240501_071219.jpg"
                    alt="I Guess We&#x27;re Doing This"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">I Guess We&#x27;re Doing This</h3>
                    <p class="gh-card-excerpt is-body">I&#39;m getting old, you guys. Given the alternatives, I suppose getting old is the best outcome. But what I&#39;ve realized lately is that I&#39;m too damned old to be fighting with my hosting and trying out new software ever year. So I&#39;m</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Melissa Tabon</span>
                    <time class="gh-card-date" datetime="2025-09-27">27 Sep 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/coming-soon/">
            <figure class="gh-card-image">
                <img
                    srcset="https://static.ghost.org/v4.0.0/images/feature-image.jpg 160w,
                            https://static.ghost.org/v4.0.0/images/feature-image.jpg 320w,
                            https://static.ghost.org/v4.0.0/images/feature-image.jpg 600w,
                            https://static.ghost.org/v4.0.0/images/feature-image.jpg 960w,
                            https://static.ghost.org/v4.0.0/images/feature-image.jpg 1200w,
                            https://static.ghost.org/v4.0.0/images/feature-image.jpg 2000w"
                    sizes="320px"
                    src="https://static.ghost.org/v4.0.0/images/feature-image.jpg"
                    alt="Coming soon"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Coming soon</h3>
                    <p class="gh-card-excerpt is-body">This is  Waiting for Fairies, a brand new site by Melissa Tabon that&#39;s just getting started. Things will be up and running here shortly, but you can subscribe in the meantime if you&#39;d like to stay up to date and receive emails when new content is</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Melissa Tabon</span>
                    <time class="gh-card-date" datetime="2025-08-23">23 Aug 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/review-faithbreaker-by-hannah-kaner/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/08/faithbreaker.png 160w,
                            /content/images/size/w320/format/webp/2025/08/faithbreaker.png 320w,
                            /content/images/size/w600/format/webp/2025/08/faithbreaker.png 600w,
                            /content/images/size/w960/format/webp/2025/08/faithbreaker.png 960w,
                            /content/images/size/w1200/format/webp/2025/08/faithbreaker.png 1200w,
                            /content/images/size/w2000/format/webp/2025/08/faithbreaker.png 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/08/faithbreaker.png"
                    alt="Review: Faithbreaker by Hannah Kaner"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Review: Faithbreaker by Hannah Kaner</h3>
                    <p class="gh-card-excerpt is-body">Look, I&#39;m going to be completely honest here. I almost didn&#39;t post this review, because I generally don&#39;t post reviews that aren&#39;t as positive as I can make them. I think this may be the lowest I&#39;ve ever scored a</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Kiara</span>
                    <time class="gh-card-date" datetime="2025-05-10">10 May 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/review-a-drop-of-corruption-by-robert-jackson-bennett/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/08/a-drop-of-corruption.png 160w,
                            /content/images/size/w320/format/webp/2025/08/a-drop-of-corruption.png 320w,
                            /content/images/size/w600/format/webp/2025/08/a-drop-of-corruption.png 600w,
                            /content/images/size/w960/format/webp/2025/08/a-drop-of-corruption.png 960w,
                            /content/images/size/w1200/format/webp/2025/08/a-drop-of-corruption.png 1200w,
                            /content/images/size/w2000/format/webp/2025/08/a-drop-of-corruption.png 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/08/a-drop-of-corruption.png"
                    alt="Review: A Drop of Corruption by Robert Jackson Bennett"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Review: A Drop of Corruption by Robert Jackson Bennett</h3>
                    <p class="gh-card-excerpt is-body">I&#39;m terribly behind on reviews (again), so I&#39;m just going to say this: this book was everything I didn&#39;t know I wanted in a sequel and I hope this series continues for a long time. A unique premise, a vibrant voice, and a captivating</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Kiara</span>
                    <time class="gh-card-date" datetime="2025-04-25">25 Apr 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/upcoming-site-upheaval/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/08/wp-1456070354839-438x509-1.jpg 160w,
                            /content/images/size/w320/format/webp/2025/08/wp-1456070354839-438x509-1.jpg 320w,
                            /content/images/size/w600/format/webp/2025/08/wp-1456070354839-438x509-1.jpg 600w,
                            /content/images/size/w960/format/webp/2025/08/wp-1456070354839-438x509-1.jpg 960w,
                            /content/images/size/w1200/format/webp/2025/08/wp-1456070354839-438x509-1.jpg 1200w,
                            /content/images/size/w2000/format/webp/2025/08/wp-1456070354839-438x509-1.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/08/wp-1456070354839-438x509-1.jpg"
                    alt="Upcoming Site Upheaval"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Upcoming Site Upheaval</h3>
                    <p class="gh-card-excerpt is-body">So there&#39;s been a bit of upheaval in the WordPress community lately. I&#39;m not going into it here, you can read about it for yourself.

The TL;DR of it all is that I&#39;m fed up with the controversy and the software, and while</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Kiara</span>
                    <time class="gh-card-date" datetime="2025-01-18">18 Jan 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/review-murder-by-memory-by-olivia-waite/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/08/murder-by-memory-by-olivia-waite.jpg 160w,
                            /content/images/size/w320/format/webp/2025/08/murder-by-memory-by-olivia-waite.jpg 320w,
                            /content/images/size/w600/format/webp/2025/08/murder-by-memory-by-olivia-waite.jpg 600w,
                            /content/images/size/w960/format/webp/2025/08/murder-by-memory-by-olivia-waite.jpg 960w,
                            /content/images/size/w1200/format/webp/2025/08/murder-by-memory-by-olivia-waite.jpg 1200w,
                            /content/images/size/w2000/format/webp/2025/08/murder-by-memory-by-olivia-waite.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/08/murder-by-memory-by-olivia-waite.jpg"
                    alt="Review: Murder by Memory by Olivia Waite"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Review: Murder by Memory by Olivia Waite</h3>
                    <p class="gh-card-excerpt is-body">Can a murder mystery even BE cozy? Is that really a thing? I wouldn&#39;t have sought this book out on my own, but the publisher reached out to me to see if I&#39;d like to read it and the blurb caught me. A cozy murder mystery</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Kiara</span>
                    <time class="gh-card-date" datetime="2025-01-06">06 Jan 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/260690/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/08/storygraph-wrap-up-summary-vertical-2024-11.png 160w,
                            /content/images/size/w320/format/webp/2025/08/storygraph-wrap-up-summary-vertical-2024-11.png 320w,
                            /content/images/size/w600/format/webp/2025/08/storygraph-wrap-up-summary-vertical-2024-11.png 600w,
                            /content/images/size/w960/format/webp/2025/08/storygraph-wrap-up-summary-vertical-2024-11.png 960w,
                            /content/images/size/w1200/format/webp/2025/08/storygraph-wrap-up-summary-vertical-2024-11.png 1200w,
                            /content/images/size/w2000/format/webp/2025/08/storygraph-wrap-up-summary-vertical-2024-11.png 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/08/storygraph-wrap-up-summary-vertical-2024-11.png"
                    alt="November Storygraph Wrap Up Image"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">November 2024 Wrap-up</h3>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Kiara</span>
                    <time class="gh-card-date" datetime="2024-12-21">21 Dec 2024</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/review-candle-crow-by-kevin-hearne/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/08/candle-and-crow.png 160w,
                            /content/images/size/w320/format/webp/2025/08/candle-and-crow.png 320w,
                            /content/images/size/w600/format/webp/2025/08/candle-and-crow.png 600w,
                            /content/images/size/w960/format/webp/2025/08/candle-and-crow.png 960w,
                            /content/images/size/w1200/format/webp/2025/08/candle-and-crow.png 1200w,
                            /content/images/size/w2000/format/webp/2025/08/candle-and-crow.png 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/08/candle-and-crow.png"
                    alt="Review: Candle &amp; Crow by Kevin Hearne"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Review: Candle &amp; Crow by Kevin Hearne</h3>
                    <p class="gh-card-excerpt is-body">This book is the conclusion to the Ink &amp; Sigil series, and it wraps all the important things up with a really nice, bloody bow. This book includes: hobgoblin legacies, socialist death cults, solved mysteries, Gladys Who Has Seen Some Shite (everyone&#39;s favorite!), and an Irish death goddess</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Kiara</span>
                    <time class="gh-card-date" datetime="2024-10-05">05 Oct 2024</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/review-the-lost-story-by-meg-shaffer/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/08/the-lost-story-by-meg-shaffer.jpg 160w,
                            /content/images/size/w320/format/webp/2025/08/the-lost-story-by-meg-shaffer.jpg 320w,
                            /content/images/size/w600/format/webp/2025/08/the-lost-story-by-meg-shaffer.jpg 600w,
                            /content/images/size/w960/format/webp/2025/08/the-lost-story-by-meg-shaffer.jpg 960w,
                            /content/images/size/w1200/format/webp/2025/08/the-lost-story-by-meg-shaffer.jpg 1200w,
                            /content/images/size/w2000/format/webp/2025/08/the-lost-story-by-meg-shaffer.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/08/the-lost-story-by-meg-shaffer.jpg"
                    alt="Review: The Lost Story by Meg Shaffer"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Review: The Lost Story by Meg Shaffer</h3>
                    <p class="gh-card-excerpt is-body">This story does manage to do a few new things with portal fantasy, which is remarkable in a genre that has such a long history and contains Narnia and Alice in Wonderland. I was able to predict several parts of the ending pretty early in the book, but there are</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Kiara</span>
                    <time class="gh-card-date" datetime="2024-07-09">09 Jul 2024</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/review-how-to-become-the-dark-lord-and-die-trying-by-django-wexler/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2025/08/how-to-become-the-dark-lord-and-die-trying-by-django-wexler.jpg 160w,
                            /content/images/size/w320/format/webp/2025/08/how-to-become-the-dark-lord-and-die-trying-by-django-wexler.jpg 320w,
                            /content/images/size/w600/format/webp/2025/08/how-to-become-the-dark-lord-and-die-trying-by-django-wexler.jpg 600w,
                            /content/images/size/w960/format/webp/2025/08/how-to-become-the-dark-lord-and-die-trying-by-django-wexler.jpg 960w,
                            /content/images/size/w1200/format/webp/2025/08/how-to-become-the-dark-lord-and-die-trying-by-django-wexler.jpg 1200w,
                            /content/images/size/w2000/format/webp/2025/08/how-to-become-the-dark-lord-and-die-trying-by-django-wexler.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2025/08/how-to-become-the-dark-lord-and-die-trying-by-django-wexler.jpg"
                    alt="Review: How to Become the Dark Lord and Die Trying by Django Wexler"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Review: How to Become the Dark Lord and Die Trying by Django Wexler</h3>
                    <p class="gh-card-excerpt is-body">Honestly, I feel like this book is my reward for all the Eddings, Brooks, Goodkind, et al, that I spent reading as a child. If you spent a childhood reading as many high fantasy hero&#39;s journeys as you could get your hands on... this book is redemption and</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Kiara</span>
                    <time class="gh-card-date" datetime="2024-05-21">21 May 2024</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    


            </div>

                <div class="gh-more is-title">
                    <a href="https://waitingforfairies.com/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>
        </main>


    </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://waitingforfairies.com/content/images/2025/08/wfflogo.png" alt="Waiting for Fairies">
            </span>
            <nav class="gh-footer-menu">
                <ul class="nav">
    <li class="nav-sign-up nav-current"><a href="#/portal/">Sign up</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">
                        Modern Magic Unveiled
                    </h2>
                    <p class="gh-footer-signup-subhead is-body">
                        Modern magic unveiled.
                    </p>
                    <form class="gh-form" data-members-form>
    <input class="gh-form-input" id="footer-email" name="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="https://waitingforfairies.com/assets/built/source.js?v=41a6b0774f"></script>



</body>
</html>
