<?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>Life in the Matrix...</title>
	<atom:link href="http://blog.ponto-dot.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ponto-dot.com</link>
	<description>... as in “Groking computers”</description>
	<lastBuildDate>Fri, 09 Dec 2011 19:43:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>iOS launch crash with reference to &#8220;setValue:forUndefinedKey:&#8221;</title>
		<link>http://blog.ponto-dot.com/2011/12/03/ios-launch-crash-with-reference-to-setvalueforundefinedkey/</link>
		<comments>http://blog.ponto-dot.com/2011/12/03/ios-launch-crash-with-reference-to-setvalueforundefinedkey/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 15:23:56 +0000</pubDate>
		<dc:creator>jadawin</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.ponto-dot.com/?p=180</guid>
		<description><![CDATA[Just found that I need to be really careful when refactoring code that requires me to remove views from my project. I spent about 15 minutes trying to understand what the hell was going on, I was just receiving the following error: 2011-12-03 15:04:52.341 UIScroll1[80115:f803] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[&#60;UIScroll1ViewController [...]]]></description>
		<wfw:commentRss>http://blog.ponto-dot.com/2011/12/03/ios-launch-crash-with-reference-to-setvalueforundefinedkey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting out on iOS development and the fear of failing in Programming</title>
		<link>http://blog.ponto-dot.com/2011/12/02/starting-out-on-ios-development-and-the-fear-of-failing-in-programming/</link>
		<comments>http://blog.ponto-dot.com/2011/12/02/starting-out-on-ios-development-and-the-fear-of-failing-in-programming/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 20:54:54 +0000</pubDate>
		<dc:creator>jadawin</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.ponto-dot.com/?p=102</guid>
		<description><![CDATA[For the last month or so I&#8217;ve been trying to get my foot into iOS development. This has proven more difficult than I had anticipated mostly because of my lack of spare time to dedicate to such endeavor. One thing I&#8217;ve come to realize is that even though I&#8217;ve been programming for a couple of [...]]]></description>
		<wfw:commentRss>http://blog.ponto-dot.com/2011/12/02/starting-out-on-ios-development-and-the-fear-of-failing-in-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing CLSQL on OSX 10.5.8</title>
		<link>http://blog.ponto-dot.com/2011/04/07/fixing-clsql-on-osx-10-5-8/</link>
		<comments>http://blog.ponto-dot.com/2011/04/07/fixing-clsql-on-osx-10-5-8/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 08:31:00 +0000</pubDate>
		<dc:creator>jadawin</dc:creator>
				<category><![CDATA[OsX]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.ponto-dot.com/?p=106</guid>
		<description><![CDATA[I recently had the need to run some older Lisp code on OSX 10.5.8 which used CLSQL, unfortunately this was enough to cause me a couple of lost hours trying to compile and load the CLSQL helper libraries.]]></description>
		<wfw:commentRss>http://blog.ponto-dot.com/2011/04/07/fixing-clsql-on-osx-10-5-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Lisp &amp; Hunchentoot on a web server</title>
		<link>http://blog.ponto-dot.com/2010/08/15/setting-up-common-lisp-on-a-web-server/</link>
		<comments>http://blog.ponto-dot.com/2010/08/15/setting-up-common-lisp-on-a-web-server/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 13:35:59 +0000</pubDate>
		<dc:creator>jadawin</dc:creator>
				<category><![CDATA[Common Lisp]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Server administration]]></category>
		<category><![CDATA[lisp]]></category>

		<guid isPermaLink="false">http://ponto-dot.com/wp/?p=87</guid>
		<description><![CDATA[For this post i decided to explain how i&#8217;ve setup Common Lisp Hunchentoot webserver running on Ubuntu 8.10 and how to set it up for remote interaction using Emacs and SLIME (Superior Lisp Interaction Mode for Emacs). Obviously i couldn&#8217;t have done it all by myself, these are the documents i used as reference for [...]]]></description>
		<wfw:commentRss>http://blog.ponto-dot.com/2010/08/15/setting-up-common-lisp-on-a-web-server/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Showing hidden and *nix files on OSX Finder</title>
		<link>http://blog.ponto-dot.com/2010/05/16/showing-hidden-and-nix-files-on-osx-finder/</link>
		<comments>http://blog.ponto-dot.com/2010/05/16/showing-hidden-and-nix-files-on-osx-finder/#comments</comments>
		<pubDate>Sun, 16 May 2010 11:45:12 +0000</pubDate>
		<dc:creator>jadawin</dc:creator>
				<category><![CDATA[OsX]]></category>

		<guid isPermaLink="false">http://ponto-dot.com/wp/?p=83</guid>
		<description><![CDATA[Coming to OSX from a Linux background it struck me hard that there isn&#8217;t a single Finder preference/option to allow me to see files starting with a dot (hidden files) in Finder listings. Knowing that this is probably due to security concerns that not-so-advanced users will mess up their whole system, nevertheless i believe Finder [...]]]></description>
		<wfw:commentRss>http://blog.ponto-dot.com/2010/05/16/showing-hidden-and-nix-files-on-osx-finder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LGE-500 Hackintosh</title>
		<link>http://blog.ponto-dot.com/2010/04/27/lge-500-hackintosh/</link>
		<comments>http://blog.ponto-dot.com/2010/04/27/lge-500-hackintosh/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 17:04:45 +0000</pubDate>
		<dc:creator>jadawin</dc:creator>
				<category><![CDATA[OsX]]></category>

		<guid isPermaLink="false">http://ponto-dot.com/wp/?p=80</guid>
		<description><![CDATA[I always wanted to give Apple&#8217;s OsX a test-drive, it always appealed to me as the best looking Operating System out there but i would never throw away all that money without first giving it a real test-drive. When some of my colleagues got their hands on their macbooks and started bragging about how great [...]]]></description>
		<wfw:commentRss>http://blog.ponto-dot.com/2010/04/27/lge-500-hackintosh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resizing a VirtualBox Disk (VDI)</title>
		<link>http://blog.ponto-dot.com/2010/01/21/resizing-a-virtualbox-disk-vdi/</link>
		<comments>http://blog.ponto-dot.com/2010/01/21/resizing-a-virtualbox-disk-vdi/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 18:13:30 +0000</pubDate>
		<dc:creator>jadawin</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://ponto-dot.com/wp/?p=77</guid>
		<description><![CDATA[While installing some software on my virtual machine i ran out of disk space so i went out googling and found a nice tutorial. I don&#8217;t really like doing this, kind of pasting someone else&#8217;s article but, since i keep this blog mainly as a reference to myself and i believe i will most surely [...]]]></description>
		<wfw:commentRss>http://blog.ponto-dot.com/2010/01/21/resizing-a-virtualbox-disk-vdi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solving Gmail IMAP error &#8216;Web login required (Failure)&#8217;</title>
		<link>http://blog.ponto-dot.com/2010/01/21/solving-gmail-imap-error-web-login-required-failure/</link>
		<comments>http://blog.ponto-dot.com/2010/01/21/solving-gmail-imap-error-web-login-required-failure/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 12:41:15 +0000</pubDate>
		<dc:creator>jadawin</dc:creator>
				<category><![CDATA[Server administration]]></category>
		<category><![CDATA[gmail]]></category>

		<guid isPermaLink="false">http://ponto-dot.com/wp/?p=72</guid>
		<description><![CDATA[At work we have been using Google apps to host some of our customers domain e-mail accounts. The other day one of our customer collaborators complained that when accessing e-mails through IMAP (on Outlook 2007) he was getting the following error:Web login required (Failure) After repeatedly checking his IMAP settings i decided it was not [...]]]></description>
		<wfw:commentRss>http://blog.ponto-dot.com/2010/01/21/solving-gmail-imap-error-web-login-required-failure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hunchentoot behind a proxy server</title>
		<link>http://blog.ponto-dot.com/2009/08/18/hunchentoot-behind-proxy-server/</link>
		<comments>http://blog.ponto-dot.com/2009/08/18/hunchentoot-behind-proxy-server/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 12:30:21 +0000</pubDate>
		<dc:creator>jadawin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[lisp]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://ponto-dot.com/wp/?p=29</guid>
		<description><![CDATA[Having a lightweight http server (in this case Nginx) proxy request to Hunchentoot offers some advantages over letting Hunchentoot speak directly to the web: You can have nginx serve all the static files for you app, this way serving them faster while freeing lisp process for generating only dinamic content. You can take advantage of [...]]]></description>
		<wfw:commentRss>http://blog.ponto-dot.com/2009/08/18/hunchentoot-behind-proxy-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Setting up SLIME Tramp filename translation</title>
		<link>http://blog.ponto-dot.com/2009/08/18/slime-tramp-filename-translation/</link>
		<comments>http://blog.ponto-dot.com/2009/08/18/slime-tramp-filename-translation/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 06:23:33 +0000</pubDate>
		<dc:creator>jadawin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[lisp]]></category>
		<category><![CDATA[slime]]></category>

		<guid isPermaLink="false">http://ponto-dot.com/wp/?p=17</guid>
		<description><![CDATA[Picking up from &#8220;Remote login with SSH key pair&#8221; and the updated &#8220;Setting up Lisp &#38; Hunchentoot on a web server&#8221;, when i run emacs locally and connect to my running lisp + hunchentoot process on the server, the REPL alone, although awesome, is insufficient for my hacking need. I&#8217;ll need some way to work [...]]]></description>
		<wfw:commentRss>http://blog.ponto-dot.com/2009/08/18/slime-tramp-filename-translation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

