<?xml version='1.0'?>
<rss xmlns:admin='http://webns.net/mvcb/'
     version='2.0'
     xmlns:sy='http://purl.org/rss/1.0/modules/syndication/'
     xmlns:dc='http://purl.org/dc/elements/1.1/'
     xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
  <channel>
    <title>Paul's Web Pages</title>
    <link>http://paul.luon.net</link>
    <description>Trying to figure it all out</description>
    <dc:language>en-us</dc:language>
    <dc:creator>Jekyll</dc:creator>
    <dc:date>2013-01-05T21:21:00+01:00</dc:date>
    <dc:license>http://creativecommons.org/licenses/by-sa/3.0/nl/</dc:license>
    <admin:generatorAgent rdf:resource='http://jekyllrb.com'/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
  
    
    <item>
      <title>Trying Jaiku</title>
      <link>http://paul.luon.net/journal/2008/02/13/trying-jaiku</link>
      
      <guid isPermaLink='false'>life/TryingJaiku@http://paul.luon.net/journal</guid>
      
      <dc:subject>life</dc:subject><dc:subject>debian-planet</dc:subject><dc:subject>homepage</dc:subject><dc:subject>journal</dc:subject><dc:subject>jabber</dc:subject>
      <dc:creator>Paul van Tilburg</dc:creator>
      <dc:date>2008-02-13T00:00:00+01:00</dc:date>
      <description>&lt;p&gt;Last weekend I have decided to just try some of this
&lt;a href=&quot;http://en.wikipedia.org/wiki/Micro-blogging&quot;&gt;micro-blogging&lt;/a&gt; and
&lt;a href=&quot;http://en.wikipedia.org/wiki/Lifestreaming&quot;&gt;lifestreaming&lt;/a&gt; stuff.  I have
always been quite conscious about my own (online)
&lt;a href=&quot;http://en.wikipedia.org/wiki/Presence_information&quot;&gt;presence&lt;/a&gt; and that of
others due to long term Jabber usage.  The presence-awareness helps
me to somehow stay more connected to people on a kind of general level
than previously was possible.  By the way, this is just because I like
to, not because it is a forced, mandatory thing.  Concerning
micro-blogging.  This is a perfect solution for me!  I don&amp;#8217;t have to think
of &lt;a href=&quot;/journal/life/GettingRidOfTitles.html&quot;&gt;a title&lt;/a&gt; and just can share a
thought for whoever is interested whenever.&lt;/p&gt;
&lt;p&gt;Anyway, I ended up subscribing to &lt;a href=&quot;http://paulvt.jaiku.com/&quot;&gt;Jaiku&lt;/a&gt;. 
It has a richer feature set than &lt;a href=&quot;http://twitter.com/&quot;&gt;Twitter&lt;/a&gt; and it
seems more things are &amp;#8220;done right&amp;#8221; to me.  I especially like the comments
and channels.  I have added a Jaiku Stream Badge to my webpage so I am
also trackable there.&lt;/p&gt;
&lt;p&gt;Let&amp;#8217;s see if I can keep it up. :-)&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Moved Jabber Server</title>
      <link>http://paul.luon.net/journal/2006/09/18/moved-jabber-server</link>
      
      <guid isPermaLink='false'>hacking/MovedJabberServer@http://paul.luon.net/journal</guid>
      
      <dc:subject>hacking</dc:subject><dc:subject>jabber</dc:subject><dc:subject>luon</dc:subject><dc:subject>debian-planet</dc:subject>
      <dc:creator>Paul van Tilburg</dc:creator>
      <dc:date>2006-09-18T00:00:00+02:00</dc:date>
      <description>&lt;p&gt;I finally decided to move the Jabber server of &lt;code&gt;luon.net&lt;/code&gt; to a different
