<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Persistent Inappeasable Mind</title>
    <link>http://pim.famnit.upr.si/blog/</link>
    <description>thoughts about personal information management, human-computer interaction, interfaces, software ...</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.3 - http://www.s9y.org/</generator>
    <pubDate>Thu, 26 Aug 2010 13:36:05 GMT</pubDate>

    <image>
        <url>http://pim.famnit.upr.si/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Persistent Inappeasable Mind - thoughts about personal information management, human-computer interaction, interfaces, software ...</title>
        <link>http://pim.famnit.upr.si/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>How to create an interface with 4 different states and fail</title>
    <link>http://pim.famnit.upr.si/blog/index.php?/archives/71-How-to-create-an-interface-with-4-different-states-and-fail.html</link>
            <category>P: Software Interfaces</category>
    
    <comments>http://pim.famnit.upr.si/blog/index.php?/archives/71-How-to-create-an-interface-with-4-different-states-and-fail.html#comments</comments>
    <wfw:comment>http://pim.famnit.upr.si/blog/wfwcomment.php?cid=71</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://pim.famnit.upr.si/blog/rss.php?version=2.0&amp;type=comments&amp;cid=71</wfw:commentRss>
    

    <author>nospam@example.com (Matjaž Kljun)</author>
    <content:encoded>
    &lt;p&gt;I would really like to say the opposite but some big companies (on at least some of their projects) still don&#039;t care much about usability tests. At least it seams so. &lt;/p&gt;
&lt;p&gt;Take for example this USB dongle modem and its software. When I first plugged the modem in it took me about 40 minutes to upgrade the firmware even if the dongle was brand new from the mobile provider&#039;s shop. Yes, I didn&#039;t make a mistake - 40 minutes. It needed 5 firmware updates and upgrades. At the end I installed the modem software and I was done. The modem &lt;strong&gt;software is&lt;/strong&gt; &lt;strong&gt;really simple&lt;/strong&gt; &lt;strong&gt;and has only 4 stages&lt;/strong&gt; which can be seen below on the 4 screen shots.&lt;br /&gt;&lt;/p&gt; 
&lt;p&gt;1. &lt;strong&gt;Disconnected stage&lt;/strong&gt; (in this state the application is waiting for the user to click on &lt;em&gt;Click to connect&lt;/em&gt; button): &lt;br /&gt;&lt;img class=&quot;no_float&quot; src=&quot;uploads/Interfaces/three-0-connect.png&quot; /&gt;&lt;br /&gt;&lt;/p&gt; 
&lt;p&gt; &lt;/p&gt; 
&lt;p&gt;2. &lt;strong&gt;Connecting stage&lt;/strong&gt; (while connecting a user can click on the &lt;em&gt;Cancel button&lt;/em&gt; to cancel the connecting process):&lt;br /&gt;&lt;img class=&quot;no_float&quot; src=&quot;uploads/Interfaces/three-1-authenticating.png&quot; /&gt;&lt;br /&gt;&lt;/p&gt; 
&lt;p&gt; &lt;/p&gt; 
&lt;p&gt;3. &lt;strong&gt;Connected stage&lt;/strong&gt; (when connected a user can only disconnect by clicking on a &lt;em&gt;Disconnect button&lt;/em&gt;):&lt;br /&gt;&lt;img class=&quot;no_float&quot; src=&quot;uploads/Interfaces/three-2-connected.png&quot; /&gt;&lt;br /&gt;&lt;/p&gt; 
&lt;p&gt; &lt;/p&gt; 
&lt;p&gt;4. &lt;strong&gt;Disconnecting stage&lt;/strong&gt; (when disconnecting a &lt;em&gt;Disconnect button&lt;/em&gt; is still active and can be clicked): &lt;br /&gt;&lt;img class=&quot;no_float&quot; src=&quot;uploads/Interfaces/three-3-disconecting.png&quot; /&gt;&lt;br /&gt;&lt;/p&gt; 
&lt;p&gt; &lt;/p&gt; 
&lt;p&gt;The fourth state has a problem. The disconnecting process takes around 15 seconds (sometimes even more). If during this process the &lt;em&gt;Disconnect button&lt;/em&gt; is clicked again, it remembers the click and after disconnection it connects again. Note that only the text &lt;strong&gt;3UK&lt;/strong&gt; by the signal scale changes to &lt;strong&gt;Disconnecting ...&lt;/strong&gt; when changing from the 3rd to the 4th stage. The state of the modem field (&lt;strong&gt;Connected&lt;/strong&gt;) stays the same and is really hard to see the change. Needless to say that at first I clicked the &lt;strong&gt;Disconnect button&lt;/strong&gt; and after while the application went crazy. &lt;strong&gt;Disabling the button while disconnecting would solve the problem&lt;/strong&gt;. &lt;/p&gt; 
&lt;p&gt;Note also how the text by the signal scale and above the button changes in 4 stages: &lt;/p&gt; 
&lt;p&gt; 
&lt;table cellspacing=&quot;1&quot; cellpadding=&quot;1&quot; border=&quot;1&quot; style=&quot;width: 100%;&quot;&gt; 
&lt;tbody&gt; 
&lt;tr&gt; 
&lt;td style=&quot;width: 25%;&quot;&gt;&lt;strong&gt;&amp;#160;1st stage&lt;br /&gt;&lt;/strong&gt;&lt;/td&gt; 
&lt;td style=&quot;width: 25%;&quot;&gt;&lt;strong&gt;&amp;#160;2nd stage&lt;br /&gt;&lt;/strong&gt;&lt;/td&gt; 
&lt;td style=&quot;width: 25%;&quot;&gt;&lt;strong&gt;&amp;#160;3rd stage&lt;br /&gt;&lt;/strong&gt;&lt;/td&gt; 
&lt;td style=&quot;width: 25%;&quot;&gt;&lt;strong&gt;&amp;#160;4th stage&lt;br /&gt;&lt;/strong&gt;&lt;/td&gt; 
&lt;/tr&gt; 
&lt;tr&gt; 
&lt;td style=&quot;width: 25%;&quot;&gt;&amp;#160;3UK&lt;/td&gt; 
&lt;td style=&quot;width: 25%;&quot;&gt;&amp;#160;Authenticating &lt;br /&gt;&lt;/td&gt; 
&lt;td style=&quot;width: 25%;&quot;&gt;&amp;#160;3UK&lt;/td&gt; 
&lt;td style=&quot;width: 25%;&quot;&gt;&amp;#160;Disconnecting&lt;/td&gt; 
&lt;/tr&gt; 
&lt;tr&gt; 
&lt;td style=&quot;width: 25%;&quot;&gt;&amp;#160;Service available&lt;br /&gt;&lt;/td&gt; 
&lt;td style=&quot;width: 25%;&quot;&gt;&amp;#160;Connecting&lt;/td&gt; 
&lt;td style=&quot;width: 25%;&quot;&gt;&amp;#160;Connected&lt;/td&gt; 
&lt;td style=&quot;width: 25%;&quot;&gt;&amp;#160;Connected&lt;/td&gt; 
&lt;/tr&gt; 
&lt;/tbody&gt; 
&lt;/table&gt; 
&lt;/p&gt; 
&lt;p&gt;Why are &lt;strong&gt;Service available&lt;/strong&gt;, &lt;strong&gt;Connecting&lt;/strong&gt;, &lt;strong&gt;Authenticating&lt;/strong&gt;, &lt;strong&gt;Connected&lt;/strong&gt; and &lt;strong&gt;Disconnecting&lt;/strong&gt; on different parts of the interface if they show the state of the modem is beyond my understanding. &lt;/p&gt; 
&lt;ul&gt; 
&lt;li&gt;1st state: Service of &lt;strong&gt;3UK&lt;/strong&gt; is &lt;strong&gt;available&lt;/strong&gt;&lt;/li&gt; 
&lt;li&gt;2nd state: While &lt;strong&gt;connecting&lt;/strong&gt; it has to &lt;strong&gt;authenticate&lt;/strong&gt; (does the user need to know this information)&lt;br /&gt;&lt;strong&gt;Changing Authenticating to 3UK&lt;/strong&gt; would not hurt anyone as&lt;strong&gt; Authenticating is not really informative &lt;/strong&gt;here&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/li&gt; 
&lt;li&gt;3rd state: The modem is &lt;strong&gt;connected&lt;/strong&gt; to &lt;strong&gt;3UK&lt;/strong&gt; network&lt;/li&gt; 
&lt;li&gt;4th state: While modem is &lt;strong&gt;connected&lt;/strong&gt; it tries to &lt;strong&gt;disconnect&lt;/strong&gt; (Italians would say: &amp;quot;Ma non mi dire ...&amp;quot; isn&#039;t this obvious)&lt;br /&gt;Changing &lt;strong&gt;Disconnecting&lt;/strong&gt; to &lt;strong&gt;3UK&lt;/strong&gt; and&lt;br /&gt;Changing &lt;strong&gt;Connected&lt;/strong&gt; to &lt;strong&gt;Disconnecting&lt;/strong&gt; would provide more consistency to the interface.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;This way the text by the signal scale would show just available mobile network and its type while the field above the button would show the state of the modem. If authentication would for example fail it would be nice to get the message in red in this field above the button (close to where the focus is when clicking it). A &lt;strong&gt;user would expect messages of the modem state to appear always in the same field&lt;/strong&gt; and not on two as it is done now.&lt;br /&gt;&lt;br /&gt;The answer to the title question: simple!&lt;br /&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sun, 05 Sep 2010 08:15:00 +0000</pubDate>
    <guid isPermaLink="false">http://pim.famnit.upr.si/blog/index.php?/archives/71-guid.html</guid>
    <category>design</category>
<category>mind mapping</category>
<category>mobile broadband</category>
<category>software</category>

</item>
<item>
    <title>Gesture interfaces - are we ready?</title>
    <link>http://pim.famnit.upr.si/blog/index.php?/archives/105-Gesture-interfaces-are-we-ready.html</link>
            <category>P: Physical Interfaces</category>
    
    <comments>http://pim.famnit.upr.si/blog/index.php?/archives/105-Gesture-interfaces-are-we-ready.html#comments</comments>
    <wfw:comment>http://pim.famnit.upr.si/blog/wfwcomment.php?cid=105</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://pim.famnit.upr.si/blog/rss.php?version=2.0&amp;type=comments&amp;cid=105</wfw:commentRss>
    

    <author>nospam@example.com (Matjaž Kljun)</author>
    <content:encoded>
    &lt;p&gt;&lt;strong&gt;Gesture interfaces&lt;/strong&gt; are nothing new. They come alive once in a while with a use of new technologies. &lt;strong&gt;Technologies used&lt;/strong&gt; so far were &lt;strong&gt;cameras&lt;/strong&gt; (regular, depth, stereo), &lt;strong&gt;sound&lt;/strong&gt; in a way (like clapping &lt;a href=&quot;http://en.wikipedia.org/wiki/The_Clapper&quot;&gt;sound switches (Wikipedia)&lt;/a&gt; for switching on and off the light) or different &lt;strong&gt;wearable controls&lt;/strong&gt; like glows. While cameras have been long used for research of gestural interfaces, they are also moving to consumers products (remember &lt;a href=&quot;http://www.youtube.com/watch?v=iZJXzgb98XI&quot;&gt;Toshiba&#039;s TV from 2008 (video on You Tube)&lt;/a&gt;). Researchers at MIT turned &lt;a href=&quot;http://web.mit.edu/newsoffice/2009/gestural-computing-1211.html&quot;&gt;the whole TV into a camera&lt;/a&gt;. The same lab developed also the wearable &lt;a href=&quot;http://www.ted.com/talks/pattie_maes_demos_the_sixth_sense.html&quot;&gt;Sixth Sense (video on You Tube)&lt;/a&gt;. But these are only a few products in a sea of gestural interfaces.&lt;br /&gt;&lt;/p&gt; 
&lt;p&gt;Now there&#039;s &lt;strong&gt;a new way to track user&#039;s movement with ultrasound&lt;/strong&gt;.&lt;/p&gt; 
&lt;p&gt; &lt;/p&gt; 
&lt;p&gt;&lt;object height=&quot;385&quot; width=&quot;640&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/S7PvCuc3WPQ&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xd0d0d0&amp;amp;hl=en_US&amp;amp;feature=player_embedded&amp;amp;fs=1&quot; /&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot; /&gt;&lt;embed height=&quot;385&quot; width=&quot;640&quot; src=&quot;http://www.youtube.com/v/S7PvCuc3WPQ&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xd0d0d0&amp;amp;hl=en_US&amp;amp;feature=player_embedded&amp;amp;fs=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; /&gt;&lt;/object&gt;&lt;/p&gt; 
&lt;p&gt; &lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;There&#039;s certainly the market for gestural interfaces&lt;/strong&gt; like video games for example or some short termed interactions (&lt;a href=&quot;http://www.youtube.com/watch?v=6p4T7_XI7WM&amp;amp;feature=related&quot;&gt;Dart Vader uses gestural movement to strangle people&lt;/a&gt; - why is he using his hands if he can do it with his minds anyway?). But there are still &lt;strong&gt;some problems&lt;/strong&gt; that haven&#039;t been answered or overcame yet:&lt;/p&gt; 
&lt;ul&gt; 
&lt;li&gt;Gestural interfaces can not be used for long periods of time as waving hands in the air is not so easy. &lt;strong&gt;&lt;a href=&quot;%3Cobject%20width=%22640%22%20height=%22385%22%3E%3Cparam%20name=%22movie%22%20value=%22http://www.youtube.com/v/S7PvCuc3WPQ&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xd0d0d0&amp;amp;hl=en_US&amp;amp;feature=player_embedded&amp;amp;fs=1%22%3E%3C/param%3E%3Cparam%20name=%22allowFullScreen%22%20value=%22true%22%3E%3C/param%3E%3Cparam%20name=%22allowScriptAccess%22%20value=%22always%22%3E%3C/param%3E%3Cembed%20src=%22http://www.youtube.com/v/S7PvCuc3WPQ&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xd0d0d0&amp;amp;hl=en_US&amp;amp;feature=player_embedded&amp;amp;fs=1%22%20type=%22application/x-shockwave-flash%22%20allowfullscreen=%22true%22%20allowScriptAccess=%22always%22%20width=%22640%22%20height=%22385%22%3E%3C/embed%3E%3C/object%3E&quot;&gt;Gorilla arm (Wikipedia)&lt;/a&gt; effect&lt;/strong&gt; was long known to be a problem on touch screens and all gestural interfaces.&amp;#160;&lt;/li&gt; 
&lt;li&gt;Another problem is&lt;strong&gt; misinterpreting gestures&lt;/strong&gt;. I can not picture myself being still while watching TV. Or waving to someone and change the program I was watching without wanting it :).&amp;#160;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;None the less gestures are used in everyday applications. Mouse gestures for example are popular in some &lt;a href=&quot;http://en.wikipedia.org/wiki/Pointing_device_gesture&quot;&gt;web browsers (Wikipedia)&lt;/a&gt;. Then we have &lt;a href=&quot;http://www.apple.com/macbookpro/features.html#overlay-trackpad&quot;&gt;trackpads that recognize gestures (Apple.com)&lt;/a&gt;. And of course already mentioned touch screens that found its niche in info kiosks, ATMs (cashing machines), bars and supermarket cash registers, smartphones, PDA&#039;s and even &lt;a href=&quot;http://www.youtube.com/watch?v=ojusRO38Tdc&amp;amp;feature=player_embedded&quot;&gt;keyboards (You Tube video)&lt;/a&gt; to name just a few. There are also projected interfaces used in consumer products (e.g. &lt;a href=&quot;http://en.wikipedia.org/wiki/Projection_keyboard&quot;&gt;keyboard (Wikipedia)&lt;/a&gt;) which are a bit more specific gesture interfaces compared to first mentioned camera recognized movements. &lt;/p&gt; 
&lt;p&gt;Looking at all these technologies (and how &amp;quot;intuitive&amp;quot; they are?) it seams that there is still life ahead for standard keyboards and computer mice (or trackpads) :).&lt;br /&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 30 Aug 2010 10:10:00 +0000</pubDate>
    <guid isPermaLink="false">http://pim.famnit.upr.si/blog/index.php?/archives/105-guid.html</guid>
    <category>gestural interface</category>

