<?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"
	>

<channel>
	<title>In Nomine - The Lotus Land</title>
	<atom:link href="http://www.in-nomine.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.in-nomine.org</link>
	<description>The focused mind can pierce through stone...</description>
	<pubDate>Mon, 14 Jul 2008 19:54:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
			<item>
		<title>Slow Terminal with xfce, alpha channel issues</title>
		<link>http://www.in-nomine.org/2008/07/14/slow-terminal-with-xfce-alpha-channel-issues/</link>
		<comments>http://www.in-nomine.org/2008/07/14/slow-terminal-with-xfce-alpha-channel-issues/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 19:54:28 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
		
		<category><![CDATA[Operating Systems]]></category>

		<category><![CDATA[freebsd]]></category>

		<category><![CDATA[nvidia]]></category>

		<category><![CDATA[x11]]></category>

		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=243</guid>
		<description><![CDATA[I recently switched to using xfce on my FreeBSD desktop. Window Maker is nice but it was starting to feel a bit dated. Thus far I like xfce, but I had one problem with Terminal. Whenever I tried to resize it or switch desktops to one with Terminal open in it I could see it [...]]]></description>
			<content:encoded><![CDATA[<p>I recently switched to using xfce on my FreeBSD desktop. Window Maker is nice but it was starting to feel a bit dated. Thus far I like xfce, but I had one problem with Terminal. Whenever I tried to resize it or switch desktops to one with Terminal open in it I could see it painstakingly render the window. Xterm and aterm didn&#8217;t exhibit this behaviour, my 3d was accelerated, and other screen drawing didn&#8217;t show problems either (do note I am using NVIDIA&#8217;s binary driver for my GeForce 8800, the nv driver from X.org is unusable at this point).</p>
<p>Someone pointed me at the environment variable XLIB_SKIP_ARGB_VISUALS=1. Once added to .zshenv, properly exported on my shell and an X restart later I find Terminal to zoom along as expected. It turns out that the NVIDIA driver doesn&#8217;t properly accelerate alpha channels.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2008/07/14/slow-terminal-with-xfce-alpha-channel-issues/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Email threading and breaking it</title>
		<link>http://www.in-nomine.org/2008/06/01/email-threading-and-breaking-it/</link>
		<comments>http://www.in-nomine.org/2008/06/01/email-threading-and-breaking-it/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 08:02:21 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
		
		<category><![CDATA[Email]]></category>

		<category><![CDATA[outlook]]></category>

		<category><![CDATA[outlook express]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=242</guid>
		<description><![CDATA[One thing that has been annoying me over the past years is that on mailinglists people with Outlook or Outlook Express clients tend to start a new thread by replying to an email in another thread. They remove the body, perhaps some cc: information, change the subject, write their body and send it off. Since [...]]]></description>
			<content:encoded><![CDATA[<p>One thing that has been annoying me over the past years is that on mailinglists people with Outlook or Outlook Express clients tend to start a new thread by replying to an email in another thread. They remove the body, perhaps some cc: information, change the subject, write their body and send it off. Since Outlook supports completion for to: and cc: fields, it seems a bit of a timewaster to start a new topic like that.</p>
<p>But leaving all that aside, the worst part is that Outlook doesn&#8217;t show you all headers, in particular it leaves the <code>References</code> header intact, which means it is now a reply to an earlier post in another thread. And so threading is broken. You might think &#8220;why be annoyed over it&#8221;, well, the problem is that online mailinglist indexes use this information for proper navigating through a thread. Typically they provide a &#8216;next by thread&#8217; and &#8216;previous by thread&#8217; hyperlink to navigate, but the logical flow of the thread is now broken.</p>
<p>So whenever I see someone with Outlook do this, I send them a note about this in private and most often they adjust the way they work, since, like I stated earlier, starting a new message is actually even faster.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2008/06/01/email-threading-and-breaking-it/feed/</wfw:commentRss>
		</item>
		<item>
		<title>src.conf on FreeBSD 7 for the average installation</title>
		<link>http://www.in-nomine.org/2008/05/22/srcconf-on-freebsd-7-for-the-average-installation/</link>
		<comments>http://www.in-nomine.org/2008/05/22/srcconf-on-freebsd-7-for-the-average-installation/#comments</comments>
		<pubDate>Thu, 22 May 2008 12:13:26 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
		
		<category><![CDATA[Operating Systems]]></category>

		<category><![CDATA[freebsd]]></category>

		<category><![CDATA[src.conf]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=241</guid>
		<description><![CDATA[If we consider common available technology and the average use of a FreeBSD installation as desktop or server then I think these are sensible defaults for /etc/src.conf under FreeBSD 7.
WITHOUT_ATM=yes
How many of you run ATM to your FreeBSD box?
WITHOUT_BIND_DNSSEC=yes
WITHOUT_BIND_ETC=yes
WITH_BIND_LIBS=yes
WITHOUT_BIND_MTREE=yes
WITHOUT_BIND_NAMED=yes
Do you really need a full installation of BIND on your machine? In most cases you simply [...]]]></description>
			<content:encoded><![CDATA[<p>If we consider common available technology and the average use of a FreeBSD installation as desktop or server then I think these are sensible defaults for <code>/etc/src.conf</code> under FreeBSD 7.</p>
<pre>WITHOUT_ATM=yes</pre>
<p>How many of you run ATM to your FreeBSD box?</p>
<pre>WITHOUT_BIND_DNSSEC=yes
WITHOUT_BIND_ETC=yes
WITH_BIND_LIBS=yes
WITHOUT_BIND_MTREE=yes
WITHOUT_BIND_NAMED=yes</pre>
<p>Do you really need a full installation of BIND on your machine? In most cases you simply need a caching, recursive resolver. For this just install <a title="Unbound DNS resolver" href="http://www.unbound.net/" >unbound</a> (found in ports/dns/unbound). Do note that I did not specify <code>WITHOUT_BIND_UTILS</code> so tools like dig and nslookup will still be installed. Only if you need an authoratative nameserver might you want BIND. On the other hand, you might prefer to install <a title="Name Server Daemon" href="http://www.nlnetlabs.nl/nsd/" >NSD</a> (ports/dns/nsd).</p>
<pre>WITHOUT_BLUETOOTH=yes</pre>
<p>Most systems will probably not use Bluetooth at all.</p>
<pre>WITHOUT_I4B=yes</pre>
<p>Do you even use ISDN?</p>
<pre>WITHOUT_IPFILTER=yes</pre>
<p>Most people I know use either ipfw or pf, so little need for ipf.</p>
<pre>WITHOUT_IPX=yes</pre>
<p>You seriously still use IPX? Even NetWare is IP-native nowadays.</p>
<pre>WITHOUT_NIS=yes</pre>
<p>I would hope most systems are using some sort of LDAP lookup nowadays. NIS seriously doesn&#8217;t scale.</p>
<pre>WITHOUT_SENDMAIL=yes</pre>
<p>Given the ease of configuring <a title="Postfix" href="http://www.postfix.org/" >Postfix</a>, why would one want to bother with the archaic syntax of Sendmail? It has served faithfully for many, many years, but its design and configuration are archaic.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2008/05/22/srcconf-on-freebsd-7-for-the-average-installation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>25-year old readdir() bug fixed</title>
		<link>http://www.in-nomine.org/2008/05/09/25-year-old-readdir-bug-fixed/</link>
		<comments>http://www.in-nomine.org/2008/05/09/25-year-old-readdir-bug-fixed/#comments</comments>
		<pubDate>Fri, 09 May 2008 10:30:59 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
		
		<category><![CDATA[Operating Systems]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[bsd]]></category>

		<category><![CDATA[freebsd]]></category>

		<category><![CDATA[mac os x]]></category>

		<category><![CDATA[netbsd]]></category>

		<category><![CDATA[openbsd]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=240</guid>
		<description><![CDATA[Marc Balmer (of the OpenBSD Project) investigated reports of weird filesystem behaviour and found a 25-year old bug in the BSD libc implementation of readdir().
The fix should be in the trunk of all BSDs now and scheduled for merges or backports soon (e.g. see http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/gen/readdir.c revision 1.15&#8217;s diff).
]]></description>
			<content:encoded><![CDATA[<p>Marc Balmer (of the <a title="OpenBSD" href="http://www.openbsd.org/" >OpenBSD Project</a>) <a title="When seekdir() Won't Seek to the Right Position " href="http://www.vnode.ch/fixing_seekdir" >investigated reports of weird filesystem behaviour and found a 25-year old bug</a> in the BSD libc implementation of readdir().</p>
<p>The fix should be in the trunk of all BSDs now and scheduled for merges or backports soon (e.g. see <a href="http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/gen/readdir.c" >http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/gen/readdir.c</a> revision 1.15&#8217;s diff).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2008/05/09/25-year-old-readdir-bug-fixed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Better layout</title>
		<link>http://www.in-nomine.org/2008/05/07/better-layout/</link>
		<comments>http://www.in-nomine.org/2008/05/07/better-layout/#comments</comments>
		<pubDate>Wed, 07 May 2008 20:18:11 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Weblog]]></category>

		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=239</guid>
		<description><![CDATA[The website should now look a bit better again, especially on the reading side.
]]></description>
			<content:encoded><![CDATA[<p>The website should now look a bit better again, especially on the reading side.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2008/05/07/better-layout/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The stars in your eyes</title>
		<link>http://www.in-nomine.org/2008/04/27/the-stars-in-your-eyes/</link>
		<comments>http://www.in-nomine.org/2008/04/27/the-stars-in-your-eyes/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 11:25:14 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
		
		<category><![CDATA[Thoughts]]></category>

		<category><![CDATA[Writing]]></category>

		<category><![CDATA[poetry]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=238</guid>
		<description><![CDATA[Your smile goes so deep,
it makes me happy and I wonder
if I can ever find a star
that matches the brightness of your eyes.
The curve of your lips hides nothing,
everything is there in plain sight.
It is all so simple, yet a beauty beyond compare.
How can I protect that smile of yours?
When I lay the moon and [...]]]></description>
			<content:encoded><![CDATA[<p>Your smile goes so deep,<br />
it makes me happy and I wonder<br />
if I can ever find a star<br />
that matches the brightness of your eyes.<br />
The curve of your lips hides nothing,<br />
everything is there in plain sight.<br />
It is all so simple, yet a beauty beyond compare.<br />
How can I protect that smile of yours?<br />
When I lay the moon and stars at your feet,<br />
will you keep smiling for me?<br />
Or is it better to leave them in the sky above,<br />
so I can catch their reflection in your eyes<br />
as you move ever closer and closer and closer&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2008/04/27/the-stars-in-your-eyes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Being an author</title>
		<link>http://www.in-nomine.org/2008/04/27/being-an-author/</link>
		<comments>http://www.in-nomine.org/2008/04/27/being-an-author/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 11:18:48 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
		
		<category><![CDATA[Thoughts]]></category>

		<category><![CDATA[Writing]]></category>

		<category><![CDATA[poetry]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=237</guid>
		<description><![CDATA[There are no clouds of boredom in my living sky,
no lack of purpose as time passes by.
I grasp the moment with all my soul,
firm, yet gentle, of my own destiny I take control.
Shaping, like a potter, form from naught,
organically grown, the shape at end matters not
for it is the experience itself, the path I took
that [...]]]></description>
			<content:encoded><![CDATA[<p>There are no clouds of boredom in my living sky,<br />
no lack of purpose as time passes by.<br />
I grasp the moment with all my soul,<br />
firm, yet gentle, of my own destiny I take control.<br />
Shaping, like a potter, form from naught,<br />
organically grown, the shape at end matters not<br />
for it is the experience itself, the path I took<br />
that writes the chapters of life in my book.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2008/04/27/being-an-author/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Help flu research in BE, IT, NL, and PT</title>
		<link>http://www.in-nomine.org/2008/04/23/help-flu-research-in-be-it-nl-and-pt/</link>
		<comments>http://www.in-nomine.org/2008/04/23/help-flu-research-in-be-it-nl-and-pt/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 08:14:21 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
		
		<category><![CDATA[Countries]]></category>

		<category><![CDATA[Science]]></category>

		<category><![CDATA[belgium]]></category>

		<category><![CDATA[flu]]></category>

		<category><![CDATA[influenza]]></category>

		<category><![CDATA[italy]]></category>

		<category><![CDATA[portugal]]></category>

		<category><![CDATA[the netherlands]]></category>

		<category><![CDATA[virology]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=236</guid>
		<description><![CDATA[For a few years now there&#8217;s been a website in the Netherlands and Belgium that asks participants to fill out their details on a weekly basis with regard to cold and influenza symptoms.
After that there was a Portuguese site doing the same thing.
And now there is an Italian site as well.
There is still not much [...]]]></description>
			<content:encoded><![CDATA[<p>For a few years now there&#8217;s been a <a title="De grote griepmeting" href="http://www.degrotegriepmeting.nl/" >website in the Netherlands</a> and <a title="De grote griepmeting" href="http://www.degrotegriepmeting.be/" >Belgium</a> that asks participants to fill out their details on a weekly basis with regard to cold and influenza symptoms.</p>
<p>After that there was a <a title="Gripenet" href="http://www.gripenet.pt/" >Portuguese site</a> doing the same thing.</p>
<p>And now there is an <a title="influweb" href="http://www.influweb.it/index.php" >Italian site</a> as well.</p>
<p>There is still not much known about migratory patterns and occurences of the flu within the world, these websites will help create more understanding, so please help them out. It will take a maximum of 5 minutes per week, but the information is very useful for scientists (virologists).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2008/04/23/help-flu-research-in-be-it-nl-and-pt/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Haka ka mate and Sipi tau</title>
		<link>http://www.in-nomine.org/2008/04/20/haka-ka-mate-and-sipi-tau/</link>
		<comments>http://www.in-nomine.org/2008/04/20/haka-ka-mate-and-sipi-tau/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 12:28:17 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
		
		<category><![CDATA[Countries]]></category>

		<category><![CDATA[Languages]]></category>

		<category><![CDATA[Sports]]></category>

		<category><![CDATA[haka ka mate]]></category>

		<category><![CDATA[maori]]></category>

		<category><![CDATA[new zealand]]></category>

		<category><![CDATA[rugby]]></category>

		<category><![CDATA[sipi tau]]></category>

		<category><![CDATA[tonga]]></category>

		<category><![CDATA[tongan]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=235</guid>
		<description><![CDATA[New Zealand starts its Haka ka mate but then get interrupted by Tonga with their Sipi tau. Every time I watch this my skin gets goosebumps. Quite powerful when you see them perform against each other like this.

See this post about the text of the Haka ka mate and this for the Sipi tau.
]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">New Zealand starts its Haka ka mate but then get interrupted by Tonga with their Sipi tau. Every time I watch this my skin gets goosebumps. Quite powerful when you see them perform against each other like this.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/8eGCsEQ15L4&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/8eGCsEQ15L4&amp;hl=en" wmode="transparent"></embed></object></p>
<p>See <a title="Haka ka mate" href="http://www.in-nomine.org/2005/04/05/haka-ka-mate/" >this post about the text of the Haka ka mate</a> and this for the <a title="Kailao!" href="http://www.in-nomine.org/2005/04/06/kailao/" >Sipi tau</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2008/04/20/haka-ka-mate-and-sipi-tau/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft IME 2007 on Windows x64</title>
		<link>http://www.in-nomine.org/2008/04/20/microsoft-ime-2007-on-windows-x64/</link>
		<comments>http://www.in-nomine.org/2008/04/20/microsoft-ime-2007-on-windows-x64/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 11:25:04 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
		
		<category><![CDATA[Languages]]></category>

		<category><![CDATA[Operating Systems]]></category>

		<category><![CDATA[32-bits]]></category>

		<category><![CDATA[64-bits]]></category>

		<category><![CDATA[chinese]]></category>

		<category><![CDATA[i18n]]></category>

		<category><![CDATA[ime]]></category>

		<category><![CDATA[input method editor]]></category>

		<category><![CDATA[japanese]]></category>

		<category><![CDATA[korean]]></category>

		<category><![CDATA[windows x64]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=232</guid>
		<description><![CDATA[So I was updating my input method editors (IME) from the default in Windows x64 (IME 2002) to the ones provided by Office 2007&#8217;s language packs. As explained in a previous post of mine you can install the proofing tools and input by passing LAUNCHEDBYSETUPEXE=1 to the execution of the MSI. Now, on my Windows [...]]]></description>
			<content:encoded><![CDATA[<p>So I was updating my input method editors (IME) from the default in Windows x64 (IME 2002) to the ones provided by Office 2007&#8217;s language packs. As explained in a <a title="Office 2007 Proofing and Input Method Editors (IME)" href="http://www.in-nomine.org/2007/12/17/office-2007-proofing-and-input-method-editors-ime/" >previous post of mine</a> you can install the proofing tools and input by passing <code>LAUNCHEDBYSETUPEXE=1</code> to the execution of the MSI. Now, on my Windows x64 I installed the IME by installing the IME64.MSI with this added variable. The weird thing was that some applications worked flawlessly and yet others showed me the wrong number of icons or no icons at all! It turns out that these applications are 32-bits applications and need to have the 32-bits IME installed as well. So next to installing IME64.MSI of the language you want to install, you will also have to install IME32.MSI. Only after doing this will you notice the applications working as you want them.</p>
<p>Thinking back on it, it makes perfect sense, but while you are in the middle of working with it you keep wondering: &#8220;why?&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2008/04/20/microsoft-ime-2007-on-windows-x64/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
