<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="https://www.w3.org/2005/Atom">
  <channel>
    <title>k0mr4d3</title>
    <description>Where I write about everything</description>
    <link>https://k0mr4d3.me/</link>
    <atom:link href="https://k0mr4d3.me/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Mon, 17 Aug 2026 18:52:56 +0700</pubDate>
    <lastBuildDate>Mon, 17 Aug 2026 18:52:56 +0700</lastBuildDate>
    <generator>Jekyll v3.10.0</generator>
    
      <item>
        <title>My first blog post</title>
        <description>&lt;p&gt;Hello World! Here it is in a few languages, with &lt;strong&gt;bold keywords&lt;/strong&gt; and
&lt;em&gt;italic comments&lt;/em&gt; courtesy of build-time syntax highlighting:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Contents&lt;/strong&gt;&lt;/p&gt;

&lt;ul id=&quot;markdown-toc&quot;&gt;
  &lt;li&gt;&lt;a href=&quot;#python&quot; id=&quot;markdown-toc-python&quot;&gt;Python&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#c&quot; id=&quot;markdown-toc-c&quot;&gt;C&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;python&quot;&gt;Python&lt;/h2&gt;

&lt;div class=&quot;language-python highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;table class=&quot;rouge-table&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class=&quot;rouge-gutter gl&quot;&gt;&lt;pre class=&quot;lineno&quot;&gt;1
2
3
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&quot;rouge-code&quot;&gt;&lt;pre&gt;&lt;span class=&quot;c1&quot;&gt;# the classic
&lt;/span&gt;&lt;span class=&quot;k&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;nf&quot;&gt;main&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;():&lt;/span&gt;
    &lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;Hello World!&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;  &lt;span class=&quot;c1&quot;&gt;# to stdout
&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p class=&quot;caption&quot;&gt;Defines a &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;main&lt;/code&gt; function that prints a greeting to standard output.&lt;/p&gt;

&lt;h2 id=&quot;c&quot;&gt;C&lt;/h2&gt;

&lt;div class=&quot;language-c highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;table class=&quot;rouge-table&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class=&quot;rouge-gutter gl&quot;&gt;&lt;pre class=&quot;lineno&quot;&gt;1
2
3
4
5
6
7
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&quot;rouge-code&quot;&gt;&lt;pre&gt;&lt;span class=&quot;cm&quot;&gt;/* the classic, in C */&lt;/span&gt;
&lt;span class=&quot;cp&quot;&gt;#include&lt;/span&gt; &lt;span class=&quot;cpf&quot;&gt;&amp;lt;stdio.h&amp;gt;&lt;/span&gt;&lt;span class=&quot;cp&quot;&gt;
&lt;/span&gt;
&lt;span class=&quot;kt&quot;&gt;int&lt;/span&gt; &lt;span class=&quot;nf&quot;&gt;main&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;kt&quot;&gt;void&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;{&lt;/span&gt;
    &lt;span class=&quot;n&quot;&gt;printf&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;Hello World!&lt;/span&gt;&lt;span class=&quot;se&quot;&gt;\n&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;);&lt;/span&gt;
    &lt;span class=&quot;k&quot;&gt;return&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;p&quot;&gt;}&lt;/span&gt;
&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p class=&quot;caption&quot;&gt;The same program in C, returning &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;0&lt;/code&gt; to signal success.&lt;/p&gt;
</description>
        <pubDate>Fri, 01 Apr 2016 15:00:00 +0700</pubDate>
        <link>https://k0mr4d3.me/my-first-blog-post/</link>
        <guid isPermaLink="true">https://k0mr4d3.me/my-first-blog-post/</guid>
        
        <category>meta</category>
        
        
        <category>posts</category>
        
      </item>
    
      <item>
        <title>Welcome to plain-html-blog</title>
        <description>&lt;p&gt;&lt;em&gt;plain-html-blog&lt;/em&gt; is a very clean &lt;a href=&quot;https://jekyllrb.com&quot;&gt;Jekyll&lt;/a&gt; blog that works without CSS. It was inspired by websites which (for valid reasons) make minimal use of styling with CSS and the like.&lt;/p&gt;

&lt;p&gt;Just to get an idea, check out &lt;a href=&quot;https://stallman.org&quot;&gt;stallman.org&lt;/a&gt;, Richard Stallman’s personal website, &lt;a href=&quot;http://www.paulgraham.com/index.html&quot;&gt;paulgraham.com&lt;/a&gt; or &lt;a href=&quot;https://motherfuckingwebsite.com&quot;&gt;motherfuckingwebsite.com&lt;/a&gt; (sorry for the language :~). They all come with a certain 90s flavour which in 2016 is still very functional and in a way elegant (only 90s developers will know … :)&lt;/p&gt;

&lt;p&gt;Other than that, this Jekyll blog works like any other static website so you should feel right at home.&lt;/p&gt;

&lt;p&gt;So now go ahead, you’ll want to &lt;a href=&quot;https://github.com/sebbas/plain-html-blog&quot;&gt;get the source code&lt;/a&gt; and read the README to learn how make your own &lt;em&gt;plain-html-blog&lt;/em&gt;.&lt;/p&gt;

</description>
        <pubDate>Fri, 01 Apr 2016 14:00:00 +0700</pubDate>
        <link>https://k0mr4d3.me/welcome-to-plain-html-blog/</link>
        <guid isPermaLink="true">https://k0mr4d3.me/welcome-to-plain-html-blog/</guid>
        
        <category>jekyll</category>
        
        <category>plain-html</category>
        
        
        <category>posts</category>
        
      </item>
    
  </channel>
</rss>
