<?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>Neural Core Dump &#187; iPod</title>
	<atom:link href="http://www.jeffdarlington.com/tag/ipod/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffdarlington.com</link>
	<description>The personal blog of Jeffrey T. Darlington, creator of General Protection Fault</description>
	<lastBuildDate>Sat, 28 Jan 2012 20:00:00 +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>An Open Letter to Mobile Browser Developers</title>
		<link>http://www.jeffdarlington.com/2011/03/22/an-open-letter-to-mobile-browser-developers/</link>
		<comments>http://www.jeffdarlington.com/2011/03/22/an-open-letter-to-mobile-browser-developers/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 14:26:16 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[client certificate]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[HTTPS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>

		<guid isPermaLink="false">http://www.jeffdarlington.com/?p=435</guid>
		<description><![CDATA[If you&#8217;ve been following my Twitter account at all, you&#8217;ve probably noticed by now that I&#8217;ve become an avid mobile device (i.e. smartphone) user, and a fan of Android in particular. This isn&#8217;t just a passing phase for me, nor is this a technology fad that&#8217;s just going to fade away. Mobile technology is really [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been following <a title="GPFJeff on Twitter" href="https://twitter.com/gpfjeff">my Twitter account</a> at all, you&#8217;ve probably noticed by now that I&#8217;ve become an avid mobile device (i.e. <a title="Smartphone article on Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/Smartphone">smartphone</a>) user, and a fan of <a title="Android (operating system) article on Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/Android_%28operating_system%29">Android</a> in particular. This isn&#8217;t just a passing phase for me, nor is this a technology fad that&#8217;s just going to fade away. Mobile technology is really taking off, and I wouldn&#8217;t be surprised if a paradigm shift won&#8217;t occur—if it hasn&#8217;t already—where more people will be using smartphones and mobile devices to access the Internet and other online services than using a full desktop or laptop. There are other contenders vying to be our one-and-only window to the digital world, like set-top boxes, digital TVs, and such, but nothing is as personal and portable as the smartphone and its bigger brother, the <a title="Tablet computer article on Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/Tablet_computer">tablet</a>.</p>
<p>That said, I&#8217;m not in the camp that believes that the Web is dead and that mobile apps are the way of the future. <a title="Why there isn’t (and likely never will be) a GPF iPhone app" href="http://www.jeffdarlington.com/2009/11/30/why-there-isnt-and-likely-never-will-be-a-gpf-iphone-app/">I&#8217;ve expressed my feelings on that here before.</a> Apps won&#8217;t and can&#8217;t be the end-all, be-all interface to data and the mobile Web will always have a place. Thus the mobile browser is one of the most important apps a smartphone can have. That said, most browsers on smartphones are anemic, underpowered, and severely lacking in important functionality. Smartphone manufacturers and OS authors want us to believe that we can leave the laptop behind and work entirely from that wondrous miracle in our pocket, but fail to deliver the tools we need to make that dream a reality.</p>
<p>My case in point: <a title="Public key certificate article on Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/Public_key_certificate#Client_certificates">client-certificate authentication</a>. As a very brief summary, the entire industry of e-commerce rests entirely on a set of encryption technologies such as <a title="HTTP Secure article on Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/HTTP_Secure">HTTPS</a>, SSL, <a title="Transport Layer Security article on Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/Transport_Layer_Security">TLS</a>, etc., that allow secure, private communication between a client (such as an online shopper) and a server (an online store). The server authenticates itself to the client by using a digital certificate, signed by a trusted certificate authority which has investigated and authenticated the server as a legitimate entity. The client can rest assured that the server belongs to the authenticated entity because the certificate uses strong public-key cryptography to provide a chain of trust back to the authenticating authority. Without this technology in place, we wouldn&#8217;t be able to tell legitimate businesses such as online retailers and banks from the phishing scams so prevalent on the Web. (This doesn&#8217;t always solve problems between the keyboard and the chair, of course, but it is effective as long as the wetware interface is working properly.)</p>
<p>But digital certificates can be used to authenticate the client as well as the server. Many businesses and governments use client certificates to authenticate users to secure systems. For example, I use a government-issued <a title="Smart Card article on Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/Smart_card#Cryptographic_smart_cards">Smart Card</a> to authenticate with my client&#8217;s servers. On this card is chip that contains my digital certificate, signed by a private certificate authority. When I authenticate with the client&#8217;s services, the private key on the card creates a digital signature which the server can authenticate against my public key, the inverse of what happens between the online shopper and the store front. Thus, I can trust the validity of the government&#8217;s certificate and know I&#8217;m connecting to their servers and no one else, and they in turn can validate that I (or the person who has my card) am who I say I am and let me in. I use a similar technology with <a title="General Protection Fault" href="http://www.gpf-comics.com/">GPF</a>, although I import my certificates directly into the browser rather than use an external card. I created my own private certificate authority and issue client certificates to each browser I wish to use to access my admin interfaces. That way, I know only certain machines can access those portions of the site, offering a lot more security than just a simple password can provide.</p>
<p>This isn&#8217;t a new technology. SSL has been around almost as long as the Web itself, and it wasn&#8217;t long before the model was flipped around to authenticate clients to servers as well as servers to clients. This is a tool used by businesses every day all over the world. Every desktop browser supports client certificates because they are a <a title="RFC 5246: The Transport Layer Security (TLS) Protocol" href="http://tools.ietf.org/html/rfc5246#section-7.4.6">standard</a>. Any browser that doesn&#8217;t support them is likely to be overlooked or ignored in favor of browsers that do.</p>
<p>Yet the support for client certificates on mobile devices is appallingly absent. I know the built-in Android browser doesn&#8217;t support it, and <a title="Issue 8196: 	Enhancement: Client Certificate Authentication in Browser" href="https://code.google.com/p/android/issues/detail?id=8196">I created an issue</a> in Google&#8217;s official <a title="Android Issues at Google Code" href="https://code.google.com/p/android/issues/list">Android issue tracker</a> to complain about it. Android supports client certs for WiFi authentication, but not in the browser, e-mail, or any other key service vital to secure business communications. Supposedly support for this functionality is going to be added in future versions of Android, but that doesn&#8217;t help me or any of the millions of current Android users until it comes time to upgrade our devices. I&#8217;ve read in various places that the iPhone supports client certs, but I&#8217;ve never been able to get any of the solutions to work with my iPod Touch (essentially an iPhone minus the annoying contract and poor service of AT&amp;T). The only success I&#8217;ve had in this area has been with <a title="Firefox Mobile" href="https://www.mozilla.com/en-US/mobile/">Firefox Mobile</a>, which is pretty much a Firefox 4 release candidate smooshed and crunched down to fit on a mobile device. It&#8217;s bloated and a lot slower than Android&#8217;s built in browser and there&#8217;s no handy UI for importing certs like there is on the desktop, but if you take a sledgehammer to it and <a title="Firefox Help: how to use clientcertificate to access https websites under android" href="https://support.mozilla.com/en-US/questions/786035#answer-142961">do some manual file tweaking</a>, you can import your client and CA certs into the certificate database and use it effectively.</p>
<p>Seriously, guys&#8230; you want your devices and mobile OSes to be taken seriously by businesses as tools to take our work out of the office and on the road. Yet, you don&#8217;t give us the essential tools required to take advantage of this amazing freedom. Sure, you tell us &#8220;there&#8217;s an app for that&#8221;, but frankly, there isn&#8217;t. I&#8217;ve looked, and they&#8217;re not there. Apple won&#8217;t let third-party browsers compete with Safari on iOS and none of the Android add-on browsers support client certs either. Only Firefox, a desktop browser masquerading as a mobile app, comes close, and it takes a bit of technical wizardry to do something that should be a quick five second import. Someone&#8217;s got to step up to the plate and make some progress here, or no business that really understands security is going to take the mobile space seriously.</p><div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://www.jeffdarlington.com/2011/03/22/an-open-letter-to-mobile-browser-developers/' addthis:title='An Open Letter to Mobile Browser Developers '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.jeffdarlington.com/2011/03/22/an-open-letter-to-mobile-browser-developers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Geeky Christmas loot</title>
		<link>http://www.jeffdarlington.com/2007/12/31/geeky-christmas-loot/</link>
		<comments>http://www.jeffdarlington.com/2007/12/31/geeky-christmas-loot/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 15:20:03 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[Doctor Who]]></category>
		<category><![CDATA[gifts]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[Nano]]></category>
		<category><![CDATA[Tardis]]></category>
		<category><![CDATA[terabyte]]></category>
		<category><![CDATA[Wii]]></category>

		<guid isPermaLink="false">http://www.jeffdarlington.com/2007/12/31/geeky-christmas-loot/</guid>
		<description><![CDATA[Sorry for the dry spell, all. With the holidays I&#8217;ve been largely offline with the exception of keeping up with my daily webcomic reading and uploading new comics into the queue. (Yay!) I hope everyone had a happy holiday, no matter what holiday(s) you celebrate, and I wish everyone a slightly premature Happy New Year [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry for the dry spell, all. With the holidays I&#8217;ve been largely offline with the exception of keeping up with my daily webcomic reading and uploading new comics into the queue. (Yay!) I hope everyone had a happy holiday, no matter what holiday(s) you celebrate, and I wish everyone a slightly premature Happy New Year (or, if you celebrate Chinese New Year, either a very belated one or a slightly advance one).</p>
<p>Firstly, in case you haven&#8217;t seen it or don&#8217;t subscribe to the RSS feed, make sure to check out the <a href="http://www.gpf-comics.com/news/d/20071231.html" title="GPF News: December 31, 2007">latest GPF News post</a>. Some important updates are mentioned there. I&#8217;ll expound upon one of those in a separate post here.</p>
<p>I thought I&#8217;d share with you my list of &#8220;geeky Christmas loot&#8221; for this year. I don&#8217;t do it to brag, but more just to share. I always like hearing about other&#8217;s newest geek toys, and I love sharing the same with others. So maybe if I share about some of my new playthings, others will chime in and share as well.</p>
<p>Perhaps my favorite gift this year was not one that I received, but one that I gave, and technically it wasn&#8217;t even a Christmas gift. My wife (&#8220;kmd&#8221; on <a href="http://forums.keenspot.com/viewforum.php?forum=31" title="KeenForums: General Protection Fault">the forum</a>) has a birthday in December, and I always try to make it special for her. Being a December baby can be tough as many people either buy you one slightly larger gift to cover both the birthday and Christmas or worse, completely overlook your birthday altogether. So I try to make her birthday extra special, take her out to a nice dinner, and just give her as best a day as I can. This year, I gave her one of the brand new third-generation <a href="http://en.wikipedia.org/wiki/IPod_nano" title="iPod nano article on Wikipedia">iPod Nanos</a>. One of things that made this special is that it appeals to her geek side; she too is a programmer, and sometimes I know she feels &#8220;overshadowed&#8221; by me in all things tech among folks who know both of us. It&#8217;s also significant because most of her geeky gadgets are my hand-me-downs; when I get something new (like a new <a href="http://www.palm.com/" title="Palm">Palm</a>), she usually ends up getting the old one. So now she has a brand-new geek toy all her own, as well has her entire<a href="http://www.weirdal.com/" title="Weird Al Yankovic official site"> &#8220;Weird Al&#8221; Yankovic</a> collection in her pocket wherever she goes. (I also got her the one &#8220;Weird Al&#8221; album she didn&#8217;t have on CD, so now she has his entire discography in digital form.)</p>
<p>As for me,  my geek gifts were numerous and plenty. My parents had a definite <a href="http://en.wikipedia.org/wiki/Doctor_Who" title="Doctor Who article on Wikipedia">Doctor Who</a> theme: I got the <a href="http://www.amazon.com/exec/obidos/ASIN/B000UVV2GA/generalprotectio" title="Amazon.com: Doctor Who - The Complete Third Series">third series of the new Doctor Who</a>; the <a href="http://www.amazon.com/exec/obidos/ASIN/B000NJXG8G/generalprotectio" title="Amazon.com: Doctor Who - New Beginnings">transition</a> between two of my old-time favorite Doctors, Tom Baker and Peter Davison; a <a href="http://www.thinkgeek.com/computing/accessories/9223/" title="ThinkGeek: Doctor Who Tardis 4 Port USB Hub">Tardis 4-port USB hub</a>; and a <a href="http://www.thinkgeek.com/tshirts/generic/988c/" title="ThinkGeek: You Never Forget Your First Doctor">&#8220;You Never Forget Your First Doctor&#8221; T-shirt</a>. There were several other DVDs amongst the list, including one of <a href="http://www.amazon.com/exec/obidos/ASIN/B000V1Y44G/generalprotectio" title="Amazon.com: Pixar Short Films Collection - Volume 1">Pixar short films</a>. My wife surprised me with a <a href="http://en.wikipedia.org/wiki/Terabyte" title="Terabyte article on Wikipedia">terabyte</a>(!) external USB hard drive (because you can <em>never</em> have enough disk space).</p>
<p>But probably the credit for the most unexpected and most played-with gift this year has to go to my sister-in-law and her husband. For now I&#8217;m suffering from an affliction I only heard about while growing up: <a href="http://en.wikipedia.org/wiki/Nintendo_thumb" title="Nintendo thumb article on Wikipedia">Nintendo thumb</a>. I am now an owner of a <a href="http://en.wikipedia.org/wiki/Wii" title="Wii article on Wikipedia">Nintendo Wii</a>.</p>
<p>Well, I guess I&#8217;m having less problems with &#8220;Nintendo thumb&#8221; as I am with &#8220;Wii shoulder&#8221;. I&#8217;ve suffered tendinitis in my left thumb for quite a while now (it kept me from drawing for an entire month back in 2002) and I actually think the workout it&#8217;s been getting from the Wii has been somewhat therapeutic. But several hours of Wii Sports, especially bowling and baseball, had me running for the pain relievers the next day. Man, am I getting old. I&#8217;m doing better now, though. I never had a popular gaming console while growing up (or an unpopular one, for the matter); while most of my friends were playing with their <a href="http://en.wikipedia.org/wiki/ColecoVision" title="ColecoVision article on Wikipedia">ColecoVisions</a>, <a href="http://en.wikipedia.org/wiki/Intellivision" title="Intellivision article on Wikipedia">Intellivisions</a>, or <a href="http://en.wikipedia.org/wiki/Nintendo_Entertainment_System" title="Nintendo Entertainment System article on Wikipedia">NES</a>es(eseses), I was hacking away in <a href="http://en.wikipedia.org/wiki/BASIC" title="BASIC article on Wikipedia">BASIC</a> on my <a href="http://en.wikipedia.org/wiki/TRS-80_Color_Computer" title="TRS-80 Color Computer article on Wikipedia">Tandy CoCo</a>. (Gee, that didn&#8217;t date me at <em>all,</em> did it?) So this this was an entirely new experience for me. We quickly ran out and purchased a second controller (&#8220;wiimote&#8221;) and &#8220;nunchuk&#8221; and added a game or two to the ones that accompanied the system as separate gifts. The system has been loads of fun, although I must admit I&#8217;ve done far less comicking this past week than I had hoped.</p>
<p>So&#8230; what nifty geek trinkets did <em>you</em> get/give this holiday? And do you have any suggestions for utterly awesome kick-butt Wii games that I supposedly must absolutely, positively have or my life will be incomplete? Dump core below.</p><div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://www.jeffdarlington.com/2007/12/31/geeky-christmas-loot/' addthis:title='Geeky Christmas loot '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.jeffdarlington.com/2007/12/31/geeky-christmas-loot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

