<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Suspend in motion</title>
	<atom:link href="http://hackaday.com/2007/06/06/suspend-in-motion/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackaday.com/2007/06/06/suspend-in-motion/</link>
	<description>Fresh hacks every day</description>
	<lastBuildDate>Tue, 24 Nov 2009 09:29:52 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: G-lant</title>
		<link>http://hackaday.com/2007/06/06/suspend-in-motion/comment-page-1/#comment-26664</link>
		<dc:creator>G-lant</dc:creator>
		<pubDate>Tue, 10 Jul 2007 21:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2007/06/06/suspend-in-motion/#comment-26664</guid>
		<description>Hey this seems like an amazing idea. But I have one question. Im getting my new Mac laptop soon, will this work with Mac?</description>
		<content:encoded><![CDATA[<p>Hey this seems like an amazing idea. But I have one question. Im getting my new Mac laptop soon, will this work with Mac?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes Geiger</title>
		<link>http://hackaday.com/2007/06/06/suspend-in-motion/comment-page-1/#comment-26663</link>
		<dc:creator>Johannes Geiger</dc:creator>
		<pubDate>Tue, 03 Jul 2007 05:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2007/06/06/suspend-in-motion/#comment-26663</guid>
		<description>This is creat idea. I&#039;ve tryed to find a solution for FSC Notebooks. Google gives me these helpfull links:&lt;br&gt;&lt;a href=&quot;http://nich.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&amp;_c=BlogPart&amp;partqs=amonth%3d3%26ayear%3d2007&quot; rel=&quot;nofollow&quot;&gt;http://nich.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&amp;_c=BlogPart&amp;partqs=amonth%3d3%26ayear%3d2007&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://geekswithblogs.net/dirksblog/articles/54935.aspx&quot; rel=&quot;nofollow&quot;&gt;http://geekswithblogs.net/dirksblog/articles/54935.aspx&lt;/a&gt; (german)&lt;br&gt;&lt;a href=&quot;http://msdn2.microsoft.com/En-US/library/aa363216.aspx&quot; rel=&quot;nofollow&quot;&gt;http://msdn2.microsoft.com/En-US/library/aa363216.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;finaly with that Information it was posible to write/modify a simple sample code.&lt;br&gt;&lt;br&gt;/* Reads Acceleration Sensor Values out of FSC Liefebook T4215&lt;br&gt;   and perhaps other FSC Notebooks that work with Shock Sensor&lt;br&gt;   Utility ( FJSSGUI.exe + FJSSDMN.exe )&lt;br&gt;   Sensor Description:&lt;br&gt;   &lt;a href=&quot;http://www.fujitsu.com/sg/services/computing/pc/einfo/shock-sensor/&quot; rel=&quot;nofollow&quot;&gt;http://www.fujitsu.com/sg/services/computing/pc/einfo/shock-sensor/&lt;/a&gt;&lt;br&gt;   &lt;br&gt;   Thanks to Nicholai Yu who did de reverse engineering:&lt;br&gt;   &lt;a href=&quot;http://nich.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&amp;_c=BlogPart&amp;partqs=amonth%3d3%26ayear%3d2007&quot; rel=&quot;nofollow&quot;&gt;http://nich.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&amp;_c=BlogPart&amp;partqs=amonth%3d3%26ayear%3d2007&lt;/a&gt;&lt;br&gt;   and MSDN for their example source which I&#039;ve just modified a little bit.&lt;br&gt;   &lt;a href=&quot;http://msdn2.microsoft.com/En-US/library/aa363216.aspx&quot; rel=&quot;nofollow&quot;&gt;http://msdn2.microsoft.com/En-US/library/aa363216.aspx&lt;/a&gt;&lt;br&gt;   &lt;br&gt;   To Port this to other HDD Sensors try &lt;a href=&quot;http://www.rohitab.com/apimonitor/&quot; rel=&quot;nofollow&quot;&gt;http://www.rohitab.com/apimonitor/&lt;/a&gt; and monitor&lt;br&gt;   the DeviceIoControl calls from an existing Sensor App.&lt;br&gt;&lt;br&gt;   Note: This code is only tested on one maschine.&lt;br&gt;   !!!!!!Use it on your own risk!!!!!! and report if it works.&lt;br&gt;   Sorry about my bad english, have fun with the app.&lt;br&gt;   (I hope sombody built some nice tools or games like a port of this&lt;br&gt;   &lt;a href=&quot;http://www.weiblespiele.de/images/79050.jpg&quot; rel=&quot;nofollow&quot;&gt;http://www.weiblespiele.de/images/79050.jpg&lt;/a&gt; for tablet PC ;)&lt;br&gt;&lt;br&gt;   Some Keywords for Google:&lt;br&gt;   Shock Sensor Utility, hdd, harddisk, shock, Fujitsu, source, c,&lt;br&gt;   accelerometer, acceleration, motion, gyro, tilt, pan, protection&lt;br&gt;   */&lt;br&gt;&lt;br&gt;#include &lt;br&gt;#include &lt;br&gt;#include &lt;br&gt;&lt;br&gt;BOOL GetAccel(char *AccValue)&lt;br&gt;{&lt;br&gt;  HANDLE hDevice;               // handle to the drive to be examined &lt;br&gt;  BOOL bResult;                 // results flag&lt;br&gt;  DWORD junk;                   // discard results&lt;br&gt;&lt;br&gt;  hDevice = CreateFile(TEXT(&quot;\\\\.\\PhysicalDrive0&quot;),  // drive &lt;br&gt;                    0,                // no access to the drive&lt;br&gt;                    FILE_SHARE_READ &#124; // share mode&lt;br&gt;                    FILE_SHARE_WRITE, &lt;br&gt;                    NULL,             // default security attributes&lt;br&gt;                    OPEN_EXISTING,    // disposition&lt;br&gt;                    0,                // file attributes&lt;br&gt;                    NULL);            // do not copy file attributes&lt;br&gt;&lt;br&gt;  if (hDevice == INVALID_HANDLE_VALUE) // cannot open the drive&lt;br&gt;  {&lt;br&gt;    return (FALSE);&lt;br&gt;  }&lt;br&gt;&lt;br&gt;  bResult = DeviceIoControl(hDevice,  // device to be queried&lt;br&gt;							0x220208,  // operation to perform</description>
		<content:encoded><![CDATA[<p>This is creat idea. I&#8217;ve tryed to find a solution for FSC Notebooks. Google gives me these helpfull links:<br /><a href="http://nich.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&#038;_c=BlogPart&#038;partqs=amonth%3d3%26ayear%3d2007" rel="nofollow">http://nich.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&#038;_c=BlogPart&#038;partqs=amonth%3d3%26ayear%3d2007</a><br /><a href="http://geekswithblogs.net/dirksblog/articles/54935.aspx" rel="nofollow">http://geekswithblogs.net/dirksblog/articles/54935.aspx</a> (german)<br /><a href="http://msdn2.microsoft.com/En-US/library/aa363216.aspx" rel="nofollow">http://msdn2.microsoft.com/En-US/library/aa363216.aspx</a></p>
<p>finaly with that Information it was posible to write/modify a simple sample code.</p>
<p>/* Reads Acceleration Sensor Values out of FSC Liefebook T4215<br />   and perhaps other FSC Notebooks that work with Shock Sensor<br />   Utility ( FJSSGUI.exe + FJSSDMN.exe )<br />   Sensor Description:<br />   <a href="http://www.fujitsu.com/sg/services/computing/pc/einfo/shock-sensor/" rel="nofollow">http://www.fujitsu.com/sg/services/computing/pc/einfo/shock-sensor/</a></p>
<p>   Thanks to Nicholai Yu who did de reverse engineering:<br />   <a href="http://nich.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&#038;_c=BlogPart&#038;partqs=amonth%3d3%26ayear%3d2007" rel="nofollow">http://nich.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&#038;_c=BlogPart&#038;partqs=amonth%3d3%26ayear%3d2007</a><br />   and MSDN for their example source which I&#8217;ve just modified a little bit.<br />   <a href="http://msdn2.microsoft.com/En-US/library/aa363216.aspx" rel="nofollow">http://msdn2.microsoft.com/En-US/library/aa363216.aspx</a></p>
<p>   To Port this to other HDD Sensors try <a href="http://www.rohitab.com/apimonitor/" rel="nofollow">http://www.rohitab.com/apimonitor/</a> and monitor<br />   the DeviceIoControl calls from an existing Sensor App.</p>
<p>   Note: This code is only tested on one maschine.<br />   !!!!!!Use it on your own risk!!!!!! and report if it works.<br />   Sorry about my bad english, have fun with the app.<br />   (I hope sombody built some nice tools or games like a port of this<br />   <a href="http://www.weiblespiele.de/images/79050.jpg" rel="nofollow">http://www.weiblespiele.de/images/79050.jpg</a> for tablet PC ;)</p>
<p>   Some Keywords for Google:<br />   Shock Sensor Utility, hdd, harddisk, shock, Fujitsu, source, c,<br />   accelerometer, acceleration, motion, gyro, tilt, pan, protection<br />   */</p>
<p>#include <br />#include <br />#include </p>
<p>BOOL GetAccel(char *AccValue)<br />{<br />  HANDLE hDevice;               // handle to the drive to be examined <br />  BOOL bResult;                 // results flag<br />  DWORD junk;                   // discard results</p>
<p>  hDevice = CreateFile(TEXT(&#8220;\\\\.\\PhysicalDrive0&#8243;),  // drive <br />                    0,                // no access to the drive<br />                    FILE_SHARE_READ | // share mode<br />                    FILE_SHARE_WRITE, <br />                    NULL,             // default security attributes<br />                    OPEN_EXISTING,    // disposition<br />                    0,                // file attributes<br />                    NULL);            // do not copy file attributes</p>
<p>  if (hDevice == INVALID_HANDLE_VALUE) // cannot open the drive<br />  {<br />    return (FALSE);<br />  }</p>
<p>  bResult = DeviceIoControl(hDevice,  // device to be queried<br />							0&#215;220208,  // operation to perform</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kori</title>
		<link>http://hackaday.com/2007/06/06/suspend-in-motion/comment-page-1/#comment-26662</link>
		<dc:creator>Kori</dc:creator>
		<pubDate>Mon, 11 Jun 2007 11:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2007/06/06/suspend-in-motion/#comment-26662</guid>
		<description>That can be but not sure!</description>
		<content:encoded><![CDATA[<p>That can be but not sure!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brien Schultz</title>
		<link>http://hackaday.com/2007/06/06/suspend-in-motion/comment-page-1/#comment-26661</link>
		<dc:creator>Brien Schultz</dc:creator>
		<pubDate>Sat, 09 Jun 2007 08:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2007/06/06/suspend-in-motion/#comment-26661</guid>
		<description>Oh, and towards the convo on this running on Linux, Apple, etc.  ...This program is so simple I could easily write it in C, C++, Java, etc. so I don&#039;t think platforms will be a problem.  I just need to get specs on all the APIs/drivers for accelerometers.</description>
		<content:encoded><![CDATA[<p>Oh, and towards the convo on this running on Linux, Apple, etc.  &#8230;This program is so simple I could easily write it in C, C++, Java, etc. so I don&#8217;t think platforms will be a problem.  I just need to get specs on all the APIs/drivers for accelerometers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brien Schultz</title>
		<link>http://hackaday.com/2007/06/06/suspend-in-motion/comment-page-1/#comment-26660</link>
		<dc:creator>Brien Schultz</dc:creator>
		<pubDate>Sat, 09 Jun 2007 08:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2007/06/06/suspend-in-motion/#comment-26660</guid>
		<description>I LOVE how linux does hardware.  They did things right a long time ago.</description>
		<content:encoded><![CDATA[<p>I LOVE how linux does hardware.  They did things right a long time ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Burnzee</title>
		<link>http://hackaday.com/2007/06/06/suspend-in-motion/comment-page-1/#comment-26659</link>
		<dc:creator>Burnzee</dc:creator>
		<pubDate>Sat, 09 Jun 2007 02:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2007/06/06/suspend-in-motion/#comment-26659</guid>
		<description>Great Idea.  Pity I can&#039;t get it to work.  Got Toshiba Satellite A100 running Xp.  Only eight months old.</description>
		<content:encoded><![CDATA[<p>Great Idea.  Pity I can&#8217;t get it to work.  Got Toshiba Satellite A100 running Xp.  Only eight months old.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brien Schultz</title>
		<link>http://hackaday.com/2007/06/06/suspend-in-motion/comment-page-1/#comment-26658</link>
		<dc:creator>Brien Schultz</dc:creator>
		<pubDate>Fri, 08 Jun 2007 07:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2007/06/06/suspend-in-motion/#comment-26658</guid>
		<description>Ok, so I finally got binaries and source uploaded.  This is ALPHA!!!  It might not work properly, I haven&#039;t tested it properly yet.&lt;br&gt;&lt;br&gt;Binaries for ZIP people...&lt;br&gt;&lt;a href=&quot;http://www.suite304.com/BedTimeAlpha.zip&quot; rel=&quot;nofollow&quot;&gt;http://www.suite304.com/BedTimeAlpha.zip&lt;/a&gt;&lt;br&gt;&lt;br&gt;And for the WinRAR people...&lt;br&gt;&lt;a href=&quot;http://www.suite304.com/BedTimeAlpha.rar&quot; rel=&quot;nofollow&quot;&gt;http://www.suite304.com/BedTimeAlpha.rar&lt;/a&gt;&lt;br&gt;&lt;br&gt;Source for my .Net homies...&lt;br&gt;&lt;a href=&quot;http://www.suite304.com/BedTimeSource.zip&quot; rel=&quot;nofollow&quot;&gt;http://www.suite304.com/BedTimeSource.zip&lt;/a&gt;&lt;br&gt;&lt;br&gt;If you want to help me make this better I&#039;d appriciate it.  This version is very basic and simple (as you will see).</description>
		<content:encoded><![CDATA[<p>Ok, so I finally got binaries and source uploaded.  This is ALPHA!!!  It might not work properly, I haven&#8217;t tested it properly yet.</p>
<p>Binaries for ZIP people&#8230;<br /><a href="http://www.suite304.com/BedTimeAlpha.zip" rel="nofollow">http://www.suite304.com/BedTimeAlpha.zip</a></p>
<p>And for the WinRAR people&#8230;<br /><a href="http://www.suite304.com/BedTimeAlpha.rar" rel="nofollow">http://www.suite304.com/BedTimeAlpha.rar</a></p>
<p>Source for my .Net homies&#8230;<br /><a href="http://www.suite304.com/BedTimeSource.zip" rel="nofollow">http://www.suite304.com/BedTimeSource.zip</a></p>
<p>If you want to help me make this better I&#8217;d appriciate it.  This version is very basic and simple (as you will see).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikoangelo</title>
		<link>http://hackaday.com/2007/06/06/suspend-in-motion/comment-page-1/#comment-26657</link>
		<dc:creator>Mikoangelo</dc:creator>
		<pubDate>Fri, 08 Jun 2007 01:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2007/06/06/suspend-in-motion/#comment-26657</guid>
		<description>Why, oh why, not just set a sleep timer to ~3 minutes if the lid is closed?&lt;br&gt;&lt;br&gt;And what if I were to close the lid, and put the computer over in the corner of $somewhere, only to forget it for a couple of hours? Problem unsolved!</description>
		<content:encoded><![CDATA[<p>Why, oh why, not just set a sleep timer to ~3 minutes if the lid is closed?</p>
<p>And what if I were to close the lid, and put the computer over in the corner of $somewhere, only to forget it for a couple of hours? Problem unsolved!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trimzulu</title>
		<link>http://hackaday.com/2007/06/06/suspend-in-motion/comment-page-1/#comment-26656</link>
		<dc:creator>Trimzulu</dc:creator>
		<pubDate>Fri, 08 Jun 2007 01:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2007/06/06/suspend-in-motion/#comment-26656</guid>
		<description>You guys are missing the point.  He DOESN&#039;T want the laptop sleeping when he just shuts the lid.  A lot of people use their laptops as their primary computers.  I shut my screen a lot while still running applications in the background.  Sleeping would kill those, this lets me not sleep all the time while still being able to pick up my laptop and go without worrying about the battery being dead when I get there.</description>
		<content:encoded><![CDATA[<p>You guys are missing the point.  He DOESN&#8217;T want the laptop sleeping when he just shuts the lid.  A lot of people use their laptops as their primary computers.  I shut my screen a lot while still running applications in the background.  Sleeping would kill those, this lets me not sleep all the time while still being able to pick up my laptop and go without worrying about the battery being dead when I get there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patman</title>
		<link>http://hackaday.com/2007/06/06/suspend-in-motion/comment-page-1/#comment-26655</link>
		<dc:creator>Patman</dc:creator>
		<pubDate>Fri, 08 Jun 2007 00:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2007/06/06/suspend-in-motion/#comment-26655</guid>
		<description>yeah i wouldnt say that linux is the best OS out there, but it ain&#039;t some crack-dealin&#039; weed-smokin&#039; pimp! I think that because of its 3rd party capabilities Linux isnt that bad (granted of course that you have Windows XP or Vista on your computer as well.)&lt;br&gt;&lt;br&gt;sure beats Mac&#039;s iCrap series!</description>
		<content:encoded><![CDATA[<p>yeah i wouldnt say that linux is the best OS out there, but it ain&#8217;t some crack-dealin&#8217; weed-smokin&#8217; pimp! I think that because of its 3rd party capabilities Linux isnt that bad (granted of course that you have Windows XP or Vista on your computer as well.)</p>
<p>sure beats Mac&#8217;s iCrap series!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: japroach</title>
		<link>http://hackaday.com/2007/06/06/suspend-in-motion/comment-page-1/#comment-26654</link>
		<dc:creator>japroach</dc:creator>
		<pubDate>Fri, 08 Jun 2007 00:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2007/06/06/suspend-in-motion/#comment-26654</guid>
		<description>&quot;it seems kind of counterintuitive. why not just make it go to sleep after a preset time when it is closed? how does the motion sensor help?&quot;&lt;br&gt;&lt;br&gt;I don&#039;t really get the point of it either. OK you close the lid and its moving, so it sets a 5min timer to go to sleep (long enough to get somewhere within the house).&lt;br&gt;&lt;br&gt;Now you close the lid later but its not moving, should it sleep then as well? Seems like it should.&lt;br&gt;&lt;br&gt;The idea and execution is cool, but it isn&#039;t exactly a &quot;brilliant&quot; hack.</description>
		<content:encoded><![CDATA[<p>&#8220;it seems kind of counterintuitive. why not just make it go to sleep after a preset time when it is closed? how does the motion sensor help?&#8221;</p>
<p>I don&#8217;t really get the point of it either. OK you close the lid and its moving, so it sets a 5min timer to go to sleep (long enough to get somewhere within the house).</p>
<p>Now you close the lid later but its not moving, should it sleep then as well? Seems like it should.</p>
<p>The idea and execution is cool, but it isn&#8217;t exactly a &#8220;brilliant&#8221; hack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eliot</title>
		<link>http://hackaday.com/2007/06/06/suspend-in-motion/comment-page-1/#comment-26653</link>
		<dc:creator>Eliot</dc:creator>
		<pubDate>Thu, 07 Jun 2007 21:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2007/06/06/suspend-in-motion/#comment-26653</guid>
		<description>I&#039;m still in charge over here, but I work fulltime at Netscape.com and just come over to fill in for Will from time to time.</description>
		<content:encoded><![CDATA[<p>I&#8217;m still in charge over here, but I work fulltime at Netscape.com and just come over to fill in for Will from time to time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://hackaday.com/2007/06/06/suspend-in-motion/comment-page-1/#comment-26652</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 07 Jun 2007 21:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2007/06/06/suspend-in-motion/#comment-26652</guid>
		<description>#8: What about the Mono Project?  I haven&#039;t got that up and running yet, as I just switched to Ubuntu a few weeks ago, but it may well work on Linux with some tweaking...</description>
		<content:encoded><![CDATA[<p>#8: What about the Mono Project?  I haven&#8217;t got that up and running yet, as I just switched to Ubuntu a few weeks ago, but it may well work on Linux with some tweaking&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: momotarosan</title>
		<link>http://hackaday.com/2007/06/06/suspend-in-motion/comment-page-1/#comment-26651</link>
		<dc:creator>momotarosan</dc:creator>
		<pubDate>Thu, 07 Jun 2007 21:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2007/06/06/suspend-in-motion/#comment-26651</guid>
		<description>here is a blog on the use of accelerometer for controlling Google Maps &lt;a href=&quot;http://bulknews.typepad.com/blog/2006/06/control_google_.html&quot; rel=&quot;nofollow&quot;&gt;http://bulknews.typepad.com/blog/2006/06/control_google_.html&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>here is a blog on the use of accelerometer for controlling Google Maps <a href="http://bulknews.typepad.com/blog/2006/06/control_google_.html" rel="nofollow">http://bulknews.typepad.com/blog/2006/06/control_google_.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YoYo-Pete</title>
		<link>http://hackaday.com/2007/06/06/suspend-in-motion/comment-page-1/#comment-26650</link>
		<dc:creator>YoYo-Pete</dc:creator>
		<pubDate>Thu, 07 Jun 2007 20:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2007/06/06/suspend-in-motion/#comment-26650</guid>
		<description>This is a really great product.  ::Applause::&lt;br&gt;&lt;br&gt;My suggestion is to add a feature that allows it to go into Hibernation instead of sleep.  As sleep does use power and it will drain over time.&lt;br&gt;&lt;br&gt;P.S.  I have to agree with #3.  I still havent figured it all out as a developer, but from a system viewpoint, it&#039;s supposed to make everything easier.&lt;br&gt;&lt;br&gt;#4, it requires Dot.Net Framework, so no linux.</description>
		<content:encoded><![CDATA[<p>This is a really great product.  ::Applause::</p>
<p>My suggestion is to add a feature that allows it to go into Hibernation instead of sleep.  As sleep does use power and it will drain over time.</p>
<p>P.S.  I have to agree with #3.  I still havent figured it all out as a developer, but from a system viewpoint, it&#8217;s supposed to make everything easier.</p>
<p>#4, it requires Dot.Net Framework, so no linux.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
