<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Various thoughts about UX &#187; #ota09</title>
	<atom:link href="http://www.alphabux.net/tag/ota09/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alphabux.net</link>
	<description>from a frenchy in London</description>
	<lastBuildDate>Sun, 09 Jan 2011 18:09:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Hackathons, developer&#8217;s conceptions, and how it negatively affects good UX. #ota09</title>
		<link>http://www.alphabux.net/2009/09/hackathons-developers-conceptions-and-how-it-negatively-affects-good-ux/</link>
		<comments>http://www.alphabux.net/2009/09/hackathons-developers-conceptions-and-how-it-negatively-affects-good-ux/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 20:23:55 +0000</pubDate>
		<dc:creator>Fabien</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[#ota09]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[hackaton]]></category>
		<category><![CDATA[ucd]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://www.alphabux.net/?p=89</guid>
		<description><![CDATA[The culmination of the Over the Air 09 conference is a developer competition. Over the 24h of the conference, developers are invited to code some application, with many prizes setup up by the organizers and the sponsors. Sponsored categories ask for example how to provide a demonstration on how a sponsor&#8217;s product / API can [...]]]></description>
			<content:encoded><![CDATA[<p>The culmination of the <a href="http://overtheair.org/blog/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/overtheair.org/blog/?referer=');">Over the Air 09 conference</a> is a developer competition. Over the 24h of the conference, developers are invited to code some application, with many prizes setup up by the organizers and the sponsors.</p>
<p>Sponsored categories ask for example how to provide a demonstration on how a sponsor&#8217;s product / API can be used. For example &#8220;Best BBC. com hack&#8221;, or &#8220;Best Lonely planet hack&#8221;. There are also general categories &#8220;Best use of WebApp/widget&#8221;, &#8220;Best hardware hack&#8221;, and the weirdly phrased &#8220;Best User Experience / Service Design&#8221;.</p>
<p>Sounds cool? Yeah, kind of. But to me such competitions, hackday or hackathon tend to encourage the worse of the typical developer mindset, which is often antinomic to delivering a good UX.</p>
<p><span id="more-89"></span></p>
<h3>Developer are gods</h3>
<p>Developers have advanced skills that allow them to give life to applications: before their work there was nothing, and once they are done, there is something that works. They have the ability, unlike graphic designer or UX people, to create a functioning application on their own. This god-like power on software should not be underestimated.</p>
<p>But the issue is that too often, developer think that the important issue, no, the only important issue, is one of functionality. So the first thing they do when starting a project is jumping on their code editor, and when they manage to have the key functionality part working, they think the application is mostly done, only lacking a superficial layer of polish.</p>
<h3>UX is more a differentiating factor than functionality.</h3>
<p>This is what this kind of hackaton encourage: the idea that the basic functionality is the most important thing. Well this can very well be true if you are curing diseases, but in the world of software, there is a very strong chance that a competitor proposes or will soon propose the same core functionality. What will really make one product successful over another is its user experience. And <strong> you simply can not create a good UX in a day or two. </strong></p>
<h3>A frequent developer misconception</h3>
<p>This is what Alan Cooper describes in <a href="http://www.amazon.com/Inmates-Are-Running-Asylum-Products/dp/0672326140" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.amazon.com/Inmates-Are-Running-Asylum-Products/dp/0672326140?referer=');">&#8220;The inmates are runing the Asylum&#8221;</a>) as the &#8220;dancing bear&#8221; phenomenon, typical of a developer driven mindset: too much focus is on solving a functional problem (&#8220;making a bear dance&#8221;). No time is spent thinking how to make it dance better, or even why it should be made to dance at all.</p>
<p>This remind me of the time some developer complained about the <a href="http://stackoverflow.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/stackoverflow.com/?referer=');">Siteoverflow.com</a> website, and despised it saying basically he could redo the full site in a weekend. I recommend you read the <a href="http://blog.bitquabit.com/2009/07/01/one-which-i-call-out-hacker-news/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/blog.bitquabit.com/2009/07/01/one-which-i-call-out-hacker-news/?referer=');">full reply from Stack Overflow&#8217;s Benjamin Pollack</a>, it is well really worth it. The gist of it: there is more than meet the (developer&#8217;s) eyes, and by seeing only how to solve the basic functional problem, you ignore all the refinement that make the site actually enjoyable to use, and ultimately successful over its competitors.</p>
<p>Another good insight is <a href="http://inessential.com/2009/07/30/anatomy_of_a_feature" target="_blank" onclick="pageTracker._trackPageview('/outgoing/inessential.com/2009/07/30/anatomy_of_a_feature?referer=');">Brent Simmons’s &#8220;Anatomy of a feature&#8221;</a>, where he discusses the inclusion of the &#8220;Send to instapaper&#8221; command in his RSS reader NetNewsWire. This is another post that was written to placate to developer comments saying <em>&#8220;Oh, it’s easy, just a quick http call. I could write a script to do it in like 20 seconds.&#8221; </em><br />
Except implanting this feature involve making a very long list on hard decision on how precisely this feature should work. A menu item? An Icon? How / when does it syncs?…<br />
<strong>Eventually, the devil is in the details of the interaction design which end up taking much much more time than solving the basic technical issue.</strong></p>
<p>And neither of those two cases seems to be doing any real User Centered Design, so they risk building their product for themselves instead of for the actual target users. A proper UCD process would have lasted very much longer than the time it took the developer to solve the main technical issue. But it would also deliver a  better product, that delight its users.<a href="#1">¹</a></p>
<h3>Boys will be boys, and developers will be developers.</h3>
<p>Is it an issue that developers love to take part in hackathon, or like to code something just for fun?</p>
<p>Of course not.</p>
<p>Developers will always play around with code, basking in the wonderful pride provided by seeing your application &#8220;work&#8221;. Instant gratification!<br />
Playing around with new functionalities is one of the best thing about being a developer and this can be a good way to learn new APIs, and simply coding is making them better coders.</p>
<p>Developers and their skills are absolutely necessary to the development of software. We all need them to be the best at what they do, and hackaday, or coding for fun can help with that.<br />
Nonetheless, we need everybody, especially developers, to understand that this is not the way to create quality products.</p>
<p><em>As always, I&#8217;d love to get your feedback on this, especially if you are a developer (or have been in a previous life),  so please let me know what you think!</em></p>
<hr /><a name="1">1. Actually for stack overflow and NetNewsWire, the developers are themselves quite close to their target user, so they would gain less than other projects from a UCD process.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alphabux.net/2009/09/hackathons-developers-conceptions-and-how-it-negatively-affects-good-ux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Over The Air 09: first impressions</title>
		<link>http://www.alphabux.net/2009/09/over-the-air-09-first-impressions/</link>
		<comments>http://www.alphabux.net/2009/09/over-the-air-09-first-impressions/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 20:23:48 +0000</pubDate>
		<dc:creator>Fabien</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[#ota09]]></category>

		<guid isPermaLink="false">http://www.alphabux.net/?p=87</guid>
		<description><![CDATA[I attended the first day of the Over The Air conference yesterday, which proved very interesting for two reasons. First, I heard about some of the new and upcoming developments in mobile tech (widget, widget, widget, it seems&#8230;). Second, this was a Developers conference, and very much so. So this doubled as a field trip [...]]]></description>
			<content:encoded><![CDATA[<p>I attended the first day of the <a href="http://overtheair.org/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/overtheair.org/?referer=');">Over The Air</a> conference yesterday, which proved very interesting for two reasons. First, I heard about some of the new and upcoming developments in mobile tech (widget, widget, widget, it seems&#8230;). Second, this was a Developers conference, and very much so. So this doubled as a field trip in developer land, ethnographic style.</p>
<p>If there was any doubt about the audience being developers, just counting the number of ladies would remove it. I estimate the ratio to be close to 1 woman for 15 guys, a very far cry from the approximate gender parity of UX crowds.</p>
<p>The session were mainly technical, full of info about APIs, (in-)compatibilities, standards etc.  Some UX session were also present, but I have to say I was a bit disappointed by them. It&#8217;s not that they were not good, far from it actually, special props to <a href="http://bryanrieger.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/bryanrieger.com/?referer=');">Bryan Rieger</a> with his incredibly clean, beautiful, and effective slides. It&#8217;s just that given my background in UX and the MSc I just finished, none of this was really news to me: I was simply not the intended audience.</p>
<p>Like any good event, #ota09 got me thinking on a couple of points, that will be the basis of a few blog post.</p>
<p>First up: <a href="http://www.alphabux.net/2009/09/hackathons-developers-conceptions-and-how-it-negatively-affects-good-ux/">Hackathons, developer’s conceptions, and how it negatively affect good UX</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alphabux.net/2009/09/over-the-air-09-first-impressions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.306 seconds -->

