<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>incertia - Blog</title>
    <subtitle>some useful description</subtitle>
    <link rel="self" type="application/atom+xml" href="https://incertia.net/posts/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://incertia.net/posts/"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-07-10T00:00:00+00:00</updated>
    <id>https://incertia.net/posts/atom.xml</id>
    <entry xml:lang="en">
        <title>Initial Post</title>
        <published>2026-07-10T00:00:00+00:00</published>
        <updated>2026-07-10T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://incertia.net/posts/000-initial/"/>
        <id>https://incertia.net/posts/000-initial/</id>
        
        <content type="html" xml:base="https://incertia.net/posts/000-initial/">&lt;h1 id=&quot;welcome&quot;&gt;Welcome&lt;a class=&quot;zola-anchor&quot; href=&quot;#welcome&quot; aria-label=&quot;Anchor link for: welcome&quot; style=&quot;visibility: hidden;&quot;&gt;&lt;&#x2F;a&gt;
&lt;&#x2F;h1&gt;
&lt;p&gt;I guess this is the official welcome to the new blog. The font is &lt;a rel=&quot;nofollow noreferrer external&quot; href=&quot;https:&#x2F;&#x2F;tug.org&#x2F;FontCatalogue&#x2F;urwclassico&#x2F;&quot;&gt;URW
Classico&lt;&#x2F;a&gt;, which is a free alternative to &lt;a rel=&quot;nofollow noreferrer external&quot; href=&quot;https:&#x2F;&#x2F;tug.org&#x2F;FontCatalogue&#x2F;texgyrepagella&#x2F;&quot;&gt;TeX Gyre
Pagella&lt;&#x2F;a&gt; in a sans serif style. Research has shown that
sans-serif styles are easier to read than than serif styles, although I still
heavily prefer using serif for math printouts. Hopefully I am able to adjust to
sans-serif without too much difficulty.&lt;&#x2F;p&gt;
&lt;h1 id=&quot;math&quot;&gt;Math&lt;a class=&quot;zola-anchor&quot; href=&quot;#math&quot; aria-label=&quot;Anchor link for: math&quot; style=&quot;visibility: hidden;&quot;&gt;&lt;&#x2F;a&gt;
&lt;&#x2F;h1&gt;
&lt;p&gt;Speaking of math, hopefully your browser is able to display mathematics. I will
be using two types. Inline mathematics, much like the name, is displayed inline,
such as: Let $\mathbb{N} = \mathbb{Z}_{0}^+$ denote the set of natural numbers.
Display math, on the other hand, should be centered. For example, here is
Hölder&#x27;s inequality:&lt;&#x2F;p&gt;
&lt;p&gt;\[ \left(\sum_{i = 1}^n a_i\right)^p \left(\sum_{i = 1}^n b_i\right)^q \geq
\left(\sum_{i = 1}^n \sqrt[p + q]{a_i^p b_i^q}\right)^{p + q}. \]&lt;&#x2F;p&gt;
&lt;p&gt;Since the source file is in markdown, I must be careful as the writer to write
&lt;code&gt;\\[&lt;&#x2F;code&gt; and &lt;code&gt;\\]&lt;&#x2F;code&gt; so that the backslash is properly escaped into the rendered
HTML, but that is not a huge deal.&lt;&#x2F;p&gt;
&lt;p&gt;We can also prerender SVG files to display them.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;posts&#x2F;000&#x2F;iso.svg&quot; alt=&quot;first isomorphism theorem&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;p&gt;The downside is that the foreground color on these SVGs is fixed and cannot
respect the light&#x2F;dark of the reader, so people are stuck with the dark theme
here on this site.&lt;&#x2F;p&gt;
&lt;p&gt;We set up the math to use &lt;a rel=&quot;nofollow noreferrer external&quot; href=&quot;https:&#x2F;&#x2F;tug.org&#x2F;FontCatalogue&#x2F;texgyrepagella&#x2F;&quot;&gt;TeX Gyre Pagella&lt;&#x2F;a&gt; fonts though, so
that they have slightly more visual impact.&lt;&#x2F;p&gt;
&lt;h1 id=&quot;about&quot;&gt;About&lt;a class=&quot;zola-anchor&quot; href=&quot;#about&quot; aria-label=&quot;Anchor link for: about&quot; style=&quot;visibility: hidden;&quot;&gt;&lt;&#x2F;a&gt;
&lt;&#x2F;h1&gt;
&lt;p&gt;This new site should also contain an &lt;a href=&quot;&#x2F;about&quot;&gt;about me&lt;&#x2F;a&gt; page, which should
consist of a short bio and some other reference links.&lt;&#x2F;p&gt;
</content>
        
    </entry>
</feed>
