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

<rdf:RDF 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   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="http://my.netscape.com/rdf/simple/0.9/">
<channel>
    <title>Stationary Traveller</title>
    <link>http://jelmer.vernstok.nl/blog/</link>
    <description>On Free Software, travel and other random musings</description>
    <dc:language>en</dc:language>

    

    <items>
      <rdf:Seq>
        <rdf:li resource="http://jelmer.vernstok.nl/blog/archives/259-guid.html" />
        <rdf:li resource="http://jelmer.vernstok.nl/blog/archives/257-guid.html" />
        <rdf:li resource="http://jelmer.vernstok.nl/blog/archives/256-guid.html" />
        <rdf:li resource="http://jelmer.vernstok.nl/blog/archives/252-guid.html" />
        <rdf:li resource="http://jelmer.vernstok.nl/blog/archives/250-guid.html" />
        <rdf:li resource="http://jelmer.vernstok.nl/blog/archives/248-guid.html" />
        <rdf:li resource="http://jelmer.vernstok.nl/blog/archives/247-guid.html" />
        <rdf:li resource="http://jelmer.vernstok.nl/blog/archives/246-guid.html" />
        <rdf:li resource="http://jelmer.vernstok.nl/blog/archives/245-guid.html" />
        <rdf:li resource="http://jelmer.vernstok.nl/blog/archives/244-guid.html" />
        <rdf:li resource="http://jelmer.vernstok.nl/blog/archives/242-guid.html" />
        <rdf:li resource="http://jelmer.vernstok.nl/blog/archives/241-guid.html" />
        <rdf:li resource="http://jelmer.vernstok.nl/blog/archives/239-guid.html" />
        <rdf:li resource="http://jelmer.vernstok.nl/blog/archives/237-guid.html" />
        <rdf:li resource="http://jelmer.vernstok.nl/blog/archives/234-guid.html" />
      </rdf:Seq>
    </items>
</channel>




<item rdf:about="http://jelmer.vernstok.nl/blog/archives/259-guid.html">
    <title>Working from home</title>
    <link>http://jelmer.vernstok.nl/blog/archives/259-Working-from-home.html</link>
    <description>
    &lt;p&gt;For about 6 months now I&#039;ve been working for &lt;a href=&quot;http://www.canonical.com/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Canonical&lt;/a&gt; on the &lt;a href=&quot;http://launchpad.net/soyuz&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Soyuz&lt;/a&gt; component of &lt;a href=&quot;https://launchpad.net/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Launchpad&lt;/a&gt;. Like most other engineers at Canonical I don&#039;t work at the office but from a desk at home, as our nearest office is in London, not really a distance that is feasible for a commute. I do work at regular hours during work days and stay in touch with my colleagues using IRC and voice over IP.&lt;/p&gt;

&lt;p&gt;I did have some experience working on contracts and study assignments from home previously, but working a fulltime regular job has turned out to be a bigger challenge. It seems easy enough. No travel time, every day is &lt;a href=&quot;http://en.wikipedia.org/wiki/Casual_Friday&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;casual Friday&lt;/a&gt;, being able to listen to obscure death metal all day without driving coworkers crazy. Awesome, right?&lt;/p&gt;

&lt;p&gt;Well, not entirely. I can&#039;t say I wasn&#039;t warned beforehand (I was) but I still ran head-first into some of the common mistakes.&lt;/p&gt;

&lt;p&gt;&lt;div style=&quot;text-align: center;&quot;&gt;Solitude&lt;/div&gt;&lt;br /&gt;
I can work well by myself and I appreciate the occasional solitude, but it does get kinda lonely when you&#039;re physically sitting by yourself for 8 hours a day, five days a week.&lt;/p&gt;

&lt;p&gt;Fortunately we regularly have sprints at different locations around the world and, apart from appealing to the travel junkie in me, that brings some essential face time with coworkers. Electronic communication mechanisms such as mailing lists, IRC, Skype and, more recently, &lt;a href=&quot;http://mumble.sourceforge.net/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;mumble&lt;/a&gt; also help make the rest of the company feel closer, but it&#039;s still very different from being able to talk to people at the water cooler (the point of which, btw, still escapes me. What&#039;s wrong with proper cold tap water?).&lt;/p&gt;

&lt;p&gt;What also seems to help is going into the city and meeting up with others for lunch, or even just to get groceries.&lt;/p&gt;

&lt;p&gt;&lt;div style=&quot;text-align: center;&quot;&gt;Concentration, work times&lt;/div&gt;&lt;br /&gt;
One of the nice things about working at home is that you&#039;re quite flexible in planning your days; it&#039;s possible to interrupt work to run an errand if necessary. The downside of it is that it is also really easy to get distracted, and there&#039;s something I do very well: procrastinating. I initially ended up getting distracted quite often and then would end up working into the evening to make up for that lost time. The result being that, while only spending 8 hours doing actual work, it felt like having been at work for 12 hours in the end and having lost all spare time. Or as a friend summarized it accurately: working at home is all about boundaries.&lt;/p&gt;

&lt;p&gt;This is at least partially related to the fact that I am a compulsive multi-tasker; I always do several things at once and context-switch every minute or so (prompted by e.g. having to wait for code to compile), including checking email and responding to conversations on IRC and Google Talk. This, among other things, has the effect that I respond quite slowly in IRC/IM conversations; if you&#039;ve ever chatted with me you&#039;ve probably noticed it. Multi-tasking has always worked well for me - despite research suggesting otherwise - because software development always involves a lot of waiting (for vcses, compilers, testsuites, ...).&lt;/p&gt;

