<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Shantanu's Technophilic Musings &#187; Computers</title>
	<atom:link href="http://tech.shantanugoel.com/category/computers/feed" rel="self" type="application/rss+xml" />
	<link>http://tech.shantanugoel.com</link>
	<description>Shantanu's Gadgets, Gizmos, Hacks, Tips, Tricks, Technology...and your kitchen sink</description>
	<lastBuildDate>Wed, 05 Oct 2011 20:23:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Remote Bandwidth Stats</title>
		<link>http://tech.shantanugoel.com/2011/08/21/remote-bandwidth-stats.html</link>
		<comments>http://tech.shantanugoel.com/2011/08/21/remote-bandwidth-stats.html#comments</comments>
		<pubDate>Sun, 21 Aug 2011 17:44:24 +0000</pubDate>
		<dc:creator>Shantanu Goel</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Asus]]></category>
		<category><![CDATA[Asus WL-500W]]></category>
		<category><![CDATA[bandwidth monitor]]></category>
		<category><![CDATA[remote-bandwidth-stats]]></category>

		<guid isPermaLink="false">http://tech.shantanugoel.com/?p=351</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>This post is about my open source remote bandwidth usage stats logger project.</p> <p>I&#8217;ve been wanting to log the internet bandwidth usage at my home for quite some time since I don&#8217;t really find the stats put out by my ISP to be completely accurate. But I have multiple devices at home that access the <p>Continue reading <a href="http://tech.shantanugoel.com/2011/08/21/remote-bandwidth-stats.html">Remote Bandwidth Stats</a></p>]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>This post is about my open source remote bandwidth usage stats logger project.</p>
<p>I&#8217;ve been wanting to log the internet bandwidth usage at my home for quite some time since I don&#8217;t really find the stats put out by my ISP to be completely accurate. But I have multiple devices at home that access the internet so it is not feasible to install a bandwidth monitor individually on all these devices as I&#8217;d still need to add up all logs and many of such devices don&#8217;t even have a way to install a monitoring software installed (e.g. my PS3, my TV, my media players, etc). So, I thought of monitoring the usage at my router. It is a smart one (Asus wl-500w) and I can install various linux software on it but then it requires a hard disk to run most of them which I don&#8217;t turn on all the time. Moreover, even if I could run the software directly from router flash, it doesn&#8217;t have enough space to store the logs (neither is it a good idea to keep writing to the flash often).</p><!--test --><script type="text/javascript"><!--
google_ad_client = "ca-pub-7364296987674978";
/* 468x60, created 10/6/08 */
google_ad_slot = "0345781418";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<p>Hence I came up with the idea of a light weight remote bandwidth usage logger where in the router has to do the bare minimum possible (here, it just has to make a GET call to a webpage with current status of received and transmitted bytes, accomplished by a single line of wget command). The system is completely open source and is intelligent enough to keep track of things even if router reboots or the bytes count wraps around the 4 GB limit (because of 32 bit data structures used). The logging and parsing is all done on server side and provides various useful things.<span id="more-351"></span></p>
<p>Few of the features of the system:</p>
<ul>
<li>Very lightweight in CPU/RAM resource usage on host as well as server</li>
<li>Outputs easy to browse html and graphs</li>
<li>User defined directory structure to decide the granularity that is wanted</li>
<li>yearly, monthly, daily stats and graphs</li>
<li>Provides quick access to extra stats like last time the host connected, last known host IP etc</li>
<li>Provides total download/upload numbers as well as detailed</li>
<li>Estimates uptime of remote host</li>
<li>Can use a DNS name or IP to avoid (or call out) spurious amounts of usage logged by a spurious IP</li>
</ul>
<div>The code and all files can be found at github: <strong><a title="Remote Bandwidth Stats" href="http://github.com/shantanugoel/remote-bandwidth-stats" target="_blank">Remote-Bandwidth-Stats</a></strong></div>
<div>The screenshots of the web pages generated by the system can be seen below. Please let me know if you find any issues with the programs or would like to request any new features.</div>
<div>
<div class="wp-caption alignnone" style="width: 310px"><a href="http://tech.shantanugoel.com/uploads/remote-bandwidth-stats-year.png"><img title="Remote Bandwidth Stats Yearly Stats" src="http://tech.shantanugoel.com/uploads/remote-bandwidth-stats-year-thumb.png" alt="Remote Bandwidth Stats Yearly Stats" width="300" height="156" /></a><p class="wp-caption-text">Remote Bandwidth Stats Yearly Stats</p></div>
<div class="wp-caption alignnone" style="width: 310px"><a href="http://tech.shantanugoel.com/uploads/remote-bandwidth-stats-month.png"><img title="Remote Bandwidth Stats Monthly Stats" src="http://tech.shantanugoel.com/uploads/remote-bandwidth-stats-month-thumb.png" alt="Remote Bandwidth Stats Monthly Stats" width="300" height="156" /></a><p class="wp-caption-text">Remote Bandwidth Stats Monthly Stats</p></div>
<div class="wp-caption alignnone" style="width: 310px"><a href="http://tech.shantanugoel.com/uploads/remote-bandwidth-stats-day.png"><img title="Remote Bandwidth Stats Daily Stats" src="http://tech.shantanugoel.com/uploads/remote-bandwidth-stats-day-thumb.png" alt="Remote Bandwidth Stats Daily Stats" width="300" height="156" /></a><p class="wp-caption-text">Remote Bandwidth Stats Daily Stats</p></div>
</div>
<p>&nbsp;</p>
<p style='border:thin dotted black; padding:3mm;'><a href="http://tech.shantanugoel.com/terms-of-use">©</a> <a href="http://tech.shantanugoel.com/">Shantanu Goel</a> | This article, titled <strong><a href="http://tech.shantanugoel.com/2011/08/21/remote-bandwidth-stats.html">Remote Bandwidth Stats</a></strong>, was originally published on <a href="http://tech.shantanugoel.com/">Shantanu's Technophilic Musings</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tech.shantanugoel.com/2011/08/21/remote-bandwidth-stats.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iWebLeaf &#8211; India&#8217;s $35 Android Tablet Spawning Fake Innovators?</title>
		<link>http://tech.shantanugoel.com/2011/04/06/iwebleaf-indias-35-android-tablet-spawning-fake-innovators.html</link>
		<comments>http://tech.shantanugoel.com/2011/04/06/iwebleaf-indias-35-android-tablet-spawning-fake-innovators.html#comments</comments>
		<pubDate>Wed, 06 Apr 2011 18:04:44 +0000</pubDate>
		<dc:creator>Shantanu Goel</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[DXA16]]></category>
		<category><![CDATA[India $35 tablet]]></category>
		<category><![CDATA[Innovation]]></category>
		<category><![CDATA[iWebLeaf]]></category>
		<category><![CDATA[Rs 1300 Data Card]]></category>
		<category><![CDATA[Rs 5000 Laptop]]></category>
		<category><![CDATA[Scam]]></category>

		<guid isPermaLink="false">http://tech.shantanugoel.com/?p=340</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>It was just about an year ago that we heard about the $35 Android Tablet from India which would revolutionize the education in developing countries. Mr. Kapil Sibal promoted it with utmost fervor until it was found that the BoM itself of the tablet was more than $50 and none of the guys claimed to <p>Continue reading <a href="http://tech.shantanugoel.com/2011/04/06/iwebleaf-indias-35-android-tablet-spawning-fake-innovators.html">iWebLeaf &#8211; India&#8217;s $35 Android Tablet Spawning Fake Innovators?</a></p>]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>It was just about an year ago that we heard about the $35 Android Tablet from India which would revolutionize the education in developing countries. Mr. Kapil Sibal promoted it with utmost fervor until it was found that the BoM itself of the tablet was more than $50 and none of the guys claimed to have &#8220;invented&#8221; it even knew about its existence until a few days before the announcement. Ultimately, it was <a title="Truth about India's $35 Tablet" rel="external nofollow" href="http://androidos.in/2010/09/the-truth-about-35-android-tablet-from-indian-government/" target="_blank">discovered</a> that the tablet was just a rebranded chinese import which the government wanted to bring down to $35 price point by subsidizing the cost and not by somehow inventing cheaper parts. What more proof can we get about it&#8217;s non existence that it hasn&#8217;t materialized after so much of time and even the company that was supposed to be making it according to the government (HCL) has said that it has nothing to do with it.</p><!--test --><script type="text/javascript"><!--
