<?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>Jeroen Schaftenaar &#187; General</title>
	<atom:link href="http://clooner.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://clooner.com</link>
	<description>Stuff I do and more...</description>
	<lastBuildDate>Tue, 09 Mar 2010 14:42:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Mac OS X &#8211; Show/Hide Hidden Files Automation</title>
		<link>http://clooner.com/2009/08/14/mac-os-x-showhide-hidden-files-automation/</link>
		<comments>http://clooner.com/2009/08/14/mac-os-x-showhide-hidden-files-automation/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 12:51:34 +0000</pubDate>
		<dc:creator>Jeroen Schaftenaar</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[automator]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://clooner.com/?p=509</guid>
		<description><![CDATA[Lately I&#8217;ve needed to show .htaccess file in finder. In finder every file with a dot in front of it is hidden. You have to change this using shell commands. But this is a superfluous process. I scoured the internet and found ways to automate this. There are some software solutions but the way I [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: left; border: 0px initial initial;" title="mac_automator" src="http://clooner.com/wp-content/uploads/2009/08/mac_automator.jpg" alt="mac_automator" width="127" height="127" />Lately I&#8217;ve needed to show <b>.htaccess</b> file in finder. In finder every file with a dot in front of it is hidden. You have to change this using shell commands. But this is a superfluous process. I scoured the internet and found ways to automate this. There are some software solutions but the way I will tell about is using the <strong>Automator</strong> </p>
<p><br/><strong>Step 1</strong><br />
Start up your Automator. It is under Tools in your Applications. On opening the Automator choose Custom. Choose Run Shell Script and drag it into the workflow area. <img class="aligncenter size-full wp-image-516" title="Automator_Step_1" src="http://clooner.com/wp-content/uploads/2009/08/step1.jpg" alt="Automator_Step_1" width="425" height="291" /></p>
<p><br/><strong>Step 2</strong><br />
In the input area copy the code:</p>
<p><img class="aligncenter size-full wp-image-520" title="step2" src="http://clooner.com/wp-content/uploads/2009/08/step2.jpg" alt="step2" width="425" height="145" /></p>
<p><b>Code:</b>
<pre>
defaults write com.apple.finder AppleShowAllFiles TRUE
osascript -e 'tell application "Finder" to quit';
osascript -e 'tell application "Finder" to activate';
</pre>
<p><br/><strong>Step 3</strong><br />
From the top menu choose <strong>File</strong> -> <strong>Save As Plugin</strong>. This script will show the hidden files. Save it as <b>ShowHiddenFiles</b>.<br />
<img src="http://clooner.com/wp-content/uploads/2009/08/showhiddenfiledialog.jpg" alt="showhiddenfiledialog" title="showhiddenfiledialog" width="425" height="160" class="aligncenter size-full wp-image-530" /></p>
<p><br/><strong>Step 4</strong><br />
We successfully created the Automator script to show the hidden files. Repeat the steps to create the script to hide the files again using the following:</p>
<p><strong>Code:</strong>
<pre>
defaults write com.apple.finder AppleShowAllFiles FALSE
osascript -e 'tell application "Finder" to quit';
osascript -e 'tell application "Finder" to activate';
</pre>
<p> and save it as plugin as <strong>HideHiddenFiles</strong></p>
<p><strong>Use it:</strong><br />
In finder you can use Control Click -&gt; <b>More</b> -&gt; <b>Automator</b> to access the Automator scripts you just created<br />
<img src="http://clooner.com/wp-content/uploads/2009/08/infinder.jpg" alt="infinder" title="infinder" width="425" height="213" class="aligncenter size-full wp-image-532" /></p>
]]></content:encoded>
			<wfw:commentRss>http://clooner.com/2009/08/14/mac-os-x-showhide-hidden-files-automation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sites I follow and why</title>
		<link>http://clooner.com/2009/08/08/sites-i-follow-and-why/</link>
		<comments>http://clooner.com/2009/08/08/sites-i-follow-and-why/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 08:58:13 +0000</pubDate>
		<dc:creator>Jeroen Schaftenaar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[interest]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://clooner.com/?p=336</guid>
		<description><![CDATA[This is going to be a pretty self-explanatory blog post. Personal interests http://slashdot.orgFor a few years already I am following this site. I really like the news about space and about games. http://blog.wolfire.comThese guys are creating a game and it is a lot of fun to follow their progress http://blog.guykawasaki.comHas interesting articles about entrepreneurship http://macrumors.comApple [...]]]></description>
			<content:encoded><![CDATA[<p>This is going to be a pretty self-explanatory blog post.</p>
<p><strong>Personal interests</strong></p>
<ul>
<li><a href="http://slashdot.org">http://slashdot.org</a><br/>For a few years already I am following this site. I really like the news about space and about games.</li>
<li><a href="http://blog.wolfire.com">http://blog.wolfire.com</a><br/>These guys are creating a game and it is a lot of fun to follow their progress</li>
<li><a href="http://blog.guykawasaki.com">http://blog.guykawasaki.com</a><br/>Has interesting articles about entrepreneurship</li>
<li><a href="http://macrumors.com">http://macrumors.com</a><br/>Apple FTW</li>
<li><a href="http://digg.com/programming">http://digg.com/programming</a><br/>Programming news.</li>
<li><a href="http://tweakers.net">http://tweakers.net</a><br/>Dutch computer and technology geek community</li>
<li><a href="http://youtube.com/tedtalkstalk">http://youtube.com/tedtalkstalk</a><br/>I actually subscribe to their itunes podcast.</li>
</ul>
<p><strong>General news</strong></p>
<ul>
<li><a href="http://nu.nl">http://nu.nl</a><br/>This is how I get updates from the home land</li>
<li><a href="http://news.google.com">http://news.google.com</a><br/>Good source of any news.</li>
</ul>
<p><strong>I actually </strong><a href="http://clooner.com/2009/01/21/syndication/"><strong>aggregate</strong></a><strong> these next sites in my blog already</strong></p>
<ul>
<li><a href="http://coder.nl">http://coder.nl</a><br/>The erotic himself</li>
<li><a href="http://sexy.sammy.nu/">http://sammy.nu</a><br/>The sexy himself</li>
</ul>
<p><strong>Youtube&#8230;</strong></p>
<p><object width="425" height="261"><param name="movie" value="http://www.youtube.com/v/_QyYaPWasos&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x2b405b&#038;color2=0x6b8ab6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/_QyYaPWasos&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x2b405b&#038;color2=0x6b8ab6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="261"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://clooner.com/2009/08/08/sites-i-follow-and-why/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Still Alive</title>
		<link>http://coder.nl/still-alive/</link>
		<comments>http://coder.nl/still-alive/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 09:17:17 +0000</pubDate>
		<dc:creator>Eric Kreunen</dc:creator>
				<category><![CDATA[Bali]]></category>
		<category><![CDATA[Eric]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Holiday]]></category>
		<category><![CDATA[Vacation]]></category>

		<guid isPermaLink="false">http://coder.nl/?p=153</guid>
		<description><![CDATA[To let you all know I&#8217;m still alive :). Been rather busy the last couple of months, work is a real bitch at the moment and weeks of 50+ are no exception. Looking at the brighter side, vacation is coming closer quickly. I&#8217;m really looking forward to the 3 weeks vacation in Bali, you&#8217;ve got [...]]]></description>
			<content:encoded><![CDATA[<p>To let you all know I&#8217;m still alive :). Been rather busy the last couple of months, work is a real bitch at the moment and weeks of 50+ are no exception. Looking at the brighter side, vacation is coming closer quickly. I&#8217;m really looking forward to the 3 weeks vacation in Bali, you&#8217;ve got to love this economic crisis :). Where I paid like 1100 euro last year to get my is to Bali, I paid 650 euro now. To finish off I&#8217;m thinking of blogging about work too but I need to work some stuff out first because by contract I&#8217;m bound to an act of secrecy.</p>
]]></content:encoded>
			<wfw:commentRss>http://coder.nl/still-alive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking back to the new homepage</title>
		<link>http://clooner.com/2009/04/01/looking-back-to-the-new-homepage/</link>
		<comments>http://clooner.com/2009/04/01/looking-back-to-the-new-homepage/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 06:46:36 +0000</pubDate>
		<dc:creator>Jeroen Schaftenaar</dc:creator>
				<category><![CDATA[Endeavors]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Youtube]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[graduation]]></category>
		<category><![CDATA[homepage]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://clooner.com/?p=324</guid>
		<description><![CDATA[For a while now I&#8217;ve been thinking about updating this design to give it a more web 2.0 feel. I updated the header and the footer to do exactly that. Al it is still work in progress I pushed this new design out already. This are the things that are changed: New header/footer look &#38; [...]]]></description>
			<content:encoded><![CDATA[<p>For a while now I&#8217;ve been thinking about updating this design to give it a more <a href="http://en.wikipedia.org/wiki/Web_2.0">web 2.0</a> feel. I updated the header and the footer to do exactly that. Al it is still work in progress I pushed this new design out already. This are the things that are changed:</p>
<ul>
<li>New header/footer look &amp; feel</li>
<li>Changed the width of the content to fit into a 960px grid</li>
<li>Reduced the size of this <a href="http://wordpress.org">WordPress</a> theme</li>
<li>Did some code improvement by removing not used code</li>
</ul>
<p>Things that are still on the drawing board are:</p>
<ul>
<li>Make this design <a href="http://en.wikipedia.org/wiki/XHTML">xhtml</a> 1.1 strict compliant</li>
<li>Move the graphics to <a href="http://en.wikipedia.org/wiki/Sprite_(computer_graphics)">sprites</a></li>
<li>Increase the speed of the site</li>
<li>Enable <a href="http://en.wikipedia.org/wiki/Cache">caching</a></li>
</ul>
<p>That is it for the new stuff. A while back I found out about <a href="http://en.wikipedia.org/wiki/Wayback_machine">the way back machine</a>. This website indexes(copies) websites and stores them in a huge archive. Of course I directly checked this <a href="http://web.archive.org/web/*/http://clooner.com">url</a> and since 2000 I have a presence there. Check out how <a href="http://web.archive.org/web/20001206204200/http://www.clooner.com/">my site</a> used to look. Actually the design of the site is really nice.</p>
<p>I also found some really old <a href="http://en.wikipedia.org/wiki/Pascal_(programming_language)">pascal</a> code. It is funny to see how programmers do things when they don&#8217;t know how to use <a href="http://en.wikipedia.org/wiki/Array">arrays</a>(this is almost 15 years back). I would store the data in a file and then would read it back line by line. I solved this issue of not having(knowing about) arrays by reading and writing in a file line by line <img src='http://clooner.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  How cool is that! Wow 15 years&#8230; A lot has happened since then:</p>
<ul>
<li>Got several diplomas, degrees and thank you&#8217;s</li>
<li>Owned several cars</li>
<li>Spent time in <a href="http://en.wikipedia.org/wiki/Indonesia">Indonesia</a>, <a href="http://en.wikipedia.org/wiki/Suriname">Suriname</a>, <a href="http://en.wikipedia.org/wiki/Singapore">Singapore</a>, <a href="http://en.wikipedia.org/wiki/Malaysia">Malaysia</a></li>
<li>Visited even more countries</li>
<li>Used up a lot of girlfriends</li>
<li>Had dinner over 5000 times</li>
<li>Went about 45000 times to the toilet</li>
</ul>
<p>For the next 15 years. What I&#8217;ll do I don&#8217;t know, yet. Here is a <a href="http://youtube.com">Youtube</a> video which is inspiring.</p>
<p><object width="425" height="264" data="http://www.youtube.com/v/86x-u-tz0MA&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/86x-u-tz0MA&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6" /><param name="allowfullscreen" value="true" /></object></p>
<p>I wonder what will happen in the next 15 years(I&#8217;ll be really old then)&#8230; One thing that will happen soon is my graduating.  For the rest it is up to life!</p>
]]></content:encoded>
			<wfw:commentRss>http://clooner.com/2009/04/01/looking-back-to-the-new-homepage/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tips to improve the quality of your blog posts</title>
		<link>http://clooner.com/2009/02/11/tips-to-improve-the-quality-of-your-blog-posts/</link>
		<comments>http://clooner.com/2009/02/11/tips-to-improve-the-quality-of-your-blog-posts/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 03:31:42 +0000</pubDate>
		<dc:creator>Jeroen Schaftenaar</dc:creator>
				<category><![CDATA[Endeavors]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Youtube]]></category>
		<category><![CDATA[top10]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://clooner.com/?p=239</guid>
		<description><![CDATA[For a while now I&#8217;ve been blogging a bit and while I am not a professional in this, I discovered some useful tricks which I want to share with you. I will not discuss obvious things like use a spellchecker, on the other hand some things I describe will sound obvious but will need effort [...]]]></description>
			<content:encoded><![CDATA[<p>For a while now I&#8217;ve been <a href="http://en.wikipedia.org/wiki/Blog" target="_blank">blogging</a> a bit and while I am not a professional in this, I discovered some useful tricks which I want to share with you. I will not discuss obvious things like use a <a href="http://en.wikipedia.org/wiki/Spell_checker" target="_blank">spellchecker</a>, on the other hand some things I describe will sound obvious but will need effort to get it done right and therefor is often neglected. Also I will not focus on content that much and focus this list on structure because half of the time I don&#8217;t know what to write about and I am not experienced enough to give tips on content writing.</p>
<p><strong>Don&#8217;t publish</strong> &#8211; What are your insane? blogs are all about publishing! What I meant was that when writing your post don&#8217;t hit the publish button but instead save your post first as a draft to review it the day after(a few hours is also ok). Of course you just spend some time writing the post and are anxious to publish but when you wait one day you will reflect on what you have written the day before in a more fair way. Therefor don&#8217;t publish (directly) and also try previewing your post on your site before publishing.</p>
<p><strong>People love structure</strong> &#8211; So use this! <a href="http://en.wikipedia.org/wiki/Paragraph">Paragraph</a> your text to make it more readable. This will also structure your text in such a way people can skip it when they find it boring. Also be not afraid to use lists of any kind because somehow people like reading lists.</p>
<p><strong>Extend your content</strong> &#8211; You can only make up so much crap therefor try to involve other peoples information as well. Link to other blogs that share or disagree on your opinion, make use of media like <a href="http://youtube.com" target="_blank">youtube</a> and <a href="http://wikipedia.org" target="_blank">wikipedia</a>. Also include a link to anything you reference in that text itself.</p>
<p><strong>Summarize</strong> &#8211; Add the end of your blog post ask the readers a question, state the moral of the post, Reflect or express your opinion in one short sentence. This will bring a good ending to the story and might even invite people to post comments on your blog. But never ever end with a question to asks your readers to drop you a comment if you liked this piece of creative(read crap) writing. Comments should be about content. The title &amp; introduction of your post should also give an explanation of what the post is about. The title should be one catchy sentence and the introduction should be one paragraph.</p>
<p><strong>Improve</strong> &#8211; There will be times when you posted a story which contains errors. The first thing you should do is fix them. There is no need to put update tags on a post where you only fixed some minor spelling errors. If you change the content of your post dramatically you might want to consider this and inform the users of the update in the beginning of the post and at the end.</p>
<p>Of course I often make mistakes myself and do not follow this 100% but it is a good guide to measure your posts. I try to always hit at least four out of five points before publishing my post. This way I make sure the blog post lives up to at least some degree of expectation.</p>
]]></content:encoded>
			<wfw:commentRss>http://clooner.com/2009/02/11/tips-to-improve-the-quality-of-your-blog-posts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Programming madness</title>
		<link>http://clooner.com/2009/02/09/programming-madness/</link>
		<comments>http://clooner.com/2009/02/09/programming-madness/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 11:25:20 +0000</pubDate>
		<dc:creator>Jeroen Schaftenaar</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Entertaining]]></category>
		<category><![CDATA[Eric]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Sammy]]></category>
		<category><![CDATA[Youtube]]></category>
		<category><![CDATA[alfred]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Death Star]]></category>
		<category><![CDATA[Enlightenment]]></category>
		<category><![CDATA[eric]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[sammy]]></category>
		<category><![CDATA[Star Wars]]></category>

		<guid isPermaLink="false">http://clooner.com/?p=218</guid>
		<description><![CDATA[Currently I am working with four programming languages/scripts at the same time and while this sometimes frustrates me I am also loving it. It frustrates me because sometimes I mess up really simple things which don&#8217;t give an error in one compiler but will do in the other. Also there is a huge difference in [...]]]></description>
			<content:encoded><![CDATA[<p>Currently I am working with four programming languages/scripts at the same time and while this sometimes frustrates me I am also loving it. It frustrates me because sometimes I mess up really simple things which don&#8217;t give an error in one compiler but will do in the other. Also there is a huge difference in how some development environments handle bad code. For example I am working with <a href="http://www.adobe.com/devnet/actionscript/" target="_blank">ActionScript</a> in <a href="http://www.adobe.com/products/flashplayer/" target="_blank">Adobe Flash</a> and the errors are displayed in the most useless way. This makes <a href="http://en.wikipedia.org/wiki/Software_bug" target="_blank">bug</a> tracking a bitch. In <a href="http://java.com/" target="_blank">Java</a> or <a href="http://php.net">PHP</a> a line where the fault might have occurred is given. Al though the latter one is not always right it makes diving into it a lot easier.</p>
<p>The good side about it is that I get to do more stuff and I can dive into anything I like doing. A lot of programmers only stick to one language cause it is a <em>b!^&lt;h</em> switching between languages sometimes. The upside is that I know more of what is going on and I can take ideas from one project to the other. There are still a lot of languages I haven&#8217;t touched yet and some more I want to rediscover.</p>
<p>One script I am currently working with is <a href="http://en.wikipedia.org/wiki/JavaScript" target="_blank">JavaScript</a> and this is the biggest mess I&#8217;ve ever seen. What will work under one browser won&#8217;t work under another and even though there are some really good libraries out there your code will be ugly. The thing that I hate with JavaScript is that you can&#8217;t go without it. It is the only script available (badly)supported by the major browsers. This keeps me wondering: why isn&#8217;t there an alternative available to JavaScript.</p>
<p>Every browser has 10 ways of markup. You can do <a href="http://en.wikipedia.org/wiki/HTML" target="_blank">HTML</a> formatting, <a href="http://en.wikipedia.org/wiki/XML" target="_blank">XML</a> formatting, <a href="http://en.wikipedia.org/wiki/XHTML">XHTML</a> formatting any many more. Every browser has support for <a href="http://en.wikipedia.org/wiki/Adobe_Flash" target="_blank">Flash</a>, <a href="http://silverlight.net/" target="_blank">Silverlight</a> and many other cool technologies. But no matter what there is always only one script available and that is the messy JavaScript. Why is this, and why do all the browsers support it poorly. Maybe in the future their will be alternatives for JavaScript.</p>
<p>Currently I am reading the book <a href="http://en.wikipedia.org/wiki/Death_Star_(novel)" target="_blank">Death Star</a> which is set in <a href="http://en.wikipedia.org/wiki/Star_Wars" target="_blank">Star Wars</a> galaxy. This made me to get back in the mood of this classic and wanting to watch the two trilogies again. Here is a <a href="http://youtube.com">Youtube</a> movie to get you in the mood.</p>
<p><object width="425" height="344" data="http://www.youtube.com/v/Zo5Lcj8p5UE&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6&amp;ap=%2526fmt%3D18" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Zo5Lcj8p5UE&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6&amp;ap=%2526fmt%3D18" /><param name="allowfullscreen" value="true" /></object></p>
<p>Enlightenment for <a href="http://coder.nl" target="_blank">Eric</a> is Bali, enlightenment for <a href="http://sexy.sammy.net">Sammy</a> is life it self. For a part enlightenment for me are these epic stories because they always lift my spirit&#8230;</p>
<p><a href="http://westerveld.name" target="_blank">Alfred</a> you should <a href="http://en.wikipedia.org/wiki/Blog">blog</a>. I am left wondering(and I guess we all are) to what enlightens you <img src='http://clooner.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  It seems like <a href="http://sexy.sammy.nu/blog/post/21" target="_blank">The blog virus</a> is still going strong but Alfred is not infected yet <img src='http://clooner.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://clooner.com/2009/02/09/programming-madness/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Happy Commercial Valentine’s Day</title>
		<link>http://coder.nl/happy-commercial-valentines-day/</link>
		<comments>http://coder.nl/happy-commercial-valentines-day/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 09:06:44 +0000</pubDate>
		<dc:creator>Eric Kreunen</dc:creator>
				<category><![CDATA[Commercial]]></category>
		<category><![CDATA[Eric]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Valentine's Day]]></category>

		<guid isPermaLink="false">http://coder.nl/?p=132</guid>
		<description><![CDATA[The 14th of February is coming again and it&#8217;s not because I don&#8217;t have a steady relationship I hate Valentine&#8217;s Day, it&#8217;s really the commercialization of the whole event. This may sound stupid coming from a 25 year old but where are the days a simple postcard and a kiss on the cheeks was enough. [...]]]></description>
			<content:encoded><![CDATA[<p>The 14th of February is coming again and it&#8217;s not because I don&#8217;t have a steady relationship I hate Valentine&#8217;s Day, it&#8217;s really the commercialization of the whole event. This may sound stupid coming from a 25 year old but where are the days a simple postcard and a kiss on the cheeks was enough. Nowadays the retail stores want you to believe you have to send as much postcard as you possibly can to all kinds of people you know and you need a huge box of chocolate or a huge bouquet of roses. And weeks in advance they start sending out folders with their &#8217;special&#8217; Valentine&#8217;s Day actions. I&#8217;m immune for it but other people seem to expect what they see. But it&#8217;s not only Valentine&#8217;s Day that&#8217;s ruined, Mother&#8217;s Day, Father&#8217;s Day, Christmas to name a few are completely ruined in my opinion. Really, I think we completely lost the big picture in all those events. It should be about small gestures and not about who can buy me the biggest present. I will stop ranting now before I make an even bigger fool out of myself but I hope you get the point.</p>
]]></content:encoded>
			<wfw:commentRss>http://coder.nl/happy-commercial-valentines-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Syndication</title>
		<link>http://clooner.com/2009/01/21/syndication/</link>
		<comments>http://clooner.com/2009/01/21/syndication/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 13:25:54 +0000</pubDate>
		<dc:creator>Jeroen Schaftenaar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Aggregation]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[eric]]></category>
		<category><![CDATA[Friends]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[sammy]]></category>
		<category><![CDATA[Syndication]]></category>

		<guid isPermaLink="false">http://clooner.com/2009/01/21/syndication/</guid>
		<description><![CDATA[No, this it is not about the revive of Syndicate Wars but post syndication, aggregation or just simply put: Stealing posts from other blogs and putting them on your own. Just a quick update to let you know you might see posts here that are not entirely mine I decided to include the blog posts [...]]]></description>
			<content:encoded><![CDATA[<p>No, this it is not about the revive of <a href="http://en.wikipedia.org/wiki/Syndicate_Wars">Syndicate Wars</a> but post syndication, aggregation or just simply put: Stealing posts from other blogs and putting them on your own. Just a quick update to let you know you might see posts here that are not entirely mine <img src='http://clooner.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I decided to include the blog posts that my friends make on my own blog. I came to this decision after Sammy and I had a little discussion on this topic on his in the <a href="http://sexy.sammy.nu/blog/post/21">discussion area of his blog</a>. I proudly present post syndication so I don&#8217;t have to write anything anymore and you don&#8217;t have to read my crap anymore.</p>
<p>I hope they don&#8217;t mind <img src='http://clooner.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://clooner.com/2009/01/21/syndication/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The top 10 tipping points of things that matter</title>
		<link>http://clooner.com/2009/01/04/the-top-10-tipping-points-of-things-that-matter/</link>
		<comments>http://clooner.com/2009/01/04/the-top-10-tipping-points-of-things-that-matter/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 06:31:37 +0000</pubDate>
		<dc:creator>Jeroen Schaftenaar</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Endeavors]]></category>
		<category><![CDATA[Entertaining]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Inscorta]]></category>
		<category><![CDATA[Youtube]]></category>
		<category><![CDATA[top10]]></category>
		<category><![CDATA[arie.nl]]></category>
		<category><![CDATA[bahasa]]></category>
		<category><![CDATA[baliday.com]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[digsby]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[german]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[guy kawasaki]]></category>
		<category><![CDATA[jaiku]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[mandarin]]></category>
		<category><![CDATA[new year's resolution]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[poetsplaza.nl]]></category>
		<category><![CDATA[reality check]]></category>
		<category><![CDATA[saiful]]></category>
		<category><![CDATA[The sopranos]]></category>
		<category><![CDATA[tipping point]]></category>
		<category><![CDATA[tribalwars]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://clooner.com/?p=120</guid>
		<description><![CDATA[Since everyone is doing a top 10 list of greatest things here is my cut. If you don&#8217;t know about the tipping point:&#8221;It is the moment things get momentum or die out (something like that anyway)&#8221;. My tipping point top 10: 1. Learning Mandarin. After a few months with Chinese people I am starting distinguishing [...]]]></description>
			<content:encoded><![CDATA[<p>Since everyone is doing a top 10 list of greatest things here is my cut. If you don&#8217;t know about <a href="http://en.wikipedia.org/wiki/The_Tipping_Point">the tipping point</a>:&#8221;It is the moment things get momentum or die out (something like that anyway)&#8221;.</p>
<p>My tipping point top 10:</p>
<p><strong>1.</strong> Learning <a href="http://en.wikipedia.org/wiki/Mandarin_(linguistics)">Mandarin</a>. After a few months with Chinese people I am starting distinguishing and perceive more sounds. When I first arrived at this place I never had a clue what they were talking about, nowadays nothing has changed <img src='http://clooner.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  except: I hear more, A lot more&#8230; Somehow before I was deaf for this Chinese language. I did not experience this with <a href="http://en.wikipedia.org/wiki/German_language">German</a> and <a href="http://en.wikipedia.org/wiki/Indonesian_language">Bahasa Indonesia</a>.</p>
<p><strong>2.</strong> <a href="http://getdropbox.com/">Dropbox</a>, <a href="http://twitter.com">Twitter</a> and <a href="http://jaiku.com">Jaiku</a> for being great services but with lousy business model. Don&#8217;t get me wrong these are all great services and they should be cheap. But they have no way to get paid&#8230; Almost nobody minds paying for something good but these services have almost none or no payment plans at all.</p>
<p><strong>3.</strong> <a href="http://www.digsby.com/">Digsby</a> and <a href="http://www.google.com/chrome">Google Chrome</a> for almost being great applications. You guys will be great when you are available for OSX(and Linux). How can you expect to bring something revolutionary when you bring it only to windows? Hurry up with the versions on OSX&#8230;</p>
<p><strong>4.</strong> My fellow blogger <a href="http://www.asksaiful.com/">Saiful Rizal</a> with his plan to inspire us all. He is a bit late with the twitter thing but this also tells us twitter still has momentum. He made a list of <a href="http://youtube.com">youtube</a> videos that I found motivating, this made me check his blog once in a while.</p>
<p><strong>5.</strong> The book <a href="http://www.guykawasaki.com/books/index.shtml">Reality Check</a> of <a href="http://blog.guykawasaki.com">Guy Kawasaki</a>. It is the book I am reading now and it is really good so far and if all the books were this interesting and fun to read at the same time the next point won&#8217;t be a problem at all.</p>
<p><strong>6.</strong> My plan to read one book a week. My <a href="http://en.wikipedia.org/wiki/New_Year%27s_resolution">New Year&#8217;s resolution</a>, it&#8217;s <a href="http://en.wikipedia.org/wiki/HiDef">HiDef</a> <img src='http://clooner.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><strong>7.</strong> <a href="http://arie.nl">Arie.nl</a><a href="http://arie.nl"> werkkleding &amp; werkschoenen</a>, <a href="http://poetsplaza.nl">Poetsplaza.nl</a>, <a href="http://baliday.com">Baliday.com</a> and some other projects I am working on.</p>
<p><strong>8.</strong> Inscorta is the name of an open source project I am starting. It is actually the code behind <a href="arie.nl">Arie.nl</a> &amp; <a href="http://poetsplaza.nl">Poetsplaza.nl</a>. Until now the development has been done solely by me. It turns out to be a great software package but further development is slow and difficult since I am do it all. That is why I decided a long time ago to make this software public so everyone can use it and help to improve it.</p>
<p><strong>9.</strong> Me turning into something usually named <a href="http://en.wikipedia.org/wiki/List_of_blogging_terms#B">blogger</a>. This is not a New Year&#8217;s resolution, I just enjoy it.  <a href="http://en.wikipedia.org/wiki/List_of_blogging_terms#B"><br />
</a></p>
<p><strong>10.</strong> Me turning into an <a href="http://apple.com">Apple</a> <a href="http://en.wikipedia.org/wiki/Fanboy">Fanboy</a>! Like the attack some <em>M*$*&amp;*F*#^%*rs</em> did on my villages in <a href="http://tribalwars.net">Tribalwars</a>, I am afraid there is no stopping to this <a href="http://en.wikipedia.org/wiki/Bill_Gates">Bill</a> and <a href="http://en.wikipedia.org/wiki/Steve_Ballmer">Steve</a>.</p>
<p>Ok, this is not exactly a tipping point list.</p>
<p>&#8220;Whaddaya gonna do, life goes on&#8221; (My favorite quote from <a href="http://www.hbo.com/sopranos/">The Sopranos</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://clooner.com/2009/01/04/the-top-10-tipping-points-of-things-that-matter/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>My dvorak unibody Macbook, Wargames and Trips</title>
		<link>http://clooner.com/2008/12/19/my-dvorak-unibody-macbook-wargames-and-trips/</link>
		<comments>http://clooner.com/2008/12/19/my-dvorak-unibody-macbook-wargames-and-trips/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 18:03:21 +0000</pubDate>
		<dc:creator>Jeroen Schaftenaar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Bali]]></category>
		<category><![CDATA[bangkok]]></category>
		<category><![CDATA[china]]></category>
		<category><![CDATA[dvorak]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[paintball]]></category>
		<category><![CDATA[unibody]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://clooner.com/?p=107</guid>
		<description><![CDATA[After months of waiting I finally have a unibody Macbook I spend a huge amount of money on this baby and the next day I broke it trying to convert the keyboard layout to dvorak. The day after, super glue came to the rescue! And now I have a very unique dvorak unibody Macbook. This photo [...]]]></description>
			<content:encoded><![CDATA[<p>After months of waiting I finally have a <a href="http://www.apple.com/macbook/" target="_blank">unibody Macbook</a> <img src='http://clooner.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  I spend a huge amount of money on this baby and the next day I broke it trying to convert the keyboard layout to <a href="http://en.wikipedia.org/wiki/Dvorak_Simplified_Keyboard" target="_blank">dvorak</a>. The day after, super glue came to the rescue! And now I have a very unique dvorak unibody Macbook. <a href="http://www.flickr.com/photos/lezionidistile/2984418920" target="_blank">This photo</a> actually made me do the conversion. During the rearranging of the keys I cursed myself for doing it but now I am really happy with <a href="http://www.flickr.com/photos/lezionidistile/2984418920" target="_blank">the result</a>(it looks the same, only a slightly different layout).</p>
<p><a href="http://en.wikipedia.org/wiki/Christmas" target="_blank">Christmas</a> is coming and I can have 5 days off taking only one day of leave. I think I&#8217;ll make a trip to <a href="http://www.bangkok.com/" target="_blank">Bangkok</a>. My idea is to go there by <a href="http://airasia.com">AirAsia</a> and come back over land. Even more trips are coming up. In the end of January I have another week off and I might make a trip to Bali(again), I am not entirely sure what to do&#8230; Any suggestions are welcome <img src='http://clooner.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Also in the beginning of January I might go to China for a few days but I fear that will not go through since I had some difficulties getting a visa for this trip.</p>
<p>Last weekend we had a company trip and we went to play paintball. This is really exhausting but really lots of fun to do. Also a good opportunity to talk with some people I hardly spoke to.</p>
<p>Life here is still relaxing and without worry. In the morning I still wake up late, go to the office grabbing a delicious <a href="http://en.wikipedia.org/wiki/Chapati" target="_blank">Roti Capati</a> on the way as breakfast. When I come home it is often 11pm+ but this doesn&#8217;t bother me at this moment.</p>
<p>I gave away my pocket camera so don&#8217;t expect any photo&#8217;s of things I&#8217;ve done. But I&#8217;ll try to get a new camera and then I&#8217;ll snap some shots for you all <img src='http://clooner.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://clooner.com/2008/12/19/my-dvorak-unibody-macbook-wargames-and-trips/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