&lt;p&gt;Recently I&#039;ve tried to eliminate some of the other distractions by signing out off Skype, Empathy (Google Talk, MSN, etc) and Google reader completely and only checking email a couple of times per day.&lt;/p&gt;

&lt;p&gt;&lt;div style=&quot;text-align: center;&quot;&gt;Feeling productive&lt;/div&gt;&lt;br /&gt;
What has perhaps surprised me most of all was how essential the satisfaction of getting something done is. After spending about a day staring at Python code it&#039;s important for your mood to have accomplished *something*. This appears to be a vicious circle, as lack of progress kills the fun of work, which kills motivation, which causes a lack of progress.&lt;/p&gt;

&lt;p&gt;I am hard core, so during my first months I used my lunch breaks and evenings to hack on other free software projects, triaging bug reports that had come in or reviewing patches. Despite the fact that this is indeed technically a break from Launchpad, it didn&#039;t (surprise!) seem to work as well as stepping away from the computer completely. Also, it turns out that spending 14 hours a day programming doesn&#039;t make you all that much more productive than working a couple of hours less.&lt;/p&gt;

&lt;p&gt;What I&#039;ve discovered recently is that getting at least one branch done by the end of each day, even if it&#039;s just by fixing a trivial bug, helps tremendously in giving me some sense of accomplishment. Julian also wrote a blog post with some useful hints on &lt;a href=&quot;http://bigjools.wordpress.com/2010/02/12/feeling-productive&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;feeling productive&lt;/a&gt; a while ago.&lt;/p&gt;

&lt;p&gt;What is your experience working from home? Any good tips?&lt;/p&gt;

&lt;p&gt;cp: Sieges Even - Unbreakable&lt;/p&gt;
 
    </description>

    <dc:publisher>Stationary Traveller</dc:publisher>
    <dc:creator>nospam@example.com (Jelmer Vernooij)</dc:creator>
    <dc:subject>
    canonical, launchpad, real-life, </dc:subject>
    <dc:date>2010-06-25T12:38:00Z</dc:date>
    <wfw:comment>http://jelmer.vernstok.nl/blog/wfwcomment.php?cid=259</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://jelmer.vernstok.nl/blog/rss.php?version=1.0&amp;type=comments&amp;cid=259</wfw:commentRss>
    
    
</item>
<item rdf:about="http://jelmer.vernstok.nl/blog/archives/257-guid.html">
    <title>Samba Summer of Code</title>
    <link>http://jelmer.vernstok.nl/blog/archives/257-Samba-Summer-of-Code.html</link>
    <description>
    &lt;p&gt;As I have done in previous years, I am again participating in the &lt;a href=&quot;http://code.google.com/soc/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Google Summer of Code&lt;/a&gt; as mentor for the Samba project.&lt;/p&gt;

&lt;p&gt;Last year I &lt;a href=&quot;http://samba.org/~abartlet&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Andrew&lt;/a&gt; and I co-mentored three students with mixed results. In the end we had to drop one of our students but the other two did well. I&#039;ve only taken on one student this year for various reasons.&lt;/p&gt;

&lt;p&gt;The amount of time required to mentor a student varies wildly depending on the student and is hard to predict based on their application. Some students seem to require quite a lot of mentoring while others are self-motivated and self-learning. This has not just been my experience, I&#039;ve heard similar stories from fellow mentors on other projects.&lt;/p&gt;

&lt;p&gt;Last summer Ricardo worked on &lt;a href=&quot;http://github.com/rvelhote/GSoC-SWAT&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;SWAT for Samba 4&lt;/a&gt; and he is still actively working on the project, even after the Summer of Code has finished. I hope to find the time to package SWAT in time for &lt;a href=&quot;http://www.debian.org/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Debian&lt;/a&gt; &lt;a href=&quot;http://www.debian.org/releases/testing/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Squeeze&lt;/a&gt;. At the moment SWAT just supports managing shares but Ricardo is working on user management.&lt;/p&gt;

&lt;p&gt;In 2009 Calin worked on the &lt;a href=&quot;http://wiki.samba.org/index.php/SambaGtk&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;GTK+ frontends for Samba&lt;/a&gt;, in particular changing them to be Python-based rather than C-based. This year his work is going to be continued by Sergio, hopefully with the some user-ready tools as the end result.&lt;/p&gt;

&lt;p&gt;cp: Gazpacho - 117&lt;/p&gt;
 
    </description>

    <dc:publisher>Stationary Traveller</dc:publisher>
    <dc:creator>nospam@example.com (Jelmer Vernooij)</dc:creator>
    <dc:subject>
    samba, soc, </dc:subject>
    <dc:date>2010-06-10T14:56:15Z</dc:date>
    <wfw:comment>http://jelmer.vernstok.nl/blog/wfwcomment.php?cid=257</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://jelmer.vernstok.nl/blog/rss.php?version=1.0&amp;type=comments&amp;cid=257</wfw:commentRss>
    
    
