<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/rss.xslt" type="text/xsl"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
      <title>Aaron S. Randreth&#x27;s Blog</title>
      <link>https://aaron-randreth.com</link>
      <description>Aaron&#x27;s corner of the internet.</description>
      <generator>Zola</generator>
      <language>en</language>
      <atom:link href="https://aaron-randreth.com/rss.xml" rel="self" type="application/rss+xml"/>
      <lastBuildDate>Thu, 02 Apr 2026 00:00:00 +0000</lastBuildDate>
      <item>
          <title>Début, Fin, Mélancholie</title>
          <pubDate>2026-04-02</pubDate>
          <author>Aaron S. Randreth</author>
          <link>https://aaron-randreth.com/creative/debut-fin-melancholie/</link>
          <guid>https://aaron-randreth.com/creative/debut-fin-melancholie/</guid>
          <description xml:base="https://aaron-randreth.com/creative/debut-fin-melancholie/">&lt;p&gt;Il est 7h50,  je suis assis dans un siège bleu du TER en direction de Paris,
sens de la marche, côté fenêtre. Je regarde la Picardie défiler devant mes
yeux: des vallées, des vaches, des champs. Étonnamment, le ciel est bleu.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;em&gt;Le laboratoire ferme aujourd’hui. Je m’y rends pour la dernière fois.&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Ma musique se coupe. Mes écouteurs Bluetooth blanc d’Action viennent de me
lâcher. &lt;&#x2F;p&gt;
&lt;p&gt;&lt;em&gt;Je suis malade.&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Je trifouille dans mon sac. J’en sors un masque jetable noir, avec lequel je me
couvre. Il me gratte les coins du visage et me coupe un peu la respiration. Mon
dos me fait mal. J’essaye de poser mon coude sur le bord de la fenêtre. &lt;&#x2F;p&gt;</description>
      </item>
      <item>
          <title>Through the river</title>
          <pubDate>2026-04-01</pubDate>
          <author>Aaron S. Randreth</author>
          <link>https://aaron-randreth.com/creative/through-the-river/</link>
          <guid>https://aaron-randreth.com/creative/through-the-river/</guid>
          <description xml:base="https://aaron-randreth.com/creative/through-the-river/">&lt;p&gt;I breath in deeply, filling my lungs with the sharp morning air. Freezing river
water rushes around my waist, a thousand small hands punching and pushing me
downstream. My teacher looks at me from across the river, too far away for me
to see their face. The chatter of my teeth joins slushing of the current in a
cacophony that, still, cannot drown the roars of the blood gushing in my ears.&lt;&#x2F;p&gt;</description>
      </item>
      <item>
          <title>Fix SSL Certificate Issues in Corporate Linux Environment.
</title>
          <pubDate>2025-07-25</pubDate>
          <author>Aaron RANDRETH</author>
          <link>https://aaron-randreth.com/blog/configure-corporate-ca/</link>
          <guid>https://aaron-randreth.com/blog/configure-corporate-ca/</guid>
          <description xml:base="https://aaron-randreth.com/blog/configure-corporate-ca/">&lt;h2 id=&quot;introduction&quot;&gt;Introduction&lt;&#x2F;h2&gt;
&lt;p&gt;While using a Virtual Machine (VM) on your company laptop, you might have encountered unexplained SSL certificate errors and big red warnings on your favorite browser inside this VM. If your network works perfectly fine outside your VM, then you might be missing the correct certificates.&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #E1E4E8; background-color: #24292E;&quot;&gt;&lt;code data-lang=&quot;shellscript&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[I] localhost@aaron &lt;&#x2F;span&gt;&lt;span style=&quot;color: #F97583;&quot;&gt;~&lt;&#x2F;span&gt;&lt;span&gt; [60]&lt;&#x2F;span&gt;&lt;span style=&quot;color: #F97583;&quot;&gt;&amp;gt;&lt;&#x2F;span&gt;&lt;span&gt; curl https:&#x2F;&#x2F;self-signed.badssl.com&#x2F;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #B392F0;&quot;&gt;curl:&lt;&#x2F;span&gt;&lt;span&gt; (60) SSL certificate problem: self-signed certificate&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #B392F0;&quot;&gt;More&lt;&#x2F;span&gt;&lt;span style=&quot;color: #9ECBFF;&quot;&gt; details here: https:&#x2F;&#x2F;curl.se&#x2F;docs&#x2F;sslcerts.html&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #B392F0;&quot;&gt;curl&lt;&#x2F;span&gt;&lt;span style=&quot;color: #9ECBFF;&quot;&gt; failed to verify the legitimacy of the server and therefore could not&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #B392F0;&quot;&gt;establish&lt;&#x2F;span&gt;&lt;span style=&quot;color: #9ECBFF;&quot;&gt; a secure connection to it. To learn more about this situation and&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #B392F0;&quot;&gt;how&lt;&#x2F;span&gt;&lt;span style=&quot;color: #9ECBFF;&quot;&gt; to fix it, please visit the webpage mentioned above.&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;</description>
      </item>
      <item>
          <title>Tin Men and Flesh Robots
