<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NSCoriolisBlog &#187; Uncategorized</title>
	<atom:link href="http://blog.coriolis.ch/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coriolis.ch</link>
	<description>Just another Coriolis weblog</description>
	<lastBuildDate>Sat, 13 Mar 2010 09:43:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>APNS Resources</title>
		<link>http://blog.coriolis.ch/2010/03/13/apns-resources/</link>
		<comments>http://blog.coriolis.ch/2010/03/13/apns-resources/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 09:43:13 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.coriolis.ch/?p=291</guid>
		<description><![CDATA[Just a reminder: I keep my list of Apple Push Notification Service Gateways up-to-date. You can find it on my blog here.]]></description>
			<content:encoded><![CDATA[<p>Just a reminder: I keep my list of Apple Push Notification Service Gateways up-to-date.</p>
<p>You can find it on my blog <a  href="http://blog.coriolis.ch/2009/08/07/apple-push-notification-service-gateways/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coriolis.ch/2010/03/13/apns-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NSConference 2010</title>
		<link>http://blog.coriolis.ch/2010/02/09/nsconference-2010/</link>
		<comments>http://blog.coriolis.ch/2010/02/09/nsconference-2010/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 15:51:46 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.coriolis.ch/?p=282</guid>
		<description><![CDATA[I was in Reading UK last week to attend the NSConference 2010. I will not write a full report of what happened there, because others will do that better. The only thing I want to say is:if you want to improve your skills in Cocoa, for Mac, iPhone or iPad, you should go: you&#8217;ll have [...]]]></description>
			<content:encoded><![CDATA[<p>I was in Reading UK last week to attend the <a  href="http://www.nsconference.com/">NSConference 2010</a>. I will not write a full report of what happened there, because others will do that better.</p>
<p>The only thing I want to say is:if you want to improve your skills in Cocoa, for Mac, iPhone or iPad, you should go: you&#8217;ll have the best speakers, the best organization you can dream of. And you will come back with new contacts, new ideas, new code to try.</p>
<p>You can (should) read Alex Repty report <a  href="http://alexrepty.com/archives/179-NSConference-2010-UK.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coriolis.ch/2010/02/09/nsconference-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>As Seen On TV</title>
		<link>http://blog.coriolis.ch/2009/10/06/as-seen-on-tv/</link>
		<comments>http://blog.coriolis.ch/2009/10/06/as-seen-on-tv/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 14:41:18 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[nouvo]]></category>
		<category><![CDATA[television]]></category>
		<category><![CDATA[tsr]]></category>

		<guid isPermaLink="false">http://blog.coriolis.ch/?p=230</guid>
		<description><![CDATA[The swiss TV (TSR) made a portrait of me, for the tech show &#8220;Nouvo&#8221;. Grab it here while it&#8217;s hot: Nouvo, sept. 30 2009]]></description>
			<content:encoded><![CDATA[<p>The swiss TV (TSR) made a portrait of me, for the tech show &#8220;Nouvo&#8221;. Grab it here while it&#8217;s hot: <a  href="http://www.nouvo.ch/s-043">Nouvo, sept. 30 2009</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coriolis.ch/2009/10/06/as-seen-on-tv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP is teh suck</title>
		<link>http://blog.coriolis.ch/2009/04/14/php-is-teh-suck/</link>
		<comments>http://blog.coriolis.ch/2009/04/14/php-is-teh-suck/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 13:49:35 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sucks]]></category>

		<guid isPermaLink="false">http://blog.coriolis.ch/?p=144</guid>
		<description><![CDATA[The other day, I had to write a PHP script that reads a csv file of addresses and outputs the longitude and latitude of every address in the file. Since I haven&#8217;t done a lot of PHP recently, I had to look in the documentation for the function that reads a file into an array [...]]]></description>
			<content:encoded><![CDATA[<p>The other day, I had to write a PHP script that reads a csv file of addresses and outputs the longitude and latitude of every address in the file.</p>
<p>Since I haven&#8217;t done a lot of PHP recently, I had to look in the documentation for the function that reads a file into an array because I couldn&#8217;t remember the name.</p>
<p>There is a reason for that: the name of this function is (take a deep breath):</p>
<p><strong>file</strong></p>
<p>Who can remember a function name that doesn&#8217;t relate to what it&#8217;s supposed to do? </p>
<p>In Cocoa, we have &#8220;<strong>arrayWithContentsOfFile</strong>&#8220;, and when reading some code, if you find</p>
<pre><code>
varName = [NSArray arrayWithContentsOfFile:someData];

</code></pre>
<p>Even with non-significant variable names as in this example, you can understand what this assignment does.</p>
<p>But when you read</p>
<pre><code>
varName = file(someData);

</code></pre>
<p>You have no clue, unless you code in PHP everyday.</p>
<p>I really can&#8217;t understand the logic behind the naming of functions in PHP.</p>
<p>Example:</p>
<p>Why do we have &#8220;<strong>utf8_encode</strong>&#8220;, &#8220;<strong>json_encode</strong>&#8221; but &#8220;<strong>urlencode</strong>&#8220;?</p>
<p>PHP is really teh suck.</p>
<p>PS: I do prefer Perl as a scripting language, perhaps because I&#8217;ve done more Perl in my life than PHP. I must admit that</p>
<pre><code>
@varName = &lt;someData&gt;;

</code></pre>
<p>isn&#8217;t clearer, but I do prefer it. </p>
<p>PS2: while ranting about PHP, I wondered what was the longest method name in Cocoa, so with the help of a Perl script, here are my findings:</p>
<p>MacOSX 10.5:<br />
<strong>managedObjectContextsToMonitorWhenSyncingPersistentStoreCoordinator</strong></p>
<p>67 chars, I&#8217;m glad to have auto-completion in Xcode.</p>
<p>iPhone SDK 2.2.1<br />
<strong>willAnimateSecondHalfOfRotationFromInterfaceOrientation</strong></p>
<p>Only 55 chars, still auto-completion is a must!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coriolis.ch/2009/04/14/php-is-teh-suck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacYenta</title>
		<link>http://blog.coriolis.ch/2008/06/16/macyenta/</link>
		<comments>http://blog.coriolis.ch/2008/06/16/macyenta/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 22:27:55 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.coriolis.ch/?p=7</guid>
		<description><![CDATA[Found via the Macintosh Software Business Mailing List: From the site: &#8220;One of the most common complaints from Mac indies is finding someone to work with. As small as the community is, this can be difficult; as it grows larger, it becomes even harder to keep track.&#8221; My Profile at MacYenta: http://www.macyenta.com/profile/2106]]></description>
			<content:encoded><![CDATA[<p>Found via the <a  href="http://tech.groups.yahoo.com/group/macsb/">Macintosh Software Business Mailing List</a>:</p>
<p>From the site: &#8220;One of the most common complaints from Mac indies is finding someone to work with. As small as the community is, this can be difficult; as it grows larger, it becomes even harder to keep track.&#8221;</p>
<p>My Profile at MacYenta: <a  href="http://www.macyenta.com/profile/2106">http://www.macyenta.com/profile/2106</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coriolis.ch/2008/06/16/macyenta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced)

Served from: www.coriolis.ch @ 2010-09-10 13:44:14 -->