<?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>In Nomine - The Lotus Land &#187; dragonfly</title>
	<atom:link href="http://www.in-nomine.org/tag/dragonfly/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.in-nomine.org</link>
	<description>The focused mind can pierce through stone...</description>
	<lastBuildDate>Sat, 14 May 2011 20:22:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>C99 and DragonFly BSD</title>
		<link>http://www.in-nomine.org/2007/05/18/170/</link>
		<comments>http://www.in-nomine.org/2007/05/18/170/#comments</comments>
		<pubDate>Fri, 18 May 2007 09:39:31 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[dragonfly]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/2007/05/18/170/</guid>
		<description><![CDATA[Justin Sherrill in a post about C99 on his DragonFly BSD Digest weblog pointed to a page I created a while (2005 *cough*) ago on the topic of C99 conformance in DragonFly BSD. Gee, that brings back memories.]]></description>
			<content:encoded><![CDATA[<p>Justin Sherrill in <a href="http://www.shiningsilence.com/dbsdlog/index.php/2007/05/09/2249.html" title="More C99 suggestions">a post about C99 on his DragonFly BSD Digest weblog</a> pointed to <a href="http://www.in-nomine.org/~asmodai/df/conformance/" title="The DragonFly Standards Conformance Project">a page I created a while (2005 *cough*) ago on the topic of C99 conformance</a> in <a href="http://www.dragonflybsd.org/" title="Welcome to DragonFlyBSD.org">DragonFly BSD</a>.</p>
<p>Gee, that brings back memories.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2007/05/18/170/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Threading issues, need needle</title>
		<link>http://www.in-nomine.org/2005/10/03/threading-issues-need-needle/</link>
		<comments>http://www.in-nomine.org/2005/10/03/threading-issues-need-needle/#comments</comments>
		<pubDate>Mon, 03 Oct 2005 17:44:42 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Weblog]]></category>
		<category><![CDATA[dragonfly]]></category>
		<category><![CDATA[glitz]]></category>
		<category><![CDATA[x11]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Repeat after me: if X (X.org or XFree86) has XTHREADS defined in Xlib it does <b>NOT</b> automatically mean you have to add -lpthread to your LIBS line.

I still wonder which smart person got that generalistic idea.

In this case it is glitz from the Cairo Graphics project to run dead on DragonFly. *sigh* <a href="http://www.in-nomine.org/2005/10/03/threading-issues-need-needle/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Repeat after me: if X (X.org or XFree86) has <code>XTHREADS</code> defined in Xlib it does <strong>NOT</strong> automatically mean you have to add <code>-lpthread</code> to your <code>LIBS</code> line.</p>
<p>I still wonder which smart person got that generalistic idea.</p>
<p>In this case it is glitz from the Cairo Graphics project to run dead on DragonFly. *sigh*</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2005/10/03/threading-issues-need-needle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>screen, 256 colours and termcap mixed with PuTTY and FreeBSD</title>
		<link>http://www.in-nomine.org/2005/09/20/screen-256-colours-and-termcap-mixed-with-putty-and-freebsd/</link>
		<comments>http://www.in-nomine.org/2005/09/20/screen-256-colours-and-termcap-mixed-with-putty-and-freebsd/#comments</comments>
		<pubDate>Mon, 19 Sep 2005 22:00:50 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[dragonfly]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[shells]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a 256 colour xterm set up on my DragonFly box.

Works perfectly.  Especially for vim.

Now, I use FreeBSD 5.x as a gateway box to ssh into and have irssi and likewise programs screened.

Now, I was surprised to learn that I had only 16 colours.  Outside of screen I had a full 256 colour palette (make sure to fix your PuTTY configuration by the way), but inside I was stripped of my colour scheme.

So I set off to find what was causing this.  Interestingly enough one of the first emails encountered was from Jeremy Chadwick who had the exact same problem.

Turns out that screen needs to be compiled with 256 colour support (a knob should be in your ports Makefile now).
 <a href="http://www.in-nomine.org/2005/09/20/screen-256-colours-and-termcap-mixed-with-putty-and-freebsd/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have a 256 colour xterm set up on my DragonFly box.</p>
<p>Works perfectly. Especially for vim.</p>
<p>Now, I use FreeBSD 5.x as a gateway box to ssh into and have irssi and likewise programs screened.</p>
<p>Now, I was surprised to learn that I had only 16 colours. Outside of screen I had a full 256 colour palette (make sure to fix your PuTTY configuration by the way), but inside I was stripped of my colour scheme.</p>
<p>So I set off to find what was causing this. Interestingly enough one of the first emails encountered was from Jeremy Chadwick who had the exact same problem.</p>
<p>Turns out that screen needs to be compiled with 256 colour support (a knob should be in your ports Makefile now).</p>
<p>Since FreeBSD&#8217;s and DragonFly&#8217;s termcap is bereft of any 256 colour definitions for xterm apparently, you need to add the following to $HOME/.screenrc:</p>
<pre>termcap xterm* 'Co#256:AB=E[48;5;%dm:AF=E[38;5;%dm'
terminfo xterm* 'Co#256:AB=E[48;5;%p1%dm:AF=E[38;5;%p1%dm'</pre>
<p>This overrides your termcap settings with the appropriate definitions.</p>
<p>If you now start screen from a shell that has TERM exported as xterm or xterm-color (xterm* wildcard actually) it will fork off to a screen with 256 colour support.</p>
<p>You might need this in $HOME/.vimrc:</p>
<pre>if &amp;term =~ "xterm" || &amp;term =~ "screen"
  set t_Co=256
  if has("terminfo")
    let &amp;t_Sf=nr2char(27).'[3%p1%dm'
    let &amp;t_Sb=nr2char(27).'[4%p1%dm'
  else
    let &amp;t_Sf=nr2char(27).'[3%dm'
    let &amp;t_Sb=nr2char(27).'[4%dm'
  endif
endif</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2005/09/20/screen-256-colours-and-termcap-mixed-with-putty-and-freebsd/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>strmode() function declaration buglet fixed</title>
		<link>http://www.in-nomine.org/2005/09/19/strmode-function-declaration-buglet-fixed/</link>
		<comments>http://www.in-nomine.org/2005/09/19/strmode-function-declaration-buglet-fixed/#comments</comments>
		<pubDate>Mon, 19 Sep 2005 21:56:08 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[dragonfly]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[netbsd]]></category>
		<category><![CDATA[openbsd]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Was converting files to proper ANSI C function declarations and a user tripped over the fact that old 4.4 BSD's function prototype of strmode() had int as a parameter, whereas it has been mode_t for a long, long time (read 1994 at least).

This broke buildworld of course.

Also asked Dima Dorfman to fix this for FreeBSD (broken in 4.x, 5.x, and 6.x).

NetBSD is fixed (as was to be expected to be honest).

And OpenBSD made the parameter int everywhere with a XXX comment in the strmode.c file that it should be mode_t actually.  Weird. <a href="http://www.in-nomine.org/2005/09/19/strmode-function-declaration-buglet-fixed/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Was converting files to proper ANSI C function declarations and a user tripped over the fact that old 4.4 BSD&#8217;s function prototype of <code>strmode()</code> had <code>int</code> as a parameter, whereas it has been <code>mode_t</code> for a long, long time (read 1994 at least).</p>
<p>This broke buildworld of course.</p>
<p>Also asked Dima Dorfman to fix this for FreeBSD (broken in 4.x, 5.x, and 6.x).</p>
<p>NetBSD is fixed (as was to be expected to be honest).</p>
<p>And OpenBSD made the parameter <code>int</code> everywhere with a <code>XXX</code> comment in the <code>strmode.c</code> file that it should be <code>mode_t</code> actually.  Weird.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2005/09/19/strmode-function-declaration-buglet-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>True Type fonts, X.org, and MathML</title>
		<link>http://www.in-nomine.org/2005/05/05/true-type-fonts-xorg-and-mathml/</link>
		<comments>http://www.in-nomine.org/2005/05/05/true-type-fonts-xorg-and-mathml/#comments</comments>
		<pubDate>Thu, 05 May 2005 14:55:19 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[dragonfly]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[mathml]]></category>
		<category><![CDATA[netbsd]]></category>
		<category><![CDATA[openbsd]]></category>
		<category><![CDATA[x11]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I use MathML.  Why?  Because it just makes sense for mathematics on the websites.

On my DragonFly I had to do the following:

Installed X.org 6.8.1 or .2.  Enable xfs (the X font server) by adding xfs_enable="YES" to rc.conf.

From ports install x11-fonts/ttmkfdir and x11-fonts/urwfonts-ttf.

Extract <a href="http://www.mozilla.org/projects/mathml/fonts/bakoma/texcm-ttf.zip">http://www.mozilla.org/projects/mathml/fonts/bakoma/texcm-ttf.zip</a> to /usr/X11R6/lib/X11/fonts/TTF.

Extract from <a href="http://support.wolfram.com/mathematica/systems/windows/general/latestfonts.html">http://support.wolfram.com/mathematica/systems/windows/general/latestfonts.html</a> the <a href="http://support.wolfram.com/mathematica/systems/windows/general/MathFonts_TrueType.exe">4.1 TrueType fonts</a> to /usr/X11R6/lib/X11/fonts/TTF.
 <a href="http://www.in-nomine.org/2005/05/05/true-type-fonts-xorg-and-mathml/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I use MathML. Why? Because it just makes sense for mathematics on the websites.</p>
<p>On my DragonFly I had to do the following:</p>
<p>Installed X.org 6.8.1 or .2. Enable xfs (the X font server) by adding <code>xfs_enable="YES"</code> to <code>rc.conf</code>.</p>
<p>From ports install <code>x11-fonts/ttmkfdir</code> and <code>x11-fonts/urwfonts-ttf</code>.</p>
<p>Extract <a href="http://www.mozilla.org/projects/mathml/fonts/bakoma/texcm-ttf.zip">http://www.mozilla.org/projects/mathml/fonts/bakoma/texcm-ttf.zip</a> to /usr/X11R6/lib/X11/fonts/TTF.</p>
<p>Extract from <a href="http://support.wolfram.com/mathematica/systems/windows/general/latestfonts.html">http://support.wolfram.com/mathematica/systems/windows/general/latestfonts.html</a> the <a href="http://support.wolfram.com/mathematica/systems/windows/general/MathFonts_TrueType.exe">4.1 TrueType fonts</a> to /usr/X11R6/lib/X11/fonts/TTF.</p>
<p>In /usr/X11R6/lib/X11/fonts/TTF do:</p>
<pre># ttmkfdir &gt; fonts.scale
# mkfontdir</pre>
<p>This will update fonts.scale and fonts.dir, check them with cat or more to see if they contain references to the extracted new .ttf files.</p>
<p>Change /usr/X11R6/lib/X11/fs/config to have /usr/X11R6/lib/X11/fonts/urwfonts-ttf added to catalogue.<br />
Also add /usr/X11R6/lib/X11/fonts/urwfonts-ttf as a FontPath to /etc/X11/xorg.conf.</p>
<pre># xset fp+ /usr/X11R6/lib/X11/fonts/urwfonts-ttf
# xset fp rehash</pre>
<p>Edited $HOME/.fonts.conf and added:</p>
<pre class="brush: xml; title: ; notranslate">&lt;?xml version=&quot;1.0&quot;?&gt;
&lt;!DOCTYPE fontconfig SYSTEM &quot;fonts.dtd&quot;&gt;
&lt;fontconfig&gt;
  &lt;match target=&quot;pattern&quot;&gt;
    &lt;test name=&quot;family&quot;&gt;
      &lt;string&gt;symbol&lt;/string&gt;
    &lt;/test&gt;
    &lt;edit name=&quot;family&quot; mode=&quot;append&quot; binding=&quot;strong&quot;&gt;
      &lt;string&gt;Standard Symbols L&lt;/string&gt;
    &lt;/edit&gt;
  &lt;/match&gt;
&lt;/fontconfig&gt;</pre>
<p>Added</p>
<pre>user_pref("font.mathfont-family", "Math1, Math2, Math4");</pre>
<p>to <code>$HOME/.mozilla/firefox/&lt;profile.default&gt;/user.js</code>.</p>
<p>There seem to be some bugs still, at least in displaying the W3C test suite.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2005/05/05/true-type-fonts-xorg-and-mathml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Words of Light</title>
		<link>http://www.in-nomine.org/2004/07/21/words-of-light/</link>
		<comments>http://www.in-nomine.org/2004/07/21/words-of-light/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Languages]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[bollywood]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[dragonfly]]></category>
		<category><![CDATA[hindi]]></category>
		<category><![CDATA[lyrics]]></category>
		<category><![CDATA[tendra]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Over the last couple of days I have been busy updating a lot of support within DragonFly, think of firewire support, ATA/SATA, AC'97, bridges, PCI definitions, and so on.
Lovely stuff.

<p>Now if only my AMD Athlon/Asus A7N8X box would boot.  Something is wrong with the nexus attachment.</p>

<p>At the moment de-OSSGing my TenDRA sources.  If you're doing whitespace changes run md5 on the resulting object file before and after the changes.  They should match.</p>

<p>
chak de chak de chak de // Cast it off...
chak de saare gam       // cast off every sorrow.
chak de chak de chak de // Cast it off...
tere sang hain hum      // I'm by your side!
</p> <a href="http://www.in-nomine.org/2004/07/21/words-of-light/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Over the last couple of days I have been busy updating a lot of support within DragonFly, think of firewire support, ATA/SATA, AC&#8217;97, bridges, PCI definitions, and so on.<br />
Lovely stuff.</p>
<p>Now if only my AMD Athlon/Asus A7N8X box would boot.  Something is wrong with the nexus attachment.</p>
<p>At the moment de-OSSGing my TenDRA sources.  If you&#8217;re doing whitespace changes run md5 on the resulting object file before and after the changes.  They should match.</p>
<blockquote><p><em> chak de chak de chak de // Cast it off&#8230;<br />
chak de saare gam       // cast off every sorrow.<br />
chak de chak de chak de // Cast it off&#8230;<br />
tere sang hain hum      // I&#8217;m by your side!</em></p>
<p>Chak de, from the Indian movie Hum Tum&#8230;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2004/07/21/words-of-light/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gaara &#8211; 我愛羅</title>
		<link>http://www.in-nomine.org/2004/07/15/gaara-%e6%88%91%e6%84%9b%e7%be%85/</link>
		<comments>http://www.in-nomine.org/2004/07/15/gaara-%e6%88%91%e6%84%9b%e7%be%85/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Languages]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[anime]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[dragonfly]]></category>
		<category><![CDATA[japanese]]></category>
		<category><![CDATA[kanji]]></category>
		<category><![CDATA[naruto]]></category>
		<category><![CDATA[nvidia]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Of course, some people might recognise the title.  Sabaku no Gaara being a character from the anime series.  The name means: Gaara of the Sand.  The name Gaara itself is a combination of: ga-a(i)-ra, meaning: I, love, demon.  In general you could read it as: "I love myself, I am a demon."

<p align="left">The kanji 'ai':</p>

<p align="center"><img src="http://www.in-nomine.org/~asmodai/kanji/loveai.jpg"></p>

<p align="left">For some reason I love this Kanji.  Consists of 13 strokes.</p>

<p align="left">DragonFly is pushing along nicely, Emiel a.k.a. coolvibe has managed to get into contact with the NVIDIA guys and is now even getting prerelease drivers!  Way cool.  Thanks to all the people supporting DragonFly in any way, your enthousiasm is what keeps us moving along.</p> <a href="http://www.in-nomine.org/2004/07/15/gaara-%e6%88%91%e6%84%9b%e7%be%85/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Of course, some people might recognise the title.  Sabaku no Gaara (<span lang="ja" xml:lang="ja">砂瀑の我愛羅</span>) being a character from the anime series.  The name means: Gaara of the Desert.  The name Gaara (<span lang="ja" xml:lang="ja">我愛羅</span>) itself is a combination of: ga-a(i)-ra, meaning: I, love, demon.  In general you could read it as: &#8220;I love myself, I am a demon.&#8221;</p>
<p align="left">The kanji &#8216;ai&#8217;:</p>
<p align="center"><img src="http://www.in-nomine.org/~asmodai/kanji/loveai.jpg" alt="" /></p>
<p align="left">For some reason I love this Kanji.  Consists of 13 strokes.</p>
<p align="left">DragonFly is pushing along nicely, Emiel a.k.a. coolvibe has managed to get into contact with the NVIDIA guys and is now even getting prerelease drivers!  Way cool.  Thanks to all the people supporting DragonFly in any way, your enthousiasm is what keeps us moving along.</p>
<p align="left">One of my plans for DragonFly&#8217;s support is bootable images for ISO 9660 and diskettes which do various reporting on BIOSes and the like.  This should provide clues into the wonderful world of whacked implementations.</p>
<p align="left">I also started work on the bdb (BSD-licensed debugger) in order to support my own work as well as DragonFly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2004/07/15/gaara-%e6%88%91%e6%84%9b%e7%be%85/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Butterflies on a Sea Wind</title>
		<link>http://www.in-nomine.org/2004/07/09/butterflies-on-a-sea-wind/</link>
		<comments>http://www.in-nomine.org/2004/07/09/butterflies-on-a-sea-wind/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[counting crows]]></category>
		<category><![CDATA[dragonfly]]></category>
		<category><![CDATA[muse]]></category>
		<category><![CDATA[sigur ros]]></category>
		<category><![CDATA[tendra]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Some of those days are a mixture between the truly wonderful and truly weird.

Been actively sending in patches to other projects to support DragonFly natively.  For projects using autoconf/config you need to bug the maintainers to update config.guess and config.sub so it detects DragonFly.

With TenDRA I am currently adding Amos' -y flag, since it just makes sense to get rid of any hardwired stuff with regards to paths.  Been looking at SuperH, ARM, and some other processors.  Right now busy getting STLport working, of course, after I fix the -y flag and the building/* issues.

This is  <a href="http://www.in-nomine.org/2004/07/09/butterflies-on-a-sea-wind/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Some of those days are a mixture between the truly wonderful and truly weird.</p>
<p>Been actively sending in patches to other projects to support DragonFly natively.  For projects using autoconf/config you need to bug the maintainers to update config.guess and config.sub so it detects DragonFly.</p>
<p>With TenDRA I am currently adding Amos&#8217; -y flag, since it just makes sense to get rid of any hardwired stuff with regards to paths.  Been looking at SuperH, ARM, and some other processors.  Right now busy getting <a title="STLport" href="http://www.stlport.org/">STLport</a> working, of course, after I fix the -y flag and the building/* issues.</p>
<p>This is one of those days where you would put on Sigur Ros, The Counting Crows, Muse, or any other of those loveable melancholic bands&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2004/07/09/butterflies-on-a-sea-wind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixed, or was it?</title>
		<link>http://www.in-nomine.org/2004/06/24/fixed-or-was-it/</link>
		<comments>http://www.in-nomine.org/2004/06/24/fixed-or-was-it/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[dragonfly]]></category>
		<category><![CDATA[soccer]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[So I finally managed to get the box compiling world -for some reason cpp1 didn't like -fmemoize-lookups -fsave-memoized- only to have it keel over due to Matt (Dillon) having changed something in the ATA code.  And my ICH2 based chipset at work didn't particularly like that.

Must say that Webmin is nice to use for DNS managing, but I still haven't found a way to really use zone template files.

The Netherlands won against Latvia last night during the European Championship 2004 soccer/voetbal/futbol games with a 3 - 0 score.  I must say that Latvian ladies can definately look very pretty.  <a href="http://www.in-nomine.org/2004/06/24/fixed-or-was-it/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So I finally managed to get the box compiling world -for some reason cpp1 didn&#8217;t like <code>-fmemoize-lookups</code> <code>-fsave-memoized</code>- only to have it keel over due to Matt (Dillon) having changed something in the ATA code. And my ICH2 based chipset at work didn&#8217;t particularly like that.</p>
<p>Must say that Webmin is nice to use for DNS managing, but I still haven&#8217;t found a way to really use zone template files.</p>
<p>The Netherlands won against Latvia last night during the European Championship 2004 soccer/voetbal/futbol games with a 3 &#8211; 0 score. I must say that Latvian ladies can definately look very pretty. Also thanks to our Czechian friends for managing to keep Germany, a very strong soccer nation, under control and even winning!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2004/06/24/fixed-or-was-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

