<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Qiaeru.com</title>
  <subtitle>The (not so) private diary of Maël Soucaze. Tech, video games, and a few other confessions…</subtitle>
  <link href="https://qiaeru.com/en/feed.xml" rel="self"/>
  <link href="https://qiaeru.com/en/"/>
  <updated>2026-06-10T00:00:00Z</updated>
  <id>https://qiaeru.com/en/</id>
  <author>
    <name>Maël Soucaze</name>
  </author>
  <entry>
    <title>Welcome to this blog</title>
    <link href="https://qiaeru.com/en/blog/2026/06/10/welcome-to-this-blog/"/>
    <updated>2026-06-10T00:00:00Z</updated>
    <id>https://qiaeru.com/en/blog/2026/06/10/welcome-to-this-blog/</id>
    <summary>First things first: why this blog exists, how it&#39;s built, and what you&#39;re in for, from tech to video games, confessions included.</summary>
    <category term="blog"/>
    <content type="html">&lt;p&gt;For a while now, my digital business card has gathered my email address and my online profiles. Great for finding me, useless for reading me. What I was missing was a place of my own to dig into the subjects I care about, free from any platform, its algorithm, or its ads. This blog is that place, and as tradition demands, its first article is about... the blog itself&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://qiaeru.com/en/blog/2026/06/10/welcome-to-this-blog/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;
