<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>vklog</title>
    <description>A place where I tell a bit</description>
    <link>http://radikahl.github.io</link>
    <atom:link href="http://radikahl.github.io/feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>Travel Tip 1 - More Space on Ryanair</title>
        <description>
          
          When flying I always love to have an empty seat next to me - even better the entire row. Ryanair, however, isn’t know to be generous. But by exploiting an interesting peculiarity of their seat allocation algorithm you are able to increase the chances of having more space on your...
        </description>
        <pubDate>Mon, 05 Sep 2016 00:00:00 +0100</pubDate>
        <link>http://radikahl.github.io/2016/09/05/travel-tip-more-space-on-ryanair.html</link>
        <guid isPermaLink="true">http://radikahl.github.io/2016/09/05/travel-tip-more-space-on-ryanair.html</guid>
      </item>
    
      <item>
        <title>Visualizing my Instagram Activity</title>
        <description>
          
          I have posted 116 photos and videos to Instagram till writing this post. Not tremendously much but still enough to potentially see some interesting patterns or trends in my Instagram usage. I am using Python pandas in a Jupyter notebook with matplotlib to visualise the data. You can get the...
        </description>
        <pubDate>Tue, 26 Jul 2016 00:00:00 +0100</pubDate>
        <link>http://radikahl.github.io/2016/07/26/vizualizing-my-instagram-acitivty.html</link>
        <guid isPermaLink="true">http://radikahl.github.io/2016/07/26/vizualizing-my-instagram-acitivty.html</guid>
      </item>
    
      <item>
        <title>New Software for the Blog</title>
        <description>
          
          After using Schnitzelpress and a self-build hack for a long time I switched platforms again: Beautiful Jekyll hosted on Github. Of course, I handcrafted it to my needs: More control over the post teasers (aka excerpts). By re-activating the excerpt_separator YAML parameter I can precisely define how how long the...
        </description>
        <pubDate>Sun, 10 Jul 2016 00:00:00 +0100</pubDate>
        <link>http://radikahl.github.io/2016/07/12/new-software-for-the-blog.html</link>
        <guid isPermaLink="true">http://radikahl.github.io/2016/07/12/new-software-for-the-blog.html</guid>
      </item>
    
      <item>
        <title>Tokyo and Hakone in Stop Motion</title>
        <description>
          
          

        </description>
        <pubDate>Sun, 14 Feb 2016 00:00:00 +0000</pubDate>
        <link>http://radikahl.github.io/2016/02/16/tokyo-and-hakone-in-stop-motion.html</link>
        <guid isPermaLink="true">http://radikahl.github.io/2016/02/16/tokyo-and-hakone-in-stop-motion.html</guid>
      </item>
    
      <item>
        <title>Viewer</title>
        <description>
          
          