</item>
<item>
    <title>Wordle - Tags</title>
    <link>http://pim.famnit.upr.si/blog/index.php?/archives/73-Wordle-Tags.html</link>
            <category>P: PIM &amp; Research</category>
    
    <comments>http://pim.famnit.upr.si/blog/index.php?/archives/73-Wordle-Tags.html#comments</comments>
    <wfw:comment>http://pim.famnit.upr.si/blog/wfwcomment.php?cid=73</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://pim.famnit.upr.si/blog/rss.php?version=2.0&amp;type=comments&amp;cid=73</wfw:commentRss>
    

    <author>nospam@example.com (Matjaž Kljun)</author>
    <content:encoded>
    &lt;p&gt;Ever tried &lt;strong&gt;categorizing information by tags&lt;/strong&gt;? Tags have become popular with &lt;a href=&quot;http://en.wikipedia.org/wiki/Folksonomy&quot;&gt;folksonomies&lt;/a&gt; - when people started collaboratively taging and classifying almost any imaginable content online. &lt;a href=&quot;http://www.flickr.com/&quot;&gt;Flickr&lt;/a&gt;, &lt;a href=&quot;http://del.icio.us&quot;&gt;del.icio.us,&lt;/a&gt; &lt;a href=&quot;http://en.wikipedia.org/wiki/Knowledge_Plaza&quot; title=&quot;Knowledge Plaza&quot;&gt;Knowledge Plaza&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/Jumper_2.0&quot; title=&quot;Jumper 2.0&quot;&gt;Jumper 2.0&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/CiteULike&quot; title=&quot;CiteULike&quot;&gt;CiteULike&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/Connotea&quot; title=&quot;Connotea&quot;&gt;Connotea&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/BibSonomy&quot; title=&quot;BibSonomy&quot;&gt;BibSonomy&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/Refbase&quot; title=&quot;Refbase&quot;&gt;refbase&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/Discogs.com&quot; title=&quot;Discogs.com&quot; class=&quot;mw-redirect&quot;&gt;discogs.com&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/Imdb.com&quot; title=&quot;Imdb.com&quot; class=&quot;mw-redirect&quot;&gt;imdb.com&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/LibraryThing&quot; title=&quot;LibraryThing&quot;&gt;LibraryThing&lt;/a&gt;,  &lt;a href=&quot;http://en.wikipedia.org/wiki/IBM_Lotus_Connections#Dogear&quot; title=&quot;IBM Lotus Connections&quot;&gt;IBM Dogear&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/Connectbeam&quot; title=&quot;Connectbeam&quot;&gt;Connectbeam&lt;/a&gt; to name just a few.&amp;#160;&lt;/p&gt; 