google_ad_client = "ca-pub-7364296987674978";
/* 468x60, created 10/6/08 */
google_ad_slot = "0345781418";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<p>That was that but it seems like the episode has given a brilliant idea to a few others as well. Import cheap/sub-standard products from China, rebrand them, ask government for subsidy and claim to have &#8220;invented&#8221; a revolutionary low cost computing device. <strong>iWebLeaf</strong> is a case in point. I came across them through a couple of articles where this little company formed by a couple of engineering students has invented two ultra low cost products: A <a rel="external nofollow" href="http://telecomtalk.info/iwebleaf-comes-with-cheapest-3g-data-card-at-rs1300/50814/" target="_blank">3G data card for 1300 INR</a> (~ $30) and a <a rel="external nofollow" href="http://telecomtalk.info/iwebleaf-refused-funding-to-launch-low-cost-laptop-data-card/60941/" target="_blank">Laptop for 5000 INR</a> (~ $110). I was pleasantly surprised and my initial reaction was to applaud the effort. Then I noticed that these products, although announced for quite some time and having gotten a LOT of mainstream media coverage on almost every news channel, have not come to the market yet. The reasons for the 3G card are unknown but the laptop was said to have been dropped because of lack of Government support (read &#8220;subsidy&#8221;).<span id="more-340"></span></p>
<p><strong>Disclaimer: Before you read any further, please note that I&#8217;m an Indian myself and stay in India only (i.e., not a condescending NRI). I am a developer myself and love innovating and innovators and have the greatest respect for all that our country has given to the world. This piece is a rant against only those few individuals who make the rest of the India look bad by claiming authority over fake innovations.</strong></p>
<p>Being a part of the semiconductor industry for quite some time, I was curious to find out how they achieved this feat which no one else including big name companies have been able to do even after years of research (XO-PC). I looked at the purported specs of the laptop and it struck me that yet again, the BoM itself was much more than 5000 INR. When I raised some questions about this, the &#8220;innovators&#8221; replied that they are saving all this money because they &#8220;developed their own processor DXA16&#8243; which is equivalent to a 1.6GHz Intel Atom. What again raised even more doubts in mind was that they said their processor didn&#8217;t have anything to do with Intel and they didn&#8217;t even have to take an X86 license even though they claim windows support for the laptop, which means that their processor MUST be x86 compatible. Secondly, they mentioned that they have got jobs in TCS and CTS and won&#8217;t continue further. I&#8217;m completely flummoxed why an under-graduate student who has designed his own commercially viable micro processor in a college lab during a period when other students struggle to just write 10 line assembly programs, would go and join a mass-recruiting services company. If I was him, any company from Intel to TI to Qualcomm to ARM would be ready to hire me for any salary that I demanded. On top of this, they gave weird reasons to drop it that they want to do it only for Orissa and no other state, etc.</p>
<p>It was also mind-blowing that they made such great inventions but <a rel="external nofollow" href="http://www.iwebleaf.com/" target="_blank">their own website</a> doesn&#8217;t have even a single word about these. All they have there is the run of the mill Web-Hosting, SEO, site design, blah blah.</p>
<p>Anyways, another person on the same forum where I raised the doubts uncovered an ugly truth. Their data card is nothing but a rebranded chinese card. See this link: <a rel="external nofollow" href="http://www.dealextreme.com/p/7-2mbps-hsdpa-3g-usb-2-0-wireless-modem-adapter-with-tf-card-slot-white-50297" target="_blank">Cheap 3G Data Card</a>.</p>
<p>Points to note:</p>
<p>1. This card has the exact same specs including speeds, features (e.g. same RAM, ROM amounts, sd card etc)</p>
<p>2. It costs around $35 for a single piece including shipping. So, for bulk purchase, you can easily get it much cheaper and sell it around the $30 price.</p>
<p>3. It looks exactly the same  with just an iWebLeaf logo slapped over the version sold by these innovators.</p>
<p>Pics:</p>
<p><strong>iWebLeaf Data Card:</strong></p>
<p><a href="http://tech.shantanugoel.com/uploads/iwebleaf-data-card-1.jpg"><img src="http://tech.shantanugoel.com/uploads/iwebleaf-data-card-1-thumb.jpg" alt="" /></a> <img src="http://tech.shantanugoel.com/uploads/iwebleaf-data-card-2.png" alt="" /></p>
<p><strong>Chinese Data Card:</strong></p>
<p><a href="http://tech.shantanugoel.com/uploads/chinese-data-card-1.jpg"><img src="http://tech.shantanugoel.com/uploads/chinese-data-card-1-thumb.jpg" alt="" /></a> <a href="http://tech.shantanugoel.com/uploads/chinese-data-card-2.jpg"><img src="http://tech.shantanugoel.com/uploads/chinese-data-card-2-thumb.jpg" alt="" /></a></p>
<p><strong>Note: </strong>You can also see this video of <a rel="external nofollow" href="http://www.youtube.com/watch?v=wnEhrn1GwiM" target="_blank">iWebLeaf Data Card</a> and compare it against the rest of the pics on <a rel="external nofollow" href="http://www.dealextreme.com/p/7-2mbps-hsdpa-3g-usb-2-0-wireless-modem-adapter-with-tf-card-slot-white-50297" target="_blank">Deal Extreme site for the chinese card</a>.</p>
<p><strong>Laptop:</strong> I was even more skeptical about their laptop now. And I was flabbergasted with surprise when I found out that all it took me was around 2 minutes of search for &#8220;cheap chinese laptop&#8221; on china trader sites like alibaba/traderkey etc and I stumbled onto a company called Enzo-Tech. If I could do this in 2 minutes, couldn&#8217;t the rest of the mainstream media folks do a little bit of fact check with their vast resources? They <a rel="external nofollow" href="http://www.alibaba.com/product-gs/371893567/cheap_10_2_inch_mini_laptop.html" target="_blank">produce</a> a <a rel="external nofollow" href="http://enzo-tech.com/Product.aspx?id=28" target="_blank">10&#8243; Mini Laptop</a> which, just like the data card:</p>
<p>1. Has the exact same specs as the iWebLeaf laptop (except that they list Atom as the processor instead of DXA16, which is a farce anyways)</p>
<p>2. Looks exactly the same with just iWebLeaf stickers pasted all over. (Pics below)</p>
<p>The only concern here is that even this laptop is not available for the low price that iWebLeaf mentioned. This laptop sells for around $200 in small quantities. If bought for very large quantities (e.g. in thousands or 10s of thousands by a government), the price would come down radically and with a little bit more of subsidy, it can achieve the price that iWebLeaf mentioned. But it would still be &#8220;cost price&#8221;. Sale price to end users will have to be much higher due to customs, logistics, handling, shipping, etc even if they were to sell it on a no-profit basis.</p>
<p><strong>iWebLeaf Laptop:</strong></p>
<p><a href="http://tech.shantanugoel.com/uploads/iwebleaf-laptop-1.jpg"><img src="http://tech.shantanugoel.com/uploads/iwebleaf-laptop-1-thumb.jpg" alt="" /></a> <img src="http://tech.shantanugoel.com/uploads/iwebleaf-laptop-2.png" alt="" /> <img src="http://tech.shantanugoel.com/uploads/iwebleaf-laptop-3.png" alt="" /></p>
<p><strong>Enzo-Tech Laptop:</strong></p>
<p><a href="http://tech.shantanugoel.com/uploads/enzo-tech-laptop-1.jpg"><img src="http://tech.shantanugoel.com/uploads/enzo-tech-laptop-1-thumb.jpg" alt="" /></a> <a href="http://tech.shantanugoel.com/uploads/enzo-tech-laptop-2.jpg"><img src="http://tech.shantanugoel.com/uploads/enzo-tech-laptop-2-thumb.jpg" alt="" /></a></p>
<p><strong>Note: </strong>You can also see this<a rel="external nofollow" href="http://www.youtube.com/watch?v=8gj6pwQKIZc" target="_blank"> video of iWebLeaf Laptop</a> and compare it against the pics/specs on <a rel="external nofollow" href="http://enzo-tech.com/Product.aspx?id=28" target="_blank">Enzo-Tech&#8217;s website</a> and see that it is the same.</p>
<p>What to make of it? I don&#8217;t have anything against these guys as entrepreneurs. They have every right to import, rebrand and resell products. A huge number of people and companies do this. What I take offense to, however, is to claim that they invented these things which isn&#8217;t true and then blame the Government for not allowing them to prosper by not spending the tax money I pay for their benefits. Moreover, this not only shames other &#8220;True&#8221; Indian innovators when these fakes are discovered but also sets wrong examples for our budding engineers to choose the shortest path possible to get 15 minutes of fame and then a job instead of really doing something to make the nation proud. I&#8217;m also yet again dis-illusioned by our mainstream media who will report anything and everything under the sun just to get more eyeballs and TRP without doing any sort of fact-checks. Yes, YOU SO CALLED TECH JOURNALISTS, I am calling you out.</p>
<p><strong>In the end, I will make my offer to iWebLeaf guys again as I made to them elsewhere. Prove me wrong and I&#8217;ll myself heap praises upon you and your products through my blog and all other publications that I influence. Also, I will make sure to hire you in my company with at least 5 times the salary that you are getting in TCS/CTS.</strong></p>
<p style='border:thin dotted black; padding:3mm;'><a href="http://tech.shantanugoel.com/terms-of-use">©</a> <a href="http://tech.shantanugoel.com/">Shantanu Goel</a> | This article, titled <strong><a href="http://tech.shantanugoel.com/2011/04/06/iwebleaf-indias-35-android-tablet-spawning-fake-innovators.html">iWebLeaf &#8211; India&#8217;s $35 Android Tablet Spawning Fake Innovators?</a></strong>, was originally published on <a href="http://tech.shantanugoel.com/">Shantanu's Technophilic Musings</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tech.shantanugoel.com/2011/04/06/iwebleaf-indias-35-android-tablet-spawning-fake-innovators.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Making Kinect Work With PS3</title>
		<link>http://tech.shantanugoel.com/2011/03/20/making-kinect-work-with-ps3.html</link>
		<comments>http://tech.shantanugoel.com/2011/03/20/making-kinect-work-with-ps3.html#comments</comments>
		<pubDate>Sun, 20 Mar 2011 15:36:51 +0000</pubDate>
		<dc:creator>Shantanu Goel</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[kinect]]></category>
		<category><![CDATA[kinect ps3]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[xbox360]]></category>

		<guid isPermaLink="false">http://tech.shantanugoel.com/?p=335</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>This post describes my first attempt at making Kinect work with a PS3. Microsoft&#8217;s new XBOX 360 accessory, kinect has made a powerful entry into the market, becoming the fastest selling gadget of all time. Looks like their &#8220;You are the controller&#8221; tagline is working. Of course, Sony&#8217;s &#8220;similar&#8221; accessory Move is selling well too <p>Continue reading <a href="http://tech.shantanugoel.com/2011/03/20/making-kinect-work-with-ps3.html">Making Kinect Work With PS3</a></p>]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>This post describes my first attempt at making Kinect work with a PS3. Microsoft&#8217;s new XBOX 360 accessory, kinect has made a powerful entry into the market, becoming the fastest selling gadget of all time. Looks like their &#8220;You are the controller&#8221; tagline is working. Of course, Sony&#8217;s &#8220;similar&#8221; accessory Move is selling well too but is far behind kinect adoption probably because nothing beats the lure of making something work with just &#8220;The Force&#8221; <img src='http://tech.shantanugoel.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p><!--test --><script type="text/javascript"><!--
