<?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>be present now &#187; mac</title>
	<atom:link href="http://durdn.com/blog/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://durdn.com/blog</link>
	<description>modern alchemy for joyful living.</description>
	<lastBuildDate>Tue, 17 Apr 2012 18:48:58 +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>Using gmail for outbound smtp on Mac OS X Leopard</title>
		<link>http://durdn.com/blog/2008/10/08/using-gmail-for-outbound-smtp-on-mac-os-x-leopard/</link>
		<comments>http://durdn.com/blog/2008/10/08/using-gmail-for-outbound-smtp-on-mac-os-x-leopard/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 23:18:27 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[leopart]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[smtp]]></category>

		<guid isPermaLink="false">http://durdn.com/blog/?p=28</guid>
		<description><![CDATA[I had problems setting up postfix to run properly on my macbook pro. Then I found this very clear, step by step how to. And now everything works like a charm. The only drawback is that I can now basically only send email from my gmail account. Well that will do it for now.]]></description>
			<content:encoded><![CDATA[<p>I had problems setting up postfix to run properly on my macbook pro.</p>
<p>Then I found <a href="http://www.installationexperiences.com/?p=87">this</a> very clear, step by step how to. And now everything works like a charm.</p>
<p>The only drawback is that I can now basically only send email from my gmail account. Well that will do it for now.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fdurdn.com%2Fblog%2F2008%2F10%2F08%2Fusing-gmail-for-outbound-smtp-on-mac-os-x-leopard%2F';
  addthis_title  = 'Using+gmail+for+outbound+smtp+on+Mac+OS+X+Leopard';
  addthis_pub    = 'durdn';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://durdn.com/blog/2008/10/08/using-gmail-for-outbound-smtp-on-mac-os-x-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>setting up osx for some erlang development &#8211; yes &#8211; with emacs</title>
		<link>http://durdn.com/blog/2008/07/30/setting-up-osx-for-some-erlang-development-yes-with-emacs/</link>
		<comments>http://durdn.com/blog/2008/07/30/setting-up-osx-for-some-erlang-development-yes-with-emacs/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 09:36:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[emacs]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[macports]]></category>

		<guid isPermaLink="false">http://durdn.com/blog/?p=12</guid>
		<description><![CDATA[I&#8217;ve decided to dig a bit into Erlang. The setup has been painless. I first installed Macports (look here for a step by step guide). With this installed, to install Erlang is a single command: sudo port install erlang Then I looked up the recommended development environment. What a surprise: a lot of people suggest [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided to dig a bit into <a href="http://erlang.org/">Erlang</a>.</p>
<p>The setup has been painless. I first installed <a href="http://www.macports.org/">Macports</a> (look <a href="http://guide.macports.org/">here</a> for a step by step guide). With this installed, to install Erlang is a single command:</p>
<p><code>sudo port install erlang</code></p>
<p>Then I looked up the recommended development environment. What a surprise: a lot of people suggest Emacs. And so I followed the <a href="http://bc.tech.coop/blog/070528.html">instructions</a> of lisp Guru extraordinaire <a href="http://bc.tech.coop/blog/index.html">Bill Clementson</a> on how to setup Emacs to develop in Erlang. I won&#8217;t repeat what he has explained perfectly in the post linked above.</p>
<p>Now since yesterday I am going through <a href="http://www.pragprog.com/titles/jaerlang/programming-erlang">&#8220;Programming Erlang&#8221;</a> with a development Erlang node embedded in my Emacs session and I am enjoying it very much.</p>
<p>My mind wanders freely on the power and the ease Erlang will give me to develop massive, concurrent, real-time, next generation services. <img src='http://durdn.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fdurdn.com%2Fblog%2F2008%2F07%2F30%2Fsetting-up-osx-for-some-erlang-development-yes-with-emacs%2F';
  addthis_title  = 'setting+up+osx+for+some+erlang+development+%26%238211%3B+yes+%26%238211%3B+with+emacs';
  addthis_pub    = 'durdn';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://durdn.com/blog/2008/07/30/setting-up-osx-for-some-erlang-development-yes-with-emacs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>i bit the bullet and bought a macbook pro</title>
		<link>http://durdn.com/blog/2008/07/14/i-bit-the-bullet-and-bought-a-macbook-pro/</link>
		<comments>http://durdn.com/blog/2008/07/14/i-bit-the-bullet-and-bought-a-macbook-pro/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 21:02:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[mac apple macbook]]></category>

		<guid isPermaLink="false">http://durdn.com/blog/?p=7</guid>
		<description><![CDATA[Right. Given the fact that July 31st I&#8217;ll have to hand in my company laptop I&#8217;ve decided to invest a fair chunk of my last salary to buy a new one. One powerful enough to stand heavy coding sessions and running multiple virtual machines at the same time. One beautiful in design and with a [...]]]></description>
			<content:encoded><![CDATA[<p>Right. Given the fact that July 31st I&#8217;ll have to hand in my company laptop I&#8217;ve decided to invest a fair chunk of my last salary to buy a new one. One powerful enough to stand heavy coding sessions and running multiple virtual machines at the same time. One beautiful in design and with a solid OS &#8230; alright I bought macbook pro.</p>
<p><a href="http://store.apple.com/us/browse/home/shop_mac/family/macbook_pro"><img class="alignnone" src="http://a248.e.akamai.net/7/248/2041/1441/store.apple.com/Catalog/US/Images/macbookpro/img/product-15in.jpg" alt="macbook pro" /></a></p>
<p>For the vast crowds of geeky friends reading this here are the specs:</p>
<p>MacBook Pro 15-inch Glossy WS<br />
2.4GHz Intel Core 2 Duo<br />
4GB 667 DDR2 SDRAM &#8211; 2x2GB<br />
200GB Serial ATA @ 7200 rpm<br />
SuperDrive 8x DL<br />
US Keyboard</p>
<p>Oh and I couldn&#8217;t resist, I also upgraded my iPod touch to version 2.0 of the software so that I can start downloading all the amazing apps that are coming out at the iTunes App Store.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fdurdn.com%2Fblog%2F2008%2F07%2F14%2Fi-bit-the-bullet-and-bought-a-macbook-pro%2F';
  addthis_title  = 'i+bit+the+bullet+and+bought+a+macbook+pro';
  addthis_pub    = 'durdn';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://durdn.com/blog/2008/07/14/i-bit-the-bullet-and-bought-a-macbook-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