server.  Our main &lt;code&gt;luon.net&lt;/code&gt; server was being fairly loaded for weeks
because of the business of the &lt;acronym title=&quot;server-to-server&quot;&gt;&lt;span class=&quot;caps&quot;&gt;S2S&lt;/span&gt;&lt;/acronym&gt; component.  The
transition was a lot easier than I had expected and everyone got to keep
his/her &lt;acronym title=&quot;Jabber ID&quot;&gt;&lt;span class=&quot;caps&quot;&gt;JID&lt;/span&gt;&lt;/acronym&gt;.&lt;/p&gt;
&lt;p&gt;Some tips/hints concerning the steps I took:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;First I moved all our services&amp;#8217; &lt;span class=&quot;caps&quot;&gt;DNS&lt;/span&gt; names to a &lt;span class=&quot;caps&quot;&gt;CNAME&lt;/span&gt; of
  &lt;code&gt;jabber.luon.net&lt;/code&gt;, that is:
  &lt;pre&gt;
  msn 1800 IN &lt;span class=&quot;caps&quot;&gt;CNAME&lt;/span&gt; jabber
  icq 1800 IN &lt;span class=&quot;caps&quot;&gt;CNAME&lt;/span&gt; jabber
  s2s 1800 IN &lt;span class=&quot;caps&quot;&gt;CNAME&lt;/span&gt; jabber
  c2s 1800 IN &lt;span class=&quot;caps&quot;&gt;CNAME&lt;/span&gt; jabber
  &amp;#8230;&lt;/pre&gt;
  Note that &lt;code&gt;jabber.luon.net&lt;/code&gt; still has the same addresses as &lt;code&gt;luon.net&lt;/code&gt;
  at this time.&lt;/li&gt;
	&lt;li&gt;I also added &lt;span class=&quot;caps&quot;&gt;SRV&lt;/span&gt; records for &lt;code&gt;luon.net&lt;/code&gt; so &lt;a href=&quot;http://xmpp.org/&quot;&gt;&lt;span class=&quot;caps&quot;&gt;XMPP&lt;/span&gt;&lt;/a&gt;
  servers and some of the clients can find us right away.  (Since the
  server won&amp;#8217;t be running on &lt;code&gt;luon.net&lt;/code&gt; anymore, the @luon.net-JIDs
  still will let everything try to contact us there).  The &lt;span class=&quot;caps&quot;&gt;SRV&lt;/span&gt; records used:
  &lt;pre&gt;
  &lt;em&gt;jabber.&lt;/em&gt;tcp      1800 IN &lt;span class=&quot;caps&quot;&gt;SRV&lt;/span&gt; 5 1 jabber.luon.net.
  &lt;em&gt;xmpp-client.&lt;/em&gt;tcp 1800 IN &lt;span class=&quot;caps&quot;&gt;SRV&lt;/span&gt; 5 1 jabber.luon.net.
  &lt;em&gt;xmpp-server.&lt;/em&gt;tcp 1800 IN &lt;span class=&quot;caps&quot;&gt;SRV&lt;/span&gt; 5 1 jabber.luon.net.&lt;/pre&gt;&lt;/li&gt;
	&lt;li&gt;With that done, I installed all components we use on the new machine,
  rsynced the configuration, restarted the server and services and
  tested the connection.&lt;/li&gt;
	&lt;li&gt;Then, I modified the address of &lt;code&gt;jabber.luon.net&lt;/code&gt; to point to the new
  host and let it propagate.&lt;/li&gt;
	&lt;li&gt;Next, I sent a &lt;acronym title=&quot;Message of the Day&quot;&gt;&lt;span class=&quot;caps&quot;&gt;MOTD&lt;/span&gt;&lt;/acronym&gt; (&lt;code&gt;luon.net/announce/motd&lt;/code&gt;)
  about our server move and notified the users that if their clients do
  not support &lt;a href=&quot;http://rfc.net/rfc2782.html&quot;&gt;&lt;span class=&quot;caps&quot;&gt;SRV&lt;/span&gt; records&lt;/a&gt;, they will not
  be able to login anymore and they&amp;#8217;ll have to change the server
  address in the client&lt;sup class=&quot;footnote&quot; id=&quot;fnr1&quot;&gt;&lt;a href=&quot;#fn1&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;.&lt;/li&gt;
	&lt;li&gt;Finally, I installed a second &lt;acronym title=&quot;client-to-server&quot;&gt;&lt;span class=&quot;caps&quot;&gt;C2S&lt;/span&gt;&lt;/acronym&gt; component on &lt;code&gt;luon.net&lt;/code&gt;
  that connects to the main &lt;span class=&quot;caps&quot;&gt;XMPP&lt;/span&gt; router component on the other host for
  transition purpose. I&amp;#8217;ll leave it on for two weeks.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It&amp;#8217;s a pity that &lt;span class=&quot;caps&quot;&gt;SRV&lt;/span&gt; records aren&amp;#8217;t used more these days.  But I guess
