<?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>JerryKnight.com &#187; Phone</title>
	<atom:link href="http://jerryknight.com/wp/category/phone/feed/" rel="self" type="application/rss+xml" />
	<link>http://jerryknight.com/wp</link>
	<description>This Internet thing is just a fad.</description>
	<lastBuildDate>Wed, 08 Jul 2009 18:04:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Triumphant Return of Multi-Touch</title>
		<link>http://jerryknight.com/wp/2007/01/09/triumphant-return-of-multi-touch/</link>
		<comments>http://jerryknight.com/wp/2007/01/09/triumphant-return-of-multi-touch/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 20:33:28 +0000</pubDate>
		<dc:creator>Jerry</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Phone]]></category>

		<guid isPermaLink="false">http://jerryknight.com/wp/2007/01/09/triumphant-return-of-multi-touch/</guid>
		<description><![CDATA[Anyone who has seen or heard about my crazy keyboard knows how fanatical I am about the technology.  Imagine a touch-sensitive surface (or display) that can track more than one finger at a time and interpret their independent movements as gestures. This is multi-touch. My keyboard uses it over the entire keyboard surface, and [...]]]></description>
			<content:encoded><![CDATA[Anyone who has seen or heard about my crazy keyboard knows how fanatical I am about the technology.  Imagine a touch-sensitive surface (or display) that can track more than one finger at a time and interpret their independent movements as gestures. This is multi-touch. My keyboard uses it over the entire keyboard surface, and it allows typing, mousing, scrolling, and other gesturing on the same surface. No reaching for a mouse.

A while ago, the company (Fingerworks, Inc.) was bought by <em>someone</em>.  Nobody knew exactly who bought them, but it smelled like Apple, the Fortress of Secrecy.  (I had a few specific clues.)  Everyone (who cared) was worried that Apple bought them to absorb them and keep them from competing, like some other west coast company..  I knew that if anyone was going to bring the multi-touch technology to the mainstream, it would be Apple.

Apple just announced their <a target="_blank" href="http://www.apple.com/iphone/">iPhone</a> (lawsuits possible from the holder of that copyrighted name, Cisco).  The input for this phone is entirely multi-touch (with the exception of the one button on the front).  They didn&#8217;t even change the name of the technology.  I heard that Steve said that they own the patent to it, and they do, since they have obviously bought the company that started it and did a pretty good job developing it before being bought.

Now if they would just come out with an input device similar to my keyboard, my mourning for the fate of Fingerworks would be completely healed.<!--0d6ce492f03d5e7272fa1bd5c5f59e6c--><!--e87dee35dd5ba310aada482c5ddcbdfb--><!--d85ce853923e9a52db2f3dbc49dfd698-->]]></content:encoded>
			<wfw:commentRss>http://jerryknight.com/wp/2007/01/09/triumphant-return-of-multi-touch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New depths of laziness</title>
		<link>http://jerryknight.com/wp/2006/09/18/new-depths-of-laziness/</link>
		<comments>http://jerryknight.com/wp/2006/09/18/new-depths-of-laziness/#comments</comments>
		<pubDate>Mon, 18 Sep 2006 05:45:01 +0000</pubDate>
		<dc:creator>Jerry</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Phone]]></category>

		<guid isPermaLink="false">http://jerryknight.com/wp/2006/09/18/new-depths-of-laziness/</guid>
		<description><![CDATA[I was pondering the abilities of my new phone, and I realized I could make it a remote for a couple things on my computer &#8211; mainly, music and TV.  Since I&#8217;m too lazy to fix my computer&#8217;s infrared receiver box (and then too cheap to buy a shareware remote control program for my [...]]]></description>
			<content:encoded><![CDATA[I was pondering the abilities of my new phone, and I realized I could make it a remote for a couple things on my computer &#8211; mainly, music and TV.  Since I&#8217;m too lazy to fix my computer&#8217;s infrared receiver box (and then too cheap to buy a shareware remote control program for my phone), I wrote a couple web pages to do the switching from the webserver.  It works great now, and since I can connect to the wireless network in my apartment, it should respond pretty fast.  All this so I don&#8217;t have to sit at my computer or lug around the wireless keyboard to control music/TV.  Call it an exercise in system control via PHP.

However, in the process of writing these pages, I had to reconfigure sudo (non-linux-geeks: it&#8217;s a way to do admin-level stuff without having to enter the admin password; <a target="_blank" href="http://xkcd.com/c149.html">read this to get a better idea of what sudo does</a>).  In the process of letting the webserver run commands as me, I corrupted the sudo config.  No problem &#8211; I&#8217;ll just log in directly to root (admin account) and fix it.  This was when I realized the admin password wasn&#8217;t working right.  I had just been using sudo to do all the admin stuff for a while, and now I had neither that nor the admin password.

<strong>Techno-babble Warning</strong>.   Normally, fixing this would be a long scary process of booting from a recovery <a target="_blank" href="http://www.knoppix.net/">linux CD</a> and manually mounting the root partition and fixing the problem directly.  This probably would have required admin access to create the recovery CD, and besides, I was tired of restarting my computer, especially since earlier this weekend I had to do a panic-restart after mounting an NFS share directly on top of the home partition.  But, since I&#8217;ve had problems with my 64-bit processor and some programs, I had a separate 32-bit system (<a target="_blank" href="http://ubuntuforums.org/showthread.php?t=24575">dchroot</a>) running, and sudo still worked in that setup.  The only problem was that the main config files weren&#8217;t accessible from inside the 32-bit system.  In a flash of brilliance, I remounted the root partition from within the 32-bit subsystem, fixed the sudo config file, and unmounted the partition (not sure if double-mounting a partition can cause problems).  Saved from a huge headache!  Although I may have just inflicted one upon my non-geek friends reading this!  Sorry, but I did put a big warning up there&#8230;<!--b58258459a52d3e1db7458c2eea76c09-->]]></content:encoded>
			<wfw:commentRss>http://jerryknight.com/wp/2006/09/18/new-depths-of-laziness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Phone Gremlins&#8230;</title>
		<link>http://jerryknight.com/wp/2006/09/12/new-phone-gremlins/</link>
		<comments>http://jerryknight.com/wp/2006/09/12/new-phone-gremlins/#comments</comments>
		<pubDate>Tue, 12 Sep 2006 23:25:01 +0000</pubDate>
		<dc:creator>Jerry</dc:creator>
				<category><![CDATA[Phone]]></category>

		<guid isPermaLink="false">http://jerryknight.com/wp/2006/09/12/new-phone-gremlins/</guid>
		<description><![CDATA[So I&#8217;m enjoying the new phone.  It works well, get&#8217;s good coverage, and isn&#8217;t too terribly slow.  But no device is ever without it&#8217;s quirks.  I&#8217;m usually able to find them pretty quick for whatever reason.  (Technology knows to fear me.)  Here&#8217;s what I found out about this phone.

	While Minimo [...]]]></description>
			<content:encoded><![CDATA[So I&#8217;m enjoying the new phone.  It works well, get&#8217;s good coverage, and isn&#8217;t too terribly slow.  But no device is ever without it&#8217;s quirks.  I&#8217;m usually able to find them pretty quick for whatever reason.  (Technology knows to fear me.)  Here&#8217;s what I found out about this phone.
<ul>
	<li>While Minimo (portable Firefox) works, it&#8217;s sometimes slow &#8211; and if you push it too hard, the whole thing locks up.  That&#8217;s <em>always</em> fun.  Think I might have to cough up the $30 for Opera Mobile, at least until Minimo is more mature.</li>
	<li>The touch screen likes to get out of whack (technical term).  I haven&#8217;t figured out why, but I have noticed that the handwriting recognition sometimes goes berserk and the stylus draws lines all over the screen.  I think it happens when too much is running in the background.  It&#8217;s annoying to have it think you tapped in one place when you really tapped in another.  Recalibrating helps, but it&#8217;s still annoying.</li>
	<li>My phone can officially make nearby speakers buzz.  I thought it was a bad input line in my computer, or a loose connection, but when it happened on the Bose Wave radio at work, I&#8217;m convinced the phone is spitting out tons of electromagnetic stuff.  Makes me feel great that I&#8217;m absorbing some of that.</li>
	<li>Calendar reminders happen without any indication at all &#8211; vibration, sound, etc.  Every other kind of reminder tells me something somehow, but not for calendar events.  Weird.  Haven&#8217;t yet invested much time figuring that one out.</li>
</ul>
None of those are deal-breakers.  I still like my phone.  I can learn to minimize my dependence on the touch screen, especially with a smarter web browser.  I can keep it away from speakers, and I&#8217;m sure calendar events can buzz or ring, but the option is probably in a stupid place.  Sorta like the Outlook/Exchange settings.  You&#8217;d think that email settings for an Exchange server would be accessible from the mail program, along with the other types of mail connections, but noooo..  It&#8217;s in ActiveSync, a separate syncing program.  Makes sense to me now, but to not be able to enter Exchange information in the Email Accounts page is perplexing.  I can&#8217;t call it a gremlin, but I can call it bad design.  Oh well.  I can live with it.

<em>Update</em>: The wonky-touch-screen problem was in fact caused by the Write-Right screen protector I put on it.Ã‚Â  Guess those things are Write-<strong>Wrong</strong> on this type of screen.Ã‚Â  That&#8217;s disappointing, but I guess I&#8217;ll just clean the screen often and minimize the non-stylus touching.<!--a4a5502e4a7d4b62cf3e5b404be9c672-->]]></content:encoded>
			<wfw:commentRss>http://jerryknight.com/wp/2006/09/12/new-phone-gremlins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