viewer

        </description>
        <pubDate>Tue, 17 Mar 2015 00:00:00 +0000</pubDate>
        <link>http://radikahl.github.io/2015/03/17/viewer.html</link>
        <guid isPermaLink="true">http://radikahl.github.io/2015/03/17/viewer.html</guid>
      </item>
    
      <item>
        <title>Change Account for In-App Purchases</title>
        <description>
          
          TL;DR Uninstall app. Go to Play website. Login your preferred account. Request remote install of the app. In-app purchases can now be paid with your preferred account. On my Android phone I use two Google accounts: my private and my work account. Both are linked to the Play store. While...
        </description>
        <pubDate>Fri, 02 May 2014 00:00:00 +0100</pubDate>
        <link>http://radikahl.github.io/2014/05/02/change-account-for-in-app-purchases.html</link>
        <guid isPermaLink="true">http://radikahl.github.io/2014/05/02/change-account-for-in-app-purchases.html</guid>
      </item>
    
      <item>
        <title>Spotify in the Browser</title>
        <description>
          
          I love Spotify’s new web player. No Ads and no weekly limit for no cash. I guess, that’s due to its Beta status. Anyway, it’s great because it works on Linux :) Btw: Even though the link to the player sends you by Facebook, you don’t need to have a...
        </description>
        <pubDate>Sat, 01 Dec 2012 00:00:00 +0000</pubDate>
        <link>http://radikahl.github.io/2012/12/01/spotify-in-browser.html</link>
        <guid isPermaLink="true">http://radikahl.github.io/2012/12/01/spotify-in-browser.html</guid>
      </item>
    
      <item>
        <title>First Steps with Apps Script&amp;#58; Read from and Write to a Spreadsheet</title>
        <description>
          
          With Apps Script the Google Apps get a lot more powerful. Unfortunately, the first steps are not too easy. I found it fairly hard to grasp the mental model of how the scripts interact with the Apps. With a little script and some accompanying description I hope to provide the...
        </description>
        <pubDate>Tue, 20 Nov 2012 00:00:00 +0000</pubDate>
        <link>http://radikahl.github.io/2012/11/30/first-steps-apps-script-read-from-and-write-to-spreadheat.html</link>
        <guid isPermaLink="true">http://radikahl.github.io/2012/11/30/first-steps-apps-script-read-from-and-write-to-spreadheat.html</guid>
      </item>
    
      <item>
        <title>Debugging Tip for the Feedback Service of the APNS</title>
        <description>
          
          Debugging Apple’s Push Notification service is a pain. Only little feedback if the dispatched notification was malformed or in some other way erroneous. But even worse is the service’s accompanying feedback service. The feedback service provides an iOS developer with a list of devices that have uninstalled your app. Debugging...
        </description>
        <pubDate>Sat, 16 Jun 2012 00:00:00 +0100</pubDate>
        <link>http://radikahl.github.io/2012/06/16/debugging-tip-for-feedback-service-of-apns.html</link>
        <guid isPermaLink="true">http://radikahl.github.io/2012/06/16/debugging-tip-for-feedback-service-of-apns.html</guid>
      </item>
    
      <item>
        <title>schnitzeling</title>
        <description>
          
          Yeah… nerd level increased by a bit. Finally there is code running again under my domain that I can actually see, read, browser, change, modify and eat :) Anyway… even though there is a very straightforward step-by-step guide for setting up the blog software, I ran into a little problem:...
        </description>
        <pubDate>Mon, 28 May 2012 00:00:00 +0100</pubDate>
        <link>http://radikahl.github.io/2012/05/28/schnitzeling.html</link>
        <guid isPermaLink="true">http://radikahl.github.io/2012/05/28/schnitzeling.html</guid>
      </item>
    
      <item>
        <title>VGA cable matter</title>
        <description>
          
          I wouldn’t have thought, but the VGA cable might be the cause why your computer doesn’t correctly recognized your monitor. It was driving me crazy. My MacBook wasn’t able to use my sister’s display with its native resolution. I tried loads of stuff to get it working. I really needed...
        </description>
        <pubDate>Wed, 04 Jan 2012 00:00:00 +0000</pubDate>
        <link>http://radikahl.github.io/2012/01/04/vga-cable-matter.html</link>
        <guid isPermaLink="true">http://radikahl.github.io/2012/01/04/vga-cable-matter.html</guid>
      </item>
    
      <item>
        <title>Step-by-Step from Gmail to Google Apps mail with IMAPSync</title>
        <description>
          
          As mentioned in my last post, it is not too easy to migrate from a normal Gmail account to a Google Apps account. Lots of tools do not bring satisfying results. The only tool that brought the best results was imapsync. Being a command-line tool, it is not easy to...
        </description>
        <pubDate>Fri, 09 Sep 2011 00:00:00 +0100</pubDate>
        <link>http://radikahl.github.io/2011/09/09/step-by-step-from-gmail-to-google-apps-mail-with-imapsync.html</link>
        <guid isPermaLink="true">http://radikahl.github.io/2011/09/09/step-by-step-from-gmail-to-google-apps-mail-with-imapsync.html</guid>
      </item>
    
      <item>
        <title>Tools Roundup for Migrating to Google Apps mail</title>
        <description>
          
          After being unhappy with Gmail’s handling of my custom email address (email@mydomain.tld) for quite some time, I came across my colleague’s newly written blog article about transitioning from a normal Google account (@gmail.com) to a Google Apps account (@mydomain.tld). A few conversations later I was confident and excited enough to...
        </description>
        <pubDate>Sun, 07 Aug 2011 00:00:00 +0100</pubDate>
        <link>http://radikahl.github.io/2011/08/07/tools-roundup-for-migrating-google-apps-mail.html</link>
        <guid isPermaLink="true">http://radikahl.github.io/2011/08/07/tools-roundup-for-migrating-google-apps-mail.html</guid>
      </item>
    
      <item>
        <title>Irish Riviera</title>
        <description>
          
          