google_ad_client = "ca-pub-7364296987674978";
/* 468x60, created 10/6/08 */
google_ad_slot = "0345781418";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<p>Now, of course, kinect doesn&#8217;t work with PS3 obviously but then if we can&#8217;t break the rules, we can at least bend them a little towards our way. I&#8217;ve  created a mashup that allows you to use kinect as an input controller for the PS3.</p>
<p><span id="more-335"></span><br />
<strong>Please note that this is pre-alpha quality software currently</strong>. I haven&#8217;t updated to a lot of recent code for the below libraries and also haven&#8217;t done most of the performance/feature improvements yet. The axis performance specially needs lot of tweaking and it works well only while sitting. Putting this out purely as a proof of concept. For the things that I plan to add soon, please see the Todo section below. Follow me at <strong><a href="http://twitter.com/shantanugoel">@shantanugoel</a></strong> for latest updates.</p>
<p><strong>VIDEO IN ACTION</strong><br />
<object style="height: 390px; width: 640px;" width="640" height="390"><param name="movie" value="http://www.youtube.com/v/4QnWDRF9w7k?version=3" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed type="application/x-shockwave-flash" width="640" height="390" src="http://www.youtube.com/v/4QnWDRF9w7k?version=3" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>The program makes use of several other programs in order to provide this functionality. To compile/use it, you also need the following programs:</p>
<p>1. <a rel="external nofollow" href="https://github.com/OpenNI/OpenNI" target="_blank">OpenNI Libraries</a> &#8211; To get data from kinect</p>
<p>2. <a rel="external nofollow" href="http://www.openni.org/downloadfiles/" target="_blank">NITE Libraries</a> (Choose &#8220;Middleware&#8221; on the page) &#8211; Builds on top of OpenNI to provide gesture detection etc</p>
<p>3. <a rel="external nofollow" href="https://github.com/boilerbots/Sensor" target="_blank">PrimeSense Libraries for kinect</a> &#8211; Kinect drivers to get raw data</p>
<p>4. <a rel="external nofollow" href="http://code.google.com/p/diyps3controller/" target="_blank">DIYPS3Controller</a> &#8211; The main component for PS3 connection and also known as sixaxis emulator. This emulates a DS3 on the PC and send the inputs to PS3 through bluetooth.</p>
<p><strong>Installation/Compilation/Usage</strong></p>
<p>1. Make sure that the above 4 things are installed on your machine and working fine.</p>
<p>2. Download the source of this project to the NITE Samples directory. You can even place it anywhere else but you would need to tweak the makefile to account for the changed paths.</p>
<p>3. Make any changes to the source that you need.</p>
<p>4. Change the included ps3 controller config xml file and place it in one of the locations where diyps3controller can find it.</p>
<p>5. Run make -f kinect-ps3.mak</p>
<p>6. The executable will be available in Samples/Bin directory of NITE.</p>
<p>7. Run kinect-ps3 (without any arguments)</p>
<p>8. Run emuclient (from ps3 controller software) and choose the new xml config file</p>
<p>9. &#8220;Become the controller&#8221; <img src='http://tech.shantanugoel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<strong>Default Config</strong>:</p>
<p>Menu Profile &#8211; This is the default profile that kinect-ps3 starts with and allows to operate the PS3 menus. Moving hand in any direction will move the ps3 menus as if you were using the DPAD with those directions keys pressed. If you run out of the kinect&#8217;s watched space, then just do a backward push with your hand, bring your hand to center and then again do the backward push and continue scrolling. This is like you lift your finger up and then start dragging from edges of a laptop&#8217;s touchpad.For selecting any item, make two successive push movements with your hand without changing any x-y direction.<br />
Game Profile &#8211; This profile can be switched to by doing 3 successive backward movements of the hand while in Menu profile. Right now I&#8217;ve implemented only directional controls in game profile because I&#8217;m still struggling with multiple hands detections and skeletal tracking. A full profile will be activated soon enough. Currently, the your hand&#8217;s x/y movements and directly translated to right stick x/y movements (e.g. this is looking in different directions in various FPS games). Moving the hand towards or away from kinect (z-axis) translate to left stick y movements (e.g. this is moving fowards or backwards in most FPS games).<br />
<strong>Issues/Queries/Suggestions</strong></p>
<p>Please direct them to me by commenting here or emailing me at shantanu AT shantanugoel DOT com</p>
<p><strong>Coming Soon/ToDo</strong></p>
<p>-Full Menu and Game profiles</p>
<p>- Skeletal tracking for better game profiles</p>
<p>- Switching back to menu profiles from game profiles</p>
<p>- Easier way to specify user custom profiles instead of changing code for the same</p>
<p>- Performance improvement for game profiles</p>
<p>Full source code of the project has been released at <a href="https://github.com/shantanugoel/Kinect-PS3">https://github.com/shantanugoel/Kinect-PS3</a> under GNU GPL v2.</p>
<p style='border:thin dotted black; padding:3mm;'><a href="http://tech.shantanugoel.com/terms-of-use">©</a> <a href="http://tech.shantanugoel.com/">Shantanu Goel</a> | This article, titled <strong><a href="http://tech.shantanugoel.com/2011/03/20/making-kinect-work-with-ps3.html">Making Kinect Work With PS3</a></strong>, was originally published on <a href="http://tech.shantanugoel.com/">Shantanu's Technophilic Musings</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tech.shantanugoel.com/2011/03/20/making-kinect-work-with-ps3.html/feed</wfw:commentRss>
		<slash:comments>211</slash:comments>
		</item>
		<item>
		<title>Acer TimelineX 4820TG Mini-Review</title>
		<link>http://tech.shantanugoel.com/2010/09/06/acer-timelinex-4820tg-review.html</link>
		<comments>http://tech.shantanugoel.com/2010/09/06/acer-timelinex-4820tg-review.html#comments</comments>
		<pubDate>Mon, 06 Sep 2010 12:18:12 +0000</pubDate>
		<dc:creator>Shantanu Goel</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[4820tg review]]></category>
		<category><![CDATA[acer]]></category>
		<category><![CDATA[acer 4820tg battery life]]></category>
		<category><![CDATA[acer 4820tg ubuntu]]></category>
		<category><![CDATA[acer timelinex]]></category>
		<category><![CDATA[acer timelinex 4820tg]]></category>
		<category><![CDATA[acer timelinex 4820tg review]]></category>

		<guid isPermaLink="false">http://tech.shantanugoel.com/2010/09/06/acer-timelinex-4820tg-review.html</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>This is a small review of my Acer TimelineX 4820TG that I purchased a few days ago. Now, I won’t be talking numbers (like CPU/GPU performance etc) because these things are almost same as per the component used and have been covered in various other reviews online. What I’ll concentrate more upon are the things <p>Continue reading <a href="http://tech.shantanugoel.com/2010/09/06/acer-timelinex-4820tg-review.html">Acer TimelineX 4820TG Mini-Review</a></p>]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>This is a small review of my Acer TimelineX 4820TG that I purchased a few days ago. Now, I won’t be talking numbers (like CPU/GPU performance etc) because these things are almost same as per the component used and have been covered in various other reviews online. What I’ll concentrate more upon are the things that other reviewers don’t look at, or look at purely from numbers perspective which don’t make sense to an average buyer. Please let me know if I miss something out that you want to know about this laptop.</p><!--test --><script type="text/javascript"><!--
