<?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>TonyAndrewMeyer</title>
	<atom:link href="http://tonyandrewmeyer.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tonyandrewmeyer.wordpress.com</link>
	<description>Various (non-family) musings</description>
	<lastBuildDate>Fri, 27 Jan 2012 05:34:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tonyandrewmeyer.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/f23cc03cb18f96bcd4024032f62daa8e?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>TonyAndrewMeyer</title>
		<link>http://tonyandrewmeyer.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tonyandrewmeyer.wordpress.com/osd.xml" title="TonyAndrewMeyer" />
	<atom:link rel='hub' href='http://tonyandrewmeyer.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Codea</title>
		<link>http://tonyandrewmeyer.wordpress.com/2011/11/16/codea/</link>
		<comments>http://tonyandrewmeyer.wordpress.com/2011/11/16/codea/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 08:33:27 +0000</pubDate>
		<dc:creator>tonyandrewmeyer</dc:creator>
				<category><![CDATA[review]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[lua]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://tonyandrewmeyer.wordpress.com/?p=333</guid>
		<description><![CDATA[Codea (formally called Codify) is an $11 iOS application in which not only can you develop applications, you can run them (you can&#8217;t run them outside of the app &#8211; i.e. this isn&#8217;t a way to develop iOS applications). The application is very pretty &#8211; and that counts, this is iOS!  At launch, you&#8217;re presented [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tonyandrewmeyer.wordpress.com&amp;blog=36233&amp;post=333&amp;subd=tonyandrewmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://twolivesleft.com/Codea/">Codea</a> (formally called Codify) is an $11 iOS application in which not only can you develop applications, you can run them (you can&#8217;t run them outside of the app &#8211; i.e. this isn&#8217;t a way to develop iOS applications).</p>
<p>The application is very pretty &#8211; and that counts, this is iOS!  At launch, you&#8217;re presented with a set of example projects, and you can create your own (I don&#8217;t think touch-and-hold is a great way to get the contextual menu for delete/duplicate/copy into new project, but it works well enough).</p>
<p>Inside of a project, there are two views: the code editor and the execution window.  The editor is good &#8211; it&#8217;s not as good as Textastic (and there&#8217;s no configuration possible &#8211; not even changing font size via pinch &amp; zoom), but it&#8217;s perfectly usable (the worst part are the tabs at the top where you can switch between files, where the tabs are bizarrely small).  There are elements of the editor that are superb: if the editor can tell that the function arguments are a colour, then you get a colour wheel, if the argument is a sprite, then you get a sprite picker, and so on.  <strong>That&#8217;s</strong> the way to make coding on an iPad faster and more enjoyable.  The keyboard, like Prompt and Textastic, has an additional top row with keys you&#8217;re likely to need (paired quotation marks and brackets, +=, and so on &#8211; it&#8217;s interestingly a very different set of keys to Textastic (both have their advantages).  Also available via this extra keyboard row is a very nicely formatted set of help documents that explain the methods that are available and how to use the app in general.</p>
<p>Applications are developed in <a href="http://www.lua.org/">Lua</a> - this isn&#8217;t a language I&#8217;ve done a lot in, but I&#8217;ve seen enough and it&#8217;s similar enough to other languages that it&#8217;s easy to get familiar with it.  I sincerely hope that the developer plans to offer additional languages (Python!) in the future (perhaps as in-app purchases?).  Most importantly, there are methods available that expose the iOS interface to the code (especially touch information and drawing routines).  These are somewhat limited compared to writing an iOS Objective C application in Xcode on a Mac, but perfectly usable in this context.</p>
<p>Once the application is complete, you can switch to an execution window.  Two thirds of the screen are the application&#8217;s display, with a sixth for textual output (e.g. debugging) and a sixth for parameters (e.g. sliders that you can use to pass values to the application &#8211; these are <em>extremely</em> easy to use in the code).  Unfortunately, given Apple&#8217;s restrictions on apps, this is all that you can do with an application at present.</p>
<p>The app is well made and does what it aims to do very well.  There&#8217;s clearly room for expansion (minor interface tweaks, more languages, more access to iOS features) as well.  The remaining question is whether there is any practical use to the app, given that you&#8217;re restricted to running your applications within the Codea app itself.</p>
<p>(It&#8217;s possible that this restriction will be lifted or weakened in the future &#8211; with Apple it&#8217;s difficult to tell.  It does seem likely that there could be a version of the app that allowed you to export (as a collection of text files) and import code, just as an application like Textastic can &#8211; or even some sort of seamless sharing via Dropbox or iCloud.  This would make it easy to share applications, but you&#8217;d still need to run them in Codea itself, unless they were pure Lua and didn&#8217;t use iOS at all.  However, it seems feasible that someone could then write an emulator/interpreter for Codea apps for OS X (replacing touch with the mouse), so you could run your apps externally if you liked.  It seems very unlikely that you&#8217;ll ever be able to turn them into full-fledged iOS applications).</p>
<p>The app demos very well &#8211; it shows a glimpse into the future where not all development is done on traditional desktop/laptop systems.  However, I can&#8217;t see how it can be of any practical use &#8211; except for education.</p>
<p>For education, this seems like an extremely valuable application.  In an educational context, it doesn&#8217;t matter if the app can run standalone or not (it would be nice if you could easily share it with someone else, like a teacher).  The interface is approachable, and the language friendly, and there&#8217;s potential for creating very impressive apps.  I would love to teach a short course where the students did all their development in Codea (perhaps on a beach away from a typical &#8220;lab&#8221; environment&#8230;), assuming that the students all had iPads already (and we have an AppleTV and large TV to demo things to each other).  I hope that someone does do this (and writes it up somewhere where we can read about it!).</p>
<p>This application is amazing.  Even if you have no interest in programming, you should buy it to support the developer.  If you do have an interest, you should have bought it already.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tonyandrewmeyer.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tonyandrewmeyer.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tonyandrewmeyer.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tonyandrewmeyer.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tonyandrewmeyer.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tonyandrewmeyer.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tonyandrewmeyer.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tonyandrewmeyer.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tonyandrewmeyer.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tonyandrewmeyer.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tonyandrewmeyer.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tonyandrewmeyer.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tonyandrewmeyer.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tonyandrewmeyer.wordpress.com/333/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tonyandrewmeyer.wordpress.com&amp;blog=36233&amp;post=333&amp;subd=tonyandrewmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tonyandrewmeyer.wordpress.com/2011/11/16/codea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/929fba6f82f04811b09c16df239bbb21?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">tonyandrewmeyer</media:title>
		</media:content>
	</item>
		<item>
		<title>Textastic</title>
		<link>http://tonyandrewmeyer.wordpress.com/2011/11/15/textastic/</link>
		<comments>http://tonyandrewmeyer.wordpress.com/2011/11/15/textastic/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 08:02:44 +0000</pubDate>
		<dc:creator>tonyandrewmeyer</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[text editor]]></category>

		<guid isPermaLink="false">http://tonyandrewmeyer.wordpress.com/?p=330</guid>
		<description><![CDATA[Textastic is a programmers editor for iOS.  It&#8217;s not perfect, but it&#8217;s very close to the app that I was waiting for ever since the first iPad was released. Even before I had an iPad, I&#8217;d mostly stopped using my laptop.  The only time I did use it was when travelling overnight (I&#8217;d take it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tonyandrewmeyer.wordpress.com&amp;blog=36233&amp;post=330&amp;subd=tonyandrewmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.textasticapp.com/">Textastic</a> is a programmers editor for iOS.  It&#8217;s not perfect, but it&#8217;s very close to the app that I was waiting for ever since the first iPad was released.</p>
<p>Even before I had an iPad, I&#8217;d mostly stopped using my laptop.  The only time I did use it was when travelling overnight (I&#8217;d take it if I had to work while away, or in case there was an emergency and I had to work on something).  I don&#8217;t need a full computer for this &#8211; typing on a software keyboard on a 9.7 inch screen is perfectly adequate for emergency work, and when combined with a bluetooth keyboard (which is small enough to easily pack, and I already own) and a monitor (now a TV via AirPort mirroring) it&#8217;s quite useable as a work-while-travelling device.</p>
<p>The only missing component was the software: for a very long time there was nothing available.  There are oodles of word processing applications, note takes, and there are even a few HTML editors &#8211; but nothing designed for real programming work.  I&#8217;m not sure why this is, but I suspect that most professional programmers already have something along the lines of a small MacBook Pro or Air and find it convenient to travel with that, so wouldn&#8217;t use an iPad, even in these situations.  The best available was, unfortunately, using SSH (this was before Prompt, too) and doing the word in a command line on a server somewhere.</p>
<p>At $14, Textastic is expensive for an iOS app, but cheap for a programmers tool (it&#8217;s definitely worth the price).  This is a text editor, not an IDE, so you don&#8217;t get a debugger or interactive prompt or anything like that &#8211; it would be difficult to do that anyway given Apple&#8217;s restrictions, and I prefer a dedicated programmers text editor to an IDE anyway.  (You can easily switch to other apps that together provide most of what an IDE does).</p>
<p>It&#8217;s a good editor &#8211; it does syntax highlighting for many languages (including Python and everything else I&#8217;m interested in), shows line numbers, and you can switch the file&#8217;s encoding and line ending choice.  You can quickly jump to &#8220;symbols&#8221; (e.g. method), although I generally just scroll since I know where I&#8217;m going.  There&#8217;s a decent find (and replace), and you can choose from DejaVu Sans Mono, Courier New, Luxi Mono, Monofur or Inconsolata for the font.  There are a variety of colour themes, there&#8217;s control over tab settings (including soft tabs) and word-wrap.  Although you can set the font size, you can also just pinch &amp; zoom to get the size that you&#8217;re after, which is far superior to manually picking a size.</p>
<p>Generally the app does what it should: it gets out of the way and lets you get on with writing/editing the code.  There&#8217;s an additional top row in the keyboard that offers symbols that you&#8217;re likely to need (this oddly scrolls horizontally to fit everything in) so that you don&#8217;t have to toggle between keyboards often (except for numbers) if you&#8217;re not using an external keyboard.</p>
<p>Where the app falls down for me is where iOS in general performs badly: moving data between applications.  You can share files to the app (e.g. from Dropbox), and there are actually many ways of getting files in and out (via WebDAV, iTunes, creating local files), but you&#8217;re left with the same issue that lots of iOS apps have: you end up with duplicates.  To its credit, the app tries to address this (e.g. it can know that a file you&#8217;re editing belongs in a particular Dropbox location and sync the changes back), but at the end of the day it&#8217;s clearly a hack.  The app is still useable, but this does mean that I more often read code in it than write it (it&#8217;s far better for reading code than the Dropbox app is).</p>
<p>It seems obvious to me how to fix this problem (I don&#8217;t understand why it isn&#8217;t already the case).  Surely nearly every programmer that would use this app has their code stored in some sort of repository (CVS, SVN, Git, Mercurial, Bazaar, etc).  The repository <strong>is</strong> the file system.  The app has a working copy checked out, and you can commit changes back to the repository.  The app doesn&#8217;t need to support every action that the VCS/DVCS offers &#8211; really just (in SVN terms) add/remove/update/checkout (and perhaps propset) &#8211; if you need to do something else, then you use a dedicated SVN/Git/etc app).  This completely solves the issue of multiple copies of files, because that&#8217;s exactly what these tools are designed to handle.</p>
<p>Unfortunately, the app would need to support at least SVN, Git, Mercurial, and Bazaar since there&#8217;s a lot of diversity at the moment.  However, it seems likely that there are libraries that can be used (even in iOS) that would handle a lot of the grunt work.  If the app let me check out a SVN working copy, make changes, and then commit them back, it would be absolutely perfect (I&#8217;d pay ten times the price if the app supported this).</p>
<p>If you need a programmers text editor on iOS, then I highly recommend Textastic.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tonyandrewmeyer.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tonyandrewmeyer.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tonyandrewmeyer.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tonyandrewmeyer.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tonyandrewmeyer.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tonyandrewmeyer.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tonyandrewmeyer.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tonyandrewmeyer.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tonyandrewmeyer.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tonyandrewmeyer.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tonyandrewmeyer.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tonyandrewmeyer.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tonyandrewmeyer.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tonyandrewmeyer.wordpress.com/330/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tonyandrewmeyer.wordpress.com&amp;blog=36233&amp;post=330&amp;subd=tonyandrewmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tonyandrewmeyer.wordpress.com/2011/11/15/textastic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/929fba6f82f04811b09c16df239bbb21?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">tonyandrewmeyer</media:title>
		</media:content>
	</item>
		<item>
		<title>Prompt</title>
		<link>http://tonyandrewmeyer.wordpress.com/2011/11/14/prompt/</link>
		<comments>http://tonyandrewmeyer.wordpress.com/2011/11/14/prompt/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 07:53:19 +0000</pubDate>
		<dc:creator>tonyandrewmeyer</dc:creator>
				<category><![CDATA[review]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[view]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://tonyandrewmeyer.wordpress.com/?p=328</guid>
		<description><![CDATA[Panic&#8217;s Prompt is the SSH iOS application that I (and I&#8217;m sure many others) were waiting for from the release of the first iPad.  My only complaint is that it took over a year (a year of using considerably inferior alternatives) before the app was finally available. SSH isn&#8217;t pretty, but somehow Prompt is.  Although [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tonyandrewmeyer.wordpress.com&amp;blog=36233&amp;post=328&amp;subd=tonyandrewmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Panic&#8217;s <a href="http://panic.com/prompt/">Prompt</a> is the SSH iOS application that I (and I&#8217;m sure many others) were waiting for from the release of the first iPad.  My only complaint is that it took over a year (a year of using considerably inferior alternatives) before the app was finally available.</p>
<p>SSH isn&#8217;t pretty, but somehow Prompt is.  Although there&#8217;s a lot of space required for the keyboard, connections, and settings, Prompt somehow makes the remote display quite large enough to be readable (and if you use an external keyboard, then it&#8217;s perfectly sized, and you get the control keys and arrow keys working as you&#8217;d expect).  Connection management is very simple, and all the settings you&#8217;d expect (initial command, prompt string, etc) are available.</p>
<p>The keyboard includes an additional top row that has the keys that you need to use most frequently in SSH (escape, control, tab, /, -, |, @, arrow keys) and are missing from the standard iOS keyboard.  It even autocompletes using the shell history, saving typing long paths and commands repeatedly.</p>
<p>There&#8217;s very little I can say about the app other than if you will ever need/want to SSH from your iPad, then this is, without any doubt, the application to have.  It&#8217;s $11, but worth easily five times that much; I&#8217;d grumble and probably try and convince work to contribute to it, but I&#8217;d pay $100 for it.  If you don&#8217;t know what SSH is, then this is not the app for you.</p>
<p>(Before Prompt, I used iSSH which also does VNC &#8211; I use VNC a lot less frequently, but still need it occasionally, so now I need to figure out which is the best VNC app, which are unfortunately all fairly pricey.  If you have suggestions, let me know!)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tonyandrewmeyer.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tonyandrewmeyer.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tonyandrewmeyer.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tonyandrewmeyer.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tonyandrewmeyer.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tonyandrewmeyer.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tonyandrewmeyer.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tonyandrewmeyer.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tonyandrewmeyer.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tonyandrewmeyer.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tonyandrewmeyer.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tonyandrewmeyer.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tonyandrewmeyer.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tonyandrewmeyer.wordpress.com/328/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tonyandrewmeyer.wordpress.com&amp;blog=36233&amp;post=328&amp;subd=tonyandrewmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tonyandrewmeyer.wordpress.com/2011/11/14/prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/929fba6f82f04811b09c16df239bbb21?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">tonyandrewmeyer</media:title>
		</media:content>
	</item>
		<item>
		<title>Cards (iOS App)</title>
		<link>http://tonyandrewmeyer.wordpress.com/2011/11/13/cards-ios-app/</link>
		<comments>http://tonyandrewmeyer.wordpress.com/2011/11/13/cards-ios-app/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 07:41:58 +0000</pubDate>
		<dc:creator>tonyandrewmeyer</dc:creator>
				<category><![CDATA[review]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[cards]]></category>
		<category><![CDATA[ios]]></category>

		<guid isPermaLink="false">http://tonyandrewmeyer.wordpress.com/?p=326</guid>
		<description><![CDATA[Cards is one of the lesser quality Apple iOS apps (think MobileMe Gallery rather than Keynote).  The premise is simple: you create a greeting card on your iOS device (just like you would in iPhoto) and through in-app purchasing you pay for it to be printed and sent (anywhere in the world) &#8211; unlike in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tonyandrewmeyer.wordpress.com&amp;blog=36233&amp;post=326&amp;subd=tonyandrewmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://itunes.apple.com/us/app/cards/id464957209?mt=8">Cards</a> is one of the lesser quality Apple iOS apps (think MobileMe Gallery rather than Keynote).  The premise is simple: you create a greeting card on your iOS device (just like you would in iPhoto) and through in-app purchasing you pay for it to be printed and sent (anywhere in the world) &#8211; unlike in iPhoto where you&#8217;d have to order many and they&#8217;d be sent to you to then send on.</p>
<p>Aspects of the app are good &#8211; the templates are very customisable and generally nice, and it&#8217;s a pretty simple process to create a card.  The pricing ($6.50 including postage) is extremely reasonable considering the cost of a decent (not customised) card elsewhere.</p>
<p>However, there are considerable flaws: the purchasing is odd &#8211; it doesn&#8217;t use the standard in-app purchasing system (I can&#8217;t understand why not), so you&#8217;re prompted for more information than simply your App Store password; the App is bizarrely iPhone/iPod resolution only (nearly the same interface would work perfectly well on an iPad, where you&#8217;ve got access to all your high-quality photos via Photo Stream anyway); and <strong>the cards take forever to arrive</strong>.</p>
<p>The latter is the most significant flaw, of course.  In a few cases (e.g. &#8220;thank you&#8221; cards) it doesn&#8217;t matter how long the card takes to arrive; in most cases (birthdays, anniversaries, Christmas, &#8230;) timing is actually very important.  We sent a card while visiting the Auckland Museum at the end of the school holidays, and it took over a week to arrive; one has apparently been sent to us (around the same time) and has yet to arrive.  The &#8220;shipping notification&#8221; email arrives days before the card does, indicating that the problem isn&#8217;t in the printing, but in the delivery (presumably they are being printed in Australia and there&#8217;s some sort of international shipping delay causing issues).</p>
<p>It&#8217;s likely that this is a problem specific to New Zealand (and perhaps isolated other countries).  Unfortunately, that does mean that it&#8217;s less likely that it&#8217;ll be quickly fixed.  We&#8217;ll probably try this again in a couple of weeks, and see if the speed has improved &#8211; if not, then the app is only useable in rare circumstances, which is unfortunate, because we&#8217;d likely otherwise use it quite frequently.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tonyandrewmeyer.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tonyandrewmeyer.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tonyandrewmeyer.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tonyandrewmeyer.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tonyandrewmeyer.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tonyandrewmeyer.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tonyandrewmeyer.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tonyandrewmeyer.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tonyandrewmeyer.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tonyandrewmeyer.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tonyandrewmeyer.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tonyandrewmeyer.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tonyandrewmeyer.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tonyandrewmeyer.wordpress.com/326/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tonyandrewmeyer.wordpress.com&amp;blog=36233&amp;post=326&amp;subd=tonyandrewmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tonyandrewmeyer.wordpress.com/2011/11/13/cards-ios-app/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/929fba6f82f04811b09c16df239bbb21?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">tonyandrewmeyer</media:title>
		</media:content>
	</item>
		<item>
		<title>SkyTV iOS App</title>
		<link>http://tonyandrewmeyer.wordpress.com/2011/11/12/skytv-ios-app/</link>
		<comments>http://tonyandrewmeyer.wordpress.com/2011/11/12/skytv-ios-app/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 07:32:04 +0000</pubDate>
		<dc:creator>tonyandrewmeyer</dc:creator>
				<category><![CDATA[review]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[sky]]></category>
		<category><![CDATA[skytv]]></category>

		<guid isPermaLink="false">http://tonyandrewmeyer.wordpress.com/?p=324</guid>
		<description><![CDATA[The SkyTV iOS app is free, and I rarely use it, but on occasion is is very handy.  The application is mostly a TV Guide &#8211; since SkyTV refuses to let anyone else have their listings, but they do have all the free-to-air channels, it&#8217;s clearly the best guide.  However, I don&#8217;t really have much [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tonyandrewmeyer.wordpress.com&amp;blog=36233&amp;post=324&amp;subd=tonyandrewmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://itunes.apple.com/nz/app/sky-tv-nz/id430971650?mt=8">SkyTV iOS app</a> is free, and I rarely use it, but on occasion is is very handy.  The application is mostly a TV Guide &#8211; since SkyTV refuses to let anyone else have their listings, but they do have all the free-to-air channels, it&#8217;s clearly the best guide.  However, I don&#8217;t really have much use for a guide, because I&#8217;m never looking for something to watch (everything I&#8217;m interested in is scheduled to record).</p>
<p>Where the app is occasionally useful is that it can be connected to your MySKY box, and you can remotely schedule a program to be recorded.  This is essential for those times when you&#8217;re away from home and remember that a new program is starting in a few hours and you forgot to schedule it.  The scheduling is limited (e.g. you can&#8217;t set up a series link), but it&#8217;s good enough for these situations.</p>
<p>As you&#8217;d expect from SkyTV, the process of setting this up is incredibly painful.  You need to enter your SkyTV account details and the unique ID of the smart card in the MySKY box, and although this should be a smooth process, it never works first time &#8211; and then, without anything being done at all, will &#8216;magically&#8217; start working at some later date (I&#8217;m guessing that the linking process takes time, and the app fails to tell the user this, leading them to believe they did something wrong).</p>
<p>Once it is finally set up, though, it&#8217;s very simple to use &#8211; just find the program you&#8217;re interested in recording and a few taps later it&#8217;s scheduled.  Test it at home first, of course!  (But not right away, because, as above, it doesn&#8217;t appear to work until a few hours have passed since the initial setup).</p>
<p>If you&#8217;ve got MySKY and an iOS device, then this is absolutely an app that you should have installed (it is free, after all!).  If you don&#8217;t have MySKY, but you do want to use a TV Guide on iOS, then this is the more comprehensive one for New Zealand listings, so (again given that it&#8217;s free), it&#8217;s worth having.</p>
<p>Note that the app doesn&#8217;t offer any sort of iSKY (on demand video) access.  It would be extremely nice if that was added in the future, but I&#8217;m skeptical that it will be.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tonyandrewmeyer.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tonyandrewmeyer.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tonyandrewmeyer.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tonyandrewmeyer.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tonyandrewmeyer.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tonyandrewmeyer.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tonyandrewmeyer.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tonyandrewmeyer.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tonyandrewmeyer.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tonyandrewmeyer.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tonyandrewmeyer.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tonyandrewmeyer.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tonyandrewmeyer.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tonyandrewmeyer.wordpress.com/324/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tonyandrewmeyer.wordpress.com&amp;blog=36233&amp;post=324&amp;subd=tonyandrewmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tonyandrewmeyer.wordpress.com/2011/11/12/skytv-ios-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/929fba6f82f04811b09c16df239bbb21?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">tonyandrewmeyer</media:title>
		</media:content>
	</item>
		<item>
		<title>PyPad</title>
		<link>http://tonyandrewmeyer.wordpress.com/2011/11/11/pypad/</link>
		<comments>http://tonyandrewmeyer.wordpress.com/2011/11/11/pypad/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 07:22:15 +0000</pubDate>
		<dc:creator>tonyandrewmeyer</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://tonyandrewmeyer.wordpress.com/?p=322</guid>
		<description><![CDATA[PyPad is a Python interpreter for iOS.  This sounds incredibly exciting, right &#8211; finally I can do proper development and run Python programs on iOS!  Unfortunately, that&#8217;s not really the case (mostly due to Apple&#8217;s restrictions). PyPad lets you create multiple modules and execute each of them.  However, only a subset of the standard library [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tonyandrewmeyer.wordpress.com&amp;blog=36233&amp;post=322&amp;subd=tonyandrewmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://itunes.apple.com/us/app/pypad/id428928902?mt=8">PyPad</a> is a Python interpreter for iOS.  This sounds incredibly exciting, right &#8211; finally I can do proper development and run Python programs on iOS!  Unfortunately, that&#8217;s not really the case (mostly due to Apple&#8217;s restrictions).</p>
<p>PyPad lets you create multiple modules and execute each of them.  However, only a subset of the standard library is available, and there&#8217;s nothing iOS-specific available (so you can&#8217;t access the camera, or touch information, and so on).  Getting code in and out of the app is done via copy and paste.  The standard keyboard is provided, with start/pause/stop buttons.</p>
<p>I keep the app installed so that I can (via AirPlay mirroring) demonstrate simple Python snippets.  However, if I have an Internet connection available, then I can do that in Prompt (ssh&#8217;d to a server that has Python installed) much more elegantly.</p>
<p>The app is clearly limited by Apple&#8217;s restrictions as to what&#8217;s acceptable for iOS.  However, it does seem like it could do much more (e.g. see Codea) if more of the standard library was available (this would mean rewriting chunks, I presume) and if there were special iOS-specific modules available for accessing things specific to the device (especially for accessing touch and graphical output).  It could accept .py and text files from other applications, making it easy to get code in (e.g. from Dropbox) and share files (as text) &#8211; although perhaps that crosses Apple&#8217;s boundary for what&#8217;s ok.  It would be nice to include the Python documentation, too (I have a separate app for this, but it makes sense to have it in once place).</p>
<p>The app is only $2, so if you&#8217;ve any interest in Python on iOS, then I&#8217;d recommend buying it to have a look and to encourage more development.  You probably won&#8217;t end up using it that much, however.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tonyandrewmeyer.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tonyandrewmeyer.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tonyandrewmeyer.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tonyandrewmeyer.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tonyandrewmeyer.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tonyandrewmeyer.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tonyandrewmeyer.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tonyandrewmeyer.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tonyandrewmeyer.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tonyandrewmeyer.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tonyandrewmeyer.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tonyandrewmeyer.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tonyandrewmeyer.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tonyandrewmeyer.wordpress.com/322/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tonyandrewmeyer.wordpress.com&amp;blog=36233&amp;post=322&amp;subd=tonyandrewmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tonyandrewmeyer.wordpress.com/2011/11/11/pypad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/929fba6f82f04811b09c16df239bbb21?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">tonyandrewmeyer</media:title>
		</media:content>
	</item>
		<item>
		<title>TomTom New Zealand</title>
		<link>http://tonyandrewmeyer.wordpress.com/2011/11/10/tomtom-new-zealand/</link>
		<comments>http://tonyandrewmeyer.wordpress.com/2011/11/10/tomtom-new-zealand/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 07:14:07 +0000</pubDate>
		<dc:creator>tonyandrewmeyer</dc:creator>
				<category><![CDATA[review]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[navigation]]></category>

		<guid isPermaLink="false">http://tonyandrewmeyer.wordpress.com/?p=320</guid>
		<description><![CDATA[The TomTom iOS app was recently updated to be universal (i.e. support both iPhone/iPod and iPad resolution in a single app) and this, combined with yet another navigation argument, was enough to convince me to buy it &#8211; at $95 it&#8217;s by far the most expensive iOS app I&#8217;ve bought (although as a percentage of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tonyandrewmeyer.wordpress.com&amp;blog=36233&amp;post=320&amp;subd=tonyandrewmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://itunes.apple.com/nz/app/tomtom-new-zealand/id326148055?mt=8">TomTom iOS app</a> was recently updated to be universal (i.e. support both iPhone/iPod and iPad resolution in a single app) and this, combined with yet another navigation argument, was enough to convince me to buy it &#8211; at $95 it&#8217;s by far the most expensive iOS app I&#8217;ve bought (although as a percentage of the total app expenditure it&#8217;s not very much!).</p>
<p>I gather the interface strongly resembles the dedicated TomTom hardware.  It&#8217;s useable, but not as clean or elegant as I imagine Apple&#8217;s app will be when they finally reveal it (but I strongly suspect that Apple&#8217;s one will be iPhone only, at least at first).  Given that most of the time you&#8217;re glancing at the map or just listening to the turn-by-turn directions, the interface isn&#8217;t overly important anyway.</p>
<p>It&#8217;s done well with directions so far &#8211; no errors, and easily correcting when mistakes are made.  The maps have sufficient coverage even in Warkworth and Ahuroa, and being a proper navigation app there&#8217;s no need for a cellular connection (unlike with the built-in Maps app), which is essential in Ahuroa, since there&#8217;s barely any coverage.</p>
<p>The app is certainly better than having to rely solely on another person to navigate.  Although I don&#8217;t often need instructions (since I&#8217;m usually driving somewhere I&#8217;m familiar with), in the cases where I do, it&#8217;s useful to have, and over the course of a year, I think that&#8217;s probably worth $100.  (The monthly traffic subscription, however, is not &#8211; I haven&#8217;t even bothered trying this out).</p>
<p>I&#8217;ve tried various free/cheap navigation apps, and although they&#8217;re ok, they&#8217;re absolutely inferior to this one.  I&#8217;d recommend it to anyone that thinks that they&#8217;ll get $100 of value out of it, especially over the next year (it seems very likely that iOS 6 will have a built-in app).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tonyandrewmeyer.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tonyandrewmeyer.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tonyandrewmeyer.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tonyandrewmeyer.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tonyandrewmeyer.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tonyandrewmeyer.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tonyandrewmeyer.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tonyandrewmeyer.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tonyandrewmeyer.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tonyandrewmeyer.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tonyandrewmeyer.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tonyandrewmeyer.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tonyandrewmeyer.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tonyandrewmeyer.wordpress.com/320/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tonyandrewmeyer.wordpress.com&amp;blog=36233&amp;post=320&amp;subd=tonyandrewmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tonyandrewmeyer.wordpress.com/2011/11/10/tomtom-new-zealand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/929fba6f82f04811b09c16df239bbb21?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">tonyandrewmeyer</media:title>
		</media:content>
	</item>
		<item>
		<title>Quarrel Deluxe</title>
		<link>http://tonyandrewmeyer.wordpress.com/2011/11/09/quarrel-deluxe/</link>
		<comments>http://tonyandrewmeyer.wordpress.com/2011/11/09/quarrel-deluxe/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 06:59:27 +0000</pubDate>
		<dc:creator>tonyandrewmeyer</dc:creator>
				<category><![CDATA[review]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[quarrel]]></category>
		<category><![CDATA[risk]]></category>
		<category><![CDATA[scrabble]]></category>

		<guid isPermaLink="false">http://tonyandrewmeyer.wordpress.com/?p=318</guid>
		<description><![CDATA[Quarrel Deluxe (Quarrel DX in Springboard) is a cross between Scrabble (which I don&#8217;t love, although I did, like many people, play Words with Friends for quite a while) and Risk (which I do love, but rarely play non-digital because of a lack of people to play against), and may well be better than either. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tonyandrewmeyer.wordpress.com&amp;blog=36233&amp;post=318&amp;subd=tonyandrewmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://itunes.apple.com/us/app/quarrel-deluxe/id453203047?mt=8">Quarrel Deluxe</a> (Quarrel DX in Springboard) is a cross between Scrabble (which I don&#8217;t love, although I did, like many people, play Words with Friends for quite a while) and Risk (which I do love, but rarely play non-digital because of a lack of people to play against), and may well be better than either.</p>
<p>The setup is essentially like Risk: a board of locations (countries in Risk) that each have a number of armies and varying numbers of neighbouring locations.  The options in a turn are similar as well: attack, fortify (i.e. move armies from one country to a neighbouring one), or pass.  Even in fortification Quarrel beats Risk &#8211; rather than only being able to fortify at the end of your turn, you can do it throughout the turn, but once you&#8217;ve moved armies from one location to another, neither of those can then fortify or attack later in the turn (they can receive armies from another neighbour).</p>
<p>Attacking is where Scrabble comes in &#8211; rather than relying on the luck of the dice, like in Risk, each player is given the same eight letters (that always form at least one eight-letter word, as well as many smaller ones) and whoever makes the highest scoring word wins the battle.  Not only is there more skill (and less luck) than in Risk, there&#8217;s more than in Scrabble, too, since you always have the same letters to work with as your opponent.  The length of the word you can make depends on how many armies you have (so if you have three and your opponent has seven, you&#8217;ll need a pretty awesome three-letter word). All the &#8216;double letter&#8217;, &#8216;triple word&#8217;, &#8216;use a letter from another word&#8217;, &#8216;make multiple words at once&#8217;, and hard limits to board size elements from Scrabble are gone: these are the parts I hate most about Scrabble, so for me that&#8217;s a clear win.  It&#8217;s all about making the best word (i.e. longest and with the highest point letters).</p>
<p>Speed is also a factor &#8211; if your word is the same number of points as your opponent&#8217;s, then whoever finished first wins.  This comes into play quite a lot &#8211; it&#8217;s often better to go for a high scoring word really quickly than take a bit longer trying to find the best word possible.  Games can also be against the clock, which adds considerably to the difficulty.</p>
<p>There are many other subtle elements to the game, which clearly indicate that it has been well thought out.  In addition, the graphics and sound are very well done (cutesy little stylised fighters).</p>
<p>I&#8217;d recommend this game to anyone that likes word games and/or strategy games like Risk.  There&#8217;s very little luck involved (none, really, if you exclude the computer opponent behaviour), and a lot of strategy required.  Games can be quite simple but also range to very difficult.</p>
<p>I&#8217;d love to see a future version include a multiplayer (i.e. multiple iPad) game option.  It could also possibly borrow the concept of &#8220;continents&#8221; from Risk and have some additional larger boards where there are locations that give additional reinforcements if you&#8217;re holding the entire island.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tonyandrewmeyer.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tonyandrewmeyer.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tonyandrewmeyer.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tonyandrewmeyer.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tonyandrewmeyer.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tonyandrewmeyer.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tonyandrewmeyer.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tonyandrewmeyer.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tonyandrewmeyer.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tonyandrewmeyer.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tonyandrewmeyer.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tonyandrewmeyer.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tonyandrewmeyer.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tonyandrewmeyer.wordpress.com/318/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tonyandrewmeyer.wordpress.com&amp;blog=36233&amp;post=318&amp;subd=tonyandrewmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tonyandrewmeyer.wordpress.com/2011/11/09/quarrel-deluxe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/929fba6f82f04811b09c16df239bbb21?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">tonyandrewmeyer</media:title>
		</media:content>
	</item>
		<item>
		<title>Open source in government is not important</title>
		<link>http://tonyandrewmeyer.wordpress.com/2011/11/08/open-source-in-government-is-not-important/</link>
		<comments>http://tonyandrewmeyer.wordpress.com/2011/11/08/open-source-in-government-is-not-important/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 09:41:34 +0000</pubDate>
		<dc:creator>tonyandrewmeyer</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[election]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[new zealand]]></category>
		<category><![CDATA[nz]]></category>
		<category><![CDATA[open data]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[open standards]]></category>

		<guid isPermaLink="false">http://tonyandrewmeyer.wordpress.com/?p=335</guid>
		<description><![CDATA[Labour&#8217;s &#8220;ICT&#8221; policy includes a statement on &#8220;Open software&#8221; in government, part of which is attempting to get two thirds of government agencies to use some sort of open-source software by 2015.  This is basically what you expect from politicians when talking about &#8220;ICT&#8221; (or nearly anything, unfortunately) &#8211; they jump on whatever bandwagon/buzzwords are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tonyandrewmeyer.wordpress.com&amp;blog=36233&amp;post=335&amp;subd=tonyandrewmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Labour&#8217;s &#8220;ICT&#8221; policy includes a statement on &#8220;Open software&#8221; in government, part of which is attempting to get two thirds of government agencies to use some sort of open-source software by 2015.  This is basically what you expect from politicians when talking about &#8220;ICT&#8221; (or nearly anything, unfortunately) &#8211; they jump on whatever bandwagon/buzzwords are popular without any understanding of what should be done.</p>
<p>Firstly, I would be shocked if more than two thirds of government agencies were not already using some form of open-source software already.  For a start, it&#8217;s nearly impossible to use the Internet without accessing something running Linux or Apache.</p>
<p>More importantly, it makes no sense at all to aim for governments to be using more open-source software.  They should be using the software most suited to the job at hand, whether closed source or open source.  What benefit is there in requiring open source?  If they think it&#8217;s cheaper, then they should look more closely, because it&#8217;s often not.  The same applies to being more secure.  There are absolutely situations where the best choice is an open-source one &#8211; but there are absolutely situations where closed source is better.  I don&#8217;t want government employees forced to use less than the best tools because of some ideological burden placed on them by someone wanting a cushy job for the next three years.</p>
<p>They have a few other requirements:</p>
<p>Software developed in-house will be made publicly available.  A nice idea, but (a) I&#8217;m fairly sure that most of the in-house software is of no use to anyone else, (b) I suspect most of the software you&#8217;d assume was in-house was actually developed by non-government contractors, and, most significantly, (c) not all code is ready to be shared.  If a government sysadmin writes a quick script to do a job, do we really want to add the pressure that it will be publicly available (and given that it&#8217;s the government, it&#8217;s reasonable to assume that someone will be looking at everything).  As long as the software does the job, that&#8217;s good enough (in the &#8220;in-house&#8221; context).  What would be worthwhile is ensuring that government agencies consider whether software should be released to the public &#8211; I&#8217;m sure that there is some that would be of general interest and where the quality is suitably high.</p>
<blockquote><p>Agencies considering technology purchases over $2 million would first evaluate whether publicly available technology would substantially meet their requirements.</p></blockquote>
<p>Ugh.  A technology purchase over $100 should involve consideration of whether there was an existing public tool that could do the job &#8211; this should always be the case, not just for obscenely costly jobs.</p>
<blockquote><p>Labour would also create a government “app store” to provide “a short circuit for fledgling NZ software developers to get to market” which would allow local developers to submit software for purchase by government agencies. Labour promises to ensure “informed neutrality” in software purchasing with due consideration of open-source software.</p></blockquote>
<p>I really don&#8217;t understand what this is trying to achieve.  There&#8217;s no indication that local developers would be preferred (only, with no reasoning, open-source software), so how does this help local developers?  This sounds like a way to spend a lot of money for very little gain.</p>
<p>What they are missing are the most important &#8220;open&#8221;s: <a href="http://en.wikipedia.org/wiki/Open_standard">open standards</a> (and open formats) and <a href="http://en.wikipedia.org/wiki/Open_data">open data</a>.</p>
<p>Governments should only be using software that produces and accepts files that are in formats that are open standards (this includes Microsoft Office documents).  We do have a &#8220;New Zealand official interoperability framework definition&#8221; already, but it could be significantly expanded on (see what other governments require, for example).  Everything the government produces should be in some sort of open format and everywhere the government accepts data at least one open format should be accepted.  Open standards apply to other areas too, but open formats is the key in &#8220;ICT&#8221;.</p>
<p>We have a limited commitment to open data already (see <a href="http://data.govt.nz/">data.govt.nz</a>).  This should be significantly expanded on &#8211; every data set that the government creates (and there are a huge number of these) should be publicly available, so that (a) we have transparency, and (b) other researchers can benefit from the data.  The only limitation is privacy &#8211; unfortunately <a href="http://en.wikipedia.org/wiki/Netflix_Prize">even when a data set appears to be anonymous it is often possible to identify individuals</a> - it would be worth spending money on figuring out how to get past this so that we can share just about everything without breaching individual people&#8217;s privacy.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tonyandrewmeyer.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tonyandrewmeyer.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tonyandrewmeyer.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tonyandrewmeyer.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tonyandrewmeyer.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tonyandrewmeyer.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tonyandrewmeyer.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tonyandrewmeyer.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tonyandrewmeyer.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tonyandrewmeyer.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tonyandrewmeyer.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tonyandrewmeyer.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tonyandrewmeyer.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tonyandrewmeyer.wordpress.com/335/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tonyandrewmeyer.wordpress.com&amp;blog=36233&amp;post=335&amp;subd=tonyandrewmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tonyandrewmeyer.wordpress.com/2011/11/08/open-source-in-government-is-not-important/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/929fba6f82f04811b09c16df239bbb21?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">tonyandrewmeyer</media:title>
		</media:content>
	</item>
		<item>
		<title>VSM</title>
		<link>http://tonyandrewmeyer.wordpress.com/2011/09/28/vsm/</link>
		<comments>http://tonyandrewmeyer.wordpress.com/2011/09/28/vsm/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 00:24:05 +0000</pubDate>
		<dc:creator>tonyandrewmeyer</dc:creator>
				<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://tonyandrewmeyer.wordpress.com/?p=314</guid>
		<description><![CDATA[Keith Ng has a good post (apart from the unnecessary swearing) at Public Address about the VSM changes.  Most particularly: students in general just don&#8217;t care either way.  (Note that although most people use &#8220;university&#8221;, I&#8217;m using &#8220;institution&#8221; here, because it&#8217;s not just universities that this is relevant to). I have mixed feelings about voluntary [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tonyandrewmeyer.wordpress.com&amp;blog=36233&amp;post=314&amp;subd=tonyandrewmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Keith Ng has a good <a href="http://publicaddress.net/onpoint/set-it-on-fire-then/">post </a>(apart from the unnecessary swearing) at Public Address about the VSM changes.  Most particularly: students in general just don&#8217;t care either way.  (Note that although most people use &#8220;university&#8221;, I&#8217;m using &#8220;institution&#8221; here, because it&#8217;s not just universities that this is relevant to).</p>
<p>I have mixed feelings about voluntary student membership.  In general, I much prefer the idea that students get to choose whether they are members &#8211; I would hate to be forced to join an employment union.  However, I was Vice-President of the Students&#8217; Association for a year, and I know that at least some of the work that they do is very valuable, unlikely to be done by anyone else, and with apathetic students extremely difficult to get members to voluntarily sign up (even with great marketing, and great reasons, and a lot of work).<span id="more-314"></span></p>
<p>I attended Massey Albany in the early years; when I started there there wasn&#8217;t a students&#8217; association specifically for Albany, just membership in MUSA (the Palmerston North based association).  I remember attending the meeting where we voted on creating a separate association specifically for Albany (in my first year, I think, and not because I cared in those days, but because I was in the hostels and we got dragged to anything that needed numbers).</p>
<p>My experience therefore is with a very young organisation, at a young, fairly small, campus.  I&#8217;m sure that the well-established associations at the large institutions work quite differently (we did have some contact with them, but not enough to get a sense of how things actually are &#8211; and this is over 10 years ago now).</p>
<p>VSM was a big deal in my day too.  Waikato had gone voluntary and basically fallen apart, and there was the big vote about whether we should be voluntary or not.  The only association I recall going voluntary at that time was Auckland University&#8217;s.</p>
<p>Often one of the arguments against compulsory student membership is that the association is used as a political vehicle for views that students do not necessarily share. One of the aspects of the executive committee in my year as VP that I particularly liked was that the political views of the members of the committee ranged from &#8216;left&#8217; to &#8216;right&#8217;. My political views (at the time at least!) were fairly opposite to the President&#8217;s, but we worked well together and the range (also of other members) meant that we association wasn&#8217;t pushing generic political agenda &#8211; we wanted students making informed decisions of their own, and to provide services that we believed were of general benefit to the student community.</p>
<p>It&#8217;s unfortunate that this isn&#8217;t always the case.  However, the apathetic nature of students makes it easy to change this.  Get a couple of hundred students together to vote in someone that has similar views to yourself, and you&#8217;ll end up with either (a) a nicely diverse group, or (b) vast numbers of students voting (highly unlikely).  It&#8217;s possible that the result of a diverse group is just endless bike-shedding and bickering, but also possible that you get a great politically neutral group of leaders.</p>
<p>At the time (possibly still) Albany was a campus with students unusually focused directly on course work.  There were more &#8216;mature&#8217; students (with existing lives to get back to), local students (who had an existing local community), and students that were simply uninterested in anything on campus other than classes (in many cases, even those!).  There was no large group of young students who moved to the area to attend the university, who are often the most active group on campus in terms of extra-curricular activities.</p>
<p>This was a particular challenge.  The &#8216;traditional&#8217; roles of a student&#8217;s association, for example, include a lot of activities that simply weren&#8217;t of interest to these students.  The question we repeatedly faced was whether it was our role to offer them to those students that did want them (and thereby foster on-campus life), or whether it was more appropriate to recognise that <em>our</em> students didn&#8217;t actually want us to do these things.</p>
<p>The two most obvious examples were Orientation (from the students&#8217; association point of view, more a giant party than anything else) and the student bar (Scholars&#8217; &#8211; later sadly renamed to something I can&#8217;t remember).  I personally have extremely fond memories of my early university days that involve Orientation and the bar &#8211; but I know that only a small proportion of students attended Orientation or regularly used the bar, and yet their association fee supported both.</p>
<p>(In theory, both of these could make a profit or at least break even, and so the cost would be less of an issue.  However, even without the cost, there&#8217;s a lot of time involved and that&#8217;s time that the association could be using elsewhere).</p>
<p>Many of the functions that the association provides could move to the institution.  For example, handling disputes (academic grievances) typically involves a representative from the association.  I was involved with these both making a complaint myself (I didn&#8217;t use a rep) and representing other students who had problems with staff. This honestly is a difficult process: the staff member is likely to be combative (given that things have escalated to this point), even when they are wrong.  It&#8217;s scary and complicated and it really does help to have someone that knows the system there to help you.</p>
<p>Most institutions already have mentor and support staff who could take over this role; many of these are or were students themselves.  They might even do a better job (being properly paid and not subject to elections) than a student representative.  Cases where they wouldn&#8217;t be able to be unbiased enough to support the student would be rare.</p>
<p>In my time, members of the executive committee handled this job.  It probably would have been better as a paid non-elected position (we had a restructuring plan that would have made this so, but it was discarded by the next executive). This is probably more ideal than the employer being the institution, but I doubt it would make much difference in the vast majority of cases.</p>
<p>Similar to this was the &#8216;welfare&#8217; role: basically giving grants to students with financial hardship.  This <strong>absolutely</strong> should have been a paid position (again we planned to do this: I think it did get done at some point in the last decade). Again, I think that the institution could take over this role (they&#8217;re already involved in giving out money) without much difficulty.</p>
<p>I do wonder what is gained in the scenario where the bulk of the work done by students association (with essentially compulsory funding) is simply moved to the university (with compulsory funding).  The cost will increase (because student representatives generally work for pitiful amounts of money), bureaucracy will increase, and the service might get a little worse.  Students still end up paying the same amount (if not more), it&#8217;s just a different bunch of people signing the checks.  With these apolitical roles, why <em>would</em> students care who ran these services, as long as they were available?</p>
<p>(To be truly voluntary, you&#8217;d switch to a &#8216;user-pays&#8217; model, where you pay for assistance with academic grievances, and some of your hardship grant would go to paying for the person that organised it; if you didn&#8217;t use these services you wouldn&#8217;t pay anything.  I like &#8216;user-pays&#8217; for a lot of things, but this sounds awful to me).</p>
<p>The &#8220;student press&#8221; is often cited as a loser in this change.  In my day, our executive resurrected the student paper, and although it wasn&#8217;t a huge success (and there were certainly lots of issues that arose from it) it served a useful function and I think it was the right thing to do.  It did cost a lot of money, although in theory this could also be something that broke even.</p>
<p>A lot has changed with the media in the last decade.  It&#8217;s already possible for any student to easily have a public voice &#8211; they don&#8217;t need to be published in the student paper to do so.  I don&#8217;t really know what &#8220;student press&#8221; have to offer that students can&#8217;t do for themselves (more-or-less for free) if they&#8217;re interested.  The largest cost of the paper in my time was the wages: realistically waged writing positions are dying everywhere.</p>
<p>If a group of students (within the students&#8217; association or not) created a (predominately online) publication that was worth reading, then advertising (much easier to organise online than in print) would pay something towards their time.  If they were extremely good then there would be real money (there are plenty of independent writers earning a reasonable or good living).</p>
<p>Doing actual journalistic work (rather than opinion pieces, comics, fluff pieces, reprinting news, etc) is valuable and takes significant effort.  The &#8220;student press&#8221; is likely to struggle to still do this &#8211; but publications everywhere are struggling to still do this.  When someone figures out a solution, the students can use it like everyone else.  In the meantime, surely at least the journalism students would like to have a vehicle for their work?</p>
<p>Other than advocacy, welfare, campus life, and the press, the main activity in my day was supporting clubs &amp; societies (a branch of campus life, I guess).  In my year, the university also had employees responsible for this, and we worked alongside them.  We did a better job than they did, probably because we cared more and were &#8216;closer to the ground&#8217;, but I know that wasn&#8217;t the case every year (on average, the university employees probably did a better job).</p>
<p>Clubs were difficult because of the nature of students at Albany (as above).  It takes effort to start a club and help from someone (both in organisation and money) really does help.  If people aren&#8217;t interested enough to do it on their own, does that mean it&#8217;s not worth doing?  I think that someone should provide some assistance, but not a lifeline (if there just isn&#8217;t interest, then it has to die). Like welfare and grievances, it doesn&#8217;t really matter who provides this assistance.  Given that institutions are very competitive with each other (a separate problem!) showing that you have a great campus life, with many thriving clubs, is probably marketable enough that it&#8217;s worth doing.  Once a club is going, it really doesn&#8217;t need the association for much, though.</p>
<p>Personally, I think my ideal would be voluntarily membership where the default is to be a member (i.e. voluntary opt-out).  This way the students that just don&#8217;t care either way get the benefits, but anyone that wants to save the (generally very low) membership fee or has some sort of political opposition can just untick a box when enrolling at the institution.  Around the box would be two ads &#8211; one from the Students&#8217; Association explaining how you get great value for money, and one (from ?) arguing the opposite point of view.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tonyandrewmeyer.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tonyandrewmeyer.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tonyandrewmeyer.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tonyandrewmeyer.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tonyandrewmeyer.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tonyandrewmeyer.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tonyandrewmeyer.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tonyandrewmeyer.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tonyandrewmeyer.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tonyandrewmeyer.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tonyandrewmeyer.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tonyandrewmeyer.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tonyandrewmeyer.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tonyandrewmeyer.wordpress.com/314/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tonyandrewmeyer.wordpress.com&amp;blog=36233&amp;post=314&amp;subd=tonyandrewmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tonyandrewmeyer.wordpress.com/2011/09/28/vsm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/929fba6f82f04811b09c16df239bbb21?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">tonyandrewmeyer</media:title>
		</media:content>
	</item>
	</channel>
</rss>
