<?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>devlogic.org</title>
	<atom:link href="http://devlogic.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://devlogic.org</link>
	<description>No tagline, no purpose.</description>
	<lastBuildDate>Fri, 14 May 2010 15:14:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Android? Android!</title>
		<link>http://devlogic.org/2010/05/14/android-android/</link>
		<comments>http://devlogic.org/2010/05/14/android-android/#comments</comments>
		<pubDate>Fri, 14 May 2010 15:14:07 +0000</pubDate>
		<dc:creator>devlogic</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://devlogic.org/?p=824</guid>
		<description><![CDATA[*pffffff* Wow, that’s a lot of dust. I bought an Android phone last year. A T-Mobile MyTouch 3G, which is [...]]]></description>
			<content:encoded><![CDATA[<p>*pffffff* Wow, that’s a lot of dust.</p>
<p>I bought an Android phone last year. A T-Mobile MyTouch 3G, which is a rebranded HTC Magic 32b. I like it a lot, even though about 2 months later the Nexus One was released. It’s become my primary pocket-based internet device; Heather inherited my old 1st-gen iPod Touch. Being the huge geek that I am, I’m surprised I waited the week that I did before I voided the warranty, got root, and installed a “mod”. Mostly because I could, but also partially to gain some performance and features that weren’t available on the stock ROM.</p>
<p>So let’s look at that. My phone came with Android 1.5 (Cupcake), but T-Mobile had already released the OTA (over-the-air) update to 1.6, so I never really experienced 1.5, which I hear is a good thing. 1.6 looks like this:</p>
<p><a href="http://devlogic.org/wp-content/uploads/2010/05/3968676530_e960c3bb9f.jpeg"><img class="alignleft size-full wp-image-825" title="3968676530_e960c3bb9f" src="http://devlogic.org/wp-content/uploads/2010/05/3968676530_e960c3bb9f.jpeg" alt="" width="320" height="480" /></a></p>
<p>I used this version of Android (stock, with some rearranged icons) for about a week, and then I hacked my phone, and installed CyanogenMod 4.1.9999. That gave me root access, an easy-to run terminal emulator, and tethering (which I’ve used exactly once, to make sure it worked). I also called T-Mobile at some point and got the subsidy unlock code for my phone, so that I could use other providers’ SIM cards when I’m in T-Mobile dead zones. CyanogenMod, through 4.2.15.1 (the latest stable release as of today), looks virtually identical to “stock” 1.6. It’s got some neat features, like an improved dialer and lots of technology/backend ports from Eclair (Android 2.1). About a month (6 week, maybe?) ago, Cyanogen released a test version of CyanogenMod 5.0.7 for my phone, and I snapped it up. Early adoption of technology is definitely for me. 5.0.7 is a port of Eclair (Android 2.1) to the Dream and Sapphire hardware (those are the production names that HTC used for the G1 and MyTouch 3G). There’s stuff missing in this port from the full release of 2.1 that’s on the Nexus One or Droid (the 3d launcher is the most obvious, but there are others), but it’s very nearly feature-complete. And I think it’s good stuff. 5.0.7-test5 came out last night, and it’s the first –test version that I’ve run that I’ve not felt the need to enable swap space for. Things are snappy, I haven’t seen any bugs that aren’t already being worked on, and I get to use things like the official Twitter for Android app (which only works on 2.0+). By and large, though, the screen hasn’t changed all that much. Here’s what my current “home screen” looks like:</p>
<p><a href="http://devlogic.org/wp-content/uploads/2010/05/palantir-today.png"><img class="alignright size-full wp-image-826" title="palantir-today" src="http://devlogic.org/wp-content/uploads/2010/05/palantir-today.png" alt="" width="320" height="480" /></a></p>
<p>And really? It looks pretty much the same. I don’t go out of my way to make my phone flashy (although it’s definitely capable of that); I go for functional. I use everything on the home screen on a daily basis, and things launch nice and fast, operate as I expect, and then stay out of my way.</p>
<p>End result? If you have an older Android phone, like the T-Mobile G1 or the MyTouch 3G, and don’t mind voiding your warranty, think about moving to CyanogenMod. It’ll be worth your while, especially if you want to use new features (and not wait for an official 2.1 upgrade, which may never arrive).</p>
]]></content:encoded>
			<wfw:commentRss>http://devlogic.org/2010/05/14/android-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extracting a tar archive, advanced!</title>
		<link>http://devlogic.org/2009/10/13/extracting-a-tar-archive-advanced/</link>
		<comments>http://devlogic.org/2009/10/13/extracting-a-tar-archive-advanced/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 20:42:04 +0000</pubDate>
		<dc:creator>devlogic</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://devlogic.org/?p=821</guid>
		<description><![CDATA[Because otherwise I’ll forget and have to search through forum posts to find it again: Let’s say you have a [...]]]></description>
			<content:encoded><![CDATA[<p>Because otherwise I’ll forget and have to search through forum posts to find it again:</p>
<p>Let’s say you have a tar archive, foo.tar.gz .  Let’s also say that this archive contains an upgraded version of a popular blogging software suite.  The contents of the archive look like this:</p>
<p>foo/index.php<br />
foo/image.jpg<br />
foo/css/web.css<br />
foo/css/print.css</p>
<p>Let’s also suppose, shall we, that you’ve got the previous version of foo already installed in another location, like /var/www/foo.example.com/  , and you want to extract the contents of the archive (here’s the important part) <em>into</em> that directory, without having to move the directory contents or rename any directories, or whatnot.  Here’s how:</p>
<p>cd /var/www/foo.example.com &amp;&amp; tar zxvp –strip-components=1 –f /path/to/foo.tar.gz</p>
<p>This will extract the archive, and ignore the first level of the path (in this case, foo/).</p>
]]></content:encoded>
			<wfw:commentRss>http://devlogic.org/2009/10/13/extracting-a-tar-archive-advanced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>links for 2009-10-04</title>
		<link>http://devlogic.org/2009/10/05/links-for-2009-10-04/</link>
		<comments>http://devlogic.org/2009/10/05/links-for-2009-10-04/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 06:00:59 +0000</pubDate>
		<dc:creator>devlogic</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://devlogic.org/2009/10/05/links-for-2009-10-04/</guid>
		<description><![CDATA[i like to cook: Emeril’s English Muffins (tags: cooking food recipe baking)]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://iliketocook.blogspot.com/2009/10/emerils-english-muffins.html">i like to cook: Emeril’s English Muffins</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/devlogic/cooking">cooking</a> <a href="http://delicious.com/devlogic/food">food</a> <a href="http://delicious.com/devlogic/recipe">recipe</a> <a href="http://delicious.com/devlogic/baking">baking</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://devlogic.org/2009/10/05/links-for-2009-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>links for 2009-10-02</title>
		<link>http://devlogic.org/2009/10/03/links-for-2009-10-02/</link>
		<comments>http://devlogic.org/2009/10/03/links-for-2009-10-02/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 06:01:26 +0000</pubDate>
		<dc:creator>devlogic</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://devlogic.org/2009/10/03/links-for-2009-10-02/</guid>
		<description><![CDATA[macosxhints.com — 10.6: Sign and encrypt emails in Mail via thawte (tags: email security)]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.macosxhints.com/article.php?story=20090914071159766">macosxhints.com — 10.6: Sign and encrypt emails in Mail via thawte</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/devlogic/email">email</a> <a href="http://delicious.com/devlogic/security">security</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://devlogic.org/2009/10/03/links-for-2009-10-02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>links for 2009-09-29</title>
		<link>http://devlogic.org/2009/09/30/links-for-2009-09-29/</link>
		<comments>http://devlogic.org/2009/09/30/links-for-2009-09-29/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 06:01:39 +0000</pubDate>
		<dc:creator>devlogic</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://devlogic.org/2009/09/30/links-for-2009-09-29/</guid>
		<description><![CDATA[Quick Weeknight Meals Contest 2009 &#124; thekitchn.com (tags: cooking food recipe) Craftzine.com blog : Picking the Right Hook and Needles [...]]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://contests.apartmenttherapy.com/2009/thekitchn-quick-meals/">Quick Weeknight Meals Contest 2009 | thekitchn.com</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/devlogic/cooking">cooking</a> <a href="http://delicious.com/devlogic/food">food</a> <a href="http://delicious.com/devlogic/recipe">recipe</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://blog.craftzine.com/archive/2009/09/picking_the_right_hook_and_nee.html?CMP=OTC-5JF307375954">Craftzine.com blog : Picking the Right Hook and Needles</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/devlogic/knitting">knitting</a> <a href="http://delicious.com/devlogic/craft">craft</a> <a href="http://delicious.com/devlogic/make">make</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://devlogic.org/2009/09/30/links-for-2009-09-29/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>links for 2009-09-28</title>
		<link>http://devlogic.org/2009/09/29/links-for-2009-09-28/</link>
		<comments>http://devlogic.org/2009/09/29/links-for-2009-09-28/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 06:01:05 +0000</pubDate>
		<dc:creator>devlogic</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://devlogic.org/2009/09/29/links-for-2009-09-28/</guid>
		<description><![CDATA[Apartment Therapy The Kitchn &#124; DIY Recipe: Pumpkin Spice Latte (Just Like Starbucks!) (tags: food cooking recipe beverage)]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.thekitchn.com/thekitchn/beverage/diy-pumpkin-spice-latte-096277">Apartment Therapy The Kitchn | DIY Recipe: Pumpkin Spice Latte (Just Like Starbucks!)</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/devlogic/food">food</a> <a href="http://delicious.com/devlogic/cooking">cooking</a> <a href="http://delicious.com/devlogic/recipe">recipe</a> <a href="http://delicious.com/devlogic/beverage">beverage</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://devlogic.org/2009/09/29/links-for-2009-09-28/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>links for 2009-09-27</title>
		<link>http://devlogic.org/2009/09/28/links-for-2009-09-27/</link>
		<comments>http://devlogic.org/2009/09/28/links-for-2009-09-27/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 06:00:58 +0000</pubDate>
		<dc:creator>devlogic</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://devlogic.org/2009/09/28/links-for-2009-09-27/</guid>
		<description><![CDATA[Sweet Azuki Bean Paste (tags: cooking food recipe)]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://cookalmostanything.blogspot.com/2009/09/whb-202.html">Sweet Azuki Bean Paste</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/devlogic/cooking">cooking</a> <a href="http://delicious.com/devlogic/food">food</a> <a href="http://delicious.com/devlogic/recipe">recipe</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://devlogic.org/2009/09/28/links-for-2009-09-27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>links for 2009-09-21</title>
		<link>http://devlogic.org/2009/09/22/links-for-2009-09-21/</link>
		<comments>http://devlogic.org/2009/09/22/links-for-2009-09-21/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 06:00:54 +0000</pubDate>
		<dc:creator>devlogic</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://devlogic.org/2009/09/22/links-for-2009-09-21/</guid>
		<description><![CDATA[Closet Cooking: Tomato Pie (tags: cooking food recipe) CCIE Blog » IOS Zone-Based Firewall Overview for CCIE Routing and Switching [...]]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://closetcooking.blogspot.com/2009/09/tomato-pie.html">Closet Cooking: Tomato Pie</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/devlogic/cooking">cooking</a> <a href="http://delicious.com/devlogic/food">food</a> <a href="http://delicious.com/devlogic/recipe">recipe</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://ipexpert.ccieblog.com/2009/09/20/ios-zone-based-firewall-overview-for-ccie-routing-and-switching-40-candidates/">CCIE Blog » IOS Zone-Based Firewall Overview for CCIE Routing and Switching 4.0 Candidates</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/devlogic/networking">networking</a> <a href="http://delicious.com/devlogic/cisco">cisco</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://notinventedhe.re/">Not Invented Here by Bill Barnes and Paul Southworth</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/devlogic/webcomics">webcomics</a> <a href="http://delicious.com/devlogic/monday">monday</a> <a href="http://delicious.com/devlogic/tuesday">tuesday</a> <a href="http://delicious.com/devlogic/wednesday">wednesday</a> <a href="http://delicious.com/devlogic/thursday">thursday</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://devlogic.org/2009/09/22/links-for-2009-09-21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>links for 2009-09-18</title>
		<link>http://devlogic.org/2009/09/19/links-for-2009-09-18/</link>
		<comments>http://devlogic.org/2009/09/19/links-for-2009-09-18/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 06:00:57 +0000</pubDate>
		<dc:creator>devlogic</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://devlogic.org/2009/09/19/links-for-2009-09-18/</guid>
		<description><![CDATA[Installing Java 1.5 on Snow Leopard Snow Leopard broke ASDM through version 6.2.1; this, combined with changing the required version [...]]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://chxor.chxo.com/post/183013153/installing-java-1-5-on-snow-leopard">Installing Java 1.5 on Snow Leopard</a></div>
<div class="delicious-extended">Snow Leopard broke ASDM through version 6.2.1; this, combined with changing the required version of Java inside the asdm.jnlp file, made it start working again.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/devlogic/osx">osx</a> <a href="http://delicious.com/devlogic/java">java</a> <a href="http://delicious.com/devlogic/cisco">cisco</a> <a href="http://delicious.com/devlogic/bugfix">bugfix</a> <a href="http://delicious.com/devlogic/troubleshooting">troubleshooting</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://devlogic.org/2009/09/19/links-for-2009-09-18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>links for 2009-09-17</title>
		<link>http://devlogic.org/2009/09/18/links-for-2009-09-17/</link>
		<comments>http://devlogic.org/2009/09/18/links-for-2009-09-17/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 06:01:01 +0000</pubDate>
		<dc:creator>devlogic</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://devlogic.org/2009/09/18/links-for-2009-09-17/</guid>
		<description><![CDATA[ArtJournal — Pickles, Appearances and Purchases. (tags: cooking food recipe webcomics) ArtJournal — CHAI! (tags: cooking food recipe webcomics)]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://lucylou.livejournal.com/574975.html">ArtJournal — Pickles, Appearances and Purchases.</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/devlogic/cooking">cooking</a> <a href="http://delicious.com/devlogic/food">food</a> <a href="http://delicious.com/devlogic/recipe">recipe</a> <a href="http://delicious.com/devlogic/webcomics">webcomics</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://lucylou.livejournal.com/575537.html">ArtJournal — CHAI!</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/devlogic/cooking">cooking</a> <a href="http://delicious.com/devlogic/food">food</a> <a href="http://delicious.com/devlogic/recipe">recipe</a> <a href="http://delicious.com/devlogic/webcomics">webcomics</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://devlogic.org/2009/09/18/links-for-2009-09-17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
