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

<channel>
	<title>ditso-blog.be</title>
	<atom:link href="http://ditso-blog.be/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://ditso-blog.be</link>
	<description>I would love to change the world, but they won&#039;t give me the source code</description>
	<lastBuildDate>Tue, 24 Aug 2010 19:01:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Secure public surfing</title>
		<link>http://ditso-blog.be/?p=188</link>
		<comments>http://ditso-blog.be/?p=188#comments</comments>
		<pubDate>Sun, 22 Aug 2010 18:57:41 +0000</pubDate>
		<dc:creator>Ditso</dc:creator>
				<category><![CDATA[Informatics]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Public]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Surfing]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[WiFi]]></category>

		<guid isPermaLink="false">http://ditso-blog.be/?p=188</guid>
		<description><![CDATA[Just the other day it was just my luck. I locked myself out of my car and had to wait two hours until my brother brought me the spare keys. Thank god I had my laptop in my backpack and could pass some time. I was in the city so I searched for a place [...]]]></description>
			<content:encoded><![CDATA[<p>Just the other day it was just my luck. I locked myself out of my car and had to wait two hours until my brother brought me the spare keys. Thank god I had my laptop in my backpack and could pass some time. I was in the city so I searched for a place with WiFi so I could check my mails etc. So I finally found a trendy tearoom where they had an open WiFi router and started surfing the web. </p>
<p>At first I was the only one using the public WiFi and no security problems crossed my mind, but as there came in more people I started wondering. How safe is my data on the public network. Anyone who is connected and using a packet sniffer can monitor the network. So later when I was back home I searched for how to secure your data in a public network. As I might be in public networks more often in the future.</p>
<p>As I see it you have to divide the problem in two ways. One problem is the sharing of data on your harddrive on the network. On the other hand there is the personal information you transmit while browsing secure websites. These are different problems which need different countermeasures.</p>
<p>For protecting you shared data on your computer you can do a couple of things. For instance you can disable the sharing of files temporarily in your operating system settings. You can also install a firewall for protection against intruders, which can be quite effective.</p>
<p>The problem of the personal data being transmitted acros the public network is more difficult. The most effective way to secure the transmitted data is to use a <a href="http://en.wikipedia.org/wiki/Virtual_private_network">Virtual Private Network</a>. If you don&#8217;t have one at your office or home you can always use one provided by <a href="http://thefreevpn.com/">FreeVPN</a>. In this way you use a tunnel connection to an other network, so the packets can not be sniffed. When this is too complicated you might try to use https instead of http. A lot of websites are using this to make secure connections, for example <a href="https://gmail.com">gmail</a>. When you are using https your data will be encrypted before transmitted and will be secure for eavesdroppers on the network.</p>
]]></content:encoded>
			<wfw:commentRss>http://ditso-blog.be/?feed=rss2&amp;p=188</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to search</title>
		<link>http://ditso-blog.be/?p=181</link>
		<comments>http://ditso-blog.be/?p=181#comments</comments>
		<pubDate>Wed, 18 Aug 2010 10:02:30 +0000</pubDate>
		<dc:creator>Ditso</dc:creator>
				<category><![CDATA[Informatics]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Search engine]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://ditso-blog.be/?p=181</guid>
		<description><![CDATA[Nowadays everybody is connected to the internet and want to get the most out of it. A lot of information is out there and for grabs if you know how to find it. The commonly used search engines are Google, Bing, Yahoo, &#8230; Google is by far used the most with 91 million searches per [...]]]></description>
			<content:encoded><![CDATA[<p>Nowadays everybody is connected to the internet and want to get the most out of it. A lot of information is out there and for grabs if you know how to find it. The commonly used search engines are <a href="http://google.com">Google</a>, <a href="http://bing.com">Bing</a>, <a href="http://yahoo.com">Yahoo</a>, &#8230; Google is by far used the most with 91 million searches per day. It is more or less effective, but as many people do not know you can make your searches more effective with some little tricks.</p>
<p><strong>Boolean operators</strong><br />
Between search terms you can place the two boolean operators, AND and OR. Be carefull because they have to be in capital letters, otherwise it just process the words in the phrase. With those little words the search result can be influenced in a good way.<br />
<strong>+ and &#8211; operators</strong><br />
You can also annotate search terms with + or &#8211; like this: +term or -term. The + sign indicating that that term has to be in the resultset of your search. On the contrary to the &#8211; sign which indicates that the term may not be in the resultset.<br />
<strong>Using &#8221; &#8220;</strong><br />
When you use double quotes you can state an exact phrase. It will try to match the exact expression between the double quotes. &#8220;How to search&#8221; will search for the exact phrase how to search.<br />
<strong>~ and * operators</strong><br />
These two special operators may also come in handy. Annotating a term with ~ means that the search enige also searches for synonyms of the term. On the other hand the * is used as a wildcard in search terms to match anything.<br />
<strong>Combinations and other annotations</strong><br />
To make your searches the most effective you can combine all these techniques. It might seem cumbersome but once you are used to it. You&#8217;ll find that the results will be more accurate. For really specialized searches you can use some other annotations like filetype:, site:, info:, intitle:, inurl:, &#8230;</p>
<p>I hope the information was usefull and will make you more efficient in searching the world wide web. </p>
<p><strong>Extra</strong><br />
Are you also annoyed when you have to answer questions you have to google too, but people ask them because you work alot with computers? Now you can answer with the appropriate site, <a href="http://lmgtfy.com/">Let me google that for you</a>. Which will redirect the search you were to launch to get to the results.</p>
]]></content:encoded>
			<wfw:commentRss>http://ditso-blog.be/?feed=rss2&amp;p=181</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javatar!</title>
		<link>http://ditso-blog.be/?p=177</link>
		<comments>http://ditso-blog.be/?p=177#comments</comments>
		<pubDate>Tue, 29 Jun 2010 11:55:33 +0000</pubDate>
		<dc:creator>Ditso</dc:creator>
				<category><![CDATA[Informatics]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://ditso-blog.be/?p=177</guid>
		<description><![CDATA[www.youtube.com/watch?v=A1zySeNpW20 Via Nepherte]]></description>
			<content:encoded><![CDATA[<p><span class="youtube">
<object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/A1zySeNpW20&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=1&amp;has_verified=1" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/A1zySeNpW20&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=1&amp;has_verified=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="355"></embed>
<param name="wmode" value="transparent" />
</object>
</span><p><a href="http://www.youtube.com/watch?v=A1zySeNpW20">www.youtube.com/watch?v=A1zySeNpW20</a></p></p>
<p>Via <a href="http://www.nepherte.be">Nepherte</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ditso-blog.be/?feed=rss2&amp;p=177</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Widgets</title>
		<link>http://ditso-blog.be/?p=164</link>
		<comments>http://ditso-blog.be/?p=164#comments</comments>
		<pubDate>Thu, 17 Jun 2010 19:50:07 +0000</pubDate>
		<dc:creator>Ditso</dc:creator>
				<category><![CDATA[Informatics]]></category>
		<category><![CDATA[Bada]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Mobile Vikings]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[Samsung]]></category>
		<category><![CDATA[Wave]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://ditso-blog.be/?p=164</guid>
		<description><![CDATA[While it has been a while since my last post I&#8217;ve been busy. Currently I am in the middle of exams so the spare time is limited or should be limited. The only moments to write something new is in the evening and then I mostly am reluctant to post something. In the pauses of [...]]]></description>
			<content:encoded><![CDATA[<p>While it has been a while since my last post I&#8217;ve been busy. Currently I am in the middle of exams so the spare time is limited or should be limited. The only moments to write something new is in the evening and then I mostly am reluctant to post something.</p>
<p>In the pauses of my study scheme I tried something new. Since I bought my samsung <a href="http://wave.samsungmobile.com/">wave</a> I am eager to develop some apps for the device. Due to my limited time I tried to develop some small widgets instead of apps. Which I will get back to when my exams are finished. Both <a href="http://innovator.samsungmobile.com/down/cnts/toolSDK.detail.view.do?platformId=12&amp;cntsId=6660">widget</a> and <a href="http://developer.bada.com/apis/docs/commonpage.do?menu=MC01040000&amp;mtb1=&amp;mtb2=">application</a> software development kits are available on samsung&#8217;s website.</p>
<p>The widget I am working on at the moment is to check my remaining data limit and free text messages. The information is provided by an <a href="https://mobilevikings.com/api/1.0/doc/">API</a> from my mobile operator, <a href="http://mobilevikings.com">Mobile Vikings</a>. For retrieving the information I have to make a XMLHttpRequest in javascript to the API because samsung widgets are webbased. </p>
<p>Nevertheless my efforts were a waste of time. It seems that the samsung widgets with the current development environment aren&#8217;t capable of making XMLHttpRequest to HTTPS URLs. It does work when you make a XMLHttpRequest to a standard HTTP website, but the API requires HTTPS. </p>
<p>So I am currently looking for solutions to this problem. I already posted a <a href="http://innovator.samsungmobile.com/bbs/discussion/view.do?platformId=12&#038;parentCategoryId=4&#038;messageId=85726&#038;boardId=713">thread</a> on the discussion board on the developers site, but the reactions are minimal and do not work. I have now mailed the support of samsung to ask if they know a workaround for this problem. I&#8217;ll let you know when I have a solution for this problem.</p>
<p><strong>Edit: seems like you have to be a core member (read company related) in order to get a respons from the technical staff of samsung. I think it is ashame because lots of students and non core members could provide some usefull information and questions too aswell as apps and widgets.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://ditso-blog.be/?feed=rss2&amp;p=164</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Summer job</title>
		<link>http://ditso-blog.be/?p=158</link>
		<comments>http://ditso-blog.be/?p=158#comments</comments>
		<pubDate>Thu, 10 Jun 2010 21:40:18 +0000</pubDate>
		<dc:creator>Ditso</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mobile Vikings]]></category>
		<category><![CDATA[Summer Job]]></category>

		<guid isPermaLink="false">http://ditso-blog.be/?p=158</guid>
		<description><![CDATA[Today I applied for a quite interesting summer job. The company is called Mobile Vikings and is a virtual mobile network operator. The job concerns assisting the helpdesk. Thanks to my interest for technology I could not pass this opportunity. I am really excited about the job and hope I will be recruited for a [...]]]></description>
			<content:encoded><![CDATA[<p>Today I applied for a quite interesting summer job. The company is called <a href="http://www.mobilevikings.com">Mobile Vikings</a> and is a virtual mobile network operator. The job concerns assisting the helpdesk. Thanks to my interest for technology I could not pass this opportunity.</p>
<p>I am really excited about the job and hope I will be recruited for a month. The competition is though tough. A girl applied and wrote an <a href="http://www.fortuneandfame.be">ode</a> about the summer job. Which I find quiet creative and I can only applaud such initiatives. I hope I have an edge with my current studies and technical background. The selection is tomorrow so fingers crossed!</p>
]]></content:encoded>
			<wfw:commentRss>http://ditso-blog.be/?feed=rss2&amp;p=158</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samsung Wave sync with iCal</title>
		<link>http://ditso-blog.be/?p=154</link>
		<comments>http://ditso-blog.be/?p=154#comments</comments>
		<pubDate>Wed, 02 Jun 2010 20:03:45 +0000</pubDate>
		<dc:creator>Ditso</dc:creator>
				<category><![CDATA[Informatics]]></category>
		<category><![CDATA[Active exchange]]></category>
		<category><![CDATA[Bada]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[Macbook Pro]]></category>
		<category><![CDATA[Samsung]]></category>
		<category><![CDATA[Sync]]></category>
		<category><![CDATA[Wave]]></category>

		<guid isPermaLink="false">http://ditso-blog.be/?p=154</guid>
		<description><![CDATA[My old cellphone was long overdue and I wanted to make the switch to a smartphone for a couple of reasons. For instance I want to be able to check my e-mail everywhere I go preferably with the possiblity to use WiFi. Furthermore I am also a big fan of the potential of Twitter and [...]]]></description>
			<content:encoded><![CDATA[<p>My old cellphone was long overdue and I wanted to make the switch to a smartphone for a couple of reasons. For instance I want to be able to check my e-mail everywhere I go preferably with the possiblity to use WiFi. Furthermore I am also a big fan of the potential of <a href="http://twitter.com/">Twitter</a> and in lesser extend <a href="http://facebook.com">Facebook</a>. Therefore connectivity to the social platform was an advantage, but the main reason was to organize my activities and tasks and sync them with my laptop.</p>
<p>I made a choice and preordered a Samsung <a href="http://wave.samsungmobile.com/">Wave</a>. Which combined the organizing aspects and great multimedia specs with a 1 Ghz processor and a super amoled display. Thanks to the preordering I am one of the first proud owners.</p>
<p>But it is not all a bed of roses as an early adopter. The new operating system <a href="http://bada.com">Bada</a> requires conform applications, but the varity in the app store is still quite limited. Therefore there is no application that synchronises your calendar with iCal. Furthermore you cannot find handy information of prior users. That&#8217;s the reason for this current post.</p>
<p>I found a way to sync your calendar on a Samsung <a href="http://wave.samsungmobile.com/">Wave</a> with iCal on Mac OS. The solution uses a detour instead of syncing directly. The first step is to sync your iCal with google <a href="http://calendar.google.com">calendar</a>.</p>
<ol>
<li>Select preferences in iCal</li>
<li>Accounts</li>
<li>Insert username and password</li>
<li>Server: <a class="linkification-ext" title="Linkification: http://www.google.com" href="http://www.google.com">www.google.com</a> &amp; path: /calendar/dav/<a class="linkification-ext" title="Linkification: http://YOUR@EMAIL.COM/user/" href="http://YOUR@EMAIL.COM/user/">YOUR@EMAIL.COM/user/</a></li>
<li>Use SSL</li>
</ol>
<p>Now you can sync in two ways to the google calendar. The next step is to sync your Samsung Wave with the google calendar.</p>
<ol>
<li>Go to calendar app</li>
<li>Settings -&gt; Calendar sync</li>
<li>Add -&gt; Exchange ActiveSync</li>
<li>Username &amp; password</li>
<li>Domain: google</li>
<li>Server URL: m.google.com &amp; use SSL</li>
</ol>
<p>Now you are all set to sync your events from your phone to laptop and vice versa. Happy syncing!</p>
<p><strong>Edit: below you can find the transition of screens you are suppose to see.</strong></p>
<p>1                                     2                                     3                                       4                                  5<br />
<a href="http://ditso-blog.be/screens/cal1.jpg"><img src="http://ditso-blog.be/screens/cal1.jpg" alt="" width="120" height="200" /></a><a href="http://ditso-blog.be/screens/cal2.jpg"><img src="http://ditso-blog.be/screens/cal2.jpg" alt="" width="120" height="200" /></a><a href="http://ditso-blog.be/screens/cal3.jpg"><img src="http://ditso-blog.be/screens/cal3.jpg" alt="" width="120" height="200" /></a><a href="http://ditso-blog.be/screens/cal4.jpg"><img src="http://ditso-blog.be/screens/cal4.jpg" alt="" width="120" height="200" /></a><a href="http://ditso-blog.be/screens/cal5.jpg"><img src="http://ditso-blog.be/screens/cal5.jpg" alt="" width="120" height="200" /></a></p>
<p><strong>Edit 2: New firmware is released. With this update you normally all can sync google calendar now.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://ditso-blog.be/?feed=rss2&amp;p=154</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Nifty</title>
		<link>http://ditso-blog.be/?p=151</link>
		<comments>http://ditso-blog.be/?p=151#comments</comments>
		<pubDate>Sun, 23 May 2010 10:01:09 +0000</pubDate>
		<dc:creator>Ditso</dc:creator>
				<category><![CDATA[Informatics]]></category>
		<category><![CDATA[Trick]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://ditso-blog.be/?p=151</guid>
		<description><![CDATA[Don&#8217;t you hate it when you click on an embedded little youtube movie, but then decide to continue reading the webpage and it keeps on downloading. Well there is this handy trick that few people know. You can richt click on the youtube player and select stop downloading. The download will stop and you can [...]]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t you hate it when you click on an embedded little youtube movie, but then decide to continue reading the webpage and it keeps on downloading. Well there is this handy trick that few people know. You can richt click on the youtube player and select stop downloading. The download will stop and you can quietly continue browsing the rest of the website. It&#8217;s not world breaking news, but a nifty trick that comes in a handy once and a while.</p>
]]></content:encoded>
			<wfw:commentRss>http://ditso-blog.be/?feed=rss2&amp;p=151</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macbook audio problem</title>
		<link>http://ditso-blog.be/?p=146</link>
		<comments>http://ditso-blog.be/?p=146#comments</comments>
		<pubDate>Sat, 15 May 2010 20:09:54 +0000</pubDate>
		<dc:creator>Ditso</dc:creator>
				<category><![CDATA[Informatics]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[Macbook Pro]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://ditso-blog.be/?p=146</guid>
		<description><![CDATA[Since I installed Windows 7 on my MacBook pro I was not able to get the audio to work. The problem lies with the audio drivers. Windows 7 automatically installed generic drivers which do not work. You can easily verify this by the output of the audio channel. If it lits up red, it means [...]]]></description>
			<content:encoded><![CDATA[<p>Since I installed Windows 7 on my MacBook pro I was not able to get the audio to work. The problem lies with the audio drivers. Windows 7 automatically installed generic drivers which do not work. You can easily verify this by the output of the audio channel. If it lits up red, it means it is not configured correctly.</p>
<p>The problem can be solved, but depends on type of MacBook you own. The audio card in your MacBook varies with the type. There are three different drivers for the different audio card vendors:</p>
<ol>
<li>Realtek</li>
<li>Cirrus</li>
<li>IDT SigmaTel</li>
</ol>
<p>All drivers can be found on the installation disc of Mac OS under the directory bootcamp/drivers. Depending on the audio card that is in your MacBook you have to install the correct driver.</p>
<p>The setups of the drivers might give a problem. This is due to the compatibility on Windows 7. You can solve this by a right click on the setup and select compatibility troubleshoot. Then you have to select Windows Vista as compatible version. After installing the right driver everything should work fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://ditso-blog.be/?feed=rss2&amp;p=146</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nice to meet you!</title>
		<link>http://ditso-blog.be/?p=143</link>
		<comments>http://ditso-blog.be/?p=143#comments</comments>
		<pubDate>Mon, 10 May 2010 19:20:25 +0000</pubDate>
		<dc:creator>Ditso</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Informatics]]></category>

		<guid isPermaLink="false">http://ditso-blog.be/?p=143</guid>
		<description><![CDATA[The world today shrinks by the minute. The key to this phenome is connectivity. The fact that the internet is expanding rapidly is well known, but it is also almost everywhere avaible lately. Smartphones, handheld devices, wireless hotspots and similar devices are all devices who contribute to this world we are evolving to. A world [...]]]></description>
			<content:encoded><![CDATA[<p>The world today shrinks by the minute. The key to this phenome is connectivity. The fact that the internet is expanding rapidly is well known, but it is also almost everywhere avaible lately. Smartphones, handheld devices, wireless hotspots and similar devices are all devices who contribute to this world we are evolving to. A world where everybody is connected twenty four seven and can be in touch with everybody else.</p>
<p>A step towards that direction is to search people on the internet. A friend of showed me a dutch website where you can find <a href="http://www.wieowie.nl">people</a> in a way you <a href="http://www.google.com">normally</a> <a href="http://www.bing.com">search</a> the <a href="http://www.altavista.com/">internet</a>. They list all hits on different kinds of social networks. Furthermore they also search for different types of media and list normal relevant search results. While the world became smaller when you read this, it was surely nice to meet you!</p>
]]></content:encoded>
			<wfw:commentRss>http://ditso-blog.be/?feed=rss2&amp;p=143</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Siftables</title>
		<link>http://ditso-blog.be/?p=135</link>
		<comments>http://ditso-blog.be/?p=135#comments</comments>
		<pubDate>Mon, 03 May 2010 18:45:47 +0000</pubDate>
		<dc:creator>Ditso</dc:creator>
				<category><![CDATA[Informatics]]></category>
		<category><![CDATA[CHI]]></category>
		<category><![CDATA[Human computer interaction]]></category>
		<category><![CDATA[siftables]]></category>

		<guid isPermaLink="false">http://ditso-blog.be/?p=135</guid>
		<description><![CDATA[A couple of weeks ago I watched some interesting videos. They were presented by professor E. Duval in the class user interfaces. Where he was talking about the history of human computer interaction (CHI). To round up he showed us a couple of views on the future. One of the videos I found really amusing [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago I watched some interesting videos. They were presented by professor E. Duval in the class user interfaces. Where he was talking about the history of human computer interaction (CHI). To round up he showed us a couple of views on the future.</p>
<p>One of the videos I found really amusing and cool is the video below. The concept is called siftables, but the video will explain everything.</p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/JP0w9lZoLwU&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/JP0w9lZoLwU&#038;fs=1" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>The slides of professor <a href="http://www.slideshare.net/erik.duval">Duval</a> are also publicly shared on <a href="http://www.slideshare.net">slideshare</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ditso-blog.be/?feed=rss2&amp;p=135</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
