<?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>HackerHaus &#187; Tech</title>
	<atom:link href="http://hackerhaus.com/category/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackerhaus.com</link>
	<description>one man&#039;s ramblings about stuff</description>
	<lastBuildDate>Sat, 10 Jul 2010 23:54:56 +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>Dealing with Stubborn External USB HDs in OS X</title>
		<link>http://hackerhaus.com/2010/07/10/dealing-with-stubborn-external-usb-hds-in-os-x/</link>
		<comments>http://hackerhaus.com/2010/07/10/dealing-with-stubborn-external-usb-hds-in-os-x/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 23:48:46 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://hackerhaus.com/?p=989</guid>
		<description><![CDATA[If you&#8217;ve purchased (or have otherwise come into possession of) an external USB hard drive, and you&#8217;re having trouble getting Disk Utility to play nicely with it (i.e. reformat it to HFS+), here&#8217;s a trick for you.  Open Terminal and &#8230; <a href="http://hackerhaus.com/2010/07/10/dealing-with-stubborn-external-usb-hds-in-os-x/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve purchased (or have otherwise come into possession of) an external USB hard drive, and you&#8217;re having trouble getting Disk Utility to play nicely with it (i.e. reformat it to HFS+), here&#8217;s a trick for you.  Open Terminal and type the following:</p>
<ol>
<li><code>cd /dev/ &lt;return&gt;<br />
</code></li>
<li><code>ls - | grep disk &lt;return&gt;<br />
</code></li>
</ol>
<p>Take note of the disks displayed.  Provided you have no other external hard drives attached, your culprit disk is probably going to be <code>disk1</code>.</p>
<p>Again in the terminal, execute the following:</p>
<p><code>diskutil eraseDisk HFS+ &lt;desired hard drive name&gt; disk1</code></p>
<p>This invokes the Disk Utility, commands it to erase the disk <code>disk1</code>, rename it as <code>&lt;desired hard drive name&gt;</code> and format the drive as HFS+, or MacOS Extended Volume Hard Drive Format.</p>
<p>Note:  Use HFS+ if you intend to use the hard drive on <em>Mac only</em>.  If you want to use it on PC or PC/Mac, you&#8217;re going to have to choose another option.  For more detailed information, check out the Apple <a href="http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man8/diskutil.8.html" target="_blank">developers website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackerhaus.com/2010/07/10/dealing-with-stubborn-external-usb-hds-in-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY G1 GPS (OMG!)</title>
		<link>http://hackerhaus.com/2010/06/23/diy-g1-gps/</link>
		<comments>http://hackerhaus.com/2010/06/23/diy-g1-gps/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 18:06:50 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://hackerhaus.com/?p=973</guid>
		<description><![CDATA[So the GPS on your G1 doesn&#8217;t seem to be working.  Here&#8217;s what I did to fix mine: Go to Settings -&#62; Security &#38; Location and make sure that Enable GPS satellites is checked.  You can also check &#8220;Use wireless &#8230; <a href="http://hackerhaus.com/2010/06/23/diy-g1-gps/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So the GPS on your G1 doesn&#8217;t seem to be working.  Here&#8217;s what I did to fix mine:</p>
<ol>
<li>Go to Settings -&gt; Security &amp; Location and make sure that Enable GPS satellites is checked.  You can also check &#8220;Use wireless networks,&#8221; but I find that to be less than accurate.</li>
<li>Turn phone completely off and go outside.</li>
<li>Turn phone on.</li>
<li>Leave phone sitting outside under a clear, obstruction-free sky for as long as it takes to reestablish its connection to GPS satellites.  This could take several minutes.  If you&#8217;re in Arizona and/or it&#8217;s over 100°F, I suggest you wait until evening so as not to turn your smart phone into a pop tart.</li>
<li>Open the Maps application, hit the Menu button, and select &#8220;My Location.&#8221;</li>
</ol>
<p><a href="http://hackerhaus.com/wp-content/uploads/2010/06/gps_satellite.jpg"><img class="alignleft size-medium wp-image-974" title="gps_satellite" src="http://hackerhaus.com/wp-content/uploads/2010/06/gps_satellite-300x240.jpg" alt="" width="300" height="240" /></a>Hopefully, your device will now be communicating with GPS satellites properly again and will give a much more accurate reading of your current location.  Feel free to comment or drop me a line if you have anything to share.<br />
<br style="clear: both;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://hackerhaus.com/2010/06/23/diy-g1-gps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0</title>
		<link>http://hackerhaus.com/2010/06/17/wordpress-3-0/</link>
		<comments>http://hackerhaus.com/2010/06/17/wordpress-3-0/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 04:29:10 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://hackerhaus.com/?p=872</guid>
		<description><![CDATA[So, I installed WordPress 3.0 and switched over to their new default template.  So far, so awesome. The new functionality, the surface of which I&#8217;ve only barely scratched, is great. I only noticed one bug: using the Digg Digg plugin &#8230; <a href="http://hackerhaus.com/2010/06/17/wordpress-3-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So, I installed WordPress 3.0 and switched over to their new default template.  So far, so awesome. The new functionality, the surface of which I&#8217;ve only barely scratched, is great.</p>
<p>I only noticed one bug: using the <a href="http://www.mkyong.com/blog/digg-digg-wordpress-plugin/" target="_blank">Digg Digg</a> plugin (which I love) causes chunks of jQuery code to display at the beginning of every archived story when viewing by category.  My fix?  Go into Settings-&gt;Digg Digg. Under &#8220;Buttons allow display in,&#8221; make sure that Category and Archive are deselected.  Fixed!</p>
]]></content:encoded>
			<wfw:commentRss>http://hackerhaus.com/2010/06/17/wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Missing Podcasts on iPod</title>
		<link>http://hackerhaus.com/2009/10/18/missing-podcasts-in-ipod/</link>
		<comments>http://hackerhaus.com/2009/10/18/missing-podcasts-in-ipod/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 19:22:50 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[iPod]]></category>

		<guid isPermaLink="false">http://hackerhaus.com/?p=286</guid>
		<description><![CDATA[If you&#8217;ve recently purchased a new iPod and have transferred files from your old iPod to the new one, only to find that your podcasts are now &#8220;missing,&#8221; I may have good news for you. The same happened to me &#8230; <a href="http://hackerhaus.com/2009/10/18/missing-podcasts-in-ipod/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve recently purchased a new iPod and have transferred files from your old iPod to the new one, only to find that your podcasts are now &#8220;missing,&#8221; I may have good news for you.  The same happened to me this morning, but I found that they were all still there&#8230; just hiding.  Here&#8217;s how I fixed it:</p>
<p>If you try to search for the &#8220;podcast&#8221; genre or even the specific title of the podcast/episode, it won&#8217;t show up.  However, if you make a smart playlist based on the genre &#8220;podcast,&#8221; everything should show up there.  Once you&#8217;ve done that, select all files in that smartlist, right (ctrl) click on the selected files, and click on &#8220;get info.&#8221;  From there, go to Options, and change the Media type to music.  Your podcasts should now show up in your Music folder.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackerhaus.com/2009/10/18/missing-podcasts-in-ipod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moji in FireFox 3</title>
		<link>http://hackerhaus.com/2008/06/19/moji-in-firefox-3/</link>
		<comments>http://hackerhaus.com/2008/06/19/moji-in-firefox-3/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 06:30:18 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Japanese]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[firefox 3]]></category>
		<category><![CDATA[moji]]></category>

		<guid isPermaLink="false">http://hackerhaus.com/?p=43</guid>
		<description><![CDATA[For those of you who have been using Moji in previous versions of FireFox, but have been disappointed to find that it is unavailable in FF3, here&#8217;s a quick solution that worked for me.  The fix lies in the fact &#8230; <a href="http://hackerhaus.com/2008/06/19/moji-in-firefox-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For those of you who have been using Moji in previous versions of FireFox, but have been disappointed to find that it is unavailable in FF3, here&#8217;s a quick solution that worked for me.  The fix lies in the fact that FF now requires extensions to use &#8216;secure updates.&#8217;  If you want Moji to work again (pending release of a new version), you&#8217;ll have to disable these.  Here&#8217;s how I did it:</p>
<ol>
<li>Enter about:config in the address bar.</li>
<li>Add a new boolean option called extensions.checkUpdateSecurity and set it to false.</li>
<li>Restart FF and hope for the best.</li>
</ol>
<p><strong>Caveat Emptor:</strong> I am not responsible for you screwing up your FF config.  You break it, you buy it.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackerhaus.com/2008/06/19/moji-in-firefox-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tokyo: Day III (a.m.)</title>
		<link>http://hackerhaus.com/2008/05/17/tokyo-day-iii-am/</link>
		<comments>http://hackerhaus.com/2008/05/17/tokyo-day-iii-am/#comments</comments>
		<pubDate>Sat, 17 May 2008 22:43:35 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Japan]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Akihabara]]></category>
		<category><![CDATA[Sensoji]]></category>
		<category><![CDATA[Tokyo]]></category>
		<category><![CDATA[日本]]></category>
		<category><![CDATA[東京]]></category>
		<category><![CDATA[浅草寺]]></category>
		<category><![CDATA[秋葉原]]></category>

		<guid isPermaLink="false">http://hackerhaus.com/?p=17</guid>
		<description><![CDATA[Not much to say this morning. Had a bit of a rough time sleeping. Up next: Shower, food, Akihabara, Sensoji. If I can get myself back to Shibuya and Shinjuku, I still have more shopping to accomplish. My travelmates&#8217; feet &#8230; <a href="http://hackerhaus.com/2008/05/17/tokyo-day-iii-am/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://farm3.static.flickr.com/2133/2498270191_cd74ffd942_b.jpg" target="_blank"><img class="alignright" style="float: right; margin: 3px;" src="http://farm3.static.flickr.com/2133/2498270191_cd74ffd942_m.jpg" alt="" width="240" height="180" /></a>Not much to say this morning.  Had a bit of a rough time sleeping.</p>
<p>Up next:  Shower, food, Akihabara, Sensoji.  If I can get myself back to Shibuya and Shinjuku, I still have more shopping to accomplish.  My travelmates&#8217; feet are gonna hate me.</p>
<p>Here&#8217;s my <a href="http://www.flickr.com/photos/badbudo/sets/72157605088395619/" target="_blank">Flickr photoset</a> of the previous day&#8217;s frivolity.  Enjoy.  (And please try not to break anything, OK?)</p>
]]></content:encoded>
			<wfw:commentRss>http://hackerhaus.com/2008/05/17/tokyo-day-iii-am/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how the internets work</title>
		<link>http://hackerhaus.com/2008/04/30/how-the-internets-work/</link>
		<comments>http://hackerhaus.com/2008/04/30/how-the-internets-work/#comments</comments>
		<pubDate>Thu, 01 May 2008 06:40:44 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[einstein]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://hackerhaus.com/?p=7</guid>
		<description><![CDATA[I&#8217;m going to shamelessly steal something from Einstein and contort it to serve my own self-aggrandizing purposes.  Since he&#8217;s dead, I don&#8217;t think he&#8217;ll mind.  Even if he weren&#8217;t dead&#8230; I think I could still kick his ass. You see, &#8230; <a href="http://hackerhaus.com/2008/04/30/how-the-internets-work/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to shamelessly steal something from Einstein and contort it to serve my own self-aggrandizing purposes.  Since he&#8217;s dead, I don&#8217;t think he&#8217;ll mind.  Even if he weren&#8217;t dead&#8230; I think I could still kick his ass.</p>
<p><em>You see, the internets is a kind of a very, very long cat. You pull his tail in New York and his head is meowing in Los Angeles.  This is how you get ones and zeros.  Squeeze/meow = one.  No squeeze/no meow = zero.  Do you understand this?   And WiFi operates exactly the same way: you send signals here, they receive them there. The only difference is that there is no cat.</em></p>
<p>That is all.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackerhaus.com/2008/04/30/how-the-internets-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
