<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    
    <link href="http://blog.jasper.es/feeds/atom.xml" rel="self" title="jasper.es" type="application/atom+xml" />
    <link href="http://blog.jasper.es/"                        rel="alternate"    title="jasper.es" type="text/html" />
    <link href="http://blog.jasper.es/rss.php?version=2.0"     rel="alternate"    title="jasper.es" type="application/rss+xml" />
    <title type="html">jasper.es</title>
    <subtitle type="html">All the web and more</subtitle>
    <icon>http://blog.jasper.es/templates/bulletproof/img/s9y_banner_small.png</icon>
    <id>http://blog.jasper.es/</id>
    <updated>2011-11-29T19:00:58Z</updated>
    <generator uri="http://www.s9y.org/" version="1.6">Serendipity 1.6 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://blog.jasper.es/archives/7-disintermediation-ftw!.html" rel="alternate" title="disintermediation ftw!" />
        <author>
            <name>Jasper Spaans</name>
                    </author>
    
        <published>2008-08-19T08:32:35Z</published>
        <updated>2011-11-29T19:00:58Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=7</wfw:commentRss>
    
    
        <id>http://blog.jasper.es/archives/7-guid.html</id>
        <title type="html">disintermediation ftw!</title>
        <content type="xhtml" xml:base="http://blog.jasper.es/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>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't brought the old parts, and they had no knowledge of my particular water heater. A more general parts store&#160;nearby&#160;also did not have my parts.</p><br />
<p>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. &#160;I was needing two, so that would have set me back €55. That's a ridiculous amount of money for solving a problem that can be solved by replacing two pieces of rubber.</p> <br /><a href="http://blog.jasper.es/archives/7-disintermediation-ftw!.html#extended">Continue reading "disintermediation ftw!"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://blog.jasper.es/archives/17-repr-for-c++.html" rel="alternate" title="repr for c++" />
        <author>
            <name>Jasper Spaans</name>
                    </author>
    
        <published>2011-11-28T23:42:29Z</published>
        <updated>2011-11-29T00:03:26Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=17</wfw:commentRss>
    
    
        <id>http://blog.jasper.es/archives/17-guid.html</id>
        <title type="html">repr for c++</title>
        <content type="xhtml" xml:base="http://blog.jasper.es/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Just a small code fragment to help you through the night:</p> <br />
<pre>#include &lt;iostream&gt;<br />
<br />
#include &lt;sstream&gt;<br />
#include &lt;string&gt;<br />
#include &lt;boost/foreach.hpp&gt;<br />
<br />
std::string repr(const std::string&amp; s)<br />
{<br />
  std::ostringstream ss;<br />
  BOOST_FOREACH(const char c, s) {<br />
    if ((signed char)c &lt; 32) {<br />
</pre> <br />
<div></div> <br /><a href="http://blog.jasper.es/archives/17-repr-for-c++.html#extended">Continue reading "repr for c++"</a>
            </div>
        </content>
        
    </entry>

</feed>
