<?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>Daniel E. Renfer's Blog</title>
	<atom:link href="http://kronkltd.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://kronkltd.net/blog</link>
	<description>Freelance Individual</description>
	<pubDate>Mon, 05 May 2008 15:34:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Thoughts - Segment 3</title>
		<link>http://kronkltd.net/blog/2008/05/thoughts-segment-3/</link>
		<comments>http://kronkltd.net/blog/2008/05/thoughts-segment-3/#comments</comments>
		<pubDate>Sat, 03 May 2008 22:10:03 +0000</pubDate>
		<dc:creator>Daniel E. Renfer</dc:creator>
		
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://kronkltd.net/blog/?p=831</guid>
		<description><![CDATA[From CVS to home
[display_podcast]
]]></description>
			<content:encoded><![CDATA[<p>From CVS to home</p>
<p>[display_podcast]</p>
]]></content:encoded>
			<wfw:commentRss>http://kronkltd.net/blog/2008/05/thoughts-segment-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Thoughts - Segment 2</title>
		<link>http://kronkltd.net/blog/2008/05/thoughts-segment-2/</link>
		<comments>http://kronkltd.net/blog/2008/05/thoughts-segment-2/#comments</comments>
		<pubDate>Sat, 03 May 2008 21:53:01 +0000</pubDate>
		<dc:creator>Daniel E. Renfer</dc:creator>
		
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://kronkltd.net/blog/?p=830</guid>
		<description><![CDATA[From the library to CVS
[display_podcast]
]]></description>
			<content:encoded><![CDATA[<p>From the library to CVS</p>
<p>[display_podcast]</p>
]]></content:encoded>
			<wfw:commentRss>http://kronkltd.net/blog/2008/05/thoughts-segment-2/feed/</wfw:commentRss>
<enclosure url="http://kronkltd.net/blog/wp-content/uploads/2008/05/mic-2008-05-03-13h52m38s.mp3" length="2125615" type="audio/mpeg" />
		</item>
		<item>
		<title>Thoughts - Segment 1</title>
		<link>http://kronkltd.net/blog/2008/05/thoughts-segment-1/</link>
		<comments>http://kronkltd.net/blog/2008/05/thoughts-segment-1/#comments</comments>
		<pubDate>Sat, 03 May 2008 21:19:10 +0000</pubDate>
		<dc:creator>Daniel E. Renfer</dc:creator>
		
		<category><![CDATA[Thoughts]]></category>

		<category><![CDATA[Creative Zen]]></category>

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

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

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

		<guid isPermaLink="false">http://kronkltd.net/blog/?p=827</guid>
		<description><![CDATA[This is the first of a series of recordings that I recorded while driving on my mp3 player.
I won&#8217;t feel hurt if you didn&#8217;t listen.
[display_podcast]
]]></description>
			<content:encoded><![CDATA[<p>This is the first of a series of recordings that I recorded while driving on my mp3 player.</p>
<p>I won&#8217;t feel hurt if you didn&#8217;t listen.</p>
<p>[display_podcast]</p>
]]></content:encoded>
			<wfw:commentRss>http://kronkltd.net/blog/2008/05/thoughts-segment-1/feed/</wfw:commentRss>
