<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Artyn&#39;s blog</title>
  <id>https://artyn.me/</id>
  <link rel="alternate" href="https://artyn.me/"/>
  <link href="https://artyn.me/index.xml" rel="self"/>
  <updated>
    Wed, 25 Feb 2026 00:00:00 +0000
  </updated>
  <author><name>Artyn Karadak</name></author>
  
  
  <entry>
    <title>Example page</title>
    <link rel="alternate" type="text/html" href="https://artyn.me/example-page.html"/>
    <id>https://artyn.me/example-page.html</id>
    <published>
      Wed, 25 Feb 2026 00:00:00 +0000
    </published>
    <updated>
      Wed, 25 Feb 2026 00:00:00 +0000
    </updated>
    <content type="html">&lt;p&gt;This is a page to test if my website&amp;rsquo;s typography is generally good.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;So I make a list.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;This is a another item.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;This is another item.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is more text.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Another list&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Only numbered&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Here is some code.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-css&#34;&gt;p {
    color: blue;
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This is a image.&lt;/p&gt;
&lt;figure&gt;&lt;img src=&#34;https://artyn.me/img/chocobo-bridge.jpg&#34;
    alt=&#34;a cute black and white puppy being cradled in my lap&#34;&gt;&lt;figcaption&gt;
      &lt;h4&gt;our new puppy&lt;/h4&gt;
    &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;So far everything is looking good. Now I want to see if my asides work nicely. Asides are a newish HTML tag that lets you specify additional information that would be a big break if it was included in the body.&lt;/p&gt;
&lt;aside&gt;
&lt;p&gt;our new puppy&lt;/p&gt;
&lt;/aside&gt;
&lt;p&gt;I also want to try how adding a quotes looks.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Do not fall into the trap of anthropomorphizing Larry Ellison. You need to think of Larry Ellison the way you think of a lawnmower. You don’t anthropomorphize your lawnmower, the lawnmower just mows the lawn - you stick your hand in there and it’ll chop it off, the end. You don’t think &amp;ldquo;oh, the lawnmower hates me&amp;rdquo; – lawnmower doesn’t give a shit about you, lawnmower can’t hate you. Don’t anthropomorphize the lawnmower. Don’t fall into that trap about Oracle. - Bryan Cantrill&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Here is a link to a &lt;a href=&#34;https://doc.sccode.org/Classes/Klang.html&#34;&gt;cool SuperCollider function called Klang&lt;/a&gt;. Seems like the most compact way to do additive synthesis.&lt;/p&gt;
&lt;p&gt;Here is a table! I never like using tables!&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;wow&lt;/th&gt;
          &lt;th&gt;hello&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;punnet&lt;/td&gt;
          &lt;td&gt;wow&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;What else? Should I &lt;strong&gt;add&lt;/strong&gt; and &lt;em&gt;maybe&lt;/em&gt; I should &lt;code&gt;code&lt;/code&gt; and how about some more &lt;code&gt;code&lt;/code&gt;?.&lt;/p&gt;
&lt;div class=&#34;ox-hugo-table scrollable&#34;&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;h1&lt;/th&gt;
          &lt;th&gt;h4&lt;/th&gt;
          &lt;th&gt;test&lt;/th&gt;
          &lt;th&gt;test I am really going to test the limits of org mode tables&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;abc&lt;/td&gt;
          &lt;td&gt;def&lt;/td&gt;
          &lt;td&gt;ghi&lt;/td&gt;
          &lt;td&gt;wow&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;h2 id=&#34;i-am-testing-all-of-the-headings&#34;&gt;I am testing all of the headings&lt;/h2&gt;
&lt;p&gt;How far should I go?&lt;/p&gt;
&lt;h3 id=&#34;another-level-of-headings&#34;&gt;Another level of headings&lt;/h3&gt;
&lt;p&gt;How far should I go?&lt;/p&gt;
&lt;h4 id=&#34;another-level-of-headings&#34;&gt;ANOTHER LEVEL OF HEADINGS&lt;/h4&gt;
&lt;p&gt;This is the last I will go.&lt;/p&gt;
&lt;!--list-separator--&gt;
&lt;ul&gt;
&lt;li&gt;You genuinely don&amp;rsquo;t need it to be this deep&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;back-to-the-topper-levels&#34;&gt;Back to the topper levels&lt;/h2&gt;
</content>
  </entry>
  
</feed>