</title>
          <pubDate>2023-07-03</pubDate>
          <author>Raphaël Couarraze</author>
          <link>https://aaron-randreth.com/creative/tinmen-fleshbot/</link>
          <guid>https://aaron-randreth.com/creative/tinmen-fleshbot/</guid>
          <description xml:base="https://aaron-randreth.com/creative/tinmen-fleshbot/">&lt;p&gt;A puff of dark yellow smoke slowly left a pair of cracked and shivering lips.
For the second time this morning, Agent M82 looked with a scowl at his branded
&lt;code&gt;JoyPuffs©&lt;&#x2F;code&gt; and wondered why he had even bought the damn thing. He was freezing,
and a few puffs of a cheap cig would have soothed him wonderfully, but of course
an agent of SMILE couldn’t be caught with something as brand-unfriendly as that.
The detective snuggled tighter in his wool coat – no fancy &lt;code&gt;Warmth and Comfort©&lt;&#x2F;code&gt; suits for the likes of him. He cursed one last time his broken
snowmobile, before continuing his walk toward the factory. He made a crunch with
each step of his heavy boots, just loud enough to be heard above the howling of
the wind.&lt;&#x2F;p&gt;</description>
      </item>
      <item>
          <title>Creepy, Chilly, Angelic, and Somber</title>
          <pubDate>2023-03-01</pubDate>
          <author>Aaron Randreth</author>
          <link>https://aaron-randreth.com/creative/creepy-chilly-somber-and-angelic/</link>
          <guid>https://aaron-randreth.com/creative/creepy-chilly-somber-and-angelic/</guid>
          <description xml:base="https://aaron-randreth.com/creative/creepy-chilly-somber-and-angelic/">&lt;p&gt;This is a short little sound bite that I made using &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;helio.fm&#x2F;&quot;&gt;Helio&lt;&#x2F;a&gt;.
I think it doesn’t sound bad, I’d like to do more music in the future.&lt;&#x2F;p&gt;
&lt;audio controls&gt;
  &lt;source src=&quot;loop.mp3&quot; type=&quot;audio&#x2F;mp3&quot;&gt;
  Your browser does not support the audio element.
&lt;&#x2F;audio&gt; 
</description>
      </item>
      <item>
          <title>Slumbering Pharaoh - Chapter 2: Intruders made guests
</title>
          <pubDate>2021-03-06</pubDate>
          <author>Aaron RANDRETH (aka Tachyreas)</author>
          <link>https://aaron-randreth.com/creative/slumbering-pharao-chapter-2/</link>
          <guid>https://aaron-randreth.com/creative/slumbering-pharao-chapter-2/</guid>
          <description xml:base="https://aaron-randreth.com/creative/slumbering-pharao-chapter-2/">&lt;p&gt;Khafra clenched his eyes, a terrible migraine falling upon him. He looked around perplexed, wondering why his surroundings were so dark.&lt;&#x2F;p&gt;
&lt;p&gt;He felt around and discovered he was in a tight enclosed space. He paused for a minute as if considering something before shaking his head. He went on assessing his environment, with a slight frown.&lt;&#x2F;p&gt;
&lt;p&gt;A slight brush of his hand catapulted the roof, revealing a proper room this time. The ‘roof’ was now firmly embedded in the ceiling of this room.&lt;&#x2F;p&gt;
&lt;p&gt;He stood up and used the scarlet light of his surroundings to finally see the shape of this unidentified object.&lt;&#x2F;p&gt;
&lt;p&gt;“A…a… sarcophagus ?” he said, stuttering and now falling to his knees.&lt;&#x2F;p&gt;
&lt;p&gt;“Osiris why have you brought me back?” he asked in a tense voice, not expecting an answer.&lt;&#x2F;p&gt;
&lt;p&gt;Something on his chest started buzzing, he looked down and discovered a scarab shaped almandine amulet.&lt;&#x2F;p&gt;
&lt;p&gt;“Khepri ?” he murmured and touched the amulet.&lt;&#x2F;p&gt;</description>
      </item>
      <item>
          <title>Slumbering Pharaoh - Chapter 1: Khafra&#x27;s second dawn
</title>
          <pubDate>2021-03-03</pubDate>
          <author>Aaron RANDRETH (aka Tachyreas)</author>
          <link>https://aaron-randreth.com/creative/slumbering-pharao-chapter-1/</link>
          <guid>https://aaron-randreth.com/creative/slumbering-pharao-chapter-1/</guid>
          <description xml:base="https://aaron-randreth.com/creative/slumbering-pharao-chapter-1/">&lt;p&gt;A scarab buzzed into a dark empty room scattering dust on its wake. A red ray of sunlight entered from an unseen source. Where light passed gold came from dust and soon a sandstorm engulfed the chamber.&lt;&#x2F;p&gt;
&lt;p&gt;The scarlet insect landed on the chest of a sarcophagus and phased through.&lt;&#x2F;p&gt;
&lt;p&gt;On the dawn of the seventieth millennia since he was embalmed The Pharaoh stirred.&lt;&#x2F;p&gt;</description>
      </item>
    </channel>
</rss>