google_ad_client = "ca-pub-7364296987674978";
/* 468x60, created 10/6/08 */
google_ad_slot = "0345781418";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<p>For clarification, I bought the topmost model of the TimelineX 14 incher series which has a core i5 430m with ATi 5650 1 GB graphics. (Other models have i3 only and one has 512mb graphics, while lowest end has only intel HD graphics). I bought it from Croma Retail for a price of 45,999 INR. So, here it goes:</p>
<p><strong>Frame/Overall Build Quality</strong>: Overall, TimelineX 4820TG “feels” sturdy. It has a brushed metal lid and a plastic bottom. There is some flex all around, especially in the lid area but that is to be expected from a laptop which is so thin. For reference, I compared it to a lot of other laptops with almost similar dimensions, and the build quality and flex was generally on par with all of them, except the Asus Bamboo series and macbooks. I wouldn’t worry too much about it though. It is perfectly luggable through the campus or office, just that I wouldn’t keep anything heavy on top of it (I used to keep a lot of my books and other stuff on top of my previous laptop).</p>
<p> <span id="more-298"></span>
<p><strong>Keyboard: </strong>4820TG’s<strong>&#160;</strong>keyboard is chiclet-type but it feels a bit flimsy as compared to the competition. It seems that the keys do not have support all arund but just at the center, so you can see the key edges tilting while typing. Also, the keys are not beveled but flat, which could put off few users though it was not a hindrance for me. Also, the keys feel just a tad bit mushy. But it takes just a few hours to get used to it. Only thing I’m not sure is whether I’ll still feel the same about this keyboard one year from now.</p>
<p><strong>Touchpad: </strong>The touchpad is awesome. It is fairly big compared to what others give you these days. It is also multi-touch and supports the usual gestures like two fingure scroll, pinch-zoom, rotate, etc and I guess you could extend these pretty easily by using appropriate software. The click buttons are rocker-type, i.e., a single bar serves as the two buttons depending on where you press. It’s ok but you have to be slightly more careful than having two separate buttons here as you have to press near the ends for the clicks to register properly. Though this also becomes a second nature after a few hours of use.</p>
<p><strong>Weight:</strong> The notebook is very light. I haven’t measured it on a weighing scale but for the oomph it packs, it is pretty slim and light. I can lift it easily by two fingers without feeling any strain and can work for hours with it sitting on my lap.</p>
<p><strong>Heat / Temperature / Noise:</strong> The heat and noise emission is very low. While browsing and downloading and doing other general stuff, I couldn hardly feel it heating up while on my laps. The left top area on the underside (just near the vents) becomes a bit warm after prolonged use but still it is not unconfortable. The keyboard and wrist/palm rest areas remain cool throughout. I could not hear the fans at all while doing normal work in the dead of night and this turns into a slight whirr when the laptop is tasked with heavier crunching.</p>
<p><strong>Battery Life:</strong> This is the USP of this model and one of the biggest reason why I went for it. This laptop has switchable graphics, i.e., you can chose to use the onboard intel GMA HD graphics for regular use or multimedia playback (plays HD media beautifully) or switch to the ATi 5650 for heavier tasks like gaming, etc. While using the intel graphics, I could easily browse for around 5 hours. I also downloaded around 500mb of stuff during this time and another 300 mb worth of windows updates were downloaded and installed. Moreover, this was all on normal settings and that too when I had a very poor wi-fi signal. I hadn’t mucked around with any power saving options at all and I believe that doing that, along with dimming the brightness and better wi-fi signal etc would easily pump it over the 6 hour mark. This is not as much as the 8 hours that Acer promises but still, it is excellent and much better than most of the competition. While turning on ATi 5650 for the same type of tasks reduced the battery life to around 3 hours.</p>
<p><strong>Performance:</strong> I didn’t run any benchmarks on the laptop and neither did I do any gaming, but I didn’t feel any slow downs while doing any normal tasks and 720p/1080p media playback even while using the intel graphics.</p>
<p>This is it for now. I’ll keep updating it as more things come to my mind. I hope I have touched upon the significant aspects that I found missing when I was searching around for reviews of this laptop. Let me know if you have any queries for it and I’ll surely update it. Also, I haven’t gone into too much details as I’m primarily a linux user and haven’t explored or tasked this laptop too much till now. I’ll also be installing Ubuntu Maverick Meerkat on this asap and blog about this laptop’s linux compatibility, issues, fixes and workarounds as well.</p>
<p style='border:thin dotted black; padding:3mm;'><a href="http://tech.shantanugoel.com/terms-of-use">©</a> <a href="http://tech.shantanugoel.com/">Shantanu Goel</a> | This article, titled <strong><a href="http://tech.shantanugoel.com/2010/09/06/acer-timelinex-4820tg-review.html">Acer TimelineX 4820TG Mini-Review</a></strong>, was originally published on <a href="http://tech.shantanugoel.com/">Shantanu's Technophilic Musings</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tech.shantanugoel.com/2010/09/06/acer-timelinex-4820tg-review.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Cannot Change Channel Problem With Asus WL-500W</title>
		<link>http://tech.shantanugoel.com/2010/07/13/cannot-change-channel-problem-with-asus-wl-500w.html</link>
		<comments>http://tech.shantanugoel.com/2010/07/13/cannot-change-channel-problem-with-asus-wl-500w.html#comments</comments>
		<pubDate>Tue, 13 Jul 2010 12:16:44 +0000</pubDate>
		<dc:creator>Shantanu Goel</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Asus]]></category>
		<category><![CDATA[Asus WL-500g]]></category>
		<category><![CDATA[Asus WL-500W]]></category>
		<category><![CDATA[asus wl-500w channel]]></category>
		<category><![CDATA[Asus WL-500W firmware]]></category>
		<category><![CDATA[Asus WL-500W hacks]]></category>
		<category><![CDATA[lly]]></category>
		<category><![CDATA[oleg]]></category>
		<category><![CDATA[oleg custom firmware]]></category>
		<category><![CDATA[oleg firmware]]></category>
		<category><![CDATA[wi-fi channel]]></category>

		<guid isPermaLink="false">http://tech.shantanugoel.com/?p=286</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>Recently I found an issue with my asus wl-500w wi-fi router that I wasn&#8217;t able to change the channel on which it was transmitting. I moved to a new location which was totally jam-packed with other wi-fi networks using same channel as mine which was hampeing my connection. I tried for umpteen number of times. <p>Continue reading <a href="http://tech.shantanugoel.com/2010/07/13/cannot-change-channel-problem-with-asus-wl-500w.html">Cannot Change Channel Problem With Asus WL-500W</a></p>]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>Recently I found an issue with my asus wl-500w wi-fi router that I wasn&#8217;t able to change the channel on which it was transmitting. I moved to a new location which was totally jam-packed with other wi-fi networks using same channel as mine which was hampeing my connection. I tried for umpteen number of times. Changing the channel through the web configuration did not give any error but I found that it was still transmitting at channel 1. I confirmed by checking on the &#8220;Status &amp; Log&#8221; page, checking the logs, and running &#8220;wl status&#8221; command through ssh and they all confirmed that it was transmitting at channel 1 only, no matter what I set it to in the configuration. I even opened an issue in the firmware project for the custom firmware (by oleg and lly) that I am using but they weren&#8217;t able to help me as the wi-fi drivers are binary only.</p><!--test --><script type="text/javascript"><!--