<enclosure url="http://kronkltd.net/blog/wp-content/uploads/2008/05/mic-2008-05-03-13h26m15s.mp3" length="4488943" type="audio/mpeg" />
		</item>
		<item>
		<title>The Command History Meme</title>
		<link>http://kronkltd.net/blog/2008/04/the-command-history-meme/</link>
		<comments>http://kronkltd.net/blog/2008/04/the-command-history-meme/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 23:18:00 +0000</pubDate>
		<dc:creator>Daniel E. Renfer</dc:creator>
		
		<category><![CDATA[General]]></category>

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

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

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

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

		<guid isPermaLink="false">http://kronkltd.net/blog/?p=824</guid>
		<description><![CDATA[duck@kronkltd.net:~$ history&#124;awk &#8216;{a[$2]++} END{for(i in a){printf &#8220;%5d\t%s \n&#8221;,a[i],i}}&#8217;&#124;sort -rn&#124;head
32   sudo
6   locate
6   cd
5   ruby
4   startx
4   mysql
3   ls
2   rubt
2   ping
2   lynx
This isn&#8217;t a very good history. It&#8217;s only been a few days since I&#8217;ve last re-installed, and it doesn&#8217;t seem to be collecting all the commands I&#8217;ve been using. Oh well.
(From Tim)
]]></description>
			<content:encoded><![CDATA[<p>duck@kronkltd.net:~$ history|awk &#8216;{a[$2]++} END{for(i in a){printf &#8220;%5d\t%s \n&#8221;,a[i],i}}&#8217;|sort -rn|head<br />
32   sudo<br />
6   locate<br />
6   cd<br />
5   ruby<br />
4   startx<br />
4   mysql<br />
3   ls<br />
2   rubt<br />
2   ping<br />
2   lynx</p>
<p>This isn&#8217;t a very good history. It&#8217;s only been a few days since I&#8217;ve last re-installed, and it doesn&#8217;t seem to be collecting all the commands I&#8217;ve been using. Oh well.</p>
<p>(From <a href="http://www.tbray.org/ongoing/When/200x/2008/04/15/History-Meme" typeof="sioc:Post" title="History">Tim</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://kronkltd.net/blog/2008/04/the-command-history-meme/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Back up, and self hosted. (on linux)</title>
		<link>http://kronkltd.net/blog/2008/04/back-up-and-self-hosted-on-linux/</link>
		<comments>http://kronkltd.net/blog/2008/04/back-up-and-self-hosted-on-linux/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 01:57:26 +0000</pubDate>
		<dc:creator>Daniel E. Renfer</dc:creator>
		
		<category><![CDATA[General]]></category>

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

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://kronkltd.net/blog/?p=823</guid>
		<description><![CDATA[Sometime last week, I decided that I was getting sick of only having PHP4 on my hoster that I was previously using... I was already running a mirror of the site under a different domain. I only had to make a quick change in DNS, and I was running it myself... That was when my computer died.]]></description>
			<content:encoded><![CDATA[<p>Sometime last week, I decided that I was getting sick of only having PHP4 on my hoster that I was previously using. I liked using the host I was using, (particularly because the admin had neglected to continue to charge me) but more and more, I felt the need to be my own admin.</p>
<p>&#8220;What the hell?&#8221; I thought, &#8220;It&#8217;s not like I get <em>that</em> much traffic. I&#8217;ll just host the whole thing myself. &#8221; I was already running a mirror of the site under a different domain. I only had to make a quick change in DNS, and I was running it myself.</p>
<p>That was when my computer died.</p>
<p>Something is going on with my primary computer where it won&#8217;t detect that there are any IDE devices attached. I have a perfectly good 500 gig new hard drive, but it was still giving me intermittant problems.</p>
<p>In the meantime, I have dug out my old 1 ghz. computer. I threw my hard drive in there and it was immediately detected. But it won&#8217;t log into Windows.</p>
<p>So Linux it is.</p>
<p>When I installed Windows way back a short time after I got this new hard drive, it overwrote my MBR. It&#8217;s a simple fix to restore this from linux, but it involves booting up with my Ubuntu live CD. Due to the aformentioned problem with my IDE connections, I&#8217;ve never had much luck using my DVD drive in my other computer. On the new, old computer, I logged in, fixed the MBR, and begun using Ubuntu again.</p>
<p>Then I made the same stupid mistake I&#8217;ve made many times before: I tried to upgrade.</p>
<p>It seems that without fail, every time I try to upgrade Ubuntu, it will fail halfway leaving my installation corrupted. I repartitioned my linux partition so I could save my <code>/home</code> directory, and re-installed Ubuntu once again.</p>
<p>I needed my Jabber server back.Installing Openfire under linux was pretty easy, but in order to get it to work, I needed my MySQL server first.</p>
<p>I had a little trouble getting my MySQL server transfered. I had problems getting the permissions set right. The second time I tried it, I was able to log in and see all of my precious little tables.</p>
<p>Back to Openfire.</p>
<p>I have had my Openfire database for some time now. It appears that at some point, they changed the way the tables were named. Instead of using jiveuser, they were now using jiveUser. This required stopping the server, dropping all the new tables, renaming all the old tables to the new name, and restarting the server. I had jabber back!</p>
<p>Next comes this site.</p>
<p>This was a pain. I got it serving the files, but it wanted to serve the PHP files instead of parsing and running them. Major security flaw. I removed everything, and re-installed Apache and PHP. It was now parsing the PHP, but it was bitching that it didn&#8217;t have MySQL support. I checked to make sure that all the settings were right, but still nothing. One more complete uninstall/re-install cycle and that was working.</p>
<p>So that&#8217;s where I am right now. The next step is to get Tomcat running and put Mycyclopedia back up. And from there on to re-writing it&#8230; possibly in rails.</p>
<p>Eventually, I will get my other computer working, and all this work will have been for nothing.</p>
<p>Oh well.</p>
]]></content:encoded>
			<wfw:commentRss>http://kronkltd.net/blog/2008/04/back-up-and-self-hosted-on-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Staying in Sync</title>
		<link>http://kronkltd.net/blog/2008/03/staying-in-sync/</link>
		<comments>http://kronkltd.net/blog/2008/03/staying-in-sync/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 14:24:00 +0000</pubDate>
		<dc:creator>Daniel E. Renfer</dc:creator>
		
		<category><![CDATA[General]]></category>

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://kronkltd.net/blog/2008/03/16/staying-in-sync/</guid>
		<description><![CDATA[I am still in search of the optimal way to keep the tools I use for contacts and calendars and mail and feeds in sync with each other. It&#8217;s a daunting challenge. I have yet to find a very good solution, but I&#8217;m going to describe some of the tools I use to try to [...]]]></description>
			<content:encoded><![CDATA[<p>I am still in search of the optimal way to keep the tools I use for contacts and calendars and mail and feeds in sync with each other. It&#8217;s a daunting challenge. I have yet to find a very good solution, but I&#8217;m going to describe some of the tools I use to try to do this.</p>
<p><a href="http://www.gmail.com/">Gmail</a></p>
<blockquote><p>I&#8217;m actually using the Google Apps for Your Domain, but it&#8217;s close enough to being GMail for me. GMail&#8217;s support of the IMAP protocol makes using a desktop client to read my email easy.</p>
</blockquote>
<p><a href="http://www.mozilla.com/en-US/thunderbird/">Thunderbird</a></p>
<blockquote><p>My email client of choice. For a long while, I was simply using Gmail&#8217;s web interface, until I decided that I wanted to get myself a PGP key and start signing my outgoing messages. <a href="https://addons.mozilla.org/en-US/thunderbird/addon/71">Enigmail</a> makes that easy.</p>
</blockquote>
<p><a href="http://www.mozilla.org/projects/calendar/lightning/">Lightning</a></p>
<blockquote><p>A plugin for Thunderbird. This gives me my calendar in the same program I read my email.</p>
</blockquote>
<p><a href="http://office.microsoft.com/en-us/outlook/default.aspx">Outlook</a></p>
<blockquote><p>I wanted to give outlook a try. I wanted to like it. I used to use it for work. It supports IMAP. Unfortunately, I found it to be way too slow for my tastes. I could jump from message to message in Thunderbird way faster than I ever could in Outlook. Still, I need it if I want to synch my contacts and my calendar to my <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FCreative-Zen-Vision-Portable-Player%2Fdp%2FB000I5PGOM&amp;tag=kronkltd-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325">Creative Zen Vision:M</a>.</p>
</blockquote>
<p><a href="https://hub.chandlerproject.org/">Chandler Hub</a></p>
<blockquote><p>I needed an online place where I could send my calendar. I am constantly running the latest nightly build of Lightning, thanks to the <a href="https://addons.mozilla.org/en-US/thunderbird/addon/4623">nightly updater</a>, so the <a href="https://addons.mozilla.org/en-US/thunderbird/addon/4623">Provider for Google Calendar</a> wasn&#8217;t working for me. Also, GCal doesn&#8217;t support To-Do&#8217;s. Chandler Hub was the best service I have thus found that would allow me to do a 2-way sync of my calendar.</p>
</blockquote>
<p><a href="http://www.plaxo.com/">Plaxo</a></p>
<blockquote><p>A great service. They have plugins for both Outlook and Thunderbird. This keeps my address book in sync between the two, as well as several of my other online address books. Unfortunately, Plaxo for Thunderbird doesn&#8217;t sync my calendar. If they did, I could probably get rid of a lot of the other tools I use.</p>
</blockquote>
<p><a href="http://www.scheduleworld.com/">Schedule World</a></p>
<blockquote><p>This is a new service I have been trying. Thunderbird syncs it&#8217;s calendar with Chandler. Outlook syncs with Plaxo. Outlook won&#8217;t read Chandler properly, so I had no way to get the stuff in my calendar over to Outlook. This is where Schedule World steps in. I have been having a little trouble getting it to synch my calendar with Outlook, but it is doing the To-Do&#8217;s fine. </p>
</blockquote>
<p>&#160;</p>
<p>It has now taken me 3 days to get this post written, so I&#8217;m going to stop right now. There are other links of my chain of getting things synched, but they are not as important as these pieces.</p>
<p>Do you have a suggestion for a tool that helps you stay in sync? Feel free to <a href="xmpp:duck@kronkltd.net">contact</a> me.</p>
]]></content:encoded>
			<wfw:commentRss>http://kronkltd.net/blog/2008/03/staying-in-sync/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Good Morning</title>
		<link>http://kronkltd.net/blog/2008/03/good-morning/</link>
		<comments>http://kronkltd.net/blog/2008/03/good-morning/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 12:59:08 +0000</pubDate>
		<dc:creator>Daniel E. Renfer</dc:creator>
		
		<category><![CDATA[General]]></category>

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

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

		<category><![CDATA[school. Toby]]></category>

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

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

		<guid isPermaLink="false">http://kronkltd.net/blog/2008/03/13/good-morning/</guid>
		<description><![CDATA[Every day this week I have been forcing myself to get up at 07:00. Naturally, I am somewhat of a nocturnal person, left to my own devices, the time I go to bed will get progressively later and later. Combine this with the fact that I have been unemployed for approximately the past 8 months, [...]]]></description>
			<content:encoded><![CDATA[<p>Every day this week I have been forcing myself to get up at 07:00. Naturally, I am somewhat of a nocturnal person, left to my own devices, the time I go to bed will get progressively later and later. Combine this with the fact that I have been unemployed for approximately the past 8 months, my sleeping schedule has fallen into what is &quot;normal&quot; for my body. The only limiting factor in this equation is the fact that I have two small children.</p>
<p>Toby has actually gotten pretty good at going to bed at a decent time. He used to be pretty much of a night owl, but (thanks to the efforts of my wife) has been managing to go to sleep at a normal time for a 2 1/2 year old boy on most nights.</p>
<p>Then there is Random&#8230; Much like her brother when he was younger, she tends to stay up fairly late. I am pretty good at getting her to sleep by standing up with her and rocking her, but that does not always work. I can only hope that in time, we will be able to get her to bed at an earlier time.</p>
<p>This will become very important to them as they get older and start going to school. I have always felt that school starts entirely too early. I understand most of the reasoning behind it. They try to get the kids to school before their parents would traditionally have to go to work, but it was always so early. I have always felt that my grades in school would have been better had I started even 2 hours later. Then again, maybe I should have just studied harder.</p>
<p>I will be starting my new job this coming Monday. I will be required to be in Ann Arbor by 8:00. My current wake time of 7:00 most likely won&#8217;t be sufficient. I plan on eventually pushing my alarm clock back another half hour tomorrow to get my body used to being a morning person once again. Once I have acclimated to 6:30, I&#8217;ll probably push it back again to 6:00. That should give me plenty of time to lollygag before having to go to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://kronkltd.net/blog/2008/03/good-morning/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Into the Loving Embrace of Wordpress</title>
		<link>http://kronkltd.net/blog/2008/03/into-the-loving-embrace-of-wordpress/</link>
		<comments>http://kronkltd.net/blog/2008/03/into-the-loving-embrace-of-wordpress/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 13:13:42 +0000</pubDate>
		<dc:creator>Daniel E. Renfer</dc:creator>
		
		<category><![CDATA[General]]></category>

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://kronkltd.net/blog/2008/03/12/into-the-loving-embrace-of-wordpress/</guid>
		<description><![CDATA[Today I made the decision to move a lot of the content on my site into WordPress using it&#8217;s &#34;pages&#34; feature. 
Previously, my site was separated into two sections. My WordPress blog, and everything else. At one time, I had my blog matching the theme of the rest of my site. 
When I updated my [...]]]></description>
			<content:encoded><![CDATA[<p>Today I made the decision to move a lot of the content on my site into WordPress using it&#8217;s &quot;pages&quot; feature. </p>
<p>Previously, my site was separated into two sections. My WordPress blog, and everything else. At one time, I had my blog matching the theme of the rest of my site. </p>
<p>When I updated my install a while back I pretty much lost that. Considering that I hate the visual look of my site as it is, I didn&#8217;t feel the overwhelming desire to bring down the prettiness of WP&#8217;s default theme with my horrid artistic sensibilities. So now I have the task of copying and pasting a bunch of text from my custom PHP content management system (if you could call it that) into WordPress&#8217;s online page editing page. </p>
<p>I was really hoping that <a href="http://get.live.com/writer/overview">Windows Live Writer</a> would give me the ability to compose and edit pages in adition to blog posts, but as far as I can tell, I don&#8217;t believe they do. </p>
<p>In other WordPress related news, I&#8217;ve updated the template to create better RDFa for this site. I don&#8217;t know exactly how many other sites out there give the complete SIOC information for their blog in RDFa, but this one does. I&#8217;m actually not sure how good my attempt at RDFa is. I use an extension for Firefox called <a href="http://www.kaply.com/weblog/operator/">Operator</a>. It&#8217;s a really great program for identifying microformats in a page, but the current release isn&#8217;t fully updated to the new RDFa spec. Because of that, I can&#8217;t tell if some of the things I&#8217;ve tried to do (like using @instanceof) are actually producing the desired triples. </p>
<p>Did I mention that at least some of these pages should be showing up as <a href="http://microformats.org/wiki/hatom">hAtom</a> enabled? Well they are. I really wish that WordPress would include a lot of this stuff by default. I&#8217;ve been thinking of taking my changes to the default install of WordPress and publishing a patch file that people could apply. If there is any interest out there, let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://kronkltd.net/blog/2008/03/into-the-loving-embrace-of-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>No Parking on Cement</title>
		<link>http://kronkltd.net/blog/2008/02/no-parking-on-cement/</link>
		<comments>http://kronkltd.net/blog/2008/02/no-parking-on-cement/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 06:32:09 +0000</pubDate>
		<dc:creator>Daniel E. Renfer</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://kronkltd.net/blog/2008/02/21/no-parking-on-cement/</guid>
		<description><![CDATA[  

No Parking on Cement
Originally uploaded by duck1123
This was a sign that my wife spotted at a gas station when we were coming home from my mom&#8217;s house.
]]></description>
			<content:encoded><![CDATA[<p style="float: right; margin-left: 10px; margin-bottom: 10px">  <a href="http://www.flickr.com/photos/duck1123/2187885589/" title="photo sharing"><img src="http://farm3.static.flickr.com/2130/2187885589_2c76f8b70f_m.jpg" alt="" style="border: 2px solid #000000" /></a></p>
<p><span style="font-size: 0.9em; margin-top: 0px"><br />
<a href="http://www.flickr.com/photos/duck1123/2187885589/">No Parking on Cement</a></span></p>
<p>Originally uploaded by <a href="http://www.flickr.com/people/duck1123/">duck1123</a><br />
This was a sign that my wife spotted at a gas station when we were coming home from my mom&#8217;s house.</p>
]]></content:encoded>
			<wfw:commentRss>http://kronkltd.net/blog/2008/02/no-parking-on-cement/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Instant Messaging Lang Selector</title>
		<link>http://kronkltd.net/blog/2008/01/instant-messaging-lang-selector/</link>
		<comments>http://kronkltd.net/blog/2008/01/instant-messaging-lang-selector/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 17:23:30 +0000</pubDate>
		<dc:creator>Daniel E. Renfer</dc:creator>
		
		<category><![CDATA[General]]></category>

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

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

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

		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://kronkltd.net/blog/2008/01/08/instant-messaging-lang-selector/</guid>
		<description><![CDATA[Instant messaging programs need to support the sending of language information. I am an English speaker. 98% of the time, if I am producing something, it will be in the English language. I would probably go into the preferences of my IM client and set my default to en-us.]]></description>
			<content:encoded><![CDATA[<p>Instant messaging programs need to support the sending of language information. I am an English speaker. 98% of the time, if I am producing something, it will be in the English language. I would probably go into the preferences of my IM client and set my default to <code>en-us</code>. </p>
<p>Now, I have been occasionally been known to say the odd phrase in German. I took two years of German in high school, so I know just a little bit. The rare case that I write something in German, I could easily change the language selector to German. This should be sent out as xml:lang=&quot;de&quot; in the case of Jabber.</p>
<p>This would be good, for one, because it would allow us to file the messages appropriately w.r.t. language. Second, you could then get tools to sit between the message and you. Imagine that I am an English speaker for a moment. (Really stretch that imagination.) Now say that I am speaking via IM someone that has set their preferred language to Spanish. It would be easy to set a processor on my end to take the message I have received, automatically run it through a translation service, and display it to me. I would of course still want to have the original message available to me as well.</p>
<p>All these things could be easily done if clients routinely sent correct language information. Since this information is currently almost universally unreliable, it&#8217;s hard to really make use of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://kronkltd.net/blog/2008/01/instant-messaging-lang-selector/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
