<?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>tail -f development.log &#187; osx</title>
	<atom:link href="http://craigjolicoeur.com/blog/category/osx/feed" rel="self" type="application/rss+xml" />
	<link>http://craigjolicoeur.com/blog</link>
	<description>code with a purpose</description>
	<lastBuildDate>Sun, 19 Jun 2011 13:25:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Echowaves Notifier for OSX Beta Release</title>
		<link>http://craigjolicoeur.com/blog/echowaves-notifier-for-osx-beta-release</link>
		<comments>http://craigjolicoeur.com/blog/echowaves-notifier-for-osx-beta-release#comments</comments>
		<pubDate>Wed, 30 Dec 2009 21:07:33 +0000</pubDate>
		<dc:creator>Craig</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[echowaves]]></category>

		<guid isPermaLink="false">http://craigjolicoeur.com/blog/?p=149</guid>
		<description><![CDATA[I've released the first beta version of my Echowaves Notifier for OS X]]></description>
			<content:encoded><![CDATA[<div style="text-align:center;margin-bottom:20px;" class="centered"><img src="http://craigjolicoeur.com/blog/wp-content/uploads/2009/12/echowaves_icon.png" alt="echowaves_icon.png" border="0" width="185" height="185" /></div>
<p>Today I&#8217;m making publicly available the first beta version of my new <a href="http://craigjolicoeur.com/echowaves-notifier/">Echowaves Notofier for OS X</a>.</p>
<p>The Echowaves Notifier is a simple OS X status bar application that will provide updates for when you have new messages in any conversations you follow on <a href="http://echowaves.com">Echowaves.com</a>.</p>
<p>The app is pretty simple at this point, but the core functionality works and I&#8217;m hoping to get some people to test it out.  Next up is adding growl support and some user preference options.</p>
<p>The <a href="http://github.com/cpjolicoeur/echowaves-notifier-osx">source code is available on github.com</a> and the application is released under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT License</a> so feel free to hack away on it if you like.  If you do, please submit back any modifications so they can be included back into the &#8220;official&#8221; release.</p>
]]></content:encoded>
			<wfw:commentRss>http://craigjolicoeur.com/blog/echowaves-notifier-for-osx-beta-release/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Disable spindump on OS X to prevent system slowdowns</title>
		<link>http://craigjolicoeur.com/blog/disable-spindump-on-os-x-to-prevent-system-slowdowns</link>
		<comments>http://craigjolicoeur.com/blog/disable-spindump-on-os-x-to-prevent-system-slowdowns#comments</comments>
		<pubDate>Wed, 10 Jun 2009 16:20:17 +0000</pubDate>
		<dc:creator>Craig</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[spindump]]></category>

		<guid isPermaLink="false">http://craigjolicoeur.com/blog/?p=137</guid>
		<description><![CDATA[How to disable ( or prevent ) spindump from running after an OS X application crash]]></description>
			<content:encoded><![CDATA[<p>Every notice how slow and sluggish your OS X Leopard system can be after an application crash?  </p>
<p>This is probably because of the <a href="http://developer.apple.com/documentation/Darwin/Reference/Manpages/man8/spindump.8.html">spindump</a> utility that OS X launches to create crash and &#8220;hang&#8221; reports located in /Library/Logs/HangReporter.</p>
<p>This is all fine and good, but spindump has an annoying habit of thrashing your system disk and eating up a sizable chunk of RAM.  Personally, the MAJOR annoyance isn&#8217;t worth the aggravation just to get a useless &#8220;hang&#8221; report like the following.</p>
<pre class="brush: plain;">
Date/Time:      2008-07-09 16:33:26 -0400
OS Version:     10.5.4 (Build 9E17)
Architecture:   i386
Report Version: 4

Command:        Skitch
Path:           /Applications/Skitch.app/Contents/MacOS/Skitch
Version:        1.0b6.2 (1.0b6.2 (v10678))
Parent:         launchd [107]

PID:            377
Event:          hang
Time:           7.75s
Steps:          1
</pre>
<p>I&#8217;m sure there are many ways to disable this utility, but here is a quick an easy method I used to prevent the &#8220;sluggishness&#8221; after an app crash</p>
<pre class="brush: bash;">
sudo -i
cd /usr/sbin
mv spindump spindump.disabled
ln -s /usr/bin/true /usr/sbin/spindump
</pre>
<p>Problem solved!</p>
]]></content:encoded>
			<wfw:commentRss>http://craigjolicoeur.com/blog/disable-spindump-on-os-x-to-prevent-system-slowdowns/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

