<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>blog &amp;mdash; musicmatzes blog</title>
    <link>https://beyermatthias.de/tag:blog</link>
    <description></description>
    <pubDate>Wed, 06 May 2026 11:58:18 +0200</pubDate>
    <item>
      <title>Vacation</title>
      <link>https://beyermatthias.de/vacation</link>
      <description>&lt;![CDATA[I will fly to iceland tomorrow. I&#39;m really excited about this and I really&#xA;hope I will have the opportunity to take great pictures while there.&#xA;&#xA;But vacation also means no activity on my open source projects. This post is&#xA;mainly for your notice that there won&#39;t be any updates on&#xA;imag or other projects in the next weeks, until I&#39;m back.&#xA;&#xA;I guess I have to set a photo gallery up when I&#39;m back, so I can share the&#xA;pictures I take in iceland.&#xA;&#xA;Have a nice summer, you all!&#xA;&#xA;tags:  #blog #life&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>I will fly to iceland tomorrow. I&#39;m really excited about this and I really
hope I will have the opportunity to take great pictures while there.</p>

<p>But vacation also means no activity on my open source projects. This post is
mainly for your notice that there won&#39;t be any updates on
<a href="https://imag-pim.org">imag</a> or other projects in the next weeks, until I&#39;m back.</p>

<p>I guess I have to set a photo gallery up when I&#39;m back, so I can share the
pictures I take in iceland.</p>

<p>Have a nice summer, you all!</p>

<p>tags:  <a href="https://beyermatthias.de/tag:blog" class="hashtag"><span>#</span><span class="p-category">blog</span></a> <a href="https://beyermatthias.de/tag:life" class="hashtag"><span>#</span><span class="p-category">life</span></a></p>
]]></content:encoded>
      <guid>https://beyermatthias.de/vacation</guid>
      <pubDate>Sat, 22 Jul 2017 16:38:13 +0200</pubDate>
    </item>
    <item>
      <title>IPFS hosted blog</title>
      <link>https://beyermatthias.de/ipfs-hosted-blog</link>
      <description>&lt;![CDATA[This blog is now hosted via ipfs as well.&#xA;&#xA;What does this mean?&#xA;&#xA;This means that you can access this blog&#xA;via this IPNS name&#xA;directly.&#xA;As it is hosted in a distributed manner, a node which has the content must be&#xA;online, else the retrieval fails.&#xA;I try to keep nodes online which host this content, though I cannot promise&#xA;anything, of course.&#xA;&#xA;Old versions (starting today) of this blog can be found here,&#xA;also hosted via IPFS.&#xA;So you can see all typos I correct now and then.&#xA;&#xA;How can I help?&#xA;&#xA;You can help hosting this very blog by&#xA;installing ipfs&#xA;and pinning the latest hash&#xA;(which is&#xA;QmefDSDRcNyQUzNaVJnazQ7GpynjyEzPrdo1sdEk8ZLt8a&#xA;as of writing, but might be changed by now).&#xA;&#xA;hash=$(ipfs name resolve QmX95tkM6em8MP1SDs9Qae1G9YscqwozQJbX5rWTTYcJea)&#xA;ipfs pin add -r &#34;$hash&#34;&#xA;&#xA;The newest version will be published under this name:&#xA;&#xA;/ipns/QmX95tkM6em8MP1SDs9Qae1G9YscqwozQJbX5rWTTYcJea&#xA;&#xA;So you can poll the newest version of this blog by re-resolving this name and&#xA;pinning the contents via ipfs pin add -r.&#xA;&#xA;How is it done?&#xA;&#xA;Well, that&#39;s rather trivial.&#xA;I have an ipfs daemon running on my machine and a bash script for adding the&#xA;contents of this blog to ipfs.&#xA;Each time I run this script, it adds the blog contents to ipfs and writes the&#xA;last hash to the &#34;old-versions&#34; file.&#xA;After that, it publishes the name.&#xA;&#xA;So my workflow is like this:&#xA;&#xA;Run hugo to update the blog sources locally&#xA;Run my ipfs publish script to publish the site in ipfs&#xA;Run my publish script to publish the site on beyermatthias.de&#xA;&#xA;You really should host your things with IPFS as well!&#xA;&#xA;Additional notes&#xA;&#xA;What I had to do before this worked with &#34;hugo&#34;: I had to ensure hugo did not&#xA;generate absolute URLs.&#xA;Because if each link links to the full URL of the blog&#xA;(beyermatthias.de/yaddayadda), each link in the IPFS-checked-in-version links&#xA;to this URL as well.&#xA;Instead, each URL has to be relative to the current location, then, the IPFS&#xA;versions link correctly.&#xA;&#xA;tags:  #blog #server #tools&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>This blog is now hosted via <a href="https://ipfs.io">ipfs</a> as well.</p>

<h1 id="what-does-this-mean" id="what-does-this-mean">What does this mean?</h1>

<p>This means that you can access this blog
<a href="http://gateway.ipfs.io/ipns/QmX95tkM6em8MP1SDs9Qae1G9YscqwozQJbX5rWTTYcJea/">via this IPNS name</a>
directly.
As it is hosted in a distributed manner, a node which has the content must be
online, else the retrieval fails.
I try to keep nodes online which host this content, though I cannot promise
anything, of course.</p>

<p>Old versions (starting today) of this blog can be found <a href="/old-versions">here</a>,
also hosted via IPFS.
So you can see all typos I correct now and then.</p>

<h1 id="how-can-i-help" id="how-can-i-help">How can I help?</h1>

<p>You can help hosting this very blog by
<a href="https://ipfs.io/docs/getting-started/">installing ipfs</a>
and pinning the latest hash
(which is
<a href="http://gateway.ipfs.io/ipfs/QmefDSDRcNyQUzNaVJnazQ7GpynjyEzPrdo1sdEk8ZLt8a"><code>QmefDSDRcNyQUzNaVJnazQ7GpynjyEzPrdo1sdEk8ZLt8a</code></a>
as of writing, but might be changed by now).</p>

<pre><code>hash=$(ipfs name resolve QmX95tkM6em8MP1SDs9Qae1G9YscqwozQJbX5rWTTYcJea)
ipfs pin add -r &#34;$hash&#34;
</code></pre>

<p>The newest version will be published under this name:</p>

<pre><code>/ipns/QmX95tkM6em8MP1SDs9Qae1G9YscqwozQJbX5rWTTYcJea
</code></pre>

<p>So you can poll the newest version of this blog by re-resolving this name and
pinning the contents via <code>ipfs pin add -r</code>.</p>

<h1 id="how-is-it-done" id="how-is-it-done">How is it done?</h1>

<p>Well, that&#39;s rather trivial.
I have an ipfs daemon running on my machine and a bash script for adding the
contents of this blog to ipfs.
Each time I run this script, it adds the blog contents to ipfs and writes the
last hash to the “old-versions” file.
After that, it publishes the name.</p>

<p>So my workflow is like this:</p>
<ol><li>Run <code>hugo</code> to update the blog sources locally</li>
<li>Run my ipfs publish script to publish the site in ipfs</li>
<li>Run my publish script to publish the site on <a href="https://beyermatthias.de">beyermatthias.de</a></li></ol>

<p>You really should host your things with IPFS as well!</p>

<h1 id="additional-notes" id="additional-notes">Additional notes</h1>

<p>What I had to do before this worked with “hugo”: I had to ensure hugo did not
generate absolute URLs.
Because if each link links to the full URL of the blog
(beyermatthias.de/yaddayadda), each link in the IPFS-checked-in-version links
to this URL as well.
Instead, each URL has to be relative to the current location, then, the IPFS
versions link correctly.</p>

<p>tags:  <a href="https://beyermatthias.de/tag:blog" class="hashtag"><span>#</span><span class="p-category">blog</span></a> <a href="https://beyermatthias.de/tag:server" class="hashtag"><span>#</span><span class="p-category">server</span></a> <a href="https://beyermatthias.de/tag:tools" class="hashtag"><span>#</span><span class="p-category">tools</span></a></p>
]]></content:encoded>
      <guid>https://beyermatthias.de/ipfs-hosted-blog</guid>
      <pubDate>Sat, 01 Apr 2017 16:41:08 +0200</pubDate>
    </item>
    <item>
      <title>My first bit production-racket</title>
      <link>https://beyermatthias.de/my-first-bit-production-racket</link>
      <description>&lt;![CDATA[I just wrote my very first bit of racket code which actually runs somewhere.&#xA;Want to find out what it is?&#xA;&#xA;!-- more --&#xA;&#xA;Well, it is a rather simple piece of code, and it helps me generating this&#xA;very blog. If you visit this blog frequently, you may have noticed that the&#xA;layout changed a bit. Chaning the layout was a thing I wanted to do for months&#xA;and the adaptions I just did are exactly what I wanted to do all the time:&#xA;Move the content in the center of the page, the lines are now shorter as the&#xA;div in which the content lives got reduced in its width.&#xA;&#xA;I also moved the tags and dates on the left of the articles, both on the index&#xA;page and on the article pages. I really like that style. It wasn&#39;t that easy&#xA;(for me as racket-newbie), because the blog engine I use&#xA;(frog) has no method to insert a&#xA;html-list of tags somewhere. So I coded it myself, right in the templates for&#xA;the article and index pages.&#xA;&#xA;Here&#39;s how I did that:&#xA;&#xA;First, I put everything into a subcontainer of the bootstrap layout. The&#xA;date and tags (lets call it metadata) lives in a two-column-container to the&#xA;left of the ten-column-container which holds the content&#xA;I wrote a bit of racket code to generate a html-bullet-list out of the&#xA;comma seperated list of tags frog gives me:&#xA;&#xA;@(string-join&#xA;  (map (lambda (str)&#xA;        (string-append &#34;li&#34; str &#34;/li&#34;))&#xA;       (string-split tags &#34;,&#34;)))&#xA;&#xA;What it does is simple: It splits the string in tags, which holds a&#xA;list of tag-links by the seperator, the comma. Then it maps a lambda over the&#xA;list of strings, which appends the string to &#34;li&#34; and &#34;/li&#34; to that.&#xA;Afterwards, the whole list gets joined together, so we have one big string&#xA;left.&#xA;&#xA;The template itself contains the ul and /ul tags around the list.&#xA;This way, I generate a nice bullet list for both the index pages and the&#xA;article pages.&#xA;&#xA;Unfortunately, the solution is not very DRY, as both templates&#xA;contain the same code. There is no possibility to pass custom code to frog,&#xA;yet. But I opened a feature request on github to include such an option&#xA;(providing a pull request would be much nicer, I know - but as you already&#xA;know, I&#39;m a racket newbie and I&#39;m not sure I can figure out such a thing&#xA;myself).&#xA;&#xA;tags:  #blog #racket #programming&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>I just wrote my very first bit of racket code which actually <em>runs</em> somewhere.
Want to find out what it is?</p>



<p>Well, it is a rather simple piece of code, and it helps me generating this
very blog. If you visit this blog frequently, you may have noticed that the
layout changed a bit. Chaning the layout was a thing I wanted to do for months
and the adaptions I just did are exactly what I wanted to do all the time:
Move the content in the center of the page, the lines are now shorter as the
div in which the content lives got reduced in its width.</p>

<p>I also moved the tags and dates on the left of the articles, both on the index
page and on the article pages. I really like that style. It wasn&#39;t that easy
(for me as racket-newbie), because the blog engine I use
(<a href="https://github.com/greghendershott/frog">frog</a>) has no method to insert a
html-list of tags somewhere. So I coded it myself, right in the templates for
the article and index pages.</p>

<p>Here&#39;s how I did that:</p>
<ol><li>First, I put everything into a subcontainer of the bootstrap layout. The
date and tags (lets call it metadata) lives in a two-column-container to the
left of the ten-column-container which holds the content</li>
<li>I wrote a bit of racket code to generate a html-bullet-list out of the
comma seperated list of tags frog gives me:</li></ol>

<pre><code class="language-racket">@(string-join
  (map (lambda (str)
        (string-append &#34;&lt;li&gt;&#34; str &#34;&lt;/li&gt;&#34;))
       (string-split tags &#34;,&#34;)))
</code></pre>

<p>What it does is simple: It splits the string in <code>tags</code>, which holds a
list of tag-links by the seperator, the comma. Then it maps a lambda over the
list of strings, which appends the string to <code>&#34;&lt;li&gt;&#34;</code> and <code>&#34;&lt;/li&gt;&#34;</code> to that.
Afterwards, the whole list gets joined together, so we have one big string
left.</p>

<p>The template itself contains the <code>&lt;ul&gt;</code> and <code>&lt;/ul&gt;</code> tags around the list.
This way, I generate a nice bullet list for both the index pages and the
article pages.</p>

<p>Unfortunately, the solution is not very DRY, as both templates
contain the same code. There is no possibility to pass custom code to frog,
yet. But I opened a feature request on github to include such an option
(providing a pull request would be much nicer, I know – but as you already
know, I&#39;m a racket newbie and I&#39;m not sure I can figure out such a thing
myself).</p>

<p>tags:  <a href="https://beyermatthias.de/tag:blog" class="hashtag"><span>#</span><span class="p-category">blog</span></a> <a href="https://beyermatthias.de/tag:racket" class="hashtag"><span>#</span><span class="p-category">racket</span></a> <a href="https://beyermatthias.de/tag:programming" class="hashtag"><span>#</span><span class="p-category">programming</span></a></p>
]]></content:encoded>
      <guid>https://beyermatthias.de/my-first-bit-production-racket</guid>
      <pubDate>Sat, 19 Sep 2015 16:37:42 +0200</pubDate>
    </item>
    <item>
      <title>Racket on NixOS</title>
      <link>https://beyermatthias.de/racket-on-nixos</link>
      <description>&lt;![CDATA[As you might have noticed, I&#39;m about to switch to NixOS, the purely functional&#xA;Linux distribution (tm). Here are some toughts on Racket on NixOS.&#xA;&#xA;!-- more --&#xA;&#xA;First, why Racket? Well, my blog here is written using frog, [the frozen blog&#xA;tool](https://github.com/greghendershott/frog) which is written in Racket . It&#xA;actually works really well for me and was not that much effort to setup - I&#39;d&#xA;recommend it to everyone.&#xA;&#xA;But this isn&#39;t about frog, this is about racket. So, I need Racket for my&#xA;blog. But I also like Racket, I played with it some time ago and it is a neat&#xA;language, really!&#xA;&#xA;Because of my switch to NixOS I wanted to try whether I can compile my blog on&#xA;NixOS, so I installed Racket on my NixOS-testing machine. And you know what is&#xA;awesome?&#xA;&#xA;It. Just. Worked.&#xA;&#xA;When installing racket, the racket language distribution ships everything you&#xA;need. It ships the racket interpreter, it ships DrRacket, the Racket-IDE, the&#xA;REPL, the package manager for racket. I was able to install frog and compile&#xA;my blog in 3 steps.&#xA;&#xA;Install racket&#xA;Install frog using the racket package manager&#xA;Compile the blog&#xA;&#xA;Well, you actually do not use the nix package manager when doing the upper&#xA;steps, which is, of course, impure. But I wanted to focus on whether it works&#xA;or not here, not on purity. Of course it would be much better to be able to&#xA;install frog via the nix package manager, keeping everything in the nix store.&#xA;But that&#39;s not possible (yet), I guess.&#xA;tags:  #linux #nixos #nix #blog&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>As you might have noticed, I&#39;m about to switch to NixOS, the purely functional
Linux distribution ™. Here are some toughts on Racket on NixOS.</p>



<p>First, why Racket? Well, my blog here is written using <code>frog</code>, <a href="https://github.com/greghendershott/frog">the frozen blog
tool</a> which is written in Racket . It
actually works really well for me and was not that much effort to setup – I&#39;d
recommend it to everyone.</p>

<p>But this isn&#39;t about frog, this is about racket. So, I need Racket for my
blog. But I also like Racket, I played with it some time ago and it is a neat
language, really!</p>

<p>Because of my switch to NixOS I wanted to try whether I can compile my blog on
NixOS, so I installed Racket on my NixOS-testing machine. And you know what is
awesome?</p>

<p>It. Just. Worked.</p>

<p>When installing racket, the racket language distribution ships everything you
need. It ships the racket interpreter, it ships DrRacket, the Racket-IDE, the
REPL, the package manager for racket. I was able to install <code>frog</code> and compile
my blog in 3 steps.</p>
<ol><li>Install racket</li>
<li>Install frog using the racket package manager</li>
<li>Compile the blog</li></ol>

<p>Well, you actually do not use the nix package manager when doing the upper
steps, which is, of course, impure. But I wanted to focus on whether it works
or not here, not on purity. Of course it would be much better to be able to
install frog via the nix package manager, keeping everything in the nix store.
But that&#39;s not possible (yet), I guess.
tags:  <a href="https://beyermatthias.de/tag:linux" class="hashtag"><span>#</span><span class="p-category">linux</span></a> <a href="https://beyermatthias.de/tag:nixos" class="hashtag"><span>#</span><span class="p-category">nixos</span></a> <a href="https://beyermatthias.de/tag:nix" class="hashtag"><span>#</span><span class="p-category">nix</span></a> <a href="https://beyermatthias.de/tag:blog" class="hashtag"><span>#</span><span class="p-category">blog</span></a></p>
]]></content:encoded>
      <guid>https://beyermatthias.de/racket-on-nixos</guid>
      <pubDate>Tue, 20 Jan 2015 16:37:29 +0100</pubDate>
    </item>
    <item>
      <title>Switching again: Frog!</title>
      <link>https://beyermatthias.de/switching-again-frog</link>
      <description>&lt;![CDATA[Well, I am switching my blogging tool again. But I guess, this time, everything&#xA;will be fine the way it is now.&#xA;&#xA;The new tool is called &#34;frog&#34;.&#xA;&#xA;!-- more --&#xA;&#xA;And it is written in Racket, the programming language I&#39;m learning at the&#xA;moment. It has some nice features and targets bloggers, so it&#39;s the right tool&#xA;for me, I guess. It generates static sites, so yay! No more update hell, at&#xA;least not on the server! Racket uses a special versioning policy to prevent the&#xA;dependency-hell, maybe this works also well for updates? I&#39;d love it!&#xA;&#xA;So, I&#39;m using frog now. I converted my old entries to its format (which is&#xA;Markdown, but it wants a specially formatted header at the beginning of each&#xA;Markdown file) and it generates it really fast (hopefully it scales...).&#xA;&#xA;So, I hope you like it. Some of you have requested a atom/rss feed, it&#39;s&#xA;integrated, so here you go...&#xA;&#xA;tags:  #blog&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>Well, I am switching my blogging tool again. But I guess, this time, everything
will be fine the way it is now.</p>

<p>The new tool is called “frog”.</p>



<p>And it is written in Racket, the programming language I&#39;m learning at the
moment. It has some nice features and targets bloggers, so it&#39;s the right tool
for me, I guess. It generates static sites, so yay! No more update hell, at
least not on the server! Racket uses a special versioning policy to prevent the
dependency-hell, maybe this works also well for updates? I&#39;d love it!</p>

<p>So, I&#39;m using frog now. I converted my old entries to its format (which is
Markdown, but it wants a specially formatted header at the beginning of each
Markdown file) and it generates it really fast (hopefully it scales...).</p>

<p>So, I hope you like it. Some of you have requested a atom/rss feed, it&#39;s
integrated, so here you go...</p>

<p>tags:  <a href="https://beyermatthias.de/tag:blog" class="hashtag"><span>#</span><span class="p-category">blog</span></a></p>
]]></content:encoded>
      <guid>https://beyermatthias.de/switching-again-frog</guid>
      <pubDate>Tue, 04 Nov 2014 16:37:26 +0100</pubDate>
    </item>
    <item>
      <title>Who&#39;s writing there?</title>
      <link>https://beyermatthias.de/whos-writing-there</link>
      <description>&lt;![CDATA[As this blog is the only resource you can find information about me, I decided&#xA;to write some stuff about me!&#xA;&#xA;!-- more --&#xA;&#xA;I&#39;m a (at this time) 22 year old guy, living and studying in Germany, in the&#xA;Black Forest. I&#39;m studying Computer Science and successfully finished my second&#xA;semester at the moment.&#xA;&#xA;I&#39;m a free software and open source enthusiast since 2008 (ca.). My favourite&#xA;operating system is Linux, Archlinux as distribution. But I also like Debian&#xA;(not Ubuntu!) and other distributions. I&#39;m a free software contributor,&#xA;contributed to various open source projects, including the linux kernel [C], OSv&#xA;[C, Java] (a VM-Operating system), tig [C] (a console frontend for git), agendav&#xA;[PHP] (CAL-dav web client), davical [PHP] (CALdav and CARDdav server), nanoc&#xA;[Ruby] (static site compiler), hashtable [C] (hashtable implementation) and much&#xA;more smaller projects.&#xA;&#xA;My favourite languages are C and Ruby, but I&#39;m also very interested in&#xA;functional languages like Haskell or Scala (but I don&#39;t like the JVM).&#xA;&#xA;Besides this I like listening to music, cooking or contributing talks or other&#xA;stuff to my local linux user group.&#xA;&#xA;I think, that&#39;s it! If you have questions or ideas, you want me to know of...&#xA;send me an email!&#xA;&#xA;tags:  #blog&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>As this blog is the only resource you can find information about me, I decided
to write some stuff about me!</p>



<p>I&#39;m a (at this time) 22 year old guy, living and studying in Germany, in the
Black Forest. I&#39;m studying Computer Science and successfully finished my second
semester at the moment.</p>

<p>I&#39;m a free software and open source enthusiast since 2008 (ca.). My favourite
operating system is Linux, Archlinux as distribution. But I also like Debian
(not Ubuntu!) and other distributions. I&#39;m a free software contributor,
contributed to various open source projects, including the linux kernel [C], OSv
[C, Java] (a VM-Operating system), tig [C] (a console frontend for git), agendav
[PHP] (CAL-dav web client), davical [PHP] (CALdav and CARDdav server), nanoc
[Ruby] (static site compiler), hashtable [C] (hashtable implementation) and much
more smaller projects.</p>

<p>My favourite languages are C and Ruby, but I&#39;m also very interested in
functional languages like Haskell or Scala (but I don&#39;t like the JVM).</p>

<p>Besides this I like listening to music, cooking or contributing talks or other
stuff to my local linux user group.</p>

<p>I think, that&#39;s it! If you have questions or ideas, you want me to know of...
send me <a href="mailto:mail@beyermatthias.de">an email</a>!</p>

<p>tags:  <a href="https://beyermatthias.de/tag:blog" class="hashtag"><span>#</span><span class="p-category">blog</span></a></p>
]]></content:encoded>
      <guid>https://beyermatthias.de/whos-writing-there</guid>
      <pubDate>Mon, 22 Sep 2014 16:36:53 +0200</pubDate>
    </item>
    <item>
      <title>Vee restart here</title>
      <link>https://beyermatthias.de/vee-restart-here</link>
      <description>&lt;![CDATA[I wrote this article before, but it vanished somehow. So I write it again.&#xA;&#xA;The deal is: I removed ghost as a blogging platform and switched back to a&#xA;static site compiler, compiling the contents on my local machine and publishing&#xA;the generated html.&#xA;&#xA;!-- more --&#xA;&#xA;For generating the contents, I use &#34;vee&#34;. This is a bash script for doing blogs.&#xA;There&#39;s nothing more to say about this, expect that the old articles from my&#xA;ghost blog were imported here. They were all imported on one date, that&#39;s why&#xA;they all have the same date (which is a bit funny if you look at the &#34;Happy New&#xA;Year&#34; post - which is dated somewhere in the middle of the year now).&#xA;&#xA;So, ... I hope this one will last longer than just some months. I really like it&#xA;because it is so damn simple. And that&#39;s all I want: Publishing thoughts. No&#xA;fancy stuff around, but human-readable blog raw material.&#xA;&#xA;Licenses for the entries will follow, of course.&#xA;&#xA;tags:  #blog&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>I wrote this article before, but it vanished somehow. So I write it again.</p>

<p>The deal is: I removed ghost as a blogging platform and switched back to a
static site compiler, compiling the contents on my local machine and publishing
the generated html.</p>



<p>For generating the contents, I use “vee”. This is a bash script for doing blogs.
There&#39;s nothing more to say about this, expect that the old articles from my
ghost blog were imported here. They were all imported on one date, that&#39;s why
they all have the same date (which is a bit funny if you look at the “Happy New
Year” post – which is dated somewhere in the middle of the year now).</p>

<p>So, ... I hope this one will last longer than just some months. I really like it
because it is so damn simple. And that&#39;s all I want: Publishing thoughts. No
fancy stuff around, but human-readable blog raw material.</p>

<p>Licenses for the entries will follow, of course.</p>

<p>tags:  <a href="https://beyermatthias.de/tag:blog" class="hashtag"><span>#</span><span class="p-category">blog</span></a></p>
]]></content:encoded>
      <guid>https://beyermatthias.de/vee-restart-here</guid>
      <pubDate>Mon, 22 Sep 2014 16:36:48 +0200</pubDate>
    </item>
    <item>
      <title>First thoughts on ghost</title>
      <link>https://beyermatthias.de/first-thoughts-on-ghost</link>
      <description>&lt;![CDATA[As I already wrote, I&#39;m using ghost as blogging platform in&#xA;here. I want to collect some initial thoughts on it in here.&#xA;&#xA;!-- more --&#xA;&#xA;Ghost vs. ...&#xA;&#xA;I used Wordpress, jekyll and nanoc before. And I want to compare them with&#xA;ghost. You may think they are not comparable, as Wordpress is a content&#xA;management system, jekyll and nanoc are static site compilers and ghost is a&#xA;simple blogging platform, but I think they really are!&#xA;&#xA;Wordpress&#xA;&#xA;Wordpress is the most known CMS out there, besides Drupal and Typo3. It is&#xA;really user-friendly (or was when I used it, which was almost 3 years ago). I&#xA;really like Wordpress as content management system, and maybe I have to deal&#xA;around with it at the beginning of next year, but I don&#39;t like some things which&#xA;it is related to...&#xA;First of all, I really don&#39;t like that it is written in PHP. PHP as is, is a&#xA;[terrible&#xA;language](http://www.codinghorror.com/blog/2008/05/php-sucks-but-it-doesnt-matter.html).&#xA;I even would say it is a cruel language, as it allows things which are&#xA;absolutely not sane at all. For example, this is absolutely valid PHP code:&#xA;&#xA;        $nothing = NULL; $nothing-&amp;gt;foo = &#34;foo&#34;;&#xA;    &#xA;Not to mention that PHP is slow. I don&#39;t want a slow blog. I want a fast blog!&#xA;The second thing is that Wordpress is big. It became just to big for normal&#xA;blogging. The whole infrastructure is a mess. I wrote a wordpress theme some&#xA;day, and I struggled figuring out what exactly to do and why and so on.&#xA;&#xA;jekyll / nanoc&#xA;&#xA;jekyll and nanoc are static site compilers. They compile content into static&#xA;html files, which are much faster at loading speed (static html can be served in&#xA;so much less time, you can&#39;t imagine)! Also, plain html is much more secure than&#xA;some running code on your web server, as it is not hackable.&#xA;The negative thing on this is: you have to do some setup. I know, there is&#xA;octopress, which is really good at &#34;click and play&#34; and so on, but it is still&#xA;too much effort for me.&#xA;Ruby is slow, too! But I don&#39;t have to care, as the site compiles on my own&#xA;device. It can take hours (which would be really annoying, but fortunately these&#xA;static site compilers are really good optimized), I would never mind, as the&#xA;pages are still served in nearly no time by the web server.&#xA;&#xA;ghost&#xA;&#xA;Well, ghost is not as much click-and-play as octopress or wordpress. But it is&#xA;almost. And I can start submitting content to my page in almost no time. It took&#xA;me one hour to figure out how to get it running on my system. I&#39;m not familiar&#xA;with this node.js stuff and everything, just read through one or two tutorials I&#xA;found at google. And it works.&#xA;It is not as fast as static web pages, but it is also not as slow as Wordpress.&#xA;I think it works good for me in manner of speed.&#xA;It is not really as much as nerdy as I usualy prefer my software to be, as it&#xA;has a neat graphical interface and everything. But it works really well for me.&#xA;It is not &#34;What you see is what you get&#34; but it has a preview for the markdown I&#xA;wrote, which is really nice (I sometimes wish I would have this for the latex&#xA;stuff I write)!&#xA;It is really much point-and-click stuff, but I never said I wouldn&#39;t use such a&#xA;thing. I just said I don&#39;t like this kind of stuff. But I think I will stick to&#xA;ghost, as I really like it by now!&#xA;&#xA;tags:  #blog #ghost&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>As I already wrote, I&#39;m using <a href="https://ghost.org">ghost</a> as blogging platform in
here. I want to collect some initial thoughts on it in here.</p>



<h2 id="ghost-vs" id="ghost-vs">Ghost vs. ...</h2>

<p>I used Wordpress, jekyll and nanoc before. And I want to compare them with
ghost. You may think they are not comparable, as Wordpress is a content
management system, jekyll and nanoc are static site compilers and ghost is a
simple blogging platform, but I think they really are!</p>

<h3 id="wordpress" id="wordpress">Wordpress</h3>

<p>Wordpress is the most known CMS out there, besides Drupal and Typo3. It is
really user-friendly (or was when I used it, which was almost 3 years ago). I
really like Wordpress as content management system, and maybe I have to deal
around with it at the beginning of next year, but I don&#39;t like some things which
it is related to...
First of all, I really don&#39;t like that it is written in PHP. PHP as is, is a
<a href="http://www.codinghorror.com/blog/2008/05/php-sucks-but-it-doesnt-matter.html">terrible
language</a>.
I even would say it is a cruel language, as it allows things which are
absolutely not sane at all. For example, this is absolutely valid PHP code:</p>

<p>    <code>php
    $nothing = NULL; $nothing-&amp;gt;foo = &#34;foo&#34;;
</code></p>

<p>Not to mention that PHP is <em>slow</em>. I don&#39;t want a slow blog. I want a fast blog!
The second thing is that Wordpress is big. It became just to big for normal
blogging. The whole infrastructure is a mess. I wrote a wordpress theme some
day, and I struggled figuring out what exactly to do and why and so on.</p>

<h3 id="jekyll-nanoc" id="jekyll-nanoc">jekyll / nanoc</h3>

<p>jekyll and nanoc are static site compilers. They compile content into static
html files, which are much faster at loading speed (static html can be served in
so much less time, you can&#39;t imagine)! Also, plain html is much more secure than
some running code on your web server, as it is not hackable.
The negative thing on this is: you have to do some setup. I know, there is
octopress, which is really good at “click and play” and so on, but it is still
too much effort for me.
Ruby is slow, too! But I don&#39;t have to care, as the site compiles on my own
device. It can take hours (which would be really annoying, but fortunately these
static site compilers are really good optimized), I would never mind, as the
pages are still served in nearly no time by the web server.</p>

<h3 id="ghost" id="ghost">ghost</h3>

<p>Well, ghost is not as much click-and-play as octopress or wordpress. But it is
almost. And I can start submitting content to my page in almost no time. It took
me one hour to figure out how to get it running on my system. I&#39;m not familiar
with this node.js stuff and everything, just read through one or two tutorials I
found at google. And it works.
It is not as fast as static web pages, but it is also not as slow as Wordpress.
I think it works good for me in manner of speed.
It is not really as much as nerdy as I usualy prefer my software to be, as it
has a neat graphical interface and everything. But it works really well for me.
It is not “What you see is what you get” but it has a preview for the markdown I
wrote, which is really nice (I sometimes wish I would have this for the latex
stuff I write)!
It is really much point-and-click stuff, but I never said I wouldn&#39;t use such a
thing. I just said I don&#39;t like this kind of stuff. But I think I will stick to
ghost, as I really like it by now!</p>

<p>tags:  <a href="https://beyermatthias.de/tag:blog" class="hashtag"><span>#</span><span class="p-category">blog</span></a> <a href="https://beyermatthias.de/tag:ghost" class="hashtag"><span>#</span><span class="p-category">ghost</span></a></p>
]]></content:encoded>
      <guid>https://beyermatthias.de/first-thoughts-on-ghost</guid>
      <pubDate>Mon, 22 Sep 2014 16:36:22 +0200</pubDate>
    </item>
  </channel>
</rss>