<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>jasper.es</title>
    <link>http://blog.jasper.es/</link>
    <description>All the web and more</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.6 - http://www.s9y.org/</generator>
    <pubDate>Tue, 29 Nov 2011 19:00:58 GMT</pubDate>

    <image>
        <url>http://blog.jasper.es/templates/bulletproof/img/s9y_banner_small.png</url>
        <title>RSS: jasper.es - All the web and more</title>
        <link>http://blog.jasper.es/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>disintermediation ftw!</title>
    <link>http://blog.jasper.es/archives/7-disintermediation-ftw!.html</link>
    
    <comments>http://blog.jasper.es/archives/7-disintermediation-ftw!.html#comments</comments>
    <wfw:comment>http://blog.jasper.es/wfwcomment.php?cid=7</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.jasper.es/rss.php?version=2.0&amp;type=comments&amp;cid=7</wfw:commentRss>
    

    <author>nospam@example.com (Jasper Spaans)</author>
    <content:encoded>
    &lt;p&gt;As the tap in my kitchen water heater is leaking I set out to find some new parts for that thing. First try: last weekend, I went to a high-profile plumbing store (that shall not be named), and they were not able to help me as I hadn&#039;t brought the old parts, and they had no knowledge of my particular water heater. A more general parts store&amp;#160;nearby&amp;#160;also did not have my parts.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;So, this morning, I disassembled my tap (after stocking some water), and set out to buy the wanted parts. The parts store did not have anything in stock, however, after showing my old tap to the plumber he went through some drawers and found a complete tap - costing €27.50. &amp;#160;I was needing two, so that would have set me back €55. That&#039;s a ridiculous amount of money for solving a problem that can be solved by replacing two pieces of rubber.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://blog.jasper.es/archives/7-disintermediation-ftw!.html#extended&quot;&gt;Continue reading &quot;disintermediation ftw!&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 19 Aug 2008 10:32:35 +0200</pubDate>
    <guid isPermaLink="false">http://blog.jasper.es/archives/7-guid.html</guid>
    
</item>
<item>
    <title>repr for c++</title>
    <link>http://blog.jasper.es/archives/17-repr-for-c++.html</link>
    
    <comments>http://blog.jasper.es/archives/17-repr-for-c++.html#comments</comments>
    <wfw:comment>http://blog.jasper.es/wfwcomment.php?cid=17</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.jasper.es/rss.php?version=2.0&amp;type=comments&amp;cid=17</wfw:commentRss>
    

    <author>nospam@example.com (Jasper Spaans)</author>
    <content:encoded>
    &lt;p&gt;Just a small code fragment to help you through the night:&lt;/p&gt; &lt;br /&gt;
&lt;pre&gt;#include &amp;lt;iostream&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#include &amp;lt;sstream&amp;gt;&lt;br /&gt;
#include &amp;lt;string&amp;gt;&lt;br /&gt;
#include &amp;lt;boost/foreach.hpp&amp;gt;&lt;br /&gt;
&lt;br /&gt;
std::string repr(const std::string&amp;amp; s)&lt;br /&gt;
{&lt;br /&gt;
  std::ostringstream ss;&lt;br /&gt;
  BOOST_FOREACH(const char c, s) {&lt;br /&gt;
    if ((signed char)c &amp;lt; 32) {&lt;br /&gt;
&lt;/pre&gt; &lt;br /&gt;
&lt;div&gt;&lt;/div&gt; &lt;br /&gt;&lt;a href=&quot;http://blog.jasper.es/archives/17-repr-for-c++.html#extended&quot;&gt;Continue reading &quot;repr for c++&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 29 Nov 2011 00:42:29 +0100</pubDate>
    <guid isPermaLink="false">http://blog.jasper.es/archives/17-guid.html</guid>
    
</item>

</channel>
</rss>