</item>
<item rdf:about="http://jelmer.vernstok.nl/blog/archives/256-guid.html">
    <title>Proof of concept OpenChange server working</title>
    <link>http://jelmer.vernstok.nl/blog/archives/256-Proof-of-concept-OpenChange-server-working.html</link>
    <description>
    &lt;p&gt;Seeing &lt;a href=&quot;http://openchange.org/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;this&lt;/a&gt; makes me very happy. It&#039;s taken &lt;a href=&quot;http://www.openchange.org/index.php?option=com_content&amp;amp;view=article&amp;amp;id=24&amp;amp;Itemid=15&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;us&lt;/a&gt; a couple of years to get to this point but we&#039;ve finally made it, mostly thanks to the dedication and persistence of Julien and Brad.&lt;/p&gt;
 
    </description>

    <dc:publisher>Stationary Traveller</dc:publisher>
    <dc:creator>nospam@example.com (Jelmer Vernooij)</dc:creator>
    <dc:subject>
    debian, openchange, samba, ubuntu, </dc:subject>
    <dc:date>2010-06-08T19:09:08Z</dc:date>
    <wfw:comment>http://jelmer.vernstok.nl/blog/wfwcomment.php?cid=256</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://jelmer.vernstok.nl/blog/rss.php?version=1.0&amp;type=comments&amp;cid=256</wfw:commentRss>
    
    
</item>
<item rdf:about="http://jelmer.vernstok.nl/blog/archives/252-guid.html">
    <title>Input overload</title>
    <link>http://jelmer.vernstok.nl/blog/archives/252-Input-overload.html</link>
    <description>
    &lt;p&gt;During the last few months, despite filtering and thread-scoring, I&#039;m having trouble keeping up with the continuous flood of emails that come my way. I&#039;m now spending way too much of my time dealing with both email and other background noise (hello, web 2.0 services). To cope with this, I&#039;ve now dropped off a couple dozen mailing lists, unsubscribed from a similar number of RSS feeds and left a few IRC channels. I&#039;m slowly working working my way through the backlog of emails and merge requests that I still have to deal with. If you need me to participate in a mailing list discussion, please CC me.&lt;/p&gt;

&lt;p&gt;cp: Agalloch - Our Fortress Is Burning, pt. 1&lt;/p&gt;
 
    </description>

    <dc:publisher>Stationary Traveller</dc:publisher>
    <dc:creator>nospam@example.com (Jelmer Vernooij)</dc:creator>
    <dc:subject>
    </dc:subject>
    <dc:date>2010-03-13T23:05:19Z</dc:date>
    <wfw:comment>http://jelmer.vernstok.nl/blog/wfwcomment.php?cid=252</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://jelmer.vernstok.nl/blog/rss.php?version=1.0&amp;type=comments&amp;cid=252</wfw:commentRss>
    
    
</item>
<item rdf:about="http://jelmer.vernstok.nl/blog/archives/250-guid.html">
    <title>Nostalgia: 10 Years of Samba Hacking</title>
    <link>http://jelmer.vernstok.nl/blog/archives/250-Nostalgia-10-Years-of-Samba-Hacking.html</link>
    <description>
    &lt;p&gt;While searching for something else I happened to come across &lt;a href=&quot;http://lists.samba.org/archive/samba-ntdom/2000-November/016339.html&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;one of my first posts to the ntdom list&lt;/a&gt; in November 2000.&lt;/p&gt;

&lt;p&gt;My post is a simple question about a Samba crash that I myself no doubt had introduced. I&#039;m sure I could have found a solution to it by using Google -  excuse me, &lt;a href=&quot;http://www.altavista.com/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;AltaVista&lt;/a&gt; - but I still received a friendly reply from &lt;a href=&quot;http://plainjoe.org/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Jerry&lt;/a&gt; explaining me to use &lt;a href=&quot;http://www.gnu.org/software/gdb/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;GDB&lt;/a&gt;. I&#039;m not too embarrassed, at least I used proper punctuation and wrote somewhat comprehensible English.&lt;/p&gt;

&lt;p&gt;It&#039;s also strange to realize it&#039;s already been almost ten years since I started hacking on &lt;a href=&quot;http://www.samba.org/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;the Samba project&lt;/a&gt;.&lt;/p&gt;
 
    </description>

    <dc:publisher>Stationary Traveller</dc:publisher>
    <dc:creator>nospam@example.com (Jelmer Vernooij)</dc:creator>
    <dc:subject>
    samba, </dc:subject>
    <dc:date>2010-02-11T04:32:00Z</dc:date>
    <wfw:comment>http://jelmer.vernstok.nl/blog/wfwcomment.php?cid=250</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://jelmer.vernstok.nl/blog/rss.php?version=1.0&amp;type=comments&amp;cid=250</wfw:commentRss>
    
    
</item>
<item rdf:about="http://jelmer.vernstok.nl/blog/archives/248-guid.html">
    <title>Linux.Conf.Au 2010 - Day 3 - Wednesday</title>
    <link>http://jelmer.vernstok.nl/blog/archives/248-Linux.Conf.Au-2010-Day-3-Wednesday.html</link>
    <description>
    &lt;p&gt;I went to Jonathan Corbet&#039;s yearly update of the status of the Linux kernel. He talked about the various big changes that went into the kernel over the last year as well as the development processes. The Linux kernel is probably one of the largest open source projects, and very healthy - there are a lot of individuals and companies contributing to it. With this size &lt;br /&gt;
comes a few interesting challenges coping with the flow of changes into Linus&#039; tree. Their current processes seem to deal with this quite well, and don&#039;t seem to need a lot of major changes at the moment.&lt;/p&gt;

&lt;p&gt;His talk also included the obligatory list of features that landed in the last year. The only one that really matters to me is the Nouveau driver, which I&#039;m looking forward to trying out.&lt;/p&gt;

&lt;p&gt;The second talk I went to in the morning was Selena Deckelmann&#039;s overview of the Open Source database landscape. She mentioned there&#039;s new projects started daily, but it was still a bit disappointing not to see TDB up there.&lt;/p&gt;

