<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Shizen008&#039;s Blog</title>
	<atom:link href="http://shizen008.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://shizen008.wordpress.com</link>
	<description>Disclaimer: I am not responsible for your head exploding after reading this blog.</description>
	<lastBuildDate>Mon, 20 Feb 2012 17:19:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='shizen008.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Shizen008&#039;s Blog</title>
		<link>http://shizen008.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://shizen008.wordpress.com/osd.xml" title="Shizen008&#039;s Blog" />
	<atom:link rel='hub' href='http://shizen008.wordpress.com/?pushpress=hub'/>
		<item>
		<title>From Bug 721934 and GCP&#8230; relevant info from Places db in Firefox/Fennec</title>
		<link>http://shizen008.wordpress.com/2012/02/18/from-bug-721934-and-gcp-relevant-info-from-places-db-in-firefoxfennec/</link>
		<comments>http://shizen008.wordpress.com/2012/02/18/from-bug-721934-and-gcp-relevant-info-from-places-db-in-firefoxfennec/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 20:44:21 +0000</pubDate>
		<dc:creator>shizen008</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shizen008.wordpress.com/2012/02/18/from-bug-721934-and-gcp-relevant-info-from-places-db-in-firefoxfennec/</guid>
		<description><![CDATA[Here's the instructions on how to get the relevant stats from your places.sqlite file (in your profile). I'm interested if it took more than 2 minutes to get your profile migrated to Native Fennec. If you're using Sync (I presume &#8230; <a href="http://shizen008.wordpress.com/2012/02/18/from-bug-721934-and-gcp-relevant-info-from-places-db-in-firefoxfennec/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shizen008.wordpress.com&amp;blog=15780868&amp;post=2605&amp;subd=shizen008&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre>Here's the instructions on how to get the relevant stats from your places.sqlite file (in your profile). I'm interested if it took more than 2 minutes to get your profile migrated to Native Fennec. If you're using Sync (I presume everybody who encountered this bug is), doing this on your desktop profile might already be enough.

Install <a href="https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/">https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/</a>

Go to Tools (Press ALT to get the menu)-&gt;SQLite Manager

Database-&gt;Connect New Database-&gt;places.sqlite
Left Window-&gt;Tables-&gt;moz_bookmarks
Right Window-&gt;Structure-&gt;More Info-&gt;No of Records  &lt;- note down
Same for moz_favicons, moz_historyvisits and moz_places &lt;- note down

Right Window-&gt;Execute SQL

Enter SQL:
SELECT places.url AS a_url, places.title AS a_title, MAX(history.visit_date) AS a_date, COUNT(*) AS a_visits, favicon.data AS a_favicon_data, favicon.mime_type AS a_favicon_mime FROM (moz_historyvisits AS history JOIN moz_places AS places ON places.id = history.place_id LEFT OUTER JOIN moz_favicons AS favicon ON places.favicon_id = favicon.id) WHERE places.hidden &lt;&gt; 1 GROUP BY a_url ORDER BY a_visits DESC LIMIT 300

Complete bottom right:  ET: xxxx ms &lt;- note down

Right Window-&gt;Execute SQL

Enter SQL:
SELECT places.url AS a_url, places.title AS a_title FROM (moz_places as places JOIN moz_bookmarks as bookmarks ON places.id = bookmarks.fk) WHERE places.hidden &lt;&gt; 1 ORDER BY bookmarks.dateAdded

Complete bottom right: Number of Rows return: xxx ET: xxxx ms &lt;- note down both</pre>
<br />Filed under: <a href='http://shizen008.wordpress.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shizen008.wordpress.com/2605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shizen008.wordpress.com/2605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shizen008.wordpress.com/2605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shizen008.wordpress.com/2605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shizen008.wordpress.com/2605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shizen008.wordpress.com/2605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shizen008.wordpress.com/2605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shizen008.wordpress.com/2605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shizen008.wordpress.com/2605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shizen008.wordpress.com/2605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shizen008.wordpress.com/2605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shizen008.wordpress.com/2605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shizen008.wordpress.com/2605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shizen008.wordpress.com/2605/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shizen008.wordpress.com&amp;blog=15780868&amp;post=2605&amp;subd=shizen008&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shizen008.wordpress.com/2012/02/18/from-bug-721934-and-gcp-relevant-info-from-places-db-in-firefoxfennec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5571531a3a8f151f1a0e0149259be89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shizen008</media:title>
		</media:content>
	</item>
		<item>
		<title>Let&#8217;s talk about mobile crashes a moment&#8230;</title>
		<link>http://shizen008.wordpress.com/2012/02/18/lets-talk-about-mobile-crashes-a-moment/</link>
		<comments>http://shizen008.wordpress.com/2012/02/18/lets-talk-about-mobile-crashes-a-moment/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 19:48:03 +0000</pubDate>
		<dc:creator>shizen008</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[QMO]]></category>
		<category><![CDATA[mobifx]]></category>
		<category><![CDATA[QA]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Planet]]></category>

		<guid isPermaLink="false">http://shizen008.wordpress.com/2012/02/18/lets-talk-about-mobile-crashes-a-moment/</guid>
		<description><![CDATA[So there&#8217;s 4 types of crashes within the Fennec Native world right now. 1) Crashes that occur due to the Native UI which is caught by breakpad 2) Crashes that are caught by breakpad 3) Crashes that are caught by &#8230; <a href="http://shizen008.wordpress.com/2012/02/18/lets-talk-about-mobile-crashes-a-moment/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shizen008.wordpress.com&amp;blog=15780868&amp;post=2592&amp;subd=shizen008&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So there&#8217;s 4 types of crashes within the Fennec Native world right now.</p>
<p>1) Crashes that occur due to the Native UI which is caught by breakpad</p>
<p>2) Crashes that are caught by breakpad</p>
<p>3) Crashes that are caught by the OS but not breakpad</p>
<p>4) Crashes that neither breakpad nor the Android OS catches</p>
<p>In all of these cases, if you run into a crashing bug within fennec having a logcat helps out a lot.  For crashes that happen in Native UI, those java crash stacks do appear in the logcat.  In the other cases, it does help sometimes to see what the logcat is spewing during the time the crash is happening.  So please please please try to use logcat and attach it to the bug.  ( <a href="http://aaronmt.com/?p=503">http://aaronmt.com/?p=503</a> or just as good is downloading alogcat.  Pro tip: To get timestamps use command line : adb logcat -v time )</p>
<p>So let&#8217;s go back to point 1.  So if you look at a crash now within Socorro that has a java crash :</p>
<p>https://crash-stats.mozilla.com/report/index/009e2d28-1fef-4b63-971c-efd782120217</p>
<p>You can see a <a href="http://people.mozilla.com/~nhirata/javastack.png">new field that has the Java Stack</a>!  Yes, thanks to the socorro team and cpeterson, esp lars, and laura.  That is hotness.</p>
<p>Point 2 is a matter of looking at Socorro.</p>
<p>Point 3/4 &#8230; if it&#8217;s released out in the Android Marketplace, there&#8217;s methods of getting the crashes from there.  Otherwise : http://www.jnchen.com/blog/2011/11/updated-gdb#the__comments  I haven&#8217;t tried to setup jimdb yet  There&#8217;s other methods for nonFennec related apps.  http://stackoverflow.com/questions/601503/how-do-i-obtain-crash-data-from-my-android-application</p>
<p>JimDB is probably going to be my second next project to look at leisurely at home.  Currently, I want to finish getting robocop up and running and getting tests in for robocop.</p>
<br />Filed under: <a href='http://shizen008.wordpress.com/category/mobifx/'>mobifx</a>, <a href='http://shizen008.wordpress.com/category/mobile/'>mobile</a>, <a href='http://shizen008.wordpress.com/category/planet/'>Planet</a>, <a href='http://shizen008.wordpress.com/category/qa/'>QA</a>, <a href='http://shizen008.wordpress.com/category/qmo/'>QMO</a>, <a href='http://shizen008.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://shizen008.wordpress.com/tag/mobifx/'>mobifx</a>, <a href='http://shizen008.wordpress.com/tag/mobile/'>mobile</a>, <a href='http://shizen008.wordpress.com/tag/planet/'>Planet</a>, <a href='http://shizen008.wordpress.com/tag/qmo/'>QMO</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shizen008.wordpress.com/2592/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shizen008.wordpress.com/2592/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shizen008.wordpress.com/2592/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shizen008.wordpress.com/2592/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shizen008.wordpress.com/2592/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shizen008.wordpress.com/2592/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shizen008.wordpress.com/2592/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shizen008.wordpress.com/2592/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shizen008.wordpress.com/2592/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shizen008.wordpress.com/2592/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shizen008.wordpress.com/2592/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shizen008.wordpress.com/2592/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shizen008.wordpress.com/2592/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shizen008.wordpress.com/2592/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shizen008.wordpress.com&amp;blog=15780868&amp;post=2592&amp;subd=shizen008&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shizen008.wordpress.com/2012/02/18/lets-talk-about-mobile-crashes-a-moment/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5571531a3a8f151f1a0e0149259be89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shizen008</media:title>
		</media:content>
	</item>
		<item>
		<title>adb devices&#8221; yields &#8220;???????? no permissions&#8221;</title>
		<link>http://shizen008.wordpress.com/2012/02/13/adb-devices-yields-no-permissions/</link>
		<comments>http://shizen008.wordpress.com/2012/02/13/adb-devices-yields-no-permissions/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 20:44:45 +0000</pubDate>
		<dc:creator>shizen008</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shizen008.wordpress.com/2012/02/13/adb-devices-yields-no-permissions/</guid>
		<description><![CDATA[If you&#8217;re getting : adb devices&#8221; yields &#8220;???????? no permissions&#8221;  on ubuntu, check out : http://www.google.com/support/forum/p/android/thread?tid=08945730bbd7b22b esp jerichod&#8217;s message.     Filed under: Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shizen008.wordpress.com&amp;blog=15780868&amp;post=2452&amp;subd=shizen008&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re getting : adb devices&#8221; yields &#8220;???????? no permissions&#8221;  on ubuntu, check out :</p>
<p>http://www.google.com/support/forum/p/android/thread?tid=08945730bbd7b22b</p>
<p>esp jerichod&#8217;s message.</p>
<p> </p>
<p> </p>
<br />Filed under: <a href='http://shizen008.wordpress.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shizen008.wordpress.com/2452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shizen008.wordpress.com/2452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shizen008.wordpress.com/2452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shizen008.wordpress.com/2452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shizen008.wordpress.com/2452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shizen008.wordpress.com/2452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shizen008.wordpress.com/2452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shizen008.wordpress.com/2452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shizen008.wordpress.com/2452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shizen008.wordpress.com/2452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shizen008.wordpress.com/2452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shizen008.wordpress.com/2452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shizen008.wordpress.com/2452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shizen008.wordpress.com/2452/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shizen008.wordpress.com&amp;blog=15780868&amp;post=2452&amp;subd=shizen008&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shizen008.wordpress.com/2012/02/13/adb-devices-yields-no-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5571531a3a8f151f1a0e0149259be89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shizen008</media:title>
		</media:content>
	</item>
		<item>
		<title>Building Android</title>
		<link>http://shizen008.wordpress.com/2012/02/10/building-android/</link>
		<comments>http://shizen008.wordpress.com/2012/02/10/building-android/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 22:31:11 +0000</pubDate>
		<dc:creator>shizen008</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shizen008.wordpress.com/?p=2443</guid>
		<description><![CDATA[So hopefully I won&#8217;t forget, I&#8217;ll just blog about it now&#8230;. Android build &#8220;make -f client.mk build&#8221; in mozilla-central cd ~/src/mozilla-central/objdir-droid/ &#8220;make package&#8221; in the OBJDIR run: &#8220;adb install -r fennec.apk&#8221; adb shell am start -a org.mozilla.gecko.DEBUG -n org.mozilla.fennec/org.mozilla.fennec.App Filed &#8230; <a href="http://shizen008.wordpress.com/2012/02/10/building-android/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shizen008.wordpress.com&amp;blog=15780868&amp;post=2443&amp;subd=shizen008&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So hopefully I won&#8217;t forget, I&#8217;ll just blog about it now&#8230;.</p>
<p>Android build<br />
&#8220;make -f client.mk build&#8221; in mozilla-central<br />
cd ~/src/mozilla-central/objdir-droid/</p>
<p>&#8220;make package&#8221; in the OBJDIR</p>
<p>run: &#8220;adb install -r fennec.apk&#8221;<br />
adb shell am start -a org.mozilla.gecko.DEBUG -n org.mozilla.fennec/org.mozilla.fennec.App</p>
<br />Filed under: <a href='http://shizen008.wordpress.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shizen008.wordpress.com/2443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shizen008.wordpress.com/2443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shizen008.wordpress.com/2443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shizen008.wordpress.com/2443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shizen008.wordpress.com/2443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shizen008.wordpress.com/2443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shizen008.wordpress.com/2443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shizen008.wordpress.com/2443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shizen008.wordpress.com/2443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shizen008.wordpress.com/2443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shizen008.wordpress.com/2443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shizen008.wordpress.com/2443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shizen008.wordpress.com/2443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shizen008.wordpress.com/2443/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shizen008.wordpress.com&amp;blog=15780868&amp;post=2443&amp;subd=shizen008&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shizen008.wordpress.com/2012/02/10/building-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5571531a3a8f151f1a0e0149259be89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shizen008</media:title>
		</media:content>
	</item>
		<item>
		<title>The more I think about it&#8230;</title>
		<link>http://shizen008.wordpress.com/2012/02/10/the-more-i-think-about-it/</link>
		<comments>http://shizen008.wordpress.com/2012/02/10/the-more-i-think-about-it/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 06:09:53 +0000</pubDate>
		<dc:creator>shizen008</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shizen008.wordpress.com/?p=2441</guid>
		<description><![CDATA[The more I keep thinking that QA is very much like chess. AI programming of chess even.  A QA&#8217;s job is to find the positive and negative aspects of moving forward with the objective of inserting quality into a product. &#8230; <a href="http://shizen008.wordpress.com/2012/02/10/the-more-i-think-about-it/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shizen008.wordpress.com&amp;blog=15780868&amp;post=2441&amp;subd=shizen008&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The more I keep thinking that QA is very much like chess.</p>
<p>AI programming of chess even.  A QA&#8217;s job is to find the positive and negative aspects of moving forward with the objective of inserting quality into a product.</p>
<p>Negative points could consider being capture, positive in taking a piece&#8230;  the further level of <a href="http://intelligence.worldofcomputing.net/ai-search/heuristic-search.html">heuristic search</a> the more complex the testing&#8230;  The main thing would be mapping the functions of an applications into the heuristic evaluation function appropriately&#8230;</p>
<p>I suppose it might help to map it into a <a href="http://en.wikipedia.org/wiki/Turing_machine">state diagram</a></p>
<p>Hrm.  I could just be rambling.</p>
<br />Filed under: <a href='http://shizen008.wordpress.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shizen008.wordpress.com/2441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shizen008.wordpress.com/2441/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shizen008.wordpress.com/2441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shizen008.wordpress.com/2441/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shizen008.wordpress.com/2441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shizen008.wordpress.com/2441/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shizen008.wordpress.com/2441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shizen008.wordpress.com/2441/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shizen008.wordpress.com/2441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shizen008.wordpress.com/2441/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shizen008.wordpress.com/2441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shizen008.wordpress.com/2441/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shizen008.wordpress.com/2441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shizen008.wordpress.com/2441/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shizen008.wordpress.com&amp;blog=15780868&amp;post=2441&amp;subd=shizen008&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shizen008.wordpress.com/2012/02/10/the-more-i-think-about-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5571531a3a8f151f1a0e0149259be89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shizen008</media:title>
		</media:content>
	</item>
		<item>
		<title>mozconfig pro tip</title>
		<link>http://shizen008.wordpress.com/2012/02/10/mozconfig-pro-tip/</link>
		<comments>http://shizen008.wordpress.com/2012/02/10/mozconfig-pro-tip/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 05:54:02 +0000</pubDate>
		<dc:creator>shizen008</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shizen008.wordpress.com/2012/02/10/mozconfig-pro-tip/</guid>
		<description><![CDATA[Courtesy of ctalbert: Go to tinderbox and follow a green tinderbox build to it&#8217;s log: http://shizen008.wordpress.com/2012/02/10/screen-shot-2012-02-09-at-9-48-19-pm/ Then do a find ac_ in the log to jump to the mozconfig for fennec. http://shizen008.wordpress.com/2012/02/10/screen-shot-2012-02-09-at-9-48-33-pm/ Official build is using ndk r5c but you &#8230; <a href="http://shizen008.wordpress.com/2012/02/10/mozconfig-pro-tip/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shizen008.wordpress.com&amp;blog=15780868&amp;post=2440&amp;subd=shizen008&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Courtesy of ctalbert:</p>
<p>Go to tinderbox and follow a green tinderbox build to it&#8217;s log:</p>
<p><a href="http://shizen008.wordpress.com/2012/02/10/screen-shot-2012-02-09-at-9-48-19-pm/">http://shizen008.wordpress.com/2012/02/10/screen-shot-2012-02-09-at-9-48-19-pm/</a></p>
<p>Then do a find ac_ in the log to jump to the mozconfig for fennec.</p>
<p><a href="http://shizen008.wordpress.com/2012/02/10/screen-shot-2012-02-09-at-9-48-33-pm/">http://shizen008.wordpress.com/2012/02/10/screen-shot-2012-02-09-at-9-48-33-pm/</a></p>
<p>Official build is using ndk r5c but you can use ndk 6&#8230; just have to make sure you have the right corresponding directories.</p>
<br />Filed under: <a href='http://shizen008.wordpress.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shizen008.wordpress.com/2440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shizen008.wordpress.com/2440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shizen008.wordpress.com/2440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shizen008.wordpress.com/2440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shizen008.wordpress.com/2440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shizen008.wordpress.com/2440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shizen008.wordpress.com/2440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shizen008.wordpress.com/2440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shizen008.wordpress.com/2440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shizen008.wordpress.com/2440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shizen008.wordpress.com/2440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shizen008.wordpress.com/2440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shizen008.wordpress.com/2440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shizen008.wordpress.com/2440/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shizen008.wordpress.com&amp;blog=15780868&amp;post=2440&amp;subd=shizen008&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shizen008.wordpress.com/2012/02/10/mozconfig-pro-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5571531a3a8f151f1a0e0149259be89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shizen008</media:title>
		</media:content>
	</item>
		<item>
		<title>Screen shot 2012-02-09 at 9.48.33 PM</title>
		<link>http://shizen008.wordpress.com/2012/02/10/screen-shot-2012-02-09-at-9-48-33-pm/</link>
		<comments>http://shizen008.wordpress.com/2012/02/10/screen-shot-2012-02-09-at-9-48-33-pm/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 05:52:41 +0000</pubDate>
		<dc:creator>shizen008</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shizen008.wordpress.com/2012/02/10/screen-shot-2012-02-09-at-9-48-33-pm/</guid>
		<description><![CDATA[<a href="http://shizen008.wordpress.com/2012/02/10/screen-shot-2012-02-09-at-9-48-33-pm/"><img src="http://shizen008.files.wordpress.com/2012/02/screen-shot-2012-02-09-at-9-48-33-pm.png" alt="Screen shot 2012-02-09 at 9.48.33 PM" class="size-full wp-image-2427" /></a><p>log</p> <a href="http://shizen008.wordpress.com/2012/02/10/screen-shot-2012-02-09-at-9-48-33-pm/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shizen008.wordpress.com&amp;blog=15780868&amp;post=2428&amp;subd=shizen008&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://shizen008.wordpress.com/2012/02/10/screen-shot-2012-02-09-at-9-48-33-pm/"><img src="http://shizen008.files.wordpress.com/2012/02/screen-shot-2012-02-09-at-9-48-33-pm.png?w=640" alt="Screen shot 2012-02-09 at 9.48.33 PM" class="size-full wp-image-2427" /></a>
<p>log</p>
<br />Filed under: <a href='http://shizen008.wordpress.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shizen008.wordpress.com/2428/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shizen008.wordpress.com/2428/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shizen008.wordpress.com/2428/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shizen008.wordpress.com/2428/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shizen008.wordpress.com/2428/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shizen008.wordpress.com/2428/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shizen008.wordpress.com/2428/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shizen008.wordpress.com/2428/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shizen008.wordpress.com/2428/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shizen008.wordpress.com/2428/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shizen008.wordpress.com/2428/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shizen008.wordpress.com/2428/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shizen008.wordpress.com/2428/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shizen008.wordpress.com/2428/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shizen008.wordpress.com&amp;blog=15780868&amp;post=2428&amp;subd=shizen008&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shizen008.wordpress.com/2012/02/10/screen-shot-2012-02-09-at-9-48-33-pm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5571531a3a8f151f1a0e0149259be89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shizen008</media:title>
		</media:content>

		<media:content url="http://shizen008.files.wordpress.com/2012/02/screen-shot-2012-02-09-at-9-48-33-pm.png" medium="image">
			<media:title type="html">Screen shot 2012-02-09 at 9.48.33 PM</media:title>
		</media:content>
	</item>
		<item>
		<title>Screen shot 2012-02-09 at 9.48.19 PM</title>
		<link>http://shizen008.wordpress.com/2012/02/10/screen-shot-2012-02-09-at-9-48-19-pm/</link>
		<comments>http://shizen008.wordpress.com/2012/02/10/screen-shot-2012-02-09-at-9-48-19-pm/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 05:50:42 +0000</pubDate>
		<dc:creator>shizen008</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shizen008.wordpress.com/2012/02/10/screen-shot-2012-02-09-at-9-48-19-pm/</guid>
		<description><![CDATA[<a href="http://shizen008.wordpress.com/2012/02/10/screen-shot-2012-02-09-at-9-48-19-pm/"><img src="http://shizen008.files.wordpress.com/2012/02/screen-shot-2012-02-09-at-9-48-19-pm.png" alt="Screen shot 2012-02-09 at 9.48.19 PM" class="size-full wp-image-2408" /></a><p>Green Tinderbox build</p> <a href="http://shizen008.wordpress.com/2012/02/10/screen-shot-2012-02-09-at-9-48-19-pm/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shizen008.wordpress.com&amp;blog=15780868&amp;post=2414&amp;subd=shizen008&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://shizen008.wordpress.com/2012/02/10/screen-shot-2012-02-09-at-9-48-19-pm/"><img src="http://shizen008.files.wordpress.com/2012/02/screen-shot-2012-02-09-at-9-48-19-pm.png?w=640" alt="Screen shot 2012-02-09 at 9.48.19 PM" class="size-full wp-image-2408" /></a>
<p>Green Tinderbox build</p>
<br />Filed under: <a href='http://shizen008.wordpress.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shizen008.wordpress.com/2414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shizen008.wordpress.com/2414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shizen008.wordpress.com/2414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shizen008.wordpress.com/2414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shizen008.wordpress.com/2414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shizen008.wordpress.com/2414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shizen008.wordpress.com/2414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shizen008.wordpress.com/2414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shizen008.wordpress.com/2414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shizen008.wordpress.com/2414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shizen008.wordpress.com/2414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shizen008.wordpress.com/2414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shizen008.wordpress.com/2414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shizen008.wordpress.com/2414/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shizen008.wordpress.com&amp;blog=15780868&amp;post=2414&amp;subd=shizen008&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shizen008.wordpress.com/2012/02/10/screen-shot-2012-02-09-at-9-48-19-pm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5571531a3a8f151f1a0e0149259be89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shizen008</media:title>
		</media:content>

		<media:content url="http://shizen008.files.wordpress.com/2012/02/screen-shot-2012-02-09-at-9-48-19-pm.png" medium="image">
			<media:title type="html">Screen shot 2012-02-09 at 9.48.19 PM</media:title>
		</media:content>
	</item>
		<item>
		<title>Meetings&#8230; bleh.</title>
		<link>http://shizen008.wordpress.com/2012/02/09/meetings-bleh/</link>
		<comments>http://shizen008.wordpress.com/2012/02/09/meetings-bleh/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 07:16:57 +0000</pubDate>
		<dc:creator>shizen008</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shizen008.wordpress.com/2012/02/09/meetings-bleh/</guid>
		<description><![CDATA[I once was flying back to California from Michigan during the time CES was about to start in Las Vegas.  A startup entrepreneur had sat down next to me and we ended up talking about various things.  We talked more &#8230; <a href="http://shizen008.wordpress.com/2012/02/09/meetings-bleh/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shizen008.wordpress.com&amp;blog=15780868&amp;post=2400&amp;subd=shizen008&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I once was flying back to California from Michigan during the time CES was about to start in Las Vegas.  A startup entrepreneur had sat down next to me and we ended up talking about various things.  We talked more so about his company, as I was interested in hearing his story.</p>
<p>His claim was that if you want to completely own a company, use all of your own money.  (Which is quite the different story that I hear from in most of the sf bay area.)  Another thing he mentioned is that once you get above a certain number of people, the time that people spend in meetings just to get in sync grows.  I think he said something like 20 or so?  or maybe it was 200?  I think 20 was right though.  The more people on a project, the more meetings.  Meetings cost time and if you think in terms of man hours &#8230; then it&#8217;s the number of people in the meeting multiplied by the time.  That&#8217;s how much it costs in terms of productivity.  But that&#8217;s not quite right either.  It also costs people the overhead of start/stop/context switch time, the time of waiting for people to join in, the time to set up any other provisions, the time it takes to get there&#8230;</p>
<p>I think in some sense this blog explains it better:</p>
<p><a href="http://www.paulgraham.com/makersschedule.html">http://www.paulgraham.com/makersschedule.html  </a></p>
<p>It&#8217;s a good read.</p>
<p>This doesn&#8217;t mean that I don&#8217;t/won&#8217;t attend meetings&#8230; meetings are important in order to get synced, and to sync people up.  I just hope that people gain awareness of how much meetings costs and the cost/benefit ratio.  ie Short meetings are wonderful, but if it&#8217;s not really necessary, why have them?  Can they be resolved in 1 on 1 or email or some other means? Can meetings be combined? etc. etc.  I think most people in Mozilla understand this concept as I saw some meetings have been combined, and/or dropped, to which all I have to say is \o/</p>
<br />Filed under: <a href='http://shizen008.wordpress.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shizen008.wordpress.com/2400/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shizen008.wordpress.com/2400/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shizen008.wordpress.com/2400/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shizen008.wordpress.com/2400/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shizen008.wordpress.com/2400/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shizen008.wordpress.com/2400/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shizen008.wordpress.com/2400/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shizen008.wordpress.com/2400/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shizen008.wordpress.com/2400/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shizen008.wordpress.com/2400/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shizen008.wordpress.com/2400/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shizen008.wordpress.com/2400/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shizen008.wordpress.com/2400/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shizen008.wordpress.com/2400/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shizen008.wordpress.com&amp;blog=15780868&amp;post=2400&amp;subd=shizen008&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shizen008.wordpress.com/2012/02/09/meetings-bleh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5571531a3a8f151f1a0e0149259be89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shizen008</media:title>
		</media:content>
	</item>
		<item>
		<title>How to activate LG Revolution without sim</title>
		<link>http://shizen008.wordpress.com/2012/02/08/how-to-activate-lg-revolution-without-sim/</link>
		<comments>http://shizen008.wordpress.com/2012/02/08/how-to-activate-lg-revolution-without-sim/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 22:18:57 +0000</pubDate>
		<dc:creator>shizen008</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shizen008.wordpress.com/?p=2324</guid>
		<description><![CDATA[The four corner trick does not work for the LG Revolution. What did work was this : When on the language setup screen try, volume up, volume down, back button, search button. Taken from here : http://forum.xda-developers.com/archive/index.php/t-1208713.html Filed under: Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shizen008.wordpress.com&amp;blog=15780868&amp;post=2324&amp;subd=shizen008&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.droid-life.com/2010/06/10/tip-how-to-bypass-android-activation-screen-on-motorola-droid/">four corner trick </a>does not work for the LG Revolution.</p>
<p>What did work was this :</p>
<p>When on the language setup screen try, volume up, volume down, back button, search button.</p>
<p>Taken from here : http://forum.xda-developers.com/archive/index.php/t-1208713.html</p>
<br />Filed under: <a href='http://shizen008.wordpress.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shizen008.wordpress.com/2324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shizen008.wordpress.com/2324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shizen008.wordpress.com/2324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shizen008.wordpress.com/2324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shizen008.wordpress.com/2324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shizen008.wordpress.com/2324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shizen008.wordpress.com/2324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shizen008.wordpress.com/2324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shizen008.wordpress.com/2324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shizen008.wordpress.com/2324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shizen008.wordpress.com/2324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shizen008.wordpress.com/2324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shizen008.wordpress.com/2324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shizen008.wordpress.com/2324/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shizen008.wordpress.com&amp;blog=15780868&amp;post=2324&amp;subd=shizen008&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shizen008.wordpress.com/2012/02/08/how-to-activate-lg-revolution-without-sim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5571531a3a8f151f1a0e0149259be89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shizen008</media:title>
		</media:content>
	</item>
	</channel>
</rss>
