<?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>Arie's Blog &#187; Photography</title>
	<atom:link href="http://ariekanarie.nl/category/photography/feed" rel="self" type="application/rss+xml" />
	<link>http://ariekanarie.nl</link>
	<description></description>
	<lastBuildDate>Mon, 14 Jun 2010 09:48:33 +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>Canon gangster baby!</title>
		<link>http://ariekanarie.nl/archives/168/canon-gangster-baby</link>
		<comments>http://ariekanarie.nl/archives/168/canon-gangster-baby#comments</comments>
		<pubDate>Tue, 24 Nov 2009 20:49:39 +0000</pubDate>
		<dc:creator>Arie</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[canon]]></category>
		<category><![CDATA[juliet]]></category>
		<category><![CDATA[nikon]]></category>
		<category><![CDATA[romeo]]></category>

		<guid isPermaLink="false">http://ariekanarie.nl/?p=168</guid>
		<description><![CDATA[www.youtube.com/watch?v=H_H8TOKcfjg]]></description>
			<content:encoded><![CDATA[<p><span class="youtube">
<object width="480" height="360">
<param name="movie" value="http://www.youtube.com/v/H_H8TOKcfjg&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;hd=1" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/H_H8TOKcfjg&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;hd=1" type="application/x-shockwave-flash" allowfullscreen="true" width="480" height="360"></embed>
<param name="wmode" value="transparent" />
</object>
</span><p><a href="http://www.youtube.com/watch?v=H_H8TOKcfjg&fmt=18">www.youtube.com/watch?v=H_H8TOKcfjg</a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://ariekanarie.nl/archives/168/canon-gangster-baby/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Automatically zipping, sharing, moving demo&#8217;s of Source-based games</title>
		<link>http://ariekanarie.nl/archives/93/automatically-zipping-sharing-moving-demos-of-source-based-games</link>
		<comments>http://ariekanarie.nl/archives/93/automatically-zipping-sharing-moving-demos-of-source-based-games#comments</comments>
		<pubDate>Fri, 19 Dec 2008 22:32:40 +0000</pubDate>
		<dc:creator>Arie</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ariekanarie.nl/?p=93</guid>
		<description><![CDATA[I run a bunch of gameservers for my TF2 clan. On these servers there&#8217;s a Source TV that automatically records demo&#8217;s of matches. After a match it&#8217;s nice to be able to download such a demo and see where your team can improve. To make these demo&#8217;s available to everyone you have to put them [...]]]></description>
			<content:encoded><![CDATA[<p>I run a bunch of gameservers for my <a href="http://orange.half-life2.com/tf2.html" target="_blank">TF2</a> clan. On these servers there&#8217;s a Source TV that automatically records demo&#8217;s of matches. After a match it&#8217;s nice to be able to download such a demo and see where your team can improve.</p>
<p>To make these demo&#8217;s available to everyone you have to put them on a website somewhere, and doing this manually is annoying. Also, demo&#8217;s are easily to compress, so you would like them to get zipped before offering them for a download.</p>
<p>So I wrote a Ruby script that:</p>
<ul>
<li>Uses <a title="7zip" href="http://www.7-zip.org/" target="_blank">7zip</a> to compress all .dem files in directories you specify</li>
<li>Removes the original .dem files</li>
<li>Moves all the .7z files to predifined directories</li>
<li>Restarts the servers when this is done</li>
</ul>
<p>The result is a nice download area at <a href="http://92.48.193.18/demos" target="_blank">our server</a></p>
<p><span id="more-93"></span></p>
<blockquote>
<pre>--------------------------------------
Starting demozip process
--------------------------------------
Start processing directory /location/of/server/1
--------------------------------------
--------------------------------------
Start processing directory /location/of/server/2
--------------------------------------
Zipping auto-20081209-2157-arena_badlands.dem from
/location/of/server/2 and moving to /var/www/demos/2
Finished zipping in 0 seconds...
Removing /location/of/server/2/auto-20081209-2157-arena_badlands.dem
Zipping auto-20081209-2212-arena_ravine.dem from
 /location/of/server/2 and moving to /var/www/demos/2
Finished zipping in 0 seconds...
Removing /location/of/server/2/auto-20081209-2212-arena_ravine.dem
Zipping auto-20081209-2231-arena_well.dem from
 /location/of/server/2/tf and moving to /var/www/demos/2
Finished zipping in 0 seconds...
Removing /location/of/server/2/auto-20081209-2231-arena_well.dem
Zipping auto-20081209-2240-ctf_bball2.dem from
 /location/of/server/2 and moving to /var/www/demos/2
Finished zipping in 21 seconds...
Removing /location/of/server/2/auto-20081209-2240-ctf_bball2.dem
--------------------------------------
Start processing directory /location/of/server/3
--------------------------------------
Zipping auto-20081209-2049-cp_granary.dem from
 /location/of/server/3 and moving to /var/www/demos/3
Finished zipping in 0 seconds...
Removing /location/of/server/3/auto-20081209-2049-cp_granary.dem
Zipping auto-20081209-2131-cp_granary.dem from
 /location/of/server/3 and moving to /var/www/demos/3
Finished zipping in 28 seconds...
Removing /location/of/server/3/auto-20081209-2131-cp_granary.dem
-----------------------------------------------------------------
Finished zipping and moving all demo's in 52 seconds
-----------------------------------------------------------------
Demo's diskusage is now:
197M	/var/www/demos/1
80M	/var/www/demos/3
71M	/var/www/demos/2
348M	/var/www/demos
-----------------------------------------------------------------
Space left on drive:
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda1             141G   12G  123G   9% /</pre>
</blockquote>
<p>You can get the script <a href="http://ariekanarie.nl/wordpress/wp-content/uploads/2008/12/zipdemos.rb" target="_blank">here</a></p>
<p>It&#8217;s written in Ruby and uses RubyGems and a rubygem called Duration for pretty output of how long it took to make the zips and such.</p>
<p>You might need to do the following to get it to work</p>
<blockquote><p>sudo apt-get install ruby ruby1.8 rubygems</p>
<p>sudo gem install duration</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ariekanarie.nl/archives/93/automatically-zipping-sharing-moving-demos-of-source-based-games/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canon 1D Mark III</title>
		<link>http://ariekanarie.nl/archives/64/canon-1d-mark-iii</link>
		<comments>http://ariekanarie.nl/archives/64/canon-1d-mark-iii#comments</comments>
		<pubDate>Wed, 02 Jul 2008 22:29:45 +0000</pubDate>
		<dc:creator>Arie</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://ariekanarie.nl/?p=64</guid>
		<description><![CDATA[I was secretely looking for a replacement for my trusted Canon EOS 30D. The Canon 1D Mark IIn was looking rather good. Not too pricey on the used market, decent specifications, basically the same sensor technology as my 30D. But then I stumbled upon an ad by someone selling her Canon 1D Mark III to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ariekanarie.nl/wordpress/wp-content/uploads/2008/07/1d3-intro.jpg" rel="lightbox"><img class="alignright size-thumbnail wp-image-65" style="float: right;" title="1d3-intro" src="http://ariekanarie.nl/wordpress/wp-content/uploads/2008/07/1d3-intro-150x150.jpg" alt="http://www.juzaphoto.com/eng/articles/canon_eos_1d_mark3_review.htm" width="150" height="150" /></a>I was secretely looking for a replacement for my trusted Canon EOS 30D. The Canon 1D Mark IIn was looking rather good. Not too pricey on the used market, decent specifications, basically the same sensor technology as my 30D.</p>
<p>But then I stumbled upon an ad by someone selling her Canon 1D Mark III to go full-frame. The price was good, and the camera turned out to be in perfect condition. So I spent a little more than expected, but I&#8217;m now the proud owner of the Canon EOS 1D Mark III.</p>
<p>This thing should be great for shooting sporting events at the next Campzone, and ISO performance is absolutely amazing for indoor shots.</p>
]]></content:encoded>
			<wfw:commentRss>http://ariekanarie.nl/archives/64/canon-1d-mark-iii/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Campzone 2006</title>
		<link>http://ariekanarie.nl/archives/10/campzone-2006</link>
		<comments>http://ariekanarie.nl/archives/10/campzone-2006#comments</comments>
		<pubDate>Thu, 31 Aug 2006 17:30:04 +0000</pubDate>
		<dc:creator>Arie</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.ariekanarie.nl/wordpress/2006/08/31/campzone-2006/</guid>
		<description><![CDATA[This summer I attended Campzone, an outdoor LAN party. It was the 6th time this LAN was organised, and every year I&#8217;ve seen it getting better and better. Here are some photos I&#8217;ve taken at the event. More in my Gallery]]></description>
			<content:encoded><![CDATA[<p>This summer I attended Campzone, an outdoor LAN party. It was the 6th time this LAN was organised, and every year I&#8217;ve seen it getting better and better.</p>
<p>Here are some photos I&#8217;ve taken at the event. More in my <a target="_blank" title="Gallery" href="http://www.ariekanarie.nl/gallery2/v/cz2006/">Gallery</a><br />
<a target="_blank" rel="lightbox[campzone]" href="http://www.ariekanarie.nl/gallery2/d/4009-3/IMG_3882.JPG"><img src="http://www.ariekanarie.nl/gallery2/d/4010-3/IMG_3882.JPG" /> </a><a target="_blank" rel="lightbox[campzone]" href="http://www.ariekanarie.nl/gallery2/d/4549-3/IMG_4202.JPG"><img src="http://www.ariekanarie.nl/gallery2/d/4550-3/IMG_4202.JPG" /> </a> <a target="_blank" rel="lightbox[campzone]" href="http://www.ariekanarie.nl/gallery2/d/4813-3/IMG_4603.JPG"><img src="http://www.ariekanarie.nl/gallery2/d/4814-3/IMG_4603.JPG" /> </a> <a target="_blank" rel="lightbox[campzone]" href="http://www.ariekanarie.nl/gallery2/d/4905-3/IMG_4670.JPG"><img src="http://www.ariekanarie.nl/gallery2/d/4906-3/IMG_4670.JPG" /> </a> <a target="_blank" rel="lightbox[campzone]" href="http://www.ariekanarie.nl/gallery2/d/5081-3/IMG_4780.JPG"><img src="http://www.ariekanarie.nl/gallery2/d/5082-3/IMG_4780.JPG" /> </a> <a target="_blank" rel="lightbox[campzone]" href="http://www.ariekanarie.nl/gallery2/d/5197-3/IMG_4827.JPG"><img src="http://www.ariekanarie.nl/gallery2/d/5198-3/IMG_4827.JPG" /> </a> <a target="_blank" rel="lightbox[campzone]" href="http://www.ariekanarie.nl/gallery2/d/5981-3/IMG_5376.JPG"><img src="http://www.ariekanarie.nl/gallery2/d/5982-3/IMG_5376.JPG" /> </a> <a target="_blank" rel="lightbox[campzone]" href="http://www.ariekanarie.nl/gallery2/d/6129-3/IMG_5451.JPG"><img src="http://www.ariekanarie.nl/gallery2/d/6130-3/IMG_5451.JPG" /> </a>  <a target="_blank" rel="lightbox[campzone]" href="http://www.ariekanarie.nl/gallery2/d/6273-3/IMG_5498.JPG"><img src="http://www.ariekanarie.nl/gallery2/d/6274-3/IMG_5498.JPG" /> </a> <a target="_blank" rel="lightbox[campzone]" href="http://www.ariekanarie.nl/gallery2/d/6525-3/IMG_5582.JPG"><img src="http://www.ariekanarie.nl/gallery2/d/6526-3/IMG_5582.JPG" /> </a> <a target="_blank" rel="lightbox[campzone]" href="http://www.ariekanarie.nl/gallery2/d/5333-3/IMG_4862.JPG"><img src="http://www.ariekanarie.nl/gallery2/d/5334-3/IMG_4862.JPG" /> </a> <a target="_blank" rel="lightbox[campzone]" href="http://www.ariekanarie.nl/gallery2/d/5569-3/IMG_5057.JPG"><img src="http://www.ariekanarie.nl/gallery2/d/5570-3/IMG_5057.JPG" /> </a> <a target="_blank" rel="lightbox[campzone]" href="http://www.ariekanarie.nl/gallery2/d/4821-3/IMG_4613.JPG"><img src="http://www.ariekanarie.nl/gallery2/d/4822-3/IMG_4613.JPG" /></a> <a target="_blank" rel="lightbox[campzone]" href="http://www.ariekanarie.nl/gallery2/d/3989-3/IMG_3875.JPG"><img src="http://www.ariekanarie.nl/gallery2/d/3990-4/IMG_3875.JPG" /> </a> <a target="_blank" rel="lightbox[campzone]" href="http://www.ariekanarie.nl/gallery2/d/4729-3/IMG_4545.JPG"><img src="http://www.ariekanarie.nl/gallery2/d/4730-3/IMG_4545.JPG" /> </a> <a target="_blank" rel="lightbox[campzone]" href="http://www.ariekanarie.nl/gallery2/d/6337-3/IMG_5518.JPG"><img src="http://www.ariekanarie.nl/gallery2/d/6338-3/IMG_5518.JPG" /> </a></p>
]]></content:encoded>
			<wfw:commentRss>http://ariekanarie.nl/archives/10/campzone-2006/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