google_ad_client = "ca-pub-7364296987674978";
/* 468x60, created 10/6/08 */
google_ad_slot = "0345781418";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<p>But by sheer chance, I stumbled upon the solution finally by trial and error. The solution is that you should set the &#8220;Bandwidth&#8221; to 20 MHz in wi-fi configuration if you are using 802.11 G. If you set it to 40 MHz then it gets stuck somehow but as soon as I changed it to 20 MHz, I was able to see the channel change immediately after reboot. Here is the screenshot of the page where you can find this setting.</p>
<p><a href="http://tech.shantanugoel.com/uploads/asus-wl-500-w-change-channel.jpg"><img src="http://tech.shantanugoel.com/uploads/asus-wl-500-w-change-channel-thumb.jpg" alt="" /></a></p>
<p style='border:thin dotted black; padding:3mm;'><a href="http://tech.shantanugoel.com/terms-of-use">©</a> <a href="http://tech.shantanugoel.com/">Shantanu Goel</a> | This article, titled <strong><a href="http://tech.shantanugoel.com/2010/07/13/cannot-change-channel-problem-with-asus-wl-500w.html">Cannot Change Channel Problem With Asus WL-500W</a></strong>, was originally published on <a href="http://tech.shantanugoel.com/">Shantanu's Technophilic Musings</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tech.shantanugoel.com/2010/07/13/cannot-change-channel-problem-with-asus-wl-500w.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mute (or Answer) Skype Calls with BT Headset Button in Linux</title>
		<link>http://tech.shantanugoel.com/2010/07/09/mute-answer-skype-calls-bluetooth-headset-button-in-linux.html</link>
		<comments>http://tech.shantanugoel.com/2010/07/09/mute-answer-skype-calls-bluetooth-headset-button-in-linux.html#comments</comments>
		<pubDate>Thu, 08 Jul 2010 18:31:55 +0000</pubDate>
		<dc:creator>Shantanu Goel</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[blueman]]></category>
		<category><![CDATA[headset button skype linux]]></category>
		<category><![CDATA[mute calls skype linux]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[skype linux]]></category>

		<guid isPermaLink="false">http://tech.shantanugoel.com/?p=285</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>Skype on linux works great but the problem that I faced was that it does not handle the buttons on the bluetooth headsets. My wife uses skype to call into her work related conference calls and was pretty frustrated that she had to keep sitting in front of my laptop (her laptop didn&#8217;t allow to <p>Continue reading <a href="http://tech.shantanugoel.com/2010/07/09/mute-answer-skype-calls-bluetooth-headset-button-in-linux.html">Mute (or Answer) Skype Calls with BT Headset Button in Linux</a></p>]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>Skype on linux works great but the problem that I faced was that it does not handle the buttons on the bluetooth headsets. My wife uses skype to call into her work related conference calls and was pretty frustrated that she had to keep sitting in front of my laptop (her laptop didn&#8217;t allow to install skype) just to switch mute on and off. So, I whipped up this little trick to do so. Here is how:</p>
