<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Incidents on polyglot developer [mh]</title><link>https://marianholly.com/incidents/</link><description>Recent content in Incidents on polyglot developer [mh]</description><generator>Hugo</generator><language>en-US</language><atom:link href="https://marianholly.com/incidents/index.xml" rel="self" type="application/rss+xml"/><item><title>Elevated Build Latency</title><link>https://marianholly.com/incidents/elevated-build-latency/</link><pubDate>Sun, 15 Mar 2026 00:00:00 +0000</pubDate><guid>https://marianholly.com/incidents/elevated-build-latency/</guid><description>&lt;h2 id="summary"&gt;Summary&lt;/h2&gt;
&lt;p&gt;Build time increased from 12 seconds to 47 seconds after adding SCSS compilation for three new component files. The deployment pipeline completed successfully but exceeded the informal 30-second threshold.&lt;/p&gt;
&lt;h2 id="impact"&gt;Impact&lt;/h2&gt;
&lt;p&gt;Zero users were affected. The site was never unavailable. The only observable effect was that the GitHub Actions job took longer to complete, which delayed the green checkmark on the commit by approximately 35 seconds.&lt;/p&gt;
&lt;h2 id="timeline"&gt;Timeline&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;14:22 UTC&lt;/strong&gt; — Commit pushed adding &lt;code&gt;_components.scss&lt;/code&gt; partials for status page, encrypted content, and redacted text shortcode&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;14:23 UTC&lt;/strong&gt; — Build started. Hugo compilation took 47 seconds (previous baseline: 12 seconds)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;14:24 UTC&lt;/strong&gt; — Build completed successfully. No errors&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;14:31 UTC&lt;/strong&gt; — Author noticed the longer build time while checking the Actions tab&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;14:32 UTC&lt;/strong&gt; — Root cause identified&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="root-cause"&gt;Root Cause&lt;/h2&gt;
&lt;p&gt;Hugo&amp;rsquo;s SCSS pipeline recompiled all partials when new &lt;code&gt;@import&lt;/code&gt; statements were added to &lt;code&gt;main.scss&lt;/code&gt;. The extended build time was caused by Dart Sass processing three new files with nested selectors and media queries. This is normal behavior, not a bug.&lt;/p&gt;</description></item><item><title>CSS Failed to Load on Production</title><link>https://marianholly.com/incidents/css-failed-to-load/</link><pubDate>Tue, 10 Mar 2026 00:00:00 +0000</pubDate><guid>https://marianholly.com/incidents/css-failed-to-load/</guid><description>&lt;h2 id="summary"&gt;Summary&lt;/h2&gt;
&lt;p&gt;The production site served unstyled HTML for approximately 3 minutes after a deploy that changed the SCSS fingerprint hash. Browsers with cached CSS received a 404 for the old filename, and the new file was not yet available on the CDN edge.&lt;/p&gt;
&lt;h2 id="impact"&gt;Impact&lt;/h2&gt;
&lt;p&gt;Any visitor who loaded the site during the 3-minute window saw unstyled content. The HTML was fully functional — all links, navigation, and content worked correctly. The site looked like it was from 1996. Given the blog&amp;rsquo;s traffic volume, the number of affected users is estimated at zero, but cannot be proven.&lt;/p&gt;</description></item><item><title>Typo in Published Post Title</title><link>https://marianholly.com/incidents/typo-in-post-title/</link><pubDate>Sat, 28 Feb 2026 00:00:00 +0000</pubDate><guid>https://marianholly.com/incidents/typo-in-post-title/</guid><description>&lt;h2 id="summary"&gt;Summary&lt;/h2&gt;
&lt;p&gt;A blog post was published with the title &amp;ldquo;Setting Up My First Homelba&amp;rdquo; instead of &amp;ldquo;Setting Up My First Homelab&amp;rdquo;. The typo was live for 1 hour and 12 minutes before being corrected.&lt;/p&gt;
&lt;h2 id="impact"&gt;Impact&lt;/h2&gt;
&lt;p&gt;The post content was correct. Navigation, links, and SEO metadata all reflected the typo. The Open Graph title shared on social media would have displayed &amp;ldquo;Homelba&amp;rdquo; to anyone who shared the URL during the window. No shares were recorded during this period.&lt;/p&gt;</description></item></channel></rss>