<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>Al Hoang &#187; windoze</title>
	<atom:link href="http://blogs.law.harvard.edu/hoanga/category/windoze/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.law.harvard.edu/hoanga</link>
	<description>Just another weblog</description>
	<lastBuildDate>Wed, 09 Sep 2009 06:52:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
		<item>
		<title>Good Systems Administration should be boring</title>
		<link>http://blogs.law.harvard.edu/hoanga/2009/04/30/good-systems-administration-should-be-boring/</link>
		<comments>http://blogs.law.harvard.edu/hoanga/2009/04/30/good-systems-administration-should-be-boring/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 15:27:57 +0000</pubDate>
		<dc:creator>hoanga</dc:creator>
				<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[windoze]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/hoanga/?p=712</guid>
		<description><![CDATA[Tom has a great summary on why.
One challenge for the cowboy sys admin is on how to keep oneself engaged while making their job basically&#8230; a walk in the park.
One thing I have found helpful in creating lists is to be dogmatic about writing docs as you are doing something somewhere, anywhere and collect all [...]]]></description>
			<content:encoded><![CDATA[<p>Tom has a great summary on <a href="http://everythingsysadmin.com/2009/01/transforming-art-into-science.html">why</a>.</p>
<p>One challenge for the cowboy sys admin is on how to keep oneself engaged while making their job basically&#8230; a walk in the park.</p>
<p>One thing I have found helpful in creating lists is to be dogmatic about writing docs as you are doing something somewhere, anywhere and collect all of this later.  (You are writing documentation as you do your job, aren&#8217;t you?)</p>
<p><a href="http://everythingsysadmin.com/2009/01/transforming-art-into-science.html">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/hoanga/2009/04/30/good-systems-administration-should-be-boring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Programming languages for your WinCE device</title>
		<link>http://blogs.law.harvard.edu/hoanga/2008/05/10/programming-languages-for-your-wince-device/</link>
		<comments>http://blogs.law.harvard.edu/hoanga/2008/05/10/programming-languages-for-your-wince-device/#comments</comments>
		<pubDate>Sat, 10 May 2008 14:29:03 +0000</pubDate>
		<dc:creator>hoanga</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[windoze]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/hoanga/2008/05/10/programming-languages-for-your-wince-d</guid>
		<description><![CDATA[I got this WinCE device that I&#8217;ve been trying to wrangle into a nice cozy environment to do useful things so the first thing I started looking at was the availability of development tools that I can use directly on the device.
In general, I prefer Ruby however I&#8217;m not wedded to it since I&#8217;d prefer [...]]]></description>
			<content:encoded><![CDATA[<p>I got this <a href="http://emobile.jp/products/sh/s01sh2/index.html">WinCE device</a> that I&#8217;ve been trying to wrangle into a nice cozy environment to do useful things so the first thing I started looking at was the availability of development tools that I can use directly on the device.</p>
<p>In general, I prefer Ruby however I&#8217;m not wedded to it since I&#8217;d prefer a language that is more</p>
<ul>
<li>More mature for the host OS it&#8217;s running on</li>
<li>Can actually DO something besides Hello World</li>
<li>Actually can access standard libraries that would come with the desktop version (I don&#8217;t just want the language core)</li>
<li>Maintained to some degree</li>
<li>Not a PITA to install</li>
</ul>
<p>After looking around I dug up the following :</p>
<ul>
<li><a href="http://uema2.s8.xrea.com/ruby-mswince/">Ruby WinCE</a></li>
<ul>
<li>Has Ruby 1.8.6</li>
<li>Maintained to some degree</li>
<li>Not much docs in English (that&#8217;s fine I read Japanese)</li>
<li>The installer is basically unzip and plop into a directory somewhere</li>
<li>Not much docs on what to do with it</li>
<li>Looks like a &#8220;I got it compiled don&#8217;t know if it really works&#8221; project</li>
<li>Seems there can be <a href="http://www.google.com/search?hl=en&amp;q=ruby+wince+strerror&amp;btnG=Google+Search&amp;meta=">string handling issues</a></li>
</ul>
<li><a href="http://www.target-earth.net/gadgets/code/rubyce.html">Ruby CE</a></li>
<ul>
<li>Also Ruby 1.8.6 based</li>
<li>Seems to be in active development</li>
<li>Looks like the developer is actually trying to get real code working with it</li>
<li>More documentation on how to install and bootstrap it</li>
<li>Seems more promising for using it for real coding over Ruby WinCE</li>
<li>No lazy installer.  Zip files that need splatting on the filesystem</li>
</ul>
<li><a href="http://www.mazama.net/scheme/pscheme.htm">Pocket Scheme</a></li>
<ul>
<li>An implementation of the Scheme programming language (Not all of it though)</li>
<li>UTF-8 support (woot!)</li>
<li>Rather well maintained</li>
<li>The interpreter/IDE integrates better with the OS</li>
<li>Supports cut and paste better</li>
<li>Actually has working sockets</li>
<li>Can do file manipulation</li>
<li>Code samples!</li>
<li>Lazy Installer</li>
</ul>
<li><a href="http://pythonce.sourceforge.net/">Python CE</a></li>
<ul>
<li>A Python implementation for WinCE devices</li>
<li>Looks actively maintained</li>
<li>Actually has a wiki for documentation and it doesn&#8217;t seem THAT dead</li>
<li>Python 2.5 support looks like its available</li>
<li>Installer available</li>
<li>Docs seem pretty good</li>
</ul>
<li><a href="http://www.comp.nus.edu.sg/~luzm/ppchugs/">PPC Hugs</a></li>
<ul>
<li>A Haskell (Hugs-based) implementation for WinCE</li>
<li>Looks like someone&#8217;s school project</li>
<li>Marked as alpha quality</li>
<li>No idea what actually works</li>
<li>Looks like another &#8220;It Compiles&#8221; projects</li>
<li>Doesn&#8217;t look like its actively maintained</li>
<li>Documentation looks sparse</li>
<li>No lazy installer</li>
</ul>
<li><a href="http://perlce.sourceforge.net/">Perl CE</li>
<ul>
<li>An implementation of Perl for Pocket PC</li>
<li><a href="http://www.rainer-keuchel.de/wince/perlce.html">First page I hit</a> made it look like it was a dead project</li>
<li>Docs seem sparse to me</li>
<li>Looks like it has an installer (as long as you can find which version you need)</li>
</ul>
<li><a href="http://www.eggheadcafe.com/forumarchives/pocketpc/Sep2005/post23841938.asp">WinCE Emacs</a></li>
<ul>
<li>Okay okay, not REALLY a programming language but&#8230; Emacs LISP is close enough&#8230;</li>
<li>Looks like you&#8217;re stuck at Emacs 20.7</li>
<li>Not sure keybindings on WinCE device will be liveable for a Emacs neophyte like me</li>
<li>Not sure if there is active development to bring more recent Emacs versions</li>
<li>Seems to have a lazy installer</li>
<li><a href="http://www.emacswiki.org/cgi-bin/wiki?action=browse;oldid=EmacsOnPDA;id=Emacs_and_EmacsWikiMode_on_PDAs">Emacs Wiki Page on WinCE Emacs</a></li>
</ul>
</ul>
<p>Also <a href="http://www.pocketpcfaq.com">pocketpcfaq.com</a> has a <a href="http://www.pocketpcfaq.com/developer/languages.htm">nice listing of languages</a> you can run on your WinCE device.</p>
<p>Too bad I didn&#8217;t find any of the following:</p>
<ul>
<li>OCaml</li>
<li>Erlang</li>
<li>Common Lisp</li>
</ul>
<p>So after looking at the choices, I think I&#8217;m down to Pocket Scheme, Ruby CE, and Python CE.   I guess I&#8217;ll try them all and report which one seems like the easiest to just goof around with and get something useful done on a CE device.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/hoanga/2008/05/10/programming-languages-for-your-wince-device/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Gates pushing forward the PC &amp; TV as one at CES</title>
		<link>http://blogs.law.harvard.edu/hoanga/2004/01/08/gates-pushing-forward-the-pc-tv-as-one-at-ces/</link>
		<comments>http://blogs.law.harvard.edu/hoanga/2004/01/08/gates-pushing-forward-the-pc-tv-as-one-at-ces/#comments</comments>
		<pubDate>Thu, 08 Jan 2004 17:02:47 +0000</pubDate>
		<dc:creator>hoanga</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[windoze]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/hoanga/2004/01/08/gates-pushing-forward-the-pc-tv-as-one</guid>
		<description><![CDATA[

  PCs integrating more with the TV? &#8220;You will be assimilated&#8221;, anyone?


 I&#8217;ve seen photos of Windows Media Center but never actually tried it.  Is
anyone actually using it?   The ability to integrate with a remote control sounds
quite useful.  The ability to get all the viruses Windows does, doesn&#8217;t.   [...]]]></description>
			<content:encoded><![CDATA[<p><a name='a297'></a></p>
<p>
  PCs integrating more with the TV? &#8220;You will be assimilated&#8221;, anyone?
</p>
<p>
 I&#8217;ve seen photos of Windows Media Center but never actually tried it.  Is<br />
anyone actually using it?   The ability to integrate with a remote control sounds<br />
quite useful.  The ability to get all the viruses Windows does, doesn&#8217;t.   The<br />
ability to use many of the media Codecs for Windows sounds VERY nice.  The<br />
fact it might blow up like Windows does at weird times and probably has crappy<br />
bootup times like a PC doesn&#8217;t.
</p>
<p>
 Of course the Open Source community is pushing forward Linux.   Me?<br />
When I sit in front of the TV, I really want a remote to control the TV since<br />
it&#8217;s been many yaers since I&#8217;ve HAD to walk to the TV/VCR to make it<br />
change channels/play/stop/etc
</p>
<p>
 <a href="http://www.msnbc.msn.com/id/3902549/">Link to Story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/hoanga/2004/01/08/gates-pushing-forward-the-pc-tv-as-one-at-ces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Windows Standby SUCKS!!!</title>
		<link>http://blogs.law.harvard.edu/hoanga/2004/01/01/windows-standby-sucks/</link>
		<comments>http://blogs.law.harvard.edu/hoanga/2004/01/01/windows-standby-sucks/#comments</comments>
		<pubDate>Thu, 01 Jan 2004 16:30:14 +0000</pubDate>
		<dc:creator>hoanga</dc:creator>
				<category><![CDATA[gripe]]></category>
		<category><![CDATA[stupid]]></category>
		<category><![CDATA[windoze]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/hoanga/2004/01/01/windows-standby-sucks/</guid>
		<description><![CDATA[

Okay, that really ticked me off.  I got some more work done on my big document and then put the laptop on standby and walk home.  When I get home and hit the power button to power back up the laptop from standby mode&#8230;. the laptop congratulates me by showing a black screen, [...]]]></description>
			<content:encoded><![CDATA[<p><a name='a280'></a></p>
<p>
Okay, that really ticked me off.  I got some more work done on my big document and then put the laptop on standby and walk home.  When I get home and hit the power button to power back up the laptop from standby mode&#8230;. the laptop congratulates me by showing a black screen, a lit power light, BUT NOTHING happening.  I sit there banging the power key for a few more times, Ctrl-Alt-Del, keys at random for a few minutes telling myself, &#8220;NOOOO damnit please tell me I remembered to SAVE before this happened.  And if I DID save please tell me Word won&#8217;t decide to take a nosedive on my one and only important document on this machine at this moment.&#8221;
</p>
<p>Eventually, I resign myself to powering off the machine and rebooting and hoping that all of my changes haven&#8217;t evaporated in Word.   Luckily I save my document every 5 minutes and every time I power down a laptop but I left Word running which could mean Word does something stupid like corrupt my file because it has nothing better to do.
</p>
<p>
<em>Moral of the story.</em> System Standby on Windoze SUCKS! Use Hibernate instead.<br />
</em><br />
<br />
*sigh*  I&#8217;ll wait until LongHorn shows its face before I trust that feature again.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/hoanga/2004/01/01/windows-standby-sucks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Bill Gates Unplugged</title>
		<link>http://blogs.law.harvard.edu/hoanga/2003/11/19/bill-gates-unplugged/</link>
		<comments>http://blogs.law.harvard.edu/hoanga/2003/11/19/bill-gates-unplugged/#comments</comments>
		<pubDate>Thu, 20 Nov 2003 02:19:27 +0000</pubDate>
		<dc:creator>hoanga</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[windoze]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/hoanga/2003/11/19/bill-gates-unplugged/</guid>
		<description><![CDATA[
Cnet has an interview going on with Bill Gates.   As much as I&#8217;m adverse to Microsoft stuff I try my best to read what the head honchos are up to since it&#8217;s smarter to understand what they&#8217;re up to than stick your head in the sand.
I found this quote interesting.  Especially if [...]]]></description>
			<content:encoded><![CDATA[<p><a name='a206'></a></p>
<p><a href="http://www.cnet.com/">Cnet</a> has an <a href="http://news.com.com/2008-7345_3-5109369.html?tag=nefd_lede">interview</a> going on with Bill Gates.   As much as I&#8217;m adverse to Microsoft stuff I try my best to read what the head honchos are up to since it&#8217;s smarter to understand what they&#8217;re up to than stick your head in the sand.</p>
<p>I found this quote interesting.  Especially if we pull it out of its context and put it in the context of offshoring and outsourcing:</p>
<p><em><br />
The IT systems are your brain. If you take your brain and outsource it then any adaptability you want (becomes) a contract negotiation.<br />
</em></p>
<p>Some food for thought?  Yep.   Even if IT isn&#8217;t what your core competency is but you rely on IT to keep your business running these are words to think about.    Sure outsourcing might save you a bundle now (and in some cases it&#8217;s the only way to survive certain situations) but in the future if you need changes that&#8217;s a renegotiation you&#8217;ll have to go through.   (Most likely with a higher price).</p>
<p>  <a href="http://news.com.com/2008-7345_3-5109369.html?tag=nefd_lede">Link to interview</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/hoanga/2003/11/19/bill-gates-unplugged/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Notes from a Mac in Windoze land</title>
		<link>http://blogs.law.harvard.edu/hoanga/2003/11/18/notes-from-a-mac-in-windoze-land/</link>
		<comments>http://blogs.law.harvard.edu/hoanga/2003/11/18/notes-from-a-mac-in-windoze-land/#comments</comments>
		<pubDate>Tue, 18 Nov 2003 11:05:54 +0000</pubDate>
		<dc:creator>hoanga</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[windoze]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/hoanga/2003/11/18/notes-from-a-mac-in-windoze-land/</guid>
		<description><![CDATA[
The Harvard Business School requires that its students use an IBM ThinkPad if they wish to be enrolled at the business school.   That&#8217;s REQUIREMENT not RECOMMENDATION.   Seems one of the business school students decided a little differently and setup a weblog documenting his experiences walking in a Windoze universe with a [...]]]></description>
			<content:encoded><![CDATA[<p><a name='a202'></a></p>
<p>The <a href="http://hbs.harvard.edu">Harvard Business School</a> requires that its students use an IBM ThinkPad if they wish to be enrolled at the business school.   That&#8217;s REQUIREMENT not RECOMMENDATION.   Seems one of the business school students decided a little differently and setup a <a href="http://blogs.law.harvard.edu/macExperiment/">weblog</a> documenting his experiences walking in a Windoze universe with a Mac.  So far it seems he&#8217;s been doing well and continuously questions the need for a Windoze laptop rather than a very strong recommendation.   I wish you luck in turning the tide, sir!</p>
<p><a href="http://blogs.law.harvard.edu/macExperiment/">Link to Weblog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/hoanga/2003/11/18/notes-from-a-mac-in-windoze-land/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Stupid m17n rant for Windoze</title>
		<link>http://blogs.law.harvard.edu/hoanga/2003/11/02/stupid-m17n-rant-for-windoze/</link>
		<comments>http://blogs.law.harvard.edu/hoanga/2003/11/02/stupid-m17n-rant-for-windoze/#comments</comments>
		<pubDate>Sun, 02 Nov 2003 05:19:34 +0000</pubDate>
		<dc:creator>hoanga</dc:creator>
				<category><![CDATA[gripe]]></category>
		<category><![CDATA[windoze]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/hoanga/2003/11/02/stupid-m17n-rant-for-windoze/</guid>
		<description><![CDATA[
Well here I am with a laptop with japanese Windows XP Pro on it and I&#8217;m going through piles of dialogue Windows in the MMC trying to set some policies and other settings and just getting tired of slogging through piles of menus in Japanese.
&#8220;No problem!&#8221; I say to myself and go to try to [...]]]></description>
			<content:encoded><![CDATA[<p><a name='a175'></a></p>
<p>Well here I am with a laptop with japanese Windows XP Pro on it and I&#8217;m going through piles of dialogue Windows in the MMC trying to set some policies and other settings and just getting tired of slogging through piles of menus in Japanese.</p>
<p>&#8220;No problem!&#8221; I say to myself and go to try to switch the language settings in the Control Panel from Japanese-&gt;English so I can look at the menu dialogues in English.  A reboot later and I&#8217;m looking at&#8230;. Japanese menu dialogues still.. WTF???</p>
<p>Okay&#8230; let&#8217;s google for it.  Seems no one has a decent quick and easy fix.  The other fix is to &#8216;format and re-install Windows&#8217;.   Oh wonderful.  Too bad I would have to do that for like 4 more machines after this one.  Even with Ghost that would suck.   So here I am stuck trying to figure this out.   At this current rate, giving up and just slogging through all the stuff in japanese might be easier but this configuration would be much more straightforward if I could look at what the dialogues say in English rather than have to guess all these words in japanese&#8230;  Let&#8217;s see now.  We&#8217;re in the year 2003 and localizing an environment should be a matter of just flipping a switch in the Control Panel.<br />
Guess what&#8230; OS X does this with just a flip.   Linux?   Well&#8230; Linux has still got a way to go.   Windows?  Gee there&#8217;s a switch too bad it doesn&#8217;t work.  *sigh*</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/hoanga/2003/11/02/stupid-m17n-rant-for-windoze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>iTunes for Windows = Cocoa for Windows</title>
		<link>http://blogs.law.harvard.edu/hoanga/2003/10/19/itunes-for-windows-cocoa-for-windows/</link>
		<comments>http://blogs.law.harvard.edu/hoanga/2003/10/19/itunes-for-windows-cocoa-for-windows/#comments</comments>
		<pubDate>Sun, 19 Oct 2003 12:38:41 +0000</pubDate>
		<dc:creator>hoanga</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[windoze]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/hoanga/2003/10/19/itunes-for-windows-cocoa-for-windows/</guid>
		<description><![CDATA[
Okay here&#8217;s a thought&#8230;   I know that iTunes existed before OS X however there&#8217;s a possibility that iTunes could have been ported to Cocoa (or at least some parts of it).
If that was the case wouldn&#8217;t that mean Apple had quite a bit of Cocoa already ported to Windows and ready to run? [...]]]></description>
			<content:encoded><![CDATA[<p><a name='a148'></a></p>
<p>Okay here&#8217;s a thought&#8230;   I know that iTunes existed before OS X however there&#8217;s a possibility that iTunes could have been ported to Cocoa (or at least some parts of it).<br />
If that was the case wouldn&#8217;t that mean Apple had quite a bit of Cocoa already ported to Windows and ready to run?  That would be a really neat Cross Platform development tool.</p>
<p>Of course this is just a random thought.  More likely the answer is no but what if&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/hoanga/2003/10/19/itunes-for-windows-cocoa-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Finally, Rendezvous hits more platforms</title>
		<link>http://blogs.law.harvard.edu/hoanga/2003/08/03/finally-rendezvous-hits-more-platforms/</link>
		<comments>http://blogs.law.harvard.edu/hoanga/2003/08/03/finally-rendezvous-hits-more-platforms/#comments</comments>
		<pubDate>Sun, 03 Aug 2003 07:52:58 +0000</pubDate>
		<dc:creator>hoanga</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[windoze]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/hoanga/2003/08/03/finally-rendezvous-hits-more-platforms</guid>
		<description><![CDATA[

Finally! Someone releases another Zeroconf aka Rendezvous for you Mac-heads library that works under Windows and Linux.   This will get the ball rolling for more useful apps built on top of this technology.  They even were cool enough to release the source under the BSD license. The source can be found here
]]></description>
			<content:encoded><![CDATA[<p><a name='a42'></a></p>
<p><img src="http://www.swampwolf.com/images/product_right.gif"><br />
Finally! Someone releases another Zeroconf aka Rendezvous for you Mac-heads library that works under Windows and Linux.   This will get the ball rolling for more useful apps built on top of this technology.  They even were cool enough to release the source under the BSD license. The source can be found <a href="http://sourceforge.net/projects/howl/">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/hoanga/2003/08/03/finally-rendezvous-hits-more-platforms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>