<p>1. First I looked at the skype API (pretty simple, based on dbus). Also found a sample script somewhere that allowed to answer and hang up calls through skype API.</p><!--test --><script type="text/javascript"><!--
google_ad_client = "ca-pub-7364296987674978";
/* 468x60, created 10/6/08 */
google_ad_slot = "0345781418";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<p>2. Modified the script to switch the mute on and off instead of answering/hanging up. Script can be downloaded at the end of this article. You can also modify it to take some other action that you want.</p>
<p>3. Install &#8220;blueman&#8221;. If you are using Ubuntu, just type &#8220;sudo apt-get install blueman&#8221; in shell.</p>
<p>4. Once blueman is installed and you have done your headset pairing etc, right click on the blueman icon in the system tray and click on &#8220;Local Services&#8221;.</p>
<p>5. In local services, click on headset tab and you can see a input box where you can give the path of a program/script which will be run whenever the &#8220;answer button&#8221; on the headset is pressed. This is important to note that blueman only supports the answer button and nothing else and I didn&#8217;t have the inclination to develop a full-fledged AVRCP compliant program to capture other buttons as all I was interested in mute functionality. You can see the screenshot of this below:<span id="more-285"></span><br />
<a href="http://tech.shantanugoel.com/uploads/blueman-skype-bluetooth-mute-button.png" target="_blank"><img src="http://tech.shantanugoel.com/uploads/blueman-skype-bluetooth-mute-button-thumb.png" alt="Skype Headset Button Settings for Blueman" /></a></p>
<p><a href="http://tech.shantanugoel.com/uploads/blueman-skype-bluetooth-mute-button.png" target="_blank"></a>6. Make sure that you give the path where you saved the script that you downloaded in step 4 and you are all set now. Make a call and click on the answer button of your headset to see the magic happen <img src='http://tech.shantanugoel.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Let me know if you have your own hacks like this or know of a way to have a full fledged capturing of all headset buttons.</p>
<p><strong><a title="Skype Bluetooth Mute Button Linux" href="http://tech.shantanugoel.com/resources/downloads/skype-bluetooth-mute-button.zip">DOWNLOAD: Skype Bluetooth Mute Button Script</a></strong></p>
<p style='border:thin dotted black; padding:3mm;'><a href="http://tech.shantanugoel.com/terms-of-use">©</a> <a href="http://tech.shantanugoel.com/">Shantanu Goel</a> | This article, titled <strong><a href="http://tech.shantanugoel.com/2010/07/09/mute-answer-skype-calls-bluetooth-headset-button-in-linux.html">Mute (or Answer) Skype Calls with BT Headset Button in Linux</a></strong>, was originally published on <a href="http://tech.shantanugoel.com/">Shantanu's Technophilic Musings</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tech.shantanugoel.com/2010/07/09/mute-answer-skype-calls-bluetooth-headset-button-in-linux.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Integrate JDownloader with Flashgot</title>
		<link>http://tech.shantanugoel.com/2010/04/14/jdownloader-flashgot-integrate.html</link>
		<comments>http://tech.shantanugoel.com/2010/04/14/jdownloader-flashgot-integrate.html#comments</comments>
		<pubDate>Wed, 14 Apr 2010 16:21:41 +0000</pubDate>
		<dc:creator>Shantanu Goel</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Flashgot]]></category>
		<category><![CDATA[Integrate Jdownloader flashgot]]></category>
		<category><![CDATA[JDownloader]]></category>

		<guid isPermaLink="false">http://tech.shantanugoel.com/2010/04/14/jdownloader-flashgot-integrate.html</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>This is just a short post to to document how I got JDownloader to integrate with Flashgot. JDownloader doesn&#8217;t have an installer but a zip file that you just download and extract somewhere on your PC and start using it. Somehow, the Flashgot extension of Firefox is not able to detect it automatically and I <p>Continue reading <a href="http://tech.shantanugoel.com/2010/04/14/jdownloader-flashgot-integrate.html">Integrate JDownloader with Flashgot</a></p>]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>This is just a short post to to document how I got JDownloader to integrate with Flashgot. JDownloader doesn&#8217;t have an installer but a zip file that you just download and extract somewhere on your PC and start using it. Somehow, the Flashgot extension of Firefox is not able to detect it automatically and I didn&#8217;t know what parameters to use to add it manually to its list. Latest versions of JDownloader ask you whether you want to install Flashgot or not. I didn&#8217;t install it because I already had Flashgot. Turns out that this is the missing step. You should allow JDownloader to install Flashgot in your browser, even if it is already installed(If you have already run JDownloader once and didn&#8217;t say yes to installing flashgot, then you can do it by going to Settings-&gt;Plugins 7 Addons-&gt;Extensions-&gt;Flashgot for Firefox in JDownloader and clicking Install). And then, you will see that the JDownloader option is not grayed out anymore. If you see the version of Flashgot that JDownloader is installs is older than the official version, don&#8217;t fret. Now, you can re-update the flashgot addon (Tools-&gt;Addons-&gt;Find Updates in firefox) and the JDownloader integration will still stay intact. Hope that helps someone <img src='http://tech.shantanugoel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p><!--test --><script type="text/javascript"><!--