&lt;p&gt;A lot of people advocate &lt;strong&gt;tagging as a better organizational structure over hierarchies&lt;/strong&gt;. Rashmi for example has &lt;a href=&quot;http://rashmisinha.com/2005/09/27/a-cognitive-analysis-of-tagging/&quot;&gt;a nice blog post about how tagging results in lower cognitive effort in comparison to hierarchy categorizing&lt;/a&gt;. Tagging also allows information items to reside in more than one category which is not possible in a file hierarchy for example (shortcuts, soft links, name them are not the answer for most users, if not all). A nice paper covering social tagging is &lt;a href=&quot;http://www.jasonmorrison.net/iakm/cited/Golder_usage_patterns_collaborative_tagging.pdf&quot;&gt;Usage patterns of collaborative tagging systems&lt;/a&gt; by  Scott A. Golder and Bernardo A. Huberman&lt;!--EndFragment--&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;. &lt;br /&gt;&lt;/p&gt; 
&lt;p&gt;But tagging has its &lt;strong&gt;disadvantages&lt;/strong&gt; as well. First of them is the &lt;strong&gt;lack of standard set of keywords&lt;/strong&gt;, &lt;strong&gt;misspelling&lt;/strong&gt;, &lt;strong&gt;words with more than one meaning&lt;/strong&gt;, &lt;strong&gt;synonims&lt;/strong&gt;, ... and &lt;strong&gt;spam&lt;/strong&gt; as well (only social tagging). It was also found that when tagging is used to categorize personal information it often results in keyword tagging. A good study of tagging versus filing of personal information (email in this example) is &lt;a href=&quot;http://kftf.ischool.washington.edu/rerecentpublicationaboutplanner/Civan%20et%20al,%202008,%20Better%20to%20organize%20bv%20folders%20or%20by%20tags.pdf&quot;&gt;Better to organize personal information by folders or by tags?: The devil is in the details&lt;/a&gt;  by Civan et al. Tags have been implemented in file hierarchy as well (&lt;a href=&quot;http://triple-i.tugraz.at/blog/wp-content/uploads/2008/11/37_tagfs.pdf&quot;&gt;TagFS&lt;/a&gt;) but it was also found out that &lt;a href=&quot;http://idea.library.drexel.edu/bitstream/1860/3271/1/Ma_Shanshan.pdf&quot;&gt;people do not find their information faster if it is organized by tags, folders or in a hybrid system&lt;/a&gt;.  &lt;/p&gt; 
&lt;p align=&quot;center&quot;&gt; --------------&lt;br /&gt;&lt;/p&gt; 
&lt;p&gt;Ever wondered what your web site TAGS would look like? Try &lt;a href=&quot;http://www.wordle.net/&quot;&gt;Wordle&lt;/a&gt;. It is not rocket science. It does a word count on an URL, copied text or &lt;a href=&quot;http://de.li.cious&quot;&gt;del.icio.us&lt;/a&gt; tags. And it visualize them as an word sketch where words with higher counts are presented with larger font. &lt;br /&gt;&lt;br /&gt;Here&#039;s how my blog&#039;s first page looks like:&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;uploads/Pim/blogtags.png&quot; class=&quot;no_float&quot; /&gt;&lt;br /&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 25 Aug 2010 09:50:00 +0000</pubDate>
    <guid isPermaLink="false">http://pim.famnit.upr.si/blog/index.php?/archives/73-guid.html</guid>
    <category>tags</category>
<category>wordle</category>

</item>
<item>
    <title>Too much information and avoidance of unpleasantness</title>
    <link>http://pim.famnit.upr.si/blog/index.php?/archives/94-Too-much-information-and-avoidance-of-unpleasantness.html</link>
            <category>P: PIM &amp; Research</category>
    
    <comments>http://pim.famnit.upr.si/blog/index.php?/archives/94-Too-much-information-and-avoidance-of-unpleasantness.html#comments</comments>
    <wfw:comment>http://pim.famnit.upr.si/blog/wfwcomment.php?cid=94</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://pim.famnit.upr.si/blog/rss.php?version=2.0&amp;type=comments&amp;cid=94</wfw:commentRss>
    

    <author>nospam@example.com (Matjaž Kljun)</author>
    <content:encoded>
    &lt;p&gt;I came across &lt;a href=&quot;http://www.npr.org/blogs/alltechconsidered/2010/08/11/129127690/too-much-information-can-sometimes-mean-we-miss-the-big-picture&quot;&gt;an interesting article about how too much information makes us avoid unpleasant and uncomfortable issues&lt;/a&gt;. An example the author gives is one of the recent Time magazine covers with 18 years old Afghan girl whose nose and ears have been cut off as ruled by a local Taliban judge. This Time&#039;s cover story has for example not reached high media coverage like &lt;a href=&quot;http://www.thestreet.com/story/10832096/1/jetblue-attendant-flies-off-the-handle.html&quot;&gt;the story of a flight attendant (steward) who got feed up with a rude passenger&lt;/a&gt;. &lt;/p&gt; 
&lt;p&gt;The idea behind the article is that with too much information around us we are more likely to filter out and avoid such news while our sensors will remain focused on light news we feel comfortable with. We are more likely to miss the whole picture of the world and focus on stories that are not a threat to the humanity. &lt;/p&gt; 
&lt;p&gt;There might be other reasons (besides information overflow) why our societies avoid such news:&lt;/p&gt; 
&lt;p&gt;&lt;img src=&quot;uploads/GeneralFiles/wrongway-avoid.jpg&quot; /&gt; &lt;/p&gt; 
&lt;ul&gt; 
&lt;li&gt;In the past (before Internet age) such news were less likely to come to us and maybe we still do not care much about places far from us. My grandma used to say that there are too many bad things going on in the world after watching news on the TV every day and that she will not watch news anymore. I always replied that this kind of stories were not shown on the TV a few years ago, and if she doesn&#039;t like them just avoid them and stick to her old habits. &lt;br /&gt;&lt;/li&gt; 
&lt;li&gt;Media has become more and more driven by capitalism and politics, that even in the so called developed world where the right of speech is thought of as one of the main rights, it might not be so. We might be bombarded with so much unimportant stories to divert our focus from serious issues to more pleasant stories. Military has also become more skilled with media wars as they were in the past!&lt;/li&gt; 
&lt;li&gt;There are also so many people that try to exploit every possible people&#039;s tragedy and natural disasters with fake news and fake money raising web sites, and fake people going from door to door that we maybe try to avoid scamming (or not care about these stories). I still receive emails about the same people that had an incurable cancer 10 years ago. And even if we donate goods to &amp;quot;right&amp;quot; organizations often these goods do not reach the people in need. &lt;br /&gt;&lt;/li&gt; 
&lt;li&gt;Maybe we are just to fearful (and a bit selfish). Although I would not like to say this but we are likely to avoid serious issues even in our close vicinity. I was listening to a BBC radio 2 show a few months ago about how to help friends who were diagnosed with a lethal disease and so many people called in to tell first hand stories of how they avoided their friends in the time of need and were later very sorry (often too late). &amp;#160;&amp;#160;&lt;/li&gt; 
&lt;li&gt;A also read a study about how people tend to rely on news from newspapers, TV channels and web sites that are in favor of their political party, vision of the life, world and such. We do this to be more happy as we are likely to be more happy to read a news story that we like than the news we dislike - which has nothing to do with information overflow.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Maybe there are other reasons as well. But on the other hand we do not fear horror movies, violence and blood in Hollywood mainstream production. Is is because we know these are not true stories? Maybe.&lt;/p&gt; 
&lt;p&gt;Overall I still think a lot of people do not avoid this kind of stories. To have a bigger picture of e.g. the war in Afghanistan we do have to get information from various sources (even the mentioned NPR article) with different insights and opinions (do not fear opinionated stories). We cannot be well informed if we do rely on one source of information only. This is why information overflow on the web is also good. And this is why reading comments on stories is good as well (Web 2.0 really changed the way information is delivered and disseminated). Who wants to get well informed has a chance to do so, while others will remain focused on whatever they think is important to them. We have options and this is what matters. Even if we miss a TIme&#039;s cover we can still know (or think to know) the whole picture of the war in Afghanistan.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 20 Aug 2010 10:10:00 +0000</pubDate>
    <guid isPermaLink="false">http://pim.famnit.upr.si/blog/index.php?/archives/94-guid.html</guid>
    <category>information overflow</category>
<category>news</category>
<category>pim</category>

</item>
<item>
    <title>Hipmunk - the new approach in searching for cheap flights</title>
    <link>http://pim.famnit.upr.si/blog/index.php?/archives/99-Hipmunk-the-new-approach-in-searching-for-cheap-flights.html</link>
            <category>P: Software Interfaces</category>
    
    <comments>http://pim.famnit.upr.si/blog/index.php?/archives/99-Hipmunk-the-new-approach-in-searching-for-cheap-flights.html#comments</comments>
    <wfw:comment>http://pim.famnit.upr.si/blog/wfwcomment.php?cid=99</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://pim.famnit.upr.si/blog/rss.php?version=2.0&amp;type=comments&amp;cid=99</wfw:commentRss>
    

    <author>nospam@example.com (Matjaž Kljun)</author>
    <content:encoded>
    &lt;p&gt;We all like to fly cheap. And to find cheap flights a lot of us use flight search web sites. Sites like &lt;a href=&quot;http://www.expedia.com/&quot;&gt;Expedia&lt;/a&gt; and &lt;a href=&quot;http://www.skyscanner.net&quot;&gt;SkyScanner&lt;/a&gt; are very popular. But all return results on the list like in the below examples:&lt;/p&gt; 
