<?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>Redwood Blog</title>
	<atom:link href="http://stevewardell.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://stevewardell.wordpress.com</link>
	<description>The start of something pointless (the blog of Steve Wardell)</description>
	<lastBuildDate>Tue, 30 Apr 2013 16:33:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='stevewardell.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/7ea399e52958637330c4b3726d8ec256?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Redwood Blog</title>
		<link>http://stevewardell.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://stevewardell.wordpress.com/osd.xml" title="Redwood Blog" />
	<atom:link rel='hub' href='http://stevewardell.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Tweeting the weather with a WS2350, Open2300 and Raspberry Pi</title>
		<link>http://stevewardell.wordpress.com/2012/06/13/tweeting-the-weather-with-a-ws2350-open2300-and-raspberry-pi/</link>
		<comments>http://stevewardell.wordpress.com/2012/06/13/tweeting-the-weather-with-a-ws2350-open2300-and-raspberry-pi/#comments</comments>
		<pubDate>Wed, 13 Jun 2012 13:07:58 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Cumulus]]></category>
		<category><![CDATA[RaspberryPi]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Weather]]></category>
		<category><![CDATA[Open2300]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://stevewardell.wordpress.com/?p=405</guid>
		<description><![CDATA[Well the last day or two have brought another USB/Serial adapter and some success, the weather station (Ws2350) is now communicating with the Raspberry Pi via USB. So what was the problem and what was the solution? The weather station is well know for being a picky little device (read non standard) about its serial comunications, you&#8217;ll [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stevewardell.wordpress.com&#038;blog=5497684&#038;post=405&#038;subd=stevewardell&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://stevewardell.files.wordpress.com/2009/11/ws2350-base.jpg"><img class="alignleft size-full wp-image-58" title="WS2350 Base" src="http://stevewardell.files.wordpress.com/2009/11/ws2350-base.jpg?w=510" alt=""   /></a>Well the last day or two have brought another USB/Serial adapter and some success, the weather station (Ws2350) is now communicating with the Raspberry Pi via USB. So what was the problem and what was the solution?</p>
<p>The weather station is well know for being a picky little device (read non standard) about its serial comunications, you&#8217;ll find many horror stories from people who have had to link it via a USB adapter. It&#8217;s worth noting that even though I now have communications there may be further problems to come, so the side project of adding a serial port to the GPIO of the Raspberry Pi is only on hold.</p>
<p>Anyway the problem was having a USB/Serial adapter that both the Raspberry Pi and the weather station were happy with. Other people with similar issues have thought it may be power related as the Raspberry Pi doesn&#8217;t have a lot of power to pass to the USB, but these adapters draw less than 25mA and I tried via a powered USB hub too, it wasn&#8217;t a power issue.</p>
<p>Original (supplied with the weather station) FTDI adapter (FT232BM), worked with the weather station and using Ubuntu on a PC, hung the Raspberry Pi when accessed but was recognised by the Raspberry Pi when plugged in.</p>
<p>PL2323 Adapater, bought to try a different chipset. Raspberry Pi was quite happy with it, even hooked up a PSION Series 5 as a terminal (<a title="The Weather with Raspberry Pi – unsettled but brightening up later" href="http://stevewardell.wordpress.com/2012/06/09/389/" target="_blank">see this</a>) but the weather station via Raspberry Pi or via Ubuntu on a PC did not want to play. This failure was almost certainly down to the WS2350 being picky about its adapters or possibly a non standard pin out on the adapter.</p>
<p>FTDI Adapter (FT232RL) I had a post about the problem at <a title="Raspberry Pi" href="http://www.raspberrypi.org/phpBB3/viewtopic.php?f=44&amp;t=8010&amp;sid=b4415f4f12617fb059c5b2c4b8583dd8&amp;p=98970#p98970" target="_blank">RasberryPi.org</a> and someone confirmed that they had an FTDI device working with Raspberry Pi, a device using a newer chipset. I did some research at the chip manufacturer and decided to track down an adapter using the newer FT232RL chip, thinking that as the weather station was happy with the old FTDI adapter maybe it would be with the new one too. I found one at <a href="http://www.tronisoft.com/">tronisoft.com</a> and ordered it on Sunday evening, it arrived Tuesday am. It worked.</p>
<p><a href="https://stevewardell.files.wordpress.com/2012/06/rpi.jpg"><img class="alignleft size-thumbnail wp-image-391" title="Rpi" src="https://stevewardell.files.wordpress.com/2012/06/rpi.jpg?w=150&#038;h=112" alt="" width="150" height="112" /></a>Now that communications were in full swing I started to hack a little bit of python code to read the Open2300 log file and tweet it, my current Cumulus software tweets the weather every hour or so and its pretty easy to tweet from code.</p>
<p>&nbsp;</p>
<p>The tweet2300.py code</p>
<p><code>#<br />
#tweet2300 Steve Wardell 2012<br />
#<br />
from subprocess import call<br />
import twitter<br />
#auth twitter<br />
auth = twitter.OAuth("your", "twitter", "oauth", "keys")<br />
t = twitter.Twitter(auth=auth)<br />
t.account.verify_credentials()<br />
#run log2300<br />
call(["rm", "log2300.txt"])<br />
call(["log2300", "log2300.txt"])<br />
#open and read the tweet.txt file produced by log2300<br />
file = open("log2300.txt","r")<br />
log2300 = file.read()<br />
file.close()<br />
#chop up the string to get only the basics we are interested in<br />
words = log2300.split()<br />
tweet = "Forecast " + words[17] + " : Wind " + words[8] + "mph " + words[10] + " : Baro " + words[15] + "hpa " + words[16] + " : Temp " + words[4] + "c" + " : Rain " + words[13] + "mm " + " : Humidity " + words[7] + "%"<br />
#tweet the content of tweet.txt<br />
t.statuses.update(status=tweet)<br />
#the end</code></p>
<p>Its not very elegant but as a quick hack it did the job.</p>
<p>Open2300 is a suite of programs to read data from the Ws2350 by Kenneth Lavrsen (<a title="Open2300" href="http://www.lavrsen.dk/foswiki/bin/view/Open2300/WebHome" target="_blank">his web site</a>). For this quick hack we first get authorised with twitter then the Log2300 program writes (appends in fact) to a file a short data stream from the Ws2350. As I just want a file with a single data set the code above first deletes any existing log then writes a new one. The log is then read into a python variable and split into an array, the array is then mashed up into a suitable order with some additional text to form a tweet.</p>
<p>All very basic stuff and quite a bodge but we get a tweet</p>
<blockquote class="twitter-tweet"><p>Forecast Sunny : Wind 0.0mph E : Baro 1016.100hpa Rising : Temp 20.1c : Rain 0.00mm: Humidity 45%</p>
<p>— RedwoodWeatherUK (@RedwoodWeather) <a href="https://twitter.com/RedwoodWeather/status/212886873905958913">June 13, 2012</a></p></blockquote>
<p>This simple script could be added to a CRON job to run every hour and keep on tweeting. Now that I&#8217;m happy with basic communications and have a little bit of code and a tweet to show for my efforts I can focus on developing some python routines to make use of Open2300&#8242;s fetch2300 program to write feeds for my web site <a title="The Weather at 60 Redwood" href="http://weather.60redwood.com" target="_blank">weather.60redwood.com</a> and the live gauges.</p>
<p>More posts as progress is made</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stevewardell.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stevewardell.wordpress.com/405/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stevewardell.wordpress.com&#038;blog=5497684&#038;post=405&#038;subd=stevewardell&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stevewardell.wordpress.com/2012/06/13/tweeting-the-weather-with-a-ws2350-open2300-and-raspberry-pi/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3759304540f71d6ce4712bb95d22b0d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Steve</media:title>
		</media:content>

		<media:content url="http://stevewardell.files.wordpress.com/2009/11/ws2350-base.jpg" medium="image">
			<media:title type="html">WS2350 Base</media:title>
		</media:content>

		<media:content url="https://stevewardell.files.wordpress.com/2012/06/rpi.jpg?w=150" medium="image">
			<media:title type="html">Rpi</media:title>
		</media:content>
	</item>
		<item>
		<title>The Weather with Raspberry Pi – unsettled but brightening up later</title>
		<link>http://stevewardell.wordpress.com/2012/06/09/389/</link>
		<comments>http://stevewardell.wordpress.com/2012/06/09/389/#comments</comments>
		<pubDate>Sat, 09 Jun 2012 15:58:43 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[RaspberryPi]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Weather]]></category>
		<category><![CDATA[Weather Underground]]></category>
		<category><![CDATA[Raspberry Pi]]></category>

		<guid isPermaLink="false">http://stevewardell.wordpress.com/?p=389</guid>
		<description><![CDATA[Well, my Raspberry Pi weather station project has been stumbling along. So, first, a little update on where I am at with it. pywws doesn&#8217;t work with my weather station, ws2350, not unexpected and a quick chat with its author confirmed it. There are a few other weather enthusiasts out thee who are trying to get it working on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stevewardell.wordpress.com&#038;blog=5497684&#038;post=389&#038;subd=stevewardell&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="https://stevewardell.files.wordpress.com/2012/06/rpi.jpg"><img class="alignleft size-thumbnail wp-image-391" style="margin:2px 4px;" title="Rpi" src="https://stevewardell.files.wordpress.com/2012/06/rpi.jpg?w=150&#038;h=112" alt="" width="150" height="112" /></a>Well, my Raspberry Pi weather station project has been stumbling along. So, first, a little update on where I am at with it.</p>
<p>pywws doesn&#8217;t work with my weather station, ws2350, not unexpected and a quick chat with its author confirmed it. There are a few other weather enthusiasts out thee who are trying to get it working on the RPi so check on the forums. I will be keeping an eye on progress as getting basic comms working is a common problem, as you will see&#8230;.</p>
<p>Open2300 has been most successful at this point, its a simple set of programs that will obtain and decode the weather station data and help you use it, there is even a program that will update Weather Underground for you. Compilation on RPi did kick out some warnigns, but I had similar warnings when I compiled it on Ubuntu. The bad news, I am still not able to confirm this works on RPI, because&#8230;</p>
<p>Serial/USB converters &#8211; as you would expect, take two well defined standards, the latter of which was ushered in as the replacement for the former and connect them together, yeah, it was never going to just work was it! Lets be clear this is NOT a RPi issue, it&#8217;s bigger than that.</p>
<p>So my weather station, an entry level consumer product, about a hundred quid, has a serial link. It also comes with a serial to USB adapter as very few modern computers come with an old RS232 serial port. The USB adapter is well known as a source of endless data trouble with even the most reliable connections producing corrupt data from time to time.</p>
<p>Plugging this adapter, which identifies itself as FTDI, seems fine, its recognised but trying to run Open2300 with it hangs the RPi. hard to know which bit is at fault or if all of it is contributing. Running the same adapter and Open2300 under Ubuntu (on a PC not RPi) works fine though, the weather station data is retrieved and decoded.. Using a powered USB hub makes no difference in this case, the adapter is drawing around 25ma at most so power shouldn&#8217;t be the issue anyway.</p>
<p>To see if it was the weather station on the end of the wire causing the problem I dusted off a Psion Series 5 and serial cable, plugged it in to the RPi via said adapter and tried the terminal program, nothing, dead, hung RPi.</p>
<p>A second adapter arrived this morning, this time using the Prolifc PL2303 chipset (or rip off of), first off, as it was still sat on the desk, I plugged in the Psion Series 5 and, LIFE! The terminal app on the Psion communicated with the RPi.</p>
<p><img class="alignleft size-medium wp-image-392" style="margin:2px;" title="RPi and Psion5" src="https://stevewardell.files.wordpress.com/2012/06/rpi-and-psion5.jpg?w=225&#038;h=300" alt="" width="225" height="300" /></p>
<p>Encouraged by some communications success I plugged in the weather station and tried Open2300, nothing for a few minutes then a time out of sorts. Moving the test to an Ubuntu PC produced the same disappointing result, it seems that although RPi is happy with the PL2303 the weather station is not.</p>
<p>So two different types (chipset) of Serial/USB converters and different failures. At this point I started to look for any other adapter types but on such cheap items expecting a datasheet is a little too much.</p>
<p>Clearly the combination of things is a key and finding an adapter that both the RPi and the WS2350 are happy with is critical, it could also be like looking for a very specific bit of hay in a haystack (I always thought that looking for a needle in a haystack sounded quite do abel to me, big magnet, little needle, problem solved)</p>
<p>It was time to start exploring alternative options and RPi is not without some, namely the GPIO header.</p>
<p>Next step, obtain or build an RS232 interface for the GPIO header, the good news is others are way ahead of me and it looks like it should be fairly straight forward, though I cant find anything pre-made for the RPi, yet.</p>
<p>After some hours trying to find out more about the issue via the RPi forums, lots of folks with similar issues, and more generally looking for Debian, Arm, FTDI and so on it would seem that the FTDI drivers are not ARM compatible, so if this is correct the FTDI based adapters are not going to work. I think them being identified by RPi when plugged in and checked means nothing at this point as that&#8217;s not using the driver it&#8217;s just listing the USB data, but I don&#8217;t know.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stevewardell.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stevewardell.wordpress.com/389/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stevewardell.wordpress.com&#038;blog=5497684&#038;post=389&#038;subd=stevewardell&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stevewardell.wordpress.com/2012/06/09/389/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3759304540f71d6ce4712bb95d22b0d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Steve</media:title>
		</media:content>

		<media:content url="https://stevewardell.files.wordpress.com/2012/06/rpi.jpg?w=150" medium="image">
			<media:title type="html">Rpi</media:title>
		</media:content>

		<media:content url="https://stevewardell.files.wordpress.com/2012/06/rpi-and-psion5.jpg?w=225" medium="image">
			<media:title type="html">RPi and Psion5</media:title>
		</media:content>
	</item>
		<item>
		<title>Raspberry Pi and the weather</title>
		<link>http://stevewardell.wordpress.com/2012/05/29/raspberry-pi-and-the-weather/</link>
		<comments>http://stevewardell.wordpress.com/2012/05/29/raspberry-pi-and-the-weather/#comments</comments>
		<pubDate>Tue, 29 May 2012 20:19:13 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Cumulus]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[RaspberryPi]]></category>
		<category><![CDATA[Weather]]></category>
		<category><![CDATA[WS2350]]></category>

		<guid isPermaLink="false">http://stevewardell.wordpress.com/?p=380</guid>
		<description><![CDATA[Ever since I heard about the Raspberry Pi project I knew that it would potentially be the ideal always on low power &#8216;pc&#8217; to hook up to a weather station and fire data off to a web site. Realising that project has taken its first step with delivery of my first Raspberry Pi this week. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stevewardell.wordpress.com&#038;blog=5497684&#038;post=380&#038;subd=stevewardell&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Ever since I heard about the Raspberry Pi project I knew that it would potentially be the ideal always on low power &#8216;pc&#8217; to hook up to a weather station and fire data off to a web site. Realising that project has taken its first step with delivery of my first Raspberry Pi this week.</p>
<div id="attachment_381" class="wp-caption alignleft" style="width: 310px"><a href="https://stevewardell.files.wordpress.com/2012/05/pi.jpg"><img class="size-medium wp-image-381" title="RaspberryPi" src="https://stevewardell.files.wordpress.com/2012/05/pi.jpg?w=300&#038;h=225" alt="RaspberryPi" width="300" height="225" /></a><p class="wp-caption-text">RaspberryPi</p></div>
<p>In outline the project is simple enough, use the Raspberry Pi device with a combination of <a title="pywws" href="http://code.google.com/p/pywws/" target="_blank">pywws</a> and <a title="Open2300" href="http://www.lavrsen.dk/foswiki/bin/view/Open2300/WebHome" target="_blank">Open2300</a> to read the data from my WS2350 weather station and ftp a data stream to my <a title="weather station web site" href="http://weather.60redwood.com/" target="_blank">web site</a>. Currently this is done using the excellent Cumulus software from <a title="SandaySoft" href="http://sandaysoft.com/" target="_blank">Sandaysoft</a> but this runs on a Windows based PC and finding a mini pc suitable isn&#8217;t cheap (which I regard as one of the main tenets of a hobby).</p>
<p>Currently my web site is built using various Cumulus bits but the principle is that Cumulus feeds a simple, structured text file every 15 seconds or so, via ftp, and the web site reads it and uses some basic JavaScript to dynamically update the page. A principle requirement of this project is that it either writes a compatible text file (in fact various text files for gauges and graphs etc) or I code a web site based converter that can take the Raspberry Pi feed and translate it.</p>
<p>Stage 1 will be to get the Raspberry Pi up and running with a stable OS, this should be fairly straightforward</p>
<p>Stage 2 will be interfacing the Ws2350 to the Raspberry Pi via USB (possibly via serial later)</p>
<p>Stage 3 will be seeing if pywws will run and read the ws2350, if not then some lower level investigation using Open2300 is going to be needed</p>
<p>Stage 4 will be to extract from Stage 3 a suitable file on a regular (cron) basis and ftp it to a web server (the web server will initially be one in my office, it may even be on the Raspberry Pi or another Raspberry Pi)</p>
<p>Each stage will be liberally inter spaced with as yet undefined quantities of alcohol which will be at various times proportional to success or inversely proportional to failure.</p>
<p>If any fellow weather geeks want to help out or just see how it goes I will try to blog progress here and no doubt on twitter via @stevewardell. If anyone has any ideas or suggestions or anything that may help this little venture I would be interested in hearing from you.</p>
<p>Let the hacking commence&#8230;</p>
<p>Update 30/5/12</p>
<p>Stage 1 held up a little awaiting some essential parts that I forgot to order initially then forgot again when I eventually got a shipping notice. Anyway, parts en route. I started to look in more detail at pywws and a few other similarly minded weather geeks have embarked on similar projects, so far it looks like the usb libs in the debian distro are dropping packets on the Raspberry Pi so there may be some issues there, also I still don&#8217;t know if pywws will even read my weather station at all.</p>
<p>In order to get things moving and determine if pywws was an option I set up on one of my Ubuntu servers in the office, after some fiddling to get the weather station recognised via usb/serial converter (Raspberry Pi has USB) and a few hours playing with pywws I&#8217;ve concluded it either doesn&#8217;t work with a WS2350 or I cannot get the right combination&#8217;s of usb libs to play with python. So pywws question passed to its author, in the meantime Open2300 checked out and compiled, a little configuration and success, a simple cron job has the weather station updating my Weather Underground site, all mostly thanks to the Open2300 code I have to say.</p>
<p>If I can decode the full memory map from the station with Open2300, which I think I can, then this looks like it should work out quite well, assuming it can be compiled on the RPi ofcourse</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stevewardell.wordpress.com/380/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stevewardell.wordpress.com/380/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stevewardell.wordpress.com&#038;blog=5497684&#038;post=380&#038;subd=stevewardell&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stevewardell.wordpress.com/2012/05/29/raspberry-pi-and-the-weather/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3759304540f71d6ce4712bb95d22b0d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Steve</media:title>
		</media:content>

		<media:content url="https://stevewardell.files.wordpress.com/2012/05/pi.jpg?w=300" medium="image">
			<media:title type="html">RaspberryPi</media:title>
		</media:content>
	</item>
		<item>
		<title>Tablets : Windows 8 &#8211; Metro @ //BUILD/</title>
		<link>http://stevewardell.wordpress.com/2011/09/14/tablets-windows-8-metro-build/</link>
		<comments>http://stevewardell.wordpress.com/2011/09/14/tablets-windows-8-metro-build/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 20:03:10 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Metro]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[metro]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows 8]]></category>

		<guid isPermaLink="false">http://stevewardell.wordpress.com/?p=374</guid>
		<description><![CDATA[Microsoft have been unveiling Windows 8 at //BUILD/ and the keynote from Steve Sinofsky was, to say the least, inspiring. //BUILD/ was about revealing Windows 8 to the developer community, showing them what it is, where it&#8217;s going and what they can expect as it launches, in its various guises. I&#8217;m interested (here) with what Windows 8 and the Metro [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stevewardell.wordpress.com&#038;blog=5497684&#038;post=374&#038;subd=stevewardell&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Microsoft have been unveiling Windows 8 at //BUILD/ and the keynote from Steve Sinofsky was, to say the least, inspiring. //BUILD/ was about revealing Windows 8 to the developer community, showing them what it is, where it&#8217;s going and what they can expect as it launches, in its various guises.</p>
<p>I&#8217;m interested (here) with what Windows 8 and the Metro UI, first seen on Windows Phone 7, means in the tablet space. Or as its more accurately known, the iPad space. What really interests me here is the idea that it might be a year until we see a Windows 8 tablet, assuming this is correct, it would appear to be a catastrophic case for Microsoft, surely the tablet wars will be over in a year?</p>
<p>Well, perhaps that might play to Microsoft.</p>
<p>Right now there isn&#8217;t much of a tablet war. We have Apple&#8217;s iPad dominant and nothing looking remotely likely to get close, much less topple it. It&#8217;s a great device and it has created the market from the previous failed attempts by Microsoft, among others. The there is Android, Googles smartphone OS hacked for tablets. The first generation of devices has been poor and they are approaching end of life, the first signs of the second generation are appearing and maybe Android will get a second chance. HP killed the Touchpad and, well everyone knows what happened with that. Blackberry launched an expensive toy and cant be considered a contender in my opinion, perhaps their second generation will make up for the first. And lastly we have Amazon, rumoured to be about to enter the game, but with a small, cheaper than iPad, based on old Android, low spec device. I don&#8217;t really think Amazon is entering the same game as everyone else, maybe with a competitive device but this 7&#8243; shopping tablet isn&#8217;t it.</p>
<p>Then there is Microsoft. Metro, the UI, looks very good, it brings something new to the party, but as has already been pointed out Windows Phone 7 brought Metro to our attention and that hasn&#8217;t exactly changed Microsoft&#8217;s fortunes in the smartphone space, why would it do so in the tablet space? My thought is Microsoft isn&#8217;t looking for it to revolutionise anything. Imagine in 12 months, Windows 8 tablets launch, with a decent spread of apps, using the same basic OS that&#8217;s been around for some time on the desktop, laptop and server, slowly replacing the Windows 7 (Vista, XP, etc) systems in use by 100&#8242;s of millions. The tablet space, probably still lead by Apple, has settled down, its not a war of innovation anymore, its an established market, moving along the adoption curve. There may have been a few casualties, maybe even a new contender. But when Windows 8 tablets launch across a range of manufacturers the sheer choice of devices, all bearing a familiar badge, sporting a look and feel that has had months to become familiar, may be a very compelling idea in the mind of the Early and Late Majority.</p>
<p>There are clear signs that Apple is trying to converge its iOS and OSX operating systems, Microsoft is doing the same thing. Google is working with Intel, Microsoft is working with ARM. In 12 months there is going to be a lot less that divides tablets than there is today.</p>
<p>If you can&#8217;t get into and win the war, make sure you are around to win the peace.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stevewardell.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stevewardell.wordpress.com/374/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stevewardell.wordpress.com&#038;blog=5497684&#038;post=374&#038;subd=stevewardell&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stevewardell.wordpress.com/2011/09/14/tablets-windows-8-metro-build/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3759304540f71d6ce4712bb95d22b0d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Steve</media:title>
		</media:content>
	</item>
		<item>
		<title>Google+ some more thoughts</title>
		<link>http://stevewardell.wordpress.com/2011/07/23/google-some-more-thoughts/</link>
		<comments>http://stevewardell.wordpress.com/2011/07/23/google-some-more-thoughts/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 14:55:56 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://stevewardell.wordpress.com/?p=366</guid>
		<description><![CDATA[I just read  this &#8216;Why twitter is obsolete&#8216; and despite there being the usual mass of comment on Google+ and how it will or wont change the world, this one has a fact I hadn&#8217;t been aware of before. &#8220;Twitter defines an &#8220;active user&#8221; as one who follows at least 30 people and has at least 10 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stevewardell.wordpress.com&#038;blog=5497684&#038;post=366&#038;subd=stevewardell&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I just read  this &#8216;<a title="Why twitter is obsolete" href="http://www.computerworld.com/s/article/9218605/Elgan_Why_Twitter_is_obsolete?taxonomyId=169&amp;pageNumber=1" target="_blank">Why twitter is obsolete</a>&#8216; and despite there being the usual mass of comment on Google+ and how it will or wont change the world, this one has a fact I hadn&#8217;t been aware of before.</p>
<p>&#8220;Twitter defines an &#8220;<a href="http://www.businessinsider.com/twitter-has-less-than-21-million-active-users-2011-4" target="new">active user</a>&#8221; as one who follows at least 30 people and has at least 10 people who follow him. A source with access to Twitter&#8217;s API who was quoted by <em>Business Insider</em> in April says that there were only 21 million people or accounts on Twitter that met the &#8220;active user&#8221; criteria.&#8221;</p>
<p>This is interesting and until I read it I had never considered the quality value of user metrics, just their quantative value. If this is true, and I have to say I suspect it might be, then Google+ can (and should) go for the jugular and change the game. In my opinion the Google+ UI and hence UX, while good, is lacking some simple but vital features. Right now the &#8216;stream&#8217;, the main feed of everyone you have circled in some way, is too noisy and circles currently don&#8217;t provide quite enough flexibility to tailor your default stream. But this is trivial to resolve for Google and many people have already commented on the 2 or 3 options to fix it, I&#8217;m sure Google will.</p>
<p>Another point raised in the previously mentioned article is that a lot of posts are nothing more than a teaser or snippet that then links to a fuller blog post. In fact Tweetdeck a very popular client for twitter and recently acquired by twitter, provides a tweet extender. But Google can beat this simply, it could allow you to post a full blog, direct into your stream. If Google allows for a simple two level posting mechanic, something like a summary, length restricted but including media and then a fuller extended post, hidden by default but with a clickable extend button on the post then it has in stream bloging taken care of.</p>
<p>twitters greatest asset in its early days, long before I wanted to use it, was its open and available API, this allowed them to build twitter and anyone to build add-ons and clients. But now twitter is much bigger, and not so open to others delivering the features it thinks (rightly or wrongly) it should be delivering. Once Google+ delivers its API we will see some of the current social media clients (Seesmic, Hootsuite, etc) including Google+, at this point its going to become apparent that twitter itself lacks in many areas compared to Google+ and it might just be a matter of time.</p>
<p>That time may also be a lot shorter than people think (myself included), this <a title="comparative graph of Google+ growth v's twitter v's Facebook" href="http://eu.techcrunch.com/2011/07/22/graph-how-long-it-took-facebook-twitter-and-google-to-reach-10-million-users/" target="_blank">comparative graph of Google+ growth v&#8217;s twitter v&#8217;s Facebook</a>, while not being a fair direct comparison, shows how rapidly Google+ has taken off (and its still invite based) and may give some indications to how volatile the social media user base is.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stevewardell.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stevewardell.wordpress.com/366/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stevewardell.wordpress.com&#038;blog=5497684&#038;post=366&#038;subd=stevewardell&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stevewardell.wordpress.com/2011/07/23/google-some-more-thoughts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3759304540f71d6ce4712bb95d22b0d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Steve</media:title>
		</media:content>
	</item>
		<item>
		<title>Cloud Music &#8211; a village looking for an idiot?</title>
		<link>http://stevewardell.wordpress.com/2011/07/15/cloud-music-a-village-looking-for-an-idiot/</link>
		<comments>http://stevewardell.wordpress.com/2011/07/15/cloud-music-a-village-looking-for-an-idiot/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 13:20:44 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://stevewardell.wordpress.com/2011/07/15/cloud-music-a-village-looking-for-an-idiot/</guid>
		<description><![CDATA[Let me start by saying that right now my music is not in the cloud and although I’ve had a play with both Google Music and Amazons Locker I do not use them yet (as they are not officially available in this country yet) and Apple has yet to launch its iCloud service. There have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stevewardell.wordpress.com&#038;blog=5497684&#038;post=360&#038;subd=stevewardell&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div class="posterous_autopost">
<p>Let me start by saying that right now my music is not in the cloud and although I’ve had a play with both Google Music and Amazons Locker I do not use them yet (as they are not officially available in this country yet) and Apple has yet to launch its iCloud service.</p>
<p>There have been a number of ‘cloud’ music services making news to some degree in the last few months, including; Amazon, Google and Apple. I’ve been doing a little thinking about these services and there are a few things I’m more curious about.</p>
<p>Let’s start with Apple and its iTunes in the Cloud (iCloud), my understanding of this is that it’s a great offering, all your iTunes tunes in the cloud to download and play anywhere, well anywhere so longs as it’s on an Apple product of course. Interesting thing number 1, your iTunes purchases don’t count against your iCloud limit, that’s a great sell, you’ve got 20gigs of iTunes music and you can have it all in your iCloud for nothing! But the thing that has raised most interest though is iTunes Match. For your annual fee you can get all your non iTunes music into the cloud, but without all that tedious faffing about uploading it, Apple will match your music against their library and give you a nice new 256bit AAC of your dodgy old mp3. My final point here is price, Apple, once king of charging its loving little fans silly money is continuing its iPad tactic (which you have to say is winning) of beating the competition (such as it is) on price. My music collection is vast, if I were to put half of it into Amazons locker it would cost me a fortune ($200), Apple seems to be saying it will cost me $25!</p>
<p>Now, Amazon. This is basically a locker service. I buy space for my music, upload it and can then play it anywhere. Well in theory I can. It’s much the same with Google Music, though I don’t think anyone knows pricing yet. Here is problem nunmber one, have you ever tried to upload a lot of data from a domestic broadband connection? You’re going to find out what it means to have a different upload and download speed and boy is it going to hurt when you are trying to upload that big music collection. It could take days if not weeks. In my opinion it’s not going to happen, you just won’t do it, do you know why? Because you already have the music, it’s on your PC, it’s on your phone. The Amazon and Google music products require me and you to upload our music and that’s a painfully slow process. Apple has the winning hand here and its not as though you needed to be a genious to figure it out.</p>
<p>I should state at this point that it could be better than it seems if these services use some form of de-duplication. But I don’t know if they do or will. In principle if they did then once I’ve uploaded ‘Linkin Parks &#8211; A Thousand Suns’ you shouldn’t have to. That’s a greatly simplified explanation but the point is we both don’t need to upload the same thing, so if all of my music was already uploaded by several other users, all I would need to do is have my music matched up and get access to the common tunes. Oh, wait a second, we have heard that before, that’s what Apple is doing, but its licensed to do it using its own music library.</p>
<p>Cost and convenience, seemingly two points to Apple.</p>
<p>My final point is the cost of listening to the music I’ve already paid for. Let’s assume I’ve got all the music I’m interested in on the service of my choice. I now want to play it back. Play it anywhere, that’s the idea, right? How much of your 3G data plan do you think is going to be chewed up listening to a few hours of music a week? It’s not Apple or Google or Amazon who will be charging you, it’s your mobile operator. I don’t yet know how well any of these services will cache music already played, in other words, if I play an album today do I need to have it stream all over again tomorrow. Paying my mobile phone operator to stream an album once sounds painful enough, paying every time I listen to an album sounds ridiculous. Don’t forget, I already own this music. I paid for it once. Obviously this is less of an issue at when I’m hooked up to Wi-Fi somewhere, but consider how long public access Wi-Fi , a technology already creaking under the strains of today’s content to be delivered, will remain free or usable. Sit down in Starbucks, hook up to Wi-Fi, pick up your email, check in on Foursquare and stream your music to listen to and watch it all fall down as everyone else does the same thing. So in reality, what I need to be able to do is grab the music from the cloud onto my device so I can listen to it without lining my operators pockets. We will assume their network data is up to the job, but we both know thats a big issue.</p>
<p>So what is the alternative? Well it’s what you already have. Your device of choice has an ever increasing amount of available storage and more is available (unless its Apple) at an ever decreasing cost. My cell phone has about 100 albums on it right now, that’s a lot of music to listen to. I’m just not sure I need, or want, it in the cloud.</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stevewardell.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stevewardell.wordpress.com/360/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stevewardell.wordpress.com&#038;blog=5497684&#038;post=360&#038;subd=stevewardell&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stevewardell.wordpress.com/2011/07/15/cloud-music-a-village-looking-for-an-idiot/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3759304540f71d6ce4712bb95d22b0d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Steve</media:title>
		</media:content>
	</item>
		<item>
		<title>Google+ some thoughts</title>
		<link>http://stevewardell.wordpress.com/2011/07/10/google-some-thoughts/</link>
		<comments>http://stevewardell.wordpress.com/2011/07/10/google-some-thoughts/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 20:02:43 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[google plus]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;ve been playing around with Google+ for a few days and I am impressed and disapointed in equal measure. So far Googles latest attempt at creating a social networking platform is, without doubt, their best effort yet. It includes some new features and adds some polish to some established ones. Right now its STILL in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stevewardell.wordpress.com&#038;blog=5497684&#038;post=354&#038;subd=stevewardell&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div class="posterous_autopost">
<p>I&#8217;ve been playing around with Google+ for a few days and I am impressed and disapointed in equal measure. So far Googles latest attempt at creating a social networking platform is, without doubt, their best effort yet. It includes some new features and adds some polish to some established ones.</p>
<p>Right now its STILL in invite only phase, it really needs to be out of this in the next few days. Already people I know using it all agree, the biggest missing feature is their friends. What use a social networkng site with no one to be social with? What else is missing? Well a lot of things but the two they need a solid answer to very quickly are Facebook and twitter.</p>
<p>Everyone uses Facebook, not everyone is going to be using Google+, not even if they give away £10 with every sign up. They need a mechanism to ease people over from Facebook to Google+ and the obvious way is to allow Google+ to post into Facebook. The same is true of twitter, but thats a different party.</p>
<p>So why is there no tickbox in Google+ to &#8216;Post to Facebook&#8217;? Either Google couldnt or wouldnt, I dont buy the idea that they didnt. Its an intersting issue. Facebook are unlikely to allow any kind of posting that potentially takes away their traffic or their users. This is going to set Google+ and Facebook against each other. Facebook is established, feature rich (relatively), has an open API for developers and 750 million users. Google+ has&#8230; Circles?</p>
<p>So thats a knockout and a win for Facebook then, not quite in my opinion. Facebook has been on the wrong end of privacy issues time and time again and its always won because there was no alternative. Google+ is shiny and new, though I have yet to figure out why this could ever translate into a meaningful selling point, we are not talking about cars!</p>
<p>Ok, so what about twitter. Neither Facebook nor Google+ allow direct native posting to twitter, though there are plenty of Social Media applications that get around this, though now yet for Google+ (damn, not having that API is already a problem, isnt it!). twitter is not a competitor to Facebook or to Google+ in my opinion, they are overlapping and complimnetary. twitter is more public, its the open room big conversation. Facebook is the closed party of friends and like minded individuals. What is Google+? Well it has potential to be both, I&#8217;m minded to consider that Google and twitter could really forge a strong realtionship here.</p>
<p>Google+ needs to create Circles, its feature to group friends, that can be your twitter friends and your Facebook friends. I think the winning play is to play every game, social media is people, not systems. When there are no options 3rd parties fill the gaps. But if Google relies on 3rd parties, when they can eventually get hold of an API, to build features needed for Google+ survival they may find them writing for the platform that suported them first.</p>
<p>I think this landscape feel over crowded but I think it has room for the life and soul of the party to make an appearance. Mobile is going to be the decisive factor. So thats game set and match to Google then, after all they have Android for phones and tablets (yes, the tables are a joke, but that will change) and they launched a truly killer Google+ Android app. Game over? No.</p>
<p>Not by a long way. Apple has got the Google+ app to approve, I&#8217;m sure it will approve it in the next few days and I&#8217;m sure it will be great. The Facebook app sucks, on all platforms. The twitter app is fine everywhere, though nothing special. But Apple has a possible game changer about to appear.</p>
<p>Its widely rumoured that when Apple launches the iPhone5 later this year, with the public release of iOS5, it will alos launch a new, lower price, iPhone. Imagine an iPhone that can eat into the phone market on price, who will want to buy anything else? An iPhone that is as cool as an iPhone5, can do every thing an iPhone5 can do, but is cut down in some ways. Apple may just be about to blow up the smartpjhone market again in the same way, with the same tactic, it used on the tablet market. Make an Apple product everyone will want and make it a aprice no one can compete with.</p>
<p>So who wants to put money on which platform is going to have the best Faecbook and twitter apps in a few months?</p>
<p>Interesting, isnt it?</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stevewardell.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stevewardell.wordpress.com/354/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stevewardell.wordpress.com&#038;blog=5497684&#038;post=354&#038;subd=stevewardell&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stevewardell.wordpress.com/2011/07/10/google-some-thoughts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3759304540f71d6ce4712bb95d22b0d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Steve</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu 11.04 Gnome and Unity</title>
		<link>http://stevewardell.wordpress.com/2010/11/01/ubuntu-11-04-gnome-and-unity/</link>
		<comments>http://stevewardell.wordpress.com/2010/11/01/ubuntu-11-04-gnome-and-unity/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 20:24:13 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[desktop]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[OSx]]></category>
		<category><![CDATA[Unity]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://stevewardell.wordpress.com/?p=344</guid>
		<description><![CDATA[I&#8217;ve been wondering about the news today that Ubuntu 11.04, the next big release, scheduled for April 2011, is to ship with the new Unity user interface as the default, replacing Gnome. Gnome will still ship and users can switch to it but what strikes me is this is either exactly what the Linux desktop [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stevewardell.wordpress.com&#038;blog=5497684&#038;post=344&#038;subd=stevewardell&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been wondering about the news today that Ubuntu 11.04, the next big release, scheduled for April 2011, is to ship with the new Unity user interface as the default, replacing Gnome. Gnome will still ship and users can switch to it but what strikes me is this is either exactly what the Linux desktop needs or exactly what it does not need.</p>
<p>For years the Linux desktop has been dogged with the simple fact thats its UI and hence UX is, charitably, not as slick as OSx or Windows, but more accurately its a pig. Given enough time and knowledge it can be much better than either of them, the problem is the popular desktop environment is not populated with Linux hackers, so those brave enough to try it see its looks crap and go back to something they know.</p>
<p>I&#8217;ve generally thought that between KDE and Gnome, plus a handful of also rans and slightly more specialized offerings the Linux desktop is a complete failure. Sure choice is king and being able to do what you want id fantastic, but not at the expense of being able to use the thing to get a job done. Gnome is usable, just. KDE recently isn&#8217;t even that. Both are amazing when you spend time getting them just right. But who has that sort of time? and in an environment of any size who wants that sort of maintenance headache?</p>
<p>Then comes the apps, tools, widgets, thingies and whatsits. The essential collection of things you actually need to use to get something done. Try finding a comprehensive set of anything that adopts any thing approaching common ground to either the desktop manager or anything else, its not a pretty picture most of the time, literally. This all severely hurts, it hurts the Linux desktop and it hurts adoption because it hurts productivity, it doesn&#8217;t help that it looks like something thrown together in a kiddies art class either.</p>
<p>Ubuntu has popularized the Linux desktop, growing its reach hugely and despite my misgivings about its somewhat slapdash approach to releases it proves to be &#8216;The Linux Desktop&#8217;.</p>
<p>So, one might think that Ubuntu could lead the charge and sort out the desktop UI/UX in fact I was beginning to think it might happen until the slippage of Gnome Shell and the emergence of Ubuntu Unity in its netbook remix. Unity is another desktop manger, its not Gnome, its not KDE, its Unity. Quite frankly it sucks, Ive been putting up with it on my netbook for a while and as its a device I use when I have to rather than when I want to its not such a big deal, probably more so as the application I use on it is a terminal 99% of the time.</p>
<p>So I was quite surprised to read that 11.04 will use Unity and not Gnome. I would have been comforted to read that Ubuntu was going to be working very close with Gnome to sort out the desktop, but that seems to not be the case. There have been a few blogs today about what this means for Gnome, well quite simply it doesn&#8217;t mean anything much. Ubuntu has barely contributed anything to Gnome, Gnome will live on and prosper based on it being largely contributed to by Red Hat et al. For sure not being the default in Ubuntu is going to hurt, but Gnome is&#8217;nt going to suffer much. Ubuntu might though&#8230;</p>
<p>I don&#8217;t know how many desktops use Ubuntu right now, but how many of them are going to be using it after the upgrade to 11.04 and the switch to Unity? Lets consider Unity is new, right now its not pretty, its slow, buggy and in my opinion not ready for release. But they have got time, not much though.  I wonder how many people will stick with Ubuntu when the UI changes, its going to have to be something of an amazingly successful upgrade isn&#8217;t it? Any problems could have people reaching for any of the other popular Linux distro&#8217;s and the familiar Gnome desktop.</p>
<p>I think its an interesting move, for sure its vital they get the news out now and start to wade through the reaction to it. Right now I think Unity for me will be on my desktop for as long as it takes to switch to Gnome and if that isn&#8217;t less than 10 minutes the switch will be to to Fedora, Debian or any one of a dozen other perfectly viable desktop Linux distributions. Unity needs some very positive media in the next month and some well led promotion, making it work well might be a good first step too.</p>
<p>My final thought, for now, is why didn&#8217;t Ubuntu try to adopt the Google ChromeOS type of browser based desktop, isn&#8217;t Unity actually about anything but?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stevewardell.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stevewardell.wordpress.com/344/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stevewardell.wordpress.com&#038;blog=5497684&#038;post=344&#038;subd=stevewardell&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stevewardell.wordpress.com/2010/11/01/ubuntu-11-04-gnome-and-unity/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3759304540f71d6ce4712bb95d22b0d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Steve</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Zend Optimizer Red Hat Enterprise Linux 5</title>
		<link>http://stevewardell.wordpress.com/2010/08/24/installing-zend-optimizer-red-hat-enterprise-linux-5/</link>
		<comments>http://stevewardell.wordpress.com/2010/08/24/installing-zend-optimizer-red-hat-enterprise-linux-5/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 17:39:57 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[zend]]></category>
		<category><![CDATA[zend optimizer]]></category>

		<guid isPermaLink="false">http://stevewardell.wordpress.com/?p=338</guid>
		<description><![CDATA[I recently had to install Zend Optimizer for a client using a particular WordPress plugin on one of the hosting severs I run. The plugin was encoded with Zend Guard and the optimizer provides run time decoding as well as some (questionable in my opinion) performance optimizations. All my hosting servers run Red Hat Enterprise [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stevewardell.wordpress.com&#038;blog=5497684&#038;post=338&#038;subd=stevewardell&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I recently had to install <a href="http://www.zend.com/en/products/guard/zend-optimizer" target="_blank">Zend Optimizer</a> for a client using a particular WordPress plugin on one of the hosting severs I run. The plugin was encoded with <a href="http://www.zend.com/en/products/guard/" target="_blank">Zend Guard</a> and the optimizer provides run time decoding as well as some (questionable in my opinion) performance optimizations.</p>
<p>All my hosting servers run Red Hat Enterprise Linux and Plesk as the hosting control panel so I set about looking up something a little more informative than Zends pathetic notes on installation. This is where I started to come a little unstuck and found myself going backwards and forwards between different sets of installations instructions and a segmentation fault problem. Now typically when I get to this point I remember that <a href="http://www.atomicrocketturtle.com" target="_blank">Atomic Rocket Turtle</a> has usually not only been there and done that, they also have a installation for it and a simple yum repo waiting, as always they did. I wont detail this method as its easy to find and anyone who should be doing it will know what to do and where to look.</p>
<p>After installing Zend Optimizer via Atomics repo I then looked at what it had actually done, to reverse engineer the install if you like, this I hoped would leave me with a simple way to install the required module without having to add the Atomic repos to servers that are under full patch management.</p>
<p>So  here are my simple notes.</p>
<p>These are based on using Red Hat Enterprise Linux 5 (or equivalent CentOS 5), PHP 5.1 (the standard PHP build for this distro) and Plesk 8.6. If you are using anything different you&#8217;ll need to adjust things in what I hope is a fairly obvious manner.</p>
<p>Firstly download the right Zend Optimizer package. Upload it to your server (Zend unhelpfully do not provide a direct download link) and unpack the tar ball.</p>
<p>Now find the right version for your version of PHP in the &#8216;data&#8217; folder, for PHP 5.1 it&#8217;s in &#8217;5_1_x_comp&#8217; inside will be a &#8216;ZendOptimizer.so&#8217; this is the PHP module you will need to install, rename it to &#8217;ZendOptimizer-5.1.so&#8217; then we will know which PHP version it&#8217;s for (Zend if you are reading this please try to follow some simple accepted standards with your naming).</p>
<p>In this environment PHP loads modules from &#8216;/usr/lib/php&#8217; create a sub folder called &#8216;zend&#8217; and copy the module into it.</p>
<p>Now create a file called &#8216;zend.ini&#8217; in &#8216;/etc/php.d&#8217; the file needs to contain the instruction to load the module &#8216;zend_extension=/usr/lib/php/zend/ZendOptimizer-5.1.so&#8217;.</p>
<p>Check things are ok with &#8216;php -v&#8217; at the command line, if all is well you&#8217;ll get</p>
<p>PHP 5.1.6 (cli) (built: Mar 31 2010 02:44:37)<br />
Copyright (c) 1997-2006 The PHP Group<br />
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies<br />
with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies</p>
<p>Now restart Apache and check the Zend Optimizer module is loaded with a simple phpinfo() script and make sure that your PHP scripts and so on are all still working.</p>
<p>You should have now successfully installed Zend Optimizer.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stevewardell.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stevewardell.wordpress.com/338/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stevewardell.wordpress.com&#038;blog=5497684&#038;post=338&#038;subd=stevewardell&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stevewardell.wordpress.com/2010/08/24/installing-zend-optimizer-red-hat-enterprise-linux-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3759304540f71d6ce4712bb95d22b0d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Steve</media:title>
		</media:content>
	</item>
		<item>
		<title>Google android on the HTC HD2</title>
		<link>http://stevewardell.wordpress.com/2010/08/23/google-android-on-the-htc-hd2/</link>
		<comments>http://stevewardell.wordpress.com/2010/08/23/google-android-on-the-htc-hd2/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 18:36:42 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[HTC HD2]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Windows Mobile]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://stevewardell.wordpress.com/2010/08/23/google-android-on-the-htc-hd2/</guid>
		<description><![CDATA[I&#8217;ve been using the excellent HTC HD2 for quite a while now and its proven to be a first class smart phone, with one black mark against it, it runs Windows Mobile. winmo, as it has become known has been around for years and has been a truly awful operating system in its exposed form, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stevewardell.wordpress.com&#038;blog=5497684&#038;post=326&#038;subd=stevewardell&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been using the excellent HTC HD2 for quite a while now and its proven<br />
to be a first class smart phone, with one black mark against it, it runs<br />
Windows Mobile.</p>
<p>winmo, as it has become known has been around for years and has been a truly<br />
awful operating system in its exposed form, its true value has been when<br />
used on embedded systems which have hidden it from view and review.</p>
<p>With the arrival of iphone, android and even when compared to nokia symbian<br />
or even blackberry its the outright loser by a long way. So it was quite a<br />
surprise when HTC launched the HD2 and hobbled it out of the gate.</p>
<p>The HD2 hardware is leading edge and the screen is still one of the largest<br />
on any smartphone. Which makes it even more bizarre to see the disappointing<br />
Windows boot screen when you power it on.</p>
<p>To be fair to HTC they did an amazing job layering a very bespoke front end<br />
on to of the awful Windows UI, Sense was lipstick on the pig. It was very<br />
good lipstick but it was still a pig underneath.</p>
<p>As HTC continued to launch new phones, mostly running android the inevitable<br />
calls for an upgrade from winmo to android started to be heard, HTC actually<br />
said they could do it, then cruelly didn&#8217;t!</p>
<p>Rumors started to spread of a band of developers working on porting android to<br />
the HD2, XDA soon had posts with devs making progress and soon after there<br />
were videos showing work in progress android running on HD2 hardware.</p>
<p>I was watching carefully, but I use my phone everyday and couldn&#8217;t afford for it to<br />
be sacrificed to a partially working android or worse a complete bricking.</p>
<p>Then in the last few days it looked like they had cracked it, android was<br />
working. I downloaded the latest version, upgraded the phones radio and<br />
carefully followed the simple instructions.</p>
<p>There it was, android. I did a lot of testing then started to select the<br />
applications I would need. Everything was working, I decided to trial it for<br />
reliability and stability for a week.</p>
<p>Here we are on day three and I can&#8217;t see what could happen now to make me<br />
want to go back to winmo.</p>
<p>It feels like I have a new phone, probably the phone the HD2 should have<br />
always been.</p>
<p>Hats off to the devs at XDA.</p>

<a href='http://stevewardell.wordpress.com/2010/08/23/google-android-on-the-htc-hd2/snap20100823_172227/' title='snap20100823_172227'><img data-liked='0' data-reblogged='0' data-attachment-id="331" data-orig-file="http://stevewardell.files.wordpress.com/2010/08/snap20100823_172227.png" data-orig-size="480,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="snap20100823_172227" data-image-description="" data-medium-file="http://stevewardell.files.wordpress.com/2010/08/snap20100823_172227.png?w=180" data-large-file="http://stevewardell.files.wordpress.com/2010/08/snap20100823_172227.png?w=480" width="90" height="150" src="http://stevewardell.files.wordpress.com/2010/08/snap20100823_172227.png?w=90&#038;h=150" class="attachment-thumbnail" alt="snap20100823_172227" /></a>
<a href='http://stevewardell.wordpress.com/2010/08/23/google-android-on-the-htc-hd2/snap20100823_172216/' title='snap20100823_172216'><img data-liked='0' data-reblogged='0' data-attachment-id="332" data-orig-file="http://stevewardell.files.wordpress.com/2010/08/snap20100823_172216.png" data-orig-size="480,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="snap20100823_172216" data-image-description="" data-medium-file="http://stevewardell.files.wordpress.com/2010/08/snap20100823_172216.png?w=180" data-large-file="http://stevewardell.files.wordpress.com/2010/08/snap20100823_172216.png?w=480" width="90" height="150" src="http://stevewardell.files.wordpress.com/2010/08/snap20100823_172216.png?w=90&#038;h=150" class="attachment-thumbnail" alt="snap20100823_172216" /></a>

<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stevewardell.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stevewardell.wordpress.com/326/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stevewardell.wordpress.com&#038;blog=5497684&#038;post=326&#038;subd=stevewardell&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stevewardell.wordpress.com/2010/08/23/google-android-on-the-htc-hd2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3759304540f71d6ce4712bb95d22b0d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Steve</media:title>
		</media:content>

		<media:content url="http://stevewardell.files.wordpress.com/2010/08/snap20100823_172227.png?w=90" medium="image">
			<media:title type="html">snap20100823_172227</media:title>
		</media:content>

		<media:content url="http://stevewardell.files.wordpress.com/2010/08/snap20100823_172216.png?w=90" medium="image">
			<media:title type="html">snap20100823_172216</media:title>
		</media:content>
	</item>
	</channel>
</rss>