google_ad_client = "ca-pub-7364296987674978";
/* 468x60, created 10/6/08 */
google_ad_slot = "0345781418";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<p style='border:thin dotted black; padding:3mm;'><a href="http://tech.shantanugoel.com/terms-of-use">©</a> <a href="http://tech.shantanugoel.com/">Shantanu Goel</a> | This article, titled <strong><a href="http://tech.shantanugoel.com/2010/04/14/jdownloader-flashgot-integrate.html">Integrate JDownloader with Flashgot</a></strong>, was originally published on <a href="http://tech.shantanugoel.com/">Shantanu's Technophilic Musings</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tech.shantanugoel.com/2010/04/14/jdownloader-flashgot-integrate.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Paradise For Overclockers, Gamers and PC Enthusiasts In India</title>
		<link>http://tech.shantanugoel.com/2009/12/07/overclockers-pc-enthusiasts-gamers-india.html</link>
		<comments>http://tech.shantanugoel.com/2009/12/07/overclockers-pc-enthusiasts-gamers-india.html#comments</comments>
		<pubDate>Mon, 07 Dec 2009 18:05:27 +0000</pubDate>
		<dc:creator>Shantanu Goel</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[computers india]]></category>
		<category><![CDATA[gamers india]]></category>
		<category><![CDATA[OC]]></category>
		<category><![CDATA[overclocked]]></category>
		<category><![CDATA[overclockers India]]></category>

		<guid isPermaLink="false">http://tech.shantanugoel.com/2009/12/07/overclockers-pc-entusiasts-india.html</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>This is just to let you know that a few of my friends have started Overclocked, a haven for PC enthusiasts in India. Overclocked is an online store for the people who like to stretch the performance of their machines to the maximum. They store a lot of high end computer stuff that isn&#8217;t easy <p>Continue reading <a href="http://tech.shantanugoel.com/2009/12/07/overclockers-pc-enthusiasts-gamers-india.html">Paradise For Overclockers, Gamers and PC Enthusiasts In India</a></p>]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>This is just to let you know that a few of my friends have started <a href="http://www.overclocked.in" title="OverClocked" target="_blank">Overclocked</a>, a haven for PC enthusiasts in India.  Overclocked is an online store for the people who like to stretch the performance of their machines to the maximum. They store a lot of high end computer stuff that isn&#8217;t easy to find in India and that too for a reasonable price. They also assemble mean gaming machines while giving you quite a bang for your buck with gauranteed satisfaction, shipped anywhere in India, and that&#8217;s not all, they can personalize it too with a variety of custom modifications (I really like their laser engravings). </p><!--test --><script type="text/javascript"><!--
