<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Blogs on Christian Decker</title>
    <link>https://snyke.net/blog/</link>
    <description>Recent content in Blogs on Christian Decker</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 17 Oct 2015 23:46:26 +0200</lastBuildDate>
    
	<atom:link href="https://snyke.net/blog/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Getting git to play nicely with CDNs</title>
      <link>https://snyke.net/blog/2011/12/13/getting-git-to-play-nicely-with-cdns/</link>
      <pubDate>Sat, 17 Oct 2015 23:46:26 +0200</pubDate>
      
      <guid>https://snyke.net/blog/2011/12/13/getting-git-to-play-nicely-with-cdns/</guid>
      <description>Git is a really cool version control system. So cool in fact that I decided to use it to distribute the project I’m working on to several hundreds of Planetlab nodes. So I went ahead and created a repository with git init --bare somewhere in under the root of my local Apache2. Using pssh we can clone and pull from the repository simply by specifying the URL to that repo.</description>
    </item>
    
    <item>
      <title>Bitcoin&#39;s Getting Some Traction</title>
      <link>https://snyke.net/blog/2010/12/11/bitcoins-getting-some-traction/</link>
      <pubDate>Sat, 11 Dec 2010 21:01:30 +0200</pubDate>
      
      <guid>https://snyke.net/blog/2010/12/11/bitcoins-getting-some-traction/</guid>
      <description>It’s an amazing time to be part of the Bitcoin family. With the Wikileaks scandal we had some quite heated discussions on whether to promote ourselfs as an alternative way for them to acquire funds, but in the end we decided not to, preferring not to be associated with a company being investigated by some countries. However the decision seems to have already been taken for us: as this article in PCWorld demonstrates we are not the only ones making that connection.</description>
    </item>
    
    <item>
      <title>Migrating to JRockit</title>
      <link>https://snyke.net/blog/2009/01/25/migrating-to-jrockit/</link>
      <pubDate>Sun, 25 Jan 2009 21:01:30 +0200</pubDate>
      
      <guid>https://snyke.net/blog/2009/01/25/migrating-to-jrockit/</guid>
      <description>I’ve been bothered with the now famous PermGen Space error while developing a web application on a local jetty instance quite often, and I was hoping that the problem wouldn’t prove to be that serious once deployed on a tomcat server, but quite the opposite is the case.
The problem happens when the JVM runs out of permanent generation heap space, which most of the time is due to classloaders not being correctly garbage collected.</description>
    </item>
    
  </channel>
</rss>