&lt;h2&gt;Why write here&lt;/h2&gt;
&lt;p&gt;Because social networks chop thoughts into confetti, because a thread vanishes as fast as it appeared, and because a text on your own domain will still be readable in ten years. Which cuts both ways, since my mistakes will age just as gracefully. I&#39;ll write about tech in the broad sense, the project management I practice for a living, video games, and a few less tidy confessions, hence the &amp;quot;(not so) private diary&amp;quot; on the home page. No editorial calendar either: I&#39;ll write when I have something to say, which conveniently doubles as the world&#39;s best excuse for going quiet. French comes first, English second, and every article exists in both languages.&lt;/p&gt;
&lt;h2&gt;Under the hood&lt;/h2&gt;
&lt;p&gt;The site is fully static, generated by &lt;a href=&quot;https://www.11ty.dev/&quot;&gt;Eleventy&lt;/a&gt; and dressed by &lt;a href=&quot;https://tailwindcss.com/&quot;&gt;Tailwind CSS&lt;/a&gt;, with no client-side framework whatsoever: your browser gets HTML, one stylesheet, and a handful of small comfort scripts, not an app with delusions of grandeur. Fonts are self-hosted, code highlighting is baked in at build time by &lt;a href=&quot;https://shiki.style/&quot;&gt;Shiki&lt;/a&gt;, and search runs on &lt;a href=&quot;https://pagefind.app/&quot;&gt;Pagefind&lt;/a&gt;, whose index is also built ahead of time. Writing an article means dropping a Markdown file:&lt;/p&gt;
&lt;pre class=&quot;shiki shiki-themes vitesse-light vitesse-dark&quot; style=&quot;--shiki-light:#393a34;--shiki-dark:#dbd7caee;--shiki-light-bg:#ffffff;--shiki-dark-bg:#121212&quot; tabindex=&quot;0&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;--shiki-light:#999999;--shiki-dark:#666666&quot;&gt;---&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;--shiki-light:#998418;--shiki-dark:#B8A965&quot;&gt;title&lt;/span&gt;&lt;span style=&quot;--shiki-light:#999999;--shiki-dark:#666666&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;--shiki-light:#B56959;--shiki-dark:#C98A7D&quot;&gt; Welcome to this blog&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;--shiki-light:#998418;--shiki-dark:#B8A965&quot;&gt;description&lt;/span&gt;&lt;span style=&quot;--shiki-light:#999999;--shiki-dark:#666666&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;--shiki-light:#B56959;--shiki-dark:#C98A7D&quot;&gt; Why this blog exists and how it&#39;s built.&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;--shiki-light:#998418;--shiki-dark:#B8A965&quot;&gt;date&lt;/span&gt;&lt;span style=&quot;--shiki-light:#999999;--shiki-dark:#666666&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;--shiki-light:#A65E2B;--shiki-dark:#C99076&quot;&gt; 2026-06-10&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;--shiki-light:#998418;--shiki-dark:#B8A965&quot;&gt;tags&lt;/span&gt;&lt;span style=&quot;--shiki-light:#999999;--shiki-dark:#666666&quot;&gt;:&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;--shiki-light:#999999;--shiki-dark:#666666&quot;&gt;  -&lt;/span&gt;&lt;span style=&quot;--shiki-light:#B56959;--shiki-dark:#C98A7D&quot;&gt; blog&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;--shiki-light:#999999;--shiki-dark:#666666&quot;&gt;---&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;--shiki-light:#393A34;--shiki-dark:#DBD7CAEE&quot;&gt;The content starts here.&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Everything else takes care of itself, since the CI pipeline builds the site and ships it to my server on every push. A lot of engineering to, in the end, publish text. You get the idea&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://qiaeru.com/en/blog/2026/06/10/welcome-to-this-blog/#fn2&quot; id=&quot;fnref2&quot;&gt;[2]&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;
&lt;h3&gt;Creature comforts&lt;/h3&gt;
&lt;p&gt;I spent time on the small things that make reading pleasant, and this article doubles as the demo:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Feature&lt;/th&gt;
&lt;th&gt;Where to see it&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;TL;DR and table of contents&lt;/td&gt;
&lt;td&gt;At the top of the article&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Reading progress bar&lt;/td&gt;
&lt;td&gt;At the top of the screen&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Footnotes&lt;/td&gt;
&lt;td&gt;Along the way&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Search and archives&lt;/td&gt;
&lt;td&gt;In the footer&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;On top of that come the dark theme, the estimated reading time, per-language Atom feeds, a copy button on code blocks, and images served in several sizes, as AVIF whenever the browser cooperates:&lt;/p&gt;
&lt;figure&gt;&lt;img src=&quot;https://qiaeru.com/assets/img/32H7GUoH5j-800.webp&quot; alt=&quot;The blog&#39;s share image.&quot; /&gt;&lt;figcaption&gt;The blog&#39;s share image, generated from the logo at every build.&lt;/figcaption&gt;&lt;/figure&gt;
&lt;h2&gt;And your privacy&lt;/h2&gt;
&lt;p&gt;Almost nothing to declare: no account, no cookie, no ad trackers, not one request to a third-party service. I only count visits with an anonymous tool hosted on my own server, the digital equivalent of a foot-traffic counter at a bookstore door, all spelled out in a &lt;a href=&quot;https://qiaeru.com/en/privacy/&quot;&gt;privacy policy&lt;/a&gt; that takes itself admirably seriously for a document with almost nothing to regulate. Read here the way you&#39;d read a book borrowed from a friend, no library card, nobody looking over your shoulder.&lt;/p&gt;
&lt;h2&gt;What comes next&lt;/h2&gt;
&lt;p&gt;New articles will land at their own pace. The &lt;a href=&quot;https://qiaeru.com/en/feed.xml&quot;&gt;Atom feed&lt;/a&gt; is there if you want them delivered, and if one of them makes you want to talk back, &lt;a href=&quot;https://qiae.ru/&quot;&gt;my business card&lt;/a&gt; lists every place where you can, praise and pushback equally welcome. The diary is open. Now I just have to keep writing in it.&lt;/p&gt;
&lt;hr class=&quot;footnotes-sep&quot; /&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;The self-reference comes at no extra charge. &lt;a href=&quot;https://qiaeru.com/en/blog/2026/06/10/welcome-to-this-blog/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn2&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;Spending ten hours automating a two-hour task is the proudest tradition of this trade. The two hours, in my defense, are now ten minutes. &lt;a href=&quot;https://qiaeru.com/en/blog/2026/06/10/welcome-to-this-blog/#fnref2&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
</feed>
