<?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>(b)logophile &#187; frustration</title>
	<atom:link href="http://www.logophile.org/blog/tags/frustration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.logophile.org/blog</link>
	<description>blog of a logophile (not "logos", but "λόγος")</description>
	<lastBuildDate>Sun, 05 Feb 2012 08:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Virtualbox guest additions on vagrant-ised CentOS box</title>
		<link>http://www.logophile.org/blog/2011/10/18/virtualbox-guest-additions-on-vagrant-ised-centos-box/</link>
		<comments>http://www.logophile.org/blog/2011/10/18/virtualbox-guest-additions-on-vagrant-ised-centos-box/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 14:22:32 +0000</pubDate>
		<dc:creator>tikitu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[frustration]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[triumph]]></category>

		<guid isPermaLink="false">http://www.logophile.org/blog/?p=1125</guid>
		<description><![CDATA[Hoping this might be useful for someone else, since Google didn&#8217;t turn up the answer for me. I got a vagrant-packaged CentOS box from a colleague, and starting it up warned me that the VirtualBox Guest Additions were out of date. Fixing things involved these steps: Get VirtualBox to &#8220;Install Guest Additions&#8221; (from the Devices [...]]]></description>
			<content:encoded><![CDATA[<p>Hoping this might be useful for someone else, since Google didn&#8217;t turn up the answer for me.</p>

<p>I got a vagrant-packaged CentOS box from a colleague, and starting it up warned me that the VirtualBox Guest Additions were out of date. Fixing things involved these steps:</p>

<ol>
<li>Get VirtualBox to &#8220;Install Guest Additions&#8221; (from the Devices menu of the running VM). Don&#8217;t be fooled: VirtualBox has not, in fact, installed the guest additions at this point.<sup>1</sup></li>
<li>What it has done is added the ISO as if it were a cdrom device: you have to mount it and run an install script. This is in the VirtualBox docs, but everything I found assumed the ISO would be on device <code>/dev/cdrom</code>. In my case, though, <code>/dev/cdrom</code> was very handily attached to the cdrom device on my host machine. (Vagrant setup did it? VirtualBox did it by default? Not sure.)</li>
<li>Turns out the device you want is <code>/dev/cdrom1</code> (yeah, obvious in retrospect). Mount that, run the install script, done.</li>
</ol>
<p>Notes:</p><ol class="footnotes"><li id="footnote_0_1125" class="footnote">Yes, this is a rather astonishing failure of UI design. But one that is fairly well-known, googlable, and not the root of the problem here.</li></ol>]]></content:encoded>
			<wfw:commentRss>http://www.logophile.org/blog/2011/10/18/virtualbox-guest-additions-on-vagrant-ised-centos-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send me a screenshot</title>
		<link>http://www.logophile.org/blog/2011/10/07/send-me-a-screenshot/</link>
		<comments>http://www.logophile.org/blog/2011/10/07/send-me-a-screenshot/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 17:03:11 +0000</pubDate>
		<dc:creator>tikitu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[enlightenment]]></category>
		<category><![CDATA[frustration]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.logophile.org/blog/?p=1117</guid>
		<description><![CDATA[This week at work has taught me an important lesson about making (and asking for) effective bug reports: screenshot screenshot screenshot. Bug reports are tricky because of two enormous gaps between the user making the report and the developer reading it. Formally speaking you might call these &#8220;information asymmetry&#8221; and &#8220;lack of a shared vocabulary&#8221;. [...]]]></description>
			<content:encoded><![CDATA[<p>This week at work has taught me an important lesson about making (and asking for) effective bug reports: screenshot screenshot screenshot.</p>

<p>Bug reports are tricky because of two enormous gaps between the user making the report and the developer reading it. Formally speaking you might call these &#8220;information asymmetry&#8221; and &#8220;lack of a shared vocabulary&#8221;. In plain terms: the user doesn&#8217;t know what they need to tell the developer, the developer doesn&#8217;t know what questions to ask, and they don&#8217;t speak the same language anyway.</p>

<p>The symptom of these problems is the dreaded &#8220;Could not reproduce&#8221; (otherwise known as &#8220;It works fine for us, problem must be on your end&#8221;), and the cure is: send a screenshot.</p>

<p><span id="more-1117"></span></p>

<h2>You the user</h2>

<p>Suppose you hit a bug in the search system of my company&#8217;s web application. You send a bug report that ends up with me. As a developer on this system, I happen to know that the search implementation is different for your Inbox and for folders you&#8217;ve made yourself. But you didn&#8217;t know that was important, so you didn&#8217;t include in your bug report which folder you were searching inside. You shouldn&#8217;t have to know that this might be important, but now I&#8217;m going to mail you to ask, or do extra work trying to reproduce your bug under all the possible conditions.<sup>1</sup> Send me a screenshot, and I&#8217;ll see the difference immediately.</p>

<p>It turns out that you were searching in your Inbox, but now I&#8217;m doing the same and nothing goes wrong. What I don&#8217;t realise is, you used the More Search Options popup to build your query, while I copy/pasted it from your bug report straight into the search field. Shouldn&#8217;t make a difference, but in fact that&#8217;s where the bug lives. Now the information asymmetry goes the other way: I don&#8217;t know the question I need to be asking you. Again, though, a screenshot of the moment you hit the &#8220;search&#8221; button will show the MSO popup, and (if I&#8217;m doing my job properly) I&#8217;ll do <em>exactly</em> what you did before deciding that I can&#8217;t reproduce the bug.</p>

<h2>You the developer</h2>

<p>I ran into this problem, without recognising it, reporting an issue with the music player Amarok. My mouse wheel control of the volume control was inverted: scrolling &#8220;up the page&#8221; lowered the volume, and vice versa. (OS X users will recognise the phenomenon.) I explained the problem carefully, and conscientiously gave OS details and version numbers and so on. The developer said she couldn&#8217;t reproduce and thought I probably had a non-standard KDE library somewhere on my system.</p>

<p>Turns out that Amarok has more than one volume control, and different ones show depending on choice of a theme or a skin or some such configuration. We weren&#8217;t even talking about the same widget: &#8220;the volume control&#8221; meant something completely different to her than to me.</p>

<p>The words you, the developer, use to describe your system are likely to be very different from the ones that your users choose. You can try to force users to adopt your terminology; it won&#8217;t work. You can spend a lot of time mailing back and forth pinning down exactly what they&#8217;re talking about.</p>

<p>Or you can ask for a screenshot.</p>

<h2>Full window please</h2>

<p>Some of our bug reports come with nicely cropped shots of exactly the widget or panel that is behaving oddly, with a big red arrow pointing to the bit that doesn&#8217;t work. It&#8217;s cute, and I appreciate the effort, but a screenshot of the entire window is <em>much</em> more helpful. The reason, of course, is <em>context</em>: the surrounding context (missing from the cropped version) is where we find all the answers to the questions we didn&#8217;t know to ask, and you didn&#8217;t know to answer. Developers, the surrounding context is where you&#8217;ll see the factor you didn&#8217;t include in your test setup and didn&#8217;t imagine could possibly be relevant. A full-window screenshot of a web app shows at least part of the URL; it shows what kind of browser is being used. (Yes, those details should always be included in a bug report. It&#8217;s when neither you nor the user realises that they&#8217;re relevant that they come out and bite you.) It shows the user has his window resized to some weird aspect ratio that nobody on the dev team ever imagined, and it turns out it&#8217;s because he&#8217;s got another window watching live snooker open and also a chat client and he didn&#8217;t think to mention it because isn&#8217;t this how everyone uses the site?</p>

<p>It shows the things you don&#8217;t know to ask about, and that&#8217;s why you should always ask for a screenshot.</p>
<p>Notes:</p><ol class="footnotes"><li id="footnote_0_1117" class="footnote">Sure, two variants is easy. But three yes/no questions I don&#8217;t ask gives me eight trials I have to run, and four gives me sixteen. That gets old pretty fast.</li></ol>]]></content:encoded>
			<wfw:commentRss>http://www.logophile.org/blog/2011/10/07/send-me-a-screenshot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox frustration</title>
		<link>http://www.logophile.org/blog/2008/09/15/firefox-frustration/</link>
		<comments>http://www.logophile.org/blog/2008/09/15/firefox-frustration/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 12:17:59 +0000</pubDate>
		<dc:creator>tikitu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[frustration]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.logophile.org/blog/?p=453</guid>
		<description><![CDATA[I wanted to write a post explaining why I consistently confuse Spain with Israel and Japan in Greek, but for some reason Firefox won&#8217;t let me enter lowercase Greek letters. Anywhere. (No more searching youtube for rebetiko songs either, until I figure out what&#8217;s going on. Anyone got a clue? Weird thing is, uppercase works [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to write a post explaining why I consistently confuse Spain with Israel and Japan in Greek, but for some reason Firefox won&#8217;t let me enter lowercase Greek letters. Anywhere. (No more searching youtube for rebetiko songs either, until I figure out what&#8217;s going on. Anyone got a clue? Weird thing is, uppercase works fine. Pasting gives me the kind of junk you&#8217;d expect putting multibyte chars into a single-byte environment, but the character encoding is utf8. Confuzzled, me.)</p>

<p>Bah. Bah and humbug. You&#8217;ll have to try to figure out what links those three countries yourselves. (Hint: some Greek letters look like different Latin letters. Second hint: I&#8217;m an idiot.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.logophile.org/blog/2008/09/15/firefox-frustration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

