<?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>Too much Internet free time &#187; code</title>
	<atom:link href="http://www.roumazeilles.net/news/en/wordpress/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.roumazeilles.net/news/en/wordpress</link>
	<description>Technology news and opinions straight from Paris, France</description>
	<lastBuildDate>Fri, 19 Mar 2010 16:28:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Kata practice for the programmer</title>
		<link>http://www.roumazeilles.net/news/en/wordpress/2008/07/27/kata-practice-for-the-programmer/</link>
		<comments>http://www.roumazeilles.net/news/en/wordpress/2008/07/27/kata-practice-for-the-programmer/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 14:16:54 +0000</pubDate>
		<dc:creator>Yves Roumazeilles</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web sightings]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[exercice]]></category>
		<category><![CDATA[kata]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://www.roumazeilles.net/news/en/wordpress/?p=1899</guid>
		<description><![CDATA[
My participation to Emacs history
GNU-Emacs v22.1
A martial arts adept knows how much you have to repeat the same basic exercise (a kata) before mastering free fight. This is the same with most pianists who need to practice long and often to get reflexes, natural grace.
So, why not the same for programmers?
Dave Thomas decided to create [...]]]></description>
			<content:encoded><![CDATA[<p><div class="right25_box"><ul>
<li><a href="/news/nw/news0046.php">My participation to Emacs history</a></li>
<li><a href="http://www.roumazeilles.net/news/en/wordpress/?p=977">GNU-Emacs v22.1</a></li>
</ul></div><p>A martial arts adept knows how much you have to repeat the same basic exercise (a kata) before mastering free fight. This is the same with most pianists who need to practice long and often to get reflexes, natural grace.</p>
<p>So, why not the same for programmers?</p>
<p>Dave Thomas decided to create basic exercises for the software developer. To be practiced continuously with not constraint of environment or language. He called it the <a href="http://codekata.pragprog.com/">Code Kata</a>.</p>
<p>I no longer write a lot about software programming (I no longer code by myself nowadays) but it was such a great idea, a flash of light so obvious and elegant that I needed to share with you. No programmer should avoid the regular exercise of <a href="http://codekata.pragprog.com/">Code Kata</a>. Many companies should also force their own software developers to apply it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roumazeilles.net/news/en/wordpress/2008/07/27/kata-practice-for-the-programmer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable hotlinking</title>
		<link>http://www.roumazeilles.net/news/en/wordpress/2008/05/30/disable-hotlinking/</link>
		<comments>http://www.roumazeilles.net/news/en/wordpress/2008/05/30/disable-hotlinking/#comments</comments>
		<pubDate>Fri, 30 May 2008 08:51:32 +0000</pubDate>
		<dc:creator>Yves Roumazeilles</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[HTML and CSS]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Liberties]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Photo & Graphics]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Use your D-SLR]]></category>
		<category><![CDATA[Web sightings]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[automatic]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[hot link]]></category>
		<category><![CDATA[hotlinking]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[steal]]></category>
		<category><![CDATA[web site]]></category>

		<guid isPermaLink="false">http://www.roumazeilles.net/news/en/wordpress/2008/05/30/disable-hotlinking/</guid>
		<description><![CDATA[When you have a web site, it becomes quite common that some people feel so easy to just borrow your images that they do not even take the time to make a copy on their own web site. Not only do they use your artwork, but they also use the bandwidth you paid for.
Normally, there [...]]]></description>
			<content:encoded><![CDATA[<p>When you have a web site, it becomes quite common that some people feel so easy to just borrow your images that they do not even take the time to make a copy on their own web site. Not only do they use your artwork, but they also use the bandwidth you paid for.</p>
<p>Normally, there is a solution. You can modify slightly your website to ensure that if this happens, the image served is not the original one, but a modified one (either a big red X, or a message to the reader). But it is a little difficult to do by hand. A wbe site tool comes handy for this: <a href="http://htmlbasix.com/disablehotlinking.shtml">HTMLbasix &#8211; Htaccess Disable Hotlinking Code Generator</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roumazeilles.net/news/en/wordpress/2008/05/30/disable-hotlinking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
