sb arms & legs<p>Thinking about the wasteful nature of <a href="https://metroholografix.ca/tags/LLMs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LLMs</span></a> got me thinking about waste in my own development. While it can be convenient to use the large, enterprise-grade frameworks to deliver a minimalist website in 2025 - it's absurd.</p><p>Do I really need <a href="https://metroholografix.ca/tags/laravel" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>laravel</span></a> with <a href="https://metroholografix.ca/tags/react" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>react</span></a>, <a href="https://metroholografix.ca/tags/jquery" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jquery</span></a>, <a href="https://metroholografix.ca/tags/tailwind" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tailwind</span></a>, <a href="https://metroholografix.ca/tags/webFonts" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webFonts</span></a>, <a href="https://metroholografix.ca/tags/postgres" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>postgres</span></a> to host some simple <a href="https://metroholografix.ca/tags/markdown" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>markdown</span></a>?</p><p>Do I need to re-render a bunch of static content at every hit? Does every simple article require 64 connections to the server to display?</p><p>I think not. </p><p>I want my material to be available to anyone who wants it - regardless of the device they are using or the robustness of their connection. </p><p>I want to respect users who disable <a href="https://metroholografix.ca/tags/javascript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>javascript</span></a> for their personal protection. </p><p>I want to respect <a href="https://metroholografix.ca/tags/ScreenReaders" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ScreenReaders</span></a> and users of assistive technology, without unnecessary complexity. </p><p>Everything we need is built into the HTML and CSS specs.</p>