<?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>imitatio creatio &#187; programming</title>
	<atom:link href="http://filip.rembialkowski.net/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://filip.rembialkowski.net</link>
	<description>co we łbie piszczy</description>
	<lastBuildDate>Tue, 15 Jun 2010 12:11:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VIM for Programmers</title>
		<link>http://filip.rembialkowski.net/vim-for-programmers/</link>
		<comments>http://filip.rembialkowski.net/vim-for-programmers/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 08:44:39 +0000</pubDate>
		<dc:creator>filip</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://filip.rembialkowski.net/?p=241</guid>
		<description><![CDATA[OK, this one is originally called "Vim for (PHP) Programmers".
But (1) it has not much to do with PHP, and (2)  it is such a pearl I have to share it.
See this on scribd: VIM for PHP Programmers.
I use Vim for about 5 years now, and I discovered that I'm just a rookie :)
]]></description>
		<wfw:commentRss>http://filip.rembialkowski.net/vim-for-programmers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aegisub: If programming languages were religions&#8230;</title>
		<link>http://filip.rembialkowski.net/aegisub-if-programming-languages-were-religions/</link>
		<comments>http://filip.rembialkowski.net/aegisub-if-programming-languages-were-religions/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 17:38:47 +0000</pubDate>
		<dc:creator>filip</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[religion]]></category>

		<guid isPermaLink="false">http://filip.rembialkowski.net/aegisub-if-programming-languages-were-religions/</guid>
		<description><![CDATA[Aegisub: If programming languages were religions....
]]></description>
		<wfw:commentRss>http://filip.rembialkowski.net/aegisub-if-programming-languages-were-religions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postgres partitioning performance &#8211; rules vs triggers</title>
		<link>http://filip.rembialkowski.net/postgres-partitioning-performance-rules-vs-triggers/</link>
		<comments>http://filip.rembialkowski.net/postgres-partitioning-performance-rules-vs-triggers/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 15:13:27 +0000</pubDate>
		<dc:creator>filip</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[efficiency]]></category>
		<category><![CDATA[partitioning]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rules]]></category>
		<category><![CDATA[triggers]]></category>

		<guid isPermaLink="false">http://filip.rembialkowski.net/?p=71</guid>
		<description><![CDATA[Rafal Pietrak asked a question about postgres performance in partitioning scenarios. 
The problem is, in classical partitioning approach you decide into which partition put the data basing only on the inserted data itself.
But we consider also situation when you want to make this decision basing on current database content.
For example we have some "driving" or [...]]]></description>
		<wfw:commentRss>http://filip.rembialkowski.net/postgres-partitioning-performance-rules-vs-triggers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>variable length positive lookbehind in perl regex</title>
		<link>http://filip.rembialkowski.net/variable-length-positive-lookbehind-in-perl-regex/</link>
		<comments>http://filip.rembialkowski.net/variable-length-positive-lookbehind-in-perl-regex/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 17:36:45 +0000</pubDate>
		<dc:creator>filip</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://filip.rembialkowski.net/variable-length-positive-lookbehind-in-perl-regex/</guid>
		<description><![CDATA[perlre says it does not support lookbehind matches with arbitrary length.
here is a workaround

#!perl -l -w
use strict;
#
print my $txt = 'Alice has a fish. It is a nice fish.
Bob has a dog. John has a cat.
Line 3 is not important.
Filip has a perl.
---------------------------';
#
=pod WE WANT THIS but this gives Perl error.
while ( $txt =~ m{(?]]></description>
		<wfw:commentRss>http://filip.rembialkowski.net/variable-length-positive-lookbehind-in-perl-regex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
