<?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>Geek Drivel &#187; Robotics and/or Computing Hardware</title>
	<atom:link href="http://geekblog.oakcircle.com/category/interests/computing-hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://geekblog.oakcircle.com</link>
	<description>Miscellaneous ramblings on miscellaneous topics</description>
	<lastBuildDate>Mon, 06 Feb 2012 14:08:17 +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>&#8220;Incoming! Self-guiding bullet could strike from a mile away&#8221;</title>
		<link>http://geekblog.oakcircle.com/2012/02/03/its-a-hit-everywhere-it-goes/</link>
		<comments>http://geekblog.oakcircle.com/2012/02/03/its-a-hit-everywhere-it-goes/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 16:46:24 +0000</pubDate>
		<dc:creator>Head Geek</dc:creator>
				<category><![CDATA[Robotics and/or Computing Hardware]]></category>
		<category><![CDATA[Science and Technology]]></category>
		<category><![CDATA[Science Fiction and Fantasy]]></category>
		<category><![CDATA[Security (Digital And Otherwise)]]></category>

		<guid isPermaLink="false">http://geekblog.oakcircle.com/?p=4492</guid>
		<description><![CDATA[I have decidedly mixed feelings about this. Like any tool, it could be either good or evil depending on who wields it, but the amount of power it provides greatly amplifies both possible outcomes &#8212; and in another five or ten years, it will probably be available to anyone who&#8217;s willing to spend the money. [...]]]></description>
			<content:encoded><![CDATA[<p>I have decidedly mixed feelings about <a href="http://news.cnet.com/8301-13772_3-57368440-52/incoming-self-guiding-bullet-could-strike-from-a-mile-away/?tag=nl.e404">this</a>. Like any tool, it could be either good or evil depending on who wields it, but the amount of power it provides greatly amplifies both possible outcomes &#8212; and in another five or ten years, it will probably be available to anyone who&#8217;s willing to spend the money.</p>

<p>Obligatory science-fiction link: in Harry Harrison&#8217;s <em>The Stainless Steel Rat&#8217;s Revenge</em>, the main character poses as a representative of an intergalactic weapons manufacturer to infiltrate the militant world of Cliaand:</p>

<blockquote>
  <p>I unlocked the case and flipped back the lid. The armament specialist glared down at the various components in their padded niches. I explained.</p>
  
  <p>&#8220;My firm is the originator and sole manufacturer of the memory line of proximity fuses. No other line is as compact as ours, none as versatile.&#8221; I used tweezers to take a fuse from a holder. It was no larger than a pinhead. &#8220;This is the most minuscule, designed to be used in a weapon as small as a handgun. Firing activates the fuse which will then detonate the charge in the slug when it comes near a target or predetermined size. This other fuse is the most intelligent, designed for use in heavy weapons or missiles.&#8221; They all leaned forward eagerly when I held up the wafer of the Mem-IV and pointed out its singular merits.</p>
  
  <p>&#8220;All solid-state construction, capable of resisting incredible pressures, thousands of G&#8217;s, massive shocks. It can be preset to detonate only when approaching a specific target, or can be programmed externally and electronically at any time up to the moment of firing. It contains discrimination circuits that will prevent explosion in the vicinity of friendly equipment. It is indeed unique.&#8221;</p>
</blockquote>

<p>There was no talk of his wares guiding the explosive bullet/warhead/whatever, simply adding some intelligence to when, where, and whether it detonates, but I can foresee this real-world example adding such capabilities in the future as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://geekblog.oakcircle.com/2012/02/03/its-a-hit-everywhere-it-goes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux compiles and massive IOWait delays</title>
		<link>http://geekblog.oakcircle.com/2012/01/16/i-can-build-quickly-now-the-pain-is-gone/</link>
		<comments>http://geekblog.oakcircle.com/2012/01/16/i-can-build-quickly-now-the-pain-is-gone/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 14:30:07 +0000</pubDate>
		<dc:creator>Head Geek</dc:creator>
				<category><![CDATA[Robotics and/or Computing Hardware]]></category>
		<category><![CDATA[Software and Software Development]]></category>

		<guid isPermaLink="false">http://geekblog.oakcircle.com/?p=4434</guid>
		<description><![CDATA[As mentioned previously, I use a 13&#8243; mid-2009 MacBook Pro as my development machine, with virtual Linux and Windows machines running under Parallels. All was mostly well, except that I&#8217;m doing a lot more compiling in the last few months than I had been previously, and the IOWait problem on the Linux VM &#8212; always [...]]]></description>
			<content:encoded><![CDATA[<p>As <a href="http://geekblog.oakcircle.com/2011/09/27/a-parallel-entry-about-parallels/">mentioned previously</a>, I use a 13&#8243; mid-2009 MacBook Pro as my development machine, with virtual Linux and Windows machines running under Parallels. All was mostly well, except that I&#8217;m doing a lot more compiling in the last few months than I had been previously, and the IOWait problem on the Linux VM &#8212; always an irritant &#8212; had become ever more painful.</p>

<p>How painful? The first compile of a small C++ source file took roughly three minutes and forty-eight seconds, almost all of it spend waiting for the hard drive. Subsequent ones (if I&#8217;d logged in no more than a few hours ago) took only sixteen seconds. If I did <em>anything</em> between compiles &#8212; switched to a Firefox window to do some research, for instance &#8212; then the time for the next compile started climbing toward the initial mark pretty quickly. And if I left it logged in overnight, a compile of the same file never took less than a full minute, until I logged out and back in again.</p>

<p>I don&#8217;t know why the hard drive on this system seems so slow. I can&#8217;t even figure out if what I&#8217;m seeing is normal for this machine&#8217;s specifications (and I really hope it isn&#8217;t). If the hard drive were noticeably faster, the IOWait bottleneck wouldn&#8217;t be as much of a problem, but replacing it to find out isn&#8217;t a viable option at the moment, so it was time to look for alternative ways to improve it.</p>

<p>The first thing you always look at in such cases is giving the machine more memory. That was problematic here though: I need to run at least two virtual machines (Linux and Windows) almost full-time, often with a third (an older version of Windows) as well. The third virtual machine can get away with only a gigabyte of memory, but the Linux system requires at least two gigabytes with the workload I use it for, and the other Windows one nearly as much. The host machine is maxes out at 8GB, and it&#8217;s fully loaded. Gritting my teeth, I decided to sacrifice the third VM and bumped the Linux VM up to 2.5GB. There was no noticeable change.</p>

<p>(I&#8217;d already ensured that both the host machine and the Linux VM were running fully in memory, without swapping.)</p>

<p>The next avenue to explore was figuring out what the compiler was spending its time reading. If I knew that, maybe I could do something to streamline it. But all attempts at identifying that have failed &#8212; GCC&#8217;s <a href="http://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html#Debugging-Options">bewildering array of debugging options</a> doesn&#8217;t seem to include anything that provides that information, and though I&#8217;m sure there are programs to log exactly what files are being accessed when under Linux, I haven&#8217;t been able to locate them.</p>

<p>Okay, plan C: maybe there was some error or setting on the disk that was slowing down the reads? <code>fsck</code> gave the Linux virtual drives a clean bill of health, and using <code>noatime</code> made no noticeable difference either. Disk Utility on the host machine claimed there were many permissions problems, so I let it grind away at it for more than an hour until it was satisfied, but that produced no change. Scanning the host disk for any problem areas took a while longer, and was equally fruitless. I even tried resetting the PRAM, though I&#8217;m not sure what that is or does; no effect.</p>

<p>Plan D involved digging into all the information Google could provide on Linux file system speeds. Maybe an alternate file system would help? From everything I was able to find, the only one that <em>might</em> help significantly was ReiserFS, and only if the files the compiler was spending its time on were small ones. Experimenting with that felt like it would waste more time than I&#8217;d save by solving the problem (assuming it did, which wasn&#8217;t assured), so scratch that idea.</p>

<p>On to plan E (and some concern that I&#8217;d run out of letters before this was through): maybe there&#8217;s a cache setting to improve things?</p>

<p>Paydirt! Or rather, something slightly better than just dirt. <img src='http://geekblog.oakcircle.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  After maybe a couple days of work on that, spread out over several weeks, I finally found <a href="http://rudd-o.com/linux-and-free-software/tales-from-responsivenessland-why-linux-feels-slow-and-how-to-fix-that">one page</a> a couple days ago that described the only option that made a significant difference: the cache-pressure setting. Essentially it tells the caching system whether to prefer to keep the contents of files in the cache, or the file-system information that lets it find files. The default setting is 100, which means keep both equally; a higher setting favors the contents of files, a lower one favors the file-system info. Some experimentation with it (using the command <code>sudo sysctl -w vm.vfs_cache_pressure=XX</code>, where <em>XX</em> is the number to set it to) showed that a setting of 10 kept the compile times and IOWait to a minimum &#8212; success!</p>

<p>Or was it? That worked well if I&#8217;d logged into the machine within the last few hours, but after it had been running for a while, compiles started slowing down again &#8212; to the point that, after leaving it running overnight, that file took more than a minute to compile, no matter how many times I tried it or how close together they were. Better that it was previously, but was there any way to improve it further?</p>

<p>What was happening overnight that could affect it that way? What did logging out and back in change that fixed it? The only answer seemed to be memory, again &#8212; as the VM ran longer, the memory in use grew, until it stabilised at between 600MB and 700MB (closer to 1GB if Firefox, with my current set of must-have extensions, were also running). That left a gigabyte for caching &#8212; surely that was sufficient for whatever GCC needed to look at? But there was no other difference I could find.</p>

<p>Maybe 2.5GB just wasn&#8217;t enough? I couldn&#8217;t imagine why that might be the case, but I bumped it up to a full 3GB.</p>

<p>It worked. The first compile after rebooting the machine still took the same amount of time, and subsequent compiles remained at about 16 seconds &#8212; but the next morning, after leaving it running overnight, compiles after the first one <em>stayed</em> at about 16 seconds. The IOWait was over! <img src='http://geekblog.oakcircle.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>

<p>I&#8217;m not real happy about that solution. The machine is responsive, but it&#8217;s operating perilously close to its memory limit: there isn&#8217;t enough room left to sneeze in without forcing it to start swapping to disk. When it was running three VMs, I could always shut down the third one if I needed to free up some RAM; now that safety valve is gone. Even upgrading to more recent hardware wouldn&#8217;t help; the current crop of MacBook Pro machines also maxes out at 8GB.</p>

<p>I would really like to stay with a Mac, for the convenience of having all three major OSes available simultaneously. I <em>must</em> stay with a notebook system. I hope Apple&#8217;s next crop of MacBook Pro machines increases the memory limit, or I&#8217;ll have to look at non-Mac alternatives.</p>
]]></content:encoded>
			<wfw:commentRss>http://geekblog.oakcircle.com/2012/01/16/i-can-build-quickly-now-the-pain-is-gone/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>&#8220;US killer spy drone controls switch to Linux&#8221;</title>
		<link>http://geekblog.oakcircle.com/2012/01/15/about-damn-time-sheesh/</link>
		<comments>http://geekblog.oakcircle.com/2012/01/15/about-damn-time-sheesh/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 14:04:03 +0000</pubDate>
		<dc:creator>Head Geek</dc:creator>
				<category><![CDATA[Amusing/Interesting/Appalling]]></category>
		<category><![CDATA[Robotics and/or Computing Hardware]]></category>
		<category><![CDATA[Security (Digital And Otherwise)]]></category>
		<category><![CDATA[Spam and Malware]]></category>
		<category><![CDATA[The Great OS Wars]]></category>

		<guid isPermaLink="false">http://geekblog.oakcircle.com/?p=4429</guid>
		<description><![CDATA[So you&#8217;ve got an unmanned flying drone with deadly weapons, controlled by ground stations that could be hundreds or thousands of miles away. Of course you run it with the most popular and least secure operating system on the planet! I mean, what could possibly go wrong? I&#8217;ve said it before, in all-caps and bold [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve got an unmanned flying drone with deadly weapons, controlled by ground stations that could be hundreds or thousands of miles away. <em>Of course</em> you run it with the most popular and least secure operating system on the planet! I mean, what could possibly go wrong?</p>

<p>I&#8217;ve <a href="http://geekblog.oakcircle.com/2010/09/16/hey-mom-im-crashing-a-plane-over-the-internet-thats-nice-dear/">said it before</a>, in all-caps and bold italics: <strong><em>DO NOT USE AN INSECURE FREAKIN’ CONSUMER OS LIKE WINDOWS ON VITAL CONTROL SYSTEMS!</em></strong></p>

<p>At least a few of the higher-ups in the military seem to have learned to listen to what their technical people have likely been saying for years. With any luck it&#8217;ll filter out to the private sector too, and sooner rather than later.</p>

<hr />

<p>EDIT, three hours later: in an ironic twist, it turns out that <a href="http://www.channelregister.co.uk/2012/01/15/trustworthy_computing_memo/">today is the tenth anniversary of the Bill Gates&#8217; &#8220;trustworthy computing&#8221; memo</a>. While the change in focus has been welcome, it hasn&#8217;t really hardened Windows, just elminiated the most blatant insecurities. Windows remains basically a single-user consumer OS, and still tries to be consumer-friendly at the expense of security. So long as Microsoft refuses to require people to learn anything in order to use Windows, it will never be secure.</p>

<p>This may sound strange, but that isn&#8217;t necessarily problem. A consumer OS <em>should</em> be easy to use, and <em>shouldn&#8217;t</em> require the user to learn any more than he could pick up by sitting at the keyboard and playing with it. At the same time, such an OS should <strong><em>never</em></strong> be used for anything vital &#8212; leave it to what it&#8217;s good for, which doesn&#8217;t include anything that requires security.</p>
]]></content:encoded>
			<wfw:commentRss>http://geekblog.oakcircle.com/2012/01/15/about-damn-time-sheesh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;H&amp;M Under Fire for Using Fake, Computer-Generated Models&#8221;</title>
		<link>http://geekblog.oakcircle.com/2012/01/05/gives-a-whole-new-meaning-to-data-modelling/</link>
		<comments>http://geekblog.oakcircle.com/2012/01/05/gives-a-whole-new-meaning-to-data-modelling/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 18:23:20 +0000</pubDate>
		<dc:creator>Head Geek</dc:creator>
				<category><![CDATA[Robotics and/or Computing Hardware]]></category>
		<category><![CDATA[Science and Technology]]></category>
		<category><![CDATA[Science Fiction and Fantasy]]></category>

		<guid isPermaLink="false">http://geekblog.oakcircle.com/?p=4395</guid>
		<description><![CDATA[That&#8217;s not data models, it&#8217;s women who model clothing. There was a near-future SF novel I read many years ago (I don&#8217;t recall which one) that posited that actors would be replaced almost entirely by computer-generated models. We&#8217;re already seeing the precursors of it &#8212; all the Pixar releases, for instance. And characters in games [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s not data models, it&#8217;s <a href="http://mashable.com/2011/12/08/hm-cg-models/">women who model clothing</a>. <img src='http://geekblog.oakcircle.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<p>There was a near-future SF novel I read many years ago (I don&#8217;t recall which one) that posited that actors would be replaced almost entirely by computer-generated models. We&#8217;re already seeing the precursors of it &#8212; all the Pixar releases, for instance. And characters in games are constantly getting more realistic; in portions of Final Fantasy X, for instance, you would swear that you&#8217;re looking at people, rather than computer-generated images.</p>

<p>Get some strong AI, and give them a couple decades of practice, and you may well start to see the occasional real movies &#8212; not just cartoon-like ones &#8212; made entirely in a computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://geekblog.oakcircle.com/2012/01/05/gives-a-whole-new-meaning-to-data-modelling/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>&#8220;Technology confuse lizard! Lizard no like!&#8221;</title>
		<link>http://geekblog.oakcircle.com/2011/12/25/mmm-delicious-hey-these-arent-ants/</link>
		<comments>http://geekblog.oakcircle.com/2011/12/25/mmm-delicious-hey-these-arent-ants/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 14:29:03 +0000</pubDate>
		<dc:creator>Head Geek</dc:creator>
				<category><![CDATA[Amusing/Interesting/Appalling]]></category>
		<category><![CDATA[Robotics and/or Computing Hardware]]></category>
		<category><![CDATA[Science and Technology]]></category>
		<category><![CDATA[Software and Software Development]]></category>

		<guid isPermaLink="false">http://geekblog.oakcircle.com/?p=4315</guid>
		<description><![CDATA[I can&#8217;t figure out whether this is EPIC LIZARD-BRAIN FAIL or simply hilarious. Maybe I&#8217;ll settle for both. I especially find it amusing when, between rounds, the lizard looks up at the guy behind the camera, as if he really wants to convey his disgust at the proceedings. Here is a short clip of a [...]]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t figure out whether <a href="http://boingboing.net/2011/12/14/technology-confuse-lizard-liz.html">this</a> is EPIC LIZARD-BRAIN FAIL or simply hilarious. Maybe I&#8217;ll settle for both. I especially find it amusing when, between rounds, the lizard looks up at the guy behind the camera, as if he really wants to convey his disgust at the proceedings.</p>

<p><a href="https://www.youtube.com/watch?v=LbNl3J8HXw4&amp;feature=youtu.be">Here</a> is a short clip of a toad (frog?) playing the same game. Be sure to watch it through to the end, where the toad expresses his own disgust in a rather more active way. <img src='http://geekblog.oakcircle.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>

<p>(Around Halloween this year, I suggested that GoddessJ should get a program we saw for her iPad that showed a spider that ran away from wherever you touched, and let the cats play with it. She declined because she was afraid our lard-arsed felines would break the iPad.)</p>
]]></content:encoded>
			<wfw:commentRss>http://geekblog.oakcircle.com/2011/12/25/mmm-delicious-hey-these-arent-ants/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;New Apple ad says Siri-reliant Santa is a slob&#8221;</title>
		<link>http://geekblog.oakcircle.com/2011/12/23/you-cant-be-siri-ous/</link>
		<comments>http://geekblog.oakcircle.com/2011/12/23/you-cant-be-siri-ous/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 14:04:29 +0000</pubDate>
		<dc:creator>Head Geek</dc:creator>
				<category><![CDATA[Amusing/Interesting/Appalling]]></category>
		<category><![CDATA[Robotics and/or Computing Hardware]]></category>
		<category><![CDATA[Science and Technology]]></category>
		<category><![CDATA[Software and Software Development]]></category>

		<guid isPermaLink="false">http://geekblog.oakcircle.com/?p=4336</guid>
		<description><![CDATA[The ad is funny enough on its own, but this take on it had me laughing aloud.]]></description>
			<content:encoded><![CDATA[<p>The ad is funny enough on its own, but <a href="http://news.cnet.com/8301-17852_3-57344850-71/new-apple-ad-says-siri-reliant-santa-is-a-slob/">this take on it</a> had me laughing aloud.</p>
]]></content:encoded>
			<wfw:commentRss>http://geekblog.oakcircle.com/2011/12/23/you-cant-be-siri-ous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;US spy drone hijacked with GPS spoof hack, report says&#8221;</title>
		<link>http://geekblog.oakcircle.com/2011/12/16/oops-we-didnt-think-of-that-one/</link>
		<comments>http://geekblog.oakcircle.com/2011/12/16/oops-we-didnt-think-of-that-one/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 13:36:28 +0000</pubDate>
		<dc:creator>Head Geek</dc:creator>
				<category><![CDATA[Robotics and/or Computing Hardware]]></category>
		<category><![CDATA[Science and Technology]]></category>
		<category><![CDATA[Security (Digital And Otherwise)]]></category>
		<category><![CDATA[Software and Software Development]]></category>

		<guid isPermaLink="false">http://geekblog.oakcircle.com/?p=4306</guid>
		<description><![CDATA[Ever since I heard the report about the captured US spy-drone earlier this week, I wondered how it could possibly have happened. Well, my curiosity was satisfied today: it was reputedly caught by sending it false GPS signals &#8212; a vulnerability that military officials have apparently been aware of since at least 2003, and one [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since I heard the report about the captured US spy-drone earlier this week, I wondered how it could possibly have happened. Well, my curiosity was satisfied today: it was reputedly caught <a href="http://www.theregister.co.uk/2011/12/15/us_spy_drone_gps_spoofing/">by sending it false GPS signals</a> &#8212; a vulnerability that military officials have apparently been aware of since at least 2003, and one that&#8217;s ridiculously obvious in hindsight, not to mention ridiculously easy to exploit.</p>

<p>That brings up a fact well-known in security circles: an attacker only needs to find a single vulnerability, while the defender must block <em>all</em> the possible attacked vectors. Miss even one, and you might as well not have wasted your time protecting any of them.</p>

<p>I hope there weren&#8217;t any really important secrets in that drone.</p>

<p>UPDATE: It seems that smart guys are saying this is implausible because it would be <a href="http://www.theregister.co.uk/2011/12/21/spy_drone_hijack_gps_spoofing_implausible/">hard to do</a>. Hate to break it to you, guys, but &#8220;hard to do&#8221; just means that nobody on your side has put in the effort to figure out how to do it yet. As such, it may still be how it was done.</p>
]]></content:encoded>
			<wfw:commentRss>http://geekblog.oakcircle.com/2011/12/16/oops-we-didnt-think-of-that-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Robo-bear helps snorers snooze more smoothly&#8221;</title>
		<link>http://geekblog.oakcircle.com/2011/11/28/but-does-it-shalalala-in-the-woods/</link>
		<comments>http://geekblog.oakcircle.com/2011/11/28/but-does-it-shalalala-in-the-woods/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 10:34:29 +0000</pubDate>
		<dc:creator>Head Geek</dc:creator>
				<category><![CDATA[Amusing/Interesting/Appalling]]></category>
		<category><![CDATA[Robotics and/or Computing Hardware]]></category>
		<category><![CDATA[Science and Technology]]></category>

		<guid isPermaLink="false">http://geekblog.oakcircle.com/?p=4215</guid>
		<description><![CDATA[My stepfather has sleep apnea. He&#8217;s a really top-notch guy who will put up with a lot, but somehow I doubt he&#8217;d take kindly to having a robo-bear tickling his face at night.]]></description>
			<content:encoded><![CDATA[<p>My stepfather has sleep apnea. He&#8217;s a really top-notch guy who will put up with a lot, but somehow I doubt he&#8217;d take kindly to <a href="http://www.reghardware.com/2011/11/14/robo_bear_helps_people_sleep_better/">having a robo-bear tickling his face at night</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://geekblog.oakcircle.com/2011/11/28/but-does-it-shalalala-in-the-woods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Brainscan breakthrough: Working robot limbs come closer&#8221;</title>
		<link>http://geekblog.oakcircle.com/2011/11/27/give-me-a-hand-will-you/</link>
		<comments>http://geekblog.oakcircle.com/2011/11/27/give-me-a-hand-will-you/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 15:58:12 +0000</pubDate>
		<dc:creator>Head Geek</dc:creator>
				<category><![CDATA[Robotics and/or Computing Hardware]]></category>
		<category><![CDATA[Science and Technology]]></category>
		<category><![CDATA[Science Fiction and Fantasy]]></category>
		<category><![CDATA[Science of the Future]]></category>

		<guid isPermaLink="false">http://geekblog.oakcircle.com/?p=4208</guid>
		<description><![CDATA[This sort of thing will be useful for lots of peaceful purposes too. True telepresence, for instance, a la Surrogates. Fire and rescue workers equipped with something like this will be able to save others without having to risk their own lives. Astronauts could remain safely in orbiting ships, sending down only robotic suits, possibly [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.theregister.co.uk/2011/06/30/brains_in_jars_latest/">This sort of thing</a> will be useful for lots of peaceful purposes too. True telepresence, for instance, a la <em><a href="https://en.wikipedia.org/wiki/Surrogates_%28film%29">Surrogates</a></em>. Fire and rescue workers equipped with something like this will be able to save others without having to risk their own lives. Astronauts could remain safely in orbiting ships, sending down only robotic suits, possibly to environments like that of Mercury, where it would be all but impossible to protect a human body.</p>

<p>Then there are non-android uses, like simply controlling machinery or computers without need of physical contact. Repetitive Stress Injury could become a thing of the past when all you have to do is <em>think</em> about hitting the keys. I imagine you&#8217;d be able to &#8220;type&#8221; a whole lot faster that way too.</p>

<p>And of course, it will pave the way for the inevitable merging of mind and machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://geekblog.oakcircle.com/2011/11/27/give-me-a-hand-will-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;New plan: Send humans into space, keep the robots on Earth&#8221;</title>
		<link>http://geekblog.oakcircle.com/2011/11/25/keep-the-home-fires-burning-robojeeves-ill-be-back-in-five-years/</link>
		<comments>http://geekblog.oakcircle.com/2011/11/25/keep-the-home-fires-burning-robojeeves-ill-be-back-in-five-years/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 14:11:46 +0000</pubDate>
		<dc:creator>Head Geek</dc:creator>
				<category><![CDATA[Robotics and/or Computing Hardware]]></category>
		<category><![CDATA[Science and Technology]]></category>
		<category><![CDATA[Science of the Future]]></category>

		<guid isPermaLink="false">http://geekblog.oakcircle.com/?p=4202</guid>
		<description><![CDATA[It sounds like a good idea to me.]]></description>
			<content:encoded><![CDATA[<p>It <a href="http://www.theregister.co.uk/2011/06/30/robots_humans_space_topsy_turvy/">sounds like a good idea</a> to me. <img src='http://geekblog.oakcircle.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://geekblog.oakcircle.com/2011/11/25/keep-the-home-fires-burning-robojeeves-ill-be-back-in-five-years/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

