<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title></title>
    <description>Read on to find out what I've been up to and what I've been working on! For my more polished posts, check out http://squidarth.com</description>
    <link>http://misc.squidarth.com//</link>
    <atom:link href="http://misc.squidarth.com//feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Thu, 14 May 2020 01:48:01 +0000</pubDate>
    <lastBuildDate>Thu, 14 May 2020 01:48:01 +0000</lastBuildDate>
    <generator>Jekyll v3.8.5</generator>
    
      <item>
        <title>How I Built This</title>
        <description>&lt;p&gt;&lt;em&gt;Obligatory musings about the state of blogging technology&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;When deciding to make a new site, I had to face the eternal question of
“Do I reach for something I know how to use and does the job well or try
the new hotness?”.&lt;/p&gt;

&lt;p&gt;The new hotness, in this case, is &lt;a href=&quot;https://www.gatsbyjs.org/&quot;&gt;GatsbyJS&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Gatsby has some pretty interesting ideas, and to be honest, took me a while
to understand. The main gist of it is that you write a React.js application,
and the Gatsby tool will take that, and at compile-time, run that application,
and spit out a static site.&lt;/p&gt;

&lt;p&gt;This is cool, because the React.js application that you define could pull data
from a variety of data sources, but you &lt;em&gt;incur the cost&lt;/em&gt; of pulling data from those
sources at compile-time, rather than when users are using the application. These
data sources could be literally anything, CMS data, markdown files, some external API.&lt;/p&gt;

&lt;p&gt;All that said, for what I’m trying to accomplish with this site, this doesn’t really buy
me anything. With either trusty old &lt;a href=&quot;https://jekyllrb.com/&quot;&gt;Jekyll&lt;/a&gt;, which I used for squidarth.com,
or Gatsby, I’d be writing my posts in markdown files. I don’t have any other data sources I
care about. It’s possible that using React templating is nicer than the Jekyll templating,
but frankly, I don’t plan on editing the templates very often (I will hopefully spend most
of my time in this project writing posts!).&lt;/p&gt;

&lt;p&gt;So all that to say, I decided to opt for Jekyll this time around, with the &lt;a href=&quot;https://jekyllthemes.io/theme/kasper&quot;&gt;Kasper&lt;/a&gt;
theme.&lt;/p&gt;

&lt;p&gt;Ugh, now I feel old.&lt;/p&gt;

&lt;h5 id=&quot;why-not-a-cms&quot;&gt;Why not a CMS?&lt;/h5&gt;

&lt;p&gt;The thing that I definitely miss by writing posts in Markdown and using
these static-site generators is the ability to get edits. The options are basically–
write your post in a Google doc, get edits, and then copy it into Markdown, or make Github
pull requests and have people comment. The latter option just isn’t the right tool for the job,
and the former is clunky.&lt;/p&gt;

&lt;p&gt;I know some CMS tools support this better. However, I want the flexibility to embed code in these posts and
more do what I want, which is harder to do with CMSs.&lt;/p&gt;
</description>
        <pubDate>Wed, 13 May 2020 10:18:00 +0000</pubDate>
        <link>http://misc.squidarth.com//personal/2020/05/13/gastby-jekyll.html</link>
        <guid isPermaLink="true">http://misc.squidarth.com//personal/2020/05/13/gastby-jekyll.html</guid>
        
        
        <category>personal</category>
        
      </item>
    
      <item>
        <title>A New Blog!</title>
        <description>&lt;p&gt;Hello!&lt;/p&gt;

&lt;p&gt;I decided in the depths of my quarantine boredom to start writing more!
While I love squidarth.com and have enjoyed writing blog posts there
the last couple years, I’ve been treating it as a professional space. I’m hoping to use
this new site as a less professional, more ad-hoc, and hopefully
more fun space.&lt;/p&gt;

&lt;p&gt;I’m hoping to use this as a space to publish my half-baked thoughts
and ideas. While most of the content here is going to be programming-related,
I also plan on sharing thoughts on other things, as well as what I’ve been reading/watching/playing.
I definitely plan on continuing to update squidarth.com, and there are certainly posts
here that will evolve into posts on squidarth.com. The goal here is that while posts
on squidarth.com will continue to be topic-oriented, there will be posts in here
that are just titled with the day’s date. Maybe one day I’ll consolidate them. Who knows.&lt;/p&gt;

&lt;p&gt;Hope you enjoy it!&lt;/p&gt;

</description>
        <pubDate>Tue, 12 May 2020 10:18:00 +0000</pubDate>
        <link>http://misc.squidarth.com//personal/2020/05/12/welcome.html</link>
        <guid isPermaLink="true">http://misc.squidarth.com//personal/2020/05/12/welcome.html</guid>
        
        
        <category>personal</category>
        
      </item>
    
  </channel>
</rss>
