<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Jay Eye Sea</title>
	<atom:link href="http://blog.jayeyesea.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jayeyesea.com</link>
	<description>Jon and Ian's thoughts and ideas on technology, business and related stuff</description>
	<lastBuildDate>Sat, 10 Jul 2010 12:43:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.jayeyesea.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/a850d3e07222ae1c142ee636981d2a8f?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Jay Eye Sea</title>
		<link>http://blog.jayeyesea.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.jayeyesea.com/osd.xml" title="Jay Eye Sea" />
	<atom:link rel='hub' href='http://blog.jayeyesea.com/?pushpress=hub'/>
		<item>
		<title>An Optimised Network Packet Filter (my CompSci final year project)</title>
		<link>http://blog.jayeyesea.com/2010/05/26/an-optimised-network-packet-filter-my-compsci-final-year%c2%a0project/</link>
		<comments>http://blog.jayeyesea.com/2010/05/26/an-optimised-network-packet-filter-my-compsci-final-year%c2%a0project/#comments</comments>
		<pubDate>Wed, 26 May 2010 23:52:00 +0000</pubDate>
		<dc:creator>Ian Leader</dc:creator>
				<category><![CDATA[Articles / Papers]]></category>
		<category><![CDATA[Kind of technical]]></category>
		<category><![CDATA[Reprint]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[optimisation]]></category>

		<guid isPermaLink="false">http://blog.jayeyesea.com/?p=392</guid>
		<description><![CDATA[Ian Leader: Something of a blast from the past: as part of my recent job change, I had to dig out and scan the write up of final year BA Computer Science project, &#8216;An Optimised Network Packet Filter&#8217; (click to view or download PDF) that I presented at Cambridge University in 1994. Network packet filters [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.jayeyesea.com&blog=2284389&post=392&subd=jayeyesea&ref=&feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Ian Leader:</strong> Something of a blast from the past: as part of my recent job change, I had to dig out and scan the write up of final year BA Computer Science project, <a href="https://docs.google.com/fileview?id=1L--Gv64o4OOCWTqFjqaIrwHWgdKrkOrwtdQMWCc3i5Fvv11BSbH40EFq4Bu0&amp;hl=en_GB" target="_blank">&#8216;An Optimised Network Packet Filter&#8217; (click to view or download PDF)</a> that I presented at Cambridge University in 1994.</p>
<p>Network packet filters were &#8216;in&#8217; around this time, as part of the then trend towards microkernel operating systems. The idea was that you move as much as possible out of the kernel into user process/memory space, so that it was easier to modify. The network packet filter would identify and extract the content from all network packets and dispatch them to the appropriate user process.</p>
<p>However, two factors subsequently turned the tide and networking code back into the kernel:</p>
<ol>
<li>the growth of the Internet and the corresponding importance of high performance networking</li>
<li>the lack of any real need to modify packet handling on a regular or ad-hoc basis outside of academic environments (everyone uses some form of Ethernet and UDP/TCP pretty much all the time, and not much else)</li>
</ol>
<p>The project focused on optimizing the process of identifying and decoding packets &#8211; basically building a list of patterns to match for an applying them efficiently against incoming packets. In theory, the algorithms I applied worked pretty well compared to existing approaches, but I was never able to do any real world testing. This was partly due to time constraints on the project, but also due to the security culture in the computer lab at the time, which basically amounted to:</p>
<ul>
<li>Never let a (undergraduate) student have root</li>
<li>Don&#8217;t let a student see any of the UNIX (DEC Ultrix in our case) source code related to security or the kernel</li>
<li>Don&#8217;t let a students access the network with their own device</li>
</ul>
<p>So I wasn&#8217;t even allowed to do my own promiscuous network sniffing to get real data to test against &#8211; my supervisor had to do it! Universities might still be like this except for Linux!</p>
<p>The project was supervised by <a href="http://uk.linkedin.com/pub/derek-mcauley/2/787/103" target="_blank">Derek McAuley</a> who was a great teacher and mentor. The original, complete with typos (the OCR ate them when I scanned it) and my grade (can you guess?) can be found in the library of the computer lab at Cambridge.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jayeyesea.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jayeyesea.wordpress.com/392/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jayeyesea.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jayeyesea.wordpress.com/392/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jayeyesea.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jayeyesea.wordpress.com/392/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jayeyesea.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jayeyesea.wordpress.com/392/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jayeyesea.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jayeyesea.wordpress.com/392/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jayeyesea.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jayeyesea.wordpress.com/392/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jayeyesea.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jayeyesea.wordpress.com/392/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.jayeyesea.com&blog=2284389&post=392&subd=jayeyesea&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.jayeyesea.com/2010/05/26/an-optimised-network-packet-filter-my-compsci-final-year%c2%a0project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d9aff750f80d92a6254a24077bd5e9ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ileader</media:title>
		</media:content>
	</item>
		<item>
		<title>What Gmail and the iPad have in common (and most LMS’s don’t!)</title>
		<link>http://blog.jayeyesea.com/2010/04/30/what-gmail-and-the-ipad-have-in-common-and-most-lms%e2%80%99s-don%e2%80%99t/</link>
		<comments>http://blog.jayeyesea.com/2010/04/30/what-gmail-and-the-ipad-have-in-common-and-most-lms%e2%80%99s-don%e2%80%99t/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 12:19:16 +0000</pubDate>
		<dc:creator>Ian Leader</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Learning Technologies]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Reprint]]></category>

		<guid isPermaLink="false">http://blog.jayeyesea.com/?p=388</guid>
		<description><![CDATA[Ian Leader: Paul Buchheit, probably best known as the creator and lead developer of Google’s Gmail, recently blogged that &#8220;If your product is great, it doesn’t need to be good&#8220;. His point is that really great products will start out by focusing on a small number of really important features, and not try to tick every [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.jayeyesea.com&blog=2284389&post=388&subd=jayeyesea&ref=&feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Ian Leader: <a href="http://en.wikipedia.org/wiki/Paul_Buchheit" target="_blank"><span style="font-weight:normal;">Paul Buchheit</span></a><span style="font-weight:normal;">, probably best known as the creator and lead developer of Google’s Gmail, recently blogged that &#8220;</span><a href="http://paulbuchheit.blogspot.com/2010/02/if-your-product-is-great-it-doesnt-need.html" target="_blank"><span style="font-weight:normal;">If your product is great, it doesn’t need to be good</span></a><span style="font-weight:normal;">&#8220;. His point is that really great products will start out by focusing on a small number of really important features, and not try to tick every box in the competition’s feature list. This approach lets you focus on what’s really important to start with, and then to evolve the product with the really important ‘missing’ features.</span></strong></p>
<p>Sound good? I recently wrote  about my experience on how this applies to the world of commercial Learning Management Systems for LINE&#8217;s HeadLINE newsletter. You can read the full article here: <a href="http://www.line.co.uk/viewpoints/what-gmail-and-the-ipad-have-in-common-and-most-lmss-dont/" target="_blank">http://www.line.co.uk/viewpoints/what-gmail-and-the-ipad-have-in-common-and-most-lmss-dont.</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jayeyesea.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jayeyesea.wordpress.com/388/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jayeyesea.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jayeyesea.wordpress.com/388/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jayeyesea.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jayeyesea.wordpress.com/388/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jayeyesea.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jayeyesea.wordpress.com/388/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jayeyesea.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jayeyesea.wordpress.com/388/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jayeyesea.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jayeyesea.wordpress.com/388/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jayeyesea.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jayeyesea.wordpress.com/388/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.jayeyesea.com&blog=2284389&post=388&subd=jayeyesea&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.jayeyesea.com/2010/04/30/what-gmail-and-the-ipad-have-in-common-and-most-lms%e2%80%99s-don%e2%80%99t/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d9aff750f80d92a6254a24077bd5e9ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ileader</media:title>
		</media:content>
	</item>
		<item>
		<title>I pay the telco, so why should Google?</title>
		<link>http://blog.jayeyesea.com/2010/04/17/i-pay-the-telco-so-why-should-google/</link>
		<comments>http://blog.jayeyesea.com/2010/04/17/i-pay-the-telco-so-why-should-google/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 17:58:14 +0000</pubDate>
		<dc:creator>Ian Leader</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Net Neutrality]]></category>
		<category><![CDATA[Telcos]]></category>

		<guid isPermaLink="false">http://blog.jayeyesea.com/?p=378</guid>
		<description><![CDATA[Ian Leader: Catching up after a long weekend in the wilderness, and the Telcos are bleating about all that terrible data they have to carry so that I can watch YouTube and friends. In an article in the FT, the former state telcos in France, Spain and Germany are all making comments along the following [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.jayeyesea.com&blog=2284389&post=378&subd=jayeyesea&ref=&feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Ian Leader: </strong>Catching up after a long weekend in the wilderness, and the Telcos are bleating about all that terrible data they have to carry so that I can watch YouTube and friends.</p>
<p>In <a href="http://www.ft.com/cms/s/2/8f5d6128-4400-11df-9235-00144feab49a,dwp_uuid=adc119e2-003b-11df-8626-00144feabdc0.html" target="_blank">an article in the FT</a>, the former state telcos in France, Spain and Germany are all making comments along the following lines: &#8220;Google should share some of its online advertising revenue with the  telecoms groups, so as to compensate the network operators for carrying  the technology company’s bandwidth-hungry content&#8221; (César  Alierta, chairman of Telefónica).</p>
<p>Sorry, but I don&#8217;t buy it. I pay CableCom (Swiss cable company) the equivalent of  about 90 USD / month for their fastest domestic broadband connection (25/2.5 MBit/s), and I pay SwissCom (former Swiss state telco) every month for a data allowance. If this isn&#8217;t enough to pay for the required infrastructure, then they should charge me more or provide less bandwidth for the same money. I can either pay up or switch to another provider.</p>
<p>And there&#8217;s the rub &#8211; the telcos might want to be more than &#8220;dumb pipes&#8221; but that&#8217;s essentially what they are, and it&#8217;s not in the interests of consumers for them to be more than that. If my web services are tied to my internet connection, then I can&#8217;t switch easily, nor can I choose to get my mobile and fixed line internet from different providers. Think about that .com email address you had when you first got on the internet. You give yourself far more flexibility if you go with Yahoo/Gmail/Hotmail etc.</p>
<p>So the telcos have become dumb pipes because that&#8217;s what a fairly efficient market supported by government regulation has delivered over the last ten years. And they take money from their consumers, so there&#8217;s no automatic moral case for them to take money from providers &#8211; nor do they have the leverage to force this to happen (unless they decide to act as a cartel!)</p>
<p>Good for you and me, and a shame they can&#8217;t move on from complaining about this and work on being the best plumbers they possible can be.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jayeyesea.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jayeyesea.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jayeyesea.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jayeyesea.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jayeyesea.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jayeyesea.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jayeyesea.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jayeyesea.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jayeyesea.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jayeyesea.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jayeyesea.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jayeyesea.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jayeyesea.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jayeyesea.wordpress.com/378/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.jayeyesea.com&blog=2284389&post=378&subd=jayeyesea&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.jayeyesea.com/2010/04/17/i-pay-the-telco-so-why-should-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d9aff750f80d92a6254a24077bd5e9ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ileader</media:title>
		</media:content>
	</item>
		<item>
		<title>Mobile Barcoder Firefox Addon &#8211; a Hi/Lo Tech Coupler for your laptop and mobile</title>
		<link>http://blog.jayeyesea.com/2010/02/07/mobile-barcoder-firefox-addon-hilo-tech-coupler-for-your-laptop-and-mobile/</link>
		<comments>http://blog.jayeyesea.com/2010/02/07/mobile-barcoder-firefox-addon-hilo-tech-coupler-for-your-laptop-and-mobile/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 18:05:20 +0000</pubDate>
		<dc:creator>Ian Leader</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile Working]]></category>
		<category><![CDATA[Product Review]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[QR Codes]]></category>

		<guid isPermaLink="false">http://blog.jayeyesea.com/?p=362</guid>
		<description><![CDATA[Ian Leader: I&#8217;m playing around with QR codes a lot at the moment, and I just came across the Firefox Mobile Barcoder addon. If you mouse-over the icon in the bottom browser bar, this addon will create and display a 2 dimensional QR code containing the URL of the current web page. Then just scan [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.jayeyesea.com&blog=2284389&post=362&subd=jayeyesea&ref=&feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Ian Leader: </strong>I&#8217;m playing around with <a href="http://en.wikipedia.org/wiki/QR_codes" target="_blank">QR codes </a>a lot at the moment, and I just came across the Firefox <a href="https://addons.mozilla.org/en-US/firefox/addon/2780" target="_blank">Mobile Barcoder addon</a>. If you mouse-over the icon in the bottom browser bar, this addon will create and display a 2 dimensional QR code containing the URL of the current web page. Then just scan it with your SmartPhone, and the URL will open in your mobile &#8211; a handy way to avoid typing on your phone:</p>
<p><a href="http://jayeyesea.files.wordpress.com/2010/02/mobile_barcode_1.png"><img class="alignnone size-full wp-image-374" title="mobile_barcode_2" src="http://jayeyesea.files.wordpress.com/2010/02/mobile_barcode_2.png?w=473&#038;h=472" alt="" width="473" height="472" /></a></p>
<p>Unfortunately I couldn&#8217;t get it to work with any software on my BlackBerry Curve (8520), but it works perfectly with the barcode reader on the T-Mobile G1 (Android):</p>
<p><a href="http://jayeyesea.files.wordpress.com/2010/02/snap20100207_183412.png"><img class="size-medium wp-image-367 alignnone" title="snap20100207_183412" src="http://jayeyesea.files.wordpress.com/2010/02/snap20100207_183412.png?w=300&#038;h=200" alt="" width="300" height="200" /></a></p>
<p><span id="more-362"></span>It&#8217;s a pretty cool (and actually quite useful) piece of software, but it does rather remind me of <a href="http://en.wikipedia.org/wiki/Acoustic_coupler" target="_blank">acoustic coupler modems </a>(see pic), early modems that made noises into a normal telephone handset rather than plugging straight into the wall. Like these old modems, Barcoder is using a human interface (in this case the screen) to get small amounts of data from one very sophisticated device to another &#8211; <a href="http://en.wikipedia.org/wiki/William_gibson" target="_blank">William Gibson </a>would be <a href="http://en.wikipedia.org/wiki/Johnny_Mnemonic_%28short_story%29" target="_blank">proud</a>.</p>
<div class="wp-caption alignnone" style="width: 425px"><a href="http://www.maximumpc.com/article/features/10_musthave_geek_ringtones_and_text_message_alerts"><img title="Accoustic Coupler Modem" src="http://www.maximumpc.com/files/u17625/modem_use.jpg" alt="" width="415" height="200" /></a><p class="wp-caption-text">Image: MaximumPC.com</p></div>
<p>It also makes me wonder where we&#8217;ve gone wrong in terms of computer / cellphone interaction, that we can&#8217;t easily push a line of ASCII text from a laptop to our mobiles &#8211; wasn&#8217;t Bluetooth meant to solve that? A question for another post.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jayeyesea.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jayeyesea.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jayeyesea.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jayeyesea.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jayeyesea.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jayeyesea.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jayeyesea.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jayeyesea.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jayeyesea.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jayeyesea.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jayeyesea.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jayeyesea.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jayeyesea.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jayeyesea.wordpress.com/362/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.jayeyesea.com&blog=2284389&post=362&subd=jayeyesea&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.jayeyesea.com/2010/02/07/mobile-barcoder-firefox-addon-hilo-tech-coupler-for-your-laptop-and-mobile/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d9aff750f80d92a6254a24077bd5e9ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ileader</media:title>
		</media:content>

		<media:content url="http://jayeyesea.files.wordpress.com/2010/02/mobile_barcode_2.png" medium="image">
			<media:title type="html">mobile_barcode_2</media:title>
		</media:content>

		<media:content url="http://jayeyesea.files.wordpress.com/2010/02/snap20100207_183412.png?w=300" medium="image">
			<media:title type="html">snap20100207_183412</media:title>
		</media:content>

		<media:content url="http://www.maximumpc.com/files/u17625/modem_use.jpg" medium="image">
			<media:title type="html">Accoustic Coupler Modem</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding DNS entries to a Fonera 2.0n or what&#8217;s FON really about?</title>
		<link>http://blog.jayeyesea.com/2010/01/31/adding-dns-entries-to-a-fonera-2-0n-or-whats-fon-really-about/</link>
		<comments>http://blog.jayeyesea.com/2010/01/31/adding-dns-entries-to-a-fonera-2-0n-or-whats-fon-really-about/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 16:53:33 +0000</pubDate>
		<dc:creator>Ian Leader</dc:creator>
				<category><![CDATA[Kind of technical]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[FON]]></category>
		<category><![CDATA[WiFi]]></category>

		<guid isPermaLink="false">http://blog.jayeyesea.com/?p=340</guid>
		<description><![CDATA[Ian Leader: I&#8217;ve been using a LinkSys (now Cisco) WRT54GL as my home WiFi / router / firewall for about four years, and particularly since the OpenWrt initiative released the WhiteRussian version of their open source firmware, it&#8217;s been a joy to use: a fully-featured, flexible web GUI with both simple and advanced administration modes, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.jayeyesea.com&blog=2284389&post=340&subd=jayeyesea&ref=&feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong> </strong></p>
<p><strong><a href="https://static.fon.com/images/common/fonera2n_apps.png"><img class="alignleft" src="https://static.fon.com/images/common/fonera2n_apps.png" alt="" width="174" height="120" /></a>Ian Leader: </strong>I&#8217;ve been using a LinkSys (now Cisco) <a href="http://www.linksysbycisco.com/US/en/products/WRT54GL" target="_blank">WRT54GL </a>as my home WiFi / router / firewall for about four years, and particularly since the <a href="http://openwrt.org/" target="_blank">OpenWrt initiative</a> released the WhiteRussian version of their open source firmware, it&#8217;s been a joy to use: a fully-featured, flexible web GUI with both simple and advanced administration modes, access to a very wide range of linux packages, and a plugin architecture in the web GUI that allows you to add and configure a great deal of them without getting your hands dirty.</p>
<p>However, the hardware&#8217;s old and doesn&#8217;t support 802.11N wifi, so I bought a <a href="http://wiki.fon.com/wiki/Fonera_2.0n" target="_blank">Fonera 2.0n</a>. As well as 802.11N, it&#8217;s got a host of other features like USB support (for storage or webcams, or&#8230;) and applications to handle uploads and downloads to Picasa, FaceBook, Torrents and other applications / protocols. It&#8217;s also based on OpenWrt, and uses a version of the same Luci user interface.</p>
<p>Unfortunately, for my setup there was one key difference: There&#8217;s a module called dnsmasq on both platforms that runs a DNS server (amongst other things), and allows you to specify DNS entries for local servers. In OpenWrt WhiteRusian this is pretty simple: You add entries to /etc/hosts.local in the normal format e.g.</p>
<pre>192.168.1.100 server1</pre>
<p>Then reboot the device (this is pretty brute force, but simpler than remembering which init.d / rc.d script to run). Other settings like the DNS suffix (e.g. myhouse.mydomain.com) can be set in the web UI.</p>
<p>The Fonera doesn&#8217;t play nicely like this, and there simply doesn&#8217;t seem to be any file pre-configured where you can add entries, nor does it let you set the DNS suffix through the web UI. Here&#8217;s how I made it work:</p>
<p><span id="more-340"></span></p>
<ol>
<li>First, you need to install the devloper version of the firmware so that you can access a command line on the device using SSH. Get it <a href="http://download.fonosfera.org/Elan/20090921_FON2303_2.3.0.0_DEV.tgz" target="_blank">here </a>and install according to these <a href="http://wiki.fon.com/wiki/Firmware_Update" target="_blank">instructions</a> &#8211; it takes about 5 minutes.</li>
<li>Download an SSH client (e.g. <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_blank">Putty</a>) and log into your router (same IP address and credentials that you use on the web UI)</li>
<li>Create the file /etc/hosts.local and add your DNS entries (see /etc/hosts for format)</li>
<li>Edit the file /etc/config/dhcp and replace the section &#8216;config dnsmasq&#8217; with the following (the important changes are in bold):</li>
</ol>
<pre>config dnsmasq
 option domainneeded     0
 option boguspriv        1
 option filterwin2k      '0'  #enable for dial on demand
 option localise_queries 1
 option local    '/lan/'
<strong> option domain   'myhouse.mycompany.com'</strong>
 option expandhosts      1
 option nonegcache       0
 option authoritative    1
 option readethers       1
 option leasefile        '/tmp/dhcp.leases'
 option resolvfile       '/tmp/resolv.conf.auto'
<strong> option addnhosts        '/etc/hosts.local'</strong></pre>
<p>Finally, reboot.</p>
<p>A bit more complicated&#8230;</p>
<p>Although I&#8217;m glad that FON have based the 2.0n on an open firmware, and are not locking down the hardware with encryption keys, I can&#8217;t help feeling that they&#8217;ve taken a GUI that is simple, powerful and flexible, and dumbed it down for no good reason (remember, the standard OpenWRT WhiteRussian Web UI already has beginner and advanced modes). Why not let OpenWrt do the heavy lifting, and focus on adding the extra modules like the facebook upload app and torrent port.</p>
<p>This would possibly make the value-added features over the Fonera available on other non-FON hardware, but should this be a concern for FON? It&#8217;s a question of their purpose: I&#8217;ve always thought that FON was about creating a useful community of shared Hotspots, not selling WiFi routers, so I believe they should focus on putting hotspots in useful places (e.g. airports) and making their open hotspot s/w available on as many platforms as possible, not building their own hardware and user interfaces. Or maybe that&#8217;s not working: FON are about to ship a <a href="http://www.fon.com/en/promos/peekMoreInfo" target="_blank">European version of the Peek</a> non-wifi, email-only device, which they describe as &#8220;Perfect for those moments when you can&#8217;t find WiFi&#8221;.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jayeyesea.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jayeyesea.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jayeyesea.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jayeyesea.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jayeyesea.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jayeyesea.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jayeyesea.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jayeyesea.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jayeyesea.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jayeyesea.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jayeyesea.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jayeyesea.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jayeyesea.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jayeyesea.wordpress.com/340/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.jayeyesea.com&blog=2284389&post=340&subd=jayeyesea&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.jayeyesea.com/2010/01/31/adding-dns-entries-to-a-fonera-2-0n-or-whats-fon-really-about/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d9aff750f80d92a6254a24077bd5e9ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ileader</media:title>
		</media:content>

		<media:content url="//static.fon.com/images/common/fonera2n_apps.png" medium="image" />
	</item>
		<item>
		<title>Bringing together e-Learning, Communications and Knowledge Management</title>
		<link>http://blog.jayeyesea.com/2010/01/05/bringing-together-e-learning-communications-and-knowledge-management/</link>
		<comments>http://blog.jayeyesea.com/2010/01/05/bringing-together-e-learning-communications-and-knowledge-management/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 14:52:53 +0000</pubDate>
		<dc:creator>Ian Leader</dc:creator>
				<category><![CDATA[Articles / Papers]]></category>
		<category><![CDATA[Collaboration and KM]]></category>
		<category><![CDATA[Learning Technologies]]></category>
		<category><![CDATA[Reprint]]></category>

		<guid isPermaLink="false">http://blog.jayeyesea.com/?p=324</guid>
		<description><![CDATA[Ian Leader: Inside Learning Technologies magazine&#8217;s November 2009 issue published an article I co-authored with colleagues Piers Lea and Patrick Dunn, &#8220;The Unification of e-Learning, Communications and Knowledge Management&#8220;. The article looks at the benefits of bringing these complementary areas together within organisations &#8211; a trend that is definitely underway. It also considers organisational structures [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.jayeyesea.com&blog=2284389&post=324&subd=jayeyesea&ref=&feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="size-thumbnail wp-image-328 alignnone" title="Puzzle Piece" src="http://jayeyesea.files.wordpress.com/2010/01/puzzle-piece.jpg?w=90&#038;h=81" alt="" width="90" height="81" /><strong>Ian Leader:</strong> Inside Learning Technologies magazine&#8217;s November 2009 issue published an article I co-authored with colleagues Piers Lea and Patrick Dunn, &#8220;<a href="http://viewer.zmags.com/publication/2637a8ed#/2637a8ed/36" target="_blank">The Unification of e-Learning, Communications and Knowledge Management</a>&#8220;.</p>
<p>The article looks at the benefits of bringing these complementary areas together within organisations &#8211; a trend that is definitely underway. It also considers organisational structures and other issues that have impeded widespread implementation of technology platforms that bring knowledge, learning and communications together within corporations.</p>
<p><a href="http://viewer.zmags.com/publication/2637a8ed#/2637a8ed/36" target="_blank">Read the full article here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jayeyesea.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jayeyesea.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jayeyesea.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jayeyesea.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jayeyesea.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jayeyesea.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jayeyesea.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jayeyesea.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jayeyesea.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jayeyesea.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jayeyesea.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jayeyesea.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jayeyesea.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jayeyesea.wordpress.com/324/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.jayeyesea.com&blog=2284389&post=324&subd=jayeyesea&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.jayeyesea.com/2010/01/05/bringing-together-e-learning-communications-and-knowledge-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d9aff750f80d92a6254a24077bd5e9ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ileader</media:title>
		</media:content>

		<media:content url="http://jayeyesea.files.wordpress.com/2010/01/puzzle-piece.jpg?w=150" medium="image">
			<media:title type="html">Puzzle Piece</media:title>
		</media:content>
	</item>
		<item>
		<title>RoadSync release decent push gmail client for Nokia / Symbian &#8211; better than BlackBerrry?</title>
		<link>http://blog.jayeyesea.com/2009/12/24/roadsync-release-decent-push-gmail-client-for-nokia-symbian-better-than-blackberrry/</link>
		<comments>http://blog.jayeyesea.com/2009/12/24/roadsync-release-decent-push-gmail-client-for-nokia-symbian-better-than-blackberrry/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 16:43:53 +0000</pubDate>
		<dc:creator>Ian Leader</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.jayeyesea.com/?p=307</guid>
		<description><![CDATA[Ian Leader: About a year ago,  I posted a new years wish list that included &#8220;A decent Google mail&#8230;client for the Nokia E-series phones.&#8221; At the time I was using RoadSync to get push email from Exchange on my E51, and wondered if they might add IMAP support. They left it almost to the last [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.jayeyesea.com&blog=2284389&post=307&subd=jayeyesea&ref=&feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Ian Leader: </strong>About a year ago,  I posted a <a href="http://blog.jayeyesea.com/2009/01/02/my-new-year-wish-list/">new years wish list </a>that included &#8220;A decent Google mail&#8230;client for the Nokia E-series phones.&#8221; At the time I was using RoadSync to get push email from Exchange on my E51, and wondered if they might add IMAP support.</p>
<p>They left it almost to the last minute, but yesterday, <a href="http://support.dataviz.com/support.srch?docid=13790" target="_blank">Roadsync 5.0 for Symbian S60 was released</a>, an now includes support for Google apps: push IMAP email, in addition to calendar and contacts sync through ActiveSync that&#8217;s been available since the summer.</p>
<p>I&#8217;m pleased to say that it does exactly what it says on the tin:</p>
<p><span id="more-307"></span></p>
<ul>
<li>It works with gmail.com and Google apps</li>
<li>It syncs email to your device</li>
<li>It lets you send email</li>
<li>You don&#8217;t need to pay any service fees, or give your Google Apps password to any third party site</li>
<li>it syncs the read unread status of your emails in both directions</li>
</ul>
<p>It&#8217;s the last two points that might set it above the Blackberry. A Curve 8520 arrived in the post for me yesterday &#8211; the first time I&#8217;ve ever had a BlackBerry &#8211; and while I&#8217;m very impressed, the fact that it will only sync the read status of email in one direction (Blackberry -&gt; Google Apps) seems completely unnecessary, as well as being quite annoying.  Given how long BlackBerry have been in the email game, I&#8217;m really surprised by this.</p>
<p>What about the cost? RoadSync 5.0 costs 50 USD &#8211; which is about the same as five months of the &#8216;BlackBerry option&#8217; at SwissCom &#8211; so about 1/2 the price if you consider that RoadSync has been upgraded about once a year since 2007 (of course it&#8217;s still more expensive than on an iPhone or Android device &#8211; free s/w from Google and no service charges &#8211; but I need something to tide me over until we know what the <a href="http://gizmodo.com/5432678/google-nexus-one-hands-on" target="_blank">Nexus One </a>really is).</p>
<p>The BlackBerry still wins on one count though &#8211; you can have as many mailboxes as you like, whereas RoadSync only supports a connection to a single server. So you can&#8217;t sync both Google Apps for work and your personal Gmail. My only other complaint is that status flags / stars aren&#8217;t synchronised (<a href="http://mail.google.com/support/bin/answer.py?hl=en&amp;answer=77657" target="_blank">Gmail does support this</a>), although if you set a status flag on the device, it sets the email as unread in Google Apps &#8211; which is not really the right way to do it&#8230;</p>
<p>Anyway, on the whole, very posititive. Merry Christmas!</p>
<ul><strong></strong></ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jayeyesea.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jayeyesea.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jayeyesea.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jayeyesea.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jayeyesea.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jayeyesea.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jayeyesea.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jayeyesea.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jayeyesea.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jayeyesea.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jayeyesea.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jayeyesea.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jayeyesea.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jayeyesea.wordpress.com/307/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.jayeyesea.com&blog=2284389&post=307&subd=jayeyesea&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.jayeyesea.com/2009/12/24/roadsync-release-decent-push-gmail-client-for-nokia-symbian-better-than-blackberrry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d9aff750f80d92a6254a24077bd5e9ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ileader</media:title>
		</media:content>
	</item>
		<item>
		<title>The Difference Engine</title>
		<link>http://blog.jayeyesea.com/2009/12/18/the-difference-engine/</link>
		<comments>http://blog.jayeyesea.com/2009/12/18/the-difference-engine/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 08:31:22 +0000</pubDate>
		<dc:creator>Jon Bradford</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.jayeyesea.com/?p=241</guid>
		<description><![CDATA[Jon Bradford: The Jay Eye Sea blog has been (sadly?) bereft of posts from yours sincerely over the last 9 months.  The primary reason has been The Difference Engine, an early stage digital accelerator based in the North East of England. Since inception, it has taken around 12 months and a lot of discussions to get [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.jayeyesea.com&blog=2284389&post=241&subd=jayeyesea&ref=&feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Jon Bradford: </strong>The Jay Eye Sea blog has been (sadly?) bereft of posts from yours sincerely over the last 9 months.  The primary reason has been <a href="http://thedifferenceengine.eu">The Difference Engine</a>, an early stage digital accelerator based in the North East of England.</p>
<p>Since inception, it has taken around 12 months and a lot of discussions to get the programme off the ground.  As with any business proposition I had to articulate my rationale and justification for the project &#8211; my attempt was a white paper called &#8220;A Perfect (Disruptive) Storm&#8221;.  For the purposes of history and for those might be interested in attempting this in their own region a copy of the final &#8220;draft&#8221; of the paper is available below.</p>
<p><span id="more-241"></span>Note since this white paper there have been a number of structural changes to the final programme.</p>
<object id="scribd_24123787" name="scribd_24123787" height="500" width="100%" type="application/x-shockwave-flash" data="http://d1.scribdassets.com/ScribdViewer.swf" style="outline:none;" align="middle">
<param name="movie" value="http://d1.scribdassets.com/ScribdViewer.swf"><param name="wmode" value="opaque"> <param name="bgcolor" value="#ffffff"> <param name="allowFullScreen" value="true"> <param name="allowScriptAccess" value="always"> <param name="FlashVars" value="document_id=24123787&access_key=key-o3f3xrhbxvw4k2iuwxc&page=1&viewMode=">
<embed id="scribd_24123787" name="scribd_24123787" src="http://d1.scribdassets.com/ScribdViewer.swf?document_id=24123787&access_key=key-o3f3xrhbxvw4k2iuwxc&page=1&viewMode=" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="500" width="100%" wmode="opaque" bgcolor="#ffffff"></embed></object>
<div style="font-size:10px;text-align:center;width:100%"><a href="http://www.scribd.com/doc/24123787">View this document on Scribd</a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jayeyesea.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jayeyesea.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jayeyesea.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jayeyesea.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jayeyesea.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jayeyesea.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jayeyesea.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jayeyesea.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jayeyesea.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jayeyesea.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jayeyesea.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jayeyesea.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jayeyesea.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jayeyesea.wordpress.com/241/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.jayeyesea.com&blog=2284389&post=241&subd=jayeyesea&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.jayeyesea.com/2009/12/18/the-difference-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ed43349ea13367154edd879c33d4dc9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jon Bradford</media:title>
		</media:content>
	</item>
		<item>
		<title>Nexus One: Android&#8217;s Gold Standard</title>
		<link>http://blog.jayeyesea.com/2009/12/13/androids-gold-standard/</link>
		<comments>http://blog.jayeyesea.com/2009/12/13/androids-gold-standard/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 21:19:56 +0000</pubDate>
		<dc:creator>Jon Bradford</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Articles / Papers]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.jayeyesea.com/?p=228</guid>
		<description><![CDATA[Jon Bradford: It is all over the blogosphere &#8211; the fabled Google phone really does exist.  The first picture of the Nexus One has already appeared on Twitter and it is only a matter of time before we start getting full reviews by Google employees and the internet&#8217;s glitterati. So why have Google got themselves [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.jayeyesea.com&blog=2284389&post=228&subd=jayeyesea&ref=&feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Jon Bradford: </strong>It is all over the blogosphere &#8211; the fabled Google phone really does exist.  The first picture of the Nexus One has already appeared on Twitter and it is only a matter of time before we start getting full reviews by Google employees and the internet&#8217;s glitterati.</p>
<p>So why have Google got themselves into the hardware game after many different quotes from Eric Schmidt to the contrary?  By creating the Nexus One, I believe that Google have created their own Android &#8220;Gold Standard&#8221; against which all other Android phones will be measured.  This is in part to challenge hardware manufacturers and more importantly to control network operators.</p>
<p><span id="more-228"></span>Having had the  pleasure of using both a G1 (home) and an iPhone (work) simultaneously I have discovered that both have their pros and cons but neither is quite the perfect phone and I think the market is still wide open.  Both have great features but neither has all, so in my mind it is all about who can recognise their deficiencies and adapt quickly.</p>
<p>After a month with the iPhone, I would suggest the following:</p>
<ol>
<li>Hardware &#8211; the iPhone&#8217;s build quality is fantastic and the touch screen is more responsive &#8211; no contest the iPhone wins hands down.</li>
<li>Battery &#8211; lets just say that I have seen a few iPhone users look very jealously at me at 4 o&#8217;clock in the afternoon when I kick out the old G1 battery and replace it with a new one.</li>
<li>&#8220;Flashy light&#8221; &#8211; this has me completely stumped- why doesn&#8217;t the iPhone include one of those Blackberry lights which indicate when you have an email (or tweet or SMS)?  No wonder the iPhone battery is always flat &#8211; users spend all their life switching it on to check if they have new email.</li>
<li>Multi-tasking &#8211; this is a real winner for Android &#8211; my email, twitter and multiple other apps run quietly in the background with no profound impact on battery life.  Only since I became a full time iPhone user have I discovered why iPhone users are constantly fiddling with their phones &#8211; its not because they&#8217;re addictive, its because they are constantly checking their email and then twitter etc.  Another reason for their batteries being constantly flat.</li>
<li>User interface &#8211; this is down to personal taste.  There are good things about both.  I prefer the bigger screen of the iPhone but I prefer the way Android organises its apps.</li>
<li>Multi-touch &#8211; well Android has none, so I guess the iPhone wins this one.</li>
<li>Apps &#8211; as with UI this is personal choice.  Android <em><span style="text-decoration:underline;">was</span><span style="font-style:normal;"> </span></em>rubbish but is improving quickly.  Do I need 100,000 apps? Probably not, I use around 10-15 apps of which 5 regularly.</li>
<li>Flip out keyboard &#8211; having used the iPhone for a month I am not completely convinced a flip out keyboard is necessary.  The Android on screen keyboard is rubbish.  Why?  The screen is too small and the less responsive that the iPhone.</li>
</ol>
<p>So I guess if the Nexus One improved build quality, had a bigger and more responsive screen, a swappable battery, &#8220;flashy light&#8221;, multi-tasking, multi-touch and on screen keyboard we might have a new gold standard in smartphones. I guess Google just got really frustrated that manufacturers failed to compete with Apple.</p>
<p>The second point &#8211; which I think is more important &#8211; is controlling network operators.  There is a growing consensus that Android is pretty easy to code for, the background processing is a real winner and their self-regulated marketplace is substantially better than the Apple Apps Store.  But fragmentation of the Android code comes up again and again.  Is there a way to retain control of the code but allow for some divergence?  I guess the Nexus One is Google&#8217;s attempt at this.</p>
<p>By creating the Google phone (aka the Nexus One), the Android team have ultimately a code base on which developers can create &#8220;Google certified&#8221; applications.  Network operators can diverge from the code base but at their own risk &#8211; do they want the embarrassment of building an Android phone that won&#8217;t run particular apps?</p>
<p>This is likely to piss off the hardware manufacturers and network operators in the short term, but in the longer term it will benefit both.  It is essential that the Android is considered competitive rather than &#8220;second best&#8221; and developers must have confidence that their apps can and will work across multiple devices.</p>
<p>I guess Santa won&#8217;t be coming early this year &#8230; but may be after Xmas <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jayeyesea.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jayeyesea.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jayeyesea.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jayeyesea.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jayeyesea.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jayeyesea.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jayeyesea.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jayeyesea.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jayeyesea.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jayeyesea.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jayeyesea.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jayeyesea.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jayeyesea.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jayeyesea.wordpress.com/228/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.jayeyesea.com&blog=2284389&post=228&subd=jayeyesea&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.jayeyesea.com/2009/12/13/androids-gold-standard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ed43349ea13367154edd879c33d4dc9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jon Bradford</media:title>
		</media:content>
	</item>
		<item>
		<title>Launch of Google groups brings Apps closer to a credible Intranet platform &#8211; but search still a problem&#8230;</title>
		<link>http://blog.jayeyesea.com/2009/12/10/launch-of-google-groups-brings-apps-closer-to-a-credible-intranet-platform/</link>
		<comments>http://blog.jayeyesea.com/2009/12/10/launch-of-google-groups-brings-apps-closer-to-a-credible-intranet-platform/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 22:18:00 +0000</pubDate>
		<dc:creator>Ian Leader</dc:creator>
				<category><![CDATA[Collaboration and KM]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://blog.jayeyesea.com/?p=220</guid>
		<description><![CDATA[Ian Leader: Today Google launched Groups for Google Apps, making discussion forum functionality available to organisations using the Premier and Education editions of apps. I think this is a significant development, as it finally makes Apps a credible option for company Intranets. Although Google have promoted Sites as a tools for Intranets for some time, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.jayeyesea.com&blog=2284389&post=220&subd=jayeyesea&ref=&feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Groups" src="http://groups.google.com/groups/img/groups-onebox.gif" alt="" width="40" height="30" /><strong>Ian Leader: </strong>Today Google <a href="http://googleappsupdates.blogspot.com/2009/12/google-groups-launched-in-google-apps.html" target="_blank">launched Groups for Google Apps</a>, making discussion forum functionality available to organisations using the Premier and Education editions of apps. I think this is a significant development, as it finally makes Apps a credible option for company Intranets. Although Google have promoted Sites as a tools for Intranets for some time, the lack of any form of discussion forum (beyond blog comments) was a serious weakness compared to commercial and open source tools that have been generally available for some time.</p>
<p><span id="more-220"></span>The functionality more or less mirrors the <a href="http://groups.google.com" target="_blank">public Google groups</a>, while providing a variety of access options from closed teams to company-wide groups to public groups.</p>
<p>There seem to be some minor glitches &#8211; for example, two test groups I set up took several hours to appear after I created them:</p>
<p><a href="http://jayeyesea.files.wordpress.com/2009/12/google-groups_no_groups_error_small.png"><img class="alignnone size-full wp-image-222" title="Google Groups_No_groups_error_small" src="http://jayeyesea.files.wordpress.com/2009/12/google-groups_no_groups_error_small.png?w=337&#038;h=232" alt="" width="337" height="232" /></a></p>
<p>but overall it works well.</p>
<p>Surprisingly (for Google), the biggest weakness seems to be in <strong>search </strong>- as it&#8217;s not possible to search from one box across groups, sites and docs &#8211; the three components that together would make a pretty effective Intranet for most small and medium sized companies. This is compounded by the fact that the <a href="http://www.google.com/enterprise/search/mini.html" target="_blank">Google mini</a> can&#8217;t index Google Apps because it doesn&#8217;t support search across single sign-on sites. The <a href="http://www.google.com/enterprise/search/gsa.html" target="_blank">Google search appliance </a>can do this, but the starting price for that box is an order of magnitude higher than the mini, and very hard to justify for most SMEs, especially in the current financial climate.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jayeyesea.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jayeyesea.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jayeyesea.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jayeyesea.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jayeyesea.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jayeyesea.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jayeyesea.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jayeyesea.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jayeyesea.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jayeyesea.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jayeyesea.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jayeyesea.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jayeyesea.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jayeyesea.wordpress.com/220/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.jayeyesea.com&blog=2284389&post=220&subd=jayeyesea&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.jayeyesea.com/2009/12/10/launch-of-google-groups-brings-apps-closer-to-a-credible-intranet-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d9aff750f80d92a6254a24077bd5e9ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ileader</media:title>
		</media:content>

		<media:content url="http://groups.google.com/groups/img/groups-onebox.gif" medium="image">
			<media:title type="html">Groups</media:title>
		</media:content>

		<media:content url="http://jayeyesea.files.wordpress.com/2009/12/google-groups_no_groups_error_small.png" medium="image">
			<media:title type="html">Google Groups_No_groups_error_small</media:title>
		</media:content>
	</item>
	</channel>
</rss>