the whole sub-domain and multiplex-by-&lt;span class=&quot;caps&quot;&gt;CNAME&lt;/span&gt; stuff came earlier (why
doesn&amp;#8217;t &lt;a href=&quot;http://paul.luon.net/&quot;&gt;your website&lt;/a&gt; start with &amp;#8216;&lt;code&gt;www.&lt;/code&gt;&amp;#8217;?).&lt;/p&gt;
&lt;p class=&quot;footnote&quot; id=&quot;fn1&quot;&gt;&lt;a href=&quot;#fnr1&quot;&gt;&lt;sup&gt;1&lt;/sup&gt;&lt;/a&gt; I thank &lt;a href=&quot;http://google.com&quot;&gt;Google&lt;/a&gt; for introducing the &lt;code&gt;gmail.com&lt;/code&gt;
JIDs &amp;lt;&amp;#8594; talk.google.com server discrepancy so that now all clients can
configure the server separately from the &lt;span class=&quot;caps&quot;&gt;JID&lt;/span&gt;.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Working, Cooking</title>
      <link>http://paul.luon.net/journal/2005/07/31/working-cooking</link>
      
      <guid isPermaLink='false'>life/work/WorkingCooking@http://paul.luon.net/journal</guid>
      
      <dc:subject>life</dc:subject><dc:subject>work</dc:subject><dc:subject>hacking</dc:subject><dc:subject>jabber</dc:subject>
      <dc:creator>Paul van Tilburg</dc:creator>
      <dc:date>2005-07-31T00:00:00+02:00</dc:date>
      <description>&lt;p&gt;I haven&amp;#8217;t written for a while, I have been busy with working and well&amp;#8230; 
cooking, eating and watching movies with friends.&lt;/p&gt;
&lt;h3&gt;Cooking&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://weatherwax.luon.net/~bram/&quot;&gt;Bram&lt;/a&gt; was left parentless the past two
weeks, so he had to do some real cooking for the first time in his life. 
We set up cook-shifts in our group of friends
(&lt;a href=&quot;http://luon.net/~admar/journal/&quot;&gt;Admar&lt;/a&gt;, Bas, Bram,
&lt;a href=&quot;http://luijten.org/journal/&quot;&gt;Christian&lt;/a&gt; and me) to provide everyone with
a nice dinner every evening and transfer some of our cooking experience
to Bram.  Since Bram is a vegetarian, it was a learning experience for us
all.  Fortunately, it all worked out really well, we made (among other
things):&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Lasagna bolognese&lt;/li&gt;
	&lt;li&gt;Pesto wraps&lt;/li&gt;
	&lt;li&gt;Chili sen carne&lt;/li&gt;
	&lt;li&gt;Curry something&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Working&lt;/h3&gt;
&lt;p&gt;Work has progressed very nicely the past two weeks.  Our (Bram and me)
task is to build a &lt;a href=&quot;http://en.wikipedia.org/wiki/DV&quot;&gt;DV&lt;/a&gt; conferencing
application for the desktop.  Yes, this means streaming and receiving
30Mb/s full-duplex.  The first building block we have created is a
&lt;a href=&quot;http://www.freedesktop.org/wiki/Software_2fdbus&quot;&gt;D-&lt;span class=&quot;caps&quot;&gt;BUS&lt;/span&gt;&lt;/a&gt; service that can
startup, pause and stop programs or
&lt;a href=&quot;http://gstreamer.freedesktop.org/&quot;&gt;GStreamer&lt;/a&gt; pipelines (depends on what
is available at that moment) to route DV data from DV/&lt;span class=&quot;caps&quot;&gt;RTP&lt;/span&gt;, &lt;span class=&quot;caps&quot;&gt;TCP&lt;/span&gt;,
&lt;a href=&quot;http://en.wikipedia.org/wiki/Firewire&quot;&gt;FireWire&lt;/a&gt; bus etc.  to the screen,
back to the FireWire bus.  Also a command line tool was created to
control the router process.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/images/videbabilo-mockup.png&quot;&gt;&lt;img src=&quot;/images/videbabilo-mockup-small.png&quot; style=&quot;margin-right: 10pt;&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Next is to make a GNOME2 &lt;span class=&quot;caps&quot;&gt;GUI&lt;/span&gt; tool to create a nicer interface for the
router called &lt;em&gt;VideBabilo&lt;/em&gt;.  I have made a small mock-up, the
implementation be done next week (that is, if we get that far).&lt;/p&gt;
&lt;p&gt;Note that this will still just dial/connect to a host, since there is not
protocol yet.  We plan to add this later, possible by means of
&lt;a href=&quot;http://xmpp.org/&quot;&gt;&lt;span class=&quot;caps&quot;&gt;XMPP&lt;/span&gt;&lt;/a&gt; (&lt;a href=&quot;http://jabber.org/&quot;&gt;Jabber&lt;/a&gt;).  This protocol
probably will handle:  inviting to a conference, rejecting calls, ending
a call, etc.  First peer-to-peer (like
&lt;a href=&quot;http://www.gnomemeeting.org/&quot;&gt;GnomeMeeting&lt;/a&gt;) and then talking to multiple
people.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Jabber and YTex</title>
      <link>http://paul.luon.net/journal/2004/10/05/jabber-and-ytex</link>
      
      <guid isPermaLink='false'>hacking/JabberAndYTex@http://paul.luon.net/journal</guid>
      
      <dc:subject>hacking</dc:subject><dc:subject>jabber</dc:subject><dc:subject>latex</dc:subject>
      <dc:creator>Paul van Tilburg</dc:creator>
      <dc:date>2004-10-05T00:00:00+02:00</dc:date>
      <description>&lt;h3&gt;Jabber RFCs 3920 &amp;#8212; 3922&lt;/h3&gt;
&lt;p&gt;Today, the &lt;acronym title=&quot;Internet Engineering Task Force&quot;&gt;&lt;span class=&quot;caps&quot;&gt;IETF&lt;/span&gt;&lt;/acronym&gt; published the Jabber (actually &lt;acronym title=&quot;Extensible Messaging and Presence Protocol&quot;&gt;&lt;span class=&quot;caps&quot;&gt;XMPP&lt;/span&gt;&lt;/acronym&gt;) protocols as RFCs with the &lt;em&gt;Proposed Standard&lt;/em&gt; status. See also the press release on &lt;a href=&quot;http://www.jabber.org/press/2004-10-04.php&quot;&gt;jabber.org&lt;/a&gt; .
I am happy to see this!  Using Jabber for almost 4 years now, I&amp;#8217;ve noticed it has grown through the years and Jabber contacts dominate my roster since the past months.
In my opinion, Jabber suffers a bit from decentralisation. On the lists I see a lot of stuff happening but nobody that controls it at all.  The &lt;span class=&quot;caps&quot;&gt;XMPP&lt;/span&gt; system is capable of so much neat stuff, I hope this brings back the drive in &lt;acronym title=&quot;Free and Open Source Software&quot;&gt;&lt;span class=&quot;caps&quot;&gt;FOSS&lt;/span&gt;&lt;/acronym&gt; developers to work on Jabber, and the industry as well.&lt;/p&gt;
&lt;h3&gt;YTex&lt;/h3&gt;
&lt;p&gt;Working with Hobix and &lt;a href=&quot;http://hobix.com/textile&quot;&gt;Textile&lt;/a&gt; a lot, I got kindof a vibe/idea yesterday. Looking at the source of the  &lt;a href=&quot;http://poignantguide.net/&quot;&gt;Poignant Guide&lt;/a&gt; I saw it was totally done in &lt;span class=&quot;caps&quot;&gt;YAML&lt;/span&gt; to, so&amp;#8230; What if the power of Textile is combined with &lt;span class=&quot;caps&quot;&gt;YAML&lt;/span&gt; for structuring text as pre-language for generating LaTeX files. It&amp;#8217;s not that I dislike writing LaTeX and want to discard it or something, but for rapid documenting, this could be really nice. An example:
&lt;pre&gt; 
 title: An YTex document 
 author: Paul van Tilburg&lt;/p&gt;
sections:
- First section: &amp;gt;
Bla bla, this is the first section.
- Second section:
- &amp;gt;
Hmm, if there are more sections, heading stuff goes
here.  I can do &lt;strong&gt;bold&lt;/strong&gt; text and &lt;em&gt;emphasized&lt;/em&gt; text.
- First subsection: &amp;gt;
A subjection with a &lt;img src=&quot;figure.jpg&quot; title=&quot;nice caption&quot; alt=&quot;nice caption&quot; /&gt; and a
table:
| head1 | head2 |
| key1  | 3.0   |
| key2  | 15.0  |
&lt;p&gt;&lt;/pre&gt;
I&amp;#8217;ve started hacking a bit and so far the structure stuff is working out. Getting Textile to work for LaTeX instead of &lt;span class=&quot;caps&quot;&gt;HTML&lt;/span&gt; is a different story. You will hear more of this&amp;#8230; if it doesn&amp;#8217;t work out, you won&amp;#8217;t. :)&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