google_ad_client = "ca-pub-7364296987674978";
/* 468x60, created 10/6/08 */
google_ad_slot = "0345781418";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<p>Apart from the computer hardware, they also sell a lot of games (Primarily PC but consoles as well, and that too for a cool discount from the MRP, again shipped anywhere in India). They also have a <a href="http://www.overclocked.in/forums" title="Overclocked Forums" target="_blank">forum</a> where people can hang out and discuss how to eek out that last bit from their PCs. </p>
<p>Do check them out. I&#8217;m sure you will like the stuff they have on offer and if you have any comments/suggestions or queries, don&#8217;t hesitate to contact them via their contact page or the forums. I&#8217;m sure they will be glad to listen to you. I&#8217;d say that a word of kudos will be great as these guys are doing this along with their full time professions and such places are hard to find in India <img src='http://tech.shantanugoel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style='border:thin dotted black; padding:3mm;'><a href="http://tech.shantanugoel.com/terms-of-use">©</a> <a href="http://tech.shantanugoel.com/">Shantanu Goel</a> | This article, titled <strong><a href="http://tech.shantanugoel.com/2009/12/07/overclockers-pc-enthusiasts-gamers-india.html">Paradise For Overclockers, Gamers and PC Enthusiasts In India</a></strong>, was originally published on <a href="http://tech.shantanugoel.com/">Shantanu's Technophilic Musings</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tech.shantanugoel.com/2009/12/07/overclockers-pc-enthusiasts-gamers-india.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VirtualBox High CPU Usage Problem Solved</title>
		<link>http://tech.shantanugoel.com/2009/07/07/virtualbox-high-cpu-usage-problem-solved.html</link>
		<comments>http://tech.shantanugoel.com/2009/07/07/virtualbox-high-cpu-usage-problem-solved.html#comments</comments>
		<pubDate>Tue, 07 Jul 2009 03:36:00 +0000</pubDate>
		<dc:creator>Shantanu Goel</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[High CPU Usage]]></category>
		<category><![CDATA[Virtual Box High CPU Usage]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://tech.shantanugoel.com/2009/07/07/virtualbox-high-cpu-usage-problem-solved.html</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>A few days ago, I had to install Windows XP as a guest OS on my Ubuntu Hardy machine as I needed to carry out some Visual Studio work. What I noticed was that my CPU usage went through the roof (constantly at 100%) even if the guest was completely idle. Result: My laptop was <p>Continue reading <a href="http://tech.shantanugoel.com/2009/07/07/virtualbox-high-cpu-usage-problem-solved.html">VirtualBox High CPU Usage Problem Solved</a></p>]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>A few days ago, I had to install Windows XP as a guest OS on my Ubuntu Hardy machine as I needed to carry out some Visual Studio work. What I noticed was that my CPU usage went through the roof (constantly at 100%) even if the guest was completely idle. Result: My laptop was shutting down within a few minutes because the CPU was heating up and its temperature going beyond 75C. And finally came to know a simple solution from a friend, that immediately worked. The solution was to create a new dummy guest machine in VirtualBox, allocate minimal RAM to it (I gave 4MB) and just run it, don’t even need to add boot disk to it and to my surprise, the CPU usage came down to just 3-4% immediately. I’m not sure why this issue is happening and how the dummy machine solved it but atleast it is working for me now. If you have a similar issue, you can try out the same.</p><!--test --><script type="text/javascript"><!--
google_ad_client = "ca-pub-7364296987674978";
/* 468x60, created 10/6/08 */
google_ad_slot = "0345781418";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<p style='border:thin dotted black; padding:3mm;'><a href="http://tech.shantanugoel.com/terms-of-use">©</a> <a href="http://tech.shantanugoel.com/">Shantanu Goel</a> | This article, titled <strong><a href="http://tech.shantanugoel.com/2009/07/07/virtualbox-high-cpu-usage-problem-solved.html">VirtualBox High CPU Usage Problem Solved</a></strong>, was originally published on <a href="http://tech.shantanugoel.com/">Shantanu's Technophilic Musings</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tech.shantanugoel.com/2009/07/07/virtualbox-high-cpu-usage-problem-solved.html/feed</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Opera Web Server In A Browser: Bad Idea</title>
		<link>http://tech.shantanugoel.com/2009/06/17/opera-web-server-browser-bad-idea.html</link>
		<comments>http://tech.shantanugoel.com/2009/06/17/opera-web-server-browser-bad-idea.html#comments</comments>
		<pubDate>Wed, 17 Jun 2009 08:17:04 +0000</pubDate>
		<dc:creator>Shantanu Goel</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Webhosting]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[opera unite]]></category>
		<category><![CDATA[web browser]]></category>
		<category><![CDATA[web-server]]></category>

		<guid isPermaLink="false">http://tech.shantanugoel.com/2009/06/17/opera-web-server-browser-bad-idea.html</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>Today, the whole word is going gaga over &#34;Opera Unite&#34;, the new technology in Opera 10 which will make your web browser a web server as well (and not just that, it will make a whole lot of “sharing” options available). Well, I’m not so excited about it. Technology wise, it is really cool but <p>Continue reading <a href="http://tech.shantanugoel.com/2009/06/17/opera-web-server-browser-bad-idea.html">Opera Web Server In A Browser: Bad Idea</a></p>]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>Today, the whole word is going gaga over &quot;<a href="http://unite.opera.com/" target="_blank" rel="external nofollow">Opera Unite</a>&quot;, the new technology in Opera 10 which will make your web browser a web server as well (and not just that, it will make a whole lot of “sharing” options available). Well, I’m not so excited about it. Technology wise, it is really cool but what they don’t realize is that this is like giving motorized chain-saw or a swiss army knife in the hands of a two-year old. Seriously, majority of the people around the world who get themselves into all sorts of shit while just plain surfing the net, now got a whole new array of avenues where they can be exploited upon. For people who do need a webserver, there are plenty of straight-forward point and click options available. I hope they atleast have options to completely turn it off and even better, keep it turned off by default.   </p><!--test --><script type="text/javascript"><!--
google_ad_client = "ca-pub-7364296987674978";
/* 468x60, created 10/6/08 */
google_ad_slot = "0345781418";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<p style='border:thin dotted black; padding:3mm;'><a href="http://tech.shantanugoel.com/terms-of-use">©</a> <a href="http://tech.shantanugoel.com/">Shantanu Goel</a> | This article, titled <strong><a href="http://tech.shantanugoel.com/2009/06/17/opera-web-server-browser-bad-idea.html">Opera Web Server In A Browser: Bad Idea</a></strong>, was originally published on <a href="http://tech.shantanugoel.com/">Shantanu's Technophilic Musings</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tech.shantanugoel.com/2009/06/17/opera-web-server-browser-bad-idea.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