&lt;p&gt;After lunch Rob gave a talk about Subunit, introducing to the ideas behind the Subunit protocol as well as presenting an overview of the tools that are available for it and the projects that have Subunitized as of yet. It&#039;s exciting to see the Subunit universe slowly growing, I wasn&#039;t aware of some of the projects that are using it. The recently announced &lt;br /&gt;
&lt;a href=&quot;http://launchpad.net/testrepository&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;testrepository&lt;/a&gt; also looks interesting, even though it is still very rudimentary at the moment.&lt;/p&gt;

&lt;p&gt;In the evening &lt;a href=&quot;http://en.wikipedia.org/wiki/Andrew_Tridgell&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Tridge&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/Rusty_Russell&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Rusty&lt;/a&gt;, &lt;a href=&quot;http://samba.org/~abartlet&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Andrew&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/Jeremy_Allison&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Jeremy&lt;/a&gt;,&lt;a href=&quot;http://en.wikipedia.org/wiki/Anthony_Towns&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;AJ&lt;/a&gt; and I participated in the &lt;a href=&quot;http://hackoff.lca2010.org.nz/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;hackoff&lt;/a&gt; as the &amp;quot;Samba Team&amp;quot;.&lt;/p&gt;

&lt;p&gt;The hackoff was a lot of fun, and consisted of 6 problems, each of which involved somehow decoding the data file for the problem and extracting a short token from it in one way or another, which was required to retrieve the next problem. We managed to solve 4 problems in the hour that the organizers had allocated, and ended first because we were a bit quicker in solving the 4th problem than the runner-ups. No doubt the fact that we were the largest team had something to do with this.&lt;/p&gt;

&lt;p&gt;I hung out with some of the awesome &lt;a href=&quot;http://www.git-scm.com/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Git&lt;/a&gt; and &lt;a href=&quot;http://www.github.com/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Github&lt;/a&gt; developers in the Malthouse in the evening, and talked about &lt;a href=&quot;http://samba.org/~jelmer/dulwich&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Dulwich&lt;/a&gt;, &lt;a href=&quot;http://bazaar.canonical.com/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Bazaar&lt;/a&gt; and &lt;a href=&quot;http://launchpad.net/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Launchpad&lt;/a&gt; (&amp;quot;No *really*, I am not aware of any plans to add Git support to Launchpad.&amp;quot;).&lt;/p&gt;
 
    </description>

    <dc:publisher>Stationary Traveller</dc:publisher>
    <dc:creator>nospam@example.com (Jelmer Vernooij)</dc:creator>
    <dc:subject>
    bzr, git, lca, nz, </dc:subject>
    <dc:date>2010-02-04T00:06:17Z</dc:date>
    <wfw:comment>http://jelmer.vernstok.nl/blog/wfwcomment.php?cid=248</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://jelmer.vernstok.nl/blog/rss.php?version=1.0&amp;type=comments&amp;cid=248</wfw:commentRss>
    
    
</item>
<item rdf:about="http://jelmer.vernstok.nl/blog/archives/247-guid.html">
    <title>Linux.Conf.Au 2010 - Day 2 - Tuesday</title>
    <link>http://jelmer.vernstok.nl/blog/archives/247-Linux.Conf.Au-2010-Day-2-Tuesday.html</link>
    <description>
    &lt;p&gt;On Tuesday we had the &amp;quot;Launchpad&amp;quot; mini-conf, which featured talks from various Launchpad developers about different parts of Launchpad as well as from community members about their use of Launchpad. It wasn&#039;t necessarily about hosting projects on Launchpad, but rather about how various projects could benefit from Launchpad.&lt;/p&gt;

&lt;p&gt;I popped out of Launchpad track for a bit to attend &lt;a href=&quot;http://sysadmin.miniconf.org/presentations10.html#04&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Andrews talk about the current status of Samba 4&lt;/a&gt;. He did a nice job of summarizing the events in the last year, the most of import one of course being the support for DC synchronization. I&#039;m proud we&#039;ve finally managed to pull this off - and hopefully we&#039;ll actually have a beta out next year. We have been saying &amp;quot;maybe next year&amp;quot; for almost 4 years now when people asked us for estimates of a release date.&lt;/p&gt;

&lt;p&gt;In the afternoon I gave the talk about Launchpad code imports and code reviews that I had prepared with Aaron earlier. We had planned to give the talk together, but I unexpectedly ended up giving it by myself because of some confusion about the schedule.&lt;/p&gt;
 
    </description>

    <dc:publisher>Stationary Traveller</dc:publisher>
    <dc:creator>nospam@example.com (Jelmer Vernooij)</dc:creator>
    <dc:subject>
    launchpad, lca, nz, </dc:subject>
    <dc:date>2010-02-03T19:44:24Z</dc:date>
    <wfw:comment>http://jelmer.vernstok.nl/blog/wfwcomment.php?cid=247</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://jelmer.vernstok.nl/blog/rss.php?version=1.0&amp;type=comments&amp;cid=247</wfw:commentRss>
    
    
</item>
<item rdf:about="http://jelmer.vernstok.nl/blog/archives/246-guid.html">
    <title>Linux.Conf.Au 2010 - Day 1</title>
    <link>http://jelmer.vernstok.nl/blog/archives/246-Linux.Conf.Au-2010-Day-1.html</link>
    <description>
    &lt;p&gt;&lt;a href=&quot;http://www.lca2010.org.nz/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Linux.Conf.Au&lt;/a&gt; has a reputation for being one of the best FLOSS conferences in the world, and it more than met my (high) expectations. The &lt;a href=&quot;http://www.linux.org.au/conf/2006/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;last one&lt;/a&gt; I attended was also in New-Zealand, but further south - in Dunedin.&lt;/p&gt;