irish riviera

        </description>
        <pubDate>Sun, 03 Jul 2011 00:00:00 +0100</pubDate>
        <link>http://radikahl.github.io/2011/07/03/irish-reviera.html</link>
        <guid isPermaLink="true">http://radikahl.github.io/2011/07/03/irish-reviera.html</guid>
      </item>
    
      <item>
        <title>URL rewrite with Kohana on OS X</title>
        <description>
          
          Today, I started to work again with the fast and small but powerful PHP framework Kohana. I used Kohana 1 on a Linux machine years ago but now it’s Kohana 3.1 on Mac OS X 10.6 (Snow Leopard). Anyway, shortly after the successful installation I wanted to get rid of...
        </description>
        <pubDate>Thu, 19 May 2011 00:00:00 +0100</pubDate>
        <link>http://radikahl.github.io/2011/05/19/url-rewrite-with-kohana-on-osx.html</link>
        <guid isPermaLink="true">http://radikahl.github.io/2011/05/19/url-rewrite-with-kohana-on-osx.html</guid>
      </item>
    
      <item>
        <title>Silhouette</title>
        <description>
          
          

silhouette

        </description>
        <pubDate>Sat, 02 Apr 2011 00:00:00 +0100</pubDate>
        <link>http://radikahl.github.io/2011/04/02/silhouette.html</link>
        <guid isPermaLink="true">http://radikahl.github.io/2011/04/02/silhouette.html</guid>
      </item>
    
      <item>
        <title>Follow The White Rabbit</title>
        <description>
          
          

follow the white rabbit

        </description>
        <pubDate>Fri, 07 Jan 2011 00:00:00 +0000</pubDate>
        <link>http://radikahl.github.io/2011/01/07/follow-the-white-rabbit.html</link>
        <guid isPermaLink="true">http://radikahl.github.io/2011/01/07/follow-the-white-rabbit.html</guid>
      </item>
    
      <item>
        <title>Black River</title>
        <description>
          
          

black river

        </description>
        <pubDate>Fri, 07 Jan 2011 00:00:00 +0000</pubDate>
        <link>http://radikahl.github.io/2011/01/07/black-river.html</link>
        <guid isPermaLink="true">http://radikahl.github.io/2011/01/07/black-river.html</guid>
      </item>
    
      <item>
        <title>Kiruna Sunset</title>
        <description>
          
          

kiruna sunset

        </description>
        <pubDate>Wed, 05 Jan 2011 00:00:00 +0000</pubDate>
        <link>http://radikahl.github.io/2011/01/05/kiruna-sunset.html</link>
        <guid isPermaLink="true">http://radikahl.github.io/2011/01/05/kiruna-sunset.html</guid>
      </item>
    
      <item>
        <title>Nothern Lights</title>
        <description>
          
          

northern lights

        </description>
        <pubDate>Tue, 04 Jan 2011 00:00:00 +0000</pubDate>
        <link>http://radikahl.github.io/2011/01/04/northern-lights.html</link>
        <guid isPermaLink="true">http://radikahl.github.io/2011/01/04/northern-lights.html</guid>
      </item>
    
  </channel>
</rss>
