<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Philipp Schmid</title>
	
	<link>http://www.schmidp.com</link>
	<description>a plain personal blog</description>
	<lastBuildDate>Wed, 24 Jun 2009 16:46:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/schmidp" type="application/rss+xml" /><item>
		<title>Building the postgres gem for a 64bit PostgreSQL on Snow Leopard (10.6)</title>
		<link>http://feedproxy.google.com/~r/schmidp/~3/jXOTPu4G2P0/</link>
		<comments>http://www.schmidp.com/2009/06/24/building-the-postgres-gem-for-a-64bit-postgresql-on-snow-leopard-10-6/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 16:46:57 +0000</pubDate>
		<dc:creator>Philipp Schmid</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[RubyOnRails]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://www.schmidp.com/?p=221</guid>
		<description><![CDATA[sudo env ARCHFLAGS=&#8221;-arch x86_64&#8243; gem install postgres
]]></description>
			<content:encoded><![CDATA[<div class="codesnip-container" >sudo env ARCHFLAGS=&#8221;-arch x86_64&#8243; gem install postgres</div>
]]></content:encoded>
			<wfw:commentRss>http://www.schmidp.com/2009/06/24/building-the-postgres-gem-for-a-64bit-postgresql-on-snow-leopard-10-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.schmidp.com/2009/06/24/building-the-postgres-gem-for-a-64bit-postgresql-on-snow-leopard-10-6/</feedburner:origLink></item>
		<item>
		<title>SMS Gateway</title>
		<link>http://feedproxy.google.com/~r/schmidp/~3/hiC0I5mbsy4/</link>
		<comments>http://www.schmidp.com/2009/06/23/sms-gateway/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 11:35:41 +0000</pubDate>
		<dc:creator>Philipp Schmid</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.schmidp.com/?p=212</guid>
		<description><![CDATA[I have yet to try them out, but Clickatell seems like a nice, developer friendly SMS gateway.
UPDATE:
They offer a trail account where you get a few messages for free (although they override the message content with a default text), so I couldn&#8217;t resist and tried it out.
It&#8217;s really a matter of minutes if not seconds [...]]]></description>
			<content:encoded><![CDATA[<p>I have yet to try them out, but <a href="http://www.clickatell.com/">Clickatell</a> seems like a nice, developer friendly SMS gateway.</p>
<p><strong>UPDATE:</strong></p>
<p>They offer a trail account where you get a few messages for free (although they override the message content with a default text), so I couldn&#8217;t resist and tried it out.</p>
<p>It&#8217;s really a matter of minutes if not seconds to get started:</p>
<div class="codesnip-container" >schmidp@dna:~$ curl -i &#8220;http://api.clickatell.com/http/sendmsg?user=$USER&amp;password=$PASSWORD&amp;api_id=$APIID &amp;to=$TO&amp;from=$FROM&amp;text=$TEXT&#8221;</div>
<div class="codesnip-container" >HTTP/1.1 200 OK<br />
Date: Tue, 23 Jun 2009 11:59:22 GMT<br />
Server: Apache/2.2.3 (Red Hat)<br />
X-Powered-By: PHP/5.2.6<br />
Connection: close<br />
Content-Type: text/html</p>
<p>ID: 352178af3b24f03ef83997de1024eead<br />
schmidp@dna:~$</p></div>
<p>I have not yet compared their prices with other gateway providers, but I don&#8217;t have a real need for it now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.schmidp.com/2009/06/23/sms-gateway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.schmidp.com/2009/06/23/sms-gateway/</feedburner:origLink></item>
		<item>
		<title>Enable SSH Agent (Key) Forwarding on Snow Leopard</title>
		<link>http://feedproxy.google.com/~r/schmidp/~3/12u5SGKUHzk/</link>
		<comments>http://www.schmidp.com/2009/06/23/enable-ssh-agent-key-forwarding-on-snow-leopard/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 09:40:12 +0000</pubDate>
		<dc:creator>Philipp Schmid</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[RubyOnRails]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://www.schmidp.com/?p=194</guid>
		<description><![CDATA[I&#8217;m using Git and Capistrano to deploy some ruby applications on multiple servers. My Git setup is done with gitosis which uses a key based authentication over ssh. The deployment script logs into the remote servers and checks out the current application version via Git.
Now to have this working, one must forward the private key, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using Git and Capistrano to deploy some ruby applications on multiple servers. My Git setup is done with <a href="http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way">gitosis</a> which uses a key based authentication over ssh. The deployment script logs into the remote servers and checks out the current application version via Git.</p>
<p>Now to have this working, one must forward the private key, used to authenticate with git, to the server which does the checkout. This is done by the <em>ssh-agent</em> process, which whom you can register your keys by running the command <em>ssh-add</em>.</p>
<p>After switching to Snow Leopard, my deployment script stopped working, because somehow the ssh key didn&#8217;t get forwarded to the server and I was presented with a login prompt: <em>&#8220;Enter password for git@git.gitserver.local:&#8221;</em>. Of course I don&#8217;t have a password, because gitosis uses key based authentication only.</p>
<p>To make a long story short, Snow Leopard ships with key forwarding disabled by default and you will have to modify the file /etc/ssh_config to get it working.</p>
<p>Just change the lines</p>
<div class="codesnip-container" ># Host *<br />
# ForwardAgent no</div>
<p>into</p>
<div class="codesnip-container" >Host *<br />
ForwardAgent yes</div>
<p>and you are good.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.schmidp.com/2009/06/23/enable-ssh-agent-key-forwarding-on-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.schmidp.com/2009/06/23/enable-ssh-agent-key-forwarding-on-snow-leopard/</feedburner:origLink></item>
		<item>
		<title>iPhone Development Links</title>
		<link>http://feedproxy.google.com/~r/schmidp/~3/3Klow-c-cl8/</link>
		<comments>http://www.schmidp.com/2009/06/22/iphone-development-links/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 02:30:48 +0000</pubDate>
		<dc:creator>Philipp Schmid</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.schmidp.com/?p=185</guid>
		<description><![CDATA[
Anti-Cracker
three20 UI library
Phonegap
ObjectiveResource
Ruby Cocoa on iPhone
Facial recognition
AppStore styled views
Fireworks iPhone UI
3GS Compass test
XMPP framework
Physics framework
OAuth consumer
2D game engine

Some random links I&#8217;ve found while searching for iPhone on github.
]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://github.com/costan/zergsupport/blob/master/ZergSupport/CryptoSupport/ZNDebugIntegrity.m">Anti-Cracker</a></li>
<li><a href="http://github.com/joehewitt/three20/tree/master">three20 UI library</a></li>
<li><a href="http://phonegap.com/">Phonegap</a></li>
<li><a href="http://github.com/yfactorial/objectiveresource/tree/1.1">ObjectiveResource</a></li>
<li><a href="http://github.com/takuma104/iphone-rubycocoa/tree/master">Ruby Cocoa on iPhone</a></li>
<li><a href="http://github.com/beetlebugorg/PictureMe/tree/master">Facial recognition</a></li>
<li><a href="http://github.com/enormego/askit/tree/master">AppStore styled views</a></li>
<li><a href="http://github.com/hipster/iphone_ui_fireworks/tree/master">Fireworks iPhone UI</a></li>
<li><a href="http://github.com/fspeirs/CompassTest/tree/master">3GS Compass test</a></li>
<li><a href="http://github.com/tinycode/xmppframework/tree/master">XMPP framework</a></li>
<li><a href="http://github.com/john146/imsimreal/tree/master">Physics framework</a></li>
<li><a href="http://github.com/jdg/oauthconsumer/tree/master">OAuth consumer</a></li>
<li><a href="http://github.com/funkaster/cocos2d-iphone/tree/master">2D game engine</a></li>
</ul>
<p>Some random links I&#8217;ve found while searching for <em>iPhone</em> on <a href="http://github.com">github</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.schmidp.com/2009/06/22/iphone-development-links/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.schmidp.com/2009/06/22/iphone-development-links/</feedburner:origLink></item>
		<item>
		<title>PwnageTool 3.0 works with Snow Leopard</title>
		<link>http://feedproxy.google.com/~r/schmidp/~3/W8Sg6wnTgLw/</link>
		<comments>http://www.schmidp.com/2009/06/20/pwnagetool-3-0-works-with-snow-leopard/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 01:04:09 +0000</pubDate>
		<dc:creator>Philipp Schmid</dc:creator>
				<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://www.schmidp.com/?p=182</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-183" title="pwnagetool-pwned" src="http://www.schmidp.com/wp-content/uploads/2009/06/pwnagetool-pwned.png" alt="pwnagetool-pwned" width="256" height="256" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schmidp.com/2009/06/20/pwnagetool-3-0-works-with-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.schmidp.com/2009/06/20/pwnagetool-3-0-works-with-snow-leopard/</feedburner:origLink></item>
		<item>
		<title>Ruby/Rails and MySQL on Snow Leopard (10A380)</title>
		<link>http://feedproxy.google.com/~r/schmidp/~3/t9ZRVdLvOTs/</link>
		<comments>http://www.schmidp.com/2009/06/14/rubyrails-and-mysql-on-snow-leopard-10a380/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 11:20:43 +0000</pubDate>
		<dc:creator>Philipp Schmid</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[RubyOnRails]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://www.schmidp.com/?p=180</guid>
		<description><![CDATA[First get and install the 64bit MySQL version:
http://dev.mysql.com/get/Downloads/MySQL-5.1/mysql-5.1.35-osx10.5-x86_64.dmg/from/pick#mirrors
Then install the MySQL gem the following way:
sudo gem install mysql &#8212; &#8211;with-mysql-config=/usr/local/mysql/bin/mysql_config
]]></description>
			<content:encoded><![CDATA[<p>First get and install the 64bit MySQL version:</p>
<blockquote><p>http://dev.mysql.com/get/Downloads/MySQL-5.1/mysql-5.1.35-osx10.5-x86_64.dmg/from/pick#mirrors</p></blockquote>
<p>Then install the MySQL gem the following way:</p>
<blockquote><p>sudo gem install mysql &#8212; &#8211;with-mysql-config=/usr/local/mysql/bin/mysql_config</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.schmidp.com/2009/06/14/rubyrails-and-mysql-on-snow-leopard-10a380/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.schmidp.com/2009/06/14/rubyrails-and-mysql-on-snow-leopard-10a380/</feedburner:origLink></item>
		<item>
		<title>Hiding a Directory from Finder (Mac OS X)</title>
		<link>http://feedproxy.google.com/~r/schmidp/~3/ezB4FgflhkE/</link>
		<comments>http://www.schmidp.com/2009/06/13/hiding-a-directory-from-finder-mac-os-x/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 18:02:22 +0000</pubDate>
		<dc:creator>Philipp Schmid</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://www.schmidp.com/?p=177</guid>
		<description><![CDATA[sudo chflags hidden /path/to/directory
]]></description>
			<content:encoded><![CDATA[<blockquote><p>sudo chflags hidden /path/to/directory</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.schmidp.com/2009/06/13/hiding-a-directory-from-finder-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.schmidp.com/2009/06/13/hiding-a-directory-from-finder-mac-os-x/</feedburner:origLink></item>
		<item>
		<title>Hello Android</title>
		<link>http://feedproxy.google.com/~r/schmidp/~3/VD8FGm4vSYI/</link>
		<comments>http://www.schmidp.com/2009/06/06/hello-android/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 15:10:47 +0000</pubDate>
		<dc:creator>Philipp Schmid</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.schmidp.com/?p=174</guid>
		<description><![CDATA[

Functionality for four -dimensional graphics was considered for Android, but it was dropped because of a lack of time.

Source: Hello Android, ThePragmaticBookshelf 
]]></description>
			<content:encoded><![CDATA[<blockquote>
<div>
<p>Functionality for four -dimensional graphics was considered for Android, but it was dropped because of a lack of time.</p></div>
</blockquote>
<p>Source: Hello Android, ThePragmaticBookshelf<span> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schmidp.com/2009/06/06/hello-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.schmidp.com/2009/06/06/hello-android/</feedburner:origLink></item>
		<item>
		<title>SuperNews! – Gates vs. Jobs</title>
		<link>http://feedproxy.google.com/~r/schmidp/~3/hOa8i3tkjEc/</link>
		<comments>http://www.schmidp.com/2009/05/01/supernews-gates-vs-jobs/#comments</comments>
		<pubDate>Fri, 01 May 2009 13:30:21 +0000</pubDate>
		<dc:creator>Philipp Schmid</dc:creator>
				<category><![CDATA[Internet Pop]]></category>

		<guid isPermaLink="false">http://www.schmidp.com/?p=171</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/qHO8l-Bd1O4&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/qHO8l-Bd1O4&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schmidp.com/2009/05/01/supernews-gates-vs-jobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.schmidp.com/2009/05/01/supernews-gates-vs-jobs/</feedburner:origLink></item>
		<item>
		<title>What Mankind Can Achieve in 40 Years</title>
		<link>http://feedproxy.google.com/~r/schmidp/~3/ZB3KpxBZXYM/</link>
		<comments>http://www.schmidp.com/2009/04/19/what-mankind-can-achieve-in-40-years/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 12:27:55 +0000</pubDate>
		<dc:creator>Philipp Schmid</dc:creator>
				<category><![CDATA[Internet Pop]]></category>

		<guid isPermaLink="false">http://www.schmidp.com/?p=163</guid>
		<description><![CDATA[
Source: http://www.caglecartoons.com/
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.schmidp.com/wp-content/uploads/2009/04/20a507e6-8744-499f-a894-5e2e3892a1d0gif.jpeg" alt="getsjob" title="getsjob" width="600" height="509" class="alignleft size-full wp-image-164" /></p>
<p>Source: <a href="http://www.caglecartoons.com/">http://www.caglecartoons.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schmidp.com/2009/04/19/what-mankind-can-achieve-in-40-years/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.schmidp.com/2009/04/19/what-mankind-can-achieve-in-40-years/</feedburner:origLink></item>
	</channel>
</rss>
