<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>UX on yozy//NET</title>
    <link>https://yozy.net/tags/ux/</link>
    <description>Recent content in UX on yozy//NET</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 15 May 2018 13:00:00 +0200</lastBuildDate>
    <atom:link href="https://yozy.net/tags/ux/feed.xml" rel="self" type="application/rss" />
    <item>
      <title>What happens when you delete ~/.Trash folder on macOS</title>
      <link>https://yozy.net/2018/05/what-happens-when-you-delete-~/.trash-folder-on-macos/</link>
      <pubDate>Tue, 15 May 2018 13:00:00 +0200</pubDate>
      <guid>https://yozy.net/2018/05/what-happens-when-you-delete-~/.trash-folder-on-macos/</guid>
      <description>&lt;p&gt;I have done some stupid stuff and managed to delete the &lt;code&gt;~/.Trash&lt;/code&gt; folder on my Mac. The result was surprising:&lt;/p&gt;&#xA;&lt;video width=&#34;720&#34; height=&#34;600&#34; controls&gt;&#xA;  &lt;source src=&#34;https://yozy.net/videos/finder-delete-trash.mp4&#34; type=&#34;video/mp4&#34;&gt;&#xA;&#x9;Your browser does not support the video tag.&#xA;&lt;/video&gt;&#xA;&lt;p&gt;To fix this you can type this in the shell:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;mkdir ~/.Trash&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This is clearly bad user experience. Somebody not knowing how to fix this will just assume that the trash stopped working. Even worse, they might miss the message and just click on Delete.&lt;/p&gt;&#xA;&lt;p&gt;What should macOS do in this case, is to silently restore the trash folder and keep on humming.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>10 Laws of UX, digested</title>
      <link>https://yozy.net/2018/01/10-laws-of-ux-digested/</link>
      <pubDate>Fri, 19 Jan 2018 15:43:59 +0100</pubDate>
      <guid>https://yozy.net/2018/01/10-laws-of-ux-digested/</guid>
      <description>&lt;p&gt;After reading the article on &lt;a href=&#34;https://lawsofux.com/&#34;&gt;10 Laws of UX&lt;/a&gt; and the associated comments on &lt;a href=&#34;https://news.ycombinator.com/item?id=16185118&#34;&gt;Hacker News&lt;/a&gt;, I have decided to try a shot at reformatting the page to a more legible format. In the form of a blog post—because I do not think that every idea on the internet needs its own domain.&lt;/p&gt;&#xA;&lt;p&gt;I provide my own interpretation of the laws in the titles, they are not in the original article.&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-if-a-function-needs-to-be-accessed-often-andor-quickly-make-the-button-big&#34;&gt;1. If a function needs to be accessed often and/or quickly, make the button big&lt;/h3&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;The time to acquire a target is a function of the distance to and size of the target.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ndash; Paul Fitts&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Fitts%27s_law&#34;&gt;Fitt&amp;rsquo;s Law on Wikipedia&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;2-only-provide-choices-when-a-good-default-does-not-exist&#34;&gt;2. Only provide choices when a good default does not exist&lt;/h3&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;The time it takes to make a decision increases with the number and complexity of choices.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ndash; William Edmund Hick and Ray Hyman&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Hick%27s_law&#34;&gt;Hick&amp;rsquo;s Law on Wikipedia&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;3-respect-the-platforms-conventions-and-interface-guidelines&#34;&gt;3. Respect the platform&amp;rsquo;s conventions and interface guidelines&lt;/h3&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Users spend most of their time on other sites. This means that users prefer your site to work the same way as all the other sites they already know.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ndash; Jakob Nielsen&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.nngroup.com/videos/jakobs-law-internet-ux/&#34;&gt;Jakob&amp;rsquo;s Law on Nielsen Norman Group&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;4-do-not-stuff-too-much-detail-into-a-small-space&#34;&gt;4. Do not stuff too much detail into a small space&lt;/h3&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Law of Prägnanz:&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;People will perceive and interpret ambiguous or complex images as the simplest form possible, because it is the interpretation that requires the least cognitive effort of us.&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.interaction-design.org/literature/article/the-laws-of-figure-ground-praegnanz-closure-and-common-fate-gestalt-principles-3&#34;&gt;The Laws of Figure/Ground, Prägnanz, Closure, and Common Fate on Interaction Design&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;5-put-actions-that-do-similar-things-together&#34;&gt;5. Put actions that do similar things together&lt;/h3&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Law of Proximity:&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;Objects that are near, or proximate to each other, tend to be grouped together.&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;em&gt;N.B.: The recent &lt;a href=&#34;https://twitter.com/CivilBeat/status/953127542050795520&#34;&gt;missile alert fiasco&lt;/a&gt; is a good example of why this is important&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;6-reduce-the-number-of-things-your-users-have-to-remember&#34;&gt;6. Reduce the number of things your users have to remember&lt;/h3&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;The average person can only keep 7 (plus or minus 2) items in their working memory.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ndash; George Miller&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Miller%27s_law&#34;&gt;Miller&amp;rsquo;s Law on Wikipedia&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;7-make-tasks-short-simple-and-with-set-deadlines&#34;&gt;7. Make tasks short, simple and with set deadlines&lt;/h3&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Any task will inflate until all of the available time is spent.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ndash; Cyril Northcote Parkinson&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Parkinson%27s_law&#34;&gt;Parkinson&amp;rsquo;s Law on Wikipedia&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;8-put-the-important-things-at-the-beginning-or-at-the-end&#34;&gt;8. Put the important things at the beginning or at the end&lt;/h3&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;em&gt;Users have a propensity to best remember the first and last items in a series.&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Serial-position_effect&#34;&gt;Serial Position Effect on Wikipedia&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;9-removing-features-from-your-product-may-result-in-users-not-being-able-to-achieve-some-goals&#34;&gt;9. Removing features from your product may result in users not being able to achieve some goals&lt;/h3&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;em&gt;Tesler&amp;rsquo;s Law, also known as The Law of Conservation of Complexity, states that for any system there is a certain amount of complexity which cannot be reduced.&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Law_of_conservation_of_complexity&#34;&gt;Larry Tesler&amp;rsquo;s Law of Conservation of Complexity on Wikipedia&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;10-make-the-most-important-thing-stand-out&#34;&gt;10. Make the most important thing stand out&lt;/h3&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;em&gt;The Von Restorff effect, also known as The Isolation Effect, predicts that when multiple similar objects are present, the one that differs from the rest is most likely to be remembered.&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Von_Restorff_effect&#34;&gt;Von Restorff Effect on Wikipedia&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Alternatively: If you want to stand out from competition, find a feature which is always the same and make it different.&lt;/p&gt;&#xA;&lt;h3 id=&#34;bonus-law&#34;&gt;Bonus law&lt;/h3&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Do not put a leading zero on numbers that do not have to be aligned.&lt;/p&gt;&lt;/blockquote&gt;&#xA;</description>
    </item>
  </channel>
</rss>