&lt;table cellspacing=&quot;1&quot; cellpadding=&quot;1&quot; border=&quot;0&quot; style=&quot;width: 100%;&quot;&gt; 
&lt;tbody&gt; 
&lt;tr&gt; 
&lt;td align=&quot;center&quot; style=&quot;width: 100%;&quot;&gt; 
&lt;p&gt; &lt;img src=&quot;uploads/Interfaces/flightsearch3.png&quot; /&gt;&lt;/p&gt; 
&lt;p&gt;Figure 1: Expedia&lt;br /&gt;&lt;/p&gt; 
&lt;/td&gt; 
&lt;/tr&gt; 
&lt;tr&gt; 
&lt;td align=&quot;center&quot; style=&quot;width: 100%;&quot;&gt; 
&lt;p&gt; &lt;img src=&quot;uploads/Interfaces/flightsearch2.png&quot; /&gt;&lt;br /&gt;Figure 2: SkyScanner&lt;/p&gt; 
&lt;/td&gt; 
&lt;/tr&gt; 
&lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;It is sometimes very difficult to visualize the flight and compare it with other flights based on takeoff and landing time, the amount of time of the whole trip and other flights that might be available from near airports. I always check for example flights from Venice, Treviso, Ljubljana, Trieste and Pula to Manchester, Birmingham, Liverpool and London. And then all these routes on different dates. It takes some time to find the cheapest available route.&lt;/p&gt; 
&lt;p&gt;An answer to such queries can be the new flight search engine &lt;a href=&quot;http://www.hipmunk.com&quot;&gt;Hipmunk&lt;/a&gt;. It automatically includes the nearby airports, visualizes time and transfers while all different searches can be held in tabs. On the below example I searched for the flight from Trieste to Liverpool and got results from several other airports in nearby vicinity. &lt;/p&gt; 
&lt;p&gt; 
&lt;table cellspacing=&quot;1&quot; cellpadding=&quot;1&quot; border=&quot;0&quot; align=&quot;center&quot; style=&quot;width: 100%;&quot;&gt; 
&lt;tbody&gt; 
&lt;tr&gt; 
&lt;td style=&quot;width: 100%;&quot;&gt; 
&lt;p align=&quot;center&quot;&gt; &lt;img src=&quot;uploads/Interfaces/flightsearch1.png&quot; /&gt;&lt;br /&gt;Figure 3: Hipmunk&lt;br /&gt;&lt;/p&gt; 
&lt;p&gt; 
&lt;table&gt;&lt;/table&gt; 
&lt;/p&gt; 
&lt;/td&gt; 
&lt;/tr&gt; 
&lt;/tbody&gt; 
&lt;/table&gt; 
&lt;/p&gt; 
&lt;p&gt;The only thing I&#039;m missing is to be able to look a few days before and after the selected date. I can do this in a new tab but I have to enter all data again for each date. SkyScanner for example (see Figure 2) allows users to change the date by one day with clicking on left and right arrows around the date. Ryanair for example shows a weekly overview of all the flights from and to choosen airports as can be seen on the picture below.&lt;/p&gt; 
&lt;div align=&quot;center&quot;&gt; &lt;/div&gt; 
&lt;p&gt; 
&lt;table cellspacing=&quot;1&quot; cellpadding=&quot;1&quot; border=&quot;0&quot; style=&quot;width: 100%;&quot;&gt; 
&lt;tbody&gt; 
&lt;tr&gt; 
&lt;td align=&quot;center&quot; style=&quot;width: 100%;&quot;&gt; &lt;img src=&quot;uploads/Interfaces/flightsearch4.png&quot; /&gt;&lt;br /&gt;
Figure 4: Ryanair&lt;br /&gt;&lt;/td&gt; 
&lt;/tr&gt; 
&lt;/tbody&gt; 
&lt;/table&gt;&lt;br /&gt; 
&lt;/p&gt; 
&lt;p&gt;Other than this Hipmunk really is a nice search engine for the cheap flights. Looking forward for &lt;a href=&quot;http://blog.hipmunk.com/hipmunk-launches&quot;&gt;improvements&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;EDIT: There&#039;s &lt;a href=&quot;http://matrix.itasoftware.com/&quot;&gt;Matrix 2 software of ITA&lt;/a&gt; (you might have heard of it because it was bought by Google recently). Besides a list view they provide monthly view of flights as well. &lt;br /&gt;&lt;/p&gt; 
&lt;table cellspacing=&quot;1&quot; cellpadding=&quot;1&quot; border=&quot;0&quot; style=&quot;width: 100%;&quot;&gt; 
&lt;tbody&gt; 
&lt;tr&gt; 
&lt;td align=&quot;center&quot; style=&quot;width: 100%;&quot;&gt; &lt;img src=&quot;uploads/Interfaces/flightsearch5.png&quot; /&gt;&lt;br /&gt;
Figure 4: Matrix 2&lt;br /&gt;&lt;/td&gt; 
&lt;/tr&gt; 
&lt;/tbody&gt; 
&lt;/table&gt;&lt;br /&gt; 
&lt;p&gt;&lt;br /&gt;PS: The searches I did do not make much sense. There are no direct flights from Trieste to Liverpool. There are direct flights to Liverpool from Treviso airport which is the closest to Trieste. Or from Trieste to Birmingham.&lt;/p&gt; 
&lt;p&gt;PSS: It is also worth checking the web sites of air companies to get some special deals :).&lt;br /&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 18 Aug 2010 11:24:05 +0000</pubDate>
    <guid isPermaLink="false">http://pim.famnit.upr.si/blog/index.php?/archives/99-guid.html</guid>
    <category>flights</category>
<category>searching</category>
<category>web</category>

</item>
<item>
    <title>Taps 4</title>
    <link>http://pim.famnit.upr.si/blog/index.php?/archives/74-Taps-4.html</link>
            <category>P: Physical Interfaces</category>
    
    <comments>http://pim.famnit.upr.si/blog/index.php?/archives/74-Taps-4.html#comments</comments>
    <wfw:comment>http://pim.famnit.upr.si/blog/wfwcomment.php?cid=74</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://pim.famnit.upr.si/blog/rss.php?version=2.0&amp;type=comments&amp;cid=74</wfw:commentRss>
    

    <author>nospam@example.com (Matjaž Kljun)</author>
    <content:encoded>
    &lt;p&gt;Another tap. This one is a mixed tap and it&#039;s of a nice shape. The reason it is mentioned here is its cold/hot water signs which are not visible in a &amp;quot;washing hands position&amp;quot;. The &lt;strong&gt;blue/red sing is visible only if someone bows and bothers to look under the handle&lt;/strong&gt;. Which doesn&#039;t really make sense - but I did it because I was wondering .... :)&lt;br /&gt;&lt;/p&gt; 
&lt;div align=&quot;center&quot;&gt; &lt;/div&gt; 
&lt;p&gt; 
&lt;table cellspacing=&quot;1&quot; cellpadding=&quot;1&quot; border=&quot;0&quot; style=&quot;width: 100%;&quot;&gt; 
&lt;tbody&gt; 
&lt;tr&gt; 
&lt;td align=&quot;center&quot; style=&quot;width: 50%;&quot;&gt; &lt;img class=&quot;no_float&quot; src=&quot;uploads/Interfaces/taps4-1.jpg&quot; /&gt;&lt;/td&gt; 
&lt;td align=&quot;center&quot; style=&quot;width: 50%;&quot;&gt;&lt;img class=&quot;no_float&quot; src=&quot;uploads/Interfaces/taps4-3.jpg&quot; /&gt; &lt;/td&gt; 
&lt;/tr&gt; 
&lt;tr&gt; 
&lt;td align=&quot;center&quot; style=&quot;width: 50%;&quot; colspan=&quot;2&quot;&gt; &lt;img class=&quot;no_float&quot; src=&quot;uploads/Interfaces/taps4-2.jpg&quot; /&gt;&lt;/td&gt; 
&lt;/tr&gt; 
&lt;/tbody&gt; 
&lt;/table&gt; 
&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sun, 15 Aug 2010 11:25:00 +0000</pubDate>
    <guid isPermaLink="false">http://pim.famnit.upr.si/blog/index.php?/archives/74-guid.html</guid>
    <category>design</category>
<category>tap</category>

</item>
<item>
    <title>RSS problems</title>
    <link>http://pim.famnit.upr.si/blog/index.php?/archives/93-RSS-problems.html</link>
            <category>P: PIM &amp; Research</category>
    
    <comments>http://pim.famnit.upr.si/blog/index.php?/archives/93-RSS-problems.html#comments</comments>
    <wfw:comment>http://pim.famnit.upr.si/blog/wfwcomment.php?cid=93</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://pim.famnit.upr.si/blog/rss.php?version=2.0&amp;type=comments&amp;cid=93</wfw:commentRss>
    

    <author>nospam@example.com (Matjaž Kljun)</author>
    <content:encoded>
    &lt;p&gt;For all of you who read my blog via RSS:&lt;/p&gt; 
&lt;p&gt;I apologize that all the past posts were marked as unread today. I&#039;m doing a personal research about tags on my blog&amp;#160; and I had to install a new plug-in for the blog software I&#039;m using (&lt;a href=&quot;http://www.s9y.org/&quot;&gt;Serendipity&lt;/a&gt;). And I had to update all posts which caused them to reaper in RSS clients.&lt;/p&gt; 
&lt;p&gt;Sorry for any inconvenience.&lt;br /&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sun, 15 Aug 2010 09:55:23 +0000</pubDate>
    <guid isPermaLink="false">http://pim.famnit.upr.si/blog/index.php?/archives/93-guid.html</guid>
    <category>RSS</category>
<category>tags</category>

</item>
<item>
    <title>How to make a weather forecast interesting</title>
    <link>http://pim.famnit.upr.si/blog/index.php?/archives/72-How-to-make-a-weather-forecast-interesting.html</link>
            <category>P: Software Interfaces</category>
    
    <comments>http://pim.famnit.upr.si/blog/index.php?/archives/72-How-to-make-a-weather-forecast-interesting.html#comments</comments>
    <wfw:comment>http://pim.famnit.upr.si/blog/wfwcomment.php?cid=72</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://pim.famnit.upr.si/blog/rss.php?version=2.0&amp;type=comments&amp;cid=72</wfw:commentRss>
    

    <author>nospam@example.com (Matjaž Kljun)</author>
    <content:encoded>
    &lt;p&gt;... if the weather does not change much? &lt;/p&gt; 
