<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>voxelhaze</title>
    <link>https://voxelhaze.dev</link>
    <description>Personal digital garden, technical essays on WebGPU compute shaders, audio DSP interfaces, and creative engineering by voxelhaze.</description>
    <language>en-us</language>
    <lastBuildDate>Sat, 29 Aug 2026 11:26:41 GMT</lastBuildDate>
    <atom:link href="https://voxelhaze.dev/rss.xml" rel="self" type="application/rss+xml"/>

    <item>
      <title>Article Title Here</title>
      <link>https://voxelhaze.dev/#article-slug-here</link>
      <guid isPermaLink="false">article-slug-here</guid>
      <pubDate>Fri, 28 Aug 2026 12:00:00 GMT</pubDate>
      <category>Engineering</category>
      <description><![CDATA[
 1. Introduction

Write your introductory thoughts and motivations here. Paragraphs support bold text, italic text, and [hyperlinks](https://example.co...]]></description>
    </item>

    <item>
      <title>The Comprehensive Markdown Master Guide: Every Visual &amp; Data Feature in Action</title>
      <link>https://voxelhaze.dev/#mastering-full-spec-markdown</link>
      <guid isPermaLink="false">mastering-full-spec-markdown</guid>
      <pubDate>Fri, 28 Aug 2026 10:00:00 GMT</pubDate>
      <category>Engineering</category>
      <description><![CDATA[
 1. Typography & Bionic Reading Engine

This article is rendered using our unified, lossless Markdown pipeline. When you enable Bionic Reading from t...]]></description>
    </item>

    <item>
      <title>RFC 402: Pure-Text Consensus Protocol for Ephemeral Storage</title>
      <link>https://voxelhaze.dev/#pure-text-architectural-rfc</link>
      <guid isPermaLink="false">pure-text-architectural-rfc</guid>
      <pubDate>Thu, 27 Aug 2026 08:00:00 GMT</pubDate>
      <category>Infrastructure</category>
      <description><![CDATA[
 Summary and Motivation

This architectural RFC outlines our consensus mechanics across distributed flash nodes. Notice that this entire article contains n...]]></description>
    </item>

    <item>
      <title>WebGPU Compute Shaders: Real-Time Particle Physics at 120 FPS</title>
      <link>https://voxelhaze.dev/#webgpu-compute-shaders-particles</link>
      <guid isPermaLink="false">webgpu-compute-shaders-particles</guid>
      <pubDate>Tue, 25 Aug 2026 14:30:00 GMT</pubDate>
      <category>Engineering</category>
      <description><![CDATA[Architecting a 1,000,000 particle simulation running at 120 FPS using WebGPU compute pipelines and spatial hash grids.]]></description>
    </item>

    <item>
      <title>Essays on Software Minimalism: Why Restraint Outlasts Novelty</title>
      <link>https://voxelhaze.dev/#post-10</link>
      <guid isPermaLink="false">post-10</guid>
      <pubDate>Mon, 24 Aug 2026 19:00:00 GMT</pubDate>
      <category>Apps</category>
      <description><![CDATA[The finest software products are defined not by what was added, but by what was consciously omitted. When you strip away ornamentation, typography and rhythm become the entire interface.]]></description>
    </item>

    <item>
      <title>Generative Voxel Art: Building Real-Time Raymarched Landscapes in WebGL</title>
      <link>https://voxelhaze.dev/#post-7</link>
      <guid isPermaLink="false">post-7</guid>
      <pubDate>Sun, 23 Aug 2026 14:20:00 GMT</pubDate>
      <category>Art</category>
      <description><![CDATA[Exploring raymarching techniques, 3D simplex noise distortion, and volumetric color dissipation for generative digital art and interactive canvas experiences.]]></description>
    </item>

    <item>
      <title>The Post-Transformer Era: How Hybrid SSM Architectures Cut Inference Latency by 70%</title>
      <link>https://voxelhaze.dev/#post-1</link>
      <guid isPermaLink="false">post-1</guid>
      <pubDate>Sat, 22 Aug 2026 08:30:00 GMT</pubDate>
      <category>AI Systems</category>
      <description><![CDATA[As token sequence lengths scale into the millions, quadratic attention bottlenecks traditional transformers. Enter hybrid state-space models combining selective convolutions with compressed KV-caches.]]></description>
    </item>

    <item>
      <title>The Zen of Sub-Millisecond Systems: 7 Axioms for Resilient Distributed State</title>
      <link>https://voxelhaze.dev/#post-11</link>
      <guid isPermaLink="false">post-11</guid>
      <pubDate>Fri, 21 Aug 2026 09:30:00 GMT</pubDate>
      <category>Engineering</category>
      <description><![CDATA[At microsecond timescales, your operating system, memory bus, and cache line alignment matter more than algorithmic big-O notation. Seven core rules for zero-jitter architectures.]]></description>
    </item>

    <item>
      <title>Designing at 120 FPS: The Micro-Physics of Fluid Digital Gestures</title>
      <link>https://voxelhaze.dev/#post-2</link>
      <guid isPermaLink="false">post-2</guid>
      <pubDate>Thu, 20 Aug 2026 14:15:00 GMT</pubDate>
      <category>Design</category>
      <description><![CDATA[Digital interfaces fail when they mimic static paper instead of physical kinetic energy. We explore the mathematical equations powering the most tactile interactions on the web.]]></description>
    </item>

    <item>
      <title>Next-Gen Game Physics in the Browser: WebAssembly, ECS &amp; Spatial Grids</title>
      <link>https://voxelhaze.dev/#post-8</link>
      <guid isPermaLink="false">post-8</guid>
      <pubDate>Thu, 20 Aug 2026 11:45:00 GMT</pubDate>
      <category>Games</category>
      <description><![CDATA[How modern web games overcome garbage collection stutter using data-oriented memory layouts, SIMD acceleration, and WebGPU compute shaders.]]></description>
    </item>

    <item>
      <title>Surviving the Partition: How We Engineered a Zero-Data-Loss Multi-Region Raft Cluster</title>
      <link>https://voxelhaze.dev/#post-3</link>
      <guid isPermaLink="false">post-3</guid>
      <pubDate>Tue, 18 Aug 2026 19:00:00 GMT</pubDate>
      <category>Engineering</category>
      <description><![CDATA[CAP theorem is not an abstract exam question—it is a midnight pager alert. An inside breakdown of lease timers, leader election quorums, and hybrid logical clocks.]]></description>
    </item>

    <item>
      <title>Algorithmic Solitude: On Writing Code as Ephemeral Art</title>
      <link>https://voxelhaze.dev/#post-12</link>
      <guid isPermaLink="false">post-12</guid>
      <pubDate>Tue, 18 Aug 2026 16:40:00 GMT</pubDate>
      <category>Art</category>
      <description><![CDATA[Code is one of the few mediums where text simultaneously acts as notation, mathematical proof, and kinetic visual execution. Exploring creative coding as a meditative discipline.]]></description>
    </item>

    <item>
      <title>Crafting Fluid Web Apps: Gestures, Offline-Sync &amp; Instant Interactions</title>
      <link>https://voxelhaze.dev/#post-9</link>
      <guid isPermaLink="false">post-9</guid>
      <pubDate>Sun, 16 Aug 2026 10:15:00 GMT</pubDate>
      <category>Apps</category>
      <description><![CDATA[Optimistic UI updates, instant tactile haptics, seamless offline sync, and 0ms perceived latency patterns for world-class web applications.]]></description>
    </item>

    <item>
      <title>Mechanics of Cognitive Flow: How Instant Feedback Loops Shape Immersion</title>
      <link>https://voxelhaze.dev/#post-13</link>
      <guid isPermaLink="false">post-13</guid>
      <pubDate>Sat, 15 Aug 2026 12:00:00 GMT</pubDate>
      <category>Games</category>
      <description><![CDATA[Immersive gameplay is less about visual fidelity and more about closed feedback loops between intent, audio cue, and screen response. Deconstructing the micro-interactions that make games addictive.]]></description>
    </item>

    <item>
      <title>The Lost Art of Minimalist Developer Tooling in a World of Heavy Runtimes</title>
      <link>https://voxelhaze.dev/#post-4</link>
      <guid isPermaLink="false">post-4</guid>
      <pubDate>Sat, 15 Aug 2026 11:20:00 GMT</pubDate>
      <category>Culture</category>
      <description><![CDATA[Modern web toolchains often spend more compute compiling intermediate ASTs than actually running customer code. We examine the renaissance of ultra-lean, instant compilation tools.]]></description>
    </item>

    <item>
      <title>Local-First Architecture: Designing for Offline Freedom with Merkle CRDTs</title>
      <link>https://voxelhaze.dev/#post-5</link>
      <guid isPermaLink="false">post-5</guid>
      <pubDate>Wed, 12 Aug 2026 09:45:00 GMT</pubDate>
      <category>Infrastructure</category>
      <description><![CDATA[Why the next generation of creative apps will store all data in client SQLite databases and synchronize peer-to-peer over encrypted state vectors.]]></description>
    </item>

    <item>
      <title>Beyond sRGB: Mastering OKLCH and Wide P3 Color Gamuts on Modern Displays</title>
      <link>https://voxelhaze.dev/#post-6</link>
      <guid isPermaLink="false">post-6</guid>
      <pubDate>Mon, 10 Aug 2026 16:00:00 GMT</pubDate>
      <category>Design</category>
      <description><![CDATA[Hex codes like #FF0000 were designed for 1990s CRT monitors. OKLCH brings uniform lightness perception and vivid wide-gamut dynamics to modern web design.]]></description>
    </item>
  </channel>
</rss>
