<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Puzzler: Be in a usability study</title>
	<link>http://blogs.mathworks.com/videos/2008/10/07/puzzler-be-in-a-usability-study/</link>
	<description>Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.</description>
	<pubDate>Sun, 08 Nov 2009 02:43:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Andrew Newell</title>
		<link>http://blogs.mathworks.com/videos/2008/10/07/puzzler-be-in-a-usability-study/#comment-54</link>
		<dc:creator>Andrew Newell</dc:creator>
		<pubDate>Mon, 27 Oct 2008 13:33:04 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/10/07/puzzler-be-in-a-usability-study/#comment-54</guid>
		<description>It runs 30x faster still if the brackets are removed:
sum(union(0:3:1000,0:5:1000))</description>
		<content:encoded><![CDATA[<p>It runs 30x faster still if the brackets are removed:<br />
sum(union(0:3:1000,0:5:1000))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blogs.mathworks.com/videos/2008/10/07/puzzler-be-in-a-usability-study/#comment-53</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 23 Oct 2008 14:15:15 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/10/07/puzzler-be-in-a-usability-study/#comment-53</guid>
		<description>This solution runs about 20x faster than the "arrayfun" solution:  sum(union([0:3:1000],[0:5:1000]))</description>
		<content:encoded><![CDATA[<p>This solution runs about 20x faster than the &#8220;arrayfun&#8221; solution:  sum(union([0:3:1000],[0:5:1000]))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2008/10/07/puzzler-be-in-a-usability-study/#comment-52</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Mon, 13 Oct 2008 14:26:28 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/10/07/puzzler-be-in-a-usability-study/#comment-52</guid>
		<description>Nicolas,

That had to be the fastest solution I have seen to the problem.  It was also very readable.

Everyone,

Thank you for the movies.  I have gotten them all and watched them.  They are being packaged up for the Usability team to watch too.

I will be making a review of the skills and different techniques used for an upcoming video.

The t-shirts will be sent this week.

Thanks for playing!
Doug</description>
		<content:encoded><![CDATA[<p>Nicolas,</p>
<p>That had to be the fastest solution I have seen to the problem.  It was also very readable.</p>
<p>Everyone,</p>
<p>Thank you for the movies.  I have gotten them all and watched them.  They are being packaged up for the Usability team to watch too.</p>
<p>I will be making a review of the skills and different techniques used for an upcoming video.</p>
<p>The t-shirts will be sent this week.</p>
<p>Thanks for playing!<br />
Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Armyr</title>
		<link>http://blogs.mathworks.com/videos/2008/10/07/puzzler-be-in-a-usability-study/#comment-51</link>
		<dc:creator>Daniel Armyr</dc:creator>
		<pubDate>Mon, 13 Oct 2008 12:01:07 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/10/07/puzzler-be-in-a-usability-study/#comment-51</guid>
		<description>Oh, and on the topic of one-liners, here is a generic one-line solution that is by far faster than anything proposed. Unfortunately, it is approximate, but the error is less than 1% for values of n &#62; 50.

sum = 70/3*n^2;

This algoritm was found by pure trial-and-error using plot functions and sample datasets.

--DA</description>
		<content:encoded><![CDATA[<p>Oh, and on the topic of one-liners, here is a generic one-line solution that is by far faster than anything proposed. Unfortunately, it is approximate, but the error is less than 1% for values of n &gt; 50.</p>
<p>sum = 70/3*n^2;</p>
<p>This algoritm was found by pure trial-and-error using plot functions and sample datasets.</p>
<p>&#8211;DA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Armyr</title>
		<link>http://blogs.mathworks.com/videos/2008/10/07/puzzler-be-in-a-usability-study/#comment-50</link>
		<dc:creator>Daniel Armyr</dc:creator>
		<pubDate>Mon, 13 Oct 2008 11:39:34 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/10/07/puzzler-be-in-a-usability-study/#comment-50</guid>
		<description>Oops, seems I misread the question. I calculated the sum of values multiples of 3 AND 5. No wonder I got another answer.

Oh well, video is in. Unfortunately, working while recording was a real drag because my computer became so slow. Now that I redid the exercise without recording I realize that I work slightly different when things flow a bit smoother. 

Daniel Armyr</description>
		<content:encoded><![CDATA[<p>Oops, seems I misread the question. I calculated the sum of values multiples of 3 AND 5. No wonder I got another answer.</p>
<p>Oh well, video is in. Unfortunately, working while recording was a real drag because my computer became so slow. Now that I redid the exercise without recording I realize that I work slightly different when things flow a bit smoother. </p>
<p>Daniel Armyr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://blogs.mathworks.com/videos/2008/10/07/puzzler-be-in-a-usability-study/#comment-49</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Sun, 12 Oct 2008 21:29:46 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/10/07/puzzler-be-in-a-usability-study/#comment-49</guid>
		<description>I've uploaded my video to the ftp site, and sent it as an attachment to your e-mail.  Hope it works.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve uploaded my video to the ftp site, and sent it as an attachment to your e-mail.  Hope it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omid</title>
		<link>http://blogs.mathworks.com/videos/2008/10/07/puzzler-be-in-a-usability-study/#comment-48</link>
		<dc:creator>Omid</dc:creator>
		<pubDate>Fri, 10 Oct 2008 08:31:46 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/10/07/puzzler-be-in-a-usability-study/#comment-48</guid>
		<description>Here’s the link to the video I made for this usability study
http://www.screencast.com/t/Pxnu4qqDD</description>
		<content:encoded><![CDATA[<p>Here’s the link to the video I made for this usability study<br />
<a href="http://www.screencast.com/t/Pxnu4qqDD" rel="nofollow">http://www.screencast.com/t/Pxnu4qqDD</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2008/10/07/puzzler-be-in-a-usability-study/#comment-43</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Wed, 08 Oct 2008 14:02:00 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/10/07/puzzler-be-in-a-usability-study/#comment-43</guid>
		<description>Doug,

You are right, that this is a very short problem.  We are trying to keep the barrier to entry very low on this event, and keep things within the time limits set by Jing.

Even though there are a plethora of one-liners that solve this problem, the videos are interesting none the less.  We look to see how people vary from developing at the command line vs editor, if they use shortcuts and accelerators to speed their work and so on.  We can see how they have their desktop arranged, and what shortcuts they have added to their custom shortcuts bar.

There are very often small productivity gains available to people (like F5 to save and run a file vs. saving, going to the command line and then running) that are available but have remained undiscovered.  Knowing what we need to make more Learnable and Discoverable is important to us.

So yes, this is a simple exercise.  However, even with the limitations we have doing this remotely, there are things to learn.

Thanks,
Doug</description>
		<content:encoded><![CDATA[<p>Doug,</p>
<p>You are right, that this is a very short problem.  We are trying to keep the barrier to entry very low on this event, and keep things within the time limits set by Jing.</p>
<p>Even though there are a plethora of one-liners that solve this problem, the videos are interesting none the less.  We look to see how people vary from developing at the command line vs editor, if they use shortcuts and accelerators to speed their work and so on.  We can see how they have their desktop arranged, and what shortcuts they have added to their custom shortcuts bar.</p>
<p>There are very often small productivity gains available to people (like F5 to save and run a file vs. saving, going to the command line and then running) that are available but have remained undiscovered.  Knowing what we need to make more Learnable and Discoverable is important to us.</p>
<p>So yes, this is a simple exercise.  However, even with the limitations we have doing this remotely, there are things to learn.</p>
<p>Thanks,<br />
Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Schwarz</title>
		<link>http://blogs.mathworks.com/videos/2008/10/07/puzzler-be-in-a-usability-study/#comment-42</link>
		<dc:creator>Doug Schwarz</dc:creator>
		<pubDate>Wed, 08 Oct 2008 12:43:53 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/10/07/puzzler-be-in-a-usability-study/#comment-42</guid>
		<description>I think this problem is too simple to tell you anything about usability.  Most people will not even have to consult the docs.  For what it's worth, I simply typed in

a = 3:3:1000;
b = 5:5:1000;
sum(a) + sum(b) - sum(intersect(a,b))</description>
		<content:encoded><![CDATA[<p>I think this problem is too simple to tell you anything about usability.  Most people will not even have to consult the docs.  For what it&#8217;s worth, I simply typed in</p>
<p>a = 3:3:1000;<br />
b = 5:5:1000;<br />
sum(a) + sum(b) - sum(intersect(a,b))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danilo</title>
		<link>http://blogs.mathworks.com/videos/2008/10/07/puzzler-be-in-a-usability-study/#comment-41</link>
		<dc:creator>Danilo</dc:creator>
		<pubDate>Tue, 07 Oct 2008 23:05:13 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/10/07/puzzler-be-in-a-usability-study/#comment-41</guid>
		<description>There is no Jing for Linux, and I too far from the US to receive a t-shirt... so here is my solution:

I just typed

a = 1:1000; sum(a(~mod(a,3)&#124;~mod(a,5)))

and was happy (and a bit surprised) to see it worked in the first try (resulted in 234168, just like the first comment).</description>
		<content:encoded><![CDATA[<p>There is no Jing for Linux, and I too far from the US to receive a t-shirt&#8230; so here is my solution:</p>
<p>I just typed</p>
<p>a = 1:1000; sum(a(~mod(a,3)|~mod(a,5)))</p>
<p>and was happy (and a bit surprised) to see it worked in the first try (resulted in 234168, just like the first comment).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