&lt;p&gt;I use this really nice application which makes me laugh almost every time I check the forecast. But I would guess this was not the authors intention. The software uses external forecast provider. Showing weather together by consecutive days shows &lt;strong&gt;the great imagination of whoever writes forecasts&lt;/strong&gt;. &lt;br /&gt;&lt;/p&gt; 
&lt;p&gt; 
&lt;table cellspacing=&quot;1&quot; cellpadding=&quot;1&quot; border=&quot;0&quot; style=&quot;width: 100%;&quot;&gt; 
&lt;tbody&gt; 
&lt;tr&gt; 
&lt;td style=&quot;width: 50%; text-align: center;&quot;&gt;&lt;img class=&quot;no_float&quot; src=&quot;uploads/Interfaces/weather4.jpg&quot; /&gt;&lt;/td&gt; 
&lt;td style=&quot;width: 50%; text-align: center;&quot;&gt;&lt;img class=&quot;no_float&quot; src=&quot;uploads/Interfaces/weather3.png&quot; /&gt;&lt;/td&gt; 
&lt;/tr&gt; 
&lt;tr&gt; 
&lt;td style=&quot;width: 50%; text-align: center;&quot;&gt;&lt;img class=&quot;no_float&quot; src=&quot;uploads/Interfaces/weather2.png&quot; /&gt;&lt;/td&gt; 
&lt;td style=&quot;width: 50%; text-align: center;&quot;&gt;&lt;img class=&quot;no_float&quot; src=&quot;uploads/Interfaces/weather1.png&quot; /&gt; &lt;/td&gt; 
&lt;/tr&gt; 
&lt;/tbody&gt; 
&lt;/table&gt;&lt;br /&gt; 
&lt;/p&gt; 
&lt;p&gt;PS: I won&#039;t tell you who provides the forecast. But the application&#039;s name is &lt;a href=&quot;http://www.apple.com/downloads/macosx/system_disk_utilities/weathervane.html&quot;&gt;Weather Vane&lt;/a&gt;.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 10 Aug 2010 08:00:00 +0000</pubDate>
    <guid isPermaLink="false">http://pim.famnit.upr.si/blog/index.php?/archives/72-guid.html</guid>
    <category>description</category>
<category>interface</category>
<category>software</category>
<category>weather</category>

</item>
<item>
    <title>3 confusing recycling boxes</title>
    <link>http://pim.famnit.upr.si/blog/index.php?/archives/79-3-confusing-recycling-boxes.html</link>
            <category>P: Physical Interfaces</category>
    
    <comments>http://pim.famnit.upr.si/blog/index.php?/archives/79-3-confusing-recycling-boxes.html#comments</comments>
    <wfw:comment>http://pim.famnit.upr.si/blog/wfwcomment.php?cid=79</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://pim.famnit.upr.si/blog/rss.php?version=2.0&amp;type=comments&amp;cid=79</wfw:commentRss>
    

    <author>nospam@example.com (Matjaž Kljun)</author>
    <content:encoded>
    &lt;p&gt;We have &lt;strong&gt;three boxes to recycle&lt;/strong&gt; litter:&lt;/p&gt; 
&lt;ul&gt; 
&lt;li&gt;&lt;strong&gt;Green box with yellow lid:&lt;/strong&gt; cardboard &amp;amp; glass bottles, jrs&lt;br /&gt;&lt;/li&gt; 
&lt;li&gt; &lt;strong&gt;Green box with yellow lid:&lt;/strong&gt; paper, newspapers, &amp;amp; cans, tins &amp;amp; milk bottle tops&lt;br /&gt;&lt;/li&gt; 
&lt;li&gt;&lt;strong&gt;Black box with red lid:&lt;/strong&gt; plastic bottles&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;I don&#039;t mind recycling. Actually I like recycling because I makes me feel a better person. I had 7 boxes in Sweden to recycle almost everything: cardboard, paper, colored glass, transparent glass, hard plastic, soft plastic, wood and similar hardware. But each one had its own litter box with a picture of what goes inside. &lt;/p&gt; 
&lt;p&gt;&lt;img src=&quot;uploads/Interfaces/litter-box1.jpg&quot; class=&quot;no_float&quot; /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt; 
&lt;p&gt;Now I have &lt;strong&gt;two identical boxes and no sign of what goes in&lt;/strong&gt;. Lets look at the example that often happens to me. Every two weeks the &lt;img src=&quot;uploads/Interfaces/litter-box2.jpg&quot; /&gt;boxes are emptied. I know that the plastic goes in the black one. If I want to put in some paper I choose one of the yellow boxes. Then I want to put in some cardboard and I have to check which one is empty. I want to put in some glass later, I have to check the leaflet (which is now hanged on the door to the backyard where the boxes are) if it goes with paper or cardboard and I have to find out in which of the two boxes contains cardboard. An so on. So every time I first check the leaflet to see what goes where and then I have to find the proper yellow lid. &lt;br /&gt;&lt;/p&gt; 
&lt;p&gt;It might be only me but I really think it&#039;s stupid to go through this process every time. I thought of &lt;strong&gt;simplifying the procedure with writing or drawing a picture on the lid of what goes in the box&lt;/strong&gt;.&amp;#160; But none of the neighbors has done something similar and I&#039;m not sure if I can do it (city council&#039;s property). Then &lt;strong&gt;I decided to have paper in the left and cardboard in the right box&lt;/strong&gt;. But &lt;strong&gt;I can&#039;t &lt;/strong&gt;never &lt;strong&gt;remember what I have decided&lt;/strong&gt; and mix the two again and again. So I gave up.&lt;br /&gt;&lt;/p&gt; 
&lt;p&gt;Thankfully, city council has come to help me. As of August&amp;#160; they changed the rules:&lt;br /&gt;&lt;/p&gt; 
&lt;p&gt; &lt;/p&gt; 
&lt;ul&gt; 
&lt;li&gt;&lt;strong&gt;Green box with yellow lid:&lt;/strong&gt; Plastic bottles, tins, cans, glass bottles and jars&lt;/li&gt; 
&lt;li&gt;&lt;strong&gt;Black box with red lid:&lt;/strong&gt; Newspapers, magazines, office paper, junk mail, cardboard, catalogues and telephone directories&lt;/li&gt; 
&lt;/ul&gt;There will be only two boxes of different color and lids :). Ta!&lt;br /&gt; 
&lt;ul&gt; 
&lt;ul&gt; &lt;/ul&gt; 
&lt;/ul&gt; 
&lt;p&gt; &lt;/p&gt; 
&lt;ul&gt; &lt;/ul&gt; 
    </content:encoded>

    <pubDate>Fri, 06 Aug 2010 15:27:00 +0000</pubDate>
    <guid isPermaLink="false">http://pim.famnit.upr.si/blog/index.php?/archives/79-guid.html</guid>
    <category>colours</category>
<category>design</category>

</item>
<item>
    <title>PIM - Personal Information Management</title>
    <link>http://pim.famnit.upr.si/blog/index.php?/archives/67-PIM-Personal-Information-Management.html</link>
            <category>P: PIM &amp; Research</category>
    
    <comments>http://pim.famnit.upr.si/blog/index.php?/archives/67-PIM-Personal-Information-Management.html#comments</comments>
    <wfw:comment>http://pim.famnit.upr.si/blog/wfwcomment.php?cid=67</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://pim.famnit.upr.si/blog/rss.php?version=2.0&amp;type=comments&amp;cid=67</wfw:commentRss>
    

    <author>nospam@example.com (Matjaž Kljun)</author>
    <content:encoded>
    &lt;p&gt;The reason I haven&#039;t written any posts in the last week is because I have put together a resource page for Personal Information Management. &lt;br /&gt;&lt;/p&gt; 
&lt;h3 align=&quot;center&quot;&gt;&lt;a href=&quot;/wiki/&quot;&gt;PIM Resources&lt;/a&gt;&lt;/h3&gt; 
&lt;p&gt;I have long thought of how to put together &lt;em&gt;&lt;strong&gt;a central resource of PIM research, theory and sources&lt;/strong&gt;&lt;/em&gt;. First I tried to incorporate it in this blog. But it soon grow too big. Then I made &lt;a href=&quot;/pim/&quot;&gt;a standalone HTML page&lt;/a&gt; but it grew too big again. Then I decided to make it available as a Wiki since there are few resource pages about PIM but are either old or not resourceful. Because I couldn&#039;t edit these sites I decided to make one myself and &lt;em&gt;&lt;strong&gt;let anyone edit it&lt;/strong&gt;&lt;/em&gt;. Everyone who is &lt;em&gt;&lt;strong&gt;interested in contributing/editing/administrating this site is welcomed to do so&lt;/strong&gt;&lt;/em&gt;.
&lt;/p&gt; 
&lt;p&gt;There is also a page listing several &lt;a href=&quot;/pim/pimtools.html&quot;&gt;PIM research prototypes&lt;/a&gt; and is (as just mentioned Wiki) a work in progress. &lt;br /&gt;&lt;/p&gt; 
&lt;p&gt; &lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 02 Aug 2010 16:13:00 +0000</pubDate>
    <guid isPermaLink="false">http://pim.famnit.upr.si/blog/index.php?/archives/67-guid.html</guid>
    <category>PIM research prototypes</category>
<category>PIM resource</category>

</item>
<item>
    <title>Tab Candy - Aza's new ideas</title>
    <link>http://pim.famnit.upr.si/blog/index.php?/archives/70-Tab-Candy-Azas-new-ideas.html</link>
            <category>P: Software Interfaces</category>
    
    <comments>http://pim.famnit.upr.si/blog/index.php?/archives/70-Tab-Candy-Azas-new-ideas.html#comments</comments>
    <wfw:comment>http://pim.famnit.upr.si/blog/wfwcomment.php?cid=70</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://pim.famnit.upr.si/blog/rss.php?version=2.0&amp;type=comments&amp;cid=70</wfw:commentRss>
    

    <author>nospam@example.com (Matjaž Kljun)</author>
    <content:encoded>
    &lt;p&gt;&lt;strong&gt;Horizontal/Linear tabs&lt;/strong&gt; at the top of a browser &lt;strong&gt;were for many users not enough anymore&lt;/strong&gt; (at least for me, my wife, Andy and Aza). In times when we used &lt;strong&gt;browsers with no tabs&lt;/strong&gt; we had to find &lt;a href=&quot;http://www.patrickbaudisch.com/projects/groupbar/index.html&quot;&gt;other ways for keeping all task related URL&#039;s together&lt;/a&gt; since &lt;strong&gt;the windows toolbar&lt;/strong&gt; could become &lt;strong&gt;cluttered&lt;/strong&gt; in minutes and other opened applications soon became lost between all browser&#039;s windows. Then the general public was introduced to &lt;a href=&quot;http://en.wikipedia.org/wiki/Tabbed_document_interface&quot;&gt;tabbed browsing&lt;/a&gt; with Firefox. To be precise, &lt;strong&gt;Firefox was not the first browser with tabs&lt;/strong&gt; but it was one of the things that helped its popularity. It even forced IE 7 to introduce tabs as well even if its developers were asserting us that tabs are no future at the beginning of the development process.&lt;/p&gt; 