&lt;p&gt;&lt;div style=&quot;text-align: center;&quot;&gt;Day 1 - Monday&lt;/div&gt;&lt;/p&gt;

&lt;p&gt;As usual there were miniconfs the first two days before the actual conference. On the first day I attended some of the talks in the Open Languages track.&lt;/p&gt;

&lt;p&gt;mwhudson gave a talk about &lt;a href=&quot;http://codespeak.net/pypy/dist/pypy/doc/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;pypy&lt;/a&gt; - Python implemented in &lt;a href=&quot;http://www.python.org/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Python&lt;/a&gt;. He discussed the reasons for doing what they do and the progress they&#039;ve made so far. Like so many of the custom Python implementations, one of the main thing that&#039;s holding them back is the lack of support for the extensions written in C for CPython.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Rusty_Russell&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Rusty&lt;/a&gt; gave a quick tutorial to &lt;a href=&quot;http://talloc.samba.org&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;talloc/&lt;/a&gt; after lunch (&amp;quot;it&#039;s a shame K&amp;amp;R didn&#039;t think of this!&amp;quot;) and explained why it&#039;s so great.&lt;/p&gt;

&lt;p&gt;In the afternoon I caught some of the talks in the &lt;a href=&quot;http://distrosummit.org/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;distro summit&lt;/a&gt; track. Both of the talks that I attended happened to be Ubuntu-related - first Dustin gave a quick introduction to the components of Launchpad, followed by a talk from Lucas about the&lt;br /&gt;
relationship between &lt;a href=&quot;http://www.ubuntu.com/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Ubuntu&lt;/a&gt; and &lt;a href=&quot;http://www.debian.org/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Debian&lt;/a&gt;. There was a discussion afterwards about&lt;br /&gt;
interoperability between the various hosting sites and bug trackers.  Several audience members questioned the relevance of Debian and suggested everything should just switch to Launchpad, but this seemed to be founded in ignorance. (none were actually Launchpad developers, contrary to the impression  &lt;a href=&quot;http://madduck.net/blog/2010.01.28:distrosummit-2010/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Martin&lt;/a&gt; seems to have).&lt;/p&gt;
 
    </description>

    <dc:publisher>Stationary Traveller</dc:publisher>
    <dc:creator>nospam@example.com (Jelmer Vernooij)</dc:creator>
    <dc:subject>
    launchpad, lca, nz, </dc:subject>
    <dc:date>2010-02-03T18:15:45Z</dc:date>
    <wfw:comment>http://jelmer.vernstok.nl/blog/wfwcomment.php?cid=246</wfw:comment>
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://jelmer.vernstok.nl/blog/rss.php?version=1.0&amp;type=comments&amp;cid=246</wfw:commentRss>
    
    
</item>
<item rdf:about="http://jelmer.vernstok.nl/blog/archives/245-guid.html">
    <title>Build from branch </title>
    <link>http://jelmer.vernstok.nl/blog/archives/245-Build-from-branch.html</link>
    <description>
    &lt;p&gt;At the moment I am returning home after three very productive and awesome weeks in Wellington, Sydney and Strasbourg.&lt;/p&gt;

&lt;p&gt;I spent the first week in the West Plaza in Wellington, working together with fellow Launchpad developers &lt;a href=&quot;http://bigjools.wordpress.com/2010/01/22/success-in-wellington/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;on getting the basics of building from branches working&lt;/a&gt;. We eventually managed to get something working at the end of Friday afternoon. We split the work up at the beginning of the week and then worked on it in pairs for a couple of days before integrating all work on Friday. At the end of the week &lt;a href=&quot;http://launchpad.net/~wgrant&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;William&lt;/a&gt; managed to get a basic source package build from recipe through the queue.&lt;/p&gt;

&lt;p&gt;Pair-programming with &lt;a href=&quot;http://launchpad.net/~jml&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Jono&lt;/a&gt; and &lt;a href=&quot;http://launchpad.net/~mwhudson&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Michael&lt;/a&gt; was very educational, I suspect I&#039;ll be a fair bit quicker when I get back to hacking on Launchpad by myself. It&#039;s scary to see how some people can make the changes that would take me a full day in a mere hour.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://launchpad.net/~thumper&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Tim&lt;/a&gt; picked up my initial work on support for Mercurial imports and completed and landed it during the sprint. Since the rollout on Wednesday it is possible to request Mercurial imports on Launchpad. Most imports (e.g. mutt, dovecot, hg) seem to work fine, with the main exception being the really large Mercurial repositories such as OpenOffice.org and OpenJDK. This is because of (known) scaling issues that will be fixed in one of the next releases of &lt;a href=&quot;http://launchpad.net/bzr-hg&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;bzr-hg&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This was the first time I was back in Wellington since 2006, and the weather this year was exactly as I remembered it; showers and wind, with the occasional day of sunshine. For a capital the city centre is quite small, but it has its charm and the view from the various hills around the bay is &lt;br /&gt;
amazing.&lt;/p&gt;

&lt;p&gt;On the weekend I met up with &lt;a href=&quot;http://samba.org/~abartlet&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Andrew&lt;/a&gt; and Kirsty and we did some hiking around Wellington (where the weather allowed it).&lt;/p&gt;
 
    </description>

    <dc:publisher>Stationary Traveller</dc:publisher>
    <dc:creator>nospam@example.com (Jelmer Vernooij)</dc:creator>
    <dc:subject>
    au, de, fr, launchpad, nz, </dc:subject>
    <dc:date>2010-02-01T16:49:10Z</dc:date>
    <wfw:comment>http://jelmer.vernstok.nl/blog/wfwcomment.php?cid=245</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://jelmer.vernstok.nl/blog/rss.php?version=1.0&amp;type=comments&amp;cid=245</wfw:commentRss>
    
    
</item>
<item rdf:about="http://jelmer.vernstok.nl/blog/archives/244-guid.html">
    <title>My first week as a Launchpad developer: impressions</title>
    <link>http://jelmer.vernstok.nl/blog/archives/244-My-first-week-as-a-Launchpad-developer-impressions.html</link>
    <description>
    &lt;p&gt;Roughly a week ago I joined Julian, Muharem and Michael, working on the &lt;a href=&quot;https://launchpad.net/soyuz&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Soyuz&lt;/a&gt; component of &lt;a href=&quot;https://launchpad.net/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Launchpad&lt;/a&gt;. For now I&#039;ve been working on easy Soyuz bugs, as a way of becoming more familiar with the internals. I&#039;m working from home but I had the chance to hang out with some of the other Launchpad developers, including the full Soyuz team, at &lt;a href=&quot;http://wiki.ubuntu.com/UDS-L&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;UDS Lucid&lt;/a&gt; in Dallas.&lt;/p&gt;

&lt;p&gt;Launchpad is different from most other FOSS projects I have worked on so far. Some things I noticed during my first week:&lt;/p&gt;

&lt;p&gt;The codebase is big and well tied together. I don&#039;t think I&#039;ve ever used grep and ctags as often as I have in the last week. Fortunately, the directory structure makes it relatively easy to predict where to look for things.&lt;/p&gt;

&lt;p&gt;Reviews are really quick - no long round-trips between author and reviewer trying to get a branch landed. This is a really *really* great thing.&lt;/p&gt;

&lt;p&gt;It&#039;s easy to find somebody familiar with a particular piece of code and it doesn&#039;t take long to get an answer when you ask questions. I&#039;m still getting used to this - I tend to ask questions sporadically because I have gotten used to having to wait a couple of days for an answer that&#039;s actually useful.&lt;/p&gt;

&lt;p&gt;Setting up the development environment takes some time. Or perhaps I&#039;m spoiled by Bazaar where &amp;quot;bzr branch lp:bzr bzr &amp;amp;&amp;amp;amp; ./bzr/bzr selftest&amp;quot; is all you need to start hacking. And it seems like karmic is the only platform on which things work - I tried with Debian Sid and Lucid as well, but things broke in strange and unusual ways.&lt;/p&gt;

&lt;p&gt;The test suite is heavy and takes long to start up, something that makes proper TDD too hard. I also managed to run into some unexplainable problems where the librarian wouldn&#039;t shut down on one of my systems. Since there is only one instance of the database it is not really possible to run multiple instances of the testsuite at the same time unless you use chroots or something like that - this makes it hard to work on multiple branches at the same time, something which would especially be nice since the testsuite is slow (so you can run the testsuite in one branch, hack in another and alterate).&lt;/p&gt;

&lt;p&gt;Doctests, while fast, a bit of a nuisance. Because of the setup/teardown overhead that is paid for every single test, doc tests are a lot faster than unit tests. On the other hand, pdb doesn&#039;t play well with doc tests - it doesn&#039;t show any context. Conceptually I also prefer small unit tests over doc tests, since they&#039;re quicker to read, easier to understand and there&#039;s less side-effects from previous instructions in the test that could affect the code that&#039;s being tested.&lt;/p&gt;

&lt;p&gt;And for those that know me well; yes, getting used to somewhat regular working hours was indeed a challenge, but I seem to have managed.&lt;/p&gt;
 
    </description>

    <dc:publisher>Stationary Traveller</dc:publisher>
    <dc:creator>nospam@example.com (Jelmer Vernooij)</dc:creator>
    <dc:subject>
    launchpad, </dc:subject>
    <dc:date>2009-12-10T20:10:17Z</dc:date>
    <wfw:comment>http://jelmer.vernstok.nl/blog/wfwcomment.php?cid=244</wfw:comment>
        <slash:comments>3</slash:comments>
        <wfw:commentRss>http://jelmer.vernstok.nl/blog/rss.php?version=1.0&amp;type=comments&amp;cid=244</wfw:commentRss>
    
    
</item>
<item rdf:about="http://jelmer.vernstok.nl/blog/archives/242-guid.html">
    <title>US: Observations</title>
    <link>http://jelmer.vernstok.nl/blog/archives/242-US-Observations.html</link>
    <description>
    &lt;p&gt;These past few days in the US were a bit of a rollercoaster. Some random observations:&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;The mentor summit was very nice and well organized (or rather: well disorganized). Lots of awesome people around from a wide variety of projects and nationalities. &lt;/li&gt;
    &lt;li&gt;&amp;quot;Next Generation VCS&amp;quot; seems to be an alias for git these days in the minds of most people.&lt;/li&gt;
    &lt;li&gt;I didn&#039;t write a single line of code in almost a week, something that is very rare.&lt;/li&gt;
    &lt;li&gt;Driving an automatic gives you two spare limbs to use for other things. What those other things are, I have yet to figure out.&lt;/li&gt;
    &lt;li&gt;Is the fact that your kid was student of the month or the fact that you own two cats and a dog really something that belongs on a bumper sticker?&lt;/li&gt;
    &lt;li&gt;Gas is cheap (compared to Europe). I drove 300 miles on a $30 tank. &lt;/li&gt;
    &lt;li&gt;The malls in the Bay Area are some of the biggest I&#039;ve ever seen, but strangely enough they seem to lack both book- and cd-stores.&lt;/li&gt;
    &lt;li&gt;Visiting &lt;a href=&quot;http://en.wikipedia.org/wiki/Fry%27s_Electronics&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Fry&#039;s&lt;/a&gt; continues to have a significant effect on the contents of my wallet.&lt;/li&gt;
    &lt;li&gt;It is legal to turn right on a red traffic sign in California unless otherwise indicated. It took me a while to realize this until people repeatedly started honking behind me...&lt;/li&gt;
    &lt;li&gt;The waiver I had to sign to be able to skydive in California was scary. I can cope with my operating system coming without even the implied warranty of merchantability or fitness for a particular purpose, but my parachute?&lt;/li&gt;
    &lt;li&gt;I stopped pretending to have any regularity in my sleeping habits. 6 AM flights? It seemed like a good idea at the time.&lt;/li&gt;
&lt;/ul&gt;
 
    </description>

    <dc:publisher>Stationary Traveller</dc:publisher>
    <dc:creator>nospam@example.com (Jelmer Vernooij)</dc:creator>
    <dc:subject>
    soc, usa, </dc:subject>
    <dc:date>2009-10-30T16:54:00Z</dc:date>
    <wfw:comment>http://jelmer.vernstok.nl/blog/wfwcomment.php?cid=242</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://jelmer.vernstok.nl/blog/rss.php?version=1.0&amp;type=comments&amp;cid=242</wfw:commentRss>
    
    
</item>
<item rdf:about="http://jelmer.vernstok.nl/blog/archives/241-guid.html">
    <title>CtrlProxy: Looking for a new maintainer</title>
    <link>http://jelmer.vernstok.nl/blog/archives/241-CtrlProxy-Looking-for-a-new-maintainer.html</link>
    <description>
    &lt;p&gt;After over 7 years of working on it off and on, I&#039;m looking for somebody to help maintain (and eventually take over)  &lt;a href=&quot;http://www.ctrlproxy.org/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;CtrlProxy&lt;/a&gt;. I started working on CtrlProxy somewhere in 2002, only a short while after Wilmer started hacking on &lt;a href=&quot;http://www.bitlbee.org/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;BitlBee&lt;/a&gt;. If I remember correctly I started working on it because I didn&#039;t want to run a separate dircproxy (the only real competitor at the time) instance (with configuration) for each IRC network that I connected to. It was also just a good excuse to play with the IRC protocol a bit.&lt;/p&gt;

&lt;p&gt;Over the years, CtrlProxy has served as a playground for me to try out new and interesting things. It&#039;s been rewritten or severely refactored several times in its early history, the latest time being the 3.0 release (from 2005).  I&#039;ve tried different build systems, I&#039;ve tried different implementation languages, I&#039;ve tried different configuration file formats, I&#039;ve tried different support libraries, I&#039;ve tried different version control systems, I&#039;ve tried different documentation formats. So while it&#039;s definitely been a very educational project for me personally, I haven&#039;t really had the time or the interest to dedicate to the project that it deserved during the last few years. This was mostly because &lt;a href=&quot;http://www.samba.org/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;there&lt;/a&gt; &lt;a href=&quot;http://www.wireshark.org/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;were&lt;/a&gt; &lt;a href=&quot;http://www.ubuntu.com/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;other&lt;/a&gt; &lt;a href=&quot;http://www.debian.org/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;more&lt;/a&gt; &lt;a href=&quot;http://www.bitlbee.org/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;interesting&lt;/a&gt; &lt;a href=&quot;http://www.openchange.org/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;FOSS&lt;/a&gt; &lt;a href=&quot;http://bazaar-vcs.org/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;projects&lt;/a&gt; I spent my spare cycles on.&lt;/p&gt;

&lt;p&gt;These days there are plenty of other good IRC proxies out there, such as &lt;a href=&quot;http://bip.t1r.net/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;BIP&lt;/a&gt;, so I doubt CtrlProxy will be missed if it were to disappear. Despite that, if anybody is interested in taking over, please send me an email (jelmer@samba.org) or contact me on IRC (jelmer on the OFTC and Freenode networks).&lt;/p&gt;

&lt;p&gt;cp: Anathema - Shroud of False&lt;img src=&quot;http://jelmer.vernstok.nl/foo.png&quot; alt=&quot;1&quot; /&gt;&lt;/p&gt;
 
    </description>

    <dc:publisher>Stationary Traveller</dc:publisher>
    <dc:creator>nospam@example.com (Jelmer Vernooij)</dc:creator>
    <dc:subject>
    ctrlproxy, debian, ubuntu, </dc:subject>
    <dc:date>2009-09-13T21:26:13Z</dc:date>
    <wfw:comment>http://jelmer.vernstok.nl/blog/wfwcomment.php?cid=241</wfw:comment>
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://jelmer.vernstok.nl/blog/rss.php?version=1.0&amp;type=comments&amp;cid=241</wfw:commentRss>
    
    
</item>
<item rdf:about="http://jelmer.vernstok.nl/blog/archives/239-guid.html">
    <title>Summer of Code 2009</title>
    <link>http://jelmer.vernstok.nl/blog/archives/239-Summer-of-Code-2009.html</link>
    <description>
    &lt;p&gt;For this years (the fifth?) &lt;a href=&quot;http://code.google.com/soc/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Summer of Code&lt;/a&gt;, I participated once again as a mentor for the Samba and OpenChange projects.&lt;/p&gt;

&lt;p&gt;Samba was assigned four slots this year: one was a CIFSFS project mentored by Steve French and the other three were Python projects related to Samba 4, co-mentored by &lt;a href=&quot;http://samba.org/~abartlet/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Andrew&lt;/a&gt; and me. Our students did very well this year, although we unfortunately had to drop one after the mid-term evaluations due to lack of effort. Nonetheless, we&#039;re very happy with the results of the other two projects:&lt;/p&gt;

&lt;p&gt;Calin Crisan (France) converted the rest of the applications in &lt;a href=&quot;http://wiki.samba.org/index.php/SambaGtk&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;SambaGtk&lt;/a&gt; to Python, and worked on a GTK+ user manager for Samba and Windows. With his improvements, it is now possible to edit registries, manage users, inspect the endpoint mapper, plan tasks and manage services on a remote Windows machine using a GTK+ application on a Linux workstation.&lt;/p&gt;

&lt;p&gt;Ricardo Velhote (Portugal) designed and implemented a new version of SWAT - the Samba Web Administration Tool. Unlike the old SWAT, his implementation is more than just a simple web-based editor for smb.conf. As we were expecting at the start of the Summer of Code, not all of the functionality could be implemented properly in a couple of months, not while getting the design and infrastructure right. With a basic version working, we now hope the remaining subsystems can be contributed with help from the community.&lt;/p&gt;

&lt;p&gt;I&#039;m planning to merge Calin&#039;s improvements to Samba-Gtk into the mainline in the next month or so. SWAT is a standalone application and will continue to live as a separate project, while being a part of the Samba ecosystem. Congratulations to both Calin and Ricardo on their achievements!&lt;/p&gt;
 
    </description>

    <dc:publisher>Stationary Traveller</dc:publisher>
    <dc:creator>nospam@example.com (Jelmer Vernooij)</dc:creator>
    <dc:subject>
    samba, soc, </dc:subject>
    <dc:date>2009-09-11T14:22:06Z</dc:date>
    <wfw:comment>http://jelmer.vernstok.nl/blog/wfwcomment.php?cid=239</wfw:comment>
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://jelmer.vernstok.nl/blog/rss.php?version=1.0&amp;type=comments&amp;cid=239</wfw:commentRss>
    
    
</item>
<item rdf:about="http://jelmer.vernstok.nl/blog/archives/237-guid.html">
    <title>DebCamp / DebConf9</title>
    <link>http://jelmer.vernstok.nl/blog/archives/237-DebCamp-DebConf9.html</link>
    <description>
    &lt;p&gt;So far I&#039;m very much enjoying my first &lt;a href=&quot;http://debconf9.debconf.org/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;DebCamp / DebConf&lt;/a&gt;. It&#039;s nice to finally meet a lot of people in person that I have worked together with or talked to on IRC in the last few years.  Cáceres is a relatively small town with a nice old city center.&lt;/p&gt;

&lt;p&gt;I arrived early for DebCamp and spent the first few days here working on fixing bugs in the Bazaar and Samba packages as well as discussing the integration between Samba 4 and Kerberos with &lt;a href=&quot;http://www.painless-security.com/blog/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Sam&lt;/a&gt; (both in general and on Debian specifically). In trying to set up a Samba 4 domain we found a number of bugs in the provisioning script, most of which seem to be fixed now.&lt;/p&gt;

&lt;p&gt;In the last few days I&#039;ve mostly worked on getting Samba 4 and OpenChange ready to go into Sid (they&#039;re in experimental only at the moment) and have discussed bzr-builddeb and related Bazaar issues with &lt;a href=&quot;http://jameswestby.net/weblog&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;James&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;My &lt;a href=&quot;http://identi.ca/jelmer&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;identi.ca feed&lt;/a&gt; is now also being forwarded to twitter here: &lt;a href=&quot;http://twitter.com/ctrlsoft&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;http://twitter.com/ctrlsoft&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;cp: Pixies - Velouria&lt;/p&gt;
 
    </description>

    <dc:publisher>Stationary Traveller</dc:publisher>
    <dc:creator>nospam@example.com (Jelmer Vernooij)</dc:creator>
    <dc:subject>
    bzr, debian, es, krb5, samba, </dc:subject>
    <dc:date>2009-07-22T23:38:01Z</dc:date>
    <wfw:comment>http://jelmer.vernstok.nl/blog/wfwcomment.php?cid=237</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://jelmer.vernstok.nl/blog/rss.php?version=1.0&amp;type=comments&amp;cid=237</wfw:commentRss>
    
    
</item>
<item rdf:about="http://jelmer.vernstok.nl/blog/archives/234-guid.html">
    <title>DebConf</title>
    <link>http://jelmer.vernstok.nl/blog/archives/234-DebConf.html</link>
    <description>
    &lt;p&gt;&lt;img src=&quot;http://media.debconf.org/dc9/images/debconf9-going-to.png&quot; alt=&quot;http://media.debconf.org/dc9/images/debconf9-going-to.png&quot; /&gt; I&#039;m looking forward to going to my first DebCamp/DebConf. I won&#039;t be giving a talk, but I hope to work together with others on integrating Samba 3 and 4 better with the rest of the system and VCS integration.&lt;/p&gt;
 
    </description>

    <dc:publisher>Stationary Traveller</dc:publisher>
    <dc:creator>nospam@example.com (Jelmer Vernooij)</dc:creator>
    <dc:subject>
    debian, es, krb5, openchange, samba, travel, </dc:subject>
    <dc:date>2009-07-04T13:46:16Z</dc:date>
    <wfw:comment>http://jelmer.vernstok.nl/blog/wfwcomment.php?cid=234</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://jelmer.vernstok.nl/blog/rss.php?version=1.0&amp;type=comments&amp;cid=234</wfw:commentRss>
    
    
</item>

</rdf:RDF>
