<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Darius Kruythoff</title>
	
	<link>http://darius.kruythoff.net/blog</link>
	<description>Rantings of the absent-minded</description>
	<lastBuildDate>Mon, 19 Sep 2011 07:57:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/dkruythoff" /><feedburner:info uri="dkruythoff" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>iPadding: Setup</title>
		<link>http://feedproxy.google.com/~r/dkruythoff/~3/s0dCCG6AcVQ/</link>
		<comments>http://darius.kruythoff.net/blog/2011/ipadding-setup/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 20:46:38 +0000</pubDate>
		<dc:creator>dkruythoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://darius.kruythoff.net/blog/?p=144</guid>
		<description><![CDATA[So, today we had our iPad delivered. As I feared, the thing is useless without iTunes. Roughly, this means that anyone using only Linux can go DIAF. Stubborn as I am, I decided to try a Windows VM. As expected, &#8230;<p class="read-more"><a href="http://darius.kruythoff.net/blog/2011/ipadding-setup/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-145 alignnone" title="iPad w/o iTunes = expensive paperweight" src="http://darius.kruythoff.net/blog/wp-content/uploads/2011/06/jocmw-300x179.jpg" alt="" width="300" height="179" /></p>
<p>So, today we had our iPad delivered.</p>
<p>As I feared, the thing is useless without iTunes.<br />
Roughly, this means that anyone using only Linux can go <a href="http://diaf.urbanup.com/232060" target="_blank">DIAF</a>.</p>
<p>Stubborn as I am, I decided to try a Windows VM.<br />
As expected,  iTunes installation went fine. However, VirtualBox OSE (found in the Ubuntu repositories) doesn&#8217;t have USB support built in.<br />
Luckily,  How-To Geek came to the rescue: ﻿﻿<a title="Permanent Link: Mount USB Devices in Virtualbox with Ubuntu" rel="bookmark" href="http://bit.ly/kFY9u3" target="_blank">Mount USB Devices in Virtualbox with Ubuntu</a></p>
<p>On a side note: Remember to download and install the VirtualBox Extension Pack found on the <a href="http://www.virtualbox.org/wiki/Downloads" target="_blank">VirtualBox download page</a> to fully get USB to work.</p>
<p>After logging out and back in to my Ubuntu desktop, I was able to turn on USB support in my virtual machine, and hook up the iPad to my virtual iTunes install.</p>
<p><img class="size-medium wp-image-146 alignnone" title="USB finally working in VirtualBox" src="http://darius.kruythoff.net/blog/wp-content/uploads/2011/06/Screenshot-WinXP-Settings-300x231.png" alt="" width="300" height="231" /></p>
<p>Another EULA and a few screens further, and the iPad was registered and ready for use.</p>
<p>After some app installing and Youtubing, I must say I&#8217;m pleased with the thing.<br />
It&#8217;s great for watching video, and the children&#8217;s games are made of win.<br />
And aside from entertainment, I&#8217;ve got a proper touch device to test my sites on. :-)</p>
<img src="http://feeds.feedburner.com/~r/dkruythoff/~4/s0dCCG6AcVQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://darius.kruythoff.net/blog/2011/ipadding-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://darius.kruythoff.net/blog/2011/ipadding-setup/</feedburner:origLink></item>
		<item>
		<title>Cross domain AJAX with Apache’s mod_proxy</title>
		<link>http://feedproxy.google.com/~r/dkruythoff/~3/XqUVp61DvZU/</link>
		<comments>http://darius.kruythoff.net/blog/2011/xss-with-apache/#comments</comments>
		<pubDate>Tue, 10 May 2011 19:54:29 +0000</pubDate>
		<dc:creator>dkruythoff</dc:creator>
				<category><![CDATA[APIs]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://darius.kruythoff.net/blog/?p=131</guid>
		<description><![CDATA[Today I sidetracked on a quest to set up some Javascript widgets to mainly play with animation and study CSS transitions. Since I wanted to set up a picture slideshow, I decided to use Flickr&#8217;s API to load random pictures. &#8230;<p class="read-more"><a href="http://darius.kruythoff.net/blog/2011/xss-with-apache/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-136" title="apache_feather_120x120" src="http://darius.kruythoff.net/blog/wp-content/uploads/2011/05/apache_feather_120x120.png" alt="Apache Logo" width="120" height="34" />Today I sidetracked on a quest to set up some Javascript widgets to mainly play with animation and study CSS transitions.<br />
Since I wanted to set up a picture slideshow, I decided to use Flickr&#8217;s API to load random pictures.</p>
<p>Now, for some unexplainable reason, I keep forgetting that AJAX calls cannot be made to other domains, so I was once again left to build a proxy script.<br />
Being a good and lazy developer, I decided to look for an alternative, and I stumbled upon this gem: <a href="http://dwrbudr.com/#mod" target="_blank">http://dwrbudr.com/#mod</a></p>
<p>It seems that Apache has a simple proxy built in that I didn&#8217;t know about.<br />
Of course, a scripted proxy offers many advantages, like caching or modifying output.<br />
However, when you only care for the raw API output, this is a simple, brainless lifesaver.</p>
<p>To get the thing to work on Ubuntu 10.10, I had to modify the .htaccess rules a bit.<br />
<code><br />
RewriteEngine on<br />
RewriteRule ^rest\/flickr\/(.*)$ http://api.flickr.com/services/rest/$1 [P]<br />
</code></p>
<p>Also, mod_proxy isn&#8217;t enabled by default. You can enable it like so:<br />
<code><br />
sudo a2enmod proxy<br />
sudo a2enmod proxy_http<br />
sudo /etc/init.d/apache2 restart<br />
</code></p>
<p>After this, you can throw your requests at /rest/flickr on your local domain without worrying about security restrictions!</p>
<img src="http://feeds.feedburner.com/~r/dkruythoff/~4/XqUVp61DvZU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://darius.kruythoff.net/blog/2011/xss-with-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://darius.kruythoff.net/blog/2011/xss-with-apache/</feedburner:origLink></item>
		<item>
		<title>Words are worse</title>
		<link>http://feedproxy.google.com/~r/dkruythoff/~3/LbUqa7hZQ88/</link>
		<comments>http://darius.kruythoff.net/blog/2011/words-are-worse/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 13:44:04 +0000</pubDate>
		<dc:creator>dkruythoff</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[people]]></category>

		<guid isPermaLink="false">http://darius.kruythoff.net/blog/?p=54</guid>
		<description><![CDATA[A Westport Junior High School student has posted a YouTube video called &#8220;Words are worse than Sticks and Stones&#8221; to fight off her bullies. Meet Alye. A 13-year-old girl from Westport, Conneticut. This girl, like too many other teens, is going through &#8230;<p class="read-more"><a href="http://darius.kruythoff.net/blog/2011/words-are-worse/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>A Westport Junior High School student has posted a YouTube video called &#8220;Words are worse than Sticks and Stones&#8221; to fight off her bullies.</p>
<p>Meet Alye. A 13-year-old girl from Westport, Conneticut.<br />
This girl, like too many other teens, is going through hell at school because of bullying. Well, this girl was brave enough to speak out. And online no less.</p>
<p>Instead of words, she used signs to express her situation.</p>
<p>http://www.youtube.com/watch?v=37_ncv79fLA</p>
<p>Being a fresh foreigner when I started high-school here, I could somewhat relate. I remember the one way to escape bullying was to be a bully yourself. Good times, not. :-(</p>
<p>Anyway, I quickly noticed a video response by a girl named Erica.<br />
In the same sign-fashion, she shares her own experiences with bullying, and how to cope.</p>
<p>http://www.youtube.com/watch?v=Dz739lKjWeE</p>
<p>Filed under &#8216;touching&#8217;.</p>
<p>Source: <a href="http://newyork.cbslocal.com/2011/03/29/westport-8th-grader-fights-bullies-with-youtube-video/" target="_blank">http://newyork.cbslocal.com/2011/03/29/westport-8th-grader-fights-bullies-with-youtube-video/</a></p>
<img src="http://feeds.feedburner.com/~r/dkruythoff/~4/LbUqa7hZQ88" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://darius.kruythoff.net/blog/2011/words-are-worse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://darius.kruythoff.net/blog/2011/words-are-worse/</feedburner:origLink></item>
		<item>
		<title>Back from the dead</title>
		<link>http://feedproxy.google.com/~r/dkruythoff/~3/rYujnCrf30Q/</link>
		<comments>http://darius.kruythoff.net/blog/2011/back-from-the-dead/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 09:07:57 +0000</pubDate>
		<dc:creator>dkruythoff</dc:creator>
				<category><![CDATA[Personal life]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://darius.kruythoff.net/blog/?p=35</guid>
		<description><![CDATA[It&#8217;s still breathing! After the hellish period right after Odin&#8217;s birth, I kind of forgot about this blog and focused solely on work, diapers and bottles. Now, as I&#8217;ve started entrepreneuring with Hectius, I figured I&#8217;d better update this thing. &#8230;<p class="read-more"><a href="http://darius.kruythoff.net/blog/2011/back-from-the-dead/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="margin: 0 0 1em 1em;" src="http://darius.kruythoff.net/blog/wp-content/uploads/2011/03/wpid-phoenixbird.jpg" alt="Phoenix" width="240" height="180" /></p>
<p>It&#8217;s still breathing!</p>
<p>After the hellish period right after Odin&#8217;s birth, I kind of forgot about this blog and focused solely on work, diapers and bottles.</p>
<p>Now, as I&#8217;ve started entrepreneuring with <a href="http://hectius.com" target="_blank">Hectius</a>, I figured I&#8217;d better update this thing.</p>
<p>Besides messing with this blog, I&#8217;ve taken it upon myself to learn how to implement and adapt <a href="http://www.magentocommerce.com/" target="_blank">Magento</a> webshops.</p>
<p>I&#8217;ve also decided to explore and master several frameworks and CMS solutions. On the list are: <a href="http://wordpress.org/" target="_blank">WordPress</a>, <a href="http://drupal.org/" target="_blank">Drupal</a>, <a href="http://codeigniter.com/" target="_blank">CodeIgniter</a> and <a href="http://expressionengine.com/" target="_blank">ExpressionEngine</a>.</p>
<p>After I&#8217;m content with Magento, I&#8217;ll most probably start with WordPress, as I&#8217;d like a personal look on this blog.</p>
<p>Will keep you posted.</p>
<img src="http://feeds.feedburner.com/~r/dkruythoff/~4/rYujnCrf30Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://darius.kruythoff.net/blog/2011/back-from-the-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://darius.kruythoff.net/blog/2011/back-from-the-dead/</feedburner:origLink></item>
		<item>
		<title>No news is good news?</title>
		<link>http://feedproxy.google.com/~r/dkruythoff/~3/zOjkG6geqvY/</link>
		<comments>http://darius.kruythoff.net/blog/2009/no-news-is-good-news/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 07:10:49 +0000</pubDate>
		<dc:creator>dkruythoff</dc:creator>
				<category><![CDATA[Personal life]]></category>
		<category><![CDATA[Everyday]]></category>
		<category><![CDATA[Odin]]></category>

		<guid isPermaLink="false">http://darius.kruythoff.net/blog/?p=24</guid>
		<description><![CDATA[As anyone who cares might have guessed, Odin&#8217;s been home for a while. I&#8217;ve been meaning to update here, but never get around to it. Be it work, daddy duties, or lack of commitment, there&#8217;s always something. Anyway, Odin&#8217;s doing &#8230;<p class="read-more"><a href="http://darius.kruythoff.net/blog/2009/no-news-is-good-news/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>As anyone who cares might have guessed, Odin&#8217;s been home for a while.<br />
I&#8217;ve been meaning to update here, but never get around to it. Be it work, daddy duties, or lack of commitment, there&#8217;s always something.</p>
<p>Anyway, Odin&#8217;s doing fine. He&#8217;s off the medicine by now, and growing like weed. :-)</p>
<p style="text-align: center;"><img class="aligncenter" title="Luna and Odin" src="http://farm4.static.flickr.com/3300/3626068984_4defd1c121_m.jpg" alt="" width="240" height="179" /></p>
<img src="http://feeds.feedburner.com/~r/dkruythoff/~4/zOjkG6geqvY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://darius.kruythoff.net/blog/2009/no-news-is-good-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://darius.kruythoff.net/blog/2009/no-news-is-good-news/</feedburner:origLink></item>
		<item>
		<title>Odin: Coming home</title>
		<link>http://feedproxy.google.com/~r/dkruythoff/~3/wWX8UE2qInE/</link>
		<comments>http://darius.kruythoff.net/blog/2009/odin-coming-home/#comments</comments>
		<pubDate>Wed, 13 May 2009 21:57:39 +0000</pubDate>
		<dc:creator>dkruythoff</dc:creator>
				<category><![CDATA[Personal life]]></category>
		<category><![CDATA[Everyday]]></category>
		<category><![CDATA[Odin]]></category>

		<guid isPermaLink="false">http://darius.kruythoff.net/blog/?p=21</guid>
		<description><![CDATA[Well, seems Odin will see his house tomorrow, they very day he was expected to be born. We already hung up decorations, and pumped up the biggest stork I&#8217;ve ever seen, but sceptic as we are, seeing&#8217;s still believing. After &#8230;<p class="read-more"><a href="http://darius.kruythoff.net/blog/2009/odin-coming-home/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Well, seems Odin will see his house tomorrow, they very day he was expected to be born.<br />
We already hung up decorations, and pumped up the biggest stork I&#8217;ve ever seen, but sceptic as we are, seeing&#8217;s still believing.</p>
<p>After all manner of monitoring and testing, the doctors were unable to find out what speeds up his heart rate and respiration during meals. He did get a new kind of bottle with special mouth piece, which seems to work a bit better for him.</p>
<p>He&#8217;ll have to keep using one of 2 types of medication he had at the hospital, and will have to return for some checkups, but at least he&#8217;ll now be home with mom, dad, &amp; sis, like he should.</p>
<img src="http://feeds.feedburner.com/~r/dkruythoff/~4/wWX8UE2qInE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://darius.kruythoff.net/blog/2009/odin-coming-home/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://darius.kruythoff.net/blog/2009/odin-coming-home/</feedburner:origLink></item>
		<item>
		<title>Odin: Waiting to come home</title>
		<link>http://feedproxy.google.com/~r/dkruythoff/~3/98AzrsYWFK4/</link>
		<comments>http://darius.kruythoff.net/blog/2009/odin-waiting-to-come-home/#comments</comments>
		<pubDate>Fri, 08 May 2009 22:08:01 +0000</pubDate>
		<dc:creator>dkruythoff</dc:creator>
				<category><![CDATA[Personal life]]></category>
		<category><![CDATA[Everyday]]></category>
		<category><![CDATA[Odin]]></category>

		<guid isPermaLink="false">http://darius.kruythoff.net/blog/?p=9</guid>
		<description><![CDATA[Odin is still at the hospital, in good health but awaiting some tests before his release.<p class="read-more"><a href="http://darius.kruythoff.net/blog/2009/odin-waiting-to-come-home/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>As some of you may know, our son Odin was born this April 30th.</p>
<p>Later that same day, it seems he turned blue when having his blood checked. Following this, he got sent to the newborn&#8217;s IC for checking.</p>
<p>Later on, he got sent to MC. He had some dips in his oxygen saturation, and his respiration was somewhat irregular, but he seemed otherwise fine.</p>
<p>At the beginning of this week he got sent to a regular room, and all week, we have been visiting twice a day.<br />
Ending this week, we had a good talk with the doctor, and as we saw ourselves, Odin seem to have some trouble drinking. He doesn&#8217;t show any discomfort, but his respiration rises to almost double the normal rate, and his heart frequency also rises significantly.<br />
At the beginning of the week, he also threw up lots of his food, and it seemed to rise up, so he ended up swallowing it back down. This was dealth with with some medication, and that problem seems over already.</p>
<p>After some testing, the doctor is still unsure what can be causing the rises in respiration and heart rate, so she&#8217;s ordered an x-ray of his lungs, an otolaryntologist check, a cardiac checkup, a pathologist (if memory serves me) check, and a check on his thyroid gland.</p>
<p>The cardiac check was done today and seems fine. The otolaryntologist had a look at him, but will double-check next Monday.<br />
Other tests and checks are still pending.</p>
<p>As for us, we&#8217;re glad he&#8217;s both in good health and in good hads, but impatient for him to finally come home.</p>
<p>More news as it arrives.</p>
<p><img class="aligncenter size-medium wp-image-15" title="Odin" src="http://darius.kruythoff.net/blog/wp-content/uploads/2009/05/3496442275_f885028a7a-300x225.jpg" alt="Odin" width="300" height="225" /></p>
<img src="http://feeds.feedburner.com/~r/dkruythoff/~4/98AzrsYWFK4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://darius.kruythoff.net/blog/2009/odin-waiting-to-come-home/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://darius.kruythoff.net/blog/2009/odin-waiting-to-come-home/</feedburner:origLink></item>
		<item>
		<title>Blog set up!</title>
		<link>http://feedproxy.google.com/~r/dkruythoff/~3/Rs6VlDmTvJY/</link>
		<comments>http://darius.kruythoff.net/blog/2009/blog-set-up/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 21:00:23 +0000</pubDate>
		<dc:creator>dkruythoff</dc:creator>
				<category><![CDATA[Random ranting]]></category>
		<category><![CDATA[Everyday]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://darius.kruythoff.net/blog/?p=3</guid>
		<description><![CDATA[Yay, got the thing installed! Now to design a personal look for it&#8230;]]></description>
			<content:encoded><![CDATA[<p>Yay, got the thing installed! Now to design a personal look for it&#8230;</p>
<img src="http://feeds.feedburner.com/~r/dkruythoff/~4/Rs6VlDmTvJY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://darius.kruythoff.net/blog/2009/blog-set-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://darius.kruythoff.net/blog/2009/blog-set-up/</feedburner:origLink></item>
	</channel>
</rss><!-- Served from: darius.kruythoff.net @ 2012-02-01 03:32:51 by W3 Total Cache -->

