<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>offTheHill</title>
	<atom:link href="http://www.offthehill.org/feed/rss/" rel="self" type="application/rss+xml" />
	<link>http://www.offthehill.org</link>
	<description>tech, motorsports, and the occasional artwork</description>
	<lastBuildDate>Wed, 05 May 2010 23:39:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.4" -->
		<copyright>2006-2007 </copyright>
		<managingEditor>josh@offthehill.org (offTheHill)</managingEditor>
		<webMaster>josh@offthehill.org (offTheHill)</webMaster>
		<category>posts</category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Babbling my way across the Internet</itunes:summary>
		<itunes:author>offTheHill</itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name>offTheHill</itunes:name>
			<itunes:email>josh@offthehill.org</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.offthehill.org/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://www.offthehill.org/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>offTheHill</title>
			<link>http://www.offthehill.org</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>CrashPlan using too much memory on Mac OS X</title>
		<link>http://www.offthehill.org/articles/2010/05/04/crashplan-using-too-much-memory-on-mac-os-x/</link>
		<comments>http://www.offthehill.org/articles/2010/05/04/crashplan-using-too-much-memory-on-mac-os-x/#comments</comments>
		<pubDate>Tue, 04 May 2010 20:57:58 +0000</pubDate>
		<dc:creator>pardsbane</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.offthehill.org/?p=188</guid>
		<description><![CDATA[	If you have noticed CrashPlan is using too much memory on your 64 bit Mac, one solution might be to run its server process in 32 bit mode. I&#8217;ve tried this, and so far it hasn&#8217;t caused any problems, and definitely seems to keep memory usage lower.

	This requires a bit of hacking, but its not [...]]]></description>
			<content:encoded><![CDATA[	<p>If you have noticed CrashPlan is using too much memory on your 64 bit Mac, one solution might be to run its server process in 32 bit mode. I&#8217;ve tried this, and so far it hasn&#8217;t caused any problems, and definitely seems to keep memory usage lower.</p>

	<p>This requires a bit of hacking, but its not too terrible.</p>

	<p>Start by opening your &#8216;Terminal&#8217; program. You can find it in <em>/Applications/Utilities/Terminal</em></p>

	<p>At the command prompt, type this (all on one line):</p>

	<p><code>sudo nano /Library/LaunchDaemons/com.crashplan.engine.plist</code></p>

	<p>Find these two lines:</p>

	<p>&lt;string&gt;-Dapp=CrashPlanService&lt;/string&gt;<br />
&lt;string&gt;-Xmn10m&lt;/string&gt;</p>

	<p>And insert a line so that it now looks like this:</p>

	<p>&lt;string&gt;-Dapp=CrashPlanService&lt;/string&gt;<br />
&lt;string&gt;-d32&lt;/string&gt;<br />
&lt;string&gt;-Xmn10m&lt;/string&gt;</p>

	<p><em>Optional:</em> A little further down the file, you will see this line:</p>

	<p>&lt;string&gt;-Xmx512m&lt;/string&gt;</p>

	<p>You can change that line to be:</p>

	<p>&lt;string&gt;-Xmx150m&lt;/string&gt;</p>

	<p>This will restrict CrashPlan to <em>AT MOST</em> 150 mb of ram. <a href="https://crashplan.zendesk.com/entries/116068">According to CrashPlan tech support</a> this is perfectly safe (and you could go even lower if aren&#8217;t backing up 120gb like I am), but you might need to monitor CrashPlan for out-of-memory errors and such. If you see errors, just change that 150 back to a 512, and everything should be fine.</p>

	<p>Now save the file and exit by pressing &#8220;Control-O&#8221;, Enter, then &#8220;Control-X&#8221;.</p>

	<p>You are almost done.</p>

	<p>The last step is to reload and relaunch CrashPlan with these commands:</p>

	<p><code>sudo launchctl unload /Library/LaunchDaemons/com.crashplan.engine.plist</code><br />
<code>sudo launchctl load /Library/LaunchDaemons/com.crashplan.engine.plist</code></p>

	<p>Now CrashPlan should be using much less memory.</p>

	<p><strong>Update:</strong> I neglected to point out <em>HOW</em> to check how much memory Crashplan is using. You can use Activity Monitor to do this, you can find it at <em>/Applications/Utilities/Activity Monitor</em>. Look for a process called &#8216;java&#8217;, started by &#8216;root&#8217;. There might be more than one &#8216;java&#8217;, so you might have to do some digging to figure out which one is Crashplan. I can&#8217;t find a specific way in Activity Monitor to check this, but one hint is to close any applications you have running and see if other &#8216;java&#8217; instances go away. In my case, I normally just have the &#8216;Crashplan&#8217; java running.</p>]]></content:encoded>
			<wfw:commentRss>http://www.offthehill.org/articles/2010/05/04/crashplan-using-too-much-memory-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nook Update: Doctorow, Stross, and Gaiman</title>
		<link>http://www.offthehill.org/articles/2010/02/15/nook-update/</link>
		<comments>http://www.offthehill.org/articles/2010/02/15/nook-update/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 22:58:12 +0000</pubDate>
		<dc:creator>pardsbane</dc:creator>
				<category><![CDATA[Everything Else]]></category>

		<guid isPermaLink="false">http://www.offthehill.org/?p=183</guid>
		<description><![CDATA[	My Hanukah present has so far been a success. My hope was that an eBook reader would get me to read more. Although I&#8217;ve tapered off a bit, since it arrived in December, I&#8217;ve finished three books: 


	Makers, by Cory Doctorow
	Saturn&#8217;s Children, by Charles Stross
	Neverwhere, by Neil Gaiman


	I highly recommend all three, although Makers struck [...]]]></description>
			<content:encoded><![CDATA[	<p>My Hanukah present has so far been a success. My hope was that an eBook reader would get me to read more. Although I&#8217;ve tapered off a bit, since it arrived in December, I&#8217;ve finished three books: </p>

<ul>
	<li><em><a href="0765312794" rel="BookLinker">Makers</a></em>, by Cory Doctorow</li>
	<li><em><a href="0441015948" rel="BookLinker">Saturn&#8217;s Children</a></em>, by Charles Stross</li>
	<li><em><a href="0060557818" rel="BookLinker">Neverwhere</a></em>, by Neil Gaiman</li>
</ul>

	<p>I highly recommend all three, although <em><a href="0765312794" rel="BookLinker">Makers</a></em> struck me a bit too much like a remake of Ayn Rand&#8217;s <em>The Fountainhead</em>.</p>

	<p>I find myself wishing there were graphic novels available in eBook format.</p>]]></content:encoded>
			<wfw:commentRss>http://www.offthehill.org/articles/2010/02/15/nook-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A* in Clojure: Part Two</title>
		<link>http://www.offthehill.org/articles/2010/01/24/a-in-clojure-part-two/</link>
		<comments>http://www.offthehill.org/articles/2010/01/24/a-in-clojure-part-two/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 04:56:23 +0000</pubDate>
		<dc:creator>pardsbane</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[a*]]></category>
		<category><![CDATA[a-star]]></category>
		<category><![CDATA[astar]]></category>
		<category><![CDATA[astar-in-clojure]]></category>
		<category><![CDATA[clojure]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.offthehill.org/?p=180</guid>
		<description><![CDATA[	Today, I decided to flush out and clean up my A* implementation in Clojure. I cleaned up the namespaces, removed some cruft, got the Java integration working (which required by-passing RT.loadResourceScript() since it seems to be broken), and moving my graph structure definition out of code and into a separate XML file (which is read [...]]]></description>
			<content:encoded><![CDATA[	<p>Today, I decided to flush out and clean up my <a href="http://en.wikipedia.org/wiki/A*_search_algorithm">A*</a> implementation in <a href="http://clojure.org/">Clojure</a>. I cleaned up the namespaces, removed some cruft, got the Java integration working (which required by-passing RT.loadResourceScript() since it seems to be broken), and moving my graph structure definition out of code and into a separate <span class="caps">XML</span> file (which is read and parsed directly in Clojure).</p>

	<p>I&#8217;m still not sold on functional programming, these minor changes took me more hours than I care to admit and gave me a crazy headache, but that could just be because I&#8217;m unfamiliar with the language.</p>

	<p>I also uploaded the code to GitHub, because I figured where&#8217;s the fun in learning a new algorithm in a new language without tossing in the risk of losing all your code to an silly mistake with an unfamiliar version control system?</p>

	<p>Luckily no data was lost, and if you have any interest in Clojure, Clojure-Java integration, or A-Star search, check it out here:</p>

	<p><a href="http://github.com/jbcpollak/AStar-Clojure" target="_blank">http://github.com/jbcpollak/AStar-Clojure</a></p>

	<p>My next steps are going to be more rigorous unit testing and perhaps some benchmarking. I&#8217;d like to see how this implementation does against a large graph.</p>]]></content:encoded>
			<wfw:commentRss>http://www.offthehill.org/articles/2010/01/24/a-in-clojure-part-two/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solved: Mac OS X Locks-Up When Waking from Screensaver</title>
		<link>http://www.offthehill.org/articles/2010/01/16/solved-mac-os-x-locks-up-when-waking-from-screensaver/</link>
		<comments>http://www.offthehill.org/articles/2010/01/16/solved-mac-os-x-locks-up-when-waking-from-screensaver/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 17:48:31 +0000</pubDate>
		<dc:creator>pardsbane</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[keychain]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[ssh keychain]]></category>

		<guid isPermaLink="false">http://www.offthehill.org/?p=172</guid>
		<description><![CDATA[	The Problem

	Frequently, say, one out of 10 times, when I try and log back into my Mac from the screensaver, or when I wake it from sleeping, I will get a spinning beachball and be unable to type my password. Other times I will be able to log in, but I am prompted to enter [...]]]></description>
			<content:encoded><![CDATA[	<p><strong>The Problem</strong></p>

	<p>Frequently, say, one out of 10 times, when I try and log back into my Mac from the screensaver, or when I wake it from sleeping, I will get a spinning beachball and be unable to type my password. Other times I will be able to log in, but I am prompted to enter my password multiple times for various applications, and invariably one of them (usually gconsync) will get stuck after I enter my password with a spinning beach ball. I can still use most applications, but application that needs keychain authorization locks up.</p>

	<p>I happen to be using a very handy tool called SSHKeychain, which turned out to be the culprit.</p>

	<p>If you are using SSHKeychain, this post will walk you through fixing the unstable-wake-from-screensaver, and also solves the problem of having to type your keychain password  3-5 times when I returned to my computer.</p>

	<p><span id="more-172"></span></p>

	<p><strong>The Solution</strong><br />
<ol>
	<li> On your Mac&#8217;s menubar, near the clock, look for SSHKeychain, it looks like a keyring with three keys.</li>
	<li> If you have that, click the keyring, and choose &#8220;Preferences&#8230;&#8221;</li>
	<li> On the security tab, make sure &#8220;Use custom security settings&#8221; is checked.</li>
	<li> Set all the drop downs to &#8220;No action&#8221;</li>
	<li> Close the window and you are all set.</li><br />
</ol><br />
<a href="http://www.offthehill.org/wp-content/uploads/2010/01/SSHKeychain-Security-Settings.png" rel="lightbox[172]"><img class="size-full wp-image-177" title="SSHKeychain Security Settings" src="http://www.offthehill.org/wp-content/uploads/2010/01/SSHKeychain-Security-Settings.png" alt="" width="555" height="529" /></a></p>

	<p><strong>Note</strong></p>

	<p>This is a bit more insecure, since your keychain will be unlocked, but its protected by the password for your screensaver (you do have a password on your screensaver, right?). There may be a security hole if people gain shell access to your computer, I&#8217;m not sure if the keychain memory is encrypted, but overall I think your keychain information is still pretty safe.</p>]]></content:encoded>
			<wfw:commentRss>http://www.offthehill.org/articles/2010/01/16/solved-mac-os-x-locks-up-when-waking-from-screensaver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strange Errors Compiling The Android Platform on Mac OS X 10.6? (Snow Leopard)</title>
		<link>http://www.offthehill.org/articles/2009/12/13/strange-errors-compiling-the-android-platform-on-mac-os-x-10-6-snow-leopard/</link>
		<comments>http://www.offthehill.org/articles/2009/12/13/strange-errors-compiling-the-android-platform-on-mac-os-x-10-6-snow-leopard/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 05:13:46 +0000</pubDate>
		<dc:creator>pardsbane</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.offthehill.org/?p=170</guid>
		<description><![CDATA[	If you are having trouble compiling Android on Snow Leopard, first make sure you&#8217;ve installed the Leopard 10.5 Java 1.5 SDK, according to these instructions.

	Second, make sure you have the latest XCode installed, and make sure you have installed the optional 10.4 SDK. In my case, it appeared that the 10.4 sdk was installed, but [...]]]></description>
			<content:encoded><![CDATA[	<p>If you are having trouble compiling Android on Snow Leopard, first make sure you&#8217;ve installed the Leopard 10.5 Java 1.5 <span class="caps">SDK</span>, according to <a title="Java 1.5 on Snow Leopard" href="http://chxor.chxo.com/post/183013153/installing-java-1-5-on-snow-leopard" target="_blank">these instructions</a>.</p>

	<p>Second, make sure you have the latest XCode installed, and make sure you have installed the optional 10.4 <span class="caps">SDK</span>. In my case, it appeared that the 10.4 sdk was installed, but it was either corrupt or out of date, resulting in many strange errors like the following:</p>

	<p><a title="Android Issue 993" href="http://code.google.com/p/android/issues/detail?id=993" target="_blank"><strong>Issue 993</strong></a><br />
<pre>(out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/javalib.jar)
Docs droiddoc: out/target/common/docs/framework
Could not load &#39;clearsilver-jni&#39;
java.library.path = out/host/darwin-x86/lib
make: *** [out/target/common/docs/framework-timestamp] Error 45</pre><br />
<strong><a title="Android Issue 5000" href="http://code.google.com/p/android/issues/detail?id=5000" target="_blank">Issue 5000</a></strong><br />
<pre>host C: emulator &#38;lt;= external/qemu/distrib/zlib-1.2.3/adler32.c
host C: emulator &#38;lt;= external/qemu/distrib/zlib-1.2.3/compress.c
host C: emulator &#38;lt;= external/qemu/distrib/zlib-1.2.3/crc32.c
host C: emulator &#38;lt;= external/qemu/distrib/zlib-1.2.3/deflate.c
host C: emulator &#38;lt;= external/qemu/distrib/zlib-1.2.3/gzio.c
In file included from external/qemu/distrib/zlib-1.2.3/gzio.c:601:
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h:4:25: error: stdarg.h:
No such file or directory
external/qemu/distrib/zlib-1.2.3/gzio.c: In function ‘gzprintf’:
external/qemu/distrib/zlib-1.2.3/gzio.c:610: warning: implicit declaration
of function ‘va_start’
external/qemu/distrib/zlib-1.2.3/gzio.c:628: warning: implicit declaration
of function ‘va_end’</pre><br />
So if these issues strike you, follow the directions to switch to Java 1.5, and reinstall XCode, then run:<br />
<pre>make clean &#38;amp;&#38;amp; make</pre><br />
In the android platform&#8217;s main directory.</p>

	<p>Unfortunately, I&#8217;m still stuck with this build error I haven&#8217;t gotten past yet:<br />
<pre>host Prebuilt: libSDL (out/host/darwin-x86/obj/STATIC_LIBRARIES/libSDL_intermediates/libSDL.a)
ranlib: file: out/host/darwin-x86/obj/STATIC_LIBRARIES/libSDL_intermediates/libSDL.a(SDL_getenv.o) has no symbols
ranlib: file: out/host/darwin-x86/obj/STATIC_LIBRARIES/libSDL_intermediates/libSDL.a(SDL_malloc.o) has no symbols
ranlib: file: out/host/darwin-x86/obj/STATIC_LIBRARIES/libSDL_intermediates/libSDL.a(SDL_qsort.o) has no symbols
ranlib: file: out/host/darwin-x86/obj/STATIC_LIBRARIES/libSDL_intermediates/libSDL.a(SDL_stdlib.o) has no symbols
ranlib: file: out/host/darwin-x86/obj/STATIC_LIBRARIES/libSDL_intermediates/libSDL.a(SDL_audiodev.o) has no symbols
ranlib: file: out/host/darwin-x86/obj/STATIC_LIBRARIES/libSDL_intermediates/libSDL.a(SDL_mixer_MMX.o) has no symbols
ranlib: file: out/host/darwin-x86/obj/STATIC_LIBRARIES/libSDL_intermediates/libSDL.a(SDL_yuv_mmx.o) has no symbols
ranlib: file: out/host/darwin-x86/obj/STATIC_LIBRARIES/libSDL_intermediates/libSDL.a(SDL_nullmouse.o) has no symbols
host Prebuilt: libSDLmain (out/host/darwin-x86/obj/STATIC_LIBRARIES/libSDLmain_intermediates/libSDLmain.a)
host Executable: emulator (out/host/darwin-x86/obj/EXECUTABLES/emulator_intermediates/emulator)
Undefined symbols:
  &#34;_xml_builtin&#34;, referenced from:
      _xml_builtin$non_lazy_ptr in gdbstub.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [out/host/darwin-x86/obj/EXECUTABLES/emulator_intermediates/emulator] Error 1</pre></p>

	<p>So if anyone has any tips on that, I&#8217;d appreciate it!</p>]]></content:encoded>
			<wfw:commentRss>http://www.offthehill.org/articles/2009/12/13/strange-errors-compiling-the-android-platform-on-mac-os-x-10-6-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A-Star Search in Clojure</title>
		<link>http://www.offthehill.org/articles/2009/10/16/a-star-search-in-clojure/</link>
		<comments>http://www.offthehill.org/articles/2009/10/16/a-star-search-in-clojure/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 21:45:20 +0000</pubDate>
		<dc:creator>pardsbane</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[a*]]></category>
		<category><![CDATA[a-star]]></category>
		<category><![CDATA[astar]]></category>
		<category><![CDATA[astar-in-clojure]]></category>
		<category><![CDATA[clojure]]></category>
		<category><![CDATA[functional programming]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://www.offthehill.org/?p=167</guid>
		<description><![CDATA[A demo of A-Star search implemented in Clojure, bootstrapped through Java with a Maven build system.]]></description>
			<content:encoded><![CDATA[	<p>I wanted to refresh my knowledge of functional programming, A-Star search, and I figured learning <a title="Clojure homepage" href="http://www.clojure.org" target="_blank">Clojure</a> at the same time couldn&#8217;t hurt. I figured I&#8217;d do all three at once, and throw in a health dose of Maven and Java at the same time.</p>

	<p>This project was intended to:<br />
<ol>
	<li>Refresh myself on how to do functional programming</li>
	<li>Refresh my knowledge of A* search</li>
	<li>Help me learn Clojure</li>
	<li>Demonstrate Java interoperating with Clojure</li>
	<li>Demonstrate Maven as a viable build system for Clojure</li><br />
</ol><br />
<a href="http://www.offthehill.org/wp-content/uploads/2009/10/astar.zip">Download The Demo Here</a></p>

	<p>Once downloaded, unzip the zip file and open a terminal.</p>

	<p>You now have three options:</p>

	<p><strong>Review the Source Code</strong></p>

	<p>The meat of the code is all in Clojure, here:</p>

	<p><em>src/main/resources/com/example/clap/astar.clj</em></p>

	<p>There is a bit of boot-strap Java code in the following file, but I can&#8217;t say its all that interesting:</p>

	<p><em>src/main/java/com/example/clap/App.java</em></p>

	<p><strong>Running from Source</strong></p>

	<p>If you are on a Mac, or you already have Maven and Java installed, just run the following:</p>

	<p><em>cd astar &amp;&amp; mvn test</em></p>

	<p>Maven will download all the needed packages and then compiled and execute the demo.</p>

	<p><strong>Running from Binary</strong></p>

	<p>If you are on Linux, or have cygwin installed on Windows, you can run the following:</p>

	<p><em>cd astar/bin/ &amp;&amp; ./run-astar</em></p>]]></content:encoded>
			<wfw:commentRss>http://www.offthehill.org/articles/2009/10/16/a-star-search-in-clojure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Missing IMAP email on Snow Leopard</title>
		<link>http://www.offthehill.org/articles/2009/10/02/missing-imap-email-on-snow-leopard/</link>
		<comments>http://www.offthehill.org/articles/2009/10/02/missing-imap-email-on-snow-leopard/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 23:08:23 +0000</pubDate>
		<dc:creator>pardsbane</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[idle]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.offthehill.org/articles/2009/10/02/missing-imap-email-on-snow-leopard/</guid>
		<description><![CDATA[	If you are finding mail sometimes not appearing in your Mail inbox after upgrading to Snow Leopard, but then it appears again once you restart Mail, try shutting off the &#8216;Use IDLE command&#8217; option in account settings. (Its at the bottom of the advanced tab).

	After upgrading to Snow Leopard on my Mac, I noticed this [...]]]></description>
			<content:encoded><![CDATA[	<p>If you are finding mail sometimes not appearing in your Mail inbox after upgrading to Snow Leopard, but then it appears again once you restart Mail, try shutting off the &#8216;Use <span class="caps">IDLE</span> command&#8217; option in account settings. (Its at the bottom of the advanced tab).</p>

	<p>After upgrading to Snow Leopard on my Mac, I noticed this was happening with email in my Dreamhost <span class="caps">IMAP</span> account.</p>

	<p>I&#8217;ve been running with the &#8216;IDLE&#8217; option turned off for a day, and it seems to be working correctly again.</p>]]></content:encoded>
			<wfw:commentRss>http://www.offthehill.org/articles/2009/10/02/missing-imap-email-on-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using JOGL as a Dependency in Maven</title>
		<link>http://www.offthehill.org/articles/2009/09/08/using-jogl-as-a-dependency-in-maven/</link>
		<comments>http://www.offthehill.org/articles/2009/09/08/using-jogl-as-a-dependency-in-maven/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 19:14:04 +0000</pubDate>
		<dc:creator>pardsbane</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jogl]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://www.offthehill.org/?p=161</guid>
		<description><![CDATA[	At work, we need to start using JOGL as a dependency of our project, which we build with Maven. JOGL, the Java OpenGL interface, uses platform specific binaries, which introduces some complexity to the build process.

	After a brief websearch, I found the appropriately titled using-jogl-as-dependency-in-maven, unfortunately, it appears to be a private blog, so I [...]]]></description>
			<content:encoded><![CDATA[	<p>At work, we need to start using <span class="caps">JOGL</span> as a dependency of our project, which we build with Maven. <span class="caps">JOGL</span>, the Java OpenGL interface, uses platform specific binaries, which introduces some complexity to the build process.</p>

	<p>After a brief websearch, I found the appropriately titled <a href="http://tastyimportant.blogspot.com/2008/11/using-jogl-as-dependency-in-maven.html" target="_blank">using-jogl-as-dependency-in-maven</a>, unfortunately, it appears to be a private blog, so I can&#8217;t see if the information is useful or not.</p>

	<p>I did find on <a href="http://www.mvnbrowser.com/artifacts-browse.html?groupId=net.java.dev.jogl" target="_blank">mvnbrowser.com</a> that jogl-1.1.1-rc6 (as of this writing) is on the dev.java.net Maven2 repository, but I couldn&#8217;t find a usage guide.</p>

	<p>Oh well, I&#8217;ll keep looking. For now its not a hugely pressing issue, so the one developer who is using has just hacked his Eclipse setup.</p>]]></content:encoded>
			<wfw:commentRss>http://www.offthehill.org/articles/2009/09/08/using-jogl-as-a-dependency-in-maven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Sync Exchange and Google Calendar with a Mac</title>
		<link>http://www.offthehill.org/articles/2009/08/30/how-to-sync-exchange-and-google-calendar-with-a-mac/</link>
		<comments>http://www.offthehill.org/articles/2009/08/30/how-to-sync-exchange-and-google-calendar-with-a-mac/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 21:14:47 +0000</pubDate>
		<dc:creator>pardsbane</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[busymac]]></category>
		<category><![CDATA[BusySync]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google calendar]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[spanning sync]]></category>
		<category><![CDATA[t-mobile g1]]></category>

		<guid isPermaLink="false">http://www.offthehill.org/?p=159</guid>
		<description><![CDATA[	Since the latest Mac operating system Snow Leopard adds Exchange support to iCal, I thought maybe now I could reach the holy-grail: Syncing my work calendar, in Exchange, to Google Calendar.

	This would effectively let me see my business meetings on my Android-based cell phone.

	I had tried various tricks and tools before, but nothing ever quite [...]]]></description>
			<content:encoded><![CDATA[	<p>Since the latest Mac operating system Snow Leopard <a href="http://www.apple.com/macosx/exchange/" target="_blank">adds Exchange support</a> to iCal, I thought maybe now I could reach the holy-grail: Syncing my work calendar, in Exchange, to Google Calendar.</p>

	<p>This would effectively let me see my business meetings on my Android-based cell phone.</p>

	<p>I had tried various tricks and tools before, but nothing ever quite worked. But today I tried <a href="http://www.busymac.com/busysync/index.html">BusySync</a>, and it seems to work great.</p>

	<p>All you need to do is setup iCal to access your Exchange server, then in BusySync&#8217;s Google tab, check the off the calendar you want to upload in the &#8216;Publish to Google&#8217; list.</p>

	<p>There are two problems with this solution however:<br />
<ol>
	<li>Changes made to the calendar on Google aren&#8217;t synced back to iCal, and worse, they seem to be lost from Google.</li>
	<li>The calendar name shown in Google is pretty awkward, its currently &#8216;Calendar[&lt;user@exchangeserver&gt;]&#8217;.</li><br />
</ol><br />
I was hoping to try out <a href="http://spanningsync.com/" target="_blank">Spanning Sync</a> and see if it&#8217;s similar features would handle Exchange calendars as well, but unfortunately I have tried Spanning Sync in the past, and my trial has expired, so I can&#8217;t evaluate its behavior.</p>]]></content:encoded>
			<wfw:commentRss>http://www.offthehill.org/articles/2009/08/30/how-to-sync-exchange-and-google-calendar-with-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s your Boss Like?</title>
		<link>http://www.offthehill.org/articles/2009/08/22/whats-your-boss-like/</link>
		<comments>http://www.offthehill.org/articles/2009/08/22/whats-your-boss-like/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 18:35:26 +0000</pubDate>
		<dc:creator>pardsbane</dc:creator>
				<category><![CDATA[Everything Else]]></category>
		<category><![CDATA[kiva systems]]></category>
		<category><![CDATA[Mick Mountz]]></category>
		<category><![CDATA[robotics]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://www.offthehill.org/articles/2009/08/22/whats-your-boss-like/</guid>
		<description><![CDATA[	Here&#8217;s an article about Mick Mountz, the CEO of my company, Kiva Systems.]]></description>
			<content:encoded><![CDATA[	<p><a href="http://www.inc.com/magazine/20090901/the-way-i-work-mick-mountz-of-kiva-systems.html">Here&#8217;s an article</a> about Mick Mountz, the <span class="caps">CEO</span> of my company, <a href="http://www.kivasystems.com">Kiva Systems</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.offthehill.org/articles/2009/08/22/whats-your-boss-like/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
