<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Systems | blob</title>
    <link>https://blob.aprossi.eu/tags/systems/</link>
    <description>A blob is a graph that needs some cleaning.</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="https://blob.aprossi.eu/tags/systems/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>On systems, et al.</title>
      <link>https://blob.aprossi.eu/writings/systems/</link>
      <pubDate>Sun, 21 Jun 2026 00:00:00 &#43;0000</pubDate>
      <guid>https://blob.aprossi.eu/writings/systems/</guid>
      <dc:creator>Angelo Pio Rossi</dc:creator>
      <description>&lt;link rel=&#34;stylesheet&#34; href=&#34;https://blob.aprossi.eu/css/citations.css&#34;&gt;
&lt;script&gt;
// Block any existing mermaid
if (window.mermaid) {
  console.log(&#39;Blocking existing mermaid version:&#39;, window.mermaid.version);
  delete window.mermaid;
}
&lt;/script&gt;
&lt;script src=&#34;https://blob.aprossi.eu/js/rough.4.6.6.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;https://blob.aprossi.eu/js/mermaid.11.8.1.min.js&#34;&gt;&lt;/script&gt;
&lt;link rel=&#34;stylesheet&#34; href=&#34;./assets/css/bootstrap.min.css&#34; media=&#34;screen&#34; /&gt;
&lt;link href=&#34;https://blob.aprossi.eu/js/font-awesome/css/fontawesome.min.css&#34; rel=&#34;stylesheet&#34;&gt;
&lt;link href=&#34;https://blob.aprossi.eu/js/font-awesome/css/solid.css&#34; rel=&#34;stylesheet&#34;&gt;
&lt;link href=&#34;https://blob.aprossi.eu/js/font-awesome/css/brands.css&#34; rel=&#34;stylesheet&#34;&gt;
&lt;script&gt;
  mermaid.initialize({
    theme: &#34;neutral&#34;,
    look: &#34;handDrawn&#34;, // ← this is the key!
    startOnLoad: true,
    logLevel: &#34;debug&#34;,
    themeVariables: {
      fontFamily: &#34;Nanum Pen, serif&#34;,
      fontSize: &#34;30px&#34;,
      lineColor: &#34;black&#34;,
      lineWidth: &#34;4px&#34;,  
      textColor: &#34;black&#34; // This becomes the default
    }
  });

    document.addEventListener(&#39;DOMContentLoaded&#39;, function() {
    setTimeout(() =&gt; {
      mermaid.run();
    }, 100); // Small delay to ensure everything is ready
  });
&lt;/script&gt;
&lt;div class=&#34;diagram-container&#34; id=&#34;container-1&#34;&gt;
&lt;center&gt;




&lt;pre class=&#34;mermaid&#34;&gt;
%%{init: {&#39;theme&#39;: &#39;neutral&#39;, &#39;look&#39;: &#39;handDrawn&#39;, &#39;themeVariables&#39;: { &#39;fontFamily&#39;: &#39;Nanum Pen, serif&#39;, &#39;fontSize&#39;: &#39;22px&#39;, &#39;lineColor&#39;: &#39;black&#39;, &#39;lineWidth&#39;: &#39;2px&#39;, &#39;textColor&#39;: &#39;black&#39; }}}%%
graph LR
    %% Stock and Flows
    Furnace[[&#34;Heat Inflow&#34;]] --&gt; RoomTemp[(&#34;Room Temp&#34;)]
    RoomTemp --&gt; Dissipation[[&#34;Heat Loss&#34;]]

    %% Feedback Loop elements
    TargetTemp[&#34;Target Temp&#34;] --&gt; Discrepancy{&#34;Discrepancy&#34;}
    RoomTemp --&gt;|Sensed Temp| Discrepancy

    %% Delay and Oscillation Trigger
    Discrepancy --&gt; DelayNode[&#34;Delay&#34;]
    DelayNode --&gt;|Adjusts| Furnace

    %% Styling
    style RoomTemp fill:#f9f9f9,stroke:#333,stroke-width:2.5px
    style Furnace fill:#f0f8ff,stroke:#333,stroke-width:2.5px
    style Dissipation fill:#f0f8ff,stroke:#333,stroke-width:2.5px
    style DelayNode fill:#ffebee,stroke:#c62828,stroke-width:2px
    style Discrepancy fill:#fffde7,stroke:#fbc02d,stroke-width:2px
    style TargetTemp fill:#e8f5e9,stroke:#2e7d32,stroke-width:2px
&lt;/pre&gt;
&lt;/center&gt;
&lt;/div&gt;
&lt;!-- --- 
_**Note:** This post was sitting for a long time. It comes under nominal short separation - the real is even less - since it was about time to narrow its scope and just close its first iteration..._ 

 ---  --&gt;
&lt;h2 id=&#34;exposure-through-time&#34;&gt;
  Exposure through time
  &lt;a class=&#34;heading-link&#34; href=&#34;#exposure-through-time&#34;&gt;
    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;
    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;
  &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;My graduate advisor - back in the days - was a bit of a people management disaster (who knows what for improvement decades can do. I fear little). Yet, I am grateful to him for something he probably did not even ever realise: In fact, while presumably getting curious in the early &amp;rsquo;90s about Earth System Science, he seemingly discovered, and included them as additional readings for an undergraduate Sedimentary Geology course, certain books, by authors (the reading list contained also a couple of nice popular books of C. Sagan) such as:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
