{"id":1187,"date":"2025-10-12T07:58:57","date_gmt":"2025-10-12T14:58:57","guid":{"rendered":"https:\/\/brianbaker.net\/blog\/?p=1187"},"modified":"2025-10-12T07:58:58","modified_gmt":"2025-10-12T14:58:58","slug":"brian-and-myrna-newsletter","status":"publish","type":"post","link":"https:\/\/brianbaker.net\/blog\/2025\/10\/12\/brian-and-myrna-newsletter\/","title":{"rendered":"Brian and Myrna Newsletter"},"content":{"rendered":"\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>The Brian &#038; Myrna Galactic Gazette<\/title>\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;700&display=swap');\n\n        :root {\n            --primary-bg: #1a1a2e;\n            --secondary-bg: #16213e;\n            --accent-pink: #e94560;\n            --accent-blue: #00a8cc;\n            --text-color: #e0e0e0;\n            --heading-color: #ffffff;\n            --border-radius: 12px;\n            --shadow: 0 4px 15px rgba(0, 0, 0, 0.4);\n        }\n\n        body {\n            font-family: 'Poppins', sans-serif;\n            background-color: var(--primary-bg);\n            color: var(--text-color);\n            margin: 0;\n            padding: 20px;\n            line-height: 1.6;\n            background-image: url('data:image\/svg+xml,%3Csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100\" height=\"100\" viewBox=\"0 0 100 100\"%3E%3Cg fill=\"%2316213e\" fill-opacity=\"0.4\"%3E%3Ccircle cx=\"50\" cy=\"50\" r=\"1\" \/%3E%3Ccircle cx=\"10\" cy=\"10\" r=\"1\" \/%3E%3Ccircle cx=\"90\" cy=\"90\" r=\"1\" \/%3E%3Ccircle cx=\"10\" cy=\"90\" r=\"1\" \/%3E%3Ccircle cx=\"90\" cy=\"10\" r=\"1\" \/%3E%3Ccircle cx=\"30\" cy=\"70\" r=\"1\" \/%3E%3Ccircle cx=\"70\" cy=\"30\" r=\"1\" \/%3E%3Ccircle cx=\"20\" cy=\"50\" r=\"1\" \/%3E%3Ccircle cx=\"80\" cy=\"50\" r=\"1\" \/%3E%3C\/g%3E%3C\/svg%3E');\n        }\n\n        .newsletter-container {\n            max-width: 800px;\n            margin: auto;\n            background-color: var(--secondary-bg);\n            border-radius: var(--border-radius);\n            box-shadow: var(--shadow);\n            overflow: hidden;\n            border: 2px solid var(--accent-blue);\n        }\n\n        header {\n            background-color: #0f3460;\n            padding: 30px;\n            text-align: center;\n            border-bottom: 4px solid var(--accent-pink);\n        }\n\n        header h1 {\n            color: var(--heading-color);\n            margin: 0;\n            font-size: 2.8em;\n            text-shadow: 0 0 10px var(--accent-pink);\n        }\n\n        header p {\n            color: var(--accent-blue);\n            font-size: 1.2em;\n            margin: 5px 0 0;\n        }\n\n        main {\n            padding: 20px 30px;\n        }\n\n        section {\n            background-color: rgba(15, 52, 96, 0.3);\n            margin-bottom: 25px;\n            padding: 25px;\n            border-radius: var(--border-radius);\n            border-left: 5px solid var(--accent-pink);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        section:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(233, 69, 96, 0.3);\n        }\n\n        h2 {\n            color: var(--heading-color);\n            border-bottom: 2px solid var(--accent-blue);\n            padding-bottom: 10px;\n            margin-top: 0;\n            font-size: 1.8em;\n        }\n        \n        strong {\n            color: var(--accent-pink);\n        }\n\n        .highlight {\n            background-color: rgba(0, 168, 204, 0.1);\n            padding: 2px 6px;\n            border-radius: 4px;\n            color: var(--accent-blue);\n            font-weight: bold;\n        }\n        \n        .pet-mention {\n            font-style: italic;\n            color: #bdc3c7;\n        }\n\n        \/* Section Specific Styles *\/\n        .comic-panel {\n            border: 2px solid var(--accent-blue);\n            border-radius: 8px;\n            padding: 10px;\n            margin: 10px 0;\n            text-align: center;\n        }\n        .comic-panel p { margin: 5px 0; }\n\n        .craft-steps ol, .science-steps ol {\n            list-style-type: none;\n            counter-reset: step-counter;\n            padding-left: 0;\n        }\n\n        .craft-steps li, .science-steps li {\n            counter-increment: step-counter;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .craft-steps li::before, .science-steps li::before {\n            content: counter(step-counter);\n            background-color: var(--accent-pink);\n            color: white;\n            font-weight: bold;\n            border-radius: 50%;\n            width: 30px;\n            height: 30px;\n            display: inline-block;\n            text-align: center;\n            line-height: 30px;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .safety-note {\n            background-color: rgba(233, 69, 96, 0.1);\n            border: 1px dashed var(--accent-pink);\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 15px;\n        }\n        \n        .mad-lib-story span {\n            display: inline-block;\n            width: 100px;\n            border-bottom: 1px solid var(--text-color);\n            margin: 0 5px;\n        }\n        \n        .secret-code-box {\n            background-color: var(--primary-bg);\n            padding: 20px;\n            border-radius: 8px;\n            font-family: 'Courier New', Courier, monospace;\n            letter-spacing: 3px;\n            text-align: center;\n            font-size: 1.2em;\n            color: var(--accent-blue);\n        }\n        \n        .decoder-key {\n            background-color: rgba(255,255,255,0.05);\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 15px;\n            font-size: 0.9em;\n            word-break: break-all;\n        }\n        \n        .puzzle-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        .puzzle-table td, .puzzle-table th {\n            border: 1px solid var(--accent-blue);\n            padding: 8px;\n            text-align: center;\n        }\n        .puzzle-table th {\n            background-color: #0f3460;\n        }\n\n        footer {\n            text-align: center;\n            padding: 20px;\n            color: #7f8c8d;\n            font-size: 0.9em;\n        }\n\n        \/* Print Styles *\/\n        @media print {\n            body {\n                background-color: #ffffff;\n                color: #000000;\n                font-size: 12pt;\n            }\n            .newsletter-container {\n                box-shadow: none;\n                border: 1px solid #ccc;\n            }\n            header, section {\n                background-color: #ffffff;\n            }\n            header h1, h2, strong {\n                color: #000000 !important;\n                text-shadow: none;\n            }\n            header p, .highlight {\n                color: #333333;\n            }\n            section {\n                border-left: 2px solid #ccc;\n                page-break-inside: avoid;\n            }\n            .safety-note {\n                background-color: #eeeeee;\n                border: 1px solid #000;\n            }\n             .map-container svg {\n                border: 1px solid #000;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"newsletter-container\">\n        <header>\n            <h1>The Brian &#038; Myrna Galactic Gazette<\/h1>\n            <p>Your Personalized Adventure Log &#8211; Mission Alpha-12<\/p>\n        <\/header>\n\n        <main>\n            <!-- 1. Adventure Story -->\n            <section id=\"adventure-story\">\n                <h2>Chapter 1: The Comet of Colors<\/h2>\n                <p>The ordinary Fremont evening sky suddenly wasn&#8217;t so ordinary. From his window, <strong>Brian<\/strong>, Fremont&#8217;s most creative rocket scientist and artist, spotted it first: a shimmering streak of light painting the twilight with impossible colors. It wasn&#8217;t a plane or a satellite. It pulsed with vibrant <span style=\"color:#e94560;\">pinks<\/span> and electric <span style=\"color:#00a8cc;\">blues<\/span>.<\/p>\n                <p>&#8220;Myrna, you have to see this!&#8221; Brian called out. His best friend, Myrna, rushed to the window, her eyes widening in awe. Below in the yard, Roscoe the labradoodle chased his tail, Toby the terrier snored softly on the porch, and Jax the tuxedo cat watched the sky from the fence, his tail twitching with feline curiosity.<\/p>\n                <p>The comet seemed to be slowing down, heading not for a crash, but for a gentle landing somewhere near&#8230; the <span class=\"highlight\">Fremont Hub<\/span>! &#8220;It&#8217;s like it&#8217;s sending a message,&#8221; Myrna whispered. Brian felt a spark of inspiration. This wasn&#8217;t just a space rock; it was a canvas. A mission. They needed to investigate, and they&#8217;d need a plan, some clever science, and a whole lot of art. The adventure had just begun!<\/p>\n            <\/section>\n\n            <!-- 2. Interactive Map -->\n            <section id=\"interactive-map\">\n                <h2>Mission Map: Operation Comet-Fall<\/h2>\n                <p>Brian, your first mission is to chart a course. This map of Fremont shows key locations. Can you trace the comet&#8217;s likely path to its landing zone?<\/p>\n                <div class=\"map-container\" style=\"text-align: center; background: #16213e; padding: 10px; border-radius: 8px;\">\n                    <svg viewBox=\"0 0 300 200\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width: 100%; height: auto; border: 2px solid var(--accent-blue); border-radius: 8px;\">\n                        <rect width=\"300\" height=\"200\" fill=\"#1a1a2e\"\/>\n                        <!-- Comet Path -->\n                        <path d=\"M 280 10 Q 150 50, 100 150\" stroke=\"#e94560\" stroke-width=\"2\" fill=\"none\" stroke-dasharray=\"5,5\"\/>\n                        <circle cx=\"280\" cy=\"10\" r=\"5\" fill=\"#e94560\">\n                             <animate attributeName=\"r\" values=\"3;6;3\" dur=\"1.5s\" repeatCount=\"indefinite\" \/>\n                        <\/circle>\n                        <!-- Locations -->\n                        <g>\n                            <circle cx=\"50\" cy=\"50\" r=\"4\" fill=\"#00a8cc\"\/>\n                            <text x=\"55\" y=\"55\" font-family=\"Poppins\" font-size=\"8\" fill=\"#ffffff\">Brian &#038; Myrna&#8217;s HQ<\/text>\n                        <\/g>\n                         <g>\n                            <rect x=\"90\" y=\"140\" width=\"30\" height=\"20\" fill=\"#00a8cc\"\/>\n                            <text x=\"125\" y=\"155\" font-family=\"Poppins\" font-size=\"8\" fill=\"#ffffff\">Fremont Hub<\/text>\n                            <text x=\"105\" y=\"155\" font-family=\"Poppins\" font-size=\"12\" fill=\"#e94560\" font-weight=\"bold\">X<\/text>\n                        <\/g>\n                        <g>\n                            <path d=\"M 180 80 L 200 70 L 220 90 Z\" fill=\"#2ecc71\" \/>\n                            <text x=\"180\" y=\"105\" font-family=\"Poppins\" font-size=\"8\" fill=\"#ffffff\">Central Park Launch Site<\/text>\n                        <\/g>\n                    <\/svg>\n                <\/div>\n            <\/section>\n\n            <!-- 3. Riddle Corner -->\n            <section id=\"riddle-corner\">\n                <h2>Riddle Corner<\/h2>\n                <p>A true space explorer must have a sharp mind. Solve these riddles from the cosmos!<\/p>\n                <ol>\n                    <li>I wear a tuxedo but never attend a party. I watch over your adventures from a comfortable perch. Who am I?<\/li>\n                    <li>I have a fiery tail and travel through space. I brought a splash of pink and blue to the Fremont sky. What am I?<\/li>\n                    <li>I have many stores but give nothing away for free. The comet seems to be landing near me. What am I?<\/li>\n                <\/ol>\n                <details style=\"cursor: pointer;\">\n                    <summary style=\"color: var(--accent-blue); font-weight: bold;\">Click for Answers<\/summary>\n                    <p style=\"margin-top: 10px;\">1. Jax the cat! 2. The Comet of Colors! 3. The Fremont Hub!<\/p>\n                <\/details>\n            <\/section>\n\n            <!-- 4. Word Games -->\n            <section id=\"word-games\">\n                <h2>Word Scramble: Mission Supplies<\/h2>\n                <p>Unscramble these words to reveal the essential items and crew for your mission!<\/p>\n                <ul>\n                    <li>KORCET (Hint: Your vehicle)<\/li>\n                    <li>TARSIT (Hint: Your special skill)<\/li>\n                    <li>MFERNOT (Hint: Your home base)<\/li>\n                    <li>YNMAR (Hint: Your co-pilot)<\/li>\n                    <li>BYOT &#038; SCOREO (Hint: The ground crew)<\/li>\n                <\/ul>\n                <details style=\"cursor: pointer;\">\n                    <summary style=\"color: var(--accent-blue); font-weight: bold;\">Click for Answers<\/summary>\n                    <p style=\"margin-top: 10px;\">ROCKET, ARTIST, FREMONT, MYRNA, TOBY &#038; ROSCOE<\/p>\n                <\/details>\n            <\/section>\n\n            <!-- 5. I-Spy Challenges -->\n            <section id=\"i-spy-challenges\">\n                <h2>I-Spy: Fremont Space Scan<\/h2>\n                <p>Look around you right now, from your mission headquarters. I-Spy with my little eye&#8230;<\/p>\n                <ul>\n                    <li>Something with the sleek, aerodynamic shape of a <strong>rocket<\/strong>.<\/li>\n                    <li>A color that reminds you of the deep <strong>blue<\/strong> of Neptune.<\/li>\n                    <li>A texture as rough as a moon rock.<\/li>\n                    <li>Something bright <strong>pink<\/strong>, like a distant nebula.<\/li>\n                    <li>An object with more circles than Saturn has rings.<\/li>\n                <\/ul>\n            <\/section>\n\n            <!-- 6. Mini-Comic -->\n            <section id=\"mini-comic\">\n                <h2>The Backyard Rocket Project<\/h2>\n                <div class=\"comic-panel\">\n                    <p><strong>PANEL 1: The Blueprint<\/strong><\/p>\n                    <p>Brian and Myrna are at a table, sketching wildly. Brian draws a rocket with huge fins while Myrna adds artistic swirls of color. Toby snoozes under the table.<\/p>\n                <\/div>\n                <div class=\"comic-panel\">\n                    <p><strong>PANEL 2: Construction Zone<\/strong><\/p>\n                    <p>In the yard, they&#8217;re building the rocket from cardboard boxes. Roscoe runs by with a paintbrush in his mouth, leaving a blue streak on the grass.<\/p>\n                <\/div>\n                <div class=\"comic-panel\">\n                    <p><strong>PANEL 3: The Masterpiece<\/strong><\/p>\n                    <p>The finished rocket, named &#8220;The Fremont Star-Hopper,&#8221; stands tall (and a bit wobbly). Jax the cat has claimed the nosecone as the perfect throne, looking majestic.<\/p>\n                <\/div>\n            <\/section>\n\n            <!-- 7. Craft Project -->\n            <section id=\"craft-project\">\n                <h2>Craft: Nebula Art T-Shirt<\/h2>\n                <p>Create wearable art inspired by the Comet of Colors! Make your own galaxy t-shirt.<\/p>\n                <div class=\"craft-steps\">\n                    <p><strong>You&#8217;ll Need:<\/strong><\/p>\n                    <ul>\n                        <li>A dark-colored (black or navy) cotton t-shirt<\/li>\n                        <li>Small spray bottle<\/li>\n                        <li>Bleach<\/li>\n                        <li>Fabric paints or acrylic paints (pinks, blues, purples, white)<\/li>\n                        <li>An old toothbrush<\/li>\n                        <li>Cardboard<\/li>\n                    <\/ul>\n                    <ol>\n                        <li>Place cardboard inside the t-shirt to prevent paint from bleeding through.<\/li>\n                        <li>In a well-ventilated area (outside is best!), mix a 50\/50 solution of bleach and water in the spray bottle.<\/li>\n                        <li>Lightly spray the t-shirt. Watch as cosmic clouds and orange-tinted galaxies appear! Let it dry completely.<\/li>\n                        <li>Use a sponge to dab on your pink and blue fabric paints, creating colorful nebula clouds.<\/li>\n                        <li>Dip the old toothbrush in white paint. Flick the bristles with your thumb to create a spray of stars across your galaxy.<\/li>\n                        <li>Let it dry completely, and you have a shirt fit for a space artist!<\/li>\n                    <\/ol>\n                <\/div>\n                <div class=\"safety-note\">\n                    <strong>Safety First!<\/strong> Bleach can be harmful. This project requires adult supervision. Wear old clothes and gloves, and work outside or in a very well-ventilated room.\n                <\/div>\n            <\/section>\n\n            <!-- 8. Kitchen Science -->\n            <section id=\"kitchen-science\">\n                <h2>Science: Rocket Fuel Geyser<\/h2>\n                <p>Let&#8217;s test a propulsion system with this explosive and fun experiment!<\/p>\n                 <div class=\"science-steps\">\n                    <p><strong>You&#8217;ll Need:<\/strong><\/p>\n                    <ul>\n                        <li>A 2-liter bottle of diet soda<\/li>\n                        <li>A roll of Mentos mints (about 7-8 mints)<\/li>\n                        <li>A piece of paper<\/li>\n                    <\/ul>\n                    <ol>\n                        <li>This is an <strong>OUTDOOR ONLY<\/strong> experiment. Find an open space in your yard away from windows.<\/li>\n                        <li>Open the soda bottle and set it on a flat surface.<\/li>\n                        <li>Roll the paper into a tube just wide enough for the Mentos to slide through. Hold a finger over the bottom.<\/li>\n                        <li>Drop the Mentos into the tube.<\/li>\n                        <li>This is the fast part! Hold the tube directly over the bottle opening, remove your finger, and let all the mints drop in at once.<\/li>\n                        <li><strong>Stand back immediately!<\/strong> You&#8217;ve created a nucleation reaction, and the escaping CO2 gas will create an amazing geyser, just like rocket exhaust!<\/li>\n                    <\/ol>\n                <\/div>\n                <div class=\"safety-note\">\n                    <strong>Safety First!<\/strong> Do this experiment outside where it&#8217;s okay to get messy. The soda will shoot up very high and very fast, so stand back as soon as the mints are dropped in.\n                <\/div>\n            <\/section>\n\n            <!-- 9. Logic Puzzles -->\n            <section id=\"logic-puzzles\">\n                <h2>Logic Puzzle: Planet Watch<\/h2>\n                <p>Brian, Myrna, Jax, and Toby are each observing a different celestial object with the telescope. Use the clues to figure out who is looking at what.<\/p>\n                <p><strong>Objects:<\/strong> The Moon, Mars, Jupiter, The Comet of Colors<\/p>\n                <ul>\n                    <li>Myrna is not looking at a planet.<\/li>\n                    <li>Jax, the cat, is fascinated by the object with the Great Red Spot.<\/li>\n                    <li>Toby, the old terrier, is sleepy and just wants to look at something close by.<\/li>\n                    <li>Brian is focused on tracking their mysterious, colorful visitor.<\/li>\n                <\/ul>\n                <details style=\"cursor: pointer;\">\n                    <summary style=\"color: var(--accent-blue); font-weight: bold;\">Click for the Solution<\/summary>\n                    <table class=\"puzzle-table\" style=\"margin-top:10px;\">\n                        <thead>\n                            <tr><th>Crew<\/th><th>Object<\/th><\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr><td>Brian<\/td><td>The Comet of Colors<\/td><\/tr>\n                            <tr><td>Myrna<\/td><td>The Moon (not a planet)<\/td><\/tr>\n                            <tr><td>Jax<\/td><td>Jupiter (Great Red Spot)<\/td><\/tr>\n                            <tr><td>Toby<\/td><td>Mars (our closest planetary neighbor after Venus)<\/td><\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/details>\n            <\/section>\n\n            <!-- 10. Mad-Lib Style -->\n            <section id=\"mad-lib-style\">\n                <h2>Mad-Libs: Supply Run to the Hub!<\/h2>\n                <p>Fill in the blanks below, then read the hilarious story of your supply run.<\/p>\n                <p>Brian and Myrna knew their mission required supplies. They zoomed over to the <span class=\"highlight\">Fremont Hub<\/span> on their [ <strong>ADJECTIVE<\/strong> ] skateboards. First, they needed a [ <strong>NOUN<\/strong> ] for the rocket&#8217;s guidance system. Then, they saw a [ <strong>COLOR<\/strong> ] dog that looked just like Roscoe, who was [ <strong>VERB ENDING IN -ING<\/strong> ] near the fountain. For fuel, Myrna suggested a giant bottle of [ <strong>TYPE OF LIQUID<\/strong> ]. Brian thought they should also get a [ <strong>NUMBER<\/strong> ]-pack of [ <strong>PLURAL NOUN<\/strong> ] for snacks. They paid with a [ <strong>ADJECTIVE<\/strong> ] five-dollar bill and [ <strong>VERB, PAST TENSE<\/strong> ] all the way home, ready for their adventure.<\/p>\n            <\/section>\n\n            <!-- 11. Brain Break -->\n            <section id=\"brain-break\">\n                <h2>Brain Break: Astronaut Training<\/h2>\n                <p>An explorer needs to be ready for anything! Complete this training course in your yard.<\/p>\n                <ul>\n                    <li><strong>Meteor Hop:<\/strong> Place pillows or shoes on the ground. Hop between them without touching the &#8220;lava&#8221; floor. (1 minute)<\/li>\n                    <li><strong>Zero-G Spin:<\/strong> Spin in a circle ten times, then try to walk in a straight line. (Be careful!)<\/li>\n                    <li><strong>Alien Creature Walk:<\/strong> Invent a silly walk. Does it have 6 legs? Does it slither? Travel across the room using your walk.<\/li>\n                    <li><strong>Rocket Launch Jumps:<\/strong> Crouch down low and count down from 5. At &#8220;BLAST OFF!&#8221;, jump as high as you can! (Repeat 5 times)<\/li>\n                <\/ul>\n            <\/section>\n\n            <!-- 12. Secret Code -->\n            <section id=\"secret-code\">\n                <h2>Secret Code from Mission Control<\/h2>\n                <p>A secret message came through just for you, Brian! Use the A=Z, B=Y cipher (where letters are swapped for their opposite in the alphabet) to decode it.<\/p>\n                <div class=\"secret-code-box\">\n                    GIRZM, BLFI ZIG RH Z HFKVIKLXVI.\n                <\/div>\n                <div class=\"decoder-key\">\n                    <p><strong>KEY:<\/strong><br>A=Z, B=Y, C=X, D=W, E=V, F=U, G=T, H=S, I=R, J=Q, K=P, L=O, M=N, N=M, O=L, P=K, Q=J, R=I, S=H, T=G, U=F, V=E, W=D, X=C, Y=B, Z=A<\/p>\n                <\/div>\n                <details style=\"cursor: pointer;\">\n                    <summary style=\"color: var(--accent-blue); font-weight: bold;\">Click to Reveal the Message<\/summary>\n                    <p style=\"margin-top: 10px; font-weight: bold; text-align: center;\">BRIAN, YOUR ART IS A SUPERPOWER.<\/p>\n                <\/details>\n            <\/section>\n        <\/main>\n        \n        <footer>\n            <p>This newsletter was crafted especially for Brian, Fremont&#8217;s greatest explorer.<\/p>\n            <p>&copy; 2024 Intergalactic Adventures Inc.<\/p>\n        <\/footer>\n    <\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>The Brian &#038; Myrna Galactic Gazette The Brian &#038; Myrna Galactic Gazette Your Personalized Adventure Log &#8211; Mission Alpha-12 Chapter 1: The Comet of Colors The ordinary Fremont evening sky suddenly wasn&#8217;t so ordinary. From his window, Brian, Fremont&#8217;s most creative rocket scientist and artist, spotted it first: a shimmering streak of light painting the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-1187","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/brianbaker.net\/blog\/wp-json\/wp\/v2\/posts\/1187","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/brianbaker.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/brianbaker.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/brianbaker.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/brianbaker.net\/blog\/wp-json\/wp\/v2\/comments?post=1187"}],"version-history":[{"count":1,"href":"https:\/\/brianbaker.net\/blog\/wp-json\/wp\/v2\/posts\/1187\/revisions"}],"predecessor-version":[{"id":1188,"href":"https:\/\/brianbaker.net\/blog\/wp-json\/wp\/v2\/posts\/1187\/revisions\/1188"}],"wp:attachment":[{"href":"https:\/\/brianbaker.net\/blog\/wp-json\/wp\/v2\/media?parent=1187"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/brianbaker.net\/blog\/wp-json\/wp\/v2\/categories?post=1187"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/brianbaker.net\/blog\/wp-json\/wp\/v2\/tags?post=1187"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}