<?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>Entropy, The Blog &#187; Mac</title>
	<atom:link href="http://www.entropytheblog.com/blog/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.entropytheblog.com/blog</link>
	<description>My Random Thoughts</description>
	<lastBuildDate>Fri, 10 Apr 2009 07:02:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>tinyurl bash script</title>
		<link>http://www.entropytheblog.com/blog/2009/01/tinyurl-bash-script/</link>
		<comments>http://www.entropytheblog.com/blog/2009/01/tinyurl-bash-script/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 09:20:01 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tinyurl]]></category>

		<guid isPermaLink="false">http://www.entropytheblog.com/blog/?p=139</guid>
		<description><![CDATA[Here is a simple bash script I wrote based on [Wesley Tanaka's script](http://wtanaka.com/node/7750), which in turn was based on code from [Firefox TinyUrl Creator](https://addons.mozilla.org/en-US/firefox/addon/126).
It creates a [tinyurl](http://www.tinyurl.com), echos the result, then puts it on the clipboard.
]]></description>
			<content:encoded><![CDATA[<p>Here is a simple bash script I wrote based on [Wesley Tanaka's script](http://wtanaka.com/node/7750), which in turn was based on code from [Firefox TinyUrl Creator](https://addons.mozilla.org/en-US/firefox/addon/126).</p>
<p>It creates a [tinyurl](http://www.tinyurl.com), echos the result, then puts it on the clipboard.</p>
<script src="http://gist.github.com/53879.js"></script><noscript><code class="gist"><pre><br />
#!/bin/sh<br />
# tinyurl creator &#8211; places tinyurl on Mac OS X clipboard<br />
# Usage: ./tinyurl http://www.google.com<br />
# Credits: Based on this script: http://wtanaka.com/node/7750<br />
URL=$(wget -q -O &#8211; -U &#8220;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8&#8243; &#8211;header=&#8221;Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1&#8243; &#8211;header=&#8221;Accept-Language: en&#8221; &#8211;header=&#8221;Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7&#8243; &#8211;referer=&#8221;http://tinyurl.com/&#8221; &#8211;header=&#8221;Content-Type: application/x-www-form-urlencoded&#8221; &#8211;post-data=&#8221;url=$*&#8221; http://tinyurl.com/create.php | sed -n &#8217;s/.*\(http:\/\/tinyurl.com\/[a-z0-9][a-z0-9]*\).*/\1/p&#8217; | uniq)<br />
echo $URL | tr -d &#8220;\n&#8221; | pbcopy<br />
echo $URL<br />
</pre></code></noscript>
]]></content:encoded>
			<wfw:commentRss>http://www.entropytheblog.com/blog/2009/01/tinyurl-bash-script/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Upgraded to OS X 10.5.6 and Mail.app keeps crashing / hanging</title>
		<link>http://www.entropytheblog.com/blog/2008/12/upgraded-to-os-x-1056-and-mailapp-keeps-crashing-hanging/</link>
		<comments>http://www.entropytheblog.com/blog/2008/12/upgraded-to-os-x-1056-and-mailapp-keeps-crashing-hanging/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 03:51:19 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.entropytheblog.com/blog/?p=136</guid>
		<description><![CDATA[After restarting Mail.app many times I tried disabling all my Mail.app plugins (*simply rename the /Users/yourusername/Library/Mail/Bundles to something else*). After disabling them one by one I figured out it was [GPGMail](GPGMail).
Just throwing this out there in cash anyone else experiences this problem.
**UPDATE**: An updated version of [GPGMail has been released](http://www.sente.ch/software/GPGMail/English.lproj/GPGMail.html).
]]></description>
			<content:encoded><![CDATA[<p>After restarting Mail.app many times I tried disabling all my Mail.app plugins (*simply rename the /Users/yourusername/Library/Mail/Bundles to something else*). After disabling them one by one I figured out it was [GPGMail](GPGMail).</p>
<p>Just throwing this out there in cash anyone else experiences this problem.</p>
<p>**UPDATE**: An updated version of [GPGMail has been released](http://www.sente.ch/software/GPGMail/English.lproj/GPGMail.html).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.entropytheblog.com/blog/2008/12/upgraded-to-os-x-1056-and-mailapp-keeps-crashing-hanging/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
