<?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>Gadgetic Musings</title>
	<atom:link href="http://gadgeticmusings.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gadgeticmusings.wordpress.com</link>
	<description>My thoughts on gadgets we use today and in the near future</description>
	<lastBuildDate>Tue, 10 Jan 2012 17:35:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gadgeticmusings.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Gadgetic Musings</title>
		<link>http://gadgeticmusings.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gadgeticmusings.wordpress.com/osd.xml" title="Gadgetic Musings" />
	<atom:link rel='hub' href='http://gadgeticmusings.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Tweaking the Sony Ericsson Urushi (Xperia Ray)</title>
		<link>http://gadgeticmusings.wordpress.com/2012/01/01/tweaking-the-sony-ericsson-urushi-xperia-ray/</link>
		<comments>http://gadgeticmusings.wordpress.com/2012/01/01/tweaking-the-sony-ericsson-urushi-xperia-ray/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 19:30:31 +0000</pubDate>
		<dc:creator>Soul_Est</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://gadgeticmusings.wordpress.com/2012/01/01/tweaking-the-sony-ericsson-urushi-xperia-ray/</guid>
		<description><![CDATA[Ever since I got the Urushi (Xperia Ray), I&#8217;ve wanted to port Android 4.0 to it. Unfortunately, having received the carrier branded variant of the phone, the phone&#8217;s bootloader is not fastboot enabled. Therefore, the bootloader is not unlockable via Sony Experia&#8217;s bootloader unlock site. I was, however able to root the device using the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gadgeticmusings.wordpress.com&amp;blog=2508273&amp;post=177&amp;subd=gadgeticmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ever since I got the Urushi (Xperia Ray), I&#8217;ve wanted to port Android 4.0 to it. Unfortunately, having received the carrier branded variant of the phone, the phone&#8217;s bootloader is not fastboot enabled. Therefore, the bootloader is not unlockable via Sony Experia&#8217;s bootloader unlock site. I was, however able to root the device using the method found <a href="http://forum.xda-developers.com/showthread.php?t=1319653">here</a>. (Thanks again DoomLord!) I have done a bit of tweaking to the pre-installed ROM which I&#8217;ll describe below.</p>
<p>Automatic Light Sensor Hack:<br />
This was rather simple.. so simple in fact that I was surprised that no one found it sooner. The hack involves two files, the hw_<a href="http://config.sh/">config.sh</a> and als_curve.conf files in the /system/etc directory. In the hw_config.conf, find the line that looks like this:</p>
<pre><code>
echo 0,0,0,0 &gt; $dev/lcd-backlight/als/params #[gain],[filter_up],[filter_
<div>down],[offset]
</div>

</code></pre>
<p>and edit it to look like this:</p>
<pre><code>
echo 3,2,2,0 &gt; $dev/lcd-backlight/als/params #[gain],[filter_up],[filter_down],[offset]
</code></pre>
<p>Then, using Terminal Emulator or another app capable of executing scripts, run hw_<a href="http://config.sh/">config.sh</a>. *Make sure you have the backlight set to a value higher than 0 and lower than 100 or else the hack will not work!*</p>
<p>SD Card Read Cache Tweaking:<br />
This one was also as simple if not more simple than the above hack. All thanks go to arcatarc for this hack (which you can find <a href="http://forum.xda-developers.com/showthread.php?t=1377125">here</a>). It requires either the use of Terminal Emulator, SD-Booster or any app capable of modifying text files with root privileges. ADB can also be used for this if you prefer to work with a full size keyboard. In Terminal Emulator, ADB, or similar go to /sys/devices/virtual/bdi/179:0/read_ahead_kb and change the value from 128 to whatever you choose. When using SD-Booster, all that needs to be done is input the value you want and tap the Apply button. I currently have the read cache set at 1152 and the the write speed has increased to 6.8 MB/s from 6.1 MB/s while the read speed has increased from 15.3 MB/s to 26.8 MB/s. This latter hack as proven to be the most useful of the two as the speed increase is clearly evident when shooting and reviewing photos.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gadgeticmusings.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gadgeticmusings.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gadgeticmusings.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gadgeticmusings.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gadgeticmusings.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gadgeticmusings.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gadgeticmusings.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gadgeticmusings.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gadgeticmusings.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gadgeticmusings.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gadgeticmusings.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gadgeticmusings.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gadgeticmusings.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gadgeticmusings.wordpress.com/177/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gadgeticmusings.wordpress.com&amp;blog=2508273&amp;post=177&amp;subd=gadgeticmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gadgeticmusings.wordpress.com/2012/01/01/tweaking-the-sony-ericsson-urushi-xperia-ray/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f31a1268be8b769e9247770d0a393fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">soulest</media:title>
		</media:content>
	</item>
		<item>
		<title>Sony Ericsson Xperia Ray: Xperia Mini replacement?</title>
		<link>http://gadgeticmusings.wordpress.com/2011/09/26/sony-ericsson-xperia-ray-xperia-mini-replacement/</link>
		<comments>http://gadgeticmusings.wordpress.com/2011/09/26/sony-ericsson-xperia-ray-xperia-mini-replacement/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 18:06:10 +0000</pubDate>
		<dc:creator>Soul_Est</dc:creator>
				<category><![CDATA[My Thoughts/Future Musings]]></category>

		<guid isPermaLink="false">https://gadgeticmusings.wordpress.com/2011/09/26/sony-ericsson-xperia-ray-xperia-mini-replacement/</guid>
		<description><![CDATA[While looking into the Xperia Mini Pro (the reason why will be in another post), I came across the Xperia Ray which had already launched in the UK. With a form factor similar to the Xperia Mini that is currently available, albeit thinner at 9.4 mm thick, it seems that the Xperia Ray will replace [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gadgeticmusings.wordpress.com&amp;blog=2508273&amp;post=167&amp;subd=gadgeticmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While looking into the Xperia Mini Pro (the reason why will be in another post), I came across the Xperia Ray which had already launched in the UK. With a form factor similar to the Xperia Mini that is currently available, albeit thinner at 9.4 mm thick, it seems that the Xperia Ray will replace the equally small yet bulkier phone. The most compelling reasons for this is the inclusion of the Exmor R for Mobile camera sensor, a front facing camera and the 3.3&#8243; display with a resolution of 480&#215;854, all of which the current Xperia Mini lacks. This could also be a foretelling of a Xperia Mini Pro replacement which is merely receives the more capable Exmor R for Mobile sensor and sharper display.</p>
<p>I will update this post once I receive further word on whether these musings are true or not.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gadgeticmusings.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gadgeticmusings.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gadgeticmusings.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gadgeticmusings.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gadgeticmusings.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gadgeticmusings.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gadgeticmusings.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gadgeticmusings.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gadgeticmusings.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gadgeticmusings.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gadgeticmusings.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gadgeticmusings.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gadgeticmusings.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gadgeticmusings.wordpress.com/167/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gadgeticmusings.wordpress.com&amp;blog=2508273&amp;post=167&amp;subd=gadgeticmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gadgeticmusings.wordpress.com/2011/09/26/sony-ericsson-xperia-ray-xperia-mini-replacement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f31a1268be8b769e9247770d0a393fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">soulest</media:title>
		</media:content>
	</item>
		<item>
		<title>A new Milestone in my life</title>
		<link>http://gadgeticmusings.wordpress.com/2010/04/22/a-new-milestone-in-my-life/</link>
		<comments>http://gadgeticmusings.wordpress.com/2010/04/22/a-new-milestone-in-my-life/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 20:21:01 +0000</pubDate>
		<dc:creator>Soul_Est</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[GSM]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[My Thoughts/Future Musings]]></category>
		<category><![CDATA[Smartphone]]></category>

		<guid isPermaLink="false">http://gadgeticmusings.wordpress.com/?p=155</guid>
		<description><![CDATA[I finally got a new Motorola Milestone from the Telus store in the mall where I work. That however was on Sunday. It&#8217;s now Saturday and so far I&#8217;m truly enjoying the phone. It is heavy, solid and big especially with the OtterBox Commuter Case purchased for it. The great 3.7&#8243; LCD screen is wonderful [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gadgeticmusings.wordpress.com&amp;blog=2508273&amp;post=155&amp;subd=gadgeticmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I finally got a new Motorola Milestone from the Telus store in the mall where I work.  That however was on Sunday.  It&#8217;s now Saturday and so far I&#8217;m truly enjoying the phone.  It is heavy, solid and big especially with the OtterBox Commuter Case purchased for it.  The great 3.7&#8243; LCD screen is wonderful the look at and at a resolution of 480&#215;854, it beats out the HTC Hero by over 2-1.  The keyboard while good, has me wishing for a dedicated numerical row and a pipe symbol key combination.  The camera is a great 5 MP unit that takes great pictures compared to other smartphones.  It would even best a three year old Canon provided that the lens is absolutely clean.  The Milestone proved to be an excellent phone when needed especially after I changed the CrystalTalk setting over to clear.  Almost everything works as it should.  As for my opinion on the OS, the phone is a blast to use with Android 2.0.1.  Great as it is, there are issues that Motorola needs to address in the 2.1 update for Canadian Milestones on Telus:</p>
<ol>
<li>Audio playback skips when either the GSM radio switches protocols, a text message is received or data is being transferred. http://bit.ly/d72Lbc</li>
<li>Failure to detect the USB cable when it&#8217;s plugged in.  http://bit.ly/cd6u5A</li>
</ol>
<p>Aside from these three bugs, the phone runs rock solid on Android 2.0.1.  I use this phone in lieu of my MacBook when I&#8217;m out and about which is saying something.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gadgeticmusings.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gadgeticmusings.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gadgeticmusings.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gadgeticmusings.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gadgeticmusings.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gadgeticmusings.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gadgeticmusings.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gadgeticmusings.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gadgeticmusings.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gadgeticmusings.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gadgeticmusings.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gadgeticmusings.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gadgeticmusings.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gadgeticmusings.wordpress.com/155/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gadgeticmusings.wordpress.com&amp;blog=2508273&amp;post=155&amp;subd=gadgeticmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gadgeticmusings.wordpress.com/2010/04/22/a-new-milestone-in-my-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f31a1268be8b769e9247770d0a393fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">soulest</media:title>
		</media:content>
	</item>
		<item>
		<title>The Next Computer: Growing Pains?</title>
		<link>http://gadgeticmusings.wordpress.com/2010/02/19/the-next-computer-growing-pains/</link>
		<comments>http://gadgeticmusings.wordpress.com/2010/02/19/the-next-computer-growing-pains/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 07:17:18 +0000</pubDate>
		<dc:creator>Soul_Est</dc:creator>
				<category><![CDATA[Dream Builds]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Head-Fi]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[My Thoughts/Future Musings]]></category>
		<category><![CDATA[WiFi]]></category>

		<guid isPermaLink="false">http://gadgeticmusings.wordpress.com/?p=89</guid>
		<description><![CDATA[Background: Andrew Is Dying
On Friday, the harddrive array in Andrew failed while I was running BackTrack 4.  I then logged out of X which showed me numerous error messages when I returned to the terminal.  Not good.  I then 'gracefully' shutdown the system via the poweroff command and ended up seeing numerous errors for that as well even after I got the harddrive array running again.  Alas, it was too late and the damage had been done.  Upon booting back into BackTrack, I was greeted with many errors and dropped into a recovery terminal with only busybox to help me.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gadgeticmusings.wordpress.com&amp;blog=2508273&amp;post=89&amp;subd=gadgeticmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Background: Andrew Is Dying<br />
On Friday, the harddrive array in Andrew failed while I was running BackTrack 4.  I then logged out of X which showed me numerous error messages when I returned to the terminal.  Not good.  I then &#8216;gracefully&#8217; shutdown the system via the poweroff command and ended up seeing numerous errors for that as well even after I got the harddrive array running again.  Alas, it was too late and the damage had been done.  Upon booting back into BackTrack, I was greeted with many errors and dropped into a recovery terminal with only busybox to help me.<span id="more-89"></span>  The Windows side of the equation wasn&#8217;t any better as the entire array would stay up only long enough to get past GRUB.  After that, it would flicker on and off while trying to load Windows.  To add insult to injury, if I unplug the power from the 80GB harddrive, the BIOS doesn&#8217;t detect the 60GB drive which I have the OSes installed on.  As such, I decided to build a new computer; one that would grow with me over the years as I need more storage capacity or new components&#8230;</p>
<p>Solution: The Next Computer<br />
This idea came as I was looking into two USB DACs for use with my MacBook: the FiiO E7 (it isn&#8217;t just a DAC but that is for another post) and the NuForce uDAC.  Provided that I can add an external sound card to my computer why not use the same concept for other components?  I then started researching which components I would need for the project using the following criteria: power consumption, size &amp; weight, features, style and finally price.  Power consumption and size &amp; weight is at the forefront of my decision making process since I want to cut down on the energy I consume and I do plan to travel and move in the near future.  Features, style and price all speak for themselves really as I know the system I build will easily fit in those criteria.  With all of this in mind, I designed The Next System around these components:</p>
<p>Links in the center column lead to either the component&#8217;s page on a store&#8217;s website, their own page on the manufacturer&#8217;s website or another page where information on the product can be found.  Links in the right column lead to either a store&#8217;s webpage for that component or a currency conversion page.</p>
<table border="0" cellspacing="5">
<tr>
<th>Component</th>
<th>Make/Model</th>
<th>Price</th>
</tr>
<tr>
<th>Mainboard:</th>
<td><a href="http://www.logicsupply.com/products/ipx7a_ion330">Pegatron IPX7A-ION</a></td>
<td><a href="http://www.xe.com/ucc/convert.cgi?Amount=139.00&amp;From=USD&amp;To=CAD">Varies</a></td>
</tr>
<tr>
<th>Processor:</th>
<td><a href="http://ark.intel.com/Product.aspx?id=35641&amp;processor=330&amp;spec-codes=SLG9Y">Intel Atom 330</a></td>
<td>0.00</td>
</tr>
<tr>
<th>Graphics:</th>
<td><a href="http://www.nvidia.com/object/sff_ion.html">Nvidia ION (9400M)</a></td>
<td>0.00</td>
</tr>
<tr>
<th>Memory:</th>
<td><a href="http://www.ncix.com/products/index.php?sku=34540&amp;vpn=VS4GSDSKIT800D2&amp;manufacture=Corsair">Corsair 4GB DDR2 SODIMM (2 x 2GB)</a></td>
<td><a href="http://www.ncix.com/products/index.php?sku=34540&amp;vpn=VS4GSDSKIT800D2&amp;manufacture=Corsair">96.75</a></td>
</tr>
<tr>
<th>Case:</th>
<td>Custom made</td>
<td>Your choice</td>
</tr>
<tr>
<th>Sound Card:</th>
<td><a href="http://www.head-fi.org/forums/f105/impression-fiio-e7-warning-lot-pics-470726/">FiiO E7</a></td>
<td>~80.00</td>
</tr>
<tr>
<th>Harddrives:</th>
<td><a href="http://www.wdc.com/en/products/products.asp?driveid=683">Western Digital Scorpio Blue 640GB x 4</a></td>
<td><a href="http://www.ncix.com/products/index.php?sku=44311&amp;vpn=WD6400BEVT&amp;manufacture=Western%20Digital%20WD">556.00</a></td>
</tr>
<tr>
<th>Harddrive Enclosures:</th>
<td><a href="http://www.acomdata.com/app/stx.productdetail.asp?did=28">Acomdata Tango x 4</a></td>
<td><a href="http://www.ncix.com/products/index.php?sku=37482&amp;vpn=TNGXXXUSE-BLK&amp;manufacture=Acomdata">84.56</a></td>
</tr>
<tr>
<th>Power Supply:</th>
<td><a href="http://www.mini-box.com/picoPSU-120-power-kit">picoPSU-120 Power Supply Kit</a></td>
<td><a href="http://www.xe.com/ucc/convert.cgi?Amount=54.95&amp;From=USD&amp;To=CAD">Varies</a></td>
</tr>
<tr>
<th>eSATA Adapters:</th>
<td><a href="http://www.tripplite.com/en/products/model.cfm?txtModelID=3702">Tripp Lite SATA to eSATA Cable x 4</a><br /><a href="http://www.startech.com/item/GCESATAFF-eSATA-Power-Cable-Adapter-Female-to-Female.aspx">StarTech eSATA Adapter F/F x 4</a></td>
<td><a href="http://www.ncix.com/products/?sku=69564G&amp;vpn=P952-18I&amp;manufacture=TRIPP%20LITE">32.12</a><br /><a href="http://www.ncix.com/products/?sku=11663K&amp;vpn=GCESATAFF&amp;manufacture=STARTECH.COM%20-%20DT%20SB">16.08</a></td>
</tr>
<tr>
<th>eSATA Cables:</th>
<td><a href="http://www.startech.com/item/ESATA3-3-Ft-Shielded-External-eSATA-Cable-MM.aspx">StarTech Shielded eSATA Cable 3FT</a></td>
<td><a href="http://www.ncix.com/products/?sku=41775&amp;vpn=ESATA3&amp;manufacture=Startech.com%20Ltd">52.28</a></td>
</tr>
<tr>
<th>Sub-Total:</th>
<td></td>
<td>~1,100.00</td>
</tr>
</table>
<p>As you can see, a fully loaded system would set you back over $1,100.00 CDN.  This is before you factor in monitors, a keyboard and a mouse as well as anything else that would be required when using the system.  The genius of the system can be fully realized when you see that most the cost is for the soundcard, harddrives and RAM.  These components can be swapped for those of a lower capacity.</p>
<p>I truly hope that this helps anyone who wishes to build a low-power yet high-performance system.  Enjoy.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gadgeticmusings.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gadgeticmusings.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gadgeticmusings.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gadgeticmusings.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gadgeticmusings.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gadgeticmusings.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gadgeticmusings.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gadgeticmusings.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gadgeticmusings.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gadgeticmusings.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gadgeticmusings.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gadgeticmusings.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gadgeticmusings.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gadgeticmusings.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gadgeticmusings.wordpress.com&amp;blog=2508273&amp;post=89&amp;subd=gadgeticmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gadgeticmusings.wordpress.com/2010/02/19/the-next-computer-growing-pains/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f31a1268be8b769e9247770d0a393fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">soulest</media:title>
		</media:content>
	</item>
		<item>
		<title>My RE252s are here!</title>
		<link>http://gadgeticmusings.wordpress.com/2010/01/26/my-re252s-are-here/</link>
		<comments>http://gadgeticmusings.wordpress.com/2010/01/26/my-re252s-are-here/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 04:19:24 +0000</pubDate>
		<dc:creator>Soul_Est</dc:creator>
				<category><![CDATA[My Thoughts/Future Musings]]></category>

		<guid isPermaLink="false">http://gadgeticmusings.wordpress.com/?p=73</guid>
		<description><![CDATA[This morning I received a package from China Express. The HifiMAN RE252s and FiiO E3 that I&#8217;ve been waiting anxiously for had finally arrived. Naturally, I captured a few pictures of the package and its contents: First listen of the RE252: These are by far the most enjoyable IEMs I have ever had the pleasure [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gadgeticmusings.wordpress.com&amp;blog=2508273&amp;post=73&amp;subd=gadgeticmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This morning I received a package from China Express.  The HifiMAN RE252s and FiiO E3 that I&#8217;ve been waiting anxiously for had finally arrived.  Naturally, I captured a few pictures of the package and its contents:</p>

<a href='http://gadgeticmusings.wordpress.com/2010/01/26/my-re252s-are-here/img_0009/' title='IMG_0009'><img data-attachment-id='75' data-orig-size='1024,768' data-liked='0'width="150" height="112" src="http://gadgeticmusings.files.wordpress.com/2010/01/img_0009.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="IMG_0009" title="IMG_0009" /></a>
<a href='http://gadgeticmusings.wordpress.com/2010/01/26/my-re252s-are-here/img_0014/' title='IMG_0014'><img data-attachment-id='76' data-orig-size='1024,768' data-liked='0'width="150" height="112" src="http://gadgeticmusings.files.wordpress.com/2010/01/img_0014.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="IMG_0014" title="IMG_0014" /></a>
<a href='http://gadgeticmusings.wordpress.com/2010/01/26/my-re252s-are-here/img_0020/' title='IMG_0020'><img data-attachment-id='77' data-orig-size='1024,768' data-liked='0'width="150" height="112" src="http://gadgeticmusings.files.wordpress.com/2010/01/img_0020.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="IMG_0020" title="IMG_0020" /></a>
<a href='http://gadgeticmusings.wordpress.com/2010/01/26/my-re252s-are-here/img_0034/' title='IMG_0034'><img data-attachment-id='78' data-orig-size='1024,768' data-liked='0'width="150" height="112" src="http://gadgeticmusings.files.wordpress.com/2010/01/img_0034.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="IMG_0034" title="IMG_0034" /></a>

<p>First listen of the RE252:  These are by far the most enjoyable IEMs I have ever had the pleasure of listening to.  The soundstage is quite expansive with the medium tips on and I truly like I am in the audience in a concert hall in theater.  The separation between the instruments is amazing almost to the point where I can tell which string has been plucked or strum or which notes have been played on which instrument.  I can even tell where the singer is in relation to the band or orchestra.</p>
<p>I&#8217;ll post a formal review when I&#8217;ve burned them in and have listened to them enough.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gadgeticmusings.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gadgeticmusings.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gadgeticmusings.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gadgeticmusings.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gadgeticmusings.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gadgeticmusings.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gadgeticmusings.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gadgeticmusings.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gadgeticmusings.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gadgeticmusings.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gadgeticmusings.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gadgeticmusings.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gadgeticmusings.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gadgeticmusings.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gadgeticmusings.wordpress.com&amp;blog=2508273&amp;post=73&amp;subd=gadgeticmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gadgeticmusings.wordpress.com/2010/01/26/my-re252s-are-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f31a1268be8b769e9247770d0a393fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">soulest</media:title>
		</media:content>

		<media:content url="http://gadgeticmusings.files.wordpress.com/2010/01/img_0009.jpg?w=150" medium="image">
			<media:title type="html">IMG_0009</media:title>
		</media:content>

		<media:content url="http://gadgeticmusings.files.wordpress.com/2010/01/img_0014.jpg?w=150" medium="image">
			<media:title type="html">IMG_0014</media:title>
		</media:content>

		<media:content url="http://gadgeticmusings.files.wordpress.com/2010/01/img_0020.jpg?w=150" medium="image">
			<media:title type="html">IMG_0020</media:title>
		</media:content>

		<media:content url="http://gadgeticmusings.files.wordpress.com/2010/01/img_0034.jpg?w=150" medium="image">
			<media:title type="html">IMG_0034</media:title>
		</media:content>
	</item>
		<item>
		<title>How much is enough?</title>
		<link>http://gadgeticmusings.wordpress.com/2009/11/25/how-much-is-enough/</link>
		<comments>http://gadgeticmusings.wordpress.com/2009/11/25/how-much-is-enough/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 03:13:06 +0000</pubDate>
		<dc:creator>Soul_Est</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[My Thoughts/Future Musings]]></category>
		<category><![CDATA[WiFi]]></category>

		<guid isPermaLink="false">http://gadgeticmusings.wordpress.com/?p=53</guid>
		<description><![CDATA[After reading LAPTOP Magazine&#8217;s review on the ASUS UL30A, an ultraportable that can run for nearly 10 hours on a single charge while browsing the internet over Wi-Fi, I&#8217;m beginning to wonder, &#8220;How long do we need our laptops to run?&#8221;. I decided to look at the last CULV ultraportable (released in 2009) to hold [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gadgeticmusings.wordpress.com&amp;blog=2508273&amp;post=53&amp;subd=gadgeticmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After reading <a href="http://www.laptopmag.com/review/laptops/asus-ul30a.aspx?page=1">LAPTOP Magazine&#8217;s review on the ASUS UL30A</a>, an ultraportable that can run for nearly 10 hours on a single charge while browsing the internet over Wi-Fi, I&#8217;m beginning to wonder, &#8220;How long do we need our laptops to run?&#8221;.  I decided to look at the last CULV ultraportable (released in 2009) to hold the title for longest runtime, the <a href="http://www.laptopmag.com/review/reviewsdetail.aspx?id=37258">Acer Aspire Timeline 1810T</a> which had a runtime of almost 9 hours (according to LAPTOP Magazine).  The two systems really only differ in the capacity of their batteries with the ASUS having a two cell advantage over the Acer.  And yet I ask, &#8220;How long do we really need these laptops to run?&#8221;.  If one really wanted to, they could easily install a Linux distro like <a href="http://www.archlinux.org/">Arch Linux</a> and tweak it for the highest practical battery life.  In doing so, one can achieve a theoretical 12+ hour battery runtime which under heavy usage may fall to 10+ hours under heavy usage.  Hardly anyone I know uses their laptop unplugged until the low battery warning comes up except for my girlfriend.  Perhaps then, that it is with those people, the mobile power users, with multiple gadgets, each selected for a sole purpose or set of purposes and tweaked to their preferences, that these enduring notebooks are meant for.  What do you think?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gadgeticmusings.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gadgeticmusings.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gadgeticmusings.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gadgeticmusings.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gadgeticmusings.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gadgeticmusings.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gadgeticmusings.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gadgeticmusings.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gadgeticmusings.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gadgeticmusings.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gadgeticmusings.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gadgeticmusings.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gadgeticmusings.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gadgeticmusings.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gadgeticmusings.wordpress.com&amp;blog=2508273&amp;post=53&amp;subd=gadgeticmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gadgeticmusings.wordpress.com/2009/11/25/how-much-is-enough/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f31a1268be8b769e9247770d0a393fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">soulest</media:title>
		</media:content>
	</item>
		<item>
		<title>My Portable Rig</title>
		<link>http://gadgeticmusings.wordpress.com/2009/11/23/my-portable-rig/</link>
		<comments>http://gadgeticmusings.wordpress.com/2009/11/23/my-portable-rig/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 00:00:05 +0000</pubDate>
		<dc:creator>Soul_Est</dc:creator>
				<category><![CDATA[DAP]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Head-Fi]]></category>
		<category><![CDATA[My Thoughts/Future Musings]]></category>

		<guid isPermaLink="false">http://gadgeticmusings.wordpress.com/?p=42</guid>
		<description><![CDATA[I&#8217;m writing this post to coincide with the Pictures of Your Portable Rig [Part XIII] thread in the Portable Source Gear forum in the Head-Fi forums. Enjoy!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gadgeticmusings.wordpress.com&amp;blog=2508273&amp;post=42&amp;subd=gadgeticmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m writing this post to coincide with the <a href="http://www.head-fi.org/forums/f15/pictures-your-portable-rig-part-xiii-371737/index136.html">Pictures of Your Portable Rig [Part XIII]</a> thread in the <a href="http://www.head-fi.org/forums/f15/">Portable Source Gear</a> forum in the <a href="http://www.head-fi.org/forums/">Head-Fi</a> forums.  Enjoy!</p>
<div id="attachment_45" class="wp-caption alignnone" style="width: 310px"><a href="http://gadgeticmusings.files.wordpress.com/2009/11/img_0026.jpg"><img src="http://gadgeticmusings.files.wordpress.com/2009/11/img_0026.jpg?w=300&#038;h=225" alt="portable_rig_1-psp+i-tec_earphones" title="Portable Rig 1: PSP-3000 + i-tec Earphones" width="300" height="225" class="size-medium wp-image-45" /></a><p class="wp-caption-text">Heavy and Lo-Fi but it works!</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gadgeticmusings.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gadgeticmusings.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gadgeticmusings.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gadgeticmusings.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gadgeticmusings.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gadgeticmusings.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gadgeticmusings.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gadgeticmusings.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gadgeticmusings.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gadgeticmusings.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gadgeticmusings.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gadgeticmusings.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gadgeticmusings.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gadgeticmusings.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gadgeticmusings.wordpress.com&amp;blog=2508273&amp;post=42&amp;subd=gadgeticmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gadgeticmusings.wordpress.com/2009/11/23/my-portable-rig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f31a1268be8b769e9247770d0a393fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">soulest</media:title>
		</media:content>

		<media:content url="http://gadgeticmusings.files.wordpress.com/2009/11/img_0026.jpg?w=300" medium="image">
			<media:title type="html">Portable Rig 1: PSP-3000 + i-tec Earphones</media:title>
		</media:content>
	</item>
		<item>
		<title>My new Clip+ is here!</title>
		<link>http://gadgeticmusings.wordpress.com/2009/11/23/my-new-clip-is-here/</link>
		<comments>http://gadgeticmusings.wordpress.com/2009/11/23/my-new-clip-is-here/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 19:23:58 +0000</pubDate>
		<dc:creator>Soul_Est</dc:creator>
				<category><![CDATA[DAP]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[My Thoughts/Future Musings]]></category>

		<guid isPermaLink="false">http://gadgeticmusings.wordpress.com/2009/11/23/my-new-clip-is-here/</guid>
		<description><![CDATA[Sorry for not posting in so long. I had copious amounts of homework and studying to do. The blog post that I had been working on during that time has been put on hold due to writer&#8217;s block. I will it this week though and try the keep a proper schedule through the months to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gadgeticmusings.wordpress.com&amp;blog=2508273&amp;post=40&amp;subd=gadgeticmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sorry for not posting in so long.  I had copious amounts of homework and studying to do.  The blog post that I had been working on during that time has been put on hold due to writer&#8217;s block.  I will it this week though and try the keep a proper schedule through the months to come.</p>
<p>November 18 is my birthday and in celebration of that, I ordered for my enjoyment a 4GB SanDisk Sansa Clip+.  I just received it this afternoon at 1:50PM and I am truly enjoying it&#8217;s tiny size and huge sound quality.  All that is needed now are either the Head-Direct RE0 or the Denon AH-D1001S and an amp of some sort (later on).  I feel sorry for my wallet already.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gadgeticmusings.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gadgeticmusings.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gadgeticmusings.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gadgeticmusings.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gadgeticmusings.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gadgeticmusings.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gadgeticmusings.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gadgeticmusings.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gadgeticmusings.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gadgeticmusings.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gadgeticmusings.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gadgeticmusings.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gadgeticmusings.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gadgeticmusings.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gadgeticmusings.wordpress.com&amp;blog=2508273&amp;post=40&amp;subd=gadgeticmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gadgeticmusings.wordpress.com/2009/11/23/my-new-clip-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f31a1268be8b769e9247770d0a393fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">soulest</media:title>
		</media:content>
	</item>
		<item>
		<title>I&#8217;m Back&#8230;</title>
		<link>http://gadgeticmusings.wordpress.com/2009/10/03/im-back/</link>
		<comments>http://gadgeticmusings.wordpress.com/2009/10/03/im-back/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 15:20:32 +0000</pubDate>
		<dc:creator>Soul_Est</dc:creator>
				<category><![CDATA[My Thoughts/Future Musings]]></category>

		<guid isPermaLink="false">http://gadgeticmusings.wordpress.com/?p=27</guid>
		<description><![CDATA[The hiatus took A LOT longer than I had planned but I&#8217;m much better off now than I was before. I&#8217;ve learned much over the past year than I&#8217;ve ever learned when working on Gadgetic Musings and now I&#8217;m ready to apply the same learning strategy to the blog. Over the next few months I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gadgeticmusings.wordpress.com&amp;blog=2508273&amp;post=27&amp;subd=gadgeticmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The hiatus took A LOT longer than I had planned but I&#8217;m much better off now than I was before.  I&#8217;ve learned much over the past year than I&#8217;ve ever learned when working on Gadgetic Musings and now I&#8217;m ready to apply the same learning strategy to the blog.  Over the next few months I will be posting my thoughts on some pretty interesting topics.  The next post will be up by the end of this weekend.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gadgeticmusings.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gadgeticmusings.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gadgeticmusings.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gadgeticmusings.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gadgeticmusings.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gadgeticmusings.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gadgeticmusings.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gadgeticmusings.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gadgeticmusings.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gadgeticmusings.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gadgeticmusings.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gadgeticmusings.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gadgeticmusings.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gadgeticmusings.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gadgeticmusings.wordpress.com&amp;blog=2508273&amp;post=27&amp;subd=gadgeticmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gadgeticmusings.wordpress.com/2009/10/03/im-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f31a1268be8b769e9247770d0a393fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">soulest</media:title>
		</media:content>
	</item>
		<item>
		<title>Going on hiatus</title>
		<link>http://gadgeticmusings.wordpress.com/2008/05/22/going-on-hiatus/</link>
		<comments>http://gadgeticmusings.wordpress.com/2008/05/22/going-on-hiatus/#comments</comments>
		<pubDate>Thu, 22 May 2008 22:27:11 +0000</pubDate>
		<dc:creator>Soul_Est</dc:creator>
				<category><![CDATA[CDMA]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[HTC Touch Family]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[My Thoughts/Future Musings]]></category>
		<category><![CDATA[PocketPC]]></category>
		<category><![CDATA[Touchscreen]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://gadgeticmusings.wordpress.com/?p=26</guid>
		<description><![CDATA[I will officially be going on a month long hiatus starting today. I was going to post up my thoughts on Skyfire browser and some of the work that I&#8217;ve been doing on my desktop workstation but that&#8217;s old news now. I&#8217;ll be back after this month having finished my final year at high school. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gadgeticmusings.wordpress.com&amp;blog=2508273&amp;post=26&amp;subd=gadgeticmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I will officially be going on a month long hiatus starting today. I was going to post up my thoughts on Skyfire browser and some of the work that I&#8217;ve been doing on my desktop workstation but that&#8217;s old news now. I&#8217;ll be back after this month having finished my final year at high school.</p>
<p>-Best regards,<br />
Soul_Est</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gadgeticmusings.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gadgeticmusings.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gadgeticmusings.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gadgeticmusings.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gadgeticmusings.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gadgeticmusings.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gadgeticmusings.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gadgeticmusings.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gadgeticmusings.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gadgeticmusings.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gadgeticmusings.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gadgeticmusings.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gadgeticmusings.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gadgeticmusings.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gadgeticmusings.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gadgeticmusings.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gadgeticmusings.wordpress.com&amp;blog=2508273&amp;post=26&amp;subd=gadgeticmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gadgeticmusings.wordpress.com/2008/05/22/going-on-hiatus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f31a1268be8b769e9247770d0a393fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">soulest</media:title>
		</media:content>
	</item>
	</channel>
</rss>
