<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>On and off programming</title>
    <description>This is my blog about programming.
</description>
    <link>http://findanddelete.github.io/</link>
    <atom:link href="http://findanddelete.github.io/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Fri, 13 Mar 2026 13:58:17 +0000</pubDate>
    <lastBuildDate>Fri, 13 Mar 2026 13:58:17 +0000</lastBuildDate>
    <generator>Jekyll v3.10.0</generator>
    
      <item>
        <title>Modify gitconfig for easy gitting</title>
        <description>&lt;h3 id=&quot;caching-your-github-credentials&quot;&gt;&lt;a href=&quot;https://help.github.com/articles/caching-your-github-password-in-git/#platform-linux&quot;&gt;Caching your Github credentials&lt;/a&gt;&lt;/h3&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;$ git config --global credential.helper cache
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
</description>
        <pubDate>Tue, 27 Mar 2018 00:00:32 +0000</pubDate>
        <link>http://findanddelete.github.io/none/2018/03/27/modify-gitconfig-for-easy-gitting.html</link>
        <guid isPermaLink="true">http://findanddelete.github.io/none/2018/03/27/modify-gitconfig-for-easy-gitting.html</guid>
        
        
        <category>None</category>
        
      </item>
    
      <item>
        <title>Creating a digitalocean droplet</title>
        <description>
</description>
        <pubDate>Mon, 26 Mar 2018 23:42:55 +0000</pubDate>
        <link>http://findanddelete.github.io/none/2018/03/26/creating-a-digitalocean-droplet.html</link>
        <guid isPermaLink="true">http://findanddelete.github.io/none/2018/03/26/creating-a-digitalocean-droplet.html</guid>
        
        
        <category>None</category>
        
      </item>
    
      <item>
        <title>Building this blog</title>
        <description>&lt;p&gt;So to get jekyll to run on linux mint you have to run&lt;/p&gt;

&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-linux&quot; data-lang=&quot;linux&quot;&gt;sudo apt-get update
sudo apt-get install build-essential&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;

&lt;!--  --&gt;

&lt;!-- Here is a static rendering of a [jupyter notebook](/notebooks/dominate_builder.html) --&gt;
</description>
        <pubDate>Mon, 26 Mar 2018 12:02:01 +0000</pubDate>
        <link>http://findanddelete.github.io/none/2018/03/26/building-this-blog.html</link>
        <guid isPermaLink="true">http://findanddelete.github.io/none/2018/03/26/building-this-blog.html</guid>
        
        
        <category>None</category>
        
      </item>
    
      <item>
        <title>Surprised by Ubuntu on Windows 10</title>
        <description>&lt;p&gt;While following the directions to get &lt;a href=&quot;https://jekyllrb.com/docs/windows/&quot;&gt;jekyll up and running on Windows 10 &lt;/a&gt; I installed Ubuntu for Windows and I have to say I am pretty impressed with the result. It took about an hour or so to following all of the instructions but atter that I can us all of the Linux commands I want but using &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;bash &amp;lt;command&amp;gt;&lt;/code&gt; for example to list the files I can type this into the command line &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;bash ls -ila&lt;/code&gt;.&lt;/p&gt;
</description>
        <pubDate>Mon, 26 Mar 2018 00:02:56 +0000</pubDate>
        <link>http://findanddelete.github.io/none/2018/03/26/surprised-by-ubuntu-on-windows-10.html</link>
        <guid isPermaLink="true">http://findanddelete.github.io/none/2018/03/26/surprised-by-ubuntu-on-windows-10.html</guid>
        
        
        <category>None</category>
        
      </item>
    
      <item>
        <title>Getting started with Ruby</title>
        <description>
</description>
        <pubDate>Sun, 25 Mar 2018 18:18:55 +0000</pubDate>
        <link>http://findanddelete.github.io/none/2018/03/25/getting-started-with-ruby.html</link>
        <guid isPermaLink="true">http://findanddelete.github.io/none/2018/03/25/getting-started-with-ruby.html</guid>
        
        
        <category>None</category>
        
      </item>
    
      <item>
        <title>On using rake files</title>
        <description>&lt;p&gt;I’m really beginning to warm up to ruby. I just found out about &lt;a href=&quot;https://github.com/ruby/rake&quot;&gt;rake files&lt;/a&gt;. Basically you can make ruby do some pretty complex tasks through these things.&lt;/p&gt;

&lt;p&gt;More content to come in the mean time checkout @gummesson’s &lt;a href=&quot;https://github.com/gummesson/jekyll-rake-boilerplate&quot;&gt;Jekyll Rake Boilerplate&lt;/a&gt;&lt;/p&gt;
</description>
        <pubDate>Sun, 25 Mar 2018 18:04:15 +0000</pubDate>
        <link>http://findanddelete.github.io/none/2018/03/25/on-using-rake-files.html</link>
        <guid isPermaLink="true">http://findanddelete.github.io/none/2018/03/25/on-using-rake-files.html</guid>
        
        
        <category>None</category>
        
      </item>
    
  </channel>
</rss>
