<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Programming on Blog</title>
    <link>https://blog.deadcafe.org/tags/programming/</link>
    <description>Recent content in Programming on Blog</description>
    <generator>Hugo -- 0.131.0</generator>
    <language>en</language>
    <lastBuildDate>Wed, 11 Sep 2019 15:41:11 -0500</lastBuildDate>
    <atom:link href="https://blog.deadcafe.org/tags/programming/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Blog Redux</title>
      <link>https://blog.deadcafe.org/posts/2019/09/11/hugo/</link>
      <pubDate>Wed, 11 Sep 2019 15:41:11 -0500</pubDate>
      <guid>https://blog.deadcafe.org/posts/2019/09/11/hugo/</guid>
      <description>The software previously hosting my blog was a bespoke thing that I&amp;rsquo;d used to experiment with Django. Once it was complete, my appetitite for maintaining it evaporated, and bitrot began to set in. I haven&amp;rsquo;t blogged in years, and it&amp;rsquo;s not likely that I&amp;rsquo;ll resume, but I thought I&amp;rsquo;d at least preserve what is here (this time using Hugo).
Note: I did not preserve the link structure.</description>
    </item>
    <item>
      <title>Christmas Lights (redux)</title>
      <link>https://blog.deadcafe.org/posts/2010/12/26/christmas_lights_redux/</link>
      <pubDate>Sun, 26 Dec 2010 20:22:55 +0000</pubDate>
      <guid>https://blog.deadcafe.org/posts/2010/12/26/christmas_lights_redux/</guid>
      <description>Last year, if you&amp;rsquo;ll remember, I did a half-assed job of putting together a musically coordinated christmas light rig, and promised to Do Better this year. Lucky for me I was vague because under-promising made over-delivering a lot easier. :)
What I did manage to do was tackle last years technical debt, and get the code cleaned up. I&amp;rsquo;ve named it Lumen and put it up on Github.
Lumen has two modes, record and playback.</description>
    </item>
    <item>
      <title>Christmas Lights</title>
      <link>https://blog.deadcafe.org/posts/2010/01/25/christmas_lights/</link>
      <pubDate>Mon, 25 Jan 2010 21:27:59 +0000</pubDate>
      <guid>https://blog.deadcafe.org/posts/2010/01/25/christmas_lights/</guid>
      <description>We put up lights each year for the holidays, and while I don&amp;rsquo;t mind having the house decorated, I do not like having to put them up. Despite this, I feel mounting pressure each year to Do Better, which by default means more lights and decorations, which in turn mean even more work.
The year before last I had the idea that if I worked smarter I might avoid working harder, and that one of those musically synchronized setups would be pretty sweet.</description>
    </item>
    <item>
      <title>Lowest Common Denominator</title>
      <link>https://blog.deadcafe.org/posts/2009/12/24/meh/</link>
      <pubDate>Thu, 24 Dec 2009 18:01:44 +0000</pubDate>
      <guid>https://blog.deadcafe.org/posts/2009/12/24/meh/</guid>
      <description>From the git-svn manpage:
For the sake of simplicity and interoperating with a less-capable system (SVN), it is recommended that all git svn users clone, fetch and dcommit directly from the SVN server, and avoid all git clone/pull/merge/push operations between git repositories and branches. The recommended method of exchanging code between git branches and users is git format-patch and git am, or just &amp;lsquo;dcommit’ing to the SVN repository.
Running git merge or git pull is NOT recommended on a branch you plan to dcommit from.</description>
    </item>
    <item>
      <title>Thrift Packaging</title>
      <link>https://blog.deadcafe.org/posts/2009/05/10/thrift_packaging/</link>
      <pubDate>Sun, 10 May 2009 23:34:11 +0000</pubDate>
      <guid>https://blog.deadcafe.org/posts/2009/05/10/thrift_packaging/</guid>
      <description>My latest project at work is Cassandra, a distributed, eventually consistent, column oriented data store. It&amp;rsquo;s somewhere between Dynamo (Cassandra&amp;rsquo;s original author worked on Dynamo), and Google&amp;rsquo;s BigTable. It was developed as an internal application at Facebook, later open sourced, and is now an Apache incubator project.
The external interface to Cassandra is thrift-based. Thrift is a framework for creating network services, services that communicate using a compact binary data format.</description>
    </item>
  </channel>
</rss>
