<?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>David Cramer&#039;s Blog &#187; Mac</title>
	<atom:link href="http://www.davidcramer.net/category/mac/feed" rel="self" type="application/rss+xml" />
	<link>http://www.davidcramer.net</link>
	<description>A blog about Django, JavaScript, CSS, and general web development.</description>
	<lastBuildDate>Fri, 09 Jul 2010 17:39:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Problems Uploading Packages with Setuptools on OS X</title>
		<link>http://www.davidcramer.net/code/python/443/problems-uploading-packages-with-setuptools-on-os-x.html</link>
		<comments>http://www.davidcramer.net/code/python/443/problems-uploading-packages-with-setuptools-on-os-x.html#comments</comments>
		<pubDate>Thu, 02 Apr 2009 18:39:50 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[pypi setuptools]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/?p=443</guid>
		<description><![CDATA[This is mostly a note to myself, but also since my blog is very helpful to fellow Google-users I figured I&#8217;d throw it up here publicly. Today I needed to update a package on PyPi using setuptools: python setup.py sdist register upload The problem was, no matter what I did, I always seemed to get [...]]]></description>
		<wfw:commentRss>http://www.davidcramer.net/code/python/443/problems-uploading-packages-with-setuptools-on-os-x.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mac OS X Security Update 2009-01 Fix for Perl and Fink</title>
		<link>http://www.davidcramer.net/mac/424/mac-os-x-security-update-2009-01-perl-fix.html</link>
		<comments>http://www.davidcramer.net/mac/424/mac-os-x-security-update-2009-01-perl-fix.html#comments</comments>
		<pubDate>Thu, 12 Mar 2009 19:20:43 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[security update]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/?p=424</guid>
		<description><![CDATA[As many users like myself probably have noticed, Apple seriously fucked us with their latest security release. From what I&#8217;ve read, they reverted Perl to an older version which doesn&#8217;t support some common features. I began receiving errors such as the following with fink and other applications: IO object version 1.22 does not match bootstrap [...]]]></description>
		<wfw:commentRss>http://www.davidcramer.net/mac/424/mac-os-x-security-update-2009-01-perl-fix.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Apple Hardware &#8212; The downside to using a Mac</title>
		<link>http://www.davidcramer.net/mac/304/apple-hardware-the-downside-to-using-a-mac.html</link>
		<comments>http://www.davidcramer.net/mac/304/apple-hardware-the-downside-to-using-a-mac.html#comments</comments>
		<pubDate>Tue, 23 Sep 2008 02:32:59 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/?p=304</guid>
		<description><![CDATA[Last night, in an attempt to update my PSP, I decided to switch off MAC address filtering on our router (running dd-wrt) and just use a password. I know a little about how the security works, as I was playing around with KisMAC for a while. I&#8217;m aware that WEP is completely worthless in regards [...]]]></description>
		<wfw:commentRss>http://www.davidcramer.net/mac/304/apple-hardware-the-downside-to-using-a-mac.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Fixing Remote nano Sessions in Terminal.app</title>
		<link>http://www.davidcramer.net/mac/131/fixing-remote-nano-sessions-in-terminalapp.html</link>
		<comments>http://www.davidcramer.net/mac/131/fixing-remote-nano-sessions-in-terminalapp.html#comments</comments>
		<pubDate>Mon, 28 Jul 2008 03:04:50 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[nano]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/?p=131</guid>
		<description><![CDATA[One of my daily problems occurs when I&#8217;m ssh&#8217;d into a remote server and I&#8217;m using nano to edit configuration files or quick scripts to dump information. The problem being, that it screws up differently on different systems. So let&#8217;s start with the problems: Problem: Using the backspace key doesn&#8217;t remove the trailing character, but [...]]]></description>
		<wfw:commentRss>http://www.davidcramer.net/mac/131/fixing-remote-nano-sessions-in-terminalapp.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Slow Connections in Firefox 3 Beta 3 on Mac OS X Leopard</title>
		<link>http://www.davidcramer.net/other/77/slow-connections-in-firefox-3-beta-3-on-mac-os-x-leopard.html</link>
		<comments>http://www.davidcramer.net/other/77/slow-connections-in-firefox-3-beta-3-on-mac-os-x-leopard.html#comments</comments>
		<pubDate>Wed, 13 Feb 2008 23:48:14 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[slow]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/other/77/slow-connections-in-firefox-3-beta-3-on-mac-os-x-leopard.html</guid>
		<description><![CDATA[Installed Firefox 3 Beta 3 here today at the office. &#8220;Shiny new fixes&#8221; they said. So I load it up, and obviously none of my addons work again (so I have to run them through my converter), and I attempt to hit Curse. &#8220;Connecting to www.curse.com&#8230;&#8221; for a minute. Ok, wtf, is the website down? [...]]]></description>
		<wfw:commentRss>http://www.davidcramer.net/other/77/slow-connections-in-firefox-3-beta-3-on-mac-os-x-leopard.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>MySQLdb on Leopard</title>
		<link>http://www.davidcramer.net/code/57/mysqldb-on-leopard.html</link>
		<comments>http://www.davidcramer.net/code/57/mysqldb-on-leopard.html#comments</comments>
		<pubDate>Mon, 05 Nov 2007 18:38:06 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[How-To's]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/other/57/mysqldb-on-leopard.html</guid>
		<description><![CDATA[As many people probably have, I ran across the problem of installing MySQLdb (Python) on Leopard today. The error: In file included from /usr/local/mysql/include/mysql.h:43, from _mysql.c:40: /usr/include/sys/types.h:92: error: duplicate 'unsigned' /usr/include/sys/types.h:92: error: two or more data types in declaration specifiers error: Setup script exited with error: command 'gcc' failed with exit status 1 Luckily, there [...]]]></description>
		<wfw:commentRss>http://www.davidcramer.net/code/57/mysqldb-on-leopard.html/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Enabling PHP 5 on Mac OS X Leopard</title>
		<link>http://www.davidcramer.net/code/php/56/enabling-php-5-on-mac-os-x-leopard.html</link>
		<comments>http://www.davidcramer.net/code/php/56/enabling-php-5-on-mac-os-x-leopard.html#comments</comments>
		<pubDate>Mon, 05 Nov 2007 17:49:31 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[How-To's]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/code/php/56/enabling-php-5-on-mac-os-x-leopard.html</guid>
		<description><![CDATA[Apple made it easy this time around. Leopard defaults with Apache2 and PHP5, and enabling it is as simple as uncommenting a line. Check out this guide for a full tour of using Apache2 with PHP5 and MySQL on the latest release from Apple.]]></description>
		<wfw:commentRss>http://www.davidcramer.net/code/php/56/enabling-php-5-on-mac-os-x-leopard.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
