<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Suhas Tech » z</title>
	
	<link>http://suhastech.com</link>
	<description>I has tech!</description>
	<lastBuildDate>Wed, 02 May 2012 14:25:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SuhasTech" /><feedburner:info uri="suhastech" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by/2.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><feedburner:emailServiceId>SuhasTech</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Open Sourcing @pushmail – An email app on SMS</title>
		<link>http://feedproxy.google.com/~r/SuhasTech/~3/jv8gJmsA3zA/</link>
		<comments>http://suhastech.com/open-source-pushmail-on-sms/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 17:59:04 +0000</pubDate>
		<dc:creator>Suhas</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[z]]></category>

		<guid isPermaLink="false">http://suhastech.com/?p=1979</guid>
		<description><![CDATA[Hi all, I&#8217;m open sourcing my txtweb app @pushmail &#8211; An app that&#8217;ll send push email notifications via SMS. I&#8217;m still a noob. This is the first time I&#8217;m open sourcing my project. Hopefully, someone will review my code and provide some constructive criticism. What is @pushmail It is an SMS app on the txtweb.com platform [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>I&#8217;m open sourcing my txtweb app @pushmail &#8211; An app that&#8217;ll send push email notifications via SMS.</p>
<p><a href="http://suhastech.com/how-to-manage-emails-with-sms/#comment-274555152"><img class="aligncenter" src="http://suhastech.com/wp-content/uploads/images/os.png" alt="" width="586" height="139" /></a></p>
<p>I&#8217;m still a noob. This is the first time I&#8217;m open sourcing my project. Hopefully, someone will review my code and provide some constructive criticism.</p>
<p><strong>What is @pushmail</strong></p>
<p>It is an SMS app on the txtweb.com platform with which users can get instant email notifications via SMS. If they choose to, they can read full emails and reply to them. The user just has to setup a simple email forwarder. <a href="http://suhastech.com/mail" target="_blank">http://suhastech.com/mail</a></p>
<p><strong>The &#8220;I just want to get this working&#8221; guide:</strong></p>
<p>I have spent a few extra hours to make sure this can be setup quickly. I try not to just dump the code. So, you can find some comments explaining the mechanism.</p>
<p><a href="https://github.com/suhastech/pushmail" target="_blank">Download the source.</a></p>
<ol>
<li>Fill the common.php files with the constants. The comments will guide you through.</li>
<li>Setup a catch all email daemon and pipe it to the file &#8220;fetch_email_from_pipe.php&#8221;. Make sure it&#8217;s executable (chmod 755).</li>
<li>Install the Zend PHP framework.</li>
<li>Setup a cron that executes &#8220;database_cleanup.php&#8221; regularly. It prunes old emails from the database.</li>
<li>Install the MySQL schema by running install/install.php</li>
<li>Fork and improve the code. <img src='http://suhastech.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ol>
<div>
<p><strong>Why am I open sourcing it?</strong></p>
<ul>
<li>This will hopefully help other developers on the txtweb platform.</li>
<li>Gain a little bit of user trust if they see it&#8217;s quite secure.</li>
<li>Help others implement this in different countries.</li>
<li>Let paranoids setup their own version.</li>
<li>I&#8217;ve been using a lot of open source software. Thought giving something back would be the right thing to do.</li>
<li>A programmer with an empty github account is plain weird. <img src='http://suhastech.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </li>
<li>And Truth be told, I hate maintaining code. My databases are filled with GBs of data! Such a service is an extra burden on my server. My previous host suspended my account. I don&#8217;t think people will actually pay for this service (My target Audience: India :/). There is just no way I can make it self sustaining.</li>
</ul>
<p>I really hope txtweb people notice this and fork the code to maintain their own version of the same.</p>
<p>I have a couple more web apps to be open sourced. So, stay tuned.</p>
</div>
<p><strong>Brief Overview of &#8220;How this works&#8221;</strong> (Just for the curious ones)</p>
<p>Read the txtweb documentation to get the complete picture. <a href="http://www.txtweb.com/tutorials-and-resources">http://www.txtweb.com/tutorials-and-resources</a></p>
<p>In this system, user&#8217;s email username/password, mobile number or other information are not accessible even to the admin.</p>
<p>I have two tables.</p>
<p>Table 1 has two column, one the &#8220;user identifier&#8221; (integer, which is really an auto incremented index) and the other with the &#8220;mobile number hash&#8221; (encrypted form of the mobile number) which is sourced from the txtweb APIs. This is later used to send push email notifications using the txtweb APIs.</p>
<p>When you send &#8220;@pushmail&#8221; (or whatever app handle you have registered) to the txtweb mobile number, the app generates a unique user identifier integer, converts the integer to a unique alpha ID (say xyz) and saves the mobile hash in the above mentioned table. Sends you back a text message to the user with instructions to setup a forwarder to the email address <em>xyz@yourdomain.com</em></p>
<p>I have a daemon setup which catches all emails to <em>yourdomain.com</em>.</p>
<p>As soon as the user forwards an email to <em>xyz@yourdomain.com</em>, it catches the email, looks for the user identifier code, converted back to integer. If a match is found in table 1, the mobile hash is extracted and sends a message &#8220;Reply Z to open this email&#8230; Subject, From Address&#8221;. It saves the email on another table with columns &#8220;auto incremented index&#8221; and &#8220;encrypted email body&#8221;.</p>
<p>It generates a unique ID (auto incremented) for the email and saves the email encrypted with the user identifier integer as the key.</p>
<p>When user replies Z, it goes to another page with GET request, <em>?id=1234&amp;txtweb-mobile=the_mobilehash</em>.</p>
<p>It looks for the table where <em>id=1234</em> (that was generated when you got the email), fetches whatever is in your encrypted email body column). It then fetches the User identifier integer using the mobile hash (the first column). Decrypts (symmetric decryption) the email using the unique identifier interger, this ONLY works if the user identifier code is right, else you will find gibberish text. So, <strong>only the user</strong> can open the email.</p>
<p><strong>The unsolvable problems</strong> (Atleast, for me)</p>
<ol>
<li>If a hacker somehow gets all my database files and wants to open 1 of your emails (There&#8217;s nothing more he can do, trust me), he could try a simple &#8220;for loop&#8221; that tries to decrypt trying all the unique identifier integer (currently 6000). Difficult but still doable with some crunching power. So, make sure you have secured your servers. Still, the hacker has no way of telling what&#8217;s who&#8217;s. Not a big security hole I guess.</li>
<li>The email parsing technique. With literally thousands of RFC rules, different email clients sending in their own standards, I just couldn&#8217;t write a &#8220;one code fits all&#8221; code to parse the emails. Hopefully, someone will improve this.</li>
</ol>

<p><a href="http://feedads.g.doubleclick.net/~a/nmqYUL0w0zYho3pxTcVINMr821Q/0/da"><img src="http://feedads.g.doubleclick.net/~a/nmqYUL0w0zYho3pxTcVINMr821Q/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/nmqYUL0w0zYho3pxTcVINMr821Q/1/da"><img src="http://feedads.g.doubleclick.net/~a/nmqYUL0w0zYho3pxTcVINMr821Q/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SuhasTech/~4/jv8gJmsA3zA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://suhastech.com/open-source-pushmail-on-sms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://suhastech.com/open-source-pushmail-on-sms/</feedburner:origLink></item>
		<item>
		<title>txtGPS – GPS navigation on SMS (without data plan)</title>
		<link>http://feedproxy.google.com/~r/SuhasTech/~3/O9zfjYGfeUg/</link>
		<comments>http://suhastech.com/txtgps-gps-navigation-on-sms-without-data-plan-internet-3g/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 18:04:34 +0000</pubDate>
		<dc:creator>Suhas</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[z]]></category>

		<guid isPermaLink="false">http://suhastech.com/?p=940</guid>
		<description><![CDATA[txtGPS is a GPS navigation system that works on SMS. So, you can use it without a Data plan i.e the internet. Might get you out of a tight spot (or you are just are just as cheap as me ). &#160; As you all know, GPS is free and Data plan is not. This [...]]]></description>
			<content:encoded><![CDATA[<div>txtGPS is a <strong>GPS navigation</strong> system that <strong>works on SMS</strong>. So, you can use it <strong>without a Data plan</strong> i.e the internet. Might get you out of a tight spot (or you are just are just as cheap as me <img src='http://suhastech.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ).</div>
<div>&nbsp;</div>
<div>As you all know,<strong> GPS is free</strong> and Data plan is not. This app basically gets the GPS coordinates and sends a text message to txtweb.com’s number to fetch the navigation directions.</div>
<div>&nbsp;</div>
<div>As of now, it perfectly<strong> supports India</strong>. US and Canada can be added if needed.</div>
<div>&nbsp;</div>
<div>Supports Android. Might add support to more platforms.</div>
<div><strong></strong>&nbsp;</div>
<div><strong>Things worth mentioning:</strong></div>
<div>No premium cost is charged. So, if you have the free SMS pack thingy, this is pretty much free of cost.</div>
<div>&nbsp;</div>
<div>The SMS number is from Bangalore.</div>
<div>So, its a local SMS if you send from Bangalore.</div>
<div>Other places, this will be counted as national SMS, if your free SMS pack includes national SMS, this is free else will be charged.</div>
<div>&nbsp;</div>
<div><strong>Installation:</strong></div>
<div>Use this QR code to install the app using a QR Code scanner on your android mobile and you are good to go.</div>
<div><img alt="" src="http://www.txtweb.com/images/1854/qrtxtgps.png"></div>
<div><a href="http://2953.a.hostable.me/TxtGPS.apk">Click here to manually download the APK</a></div>
<p>Let me know if you have any problems and/or suggestions.</p>
<p><strong>Note: Make sure you have enables GPS. The usual GPS stuff, make sure you can see the sky (GPS cannot work indoors). </strong>&nbsp;</p>
<div><strong>Screenies:</strong> <img alt="" src="http://www.txtweb.com/images/1854/snap20110708_231844.png"> </div>

<p><a href="http://feedads.g.doubleclick.net/~a/YCFkii5oXjtG6KWj3EGljtUFDx4/0/da"><img src="http://feedads.g.doubleclick.net/~a/YCFkii5oXjtG6KWj3EGljtUFDx4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/YCFkii5oXjtG6KWj3EGljtUFDx4/1/da"><img src="http://feedads.g.doubleclick.net/~a/YCFkii5oXjtG6KWj3EGljtUFDx4/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SuhasTech/~4/O9zfjYGfeUg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://suhastech.com/txtgps-gps-navigation-on-sms-without-data-plan-internet-3g/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://suhastech.com/txtgps-gps-navigation-on-sms-without-data-plan-internet-3g/</feedburner:origLink></item>
		<item>
		<title>[DIY] Kinect AC Power Adapter / Connector for the Old Xbox 360</title>
		<link>http://feedproxy.google.com/~r/SuhasTech/~3/5PwivjP-v0E/</link>
		<comments>http://suhastech.com/homemade-kinect-hack-usb-ac-power-adapter-connector-for-the-xbox-360/#comments</comments>
		<pubDate>Wed, 25 May 2011 11:27:01 +0000</pubDate>
		<dc:creator>Suhas</dc:creator>
				<category><![CDATA[diy]]></category>
		<category><![CDATA[xbox 360]]></category>
		<category><![CDATA[z]]></category>

		<guid isPermaLink="false">http://suhastech.com/?p=856</guid>
		<description><![CDATA[I bought a Kinect recently (got it shipped from the US) to find out that, it needed an AC adapter for my Original Xbox 360. The original one costs $49 but the problem is, we don&#8217;t get it here in India . Well, I could make my own in under Rs. 20 (50 cents). All [...]]]></description>
			<content:encoded><![CDATA[<p>I bought a Kinect recently (got it shipped from the US) to find out that, it needed an AC adapter for my Original Xbox 360. The original one costs $49 but the problem is, we don&#8217;t get it here in India <img src='http://suhastech.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .</p>
<div align="center"><a href="http://suhastech.com/wp-content/uploads/images/eureka5B65D.jpg" rel="thumbnail"><img class="aligncenter alignnone" style="display: inline;" title="eureka" src="http://suhastech.com/wp-content/uploads/images/eureka_thumb5B35D.jpg" alt="eureka" width="444" height="333" /></a></div>
<p>Well, I could make my own in under Rs. 20 (50 cents). All you need is:</p>
<ul>
<li>Soldering Iron, soldering flux and the lead wire</li>
<li>Hot glue gun</li>
<li>Shielded USB Cable (I got mine from a mobile transfer cable)</li>
<li>12V AC Adapter (preferably 2 A). I just used my computer&#8217;s SMPS to achieve the same (According to Molex standards, Yellow=12v, Black=Ground)</li>
<li>Some patience</li>
</ul>
<p>There are two ways to go about this..</p>
<h2>The quick and dirty way:</h2>
<p>I&#8217;m took this route because, this just needs some basic soldering skill and I wanted play my Kinect ASAP. <img src='http://suhastech.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>1) Cut the Kinect cable at the end. You&#8217;ll find 6 wires.</p>
<p>2) Tin the wires (Google &#8220;tinning&#8221; if you don&#8217;t know how to). This just mean, you&#8217;ll have to remove a part of the insulation and add a little bit of solder on it.</p>
<p><strong>Tiny Tip:</strong> Use a Nail Cutter to remove the insulation on the wire.</p>
<p>3) So, here are the details about the wires. Thankfully, Microsoft has used the standard color code.</p>
<p>Yellow / Brownish &#8211; 12 V source (That is, your adapter)</p>
<p>Black &#8211; Ground</p>
<p>White &#8211; Data -</p>
<p>Green &#8211; Data +</p>
<p>Red &#8211; + 5V (The USB power).</p>
<p>4) Slice up the USB cable and you&#8217;ll find similar color coded wires. Solder it to the Kinect Wires.  Red to Red, Green to Green. etc.</p>
<p><strong>Note: </strong>Ground is Ground, there is no separate USB ground/AC Adapter ground. So, join the AC Adapter and USB cable&#8217;s ground (Black) to Kinect&#8217;s Black wire.</p>
<p>5) Add some hot glue after you solder every connection. So, they don&#8217;t make unnecessary contact. You could also try insulation tape but I&#8217;m unsure about the longevity of your homemade cable.</p>
<p>6) And&#8230;. you should have something ugly like this. <img src='http://suhastech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div align="center"><a href="http://suhastech.com/wp-content/uploads/images/the_monsta5B55D.jpg" rel="thumbnail"><img style="display: inline;" title="the_monsta" src="http://suhastech.com/wp-content/uploads/images/the_monsta_thumb5B25D.jpg" alt="the_monsta" width="452" height="339" /></a></div>
<p>and a mess like this&#8230;. <img src='http://suhastech.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<div align="center"><a href="http://suhastech.com/wp-content/uploads/images/the_mess5B65D.jpg" rel="thumbnail"><img style="display: inline;" title="the_mess" src="http://suhastech.com/wp-content/uploads/images/the_mess_thumb5B35D.jpg" alt="the_mess" width="451" height="338" /></a></div>
<h2>The neat and clean way:</h2>
<p>I didn&#8217;t do this but <a href="http://forums.dashhacks.com/f252/kinect-connector-pinout-t289420/">one guy</a> had the patience to do it. Picture speaks a thousand words. So, here goes:</p>
<div align="center"><a href="http://suhastech.com/wp-content/uploads/images/kinect_pinout_neat_way5B55D.jpg" rel="thumbnail"><img style="display: inline;" title="kinect_pinout_neat_way" src="http://suhastech.com/wp-content/uploads/images/kinect_pinout_neat_way_thumb5B25D.jpg" alt="kinect_pinout_neat_way" width="456" height="243" /></a>&nbsp;</p>
<p><a href="http://suhastech.com/wp-content/uploads/images/neato_kinect_diy_ac_adapter5B55D.jpg" rel="thumbnail"><img style="display: inline;" title="neato_kinect_diy_ac_adapter" src="http://suhastech.com/wp-content/uploads/images/neato_kinect_diy_ac_adapter_thumb5B25D.jpg" alt="neato_kinect_diy_ac_adapter" width="459" height="417" /></a></p>
</div>

<p><a href="http://feedads.g.doubleclick.net/~a/2JLLxtTEI_OwRAGC0ps9ItSuXQs/0/da"><img src="http://feedads.g.doubleclick.net/~a/2JLLxtTEI_OwRAGC0ps9ItSuXQs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/2JLLxtTEI_OwRAGC0ps9ItSuXQs/1/da"><img src="http://feedads.g.doubleclick.net/~a/2JLLxtTEI_OwRAGC0ps9ItSuXQs/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SuhasTech/~4/5PwivjP-v0E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://suhastech.com/homemade-kinect-hack-usb-ac-power-adapter-connector-for-the-xbox-360/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://suhastech.com/homemade-kinect-hack-usb-ac-power-adapter-connector-for-the-xbox-360/</feedburner:origLink></item>
		<item>
		<title>What are RAMs? DDR2 vs DDR3 Explained</title>
		<link>http://feedproxy.google.com/~r/SuhasTech/~3/XExQModV3i4/</link>
		<comments>http://suhastech.com/what-are-rams-ddr2-vs-ddr3-explained-difference/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 05:50:42 +0000</pubDate>
		<dc:creator>Suhas</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[z]]></category>

		<guid isPermaLink="false">http://suhastech.com/?p=755</guid>
		<description><![CDATA[We read about DDR2, DDR3 RAMs and such, given in every computer/laptop configuration. But have we ever bothered to find out what it actually means? Many people brag about having 8 – 16 GB RAMs but in fact very few people know what exactly it does. We generally seem to think that higher the RAM,  [...]]]></description>
			<content:encoded><![CDATA[<p>We read about DDR2, DDR3 RAMs and such, given in every computer/laptop configuration. But have we ever bothered to find out what it actually means?</p>
<p>Many people brag about having 8 – 16 GB RAMs but in fact very few people know what exactly it does. We generally seem to think that higher the RAM,  greater the speed. Actually, with emerging new technologies, that’s not necessarily the case. *</p>
<p>Like my other “how stuff works” posts, this is aims to general public and doesn’t go about specifics (mostly).</p>
<p><strong>What is a RAM?</strong></p>
<p>I actually want to explain this in a designers perspective (engineers rock!). Here’s a simple<strong> block diagram</strong> from my Electronics textbook. Look at it once.</p>
<p><a rel="thumbnail" href="http://suhastech.com/wp-content/uploads/2011/03/blockdiagram.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px; border: 0px;" title="blockdiagram" src="http://suhastech.com/wp-content/uploads/2011/03/blockdiagram_thumb.png" border="0" alt="blockdiagram" width="478" height="332" /></a></p>
<p>When we tell storage, Hard drives come in to picture. Does this block diagram portray RAM? <strong>Just storage</strong> right? Now, I make a crappy statement that <strong>for a computer to work RAM is not needed</strong>. Say you’re a designer designing a computer. I have a processor, a hard drive, input output devices. <strong>Hard disk to read information</strong>, rotate and pin point (this is the right word) a sector and read it. Kinda like grahamaphone. Problem is that, <strong>this process is very slow</strong>. So, if I make a computer with just these components, Whatever be the processor speed, to read my information,<strong> I’m handicapped with the hard drive’s transfer speed</strong>. So, my computer will be as slow as the hard drive.</p>
<p>Now, you are give a brand new technology (lets call it RAM tech) whose <strong>transfer speed is super fast but they are very expensive</strong>. For commercial viability, we need cheaper goods. So, what you do is place the RAM inbetween the hard drive and the output. So, as soon as the processor d<strong>umps the processed data into your super fast RAM</strong>, the output is given to the computer screen. When you are not working with your computer, maybe to lift a dropped pen, the computer copies the output to your hard drive from your RAM. Some processes like<strong> visual rendering</strong>, don’t even do that. So, you need <strong>a lot of RAM to play game</strong>s. RAM is like a buffer memory. Following is the basic idea of a cache.</p>
<p>With more RAM, you can dump more processed data, you can open a lot more tabs on your google chrome and still not freeze. <strong>When you exceed the RAM storage, you’re computer freezes</strong>. <strong>Freeze = hard drive speed</strong>. So, imagine a computer without RAM <img src='http://suhastech.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . So, yes, more RAM means More speed because you can hold a lot more temporary data.</p>
<p>* Now justifying my previous statement. Now Mr. designers gets another technology with <strong>twice the bus speed</strong> (say RAM tech2). You process some 3D model and get it on the screen. As this process is fast, the queuing of other processes will come down. So, temporary data can be deleted faster. <strong>Needing less memory to get the same experience</strong>. So, faster the bus speed means you can get your data faster so needing less memory.</p>
<p>Hope, I haven’t confused you. This is the difference between DDR2 and DDR3. DDR3 is almost twice as fast as DDR2.<strong> So, 2 GB DDR3 is equivalent to 4 GB DDR2.</strong> There are variants with different speeds of the same technology. DDR2 and DDR3 are not compatible with each other.</p>
<p>Also, there is this <strong>swap partitions</strong>. Also called as Virtual Memory in Windows. You can partition your hard drive to swap temporary data with the RAM and your Hard Drive when your RAM is running low. This helps if you want to open up a lot of tabs and applications. Though, <strong>this would not affect your graphic performance</strong>, it will stabilize your computer.</p>
<p><strong>I have a lot of money, I can afford a Hard Disk sized RAM, Would that work?</strong></p>
<p>At the end of the day, its memory. So, yes. Some Live environments (like Ubuntu, BartPE) use RAM as storage space. That’s why Ubuntu Live needs atleast 512 MB RAM. But obviously, you can’t live on 512 MB.</p>
<p>Commercially, these<strong> new age SSD </strong>(solid state drives) flash technology <strong>was used as RAM technologies </strong>10-15 years backs. As expected, SSDs are super fast storage equipments as they have <strong>no moving parts and expensive</strong>. no wonder, MacBooks are fast!</p>
<p>However, RAMs aren&#8217;t ultimate. They are designed to forget stuff once you switch your PC off. So, in the end, speed comes at a cost.</p>
<p>All this is complicated tech. You have many types of RAMs from basic SRAMs DRAMs to high tech DDR3s. If you want to learn even more, you’ll have to go to college (I’m looking forward to that)</p>

<p><a href="http://feedads.g.doubleclick.net/~a/dbSqnpEKmkaTrEZzNqBgGN1QVrA/0/da"><img src="http://feedads.g.doubleclick.net/~a/dbSqnpEKmkaTrEZzNqBgGN1QVrA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/dbSqnpEKmkaTrEZzNqBgGN1QVrA/1/da"><img src="http://feedads.g.doubleclick.net/~a/dbSqnpEKmkaTrEZzNqBgGN1QVrA/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SuhasTech/~4/XExQModV3i4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://suhastech.com/what-are-rams-ddr2-vs-ddr3-explained-difference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://suhastech.com/what-are-rams-ddr2-vs-ddr3-explained-difference/</feedburner:origLink></item>
		<item>
		<title>How to manage emails with SMS</title>
		<link>http://feedproxy.google.com/~r/SuhasTech/~3/tfoQ7zq4GOc/</link>
		<comments>http://suhastech.com/how-to-manage-emails-with-sms/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 13:07:53 +0000</pubDate>
		<dc:creator>Suhas</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[z]]></category>

		<guid isPermaLink="false">http://suhastech.com/?p=616</guid>
		<description><![CDATA[You just might the kind of person who gets a lot of emails and you found out that using mobile Internet each and every time you want to check your mail, isn&#8217;t quite helping your mobile bills either. But now, you have no need to worry, as you&#8217;ll soon find out how to get them [...]]]></description>
			<content:encoded><![CDATA[<p>You just might the kind of person who gets a lot of emails and you found out that using mobile Internet each and every time you want to check your mail, isn&#8217;t quite helping your mobile bills either. But now, you have no need to worry, as you&#8217;ll soon find out how to get them via SMS. You just have to follow some few easy steps and you&#8217;re good to go.</p>
<p>This would be impossible without <a href="http://txtweb.com">Txtweb</a>, the SMS backend of this system. Thanks guys. Cheers!</p>
<p><strong>Advantages:</strong><br />
* Works on any mobile (the txtweb advantage)<br />
* Free, no internet (the txtweb advantage)<br />
* If you are using a smartphone, you&#8217;ll know the battery drain behind the generic pushmail app. This will take that out of the equation, hence, a very power efficient SMS app.<br />
* Very Secure</p>
<p>In this app, I (the admin) will not know your email address, password, mobile number, nor will I be able to view your email.</p>
<p>If you are curious, <a href="http://suhastech.com/open-source-pushmail-on-sms/" target="_blank">here&#8217;s how it works</a>. You (in this case, your mobile) are literally the key to opening your emails. Nothing else can open it.</p>
<p><strong>Step0: </strong>You&#8217;ll need to opt out of NCPR registry to use this (If you&#8217;re in India). Send &#8220;STOP&#8221; to 1909 to do that. Do note that, this will also open gates for receiving other marketing messages.</p>
<p><strong>Step1:</strong> Message &#8220;@pushmail&#8221; to 9243342000 (India) or 650 385 8882 (USA) (Save this number, I tell you. Very Handy).</p>
<p><strong>Step2: </strong>You&#8217;ll get a <em>forwarding address</em>. This will be unique to your mobile phone. (something like xyz@smspushmail.com)</p>
<p><strong>Step3:</strong> Now, go to <a href="http://www.gmail.com/">Gmail</a> and <strong>click on mail settings</strong>. (Little gear like icon on the top right corner). When the setting opens, click on the <strong>Forwarding and POP/IMAP tab</strong>.</p>
<p>In the Forwarding section, Click on <strong>Add a forwarding address</strong>.</p>
<p><strong>Step5: </strong>A box should pop up.<strong> Type your</strong> forwarding address (something like “xyz@smspushmail.com” without quotes).</p>
<p>Click next and a message appears saying a confirmation code has been sent.</p>
<p><a href="http://suhastech.com/wp-content/uploads/images/add-forwarding-email25255B225255D.png" rel="thumbnail"><img style="display: inline;" title="add-forwarding-email" src="http://suhastech.com/wp-content/uploads/images/add-forwarding-email_thumb.png" alt="add-forwarding-email" width="439" height="235" /></a></p>
<p><strong>Step6: </strong>Don’t freak out seeing so many steps! It takes <strong>less that a minute</strong>.</p>
<p>Check your mobile, you should have received an SMS with your confirmation code.</p>
<p>In the sms, you will find the lines “Gmail Forwarding Confirmation (#59562304) – …etc”</p>
<p>Back in the mail, <strong>type the confirmation code</strong>. Only the number, no &#8216;#&#8217; or the &#8216;()&#8217;. Click verify.</p>
<p><img style="display: inline; border: 0px;" title="confirm" src="http://suhastech.com/wp-content/uploads/images/confirm5B135D.png" alt="confirm" width="508" height="126" border="0" /></p>
<p><strong>Step7: </strong>Set the <strong>forward a copy of incoming mail.</strong></p>
<p><a href="http://suhastech.com/wp-content/uploads/images/save-forwarding-address5B45D.png" rel="thumbnail"><img style="display: inline;" title="save-forwarding-address" src="http://suhastech.com/wp-content/uploads/images/save-forwarding-address_thumb5B25D.png" alt="save-forwarding-address" width="491" height="157" /></a></p>
<p>2) Click on<strong> “Save Changes”</strong></p>
<p><strong>Thats about it!</strong></p>
<p>Notes:</p>
<ul>
<li>Threaded / Quoted reply supported.</li>
<li>You can opt out of the service by messaging &#8220;stop @pushmail&#8221; and opt in by &#8220;start @pushmail&#8221;</li>
</ul>
<p>The tutorial ends here. The following is for the curious ones. <img src='http://suhastech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Privacy Policy:</strong></p>
<p>By following this tutorial, you send your emails to our servers. All your emails will be encrypted with state of the art AES encryption mechanism. You (in this case, your mobile) are literally the key to opening your emails. <strong>NONE</strong> of your emails can be touched. We just have a tunneling script that’ll sincerely help you manage your email.</p>
<p><strong>Other email services?</strong></p>
<p>Currently, this service supports only gmail. It will (most probably) work on email providers who provide email forwarding option. If you have any specific request, please comment.</p>
<p>Other Notes:</p>
<ul>
<li>Maybe if this takes off, I&#8217;ll buy a relavant domain (nintuitive.com is just some unused domain I had <img src='http://suhastech.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ). *check*</li>
<li>If you hav suggestions/problems,<a href="http://suhastech.com/contact" target="_blank"> email me</a>.</li>
</ul>
<p><strong><br />
</strong></p>

<p><a href="http://feedads.g.doubleclick.net/~a/i2Gr7tOI479kVRYZBzsliPhfero/0/da"><img src="http://feedads.g.doubleclick.net/~a/i2Gr7tOI479kVRYZBzsliPhfero/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/i2Gr7tOI479kVRYZBzsliPhfero/1/da"><img src="http://feedads.g.doubleclick.net/~a/i2Gr7tOI479kVRYZBzsliPhfero/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SuhasTech/~4/tfoQ7zq4GOc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://suhastech.com/how-to-manage-emails-with-sms/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		<feedburner:origLink>http://suhastech.com/how-to-manage-emails-with-sms/</feedburner:origLink></item>
		<item>
		<title>PC Game Review – Minecraft</title>
		<link>http://feedproxy.google.com/~r/SuhasTech/~3/P8S7gXe9_TQ/</link>
		<comments>http://suhastech.com/pc-game-review-starters-guide-minecraft-bet/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 17:55:08 +0000</pubDate>
		<dc:creator>vivar</dc:creator>
				<category><![CDATA[review]]></category>
		<category><![CDATA[z]]></category>

		<guid isPermaLink="false">http://suhastech.com/?p=611</guid>
		<description><![CDATA[One of the awesome game ever made! Why is it so good?? Why is it so popular even though it doesn’t have ANY graphics?? Well read on and find out! It starts of with a bright day, you are dumped on a random generated map!! The maps are infinite( That’s right! It keeps rendering more [...]]]></description>
			<content:encoded><![CDATA[<p>One of the awesome game ever made! Why is it so good?? Why is it so popular even though it doesn’t have ANY graphics?? Well read on and find out!</p>
<p>It starts of with a bright day, you are dumped on a random generated map!! The maps are infinite( That’s right! It keeps rendering more as you keep traveling! <img src='http://suhastech.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> )  Well, the game name says only a part about the game, that is you can mine! There is lot more fellas!</p>
<p><a href="http://suhastech.com/wp-content/uploads/images/20110117_14.16.559.png" rel="thumbnail"><img style="border-width: 0px;" src="http://suhastech.com/wp-content/uploads/images/20110117_14.16.55_thumb7.png" border="0" alt="2011-01-17_14.16.55" width="644" height="364" /></a></p>
<p>The game is still in BETA stage and already thousands are addicted to it and achieved the impossible. There’s no tutorial, you can look up online or figure out yourself…</p>
<p>The first few things you notice are the huge mountains, trees, water, ice and cubical cows! EVERY block in the game can destroyed, collected and place else where! (except the bedrock stone found VERY deep). It doesn’t end there, at night creepy zombies and spiders roam around! If you don’t have a decent shelter, they will kill you! The game is survival, exploration, experimentation and most importantly CREATIVITY!</p>
<p><a href="http://suhastech.com/wp-content/uploads/images/20110204_22.29.146.png" rel="thumbnail"><img style="border-width: 0px;" src="http://suhastech.com/wp-content/uploads/images/20110204_22.29.14_thumb4.png" border="0" alt="2011-02-04_22.29.14" width="644" height="342" /></a></p>
<p><a href="http://suhastech.com/wp-content/uploads/images/20110122_13.54.553.png" rel="thumbnail"><img style="border-width: 0px;" src="http://suhastech.com/wp-content/uploads/images/20110122_13.54.55_thumb1.png" border="0" alt="2011-01-22_13.54.55" width="644" height="342" /></a></p>
<p>Chop trees, make planks, build houses, collect rocks, make castle, lay tracks and make mine cargo system, add switches and make circuit connections, dig for gold and diamonds, slaughter monsters, kill pigs for meat… The list in endless!!</p>
<p>The first thing you have to do when the game starts is make a decent shelter for the night.. you don’t want to be around when the monsters come out in the night! You can expand later…</p>
<p>Make a work bench! How do you do it? Collect wood, convert them to wooden planks! Just place in the 2&#215;2 crafting box and you’ll get planks! Place 4 planks in the crafting slots and you get a working bench!</p>
<p><a href="http://suhastech.com/wp-content/uploads/images/20110204_22.26.077.png" rel="thumbnail"><img style="border-width: 0px;" src="http://suhastech.com/wp-content/uploads/images/20110204_22.26.07_thumb5.png" border="0" alt="2011-02-04_22.26.07" width="644" height="342" /></a></p>
<p>Select the bench and click on the ground and pop! There ya’ have it! A work bench! Just right click to use it. What can you do? It has a 3&#215;3 crafting slots, you can make tools like sword, shovel, axe, hoe, pickaxe etc You can just place a few rocks and sticks to get pickaxe.. You need to place in a specific pattern like so…</p>
<p><a href="http://suhastech.com/wp-content/uploads/images/20110204_22.25.103.png" rel="thumbnail"><img style="border-width: 0px;" src="http://suhastech.com/wp-content/uploads/images/20110204_22.25.10_thumb1.png" border="0" alt="2011-02-04_22.25.10" width="644" height="342" /></a></p>
<p><a href="http://suhastech.com/wp-content/uploads/images/20110204_22.25.053.png" rel="thumbnail"><img style="border-width: 0px;" src="http://suhastech.com/wp-content/uploads/images/20110204_22.25.05_thumb1.png" border="0" alt="2011-02-04_22.25.05" width="644" height="342" /></a></p>
<p>Also build a furnace so you can smelt the ores to get the metals… You can smelt sand for glass, cook pig meat etc</p>
<p>Now, start digging!! You’ll be needing lots of iron to make long lasting tools and you will rarely find it on the surface, you have to dig down for them!!</p>
<p>Warning: Never dig straight down, up or ahead! You keep digging straight down and you’ll end up in a lava pool or fall a great height! You’ll never know what’s below you! Don’t stick to the wall while digging ahead, the might gust out and burn you… Keep a safe distance and dig so you can block the lava before it floods the place!</p>
<p>Don’t like mining?? Farm then! Find seeds, plant, water them or plant them near a water body… You will get wheat after a few days, make hem into bread and eat!</p>
<p>Make sure you keep plenty of food in your inventory. You can kill pigs for meat. You can consume raw or roast them in a furnace!! There block do NOT obey gravity except for sand and gravel.</p>
<p>While exploring you will find some huge cave system!! You are likely to find plenty of coal, iron, gold and perhaps diamond if you travel deep down! Before entering make sure you have a weapon, plenty of food, necessary tools and a emergency grafting table. There will be monsters in the cave system! Carry LOTS of torches, it will be hell dark and you don’t want to get lost!</p>
<p>Set up base, near your spawn point just in case you die. Make sure everything is accessible from your base. Like water, caves etc. If you are creative you can make a huge castle or a nice home with windows and glasses. You will need a lot of resources but its not really that hard! If are going to travel a lot to different place and different caves then make huge towers on hills and light it up with torches! So you can see at night and not get lost!</p>
<p>Too complicated and boring? Want to have only fun?</p>
<p>Well, you can change the setting to peaceful mode and there will be no monsters at all! You can use InvEdit, and edit your inventory and get all the stuff you need!</p>
<p>I build a huge build and made a rollercoaster ride! That’s right! Place the cart tracks, place the carts, give a push and jump on to it! And enjoy the ride!</p>
<p><a href="http://suhastech.com/wp-content/uploads/images/20110204_22.28.483.png" rel="thumbnail"><img style="border-width: 0px;" src="http://suhastech.com/wp-content/uploads/images/20110204_22.28.48_thumb1.png" border="0" alt="2011-02-04_22.28.48" width="644" height="342" /></a></p>
<p>The game supports online play and LAN… Yes, more people, more fun!! Well start building your virtual world!</p>
<p>More awesome things made can be found on <a href="http://www.youtube.com/results?search_query=minecraft&amp;aq=f">Youtube</a>.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/uLIuGa_u6TqXmzpC9djAw2Pl6D0/0/da"><img src="http://feedads.g.doubleclick.net/~a/uLIuGa_u6TqXmzpC9djAw2Pl6D0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/uLIuGa_u6TqXmzpC9djAw2Pl6D0/1/da"><img src="http://feedads.g.doubleclick.net/~a/uLIuGa_u6TqXmzpC9djAw2Pl6D0/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SuhasTech/~4/P8S7gXe9_TQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://suhastech.com/pc-game-review-starters-guide-minecraft-bet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://suhastech.com/pc-game-review-starters-guide-minecraft-bet/</feedburner:origLink></item>
		<item>
		<title>[Fix] Computer boots up only after reset / restart</title>
		<link>http://feedproxy.google.com/~r/SuhasTech/~3/XGabIs0xlMU/</link>
		<comments>http://suhastech.com/fix-computer-pc-hard-soft-boot-up-works-only-after-cmos-reset-delay-boot-windows/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 10:39:29 +0000</pubDate>
		<dc:creator>Suhas</dc:creator>
				<category><![CDATA[diy]]></category>
		<category><![CDATA[z]]></category>

		<guid isPermaLink="false">http://suhastech.com/?p=569</guid>
		<description><![CDATA[I had this problem When I press the power button the first time, it does POST but does not detect my IDE hard drive. Then, it does not boot saying &#8220;no boot device&#8221; blah blah After this, when I press reset (or quickly press the power button, twice), it detects my hard drive. So, my [...]]]></description>
			<content:encoded><![CDATA[<p>I had this problem</p>
<blockquote><p>When I press the power button the first time, it does POST but does not detect my IDE hard drive. Then, it does not boot saying &#8220;no boot device&#8221; blah blah</p>
<p>After this, when I press reset (or quickly press the power button, twice), it detects my hard drive. So, my computer boots up my hard drive (Windows XP or whatever).</p></blockquote>
<p>So, technically, the hard drive boots with a soft boot not a hard/cold boot.</p>
<p>I emailed Gigabyte support about this problem. As expected they gave me the default “Go to Hell” solution politely. Should I email those people to get template responses?</p>
<p>Anyways, heres the fix.</p>
<p><strong>When will this problem occur:</strong></p>
<p>I got myself a New Computer but was using my old IDE hard drive. So, my hard drive is a little bit old and slow. It can’t keep up with my new computer. The hard drive needs a little bit extra time to initialize after giving power.</p>
<p><strong>The Fix:</strong></p>
<p>We add a delay before the BIOS starts detecting (POST), so your hard drive will get detected every time you boot up (Yay!).</p>
<p><strong>How do I do it?</strong></p>
<p>Its pretty simple but the interface you get might be different from mine. Just try to find a “Delay for HDD” option in the BIOS setup.</p>
<ul>
<li><strong>As soon as you press your power button, start pressing “Delete”</strong> or “F1” or “F8” (Depends on your motherboard manufacturer). Normally, its “delete”. By this, you’ll enter the BIOS setup.</li>
<li>Switch to <strong>Advanced settings</strong> (For my Gigabyte board, I press Ctrl+F1).</li>
<li>Now, select <strong>Advanced CMOS setup</strong>. There, you’ll find <strong>“Delay for HDD (secs)”. Set it to 2. </strong></li>
<li>If you still continue to have problem, increase it to 5 seconds or something (Note that this will increase your boot time)</li>
</ul>
<p><a href="http://suhastech.com/wp-content/uploads/images/zp200075B45D.jpg" rel="thumbnail"><img style="display: inline; border: 0px;" title="zp 007" src="http://suhastech.com/wp-content/uploads/images/zp20007_thumb5B25D.jpg" border="0" alt="zp 007" width="559" height="437" /></a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/tTQdgxQhDi38pNPkmEzNHapTr-I/0/da"><img src="http://feedads.g.doubleclick.net/~a/tTQdgxQhDi38pNPkmEzNHapTr-I/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/tTQdgxQhDi38pNPkmEzNHapTr-I/1/da"><img src="http://feedads.g.doubleclick.net/~a/tTQdgxQhDi38pNPkmEzNHapTr-I/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SuhasTech/~4/XGabIs0xlMU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://suhastech.com/fix-computer-pc-hard-soft-boot-up-works-only-after-cmos-reset-delay-boot-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://suhastech.com/fix-computer-pc-hard-soft-boot-up-works-only-after-cmos-reset-delay-boot-windows/</feedburner:origLink></item>
		<item>
		<title>[DIY] Stereo input for the Sony Ericsson Portable Speakers</title>
		<link>http://feedproxy.google.com/~r/SuhasTech/~3/N9hKFGx_pjE/</link>
		<comments>http://suhastech.com/stereo-input-port-for-the-sony-ericsson-portable-speakers-ipod-headphone/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 13:37:57 +0000</pubDate>
		<dc:creator>Suhas</dc:creator>
				<category><![CDATA[diy]]></category>
		<category><![CDATA[z]]></category>

		<guid isPermaLink="false">http://suhastech.com/?p=488</guid>
		<description><![CDATA[My mum wanted a portable speaker for her iPod (She’s obsessed with this article about headphones being bad for her ears). I had almost ordered the xMini speakers when I remembered I already had a portable speaker from my Sony Ericsson W810i. It didn’t have a stereo (3.5 mm) port, just the Sony Ericsson connector. [...]]]></description>
			<content:encoded><![CDATA[<p>My mum wanted a portable speaker for her iPod (She’s obsessed with this article about headphones being bad for her ears). I had almost ordered the xMini speakers when I remembered I already had a portable speaker from my Sony Ericsson W810i.</p>
<p>It didn’t have a stereo (3.5 mm) port, just the Sony Ericsson connector. If you follow my blog, you’ll know that I’m the cheapest ass in town <img src='http://suhastech.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . I soldered in a stereo setup, here’s how.</p>
<p>1) Open up the Speaker using Torx 6 screwdriver (T6).</p>
<p>2) Solder the connection as per this pic. It also needs an external power source (+5V), you can use USB, a 5V adapter, or even a discarded battery <img src='http://suhastech.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p style="text-align: center;"><a href="http://suhastech.com/wp-content/uploads/images/sonyericssonspeakerpinout.jpg" rel="thumbnail"><img class="aligncenter" style="display: inline; border-width: 0px;" title="sony-ericsson-speaker-pinout" src="http://suhastech.com/wp-content/uploads/images/sonyericssonspeakerpinout_thumb.jpg" border="0" alt="sony-ericsson-speaker-pinout" width="578" height="440" /></a></p>
<p><a href="http://suhastech.com/wp-content/uploads/images/3.5mmstereopinout2.gif" rel="thumbnail"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="3.5-mm-stereo-pinout" src="http://suhastech.com/wp-content/uploads/images/3.5mmstereopinout_thumb.gif" border="0" alt="3.5-mm-stereo-pinout" width="370" height="202" /></a></p>
<p>3) Here are some alternative points that I could find out (I broke the Sony Ericsson port *facepalm*).</p>
<p><a href="http://suhastech.com/wp-content/uploads/images/sonyericssonmps60alternativepinout3.jpg" rel="thumbnail"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="sony-ericsson-mps-60-alternative-pinout" src="http://suhastech.com/wp-content/uploads/images/sonyericssonmps60alternativepinout_t.jpg" border="0" alt="sony-ericsson-mps-60-alternative-pinout" width="534" height="708" /></a></p>
<p>4) Erm, thats it. Do all the cosmetic stuff (I &lt;3 Hotglue) and Tada!</p>
<p><a href="http://suhastech.com/wp-content/uploads/images/seboard0095.jpg" rel="thumbnail"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="seboard 009" src="http://suhastech.com/wp-content/uploads/images/seboard009_thumb3.jpg" border="0" alt="Sony Ericsson speakers charging" width="558" height="423" /></a></p>
<p>Playing on the hot seat (I mean the charging dock <img src='http://suhastech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>This time, I have a video for you. By this, I’m launching my YouTube Channel. There’ll be better videos so, don&#8217;t forget to subscribe <img src='http://suhastech.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/7cQU1K_n8_w?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/7cQU1K_n8_w?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>

<p><a href="http://feedads.g.doubleclick.net/~a/6HE5HDaQmmaR3gkpAfxrmGT7zpU/0/da"><img src="http://feedads.g.doubleclick.net/~a/6HE5HDaQmmaR3gkpAfxrmGT7zpU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/6HE5HDaQmmaR3gkpAfxrmGT7zpU/1/da"><img src="http://feedads.g.doubleclick.net/~a/6HE5HDaQmmaR3gkpAfxrmGT7zpU/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SuhasTech/~4/N9hKFGx_pjE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://suhastech.com/stereo-input-port-for-the-sony-ericsson-portable-speakers-ipod-headphone/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		<feedburner:origLink>http://suhastech.com/stereo-input-port-for-the-sony-ericsson-portable-speakers-ipod-headphone/</feedburner:origLink></item>
		<item>
		<title>How 3D works?</title>
		<link>http://feedproxy.google.com/~r/SuhasTech/~3/BLoEq6VMsoo/</link>
		<comments>http://suhastech.com/how-3d-stereoscopic-display-glasses-works/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 12:21:58 +0000</pubDate>
		<dc:creator>Suhas</dc:creator>
				<category><![CDATA[tv]]></category>
		<category><![CDATA[z]]></category>

		<guid isPermaLink="false">http://suhastech.com/?p=464</guid>
		<description><![CDATA[3D has been all over the place. Movies, TVs, everywhere!…..even real life! Ever wondered how it works? Here’s a layman’s view into the 3D world. Before everthing, How humans perceive depth? There are 2 ways we, humans, perceive 3D – Convergence and parallax. Most 3D technologies today take advantage of the convergence method. There is [...]]]></description>
			<content:encoded><![CDATA[<p>3D has been all over the place. Movies, TVs, everywhere!…..even real life! Ever wondered how it works? Here’s a layman’s view into the 3D world.</p>
<p><strong><span style="color: #804040;">Before everthing, How humans perceive depth?</span></strong><br />
There are 2 ways we, humans, <strong>perceive 3D</strong> – Convergence and parallax. Most 3D technologies today take <strong>advantage of the convergence</strong> method. There is a <strong>slight difference between the images seen by each eye</strong>. That’s called <strong>Binocular Disparity</strong> or sometimes called, stereo vision.</p>
<p>If you think about it a little bit, you can actually formulate an equation to calculate the depth and name it, “<em>your name here</em>” formula of awesomeness <img src='http://suhastech.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . (psst….trigonometry). Here’s an <strong>infograph </strong>that’ll explain everything.</p>
<p><a href="http://suhastech.com/wp-content/uploads/images/binocularvision3dperception3.jpg" rel="thumbnail"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="binocular-vision-3d-perception" src="http://suhastech.com/wp-content/uploads/images/binocularvision3dperception_thumb1.jpg" border="0" alt="binocular-vision-3d-perception" width="462" height="568" /></a></p>
<p>So, what 3D movie makers do,<strong> is simulate the whole 3D experience </strong></p>
<ul>
<li><strong><a href="http://suhastech.com/wp-content/uploads/images/3d-cameras-side-by-side5B35D.jpg" rel="thumbnail"><img style="display: inline; margin-left: 0px; margin-right: 0px; border: 0px;" title="3d-cameras-side-by-side" src="http://suhastech.com/wp-content/uploads/images/3d-cameras-side-by-side_thumb5B15D.jpg" border="0" alt="3d-cameras-side-by-side" width="200" height="135" align="right" /></a>using 2 cameras filming the same event, one beside the other.</strong> (though computer animated movies work differently, completely software)</li>
<li><strong>then feed the left channel to the left eye and right channel to the right eye.</strong></li>
</ul>
<p>There are tons of ways to do that. I’ll try to show some of them.</p>
<p><strong><span style="color: #ff0000;">Anaglyph</span> <span style="color: #0000ff;">technology </span>(red-cyan or red-green):</strong></p>
<p>This is <strong>mostly used in home entertainment</strong> systems because of the <strong>ease of setup</strong>. Just a normal color TV and a pair of 3D glasses would be sufficient. These are also used in these little <strong>comics</strong>. One thing you <strong>miss here is color</strong>. That might be one reason for its <strong>unpopularity</strong>.</p>
<p>Here, it uses basic color filters. The right glass (red) filters out the left channel (blue) and vis-a-versa.</p>
<p><a href="http://suhastech.com/wp-content/uploads/images/anaglyph3d2.gif" rel="thumbnail"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="anaglyph-3d" src="http://suhastech.com/wp-content/uploads/images/anaglyph3d_thumb.gif" border="0" alt="anaglyph-3d" width="400" height="272" /></a> Also, if you watch badly formed 3D movies which gives conflicting information to your brain, you might a headache.</p>
<p><strong><span style="color: #008000;">Polarization:</span></strong></p>
<p>Same principle, but here, <strong>color is retained</strong>. This is the <strong>preferred method</strong> used in big cinemas like IMAX, Disney etc. Next time you go to a 3D movie, try to look over to that projection box. You’ll find <strong>2 projectors</strong> working. <strong>Each producing lights with different polarization</strong>. The purpose of 3D glasses is to feed each eye, these different images (again left channel to the left eye, right channel to the right).</p>
<p>One disadvantage would be the cost of the setup. The screen should be silvered to avoid losing polarization when reflected off the screen. So, its not used for home viewing.</p>
<p><a href="http://suhastech.com/wp-content/uploads/images/3dglassespolarizationnew2.gif" rel="thumbnail"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="3-d-glasses-polarization-new" src="http://suhastech.com/wp-content/uploads/images/3dglassespolarizationnew_thumb.gif" border="0" alt="3-d-glasses-polarization-new" width="300" height="243" /></a></p>
<p><strong><span style="color: #8000ff;">Liquid Crystal Shutter Glasses:</span></strong></p>
<p><a href="http://suhastech.com/wp-content/uploads/images/3d-tv-shutter-glass5B75D.jpg" rel="thumbnail"><img style="display: inline; margin-left: 0px; margin-right: 0px; border: 0px;" title="3d-tv-shutter-glass" src="http://suhastech.com/wp-content/uploads/images/3d-tv-shutter-glass_thumb5B35D.jpg" border="0" alt="3d-tv-shutter-glass" width="268" height="203" align="right" /></a> This is the<strong> newest</strong> boy in town. Most manufacturers are releasing a 3D iteration of their TVs. Actually they are <strong>no different from a normal LCD</strong> but will have a <strong>high refresh rate</strong> and some emitters I guess.</p>
<p>For now lets say an LCD has 120 hz (120 frames per second) refresh rate. <strong>60 frames</strong> of left and right images are <strong>shown alternatively</strong>. The left and right <strong>lens’ darken and lighten 60 times alternatively</strong>. Liquid crystals cause this to happen. <strong>Synchronizing information</strong> about when to darken and when to lighten can be given in a number of ways. <strong>Wired shutter glasses</strong> use wires (duh!). Wireless use <strong>IR emitters</strong> on the TV (that exactly is the specialty  of  these new age 3D TVs).</p>
<p><strong>Why high refresh rate</strong> you ask me? <strong>Persistence of the human eye is about 1/100th of a second</strong>. So, if you have an LCD with low refresh rate, its smart enough to know that the TV is confusing it.</p>
<p><strong><span style="color: #408080;">3D without glasses?</span></strong></p>
<p>My mind has been wandering over 3D simulation, without 3D glasses. It seems that good folks over at the <a href="http://suhastech.com/wp-content/uploads/images/3d-without-glasses-university-of-arizona5B65D.jpg" rel="thumbnail"><img style="display: inline; margin-left: 0px; margin-right: 0px; border: 0px;" title="3d-without-glasses-university-of-arizona" src="http://suhastech.com/wp-content/uploads/images/3d-without-glasses-university-of-arizona_thumb5B45D.jpg" border="0" alt="3d-without-glasses-university-of-arizona" width="249" height="318" align="right" /></a>university of Arizona have cracked the puzzle <strong><a href="http://www.telegraph.co.uk/science/8107899/Star-Wars-3D-holograms-close-to-reality.html" target="_blank">making 3D holographic screen.</a></strong> Kudos to those people!!</p>
<p>Also, <strong><a href="http://www.informationweek.com/news/hardware/peripherals/showArticle.jhtml?articleID=227600200" target="_blank">Toshiba seem to have found a solution</a></strong> using the parallax barrier method, which I previously mentioned.</p>
<p>Stay tuned for part 2 of this series (How to <strong>make </strong>3D movies!).</p>

<p><a href="http://feedads.g.doubleclick.net/~a/U0Ob52ilae-K1s--suLGStAGqtk/0/da"><img src="http://feedads.g.doubleclick.net/~a/U0Ob52ilae-K1s--suLGStAGqtk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/U0Ob52ilae-K1s--suLGStAGqtk/1/da"><img src="http://feedads.g.doubleclick.net/~a/U0Ob52ilae-K1s--suLGStAGqtk/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SuhasTech/~4/BLoEq6VMsoo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://suhastech.com/how-3d-stereoscopic-display-glasses-works/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://suhastech.com/how-3d-stereoscopic-display-glasses-works/</feedburner:origLink></item>
		<item>
		<title>[DIY] Homemade Xbox 360 VGA Cable using the standard SD AV or HD component cable</title>
		<link>http://feedproxy.google.com/~r/SuhasTech/~3/gkwva_TpFkU/</link>
		<comments>http://suhastech.com/homemade-hack-xbox-360-vga-cable-using-a-sd-av-or-hd-component-fix-ghosting-cable-shielding-pinout/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 15:07:55 +0000</pubDate>
		<dc:creator>Suhas</dc:creator>
				<category><![CDATA[diy]]></category>
		<category><![CDATA[xbox 360]]></category>
		<category><![CDATA[z]]></category>
		<category><![CDATA[cheap]]></category>
		<category><![CDATA[disassembly]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[pinouts]]></category>
		<category><![CDATA[vga cable]]></category>

		<guid isPermaLink="false">http://suhastech.com/?p=439</guid>
		<description><![CDATA[Microsoft has a strategy to sell their Xbox 360 consoles at throwaway prices and make it up by selling overpriced accessories. I wanted to get a VGA Cable by which I could could connect my Xbox 360 to my monitor (Fights over the TV is quite normal in my place). I looked at the price [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has a strategy to <strong>sell their Xbox 360</strong> consoles <strong>at throwaway prices</strong> and make it up by <strong>selling overpriced accessories</strong>.</p>
<p>I wanted to get a VGA Cable by which I could could connect my Xbox 360 to my monitor (Fights over the TV is quite normal in my place). I looked at the price tag of the Official VGA cable ($40!). <strong>At the end of of the its just a cable </strong>and it doesn’t deserve $40. So, I got myself a third party cable from this chinese website called play-asia for $10. It was of the<strong> worst build quality</strong>. Ghosting images all over the monitor (Bad shielding I would say). Even Gears of War looked like Left4Dead <img src='http://suhastech.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
<p>I had all the parts lying around. So, thought I would do it myself. <strong>Initially</strong>, I thought that building it myself would mean bad quality. It <strong>turned out to be a pretty good</strong> after all.</p>
<p><strong>Shielding is</strong> basically <strong>a protective layer over your cables which prevent signal loss</strong>. If that is bad, ghosting would be evident. Also, Microsoft was kind (or cheap) enough to provide all the pins in all the connectors (use it or not) unlike PS2’s connector. So, you can try this with any cables. Standard Definition AV cable, HD component, VGA cable (though I see no point in doing that <img src='http://suhastech.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ) .. anything!</p>
<p>One surprising thing is that, I <strong>didn&#8217;t even use shielding cable</strong> and <strong>still didn&#8217;t get any ghost images</strong>. How? you may ask me? Simple,<strong> I just made the cable as short as possible</strong>. Leaving little scope for signal loss.</p>
<p><strong>Also read: <a href="http://suhastech.com/xbox-360/connect-headphones-to-your-xbox-360-vga-cable/" target="_blank">Connect headphones to your Xbox 360 VGA cable</a></strong></p>
<p>1) Any standard Xbox 360 video cable. SD AV cable, HD component, etc. Even a third party cable would do. You just need the port.</p>
<p>2) Female VGA connector / port. (see the last pic)</p>
<p>3) 3.5 mm stereo connector (for audio). I got mine from an old tape recorder. <img src='http://suhastech.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><strong>Here&#8217;s how</strong> you can do it:</p>
<p>1)<strong> Open up the Xbox 360 connector </strong>by cutting the sides of the head. I did a shabby job, here, but it didn&#8217;t matter.</p>
<p><a href="http://suhastech.com/wp-content/uploads/images/vgacabledisassembly17.jpg" rel="thumbnail"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Xbox 360 Cable / connector disassembly" src="http://suhastech.com/wp-content/uploads/images/vgacabledisassembly_thumb15.jpg" border="0" alt="Xbox 360 Cable / connector disaasembly" width="550" height="380" /></a></p>
<p>2) After that, you’ll get a piece like this. <strong>Solder the connection</strong> according to the corresponding pinouts. Red to red, green to green etc. That is, VGA cable to the original Xbox 360 connector (I think you get the idea).</p>
<p><a href="http://suhastech.com/wp-content/uploads/images/wiringxbox360vgacableport4.jpg" rel="thumbnail"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="wiring-xbox-360-vga-cable-port" src="http://suhastech.com/wp-content/uploads/images/wiringxbox360vgacableport_thumb2.jpg" border="0" alt="wiring-xbox-360-vga-cable-port" width="440" height="562" /></a></p>
<p><a href="http://suhastech.com/wp-content/uploads/images/vga_pinoutforxbox3608.jpg" rel="thumbnail"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="vga_pinout-for-xbox-360" src="http://suhastech.com/wp-content/uploads/images/vga_pinoutforxbox360_thumb6.jpg" border="0" alt="vga_pinout-for-xbox-360" width="440" height="440" /></a></p>
<p><strong>Don&#8217;t forget to solder the connections of your Stereo port.</strong> <img src='http://suhastech.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> <a href="http://suhastech.com/wp-content/uploads/images/3.5mmstereopinout2.gif" rel="thumbnail"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="3.5-mm-stereo-pinout" src="http://suhastech.com/wp-content/uploads/images/3.5mmstereopinout_thumb.gif" border="0" alt="3.5-mm-stereo-pinout" width="370" height="202" /></a></p>
<p>3) Use some insulated tapes between the terminals (in the VGA port).<strong> To prevent shorts.</strong></p>
<p>4) <strong>I put some super glue on the metal plate</strong> and fixed it on the plastic thing.</p>
<p><a href="http://suhastech.com/wp-content/uploads/images/DSCN21259.jpg" rel="thumbnail"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Working with the homemade Xbox 360 cable" src="http://suhastech.com/wp-content/uploads/images/DSCN2125_thumb7.jpg" border="0" alt="Working with the homemade Xbox 360 cable" width="443" height="341" /></a></p>
<p>5) And Tada! (This is going to be my signature statement from now on <img src='http://suhastech.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> )</p>
<p style="text-align: center;"><a href="http://suhastech.com/wp-content/uploads/images/homemadexbox360vgacable2.jpg" rel="thumbnail"><img style="display: block; margin-left: auto; margin-right: auto; border-width: 0px;" title="homemade-xbox-360-vga-cable" src="http://suhastech.com/wp-content/uploads/images/homemadexbox360vgacable2.jpg" border="0" alt="homemade-xbox-360-vga-cable" width="516" height="412" /></a> It worked like a charm. No ghosting no matter what!</p>
<p>Also, <a href="http://www.engadget.com/2006/11/14/how-to-turn-a-standard-xbox-360-video-cable-into-a-vga-cable-fo/" target="_blank">thanks to <strong>Ben Heck</strong> @Engadget</a> for the nice article.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/7Bx44-Iq46xeTv8O2IlVX6PfKW4/0/da"><img src="http://feedads.g.doubleclick.net/~a/7Bx44-Iq46xeTv8O2IlVX6PfKW4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/7Bx44-Iq46xeTv8O2IlVX6PfKW4/1/da"><img src="http://feedads.g.doubleclick.net/~a/7Bx44-Iq46xeTv8O2IlVX6PfKW4/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SuhasTech/~4/gkwva_TpFkU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://suhastech.com/homemade-hack-xbox-360-vga-cable-using-a-sd-av-or-hd-component-fix-ghosting-cable-shielding-pinout/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://suhastech.com/homemade-hack-xbox-360-vga-cable-using-a-sd-av-or-hd-component-fix-ghosting-cable-shielding-pinout/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 2.679 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-05-17 18:55:25 -->