&lt;p&gt;&lt;img src=&quot;uploads/treestyletabs.png&quot; /&gt;With &lt;strong&gt;computer screens expanding horizontally&lt;/strong&gt; instead of vertically I wanted to get some &lt;strong&gt;use of this space&lt;/strong&gt;. I found a nice extension called &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/5890/&quot;&gt;Tree style tab&lt;/a&gt; which lets me organize my tabs on the right side of my browser window. I got some more space vertically and &lt;strong&gt;I have currently cca. 30 tabs opened&lt;/strong&gt; and I still &lt;strong&gt;haven&#039;t used half of my vertical browser edge&lt;/strong&gt; (although only 12 are visible while the rest are nested). It also helps me being reminded of stuff I need to do or want to read (something like a lot of people do when they sent email reminders to themselves or leave unread emails of others as reminders of unfinished things).&lt;br /&gt;&lt;/p&gt; 
&lt;p&gt; &lt;/p&gt; 
&lt;p&gt;The new Firefox&#039;s &lt;strong&gt;Tab Candy&lt;/strong&gt; also addresses the problem of linear tabs. The main idea behind it is to &lt;strong&gt;spatially manage thumbnails&lt;/strong&gt; of opened URL&#039;s and &lt;strong&gt;group/open/close them by tasks &lt;/strong&gt;(which I&#039;m already doing although not with thumbnails). But it also extends the tab management beyond simply moving tabs around with several other (not yet implemented) ideas:&lt;/p&gt; 
&lt;ul&gt; 
&lt;li&gt; grouping tabs and create metagroups of groups which can be zoomed in and out and piled up (&lt;a href=&quot;http://www.google.si/url?sa=t&amp;amp;source=web&amp;amp;cd=3&amp;amp;ved=0CB4QFjAC&amp;amp;url=http%3A%2F%2Fciteseerx.ist.psu.edu%2Fviewdoc%2Fdownload%3Fdoi%3D10.1.1.135.6808%26rep%3Drep1%26type%3Dpdf&amp;amp;ei=e8xKTLrxMaGHOKK4-ZUD&amp;amp;usg=AFQjCNFanF1YtQEyoprYonV6xyWAqZ66EA&amp;amp;sig2=zLppMsWD3XQpPkaIz4iVkA&quot;&gt;the idea of computer piles is old&lt;/a&gt;)&lt;br /&gt;&lt;/li&gt; 
&lt;li&gt;searching for text in all tabs of all groups (&lt;span style=&quot;text-decoration: underline;&quot;&gt;very&lt;/span&gt;&lt;a href=&quot;http://pim.famnit.upr.si/blog/index.php?/archives/16-Piles-of-thumbnails-visualizing-document-management.html&quot;&gt; similar to what I tried to do with a desktop search&lt;/a&gt;)&lt;br /&gt;&lt;/li&gt; 
&lt;li&gt;automatic groping (surprise me because I don&#039;t believe in it :))&lt;/li&gt; 
&lt;li&gt;a  default to-do group of tabs with reminders&lt;br /&gt;&lt;/li&gt; 
&lt;li&gt;understanding semantics (size, content ...) of opened tabs (and groups) to help users find relevant information (prices, facts, images ...)&lt;/li&gt; 
&lt;li&gt;tabs/groups sharing with friends and other people&lt;/li&gt; 
&lt;li&gt;task specific visualizations (something Andy Cockburn did with his &lt;a href=&quot;http://www.cs.swan.ac.uk/%7Ecsharold/cv/files/mona.pdf&quot;&gt;Mona email client and visualization of email threads&lt;/a&gt;) like showing the links between tabs on how they were opened from each other (&lt;a href=&quot;http://www.cpsc.ucalgary.ca/projects/grouplab/papers/1999/99-WebView.Ozchi/webview-ozchi.pdf&quot;&gt;also Andy&#039;s WebView&lt;/a&gt;)&lt;br /&gt;&lt;/li&gt; 
&lt;li&gt;personalize groups to help spatial memory with colours and decorations&lt;br /&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;A word on spatial management and zooming interface. &lt;strong&gt;Spatial positioning&lt;/strong&gt; was long known to be &lt;strong&gt;a good aid&lt;/strong&gt; for memorizing where certain things are on a surface and &lt;a href=&quot;http://www.azarask.in/blog/post/tabcandy/&quot;&gt;Tab Candy&lt;/a&gt; uses it well; to be honest - spatial management and zooming in and out was his father&#039;s idea behind &lt;a href=&quot;http://en.wikipedia.org/wiki/Archy&quot;&gt;Archy desktop&lt;/a&gt;. And zooming interface was developed way before with &lt;a href=&quot;http://www.cs.umd.edu/hcil/pad++/&quot;&gt;Pad++&lt;/a&gt;. So a lot of ideas behind Tab Candy are old but are also well suited here (and so underused in mainstream software).&lt;/p&gt; 
&lt;p&gt;&lt;object width=&quot;400&quot; height=&quot;265&quot;&gt;&lt;param value=&quot;true&quot; name=&quot;allowfullscreen&quot; /&gt;&lt;param value=&quot;always&quot; name=&quot;allowscriptaccess&quot; /&gt;&lt;param value=&quot;http://vimeo.com/moogaloop.swf?clip_id=13560319&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1&quot; name=&quot;movie&quot; /&gt;&lt;embed width=&quot;400&quot; height=&quot;265&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; type=&quot;application/x-shockwave-flash&quot; src=&quot;http://vimeo.com/moogaloop.swf?clip_id=13560319&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1&quot; /&gt;&lt;/object&gt;&lt;/p&gt; 
&lt;p&gt;&lt;a href=&quot;http://vimeo.com/13560319&quot;&gt;An Introduction to Firefox&#039;s Tab Candy&lt;/a&gt; from &lt;a href=&quot;http://vimeo.com/user532161&quot;&gt;Aza Raskin&lt;/a&gt; on &lt;a href=&quot;http://vimeo.com&quot;&gt;Vimeo&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt; &lt;/p&gt; 
&lt;p&gt;The only thing that &lt;strong&gt;bothers me&lt;/strong&gt; is &lt;strong&gt;the button that needs to be clicked to access tab management&lt;/strong&gt; spatial area (or pressing Ctrl+Space keys). As Raskin puts it: &lt;strong&gt;out of sight, out of mind&lt;/strong&gt;. I like all my &lt;strong&gt;groups visible all the time&lt;/strong&gt; that serve as reminders. But this can also distract me from doing what I should be doing as it provides far much information than I need while working on a particular task. And to manage tabs in such way with thumbnails a space reserved on the left of my browser is not enough. Maybe &lt;strong&gt;shading groups that are not in use&lt;/strong&gt; would help.&lt;/p&gt; 
&lt;p&gt; &lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 24 Jul 2010 11:14:52 +0000</pubDate>
    <guid isPermaLink="false">http://pim.famnit.upr.si/blog/index.php?/archives/70-guid.html</guid>
    <category>tabs</category>
<category>tasks</category>
<category>web browser</category>

</item>
<item>
    <title>Thunderbird gets better and better</title>
    <link>http://pim.famnit.upr.si/blog/index.php?/archives/65-Thunderbird-gets-better-and-better.html</link>
            <category>P: Software Interfaces</category>
    
    <comments>http://pim.famnit.upr.si/blog/index.php?/archives/65-Thunderbird-gets-better-and-better.html#comments</comments>
    <wfw:comment>http://pim.famnit.upr.si/blog/wfwcomment.php?cid=65</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://pim.famnit.upr.si/blog/rss.php?version=2.0&amp;type=comments&amp;cid=65</wfw:commentRss>
    

    <author>nospam@example.com (Matjaž Kljun)</author>
    <content:encoded>
    &lt;p&gt;Last week I decided to upgrade my &lt;strong&gt;Thunderbird&lt;/strong&gt; 3.0.3 to &lt;strong&gt;3.1&lt;/strong&gt;. It keeps &lt;strong&gt;positively surprising me&lt;/strong&gt; every time I do an upgrade with its interface enhancements. I wanted to write about its &lt;strong&gt;search facility&lt;/strong&gt; which was introduced with the version 3 but I never got to it since I wanted to film its usage. Maybe one day. Nonetheless its indexing &lt;strong&gt;copes with 5 email accounts over IMAP and 20.000+ messages&lt;/strong&gt;. It&#039;s amazing! Actually I changed my management from filing email to piling. But more on this issue in one of the future entries.&lt;/p&gt; 
&lt;p&gt;Main &lt;strong&gt;interface changes and features I like in TB3&lt;/strong&gt; are:&lt;/p&gt; 
&lt;ul&gt; 
&lt;li&gt; &lt;strong&gt;indexing and search&lt;/strong&gt; in real time with a time scale helps me find even 10 years old emails (I have not idea and control of what I have in 30 folders or so) in seconds&lt;br /&gt;&lt;/li&gt; 
&lt;li&gt;emails can be now opened in &lt;strong&gt;tabs&lt;/strong&gt; which I thought I would be using more but I actually have two tabs: one for email and one for &lt;a href=&quot;http://lifehacker.com/5423317/run-google-wave-inside-thunderbird-3&quot;&gt;Wave&lt;/a&gt;; searching results and tools are always opened in a new tab and emails from search results as well which is a good thing not interfering with normal email view&lt;/li&gt; 
&lt;li&gt;&lt;strong&gt;threaded discussion&lt;/strong&gt; of search results: when opening an email as a search results, TB tries to show it in context with other emails in the same thread (&lt;a href=&quot;http://www.citeulike.org/user/Mandre/article/100219&quot;&gt;context is very important for reminding and re-finding&lt;/a&gt;)&lt;br /&gt;&lt;/li&gt; 
&lt;li&gt;&lt;strong&gt;the move of Reply&lt;/strong&gt;, Forward ... buttons &lt;strong&gt;to the email header&lt;/strong&gt; instead of them being on the main toolbar (I know a lot of people did not like this change but IMHO the Reply button is a part of a message and not a part of the main toolbar)&lt;/li&gt; 
&lt;li&gt;really neat &lt;strong&gt;filtering messages &lt;/strong&gt;on a folder bases (introduced in 3.1)&lt;/li&gt; 
&lt;li&gt;new &lt;strong&gt;simplified account setup wizard in one window&lt;/strong&gt; (I newer understood why entering name, email address, password, incoming and outgoing servers &lt;a href=&quot;https://www.student.upr.si/navodila/?site=nastavitve_outlook&quot;&gt;NEEDED 5 steps PROCEDURE in 5 WINDOWS&lt;/a&gt;), while I do not like it when it wants to find server names by itself I can still stop the process and do it manually&lt;/li&gt; 
&lt;li&gt;&lt;strong&gt;column headings&lt;/strong&gt; can be set and emails ordered by &lt;strong&gt;on a folder basis&lt;/strong&gt;&lt;/li&gt; 
&lt;li&gt;entering people I write to in address book automatically (this was a part of TB2 already) and &lt;strong&gt;simplified entering and inline editing address book entries&lt;/strong&gt; by simply clicking a star by sender&#039;s or recipients&#039; names (instead of opening address book, searching for an entry and editing it)&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;With such simplifications of interface I always remember the typical HCI question I use to ask students: &lt;em&gt;how to create the easiest interface to a converter - e.g. from Fahrenheit to Celsius and vice verse.&lt;/em&gt; One field and no buttons do suffice.&lt;br /&gt;&lt;/p&gt; 
&lt;p&gt;&lt;img class=&quot;no_float&quot; src=&quot;uploads/Interfaces/tb3.png&quot; /&gt; &lt;/p&gt; 
&lt;p&gt;I don&#039;t use smart folders and archiving options. But that&#039;s part of my 
email management practices.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sun, 18 Jul 2010 14:57:00 +0000</pubDate>
    <guid isPermaLink="false">http://pim.famnit.upr.si/blog/index.php?/archives/65-guid.html</guid>
    <category>email</category>
<category>interface</category>
<category>search</category>
<category>thunderbird</category>

</item>
<item>
    <title>Counting RSS subscriptions</title>
    <link>http://pim.famnit.upr.si/blog/index.php?/archives/62-Counting-RSS-subscriptions.html</link>
            <category>P: PIM &amp; Research</category>
            <category>P: Software Interfaces</category>
    
    <comments>http://pim.famnit.upr.si/blog/index.php?/archives/62-Counting-RSS-subscriptions.html#comments</comments>
    <wfw:comment>http://pim.famnit.upr.si/blog/wfwcomment.php?cid=62</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://pim.famnit.upr.si/blog/rss.php?version=2.0&amp;type=comments&amp;cid=62</wfw:commentRss>
    

    <author>nospam@example.com (Matjaž Kljun)</author>
    <content:encoded>
    &lt;p&gt;The reason for this entry is more to show &lt;strong&gt;how interesting can it be working with a command line interface&lt;/strong&gt; than to actually count RSS subscriptions. Counting is entirely based on my assumptions.&lt;br /&gt;&lt;/p&gt; 
&lt;p&gt;A friend asked me &lt;strong&gt;how many RSS subscriptions&lt;/strong&gt; this blog has. I got hooked up by how to count them. I googled a bit and I could only find referencing &lt;a href=&quot;http://www.feedburner.com/&quot;&gt;FeedBurner&lt;/a&gt;. But it seamed to much work to go through. So here&#039;s my simple estimate (which might be very very wrong).&lt;br /&gt;&lt;br /&gt;First I wanted to see &lt;strong&gt;how many times the RSS link was accessed&lt;/strong&gt; in the last month in my Apache logs:&lt;/p&gt; 
&lt;pre style=&quot;background-color: #ffffd2;&quot;&gt;$ grep index.rss access.log | wc -l
6479&lt;/pre&gt; 
&lt;p&gt;Then I wanted to &lt;strong&gt;divide these entries by IP addresses&lt;/strong&gt;:&lt;br /&gt;&lt;/p&gt; 
&lt;pre style=&quot;background-color: #ffffd2;&quot;&gt;$ grep index.rss access.log | awk &#039;{IP[$1]++;} END {for(s in IP) print IP[s], s;}&#039;
1 207.46.204.229
1 66.249.67.227
1 207.46.195.238
7 72.30.142.219
1201 72.14.199.79
3 188.92.75.82
2 207.46.204.236
.....&lt;/pre&gt; 
&lt;p&gt;&lt;strong&gt;Count them:&lt;/strong&gt;&lt;br /&gt;&lt;/p&gt; 
&lt;pre style=&quot;background-color: #ffffd2;&quot;&gt;$ grep index.rss access.log | awk &#039;{IP[$1]++;} END {for(s in IP) print IP[s], s;}&#039; | wc -l
266&lt;/pre&gt; 
&lt;p&gt;&lt;strong&gt;Count those with only one entry&lt;/strong&gt; (write all command in one line):&lt;br /&gt;&lt;/p&gt; 
&lt;pre style=&quot;background-color: #ffffd2;&quot;&gt;$ grep index.rss access.log | awk &#039;{IP[$1]++;} END {for(s in IP) print IP[s], s;}&#039; 
      | awk &#039;{if ($1==1) print $1,$2}&#039; | wc -l
137&lt;/pre&gt; 
&lt;p&gt;If these people check my blog once a day and a month has 30 days this would give me 4 people &lt;strong&gt;dynamic IP&#039;s&lt;/strong&gt; as DSL dynamic IPs change once a day. Mobile IPs change with every connections and some people access the blog more than once a day. So all IPs that have accessed the RSS &lt;strong&gt;between 2 and 10 times&lt;/strong&gt; (80% only 3 times) should be counted as the above. &lt;/p&gt; 
&lt;pre style=&quot;background-color: #ffffd2;&quot;&gt;$ grep index.rss access.log | awk &#039;{IP[$1]++;} END {for(s in IP) print IP[s], s;}&#039; 
       | awk &#039;{if ($1&amp;gt;2 &amp;amp;&amp;amp; $1&amp;lt;10) print $1,$2}&#039; | wc -l
56&lt;/pre&gt; 
&lt;p&gt;And there are another 17 IPs that belong to counts between 9 and 99 
which I&#039;d add here (if for example their RSS reader requests RSS feed once an hour or more). This is&amp;#160; 137+56+17/30&lt;strong&gt; approx 7 users with dynamic IPs&lt;/strong&gt;.&amp;#160;&lt;/p&gt; 
&lt;p&gt;Some IPs have a count of more than 100 (some even more than 500) which might be RSS readers often checking the RSS address during the day &lt;strong&gt;from a fixed IP&lt;/strong&gt;. So every IP that has a count of more than 100 counts for one user. &lt;/p&gt; 
&lt;pre style=&quot;background-color: #ffffd2;&quot;&gt;$ grep index.rss access.log | awk &#039;{IP[$1]++;} END { for (s in IP) print IP[s], s; }&#039; 
       | awk &#039;{if ($1&amp;gt;100) print $1,$2}&#039; | wc -l
16&lt;/pre&gt; 
&lt;p&gt;&lt;strong&gt;This would be now 7+16=23&lt;/strong&gt;. And because &lt;strong&gt;this sounds to much&lt;/strong&gt; to me I&#039;d &lt;strong&gt;divide it by 2&lt;/strong&gt; and get &lt;strong&gt;approx 11 users that read my blog through RSS feeds&lt;/strong&gt; (me included).&lt;br /&gt;&lt;br /&gt;But I might be entirely wrong with my guessing. Let&#039;s see what has the world say about it in comments. &lt;br /&gt;&lt;br /&gt;PS: Google analytics counted 400 unique visitors in the last month. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 15 Jul 2010 06:51:00 +0000</pubDate>
    <guid isPermaLink="false">http://pim.famnit.upr.si/blog/index.php?/archives/62-guid.html</guid>
    <category>awk</category>
<category>count subscriptions</category>
<category>grep</category>
<category>rss</category>

</item>
<item>
    <title>Bateries and cables</title>
    <link>http://pim.famnit.upr.si/blog/index.php?/archives/63-Bateries-and-cables.html</link>
            <category>P: Physical Interfaces</category>
    
    <comments>http://pim.famnit.upr.si/blog/index.php?/archives/63-Bateries-and-cables.html#comments</comments>
    <wfw:comment>http://pim.famnit.upr.si/blog/wfwcomment.php?cid=63</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://pim.famnit.upr.si/blog/rss.php?version=2.0&amp;type=comments&amp;cid=63</wfw:commentRss>
    

    <author>nospam@example.com (Matjaž Kljun)</author>
    <content:encoded>
    &lt;p&gt;A week ago a news about the new MS patent was circulating the web: &lt;a href=&quot;http://hothardware.com/News/Microsoft-Enables-Batteries-To-Be-Inserted-in-Either-Direction/&quot;&gt;Microsoft Enables Batteries To Be Inserted in Either Direction&lt;/a&gt;. Which is nothing more that &lt;strong&gt;a sophisticated &lt;a href=&quot;http://en.wikipedia.org/wiki/Battery_terminals&quot;&gt;battery terminal&lt;/a&gt; for cell batteries&lt;/strong&gt; (AA, AAA, D, C) which I recall being suggested before; we as kids were trying to do a similar thing. And for many people it would be much &lt;strong&gt;easier to&lt;/strong&gt; &lt;strong&gt;insert the batteries&lt;/strong&gt; &lt;strong&gt;with no hassle and need for glasses and no worries to make mistakes and break appliances&lt;/strong&gt;. &lt;strong&gt;Reading&lt;/strong&gt; &lt;strong&gt;small + and - signs&lt;/strong&gt; on batteries and on appliances &lt;strong&gt;where&lt;/strong&gt; &lt;strong&gt;signs are usually the same colour as the surrounding plastics and engraved is&lt;/strong&gt; really &lt;strong&gt;a nuisance&lt;/strong&gt;. But sadly I have read many comments how this feature is useless.&lt;/p&gt; 
&lt;p&gt;&lt;img src=&quot;uploads/Interfaces/battery_holder.jpg&quot; /&gt;&lt;br /&gt;&lt;/p&gt; 
&lt;p&gt;Similar products that could be plugged or inserted in any way or that can not be plugged or inserted in wrong way already exist. Some cordless phones could be placed in a holder in any position. Their bottom was round and the charging connector was round as well. Most of present cordless phones allow to be placed in a holder only with a keyboard facing the user - but placing the phone is still easy. I do remember one of my phones that was often left on a holder in a way that contacts for charging batteries did not touch those in a holder - often the phone was discharged and I realized this only days later - a real bad design! A lot of electrical tools have batteries that can be inserted one way only but are easy to plug as well (with huge connectors and with one battery only and not few equal in a roll).&lt;br /&gt;&lt;/p&gt; 
&lt;p&gt;Other easy-to-plug examples are &lt;strong&gt;cylindrical&lt;/strong&gt; &lt;strong&gt;DC connectors&lt;/strong&gt; that can be inserted in any imaginable way (imagine Nokia&#039;s phone charger or a charger for most laptops). There are others &lt;a href=&quot;http://en.wikipedia.org/wiki/DC_connector&quot;&gt;DC connectors&lt;/a&gt; which can be connected in only one possible way. While later don&#039;t allow users to make mistakes, former are also easier to plug! &lt;/p&gt; 
&lt;p&gt;&lt;img src=&quot;uploads/Interfaces/RoundPowerConnectors.png&quot; /&gt;&lt;br /&gt;&lt;/p&gt; 
&lt;p&gt;Some &lt;a href=&quot;http://en.wikipedia.org/wiki/Audio_and_video_interfaces_and_connectors&quot;&gt;&lt;strong&gt;audio connectors&lt;/strong&gt;&lt;/a&gt; are a good example of a good design. &lt;strong&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Tip_ring_sleeve&quot;&gt;TRC&lt;/a&gt; or audio jacks&lt;/strong&gt; are easy to plug (only one possible way).&lt;strong&gt; &lt;a href=&quot;http://en.wikipedia.org/wiki/RCA_jack&quot;&gt;RCA or cinch&lt;/a&gt;&lt;/strong&gt; are also easy to plug but there are always two colours (red and white) which have to match sockets (and even if sockets don&#039;t match sound still works). While the same connector for video signal has only one (yellow) plug. These are simple to plug. But there are other audio/video connectors with thin pins that can get easily twisted like &lt;a href=&quot;http://en.wikipedia.org/wiki/DIN_connector&quot;&gt;DIN connectors&lt;/a&gt; and are hard to plug in as well! Similar to these (regarding pins) are &lt;a href=&quot;http://en.wikipedia.org/wiki/VGA_connector&quot;&gt;VGA&lt;/a&gt;, S-video (DIN), &lt;a href=&quot;http://en.wikipedia.org/wiki/Digital_Visual_Interface&quot;&gt;DVI&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/SCART&quot;&gt;SCART&lt;/a&gt; and similar &lt;strong&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/List_of_video_connectors&quot;&gt;video connectors&lt;/a&gt;&lt;/strong&gt; that have to be carefully inserted in a socket because their pins can get easily twisted. Improved video/audio connectors are &lt;a href=&quot;http://en.wikipedia.org/wiki/Firewire&quot;&gt;Firewire&lt;/a&gt; and &lt;a href=&quot;http://en.wikipedia.org/wiki/High-Definition_Multimedia_Interface&quot;&gt;HDMI&lt;/a&gt;. They also can&#039;t be plugged in any possible way but are much more robust. &lt;/p&gt; 
&lt;p&gt;&lt;img src=&quot;uploads/Interfaces/RCA_Connector_photo.jpg&quot; /&gt;&lt;br /&gt;&lt;/p&gt; 
&lt;p&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Domestic_AC_power_plugs_and_sockets&quot;&gt;&lt;strong&gt;AC power connectors&lt;/strong&gt;&lt;/a&gt; can also be inserted only in one (e.g. British power plug with three rectangular pins) or two possible ways (e.g. European power plug with two round pins) but at least their pins are more robust (but I already managed to twist e.g. US power plugs and I broke many Europeans plugs).&lt;/p&gt; 
&lt;p&gt;I could go on but I think I made my point. &lt;strong&gt;Easy-to-use-and-make-no-mistake holders/batteries/plugs do make sense&lt;/strong&gt; (even if some claim that +/- position is not hard to understand). Easier plugs we have, less hassle is needed to use them. What it
 bothers me about this patent is that &lt;strong&gt;such things should be widely accessible&lt;/strong&gt; and not patented.&lt;br /&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 12 Jul 2010 17:05:00 +0000</pubDate>
    <guid isPermaLink="false">http://pim.famnit.upr.si/blog/index.php?/archives/63-guid.html</guid>
    <category>batteries</category>
<category>connectors</category>
<category>design</category>
<category>intuitive</category>

</item>
<item>
    <title>When backup software fails (Time Machine)</title>
    <link>http://pim.famnit.upr.si/blog/index.php?/archives/64-When-backup-software-fails-Time-Machine.html</link>
            <category>P: Software hints</category>
    
    <comments>http://pim.famnit.upr.si/blog/index.php?/archives/64-When-backup-software-fails-Time-Machine.html#comments</comments>
    <wfw:comment>http://pim.famnit.upr.si/blog/wfwcomment.php?cid=64</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://pim.famnit.upr.si/blog/rss.php?version=2.0&amp;type=comments&amp;cid=64</wfw:commentRss>
    

    <author>nospam@example.com (Matjaž Kljun)</author>
    <content:encoded>
    &lt;p&gt;It is &lt;strong&gt;very important to have&lt;/strong&gt; daily/weekly/monthly &lt;strong&gt;backups of own information&lt;/strong&gt;. I know many people realize the importance of backups only when worst happens - &lt;strong&gt;disk failures&lt;/strong&gt; and a lot of studies show that users do not pay atention to this particular problem until they have to face it. A long time ago I used to monthly or even less frequently &lt;strong&gt;burn DVDs&lt;/strong&gt; of files I assumed I wont need them for a long time (see the &lt;a href=&quot;http://pim.famnit.upr.si/blog/index.php?/archives/6-About-this-blog-...-what-to-say.html&quot;&gt;About this blog&lt;/a&gt; part). And I recall searching through DVDs to find a particular file which can take a long time. In present times I don&#039;t even burn my photos to DVDs anymore. There are so many now that if I wanted to show them to someone I had to scan a pile of DVDs. With cheap hard drives I keep them on two computers and an external drive. Three copies should suffice and I do my copying manually every time I empty cameras&#039; memory cards. &lt;br /&gt;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;I use rdiff-backup&lt;/strong&gt; to do &lt;a href=&quot;http://pim.famnit.upr.si/blog/index.php?/archives/12-Backing-up-Mac-OS-X-to-a-Windows-machine.html&quot;&gt;backups of my laptop to a machine at work&lt;/a&gt; &lt;strong&gt;to a NTFS partitioned disk&lt;/strong&gt;. &lt;strong&gt;It fails sometimes&lt;/strong&gt; (due to NTFS disk) and I do have to rebuild the whole backup from scratch. Rdiff-backup never failed me in 7 years when doing backups of ext partition (my desktop machine) to another ext partition (external drive). Once in a while I remember checking the logs and so far so good! &lt;br /&gt;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;I&#039;m also using the Time machine&lt;/strong&gt; to backups of my laptop at home. So far I thought that Time Machine can&#039;t fail since so many people praise it. It hasn&#039;t failed me so far backing up on a USB external hard drive and I do have 200GB of small files. But &lt;strong&gt;it might have some issues if used over the wi-fi&lt;/strong&gt; (Time Capsule) &lt;strong&gt;or if it is stopped due to hibernating/sleeping&lt;/strong&gt;. If having issues with these three cases:&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;(i)&lt;/strong&gt;&amp;#160; TM is still saying ‘preparing’ after leaving it overnight!&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;(ii)&lt;/strong&gt;&amp;#160; TM starts to transfer to disk, but then gets stuck part way:&lt;/p&gt; 
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;img width=&quot;252&quot; height=&quot;44&quot; src=&quot;http://www.alandix.com/images/time-machine-transfering.png&quot; title=&quot;Tiem 
Machine transfering to disk&quot; class=&quot;no_float&quot; /&gt;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;(iii)&amp;#160;&lt;/strong&gt; if you look in the Time Machine preferences it says the backup
 has failed&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;then &lt;a href=&quot;http://www.alandix.com/blog/2010/07/09/time-machine-when-it-goes-wrong-and-how-to-fix-it/&quot;&gt;check out this tips&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Checking regularly if a backup software works is AS important AS backing up itself&lt;/strong&gt;. So many people think that with setting up an automatic backup procedure they have dealt with the job forever. But it often isn&#039;t the case. Even the best backing up software (whichever this is for you) can fail!&lt;br /&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 09 Jul 2010 11:17:00 +0000</pubDate>
    <guid isPermaLink="false">http://pim.famnit.upr.si/blog/index.php?/archives/64-guid.html</guid>
    <category>backup</category>
<category>mac os x</category>
<category>timemachine</category>

</item>

</channel>
</rss>