<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Development on Flo&#39;s Thoughts</title>
    <link>https://flohei.de/tags/development/</link>
    <description>Recent content in Development on Flo&#39;s Thoughts</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 22 Nov 2019 22:31:17 +0200</lastBuildDate>
    <atom:link href="https://flohei.de/tags/development/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Taking Charge Of Those XIPs</title>
      <link>https://flohei.de/2019/11/taking-charge-of-those-xips/</link>
      <pubDate>Fri, 22 Nov 2019 22:31:17 +0200</pubDate>
      <guid>https://flohei.de/2019/11/taking-charge-of-those-xips/</guid>
      <description>&lt;p&gt;Two great tips in this article. Luckily, at this time of the year waiting for new Xcode builds to unpack isn&amp;rsquo;t as bad as in the early summer. I&amp;rsquo;m sure this will save a lot of time after the next WWDC, though. I don&amp;rsquo;t know if I&amp;rsquo;ll use those PDF man pages often, but it&amp;rsquo;s still a neat trick.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Discontinuing My Personal Apps</title>
      <link>https://flohei.de/2019/04/discontinuing-my-personal-apps/</link>
      <pubDate>Mon, 01 Apr 2019 07:27:34 +0200</pubDate>
      <guid>https://flohei.de/2019/04/discontinuing-my-personal-apps/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve released Studifutter probably more than ten years ago, and to this day, it is still on the App Store. While I was often pleasantly surprised that it was still working, I didn&amp;rsquo;t find the time or the will to properly update it to support new cafeterias or the newest phones.&lt;/p&gt;&#xA;&lt;p&gt;That&amp;rsquo;s why I have decided to sunset it along with Deadlines, which also hasn&amp;rsquo;t seen any updates in years. Both apps will soon disappear from the App Store.&lt;/p&gt;</description>
    </item>
    <item>
      <title>RTFM, Flo!</title>
      <link>https://flohei.de/2015/08/rtfm-flo/</link>
      <pubDate>Thu, 27 Aug 2015 20:25:51 +0200</pubDate>
      <guid>https://flohei.de/2015/08/rtfm-flo/</guid>
      <description>&lt;p&gt;For the last couple of days, I was pulling my hair out over an issue with &lt;code&gt;CoreLocation&lt;/code&gt;&amp;rsquo;s geofencing features. As I stated &lt;a href=&#34;https://flohei.de/2015/08/geofencing&#34; &gt;earlier&lt;/a&gt;, our new app Iris relies heavily on those geofences. When I first implemented them, everything seemed fine. But when I switched to some closer test cases around my area (in GPX format, because why would I leave the house anyway), the events for when a region was entered or exited did not fire anymore. I changed the tracks a few times and I even created a few different GPX tracks to make sure that I did not somehow screw up those coordinates. All solutions Google brought up were similar to what I was using. So I was pretty sure that my approach was still right. Nothing seemed to work, though. I was already convinced that this was one of the more stupid mistakes on my end, like swapped longitude and latitude values.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Geofencing</title>
      <link>https://flohei.de/2015/08/geofencing/</link>
      <pubDate>Sun, 09 Aug 2015 20:25:26 +0200</pubDate>
      <guid>https://flohei.de/2015/08/geofencing/</guid>
      <description>&lt;p&gt;&lt;em&gt;Update August 28, 2015: I had some trouble regarding those geofences later down the road. I wrote it down &lt;a href=&#34;https://flohei.de/2015/08/rtfm-flo&#34; &gt;here&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;If you follow me on Twitter you might have noticed, that lately &lt;a href=&#34;https://twitter.com/imcatnoone/&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Cat Noone&lt;/a&gt; and I talked about an app we’re developing called Iris. Iris is our new project, based on an idea Cat came up with earlier this year. I don’t want to share too much about the app’s purpose at this point. What I’d rather do, is talk about a few observations I have made so far.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Combining Matt Gemmell&#39;s Staging Script and Jekyll-Post-Link</title>
      <link>https://flohei.de/2015/02/combining-matt-gemmells-staging-script-and-jekyll-post-link/</link>
      <pubDate>Sun, 08 Feb 2015 15:00:00 +0200</pubDate>
      <guid>https://flohei.de/2015/02/combining-matt-gemmells-staging-script-and-jekyll-post-link/</guid>
      <description>&lt;p&gt;Last week, Matt Gemmell released a pretty handy &lt;a href=&#34;http://mattgemmell.com/staging-drafts-with-jekyll/&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;staging script&lt;/a&gt; for Jekyll.&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; This temporarily removes all your posts from your site and copies a draft into &lt;code&gt;_posts&lt;/code&gt;. This way, building your Jekyll site with your new draft post is way faster than your regular builds with all your content.&lt;/p&gt;&#xA;&lt;p&gt;Unfortunately, this does not work when you&amp;rsquo;re using the &lt;a href=&#34;https://github.com/liabru/jekyll-post-link&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;jekyll-post-link&lt;/a&gt; in one of your &lt;em&gt;pages&lt;/em&gt;. (Yes, I mean pages, not posts.) The build process for your staged website will fail with an error like this:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Two New Jekyll Scripts</title>
      <link>https://flohei.de/2015/02/two-new-jekyll-scripts/</link>
      <pubDate>Sat, 07 Feb 2015 14:00:00 +0200</pubDate>
      <guid>https://flohei.de/2015/02/two-new-jekyll-scripts/</guid>
      <description>&lt;p&gt;Every now and then I try to make the process of writing posts in Jekyll a bit more pleasant. &lt;a href=&#34;https://flohei.de/2014/08/jekyll-script-to-easily-create-new-posts&#34; &gt;Last time&lt;/a&gt;, I shared a script that was supposed to make the post creation process a bit easier. It turned out, though, that I almost never really use this script because of its complexity. There are just too many switches and configuration options. (Of which some don&amp;rsquo;t even work reliably.)&lt;/p&gt;&#xA;&lt;p&gt;Though this script did not help me as much as I hoped it would, it led me to two new, extremely simple scripts in my toolchain.&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Deadlines 1.2</title>
      <link>https://flohei.de/2015/02/deadlines-1.2/</link>
      <pubDate>Thu, 05 Feb 2015 13:04:00 +0200</pubDate>
      <guid>https://flohei.de/2015/02/deadlines-1.2/</guid>
      <description>&lt;p&gt;A few days ago, I submitted a new version of &lt;a href=&#34;https://flohei.de/tags/deadlines&#34; &gt;Deadlines&lt;/a&gt; to the App Store. Today it has been approved. This small update features a new design to fit the iOS 7 style and fixes a few issues I had with the calendar integration. I wanted to do this ever since iOS 7 was announced. I hope you like it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Back To The Roots</title>
      <link>https://flohei.de/2015/01/back-to-the-roots/</link>
      <pubDate>Wed, 07 Jan 2015 11:33:26 +0200</pubDate>
      <guid>https://flohei.de/2015/01/back-to-the-roots/</guid>
      <description>&lt;p&gt;&lt;em&gt;tl;dr: I&amp;rsquo;m looking for a new side project.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;Some of you may know that I moved my professional focus to a new field after getting my degree in early 2013. I was offered to join our family business, which has absolutely nothing to do with computer science. Since I thought it might be a great idea to keep learning, I finished a few courses which led to another job title I can add to my résumé. Now I&amp;rsquo;m also an occupational safety specialist&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; and planning supervisor&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt; and I do this as my day job now.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Terminal</title>
      <link>https://flohei.de/2014/09/the-terminal/</link>
      <pubDate>Thu, 04 Sep 2014 11:06:57 +0200</pubDate>
      <guid>https://flohei.de/2014/09/the-terminal/</guid>
      <description>&lt;p&gt;If you ever find yourself inside a Terminal window go ahead and read Craig Hockenberry&amp;rsquo;s great collection on Terminal tips and tricks.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Migrating from SVN to Git</title>
      <link>https://flohei.de/2014/07/migrating-from-svn-to-git/</link>
      <pubDate>Wed, 23 Jul 2014 15:06:40 +0200</pubDate>
      <guid>https://flohei.de/2014/07/migrating-from-svn-to-git/</guid>
      <description>&lt;p&gt;At least since reading the comments on my post about &lt;a href=&#34;https://flohei.de/blog/dropbox-svn-to-work-on-multiple-machines&#34; &gt;combining Dropbox and SVN&lt;/a&gt; suggesting I should move to a decentralized versioning system for my development projects I developed an eager want to do so. To be honest, I was afraid the migration would turn out to be a royal PITA.&lt;/p&gt;&#xA;&lt;p&gt;Last weekend, investigating this problem again, I found &lt;a href=&#34;http://john.albin.net/git/git-svn-migrate&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;this article&lt;/a&gt; by John Albin who wrote a set of scripts to make the entire process fairly simple. The final output of those scripts are the bare Git repos that can be used to serve the projects to your clients. After moving them to your server you should be able to clone that data.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Thinking Slowly by Matt Gemmell</title>
      <link>https://flohei.de/2014/05/thinking-slowly-by-matt-gemmell/</link>
      <pubDate>Thu, 15 May 2014 20:00:00 +0200</pubDate>
      <guid>https://flohei.de/2014/05/thinking-slowly-by-matt-gemmell/</guid>
      <description>&lt;p&gt;Matt Gemmell:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Defer starting. Put it off. Do your thinking first, even if you have to tie a hand behind your back. Allow the idea to ripen, and lay out your work – just a bit of it, at least – in front of you to consider.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;I love the process of planning out a new project. Scribbling in my notebook, collecting and organizing ideas, playing it through in my head. It is so rewarding when the up-front work gets validated during the actual implementation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Studifutter 2.2 – iOS 7 Update</title>
      <link>https://flohei.de/2013/11/studifutter-2.2-ios-7-update/</link>
      <pubDate>Wed, 27 Nov 2013 20:00:00 +0200</pubDate>
      <guid>https://flohei.de/2013/11/studifutter-2.2-ios-7-update/</guid>
      <description>&lt;p&gt;When iOS 7 was announced this summer we planned to support it from day one with Studifutter and Deadlines. As you might have noticed, this did not work out as planned.&lt;/p&gt;&#xA;&lt;p&gt;A few months later, today Studifutter gets it&amp;rsquo;s update. We got rid of all the custom textures and try to be more simple and straight forward.&lt;/p&gt;&#xA;&lt;p&gt;We hope you like it. Get it on the &lt;a href=&#34;https://itunes.apple.com/de/app/studifutter/id313502627?l=en&amp;amp;amp;mt=8&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;App Store&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>builds</title>
      <link>https://flohei.de/2013/11/builds/</link>
      <pubDate>Sat, 16 Nov 2013 19:00:00 +0200</pubDate>
      <guid>https://flohei.de/2013/11/builds/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been using a simple script that would increase my app&amp;rsquo;s build numbers on every build in Xcode for a while now. This worked fine but had a major downside: It did not support working on a team.&lt;/p&gt;&#xA;&lt;p&gt;So I had the idea to write a script that would talk to a server, store and increase the build number there, pull it back and write it to my project file locally. Tonight a had some time to do this.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cholesterini ist fertig</title>
      <link>https://flohei.de/2013/10/cholesterini-ist-fertig/</link>
      <pubDate>Wed, 02 Oct 2013 10:00:00 +0200</pubDate>
      <guid>https://flohei.de/2013/10/cholesterini-ist-fertig/</guid>
      <description>&lt;p&gt;&lt;em&gt;Cholesterini is only available in German for now. I&amp;rsquo;ll let you know when it&amp;rsquo;s been translated.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://flohei.de/media/Cholesterini-1.0.png&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;Gestern Abend hat Apple die neueste App, an der wir für unseren Kunden neapptrix arbeiten durften, freigegeben. Cholesterini (&lt;a href=&#34;https://linkmaker.itunes.apple.com/us/http%3A%2F%2Fclk.tradedoubler.com%2Fclick%3Fp%3D23761%26a%3D2156700%26url%3Dhttps%3A%2F%2Fitunes.apple.com%2Fde%2Fapp%2Fcholesterini%2Fid707436342%3Fmt%3D8%26uo%3D4%26partnerId%3D2003&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;App Store Affiliate Link&lt;/a&gt;, 15,99 €) hilft Schlaganfall- und Herzinfarkt-Patienten und -Risikogruppen ihre Blut- und Nährwerte im Auge zu behalten und stellt diese grafisch dar. Dabei können die Lebensmittel aus einer Datenbank mit ~15.000 Einträgen gewählt werden, wodurch sich der Erfassungsaufwand auf ein Minimum reduziert. Ziel ist es, schnell, einfach und zuverlässig seine Daten im Überblick zu haben und so den Benutzer dabei zu unterstützen, sich gesünder zu ernähren.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Studifutter and Deadlines on iOS 7</title>
      <link>https://flohei.de/2013/09/studifutter-and-deadlines-on-ios-7/</link>
      <pubDate>Wed, 18 Sep 2013 18:00:00 +0200</pubDate>
      <guid>https://flohei.de/2013/09/studifutter-and-deadlines-on-ios-7/</guid>
      <description>&lt;p&gt;Today, Apple released iOS 7 to the public and the adoption rate might go even crazier than it did with the previous versions due to all the new bits this update brings. It&amp;rsquo;s the biggest update since the introduction of the iPhone OS back in 2007.&lt;/p&gt;&#xA;&lt;p&gt;This is a huge opportunity for developers, they say. In an App Store filled to the max with Apps a new chance to separate from the masses came up when the new OS was introduced at WWDC in June.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Deadlines 1.1.2</title>
      <link>https://flohei.de/2013/06/deadlines-1.1.2/</link>
      <pubDate>Sat, 01 Jun 2013 18:00:00 +0200</pubDate>
      <guid>https://flohei.de/2013/06/deadlines-1.1.2/</guid>
      <description>&lt;p&gt;With Deadlines 1.1.2 we decided to do a major change (though it&amp;rsquo;s not a major update): Deadlines is free from now on.&lt;/p&gt;&#xA;&lt;p&gt;This move is a reaction to &lt;a href=&#34;https://flohei.de/2013/03/deadlines-free-for-the-weekend&#34; &gt;the experiment&lt;/a&gt; we did earlier this year. During the seven months Deadlines was available now only a hand full of people bought it. During the weekend we gave it away for free a few hundred people downloaded it. So it does not make any sense to charge for it if no one is buying it anyway.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Studifutter 2.1</title>
      <link>https://flohei.de/2013/05/studifutter-2.1/</link>
      <pubDate>Wed, 15 May 2013 18:00:00 +0200</pubDate>
      <guid>https://flohei.de/2013/05/studifutter-2.1/</guid>
      <description>&lt;p&gt;Studifutter 2.1 is here. We&amp;rsquo;ve improved the performance again and added social sharing features. You can now share your plans to go to your local cafeteria via Facebook, Twitter or mail.&lt;/p&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://flohei.de/media/studifutter-sharing-thumb2.png&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;As with &lt;a href=&#34;https://flohei.de/2013/03/deadlines-1-1-1&#34; &gt;Deadlines 1.1.1&lt;/a&gt;, we added Crashlytics. If you want to help send the reports to us whenever the app crashes.&lt;/p&gt;&#xA;&lt;p&gt;Hope you like it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Displaying Your App Store Downloads on Panic&#39;s Status Board</title>
      <link>https://flohei.de/2013/04/displaying-your-app-store-downloads-on-panics-status-board/</link>
      <pubDate>Fri, 19 Apr 2013 10:00:00 +0200</pubDate>
      <guid>https://flohei.de/2013/04/displaying-your-app-store-downloads-on-panics-status-board/</guid>
      <description>&lt;p&gt;About a week ago Panic &lt;a href=&#34;http://www.panic.com/blog/2013/04/introducing-status-board-for-ipad-beautiful-data-for-all/&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;introduced&lt;/a&gt; its newest product: &lt;a href=&#34;http://panic.com/statusboard/&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Status Board&lt;/a&gt;. It&amp;rsquo;s a widget-based app that displays different kinds of information on your iPad or on your TV.&lt;/p&gt;&#xA;&lt;p&gt;Since there are already quite a few &lt;a href=&#34;http://statusboardwidgets.com&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;custom widgets&lt;/a&gt; out there I thought it would be nice if you could see your App Store downloads on there. We&amp;rsquo;re using App Annie and they&amp;rsquo;re offering a &lt;a href=&#34;http://support.appannie.com/entries/23215097&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;public API&lt;/a&gt;. Tim Brückmann &lt;a href=&#34;http://blog.rheinfabrik.de/blog/2013/04/15/app-annie-sales-in-panics-status-board/&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;implemented&lt;/a&gt; a script that creates a data source for a widget that displays the App Store sales.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Deadlines Free for the Weekend</title>
      <link>https://flohei.de/2013/03/deadlines-free-for-the-weekend/</link>
      <pubDate>Fri, 08 Mar 2013 10:00:00 +0200</pubDate>
      <guid>https://flohei.de/2013/03/deadlines-free-for-the-weekend/</guid>
      <description>&lt;p&gt;As a little experiment we&amp;rsquo;re giving away &lt;a href=&#34;https://flohei.de/tags/deadlines&#34; &gt;Deadlines&lt;/a&gt; for free over the weekend. So go get it on the App Store (&lt;a href=&#34;http://clk.tradedoubler.com/click?p=23761&amp;amp;amp;a=2156700&amp;amp;amp;url=https%3A%2F%2Fitunes.apple.com%2Fde%2Fapp%2Fdeadlines%2Fid571736315%3Fmt%3D8%26uo%3D4%26partnerId%3D2003&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;de&lt;/a&gt;, &lt;a href=&#34;http://clk.tradedoubler.com/click?p=23761&amp;amp;amp;a=2156700&amp;amp;amp;url=https%3A%2F%2Fitunes.apple.com%2Fus%2Fapp%2Fdeadlines-important-events%2Fid571736315%3Fmt%3D8%26uo%3D4%26partnerId%3D2003&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;us&lt;/a&gt;)! Feel free to email us about any concerns or improvements.&lt;/p&gt;&#xA;&lt;p&gt;Happy downloading.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Deadlines 1.1.1</title>
      <link>https://flohei.de/2013/03/deadlines-1.1.1/</link>
      <pubDate>Mon, 04 Mar 2013 18:00:00 +0200</pubDate>
      <guid>https://flohei.de/2013/03/deadlines-1.1.1/</guid>
      <description>&lt;p&gt;Today Apple published Deadlines 1.1.1, a minor bug fix release. Changelog:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Configure reminder times (per event and globally via settings)&lt;/li&gt;&#xA;&lt;li&gt;Improving performance and UI of the calendar&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Besides that we included the &lt;a href=&#34;https://crashlytics.com&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Crashlytics&lt;/a&gt; framework. So when the app crashes, you may be asked to let it send a report about what happened to us. If you wan&amp;rsquo;t to help us improve the app say yes.&lt;/p&gt;&#xA;&lt;p&gt;We hope you like it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Studifutter 2.0.3</title>
      <link>https://flohei.de/2013/02/studifutter-2.0.3/</link>
      <pubDate>Fri, 15 Feb 2013 18:00:00 +0200</pubDate>
      <guid>https://flohei.de/2013/02/studifutter-2.0.3/</guid>
      <description>&lt;p&gt;As of today, Studifutter 2.0.3 is available. Here are the release notes:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Fixes cosmetic bugs which caused some assets to randomly appear and disappear&lt;/li&gt;&#xA;&lt;li&gt;Fixes the bug that caused the app to hang on first launch&lt;/li&gt;&#xA;&lt;li&gt;Fixes the bug which caused the app not to display new data after hitting the re-download button&lt;/li&gt;&#xA;&lt;li&gt;Downloads only the menu for the restaurant wanted&lt;/li&gt;&#xA;&lt;li&gt;Notifies the user when there are no meals (during holiday breaks, i.e.) instead of just displaying an empty list&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;We hope this makes the experience quite a lot better.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Deadlines 1.1 Available</title>
      <link>https://flohei.de/2012/11/deadlines-1.1-available/</link>
      <pubDate>Mon, 12 Nov 2012 14:00:00 +0200</pubDate>
      <guid>https://flohei.de/2012/11/deadlines-1.1-available/</guid>
      <description>&lt;p&gt;Deadlines 1.1 made it to the App Store last night. It brings a few bug fixes and the options to read from and save to the calendar. That makes adding events even easier. Besides that, I added a settings screen that allows to hide overdue events.&lt;/p&gt;&#xA;&lt;p&gt;Get Deadlines &lt;a href=&#34;http://clk.tradedoubler.com/click?p=23761&amp;amp;amp;a=2156700&amp;amp;amp;url=https%3A%2F%2Fitunes.apple.com%2Fde%2Fapp%2Fdeadlines%2Fid571736315%3Fmt%3D8%26uo%3D4%26partnerId%3D2003&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New Hobby Project: Deadlines</title>
      <link>https://flohei.de/2012/11/new-hobby-project-deadlines/</link>
      <pubDate>Sat, 03 Nov 2012 22:00:00 +0200</pubDate>
      <guid>https://flohei.de/2012/11/new-hobby-project-deadlines/</guid>
      <description>&lt;p&gt;A few semesters back I wanted to have an app that would allow me to enter a few important dates like the exams and create a basic list of them to keep track of that without the need to look them up on my calendar. While browsing the App Store I found a few that did exactly that — but they all were ugly as hell. All I wanted was a simple list with a title and the remaining time.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Deadlines Availability</title>
      <link>https://flohei.de/2012/11/deadlines-availability/</link>
      <pubDate>Sat, 03 Nov 2012 20:00:00 +0200</pubDate>
      <guid>https://flohei.de/2012/11/deadlines-availability/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://flohei.de/2012/11/new-hobby-project-deadlines&#34; &gt;Last night&lt;/a&gt; Apple set Deadlines to ready for sale. So I&amp;rsquo;ve been checking the App Store all day and waited for it to show up. Unfortunately I had to realize that I accidentally set the availability date to December 31, which explains why I couldn&amp;rsquo;t find it.&lt;/p&gt;&#xA;&lt;p&gt;You can now finally find it here on the &lt;a href=&#34;http://clk.tradedoubler.com/click?p=23761&amp;amp;amp;a=2156700&amp;amp;amp;url=https%3A%2F%2Fitunes.apple.com%2Fde%2Fapp%2Fdeadlines%2Fid571736315%3Fmt%3D8%26uo%3D4%26partnerId%3D2003&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;App Store&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;I did also submit the first update which brings Calendar.app integration and a few bug fixes. Feel free to follow &lt;a href=&#34;http://twitter.com/DeadlinesApp&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;@DeadlinesApp&lt;/a&gt; or &lt;a href=&#34;http://twitter.com/flohei&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;@flohei&lt;/a&gt; on Twitter for updates.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Follow-Up on Localized MonoMac Applications</title>
      <link>https://flohei.de/2012/10/follow-up-on-localized-monomac-applications/</link>
      <pubDate>Sun, 14 Oct 2012 18:00:00 +0200</pubDate>
      <guid>https://flohei.de/2012/10/follow-up-on-localized-monomac-applications/</guid>
      <description>&lt;p&gt;Last year I&amp;rsquo;ve been working on a &lt;a href=&#34;http://www.mono-project.com/MonoMac&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;MonoMac&lt;/a&gt; application. While not having too many troubles using C# again (I used to do it almost exclusively a few years back), I had some problems localizing the Interface Builder files properly. Eventually I figured out how to do it. While I did not write it down, Uwe wrote a &lt;a href=&#34;http://blog.magerquark.de/creating-a-localized-monomac-application-both-strings-and-xib/&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;great article&lt;/a&gt; with example code about how to use it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Studifutter Update</title>
      <link>https://flohei.de/2012/10/studifutter-update/</link>
      <pubDate>Tue, 09 Oct 2012 09:00:00 +0200</pubDate>
      <guid>https://flohei.de/2012/10/studifutter-update/</guid>
      <description>&lt;p&gt;A few years back, when the App Store just opened we began to develop this little app called &lt;a href=&#34;http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=313502627&amp;amp;mt=8&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Studifutter&lt;/a&gt;. We thought it would be a nice project to start with this new platform as it would present information we as students needed every day: the menu of our cafeteria. Back then, it was only &lt;a href=&#34;http://www.studentenwerk.uni-erlangen.de&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;the website&lt;/a&gt; (which looked terrible on the phones most students had back then) and our own little website, Studifutter&amp;rsquo;s predecessor, which parsed the original website to present the menu in a more smartphone-friendly manner.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building a Basic LEGO Robot</title>
      <link>https://flohei.de/2012/06/building-a-basic-lego-robot/</link>
      <pubDate>Sat, 23 Jun 2012 20:08:19 +0200</pubDate>
      <guid>https://flohei.de/2012/06/building-a-basic-lego-robot/</guid>
      <description>&lt;p&gt;When the current semester began, we had the opportunity to choose a few of our courses ourselves. One of those was &lt;a href=&#34;https://fbi.informatik.fh-nuernberg.de/fwpf/Info_Angebote.asp?Ang_ID=3700&amp;amp;strlang=en&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Self-Localization&lt;/a&gt; held by &lt;a href=&#34;http://www.wireless-earth.de&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Prof. Dr. Jörg Roth&lt;/a&gt;. When I read the description it got me pretty excited about the topic. Not only because we would be using &lt;a href=&#34;http://mindstorms.lego.com/en-us/Default.aspx&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;LEGO MINDSTORMS&lt;/a&gt; to create a simple robot to apply the newly gained knowledge about how to find out where an object is located. When we&amp;rsquo;re talking about location here, it means an indoor location which implies that &lt;a href=&#34;http://en.wikipedia.org/wiki/Gps&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;GPS&lt;/a&gt; or &lt;a href=&#34;http://en.wikipedia.org/wiki/Galileo_%28satellite_navigation%29&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Galileo&lt;/a&gt; are not that suitable. So I was pretty happy I was chosen among about 14 other students to attend this course.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Easy Versions Syncing Using Dropbox</title>
      <link>https://flohei.de/2011/08/easy-versions-syncing-using-dropbox/</link>
      <pubDate>Wed, 03 Aug 2011 19:43:03 +0200</pubDate>
      <guid>https://flohei.de/2011/08/easy-versions-syncing-using-dropbox/</guid>
      <description>&lt;p&gt;For our subversion repositories we&amp;rsquo;re using Sofa&amp;rsquo;s awesome app Versions. If you&amp;rsquo;re working with subversion on a Mac go get it &lt;a href=&#34;http://versionsapp.com/&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Only downside: No bookmark syncing between computers. Today it bugged me enough to come up with a solution. Okay, fair enough, this is kinda obvious, but maybe you&amp;rsquo;re at the same point:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;ln -s ~/Dropbox/Versions/ ~/Library/Application Support/Versions&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Just move your Versions directory (which contains your &lt;code&gt;Bookmarks.plist&lt;/code&gt;) to your Dropbox (or any other cloud location) and create a &lt;a href=&#34;http://en.wikipedia.org/wiki/Symlink&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;symlink&lt;/a&gt; to it at the directory&amp;rsquo;s old location.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What Makes a Good Bug Report?</title>
      <link>https://flohei.de/2010/11/what-makes-a-good-bug-report/</link>
      <pubDate>Tue, 23 Nov 2010 19:36:27 +0200</pubDate>
      <guid>https://flohei.de/2010/11/what-makes-a-good-bug-report/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;A &lt;strong&gt;good&lt;/strong&gt; bug report is one that describes the problem well enough that someone familiar with the project can understand and act on that bug report &lt;strong&gt;without talking to the person who wrote it&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;That’s the line. Anything less is simply not good enough.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Studifutter ist online!</title>
      <link>https://flohei.de/2009/05/studifutter-ist-online/</link>
      <pubDate>Mon, 18 May 2009 19:28:23 +0200</pubDate>
      <guid>https://flohei.de/2009/05/studifutter-ist-online/</guid>
      <description>&lt;p&gt;Seit gestern ist nun endlich unsere erste App im App Store erhältlich: Studifutter. Damit kann man sich momentan die aktuellen Speisepläne für die Mensen in Nürnberg, Erlangen, Ansbach, Eichstätt und Ingolstadt anzeigen und sich auch per Google-Maps-Integration dort hin navigieren lassen.&lt;/p&gt;&#xA;&lt;p&gt;Wer sich jetzt denkt &amp;ldquo;Schade, sowas hätte ich auch gerne für meine Mensa oder Kantine.&amp;rdquo; dem sei gesagt, dass wir im Moment an einer neuen Version mit offener Schnittstelle arbeiten.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Neuauflage des Mensa-Infoprogramms</title>
      <link>https://flohei.de/2008/10/neuauflage-des-mensa-infoprogramms/</link>
      <pubDate>Sun, 05 Oct 2008 19:26:14 +0200</pubDate>
      <guid>https://flohei.de/2008/10/neuauflage-des-mensa-infoprogramms/</guid>
      <description>&lt;p&gt;Simon hat sich vorige Tage noch mal ein wenig ins Zeug gelegt, und &lt;a href=&#34;https://flohei.de/2008/03/immer-wissen-was-es-in-der-mensa-gibt/&#34; &gt;seine Speiseplan-App&lt;/a&gt; überarbeitet. Jetzt das Programm vom iPhone aus über &lt;code&gt;futter.florian-heiber.de&lt;/code&gt;&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; zu erreichen und erscheint dort in einem schicken, modernem Design. Allerdings lassen sich im Moment keine Termine mehr runterladen. Per PC- oder Mac-Webbrowser wird man auf die eigentliche Mensaseite weitergeleitet.&lt;/p&gt;&#xA;&lt;p&gt;Danke, Simon! :-)&lt;/p&gt;&#xA;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;&#xA;&lt;hr&gt;&#xA;&lt;ol&gt;&#xA;&lt;li id=&#34;fn:1&#34;&gt;&#xA;&lt;p&gt;Der Link wurde mit der Veröffentlichung von Studifutter deaktiviert.&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Immer wissen, was es in der Mensa gibt</title>
      <link>https://flohei.de/2008/03/immer-wissen-was-es-in-der-mensa-gibt/</link>
      <pubDate>Fri, 07 Mar 2008 19:24:50 +0200</pubDate>
      <guid>https://flohei.de/2008/03/immer-wissen-was-es-in-der-mensa-gibt/</guid>
      <description>&lt;p&gt;Simon hat schon vor einiger Zeit ein kleines Tool entwickelt, mit dem er sich die aktuellen Speisen für unsere Mensataria von deren Website zieht und sie dann in iCal bzw. Outlook einfügen lässt, um sie dann so auf sein Handy zu syncen.&lt;/p&gt;&#xA;&lt;p&gt;Jetzt hat er das Ganze noch webbasiert umgesetzt hostet das Projekt unter &lt;code&gt;www.florian-heiber.de/speiseplan&lt;/code&gt;&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;. Eine sehr geile Sache, wie ich finde. :-)&lt;/p&gt;&#xA;&lt;p&gt;Es wird noch weiter daran rumgeschraubt, versteht es also bitte als beta. ;-)&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
