<?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>GeekLimit &#187; Hardware</title>
	<atom:link href="http://blog.geeklimit.com/category/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.geeklimit.com</link>
	<description>GeekLimit.com</description>
	<lastBuildDate>Thu, 29 Sep 2011 14:52:58 +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>Using a Western Digital MyBook with Active Directory</title>
		<link>http://blog.geeklimit.com/2011/02/10/mybook-and-ad/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mybook-and-ad</link>
		<comments>http://blog.geeklimit.com/2011/02/10/mybook-and-ad/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 19:26:50 +0000</pubDate>
		<dc:creator>The Technocrat</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://blog.geeklimit.com/?p=444</guid>
		<description><![CDATA[After an hour on the phone with Western Digital&#8217;s outsourced overseas calling center, I&#8217;ve been informed that: Although the MyBook World&#8217;s interface offers the ability to join a domain, and use domain users and groups to controll access, this is not supported. Basically, the MyBook &#8220;advanced&#8221; interface allows for you join the device to the [...]]]></description>
			<content:encoded><![CDATA[<p>After an hour on the phone with Western Digital&#8217;s outsourced overseas calling center, I&#8217;ve been informed that:</p>
<blockquote><p>Although the MyBook World&#8217;s interface offers the ability to join a domain, and use domain users and groups to controll access, this is not supported.</p></blockquote>
<p>Basically, the MyBook &#8220;advanced&#8221; interface allows for you join the device to the domain and to specify AD users and groups for folder permission, but they won&#8217;t help you troubleshoot when it doesn&#8217;t work.  And it doesn&#8217;t work by default on a Windows 7 or OSX machine.  Thanks WD, and yes, this post is my &#8216;screw you&#8217; answer to that policy. <img src='http://blog.geeklimit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So here&#8217;s the 2 issues most people run into when you do a Google search for &#8216;MyBook domain&#8217;, and how to fix them.</p>
<p><strong>Machine can&#8217;t be added to the domain</strong></p>
<ul>
<li>In the advanced web interface on the MyBook, click &#8216;System&#8217; &#8211; &#8216;General Setup&#8217;.  Check out the time &#8211; it&#8217;s probably wrong.</li>
<li>The MyBook is getting the time by default from a global time server by default, pool.ntp.org.  For whatever reason, the MyBook seems to get the correct time from the NTP server, then screw it up when applying it to itself, making the time be off anywhere from 30 minutes to 4 hours.</li>
<li>When you try to add the MyBook to the domain, the MyBook sends the time along with that request.  The domain sees this incorrect time and assumes something is wrong and won&#8217;t let the MyBook join the domain.</li>
<li><strong><em>Change the &#8216;NTP Time Server&#8217; field from pool.ntp.org to the IP address of whatever domain controller you&#8217;re going to send the request to.  At least then they&#8217;ll agree on the time, even if it&#8217;s not perfectly accurate.</em></strong></li>
<li>In some domains, the MyBook needs to also be able to reference itself by name, which means you need to make an A record and its corresponding Reverse Lookup record on your DNS server.  You probably don&#8217;t want to have to refer to a folder share as &#8220;\\10.10.1.1\sharename&#8221; anyway when you can have something more memorable like &#8220;\\WD-MyBook\sharename&#8221;,<strong> so you might as well <a href="http://technet.microsoft.com/en-us/library/bb727018.aspx" target="_blank">go ahead and make this record on your network&#8217;s DNS server</a> (usually the domain controller) to keep you and the MyBook happy.</strong></li>
</ul>
<p>You should be able to now join the MyBook to the domain at this point.</p>
<ul>
<li>Click &#8216;Network&#8217; &#8211; &#8216;Workgroup&#8217;, and enter</li>
<li>&#8216;Domain Name&#8217; is the Fully Qualified Domain Name, or FQDN. If you don&#8217;t know what this is, right-click &#8216;My Computer&#8217; on your machine and click &#8216;Properties.  In Windows 7, the FQDN is listed in the &#8216;Computer name, domain, and workgroup settings&#8217; next to &#8216;Domain:&#8217;.  It&#8217;ll say something like domain.com or domain.local.</li>
<li>Leave NetBIOS blank.  If this works, it&#8217;ll fill that in automatically. If this doesn&#8217;t work, filling that field in probably isn&#8217;t your problem.</li>
<li>Domain controller IP address: this is the IP address of the domain controller that the MyBook should get its time from.  It&#8217;s also hopefully the same machine that you entered the A record into.</li>
<li>The last 2 fields are for a username and password of someone authorized to add computers to the domain.  You just enter in the username and password, you don&#8217;t need to enter the username as &#8216;DOMAIN\username&#8217; or anything.</li>
</ul>
<p>After the device is on the domain:</p>
<ol>
<li>Create a shared folder. (&#8216;Storage&#8217; &#8211; &#8216;Folder Shares&#8217; &#8211; click the page icon with a &#8220;plus&#8221; on it)  Fill in the share name, be sure to leave &#8216;Setup access control after creating this share&#8217; is checked and click &#8216;Submit&#8217;. The MyBook will take forever to think about this, just let it be &#8211; it can take 30 seconds or so.</li>
<li>Now you&#8217;re asked who gets access to this new shared folder on a horribly-laid-out page.</li>
<li>On the left you&#8217;ll see 2 windows: the top one has all of your domain users, and the bottom one has all of your domain groups.  It only shows the first 18 characters or so until the scroll bar cuts off the names of the users, so hopefully your domain name is short enough so you can tell who is who.  (What&#8217;s up with that, WD?)</li>
<li>On the right are 6 boxes.  They&#8217;re labeled stupidly, so just so you know, the first 3 boxes are for full, read only or no access for <strong>AD users</strong>, and the last 3 are exactly the same thing, but for <strong>AD groups</strong>.  I can&#8217;t think of how to make this interface more confusing, but it seems to function, so&#8230;whatever.</li>
<li>Click &#8216;Submit&#8217; and you&#8217;re done.</li>
</ol>
<p>but wait!</p>
<p><strong>Windows 7 machines can&#8217;t access shares controlled by AD permissions</strong></p>
<p>And you thought you were done.  As it turns out, Windows XP handles passing your AD credentials to the MyBook just fine.  Windows 7, not so much.  Windows 7 is passing your username and password to the MyBook incorrectly, and when it breaks, it&#8217;ll ask you for a domain username and password that has permissions to access the folder.  You probably have access to this folder, it&#8217;s just asking because it knows something went wrong and is assuming you don&#8217;t have access.  You can type valid usernames and passwords into this window all day long and it won&#8217;t work, whether you have access or not.</p>
<p>Before the Windows XP holdouts in the office snicker too loudly, this is an easy-ish fix.</p>
<ol>
<li>The problem here is that Windows 7 is trying to work with the <a href="http://www.samba.org/" target="_blank">SAMBA</a> protocol of the MyBook.  Except someone at Microsoft decided that it would be a good idea to ship Windows 7 and (at least on my 64-bit edition) not specify the way in which Windows 7 should respond to SAMBA requests.  SAMBA is a protocol used by non-Microsoft file servers, so&#8230;intentional?  Who knows.</li>
<li>Tell Windows 7 how to talk to non-Microsoft file servers by clicking &#8216;Start&#8217; -&gt; &#8216;run&#8217; -&gt; type &#8220;secpol.msc&#8221; and hit enter.  Hopefully you have the permissions to do this.  If not, show your IT department this section and they&#8217;ll see you&#8217;re not trying to do anything too ridiculous, just trying to make Windows 7 play nice with SAMBA. (Hey IT folks &#8211; maybe you want to include this as a GPO setting for any folks that use non-MS fileservers)</li>
<li>Click &#8216;Local Policies&#8217; -&gt; &#8216;Security Options&#8217; -&gt; &#8216;Network Security: LAN Manager Authentication&#8217;</li>
<li>If you&#8217;re anything like me, the drop-down was <strong>blank</strong>.  You actually can&#8217;t make this drop-down be blank through this interface, so obviously something is wrong.  According to Microsoft&#8217;s documentation,  &#8217;NTVLM2 responses only&#8217; is supposed to be selected by default, but this won&#8217;t help you.   To talk to the MyBook correctly, you need to use &#8216;LM and NTLM &#8211; use NTLMV2 session security if negotiated&#8217;.  Change to this setting and click &#8216;OK&#8217;.</li>
</ol>
<p>Now, when you access the share at \\MyBook\share, your computer will automatically pass the domain username and password you used to log on to your computer.  If you have permissions to this folder, it&#8217;ll just open.  If you don&#8217;t have access, it&#8217;ll ask for a username and password of someone in your domain that does.</p>
<p>If you have problems beyond this, post in the comments &#8211; this should cover 99% of the problems people are having in the first few pages of results when you search for &#8216;MyBook domain&#8217;, but I&#8217;ll be interested what other issues are out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geeklimit.com/2011/02/10/mybook-and-ad/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Triple-boot Macbook Pro: OSX Leopard, Vista 64-bit and Ubuntu 8.04 64-bit</title>
		<link>http://blog.geeklimit.com/2008/07/02/triple-boot-macbook-pro-osx-leopard-vista-64-bit-and-ubuntu-804-64-bit/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=triple-boot-macbook-pro-osx-leopard-vista-64-bit-and-ubuntu-804-64-bit</link>
		<comments>http://blog.geeklimit.com/2008/07/02/triple-boot-macbook-pro-osx-leopard-vista-64-bit-and-ubuntu-804-64-bit/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 18:42:05 +0000</pubDate>
		<dc:creator>The Technocrat</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://geeklimit.com/2008/07/02/triple-boot-macbook-pro-osx-leopard-vista-64-bit-and-ubuntu-804-64-bit/</guid>
		<description><![CDATA[I&#8217;ve just verified that this procedure works.  It was created through the combination of a few threads out there on the topic that were missing pieces of the puzzle in one way or another. This procedure will set up your Macbook Pro in such a way that a menu will appear on boot that will [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just verified that this procedure works.  It was created through the combination of a few threads out there on the topic that were missing pieces of the puzzle in one way or another.</p>
<p>This procedure will set up your Macbook Pro in such a way that a menu will appear on boot that will require the selection of Mac OS (tested with 10.5.3), Windows (tested with Vista 64-bit), or Linux (tested with Ubuntu 8.04 64-bit &#8211; Alternate Install CD). This procedure assumes that you want the drive divided evenly between all operating systems, and can take up to 5 hours to complete, not including burning OS install disks. Most of this time will be spent waiting for progress bars, and the laptop will be unusable for work.  (So you can plan accordingly)<br />
<a name="Install_Mac_OS_X"></a></p>
<h2><span class="mw-headline">Install Mac OS X</span></h2>
<p>(Assumes Mac OS X 10.5.3)</p>
<ol>
<li>Back up all documents, including Notes files, browser bookmarks, etc. to the network or USB thumbdrive.</li>
<li>Install OS X to the Macbook Pro, using the entire hard drive.</li>
<li>Use the Boot Camp Assistant to partition the drive.
<ol>
<li>Start the Boot Camp Assistant, located at /Macintosh HD/Applications/Utilities/Boot Camp Assistant</li>
<li>The &#8220;Windows&#8221; partition shown will eventually become both the Windows and Linux partitions. Therefore, if you wish for the drive to be divided equally across all operating systems, slide the divider until the Windows partition takes up two-thirds of the disk.</li>
<li>Click &#8216;Partition&#8217; and wait for the process to complete.</li>
<li>When the partitioning process completes, click &#8216;Quit and Install Later&#8217;. Do not use the Bootcamp installer.</li>
</ol>
</li>
</ol>
<p><a name="Install_Windows"></a></p>
<h2><span class="mw-headline">Install Windows</span></h2>
<p>(Assumes Windows Vista 64-bit)</p>
<ol>
<li>Insert the Windows install CD or DVD and reboot the machine. Hold down the &#8216;c&#8217; key to boot from the CD. (note: at this time, the Windows XP 64-bit install DVD does not recognize the keyboard or USB keyboards when booting from DVD)</li>
<li>Once the Windows installer loads, proceed as normal through the installation. When asked where to install Windows, select the partition that is approximately two-thirds of the disk. In testing, this was &#8216;Disk 0 Partition 3 BOOTCAMP 126.1GB&#8217;.</li>
<li>Highlight the partition and click &#8216;Drive Options (advanced)&#8217;.</li>
<li>Click &#8216;Format&#8217; and &#8216;OK&#8217;.</li>
<li>Now that the drive is formatted, click &#8216;Next&#8217;. Windows will install.
<ol>
<li>During the Windows install process, the machine may reboot on its own several times.</li>
<li>Windows is rebooting and expecting to boot back into the installation process. You need to help it do so by holding down the &#8216;Option (Alt)&#8217; key when the machine reboots, and manually selecting the &#8216;Windows&#8217; hard drive. (not the &#8216;Windows&#8217; CD)</li>
<li>If you miss the chance to reboot into the Windows install process, the machine will boot into OS X. Just reboot the machine, hold down the option key, select the &#8216;Windows&#8217; hard drive (not the CD) and continue from there.</li>
</ol>
</li>
<li>Once installation is complete, the machine will boot into Vista and have the user complete the setup procedure.</li>
<li>Eject the CD from within Vista by clicking the drive once in &#8216;Computer&#8217; and selecting &#8216;Eject&#8217; on the title bar. Vista now needs drivers for the Macbook Pro hardware.
<ol>
<li>If you want to be able to have greater control over the fans in the Macbook Pro cooling system, you need to install the &#8216;inputremapper&#8217; application (tested version 1.0.04) first. This is recommended, as the Macbook Pro can run quite hot at times, dependent on the ambient air temperature.
<ol>
<li>Download and install <a class="external text" title="http://www.olofsson.info/index.html?inputremapper.html" href="http://www.olofsson.info/index.html?inputremapper.html" rel="nofollow">inputremapper</a>. You will need to use a USB key, as the networking drivers for the Macbook Pro have not yet been installed.</li>
<li>Reboot the machine, holding down the &#8216;option&#8217; key and choosing the Windows drive.</li>
</ol>
</li>
<li>Install the Windows drivers for the Macbook pro hardware by inserting the &#8216;Macbook Pro Install CD 1&#8242; in the drive. If the Bootcamp Drivers application doesn&#8217;t start automatically, double-click on the CD in &#8216;Computer&#8217; and run WindowsSupport/setup.exe.</li>
<li>Once the drivers are installed, eject the CD and reboot the machine into the Mac OS partition.</li>
</ol>
</li>
</ol>
<p><a name="Install_rEFIt"></a></p>
<h2><span class="mw-headline">Install rEFIt</span></h2>
<ol>
<li>Boot into the Mac OS partition and install rEFIt. This is our boot menu application.
<ol>
<li>Download and install <a class="external text" title="http://refit.sourceforge.net/doc/c1s1_install.html" href="http://refit.sourceforge.net/doc/c1s1_install.html" rel="nofollow">rEFIt</a> (tested version 0.11)</li>
</ol>
</li>
<li>To set rEFIt to always be the boot menu, open a terminal window and give the command:
<pre>/efi/refit/enable-always.sh</pre>
</li>
<li>rEFIt has a default timeout of 20 seconds, then will boot into OS X. If you would like to disable the timeout:
<ol>
<li>Open /efi/refit/refit.conf in Text Editor</li>
<li>Change &#8216;timeout 20&#8242; to &#8216;timeout 0&#8242;.</li>
<li>Save and close.</li>
</ol>
</li>
</ol>
<p><a name="Install_Linux"></a></p>
<h2><span class="mw-headline">Install Linux</span></h2>
<ol>
<li>Enter the Linux install CD (tested Ubuntu Linux 8.04 Desktop 64-bit Alternate Install) and reboot the machine. Hold down the &#8216;c&#8217; key to boot from the CD. You might need to use an external USB keyboard, as sometimes the Linux install CD doesn&#8217;t recognize the built-in keyboard correctly.</li>
<li>Install as usual, until you get to the partitioning section.
<ol>
<li>When Linux installs, it will corrupt the portion of the Master Boot Record on the current Windows partition. In order for Windows to be usable, the MBR installed on this partition must be backed up.</li>
<li>When the installation procedure asks about partitioning disks, exit to a command line and make a backup of the MBR of the Windows partition.
<ol>
<li>In Ubuntu, this is done by pressing Alt-F2 to get a command line.</li>
<li>Enter
<pre>dd if=/dev/sda of=/tmp/sda.mbr bs=512 count=1</pre>
<p>and hit the &#8216;Enter&#8217; key.</li>
<li>Press Alt-F1 to return to the Ubuntu installation.</li>
</ol>
</li>
<li>Choose the &#8216;Guided &#8211; Resize&#8230;&#8217; option. (in testing, this was &#8216;Guided &#8211; Resize SCSI3 (0,0,0), partition #3 (sda) and use freed s&#8217;)</li>
<li>Make the Linux partition 50% of the resized space (one-third of the overall drive, if the Windows partition was two-thirds&#8230;)</li>
<li>Continue the installation process.</li>
<li>After the base Linux OS files are installed, but before installing a Linux bootloader, the MBR must be restored from the backup that was created earlier.
<ol>
<li>In Ubuntu, this is done by pressing Alt-F2 to get a command line.</li>
<li>Enter
<pre>dd if=/tmp/sda.mbr of=/dev/sda</pre>
<p>and hit the &#8216;Enter&#8217; key.</li>
<li>Press Alt-F1 to return to the Ubuntu installation.</li>
</ol>
</li>
</ol>
</li>
<li>Continue the installation process until reaching the bootloader installation screen. (in testing, this was the &#8216;GRUB installation&#8217; page.)
<ol>
<li>In Ubuntu, do not install GRUB to the MBR. Windows needs the MBR as it is.</li>
<li>When asked where to install GRUB, choose the Linux installation partition (not the swap). In testing, this was /dev/sda4. (Note that this partition is one greater than the partition specified on the &#8216;Guided &#8211; Resize&#8230;&#8217; line of the &#8216;Partition disks&#8217; screen.</li>
</ol>
</li>
<li>When the installation is complete, eject the CD (if it is not done for you) and reboot the machine.</li>
</ol>
<p><a name="Update_rEFIt"></a></p>
<h2><span class="mw-headline">Update rEFIt</span></h2>
<p>At this point, rEFIt will see all three operating systems and can load Mac OS and Windows, but needs to have its own partition records updated to be able to properly allow Linux to load.</p>
<ol>
<li>Once the machine is rebooted and on the rEFIt screen, press the arrow keys until you reach the &#8216;Partitioning Tool&#8217; icon. Press the &#8216;Enter&#8217; key.</li>
<li>When it asks &#8220;May I update the MBR as printed above?&#8221; press the &#8216;y&#8217; key. rEFIt&#8217;s partiton records will update.</li>
<li>You should now be able to boot into any Operating System.</li>
</ol>
<p><a name="Notes_and_Observations"></a></p>
<h2><span class="mw-headline">Notes and Observations</span></h2>
<p><a name="General"></a></p>
<h3><span class="mw-headline">General</span></h3>
<ul>
<li>To disable the Apple &#8216;bong&#8217; noise when the machine starts, install and configure <a href="http://www5e.biglobe.ne.jp/~arcana/StartupSound/BETA/index.en.html" target="_blank">StartupSound.prefPane</a>.</li>
</ul>
<p><a name="Windows"></a></p>
<h3><span class="mw-headline">Windows</span></h3>
<ul>
<li>Windows will check (CHKDSK) its partition the first time it boots. It notices the difference in partition size. This is fine, let it check it. Windows still loads afterwards.</li>
<li>The right-click behavior in Mac OS (Control-click) can be replicated in Windows by using inputremapper.</li>
</ul>
<p><a name="Linux"></a></p>
<h3><span class="mw-headline">Linux</span></h3>
<ul>
<li>To reduce the amount of time the GRUB menu appears when booting Linux (tested Ubuntu), edit the file /boot/grub/menu.lst where it says &#8216;timeout 10&#8242; to say &#8216;timeout 3&#8242; or whatever your preference is.</li>
<li>To replicate the right-click (and middle-click) functionality in Mac OS by using Control-click,
<ul>
<li>Go to System &gt; Preferences &gt; Keyboard &gt; Accessibility tab &gt; General &#8211; and enable &#8220;Allow to turn accessibility features on and off from the keyboard&#8221;</li>
<li>Go to System &gt; Preferences &gt; Keyboard &gt; Mouse Keys tab &gt; and enable &#8220;Allow to control the pointer using the keyboard&#8221;</li>
<li>From the terminal, type
<pre>gedit ~/.xmodmap</pre>
</li>
<li>Type:</li>
</ul>
</li>
</ul>
<pre>keycode 116 = Pointer_Button3</pre>
<pre>keycode 108 = ISO_Level3_Shift</pre>
<ul>
<li>
<ul>
<li>Save and close the file.</li>
<li>Go to System &gt; Preferences &gt; Sessions and click &#8216;Add&#8217;.
<ul>
<li>Name: xmodmap</li>
<li>Command: xmodmap /home/fuz2y/.xmodmap</li>
<li>Comment: Add middle- and right-click functionality</li>
<li>Click &#8216;OK&#8217;.</li>
</ul>
</li>
<li>Restart X to use the changes (Ctrl-Alt-Backspace).</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.geeklimit.com/2008/07/02/triple-boot-macbook-pro-osx-leopard-vista-64-bit-and-ubuntu-804-64-bit/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Company invents camera that can see through walls</title>
		<link>http://blog.geeklimit.com/2007/12/21/company-invents-camera-that-can-see-through-walls/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=company-invents-camera-that-can-see-through-walls</link>
		<comments>http://blog.geeklimit.com/2007/12/21/company-invents-camera-that-can-see-through-walls/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 03:43:58 +0000</pubDate>
		<dc:creator>The Technocrat</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://geeklimit.com/2007/12/21/company-invents-camera-that-can-see-through-walls/</guid>
		<description><![CDATA[The &#8220;&#8216;Lobster Eye&#8217; X-ray focusing optics&#8221; device is a hand-held optical device able to see through walls, even shipping containers.  Their target market is law enforcement.  Great.  I love how they list &#8220;contraband hidden behind walls&#8221; as a use for this device. &#8220;Anything behind walls&#8221; sounds too invasive&#8230;]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.poc.com/emerging_products/lexid/default.asp" target="_blank">&#8220;&#8216;Lobster Eye&#8217; X-ray focusing optics&#8221;</a> device is a hand-held optical device able to see through walls, even shipping containers.  Their target market is law enforcement.  Great.  I love how they list &#8220;contraband hidden behind walls&#8221; as a use for this device.</p>
<p>&#8220;Anything behind walls&#8221; sounds too invasive&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geeklimit.com/2007/12/21/company-invents-camera-that-can-see-through-walls/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Toshiba battery charges in minutes, lasts 10 years.</title>
		<link>http://blog.geeklimit.com/2007/12/13/toshiba-battery-charges-in-minutes-lasts-10-years/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=toshiba-battery-charges-in-minutes-lasts-10-years</link>
		<comments>http://blog.geeklimit.com/2007/12/13/toshiba-battery-charges-in-minutes-lasts-10-years/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 23:35:56 +0000</pubDate>
		<dc:creator>The Technocrat</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Home & Auto]]></category>

		<guid isPermaLink="false">http://geeklimit.com/2007/12/13/toshiba-battery-charges-in-minutes-lasts-10-years/</guid>
		<description><![CDATA[&#8220;SCiB&#8221; touted to be safer than today&#8217;s Lithium Ion, lasts 10 years, charges in minutes (@ up to 50 amps). 1/3 pound (150 gram) cell is - the size of a mobile phone - provides 4.2 aH @ 2.4 volts. (devices) 4.4 pound (2 kg) cell is - the size of a small paperback novel [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.toshiba.co.jp/about/press/2007_12/imgdat/img1102.jpg" align="right" height="100" width="142" /></p>
<p>&#8220;<a href="http://www.toshiba.co.jp/about/press/2007_12/pr1101.htm" target="_blank">SCiB</a>&#8221; touted to be safer than today&#8217;s Lithium Ion, lasts 10 years, charges in minutes (@ up to 50 amps).</p>
<blockquote><p>1/3 pound (150 gram) cell is<br />
- the size of a mobile phone<br />
- provides 4.2 aH @ 2.4 volts. (devices)</p></blockquote>
<blockquote><p>4.4 pound (2 kg) cell is<br />
- the size of a small paperback novel<br />
- provides 42 aH @ 24 volts. (vehicles)</p></blockquote>
<p>If they are able to deliver in mass production at a profit, this could be a major new development in both transportation and electronic devices.</p>
<p><a href="http://www.toshiba.co.jp/about/press/2007_12/1101/SCiB.pdf" target="_blank">Toshiba Press Release</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geeklimit.com/2007/12/13/toshiba-battery-charges-in-minutes-lasts-10-years/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TiVo adds advanced search to WishLists</title>
		<link>http://blog.geeklimit.com/2007/10/11/tivo-adds-advanced-search-to-wishlists/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tivo-adds-advanced-search-to-wishlists</link>
		<comments>http://blog.geeklimit.com/2007/10/11/tivo-adds-advanced-search-to-wishlists/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 00:32:03 +0000</pubDate>
		<dc:creator>The Technocrat</dc:creator>
				<category><![CDATA[Audio & Video]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Home & Auto]]></category>

		<guid isPermaLink="false">http://geeklimit.com/2007/10/11/tivo-adds-advanced-search-to-wishlists/</guid>
		<description><![CDATA[This is great &#8211; for those of you who have had the life-changing experience of owning a TiVo, things just got a lot better. TiVo has added bolean search to their wishlist management. What this means is that while in the past, you were stuck choosing either to record: Any show named &#8216;Mythbusters&#8217;, or Any [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.blog.geeklimit.com/wp-content/uploads/2007/10/tivo-1-150x150.jpg" title="tivo-1.jpg" alt="tivo-1.jpg" align="left" height="77" width="68" />This is great &#8211; for those of you who have had the life-changing experience of owning a TiVo, things just got a lot better.  TiVo has added bolean search to their wishlist management.</p>
<p>What this means is that while in the past, you were stuck choosing either to record:</p>
<ul>
<li>Any show named &#8216;Mythbusters&#8217;, or</li>
<li>Any showing that listed &#8216;Adam Savage&#8217;, or</li>
<li>Any showing that listed &#8216;Jaime Hyneman&#8217;, or</li>
<li>Any showing on channel 48 at 9pm&#8230;</li>
<li>(etc)</li>
</ul>
<p>You can now use  AND, OR or XOR&#8230;which TiVo calls &#8216;This and that&#8217;, &#8216;This or that&#8217;, and &#8216;This but not that&#8217;.  So if you&#8217;re a big fan of the Mythbusters, and want to see where they pop up elsewhere <em>other than on the show</em>, you can record Mythbusters Wednesday nights, but you can also make a WishList to record shows where the title has the keywords &#8216;Jaime Hyneman&#8217; AND &#8216;Adam Savage&#8217;.</p>
<p>Other uses for this might be if you&#8217;re a NASCAR fan and want just the races.  You could choose keyword = &#8216;NASCAR&#8217; AND category = &#8216;Auto Racing&#8217;.  That way, you get the races and none of the NASCAR talk shows.</p>
<p>Or maybe you want all showings where title = &#8216;Late Night with Conan O&#8217;Brien&#8217; and keyword = &#8216;Andy Richter&#8217;, and nostalgicize about the old days.</p>
<p>A few notes, however: (TiVo this is your homework)</p>
<ol>
<li>I could add multiple items, but had no way to select &#8216;AND&#8217; or &#8216;OR&#8217;.  It just shows a dot between the keywords, so I&#8217;m at a loss as to what that means.  No idea where I can choose the &#8216;This but not that&#8217;.  I have a pretty non-standard TiVo unit (Toshiba TiVo/DVD player), but that seems like a major voyage of the failboat on TiVo&#8217;s fault.  Too difficult to have a lab with all the models in it to test feature rollouts?</li>
<li>TiVo&#8217;s database is terrible.  It seems that I can only choose from actor&#8217;s names that will be on shows in the next few weeks.  How hard could it be to give imdb.com a ring and work out a linkup?  For example, I put in &#8216;Carolla&#8217;, and no listing for Adam.  So no luck for people who want to catch Adam on any rare rerun of the Man Show?  I realize <a href="http://imdb.com/name/nm0004805/" target="_blank">his other shows</a> aren&#8217;t in the rotation these days, but at least give people the capability to toss that net out there just on the offchance that they&#8217;re reshown at 3am some day.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.geeklimit.com/2007/10/11/tivo-adds-advanced-search-to-wishlists/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Pandora Music Player &#8211; PandoraPod?</title>
		<link>http://blog.geeklimit.com/2007/01/29/the-pandora-music-player-pandorapod/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-pandora-music-player-pandorapod</link>
		<comments>http://blog.geeklimit.com/2007/01/29/the-pandora-music-player-pandorapod/#comments</comments>
		<pubDate>Tue, 30 Jan 2007 01:59:39 +0000</pubDate>
		<dc:creator>The Technocrat</dc:creator>
				<category><![CDATA[Audio & Video]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://geeklimit.com/2007/01/29/the-pandora-music-player-pandorapod/</guid>
		<description><![CDATA[Here&#8217;s my design of the PandoraPod. I&#8217;d love to see it, would you? I think it could be a hit. Not only does it let you be portable with your audio, but you get the benefits of the Music Genome Project along with you, and an easy way to expand your collection on the go&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s my design of the PandoraPod. I&#8217;d love to see it, would you? I think it could be a hit. Not only does it let you be portable with your audio, but you get the benefits of the <a href="http://www.pandora.com/mgp.shtml" target="_blank">Music Genome Project</a> along with you, and an easy way to expand your collection on the go&#8230;</p>
<blockquote><p>Please comment with any suggestions as to what features you&#8217;d like to see, etc. I&#8217;d love to be doing this type of user experience development, think it&#8217;s a good idea? I enjoy creatively making things better, but I&#8217;ve basically been in an Admin role in different parts of IT thus far&#8230; (Plus, somewhere like San Jose is looking pretty nice right now, as it&#8217;s -15F out here in Chicago&#8230;)</p></blockquote>
<p>Product picture:</p>
<p><img src="http://www.blog.geeklimit.com/wp-content/uploads/2007/01/pandora-player.png" alt="pandora-player.png" /></p>
<p><em>(Don&#8217;t mind the pic, first time on GIMP and using a touchpad&#8230;)</em></p>
<p>Product Description:</p>
<p>Based on the <a href="http://www.bestbuy.com/site/olspage.jsp?skuId=7879101&amp;st=insignia&amp;lp=5&amp;type=product&amp;cp=1&amp;id=1142302922720" target="_blank">Insignia NS-DA2G</a>, this NS-DA4G-P player boasts the size of an <a href="http://www.adafruit.com/images/altoidstin.jpeg" target="_blank">Altoids gum tin</a>, while remaining under a half-inch thick. Offering FM radio, 4GB of mp3 storage, and the Pandora music service, this player offers a superior listening experience, not only by delivering the music you know you love, but finding the music suited to your tastes that you don&#8217;t know about, just like <a href="http://www.pandora.com/" target="_blank">Pandora.com!</a> Not only are listeners able to carry their music with them, but they are also <strong>able to listen to their Pandora music channels, and even buy-on-the-fly the tracks they like</strong>! (DRM free, of course) Price: US$119.99</p>
<p>Product Specs:</p>
<ul>
<li>4GB storage</li>
<li>FM Radio with 20 presets</li>
<li>WiFi 802.11g and Bluetooth enabled</li>
<li><span class="Body">Just over 0.5&#8243; thin and weighs only 1.5 ounces</span></li>
<li><span class="Body">Supports MP3, WMA, OGG, Audible and JPEG formats</span></li>
</ul>
<p>Product Accessories:</p>
<ul>
<li>Car radio faceplate dock, with WiFi extender antenna / SatNav network linkup and audio amplifier</li>
<li>Recharging Desk dock with audio-in to computer (don&#8217;t need pandora in the browser to listen)</li>
<li>Armband, NON-white earbuds <img src='http://blog.geeklimit.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
</ul>
<p>Menu Structure: (note &#8211; new menus are in bold, the rest is the same as the current NS-DA2G)</p>
<ul>
<li>Now Playing (Displays current source)</li>
<li>Music Library (Plays mp3 collection)
<ul>
<li>Play all</li>
<li>Artist</li>
<li>Album</li>
<li>Track</li>
<li>Genre</li>
<li>Playlist</li>
</ul>
</li>
<li>FM Radio (plays Radio)</li>
<li><strong>Pandora (plays Pandora)</strong> (note &#8211; arrows up and down change channels, FF arrow skips song, &#8216;guide us&#8217; button brings up Pandora-specific menu)
<ul>
<li><strong>Rate</strong>
<ul>
<li><strong>I like it</strong></li>
<li><strong>I don&#8217;t like it<br />
</strong></li>
</ul>
</li>
<li><strong>Bookmark</strong>
<ul>
<li><strong>Song</strong></li>
<li><strong>Artist<br />
</strong></li>
</ul>
</li>
<li><strong>Buy</strong>
<ul>
<li><strong>Buy-on-the-fly (PayPal? Pandora music store?)<br />
</strong></li>
<li><strong>Queue for later (iTunes / Amazon music store?)<br />
</strong></li>
</ul>
</li>
</ul>
</li>
<li>Settings
<ul>
<li>Audio
<ul>
<li>Shuffle
<ul>
<li>On</li>
<li>Off</li>
</ul>
</li>
<li>Repeat
<ul>
<li>Off</li>
<li>1</li>
<li>All</li>
</ul>
</li>
<li>Equalizer
<ul>
<li>Off</li>
<li>Rock</li>
<li>Jazz</li>
<li>Classical</li>
<li>Pop</li>
<li>Custom</li>
</ul>
</li>
<li>A-B Repeat
<ul>
<li>Off</li>
<li>On</li>
</ul>
</li>
</ul>
</li>
<li>FM Settings</li>
<li>Display
<ul>
<li>Brightness
<ul>
<li>Level 1</li>
<li>Level 2</li>
<li>Level 3</li>
<li>Level 4</li>
<li>Level 5</li>
<li>Level 6</li>
<li>Level 7</li>
<li>Level 8</li>
<li>Level 9</li>
<li>Level 10</li>
</ul>
</li>
<li>Rotation
<ul>
<li>Right Hand</li>
<li>Left Hand</li>
</ul>
</li>
<li>Backlight
<ul>
<li>2 Sec</li>
<li>5 Sec</li>
<li>10 Sec</li>
<li>30 Sec</li>
</ul>
</li>
</ul>
</li>
<li>Time
<ul>
<li>Auto Power Off
<ul>
<li>5 min</li>
<li>10 min</li>
</ul>
</li>
<li>Sleep
<ul>
<li>Off</li>
<li>30 Min</li>
<li>60 Min</li>
<li>90 Min</li>
</ul>
</li>
</ul>
</li>
<li>System
<ul>
<li>Erase All
<ul>
<li>Yes</li>
<li>No</li>
</ul>
</li>
</ul>
<ul>
<li>System Init
<ul>
<li>Restore Defaults</li>
<li>No</li>
</ul>
</li>
</ul>
</li>
<li>USB Mode
<ul>
<li>Media Manager</li>
<li>File &amp; Folder</li>
</ul>
</li>
<li>Information</li>
<li><strong>Pandora Settings</strong>
<ul>
<li><strong>User Information</strong>
<ul>
<li><strong>Edit User Information</strong></li>
<li><strong>Add another User<br />
</strong></li>
</ul>
</li>
</ul>
</li>
<li><strong>WiFi Settings</strong>
<ul>
<li><strong>Scan for Networks</strong></li>
<li><strong>Edit Saved Profiles<br />
</strong></li>
</ul>
</li>
<li><strong>Bluetooth Settings</strong>
<ul>
<li><strong>Make Discoverable</strong></li>
<li><strong>Connect to Devices</strong></li>
</ul>
</li>
</ul>
</li>
</ul>
<p><em>Afterthought:</em>  Ooh!  What if it could read the ID3 tags off of your music collection, and build a new channel for you off of a particular Genre or group of selected songs?  What about a temporary channel based off of whatever you currently have in the 4GB of storage?  Nice!</p>
<p><em>edit:</em> a few hours after I wrote this, Seagate announced D.A.V.E.  <a href="http://scobleizer.com/2007/01/30/welcome-to-seagates-dave-wireless-portable-storage/" target="_blank">Scoble has the inside track</a> on what DAVE is.  Check it out, it&#8217;s basicaly a generic 10 or 20GB hard drive with USB / WiFi / Bluetooth and an API to make it into whatever you want.  If I can get my hands on one, I&#8217;ll learn whatever language the API is in, make a PandoraPod prototype (still need to figure out what device will tie into DAVE, and release the code, if it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geeklimit.com/2007/01/29/the-pandora-music-player-pandorapod/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Macbook heat issues resolved</title>
		<link>http://blog.geeklimit.com/2006/11/07/macbook-heat-issues-resolved/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=macbook-heat-issues-resolved</link>
		<comments>http://blog.geeklimit.com/2006/11/07/macbook-heat-issues-resolved/#comments</comments>
		<pubDate>Tue, 07 Nov 2006 13:35:11 +0000</pubDate>
		<dc:creator>The Technocrat</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://geeklimit.com/2006/11/07/macbook-heat-issues-resolved/</guid>
		<description><![CDATA[Every review of the MacBook Pro I&#8217;ve seen goes on and on about how wonderful everything is about these user-lappy&#8217;s&#8230;until they get to the topic of cooling. It seems that there is a general agreement that the MacBook Pro&#8217;s run way too hot for many people&#8217;s preference.  This seems to be a poorly defined threshold [...]]]></description>
			<content:encoded><![CDATA[<p>Every review of the MacBook Pro I&#8217;ve seen goes on and on about how wonderful everything is about these user-lappy&#8217;s&#8230;until they get to the topic of cooling.</p>
<p>It seems that there is a general agreement that the MacBook Pro&#8217;s run <em>way</em> too hot for many people&#8217;s preference.  This seems to be a poorly defined threshold as to when the fans kick in or stay off.  As with many laptops, fan use has to be balanced with battery life, but it appears that Apple missed the mark with this one, with the result being a hotter-than-usual laptop.<br />
Luckily, <a target="_blank" href="http://www.lobotomo.com/products/FanControl/">a freeware app from Lobotomo called Fan Control</a> solves this.  You can set the default base fan speed, as well as the lower and upper temperature limits to properly cool your MacBook Pro to your liking.  Check out this freeware today, and say goodbye to your burning lap!</p>
<div style="text-align: center"><img alt="Fan Control Screenshot" id="image367" title="Fan Control Screenshot" src="http://www.blog.geeklimit.com/wp-content/uploads/2006/11/screenshot.gif" /></div>
<p>via <a target="_blank" href="http://www.kraneland.com/2006/11/sweaty-thighs-no-more.html">kraneland</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geeklimit.com/2006/11/07/macbook-heat-issues-resolved/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>If I Were To Go With New Dual-Core System &#8211; Which One?</title>
		<link>http://blog.geeklimit.com/2006/09/26/from-my-post-on-suse-related-forum-you-all-know-that-i-have-been-an-amd-user-for-ages-now-but-the-truth-is-that-core-duo-by-intel-not-the-first-and-second-generation-dual-cores-are-indeed-better-proc/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=from-my-post-on-suse-related-forum-you-all-know-that-i-have-been-an-amd-user-for-ages-now-but-the-truth-is-that-core-duo-by-intel-not-the-first-and-second-generation-dual-cores-are-indeed-better-proc</link>
		<comments>http://blog.geeklimit.com/2006/09/26/from-my-post-on-suse-related-forum-you-all-know-that-i-have-been-an-amd-user-for-ages-now-but-the-truth-is-that-core-duo-by-intel-not-the-first-and-second-generation-dual-cores-are-indeed-better-proc/#comments</comments>
		<pubDate>Tue, 26 Sep 2006 17:14:00 +0000</pubDate>
		<dc:creator>E@zyVG</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://geeklimit.com/2006/09/26/from-my-post-on-suse-related-forum-you-all-know-that-i-have-been-an-amd-user-for-ages-now-but-the-truth-is-that-core-duo-by-intel-not-the-first-and-second-generation-dual-cores-are-indeed-better-proc-/</guid>
		<description><![CDATA[From my post on SUSE related forum: You all know that I have been an AMD user for ages now. But the truth is that Core Duo by Intel, not the first and second generation dual cores, are indeed better proc as of today. You know what, if I have to go with new system [...]]]></description>
			<content:encoded><![CDATA[<div class="storycontent"><img width="102" height="120" align="right" src="http://img129.imageshack.us/img129/2126/ic2d4c160w72ppilk3.gif" />From my post on SUSE related forum:</p>
<blockquote><p>You all know that I have been an AMD user for ages now.</p>
<p>But the truth is that Core Duo by Intel, not the first and second generation dual cores, are indeed better proc as of today. You know what, if I have to go with new system it would definetly be Intel Core Duo, but would change back to AMD asap they have a better one.</p>
<p>As of today the config I’d go with would be:<br />
Core Duo 6600 overclocked to 3.6Ghz+ &#8211; beating any other proc by far<br />
2GB DDR2-800 reachable to 850-900Mhz<br />
For sure the 975 chipset, and not the 965 … think Asus Deluxe one<br />
And a new case &#8211; Thermaltake Armor Junior (Black)<br />
Also would love to get new Cordless Desktop from Logitech</p>
<p>But but but … my current Athlon64 (single core) overccloked to 2.9Ghz os really enough for me …. so I guess I will wait and see what it’s gonna be around the start of 2007 with Quad-cores …. yups … I think i made up my mind.</p>
</blockquote>
<p>And what’s your choice?</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.geeklimit.com/2006/09/26/from-my-post-on-suse-related-forum-you-all-know-that-i-have-been-an-amd-user-for-ages-now-but-the-truth-is-that-core-duo-by-intel-not-the-first-and-second-generation-dual-cores-are-indeed-better-proc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MIT Student makes new robotic safecracker</title>
		<link>http://blog.geeklimit.com/2006/08/31/mit-student-makes-robotic-safecracker/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mit-student-makes-robotic-safecracker</link>
		<comments>http://blog.geeklimit.com/2006/08/31/mit-student-makes-robotic-safecracker/#comments</comments>
		<pubDate>Thu, 31 Aug 2006 12:35:33 +0000</pubDate>
		<dc:creator>The Technocrat</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://geeklimit.com/2006/08/21/mit-student-makes-robotic-safecracker/</guid>
		<description><![CDATA[I&#8217;ve seen a few of these around the web, and they still continue to fascinate me. It&#8217;s amazing how easy it is o crack a safe these days. With parts commonly found in junked printers, this student took a half-brute-force, half-algoritmic approach to creating a robotic safe cracker. The end result? Instead of a brute-force [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" alt="Safecracker robot" id="image340" title="Safecracker robot" src="http://www.blog.geeklimit.com/wp-content/uploads/2006/08/safe-150x150.jpg" />I&#8217;ve seen a few of these around the web, and they still continue to fascinate me.  It&#8217;s amazing how easy it is o crack a safe these days.  With parts commonly found in junked printers, <a target="_blank" href="http://web.mit.edu/kvogt/www/safecracker.html">this student</a> took a half-brute-force, half-algoritmic approach to creating a robotic safe cracker.</p>
<p>The end result?  Instead of a brute-force attack on the combination, which could theoretically take weeks, the safe was cracked in just a few days.  Not bad!</p>
<p>Congrats to Kyle Vogt on using a bit of forthought in his algoritm to cut out 90% of the time cost.  Am I cheering on the idea of making theft easier?  No.  Better cracking methods make better locks.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geeklimit.com/2006/08/31/mit-student-makes-robotic-safecracker/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Knock-based commands for your Linux laptop</title>
		<link>http://blog.geeklimit.com/2006/08/27/kewl-knock-based-commands-for-your-linux-laptop/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=kewl-knock-based-commands-for-your-linux-laptop</link>
		<comments>http://blog.geeklimit.com/2006/08/27/kewl-knock-based-commands-for-your-linux-laptop/#comments</comments>
		<pubDate>Sun, 27 Aug 2006 07:31:53 +0000</pubDate>
		<dc:creator>E@zyVG</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://geeklimit.com/2006/08/27/kewl-knock-based-commands-for-your-linux-laptop/</guid>
		<description><![CDATA[In 2003, IBM began releasing ThinkPad laptop computers with integrated accelerometers and associated software to protect the hard disks when the unit is dropped. Enterprising hackers from IBM and elsewhere have worked to develop modules for the Linux kernel to take advantage of these sensors. On-screen display orientation, desktop switching, even game control and real-time [...]]]></description>
			<content:encoded><![CDATA[<p>In 2003, IBM began releasing ThinkPad laptop computers with integrated accelerometers and associated software to protect the hard disks when the unit is dropped. Enterprising hackers from IBM and elsewhere have worked to develop modules for the Linux kernel to take advantage of these sensors. On-screen display orientation, desktop switching, even game control and real-time 3D models of the tilt of the laptop are now available. This article presents a new twist &#8212; knock codes &#8212; and a simple program to run commands when specific knock codes are detected.</p>
<p>For the first time, you can hit your computer and get a meaningful response! Using Linux® and the Hard Drive Active Protection System (HDAPS) kernel drivers, you can access the embedded accelerometers on Lenovo (formerly IBM®) ThinkPads, then process the accelerometer data to read specific sequences of &#8220;knocking&#8221; events &#8212; literally rapping on the laptop case with your knuckles &#8212; and run commands based on those knocks. Double tap to lock the screen, and knock in your secret code to unlock. Tap the display lid once to move your mp3 player to the next track. The possibilities are endless.</p>
<p align="center">[youtube]sbh_JGbPoJU[/youtube]</p>
<p align="center">More <a target="_blank" href="http://www-128.ibm.com/developerworks/linux/library/l-knockage.html?ca=dgr-lnxw01Knock-Knock"><strong>here on how to accomplish this</strong></a> on your Thinkpad.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geeklimit.com/2006/08/27/kewl-knock-based-commands-for-your-linux-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

