<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>ben tsai</title>
	<atom:link href="http://bentsai.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bentsai.wordpress.com</link>
	<description>The 't' in this case stands for 'technology'</description>
	<lastBuildDate>Thu, 25 Jun 2009 13:54:51 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='bentsai.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/db5e6edb82cbbccf30b5d42e597cfdee?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>ben tsai</title>
		<link>http://bentsai.wordpress.com</link>
	</image>
			<item>
		<title>Cleanup/delete all .svn folders</title>
		<link>http://bentsai.wordpress.com/2009/06/25/cleanupdelete-all-svn-folders/</link>
		<comments>http://bentsai.wordpress.com/2009/06/25/cleanupdelete-all-svn-folders/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 13:54:51 +0000</pubDate>
		<dc:creator>bentsai</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bentsai.wordpress.com/?p=39</guid>
		<description><![CDATA[I recently needed to recursively delete all of the .svn folders in a directory because I was copying them into an existing working copy (and who knows what would happen if you mixed in .svn folders from a different branch?). The google helped me find this cmd.exe one-liner, and I&#8217;m simply reposting it here for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bentsai.wordpress.com&blog=3832739&post=39&subd=bentsai&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I recently needed to recursively delete all of the .svn folders in a directory because I was copying them into an existing working copy (and who knows what would happen if you mixed in .svn folders from a different branch?). The google helped me find <a href="http://blog.snakehit.be/2007/08/29/svn-recursively-delete-svn-folders/">this cmd.exe one-liner</a>, and I&#8217;m simply reposting it here for reference:</p>
<p><code>FOR /F "tokens=*" %G IN ('DIR /B /AD /S *.svn*') DO RMDIR /S /Q "%G"</code></p>
<p>This is assuming you&#8217;re sitting at the root folder where you want to recurse from.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bentsai.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bentsai.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bentsai.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bentsai.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bentsai.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bentsai.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bentsai.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bentsai.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bentsai.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bentsai.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bentsai.wordpress.com&blog=3832739&post=39&subd=bentsai&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bentsai.wordpress.com/2009/06/25/cleanupdelete-all-svn-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bentsai</media:title>
		</media:content>
	</item>
		<item>
		<title>Tip: Kill TSVNCache.exe to speed up Visual Studio startup times</title>
		<link>http://bentsai.wordpress.com/2009/06/12/tip-kill-tsvncache-exe-to-speed-up-visual-studio-startup-times/</link>
		<comments>http://bentsai.wordpress.com/2009/06/12/tip-kill-tsvncache-exe-to-speed-up-visual-studio-startup-times/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 21:10:35 +0000</pubDate>
		<dc:creator>bentsai</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bentsai.wordpress.com/?p=33</guid>
		<description><![CDATA[When Visual Studio 2005 took over 3 minutes to start up, I figured that was just the price to pay for using a feature-filled/bloated IDE. After all, our working copy has some 20,000 files, and I&#8217;m running ViEmu and Resharper add-ins. And I was willing to pay that price &#8211; I just had to &#8220;plan&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bentsai.wordpress.com&blog=3832739&post=33&subd=bentsai&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When Visual Studio 2005 took over 3 minutes to start up, I figured that was just the price to pay for using a feature-filled/bloated IDE. After all, our working copy has some 20,000 files, and I&#8217;m running <a href="http://www.viemu.com/">ViEmu</a> and <a href="http://www.jetbrains.com/resharper/">Resharper</a> add-ins. And I was willing to pay that price &#8211; I just had to &#8220;plan&#8221; my water/coffee breaks around when I wanted to start and stop Visual Studio.</p>
<p>Well, my boss decided to investigate, and eventually determined that the culprit was the TSVNCache.exe process. TortoiseSVN runs this program in the background to keep all of your nice icon overlays up to date. It&#8217;s no secret that this process is a memory and disk I/O hog. I had already upgraded to the newest version, which claimed to make performance improvements. One strategy is to <a href="http://yoopergeek.blogspot.com/2007/09/tortoisesvns-noisy-tsvncacheexe.html">limit the folders it watches</a>. Another is to <a href="http://svn.haxx.se/tsvnusers/archive-2008-12/0091.shtml">lower its priority</a>. Even with these tweaks, it was still taking Visual Studio a long time to startup and exit.</p>
<p>Finally, we looked at the <a href="http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-settings.html#tsvn-dug-settings-overlay">TortoiseSVN settings</a> and saw that we could essentially disable TSVNCache.exe from running at all. This was under</p>
<blockquote><p>TortoiseSVN &gt; Settings &gt; Icon Overlays &gt; Status cache</p></blockquote>
<p>There are two options that will kill TSVNCache:</p>
<ol>
<li>Shell</li>
<li>None</li>
</ol>
<p>I decided to go with &#8220;Shell&#8221; since it still gives you real-time status. The disadvantage is that status is not recursive, so folders containing modified files will not show the modified overlay.</p>
<p>The results after disabling TSVNCache.exe were astounding. It only takes a minute for Visual Studio and all of my add-ins to load, and less than 5 seconds for it to shutdown!</p>
<p><img class="alignnone size-medium wp-image-34" title="Speed improvement" src="http://bentsai.files.wordpress.com/2009/06/image.png?w=300&#038;h=213" alt="Speed improvement" width="300" height="213" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bentsai.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bentsai.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bentsai.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bentsai.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bentsai.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bentsai.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bentsai.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bentsai.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bentsai.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bentsai.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bentsai.wordpress.com&blog=3832739&post=33&subd=bentsai&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bentsai.wordpress.com/2009/06/12/tip-kill-tsvncache-exe-to-speed-up-visual-studio-startup-times/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bentsai</media:title>
		</media:content>

		<media:content url="http://bentsai.files.wordpress.com/2009/06/image.png?w=300" medium="image">
			<media:title type="html">Speed improvement</media:title>
		</media:content>
	</item>
		<item>
		<title>Making the Windows Command Prompt a little more humane</title>
		<link>http://bentsai.wordpress.com/2009/05/08/making-the-windows-command-prompt-a-little-more-humane/</link>
		<comments>http://bentsai.wordpress.com/2009/05/08/making-the-windows-command-prompt-a-little-more-humane/#comments</comments>
		<pubDate>Fri, 08 May 2009 13:40:38 +0000</pubDate>
		<dc:creator>bentsai</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://bentsai.wordpress.com/?p=25</guid>
		<description><![CDATA[If you spend a lot of time in the Windows command prompt, here are some tweaks you can make so the experience is more pleasant.
Changing the appearance
The default font and color is rather plain. I like to change to a ClearType font so I get anti-aliasing, and then bump up the contrast with a throw-back [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bentsai.wordpress.com&blog=3832739&post=25&subd=bentsai&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you spend a lot of time in the Windows command prompt, here are some tweaks you can make so the experience is more pleasant.</p>
<h1>Changing the appearance</h1>
<p>The default font and color is rather plain. I like to change to a ClearType font so I get anti-aliasing, and then bump up the contrast with a throw-back monochrome theme. Under Properties | Font, Lucida Console is a good alternative. It&#8217;s probably your only alternative. If you&#8217;re feeling ambitious, you can <a title="How to add and change fonts in windows command prompt" href="http://www.watchingthenet.com/how-to-add-and-change-fonts-in-windows-command-prompt.html">add to this list of fonts</a>.</p>
<p>I also increase my buffer size (so I can scroll back farther) and increase the window size (so I can see more).</p>
<div id="attachment_30" class="wp-caption alignnone" style="width: 254px"><img class="size-medium wp-image-30" title="Properties | Layout" src="http://bentsai.files.wordpress.com/2009/05/properties.png?w=244&#038;h=300" alt="Properties | Layout" width="244" height="300" /><p class="wp-caption-text">(Properties | Layout, Screen Buffer Size &gt; Height: 500, Window Size &gt; Height: 50)</p></div>
<p>The default prompt puts your cursor on the same line as your current working directory. You can modify your prompt by changing the PROMPT environment variable. I set mine to [$p]$_$g so that my cursor is on the next line, and always on the left of my terminal. There&#8217;s <a href="http://www.hanselman.com/blog/ABetterPROMPTForCMDEXEOrCoolPromptEnvironmentVariablesAndANiceTransparentMultiprompt.aspx">more information on Hanselman&#8217;s blog</a>, where I lifted much of this.</p>
<p>Tab completion should be on by default in Windows XP. But if it&#8217;s not enabled for some reason, <a href="http://technet.microsoft.com/en-us/kb/kb00244407.aspx">please enable it</a>. And, did you know cmd.exe has a command history dialog? Hit F7 to get a list of your recent commands:</p>
<p><img class="size-medium wp-image-28 alignnone" title="cmd_prompt" src="http://bentsai.files.wordpress.com/2009/05/cmd_prompt.png?w=279&#038;h=300" alt="My command prompt with history dialog popped up" width="279" height="300" /></p>
<p>I hope that makes your command prompt experience more enjoyable. The next thing I&#8217;d like to get in the habit of using more is <a href="http://www.hanselman.com/blog/PromptsAlongWithPushDAndPopD.aspx">pushd and popd</a>&#8230;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bentsai.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bentsai.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bentsai.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bentsai.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bentsai.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bentsai.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bentsai.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bentsai.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bentsai.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bentsai.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bentsai.wordpress.com&blog=3832739&post=25&subd=bentsai&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bentsai.wordpress.com/2009/05/08/making-the-windows-command-prompt-a-little-more-humane/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bentsai</media:title>
		</media:content>

		<media:content url="http://bentsai.files.wordpress.com/2009/05/properties.png?w=244" medium="image">
			<media:title type="html">Properties &#124; Layout</media:title>
		</media:content>

		<media:content url="http://bentsai.files.wordpress.com/2009/05/cmd_prompt.png?w=279" medium="image">
			<media:title type="html">cmd_prompt</media:title>
		</media:content>
	</item>
		<item>
		<title>Campfire tray notifier application</title>
		<link>http://bentsai.wordpress.com/2008/06/20/campfire-tray-notifier-application/</link>
		<comments>http://bentsai.wordpress.com/2008/06/20/campfire-tray-notifier-application/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 16:08:59 +0000</pubDate>
		<dc:creator>bentsai</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[autoit]]></category>
		<category><![CDATA[campfire]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://bentsai.wordpress.com/?p=27</guid>
		<description><![CDATA[At work, we use Campfire for intra-office communication. It&#8217;s been a real boon for keeping everyone up to speed one what&#8217;s happening, especially since many of us are separated geographically. It&#8217;s also great because we can properly manage our attention&#8211;if I&#8217;m in the zone, I&#8217;ll choose to ignore campfire, and at a later time I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bentsai.wordpress.com&blog=3832739&post=27&subd=bentsai&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>At work, we use <a href="http://campfirenow.com/">Campfire</a> for intra-office communication. It&#8217;s been a real boon for keeping everyone up to speed one what&#8217;s happening, especially since many of us are separated geographically. It&#8217;s also great because we can properly manage our attention&#8211;if I&#8217;m in the zone, I&#8217;ll choose to ignore campfire, and at a later time I can catch up on the logs.</p>
<p>When we were first starting off incorporating Campfire into our process, though, the challenge was the social problem of getting everyone to learn a new habit of checking in on the chat and be there. The value of business chat is in the participation. Some of us needed Campfire to behave a little more like a desktop app that could provide invasive notifications to remind us to visit the web page.</p>
<p>For Mac, there is <a href="http://www.karppinen.fi/pyro/">Pyro</a>, which you can hook into Growl. But, since we were all on PC&#8217;s, that wasn&#8217;t viable. So, I turned to <a href="http://www.autoitscript.com/autoit3/">AutoIt</a> and wrote a script that watches for changes in the web page title and pops up a balloon notification when there&#8217;s a new message. Recently, I got an email from someone requesting this, so I&#8217;m posting it here.</p>
<p>Here is the AutoIt script:</p>
<pre><span style="color:#00ff00;">Opt("WinTitleMatchMode", 2)
Opt("WinWaitDelay", 500)
$isBalloon = 0
$last_title = ""
Do
    $title = WinGetTitle("Campfire: ")
    If WinGetTitle("") == $title Then
        $last_title = $title
        ContinueLoop
    EndIf
    If StringInStr($title, "(") AND $title &lt;&gt; $last_title Then
        $last_title = $title
        $parts = StringSplit($title, " ", 1)
        If ($isBalloon = 0) Then
            $isBalloon = 1
            TrayTip("New Campfire message!", "There are unread messages in the " &amp; $parts[3] &amp; " chatroom.", 10)
        EndIf
    Else
        $isBalloon = 0
    EndIf
Until 0
</span></pre>
<p>After downloading and installing AutoIt, you&#8217;ll be able to run this script (paste this into a text file and give it a &#8220;au3&#8243; extension). You can also turn it into an exe using Aut2Exe and drop a shortcut into your Windows Startup folder so it will be there on bootup.</p>
<p>This script only works for IE (6 &amp; 7, I think) because of how the web page title is formatted. That was sufficient for our needs, but I don&#8217;t think it would be hard to modify. I haven&#8217;t had a chance to test this, but here&#8217;s the code.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bentsai.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bentsai.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bentsai.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bentsai.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bentsai.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bentsai.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bentsai.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bentsai.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bentsai.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bentsai.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bentsai.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bentsai.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bentsai.wordpress.com&blog=3832739&post=27&subd=bentsai&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bentsai.wordpress.com/2008/06/20/campfire-tray-notifier-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bentsai</media:title>
		</media:content>
	</item>
		<item>
		<title>Collaborating with Mercurial</title>
		<link>http://bentsai.wordpress.com/2008/06/17/collaborating-with-mercurial/</link>
		<comments>http://bentsai.wordpress.com/2008/06/17/collaborating-with-mercurial/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 21:33:23 +0000</pubDate>
		<dc:creator>bentsai</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[hg]]></category>
		<category><![CDATA[mercurial]]></category>

		<guid isPermaLink="false">http://bentsai.wordpress.com/?p=26</guid>
		<description><![CDATA[Now that you&#8217;ve got Mercurial running on your local machine, what if you want to collaborate with someone else? The easiest way to do this is to run &#8220;hg serve&#8221;, which starts a local http server that allows others to browse your repository, view changelogs, clone your repository and pull your changes. This is deemed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bentsai.wordpress.com&blog=3832739&post=26&subd=bentsai&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Now that you&#8217;ve got Mercurial running on your local machine, what if you want to collaborate with someone else? The easiest way to do this is to run &#8220;hg serve&#8221;, which starts a local http server that allows others to browse your repository, view changelogs, clone your repository and pull your changes. This is deemed an <a href="http://hgbook.red-bean.com/hgbookch6.html#x10-1220006.4">&#8220;informal&#8221; method of sharing</a> because it provides unauthenticated read-only access to your repository. You wouldn&#8217;t use this to share your code with the public, but it works great within company walls if you&#8217;re trying to work with a coworker on something.</p>
<p>Again, it&#8217;s very simple and you&#8217;ll have it running in less than a second. Inside your repository, do:</p>
<p><code><span style="color:#00ff00;">hg serve</span></code></p>
<p>By default, you won&#8217;t see any output. You can verify things are working by navigating to http://localhost:8000/.</p>
<p>Now that you&#8217;re sharing your repository, Charlie can point his browser to http://[your machine name]:8000/ and browse your changelogs, files, tags. If he wants to start making changes, then he would:</p>
<p><code><span style="color:#00ff00;">hg clone http://[your machine name]:8000/ destination_directory</span></code></p>
<p>This will print out some status messages about what it&#8217;s doing. Now Charlie has a repository one his machine that he can start working with. If I make subsequent changes, Charlie can pull them into his repository by doing:</p>
<p><code><span style="color:#00ff00;">hg pull http://[your machine name]:8000/</span></code></p>
<p>And vice versa, if Charlie commited some changes, he would run &#8220;hg serve&#8221; and I would pull from his computer.</p>
<p>This is merely an introduction to doing some lightweight collaboration. In this scheme, since the &#8220;hg serve&#8221; provides read-only access, we are using a &#8220;pull only&#8221; model. This may not be practical depending on your project, but again, this is a quick and easy way of sharing and collaborating on code.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bentsai.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bentsai.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bentsai.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bentsai.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bentsai.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bentsai.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bentsai.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bentsai.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bentsai.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bentsai.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bentsai.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bentsai.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bentsai.wordpress.com&blog=3832739&post=26&subd=bentsai&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bentsai.wordpress.com/2008/06/17/collaborating-with-mercurial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bentsai</media:title>
		</media:content>
	</item>
		<item>
		<title>Sparklines</title>
		<link>http://bentsai.wordpress.com/2008/06/06/sparklines/</link>
		<comments>http://bentsai.wordpress.com/2008/06/06/sparklines/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 15:12:53 +0000</pubDate>
		<dc:creator>bentsai</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[sparklines]]></category>

		<guid isPermaLink="false">http://bentsai.wordpress.com/?p=14</guid>
		<description><![CDATA[My friend Erik sent me some biostatistical data  that he has been tracking over past few weeks. I decided to see what it would look like as a sparkline. There are a bunch of libraries and web services to generate these things, and I tried to find the simplest one implemented in Python. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bentsai.wordpress.com&blog=3832739&post=14&subd=bentsai&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>My friend <a href="http://carbonbox.com">Erik</a> sent me some biostatistical data <img class="alignnone size-full wp-image-18" style="vertical-align:text-bottom;" src="http://bentsai.files.wordpress.com/2008/06/erik_smooth2.png?w=54&#038;h=19" alt="" width="54" height="19" /> that he has been tracking over past few weeks. I decided to see what it would look like as a <a href="http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001OR">sparkline</a>. There are a bunch of libraries and web services to generate these things, and I tried to find the simplest one implemented in Python. I found <a href="http://www.perrygeo.net/wordpress/?p=64">Matthew Perry&#8217;s module</a>, installed <a href="http://www.pythonware.com/products/pil/">PIL</a>, and I was good to go. (I made a slight change to spark.py to expose the background color of the image as a parameter so the graphic would match my current theme.)</p>
<p>More data to visualize: I&#8217;ve been recording my gas mileage information <img class="alignnone size-full wp-image-20" style="vertical-align:text-bottom;" src="http://bentsai.files.wordpress.com/2008/06/mile_smooth2.png?w=142&#038;h=19" alt="" width="142" height="19" /> since November, 2006. We can also note that gas prices <img class="alignnone size-full wp-image-19" style="vertical-align:text-bottom;" src="http://bentsai.files.wordpress.com/2008/06/gas_smooth2.png?w=132&#038;h=19" alt="" width="132" height="19" /> have been steadily climbing since then (<span style="color:#0000ff;">low: $2.10</span>, <span style="color:#00ff00;">high: $4.26</span>). The simplicity and attractiveness of these graphics make them particularly compelling. I can think of a few places where using sparklines would be useful&#8230;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bentsai.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bentsai.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bentsai.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bentsai.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bentsai.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bentsai.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bentsai.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bentsai.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bentsai.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bentsai.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bentsai.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bentsai.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bentsai.wordpress.com&blog=3832739&post=14&subd=bentsai&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bentsai.wordpress.com/2008/06/06/sparklines/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bentsai</media:title>
		</media:content>

		<media:content url="http://bentsai.files.wordpress.com/2008/06/erik_smooth2.png" medium="image" />

		<media:content url="http://bentsai.files.wordpress.com/2008/06/mile_smooth2.png" medium="image" />

		<media:content url="http://bentsai.files.wordpress.com/2008/06/gas_smooth2.png" medium="image" />
	</item>
		<item>
		<title>Enso lives on</title>
		<link>http://bentsai.wordpress.com/2008/06/03/enso-lives-on/</link>
		<comments>http://bentsai.wordpress.com/2008/06/03/enso-lives-on/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 17:51:35 +0000</pubDate>
		<dc:creator>bentsai</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[enso]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://bentsai.wordpress.com/?p=11</guid>
		<description><![CDATA[Days after I lamented about Enso&#8217;s death, Atul posted a progress report, providing an overview of what&#8217;s been going on since open-sourcing Enso. I did suspect (and hope) that Enso was was, in fact, not dead &#8211; I poked around the code repostitory and browsed the developer&#8217;s forums and saw some healthy activity. I was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bentsai.wordpress.com&blog=3832739&post=11&subd=bentsai&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Days after <a href="http://bentsai.wordpress.com/2008/05/28/enso-dead-back-to-launchy/">I lamented about Enso&#8217;s death</a>, Atul posted a <a href="http://www.toolness.com/wp/?p=44">progress report</a>, providing an overview of what&#8217;s been going on since open-sourcing Enso. I did suspect (and hope) that Enso was was, in fact, <a href="http://www.evilbrainjono.net/cgi-bin/blog/showblog.cgi?permalink=503">not dead</a> &#8211; I poked around the <a href="http://code.google.com/p/enso/">code repostitory</a> and browsed the <a href="http://groups.google.com/group/enso-developers">developer&#8217;s forums</a> and saw some healthy activity. I was glad to finally hear some direction for where the project is going. Enso is very much alive:)</p>
<p>While looking through the discussions, I came across a <a href="http://www.schuderer.net/experiments.shtml#ensoid">nifty Enso interface demo</a> by Andreas Schuderer implemented in JavaScript. It&#8217;s a great example of &#8220;Show, Don&#8217;t Tell&#8221;.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bentsai.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bentsai.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bentsai.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bentsai.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bentsai.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bentsai.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bentsai.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bentsai.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bentsai.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bentsai.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bentsai.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bentsai.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bentsai.wordpress.com&blog=3832739&post=11&subd=bentsai&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bentsai.wordpress.com/2008/06/03/enso-lives-on/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bentsai</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Mercurial as ad-hoc local version control</title>
		<link>http://bentsai.wordpress.com/2008/05/30/using-mercurial-as-ad-hoc-local-version-control/</link>
		<comments>http://bentsai.wordpress.com/2008/05/30/using-mercurial-as-ad-hoc-local-version-control/#comments</comments>
		<pubDate>Fri, 30 May 2008 22:07:11 +0000</pubDate>
		<dc:creator>bentsai</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dvcs]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[source control]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://bentsai.wordpress.com/?p=7</guid>
		<description><![CDATA[Let&#8217;s assume you&#8217;re working at a company using Perforce or Subversion as source control, and you&#8217;re tasked to fix a bug on the main branch of development. You&#8217;d prefer not to commit anything into the repository that breaks, lest the build master (who may be yourself) get on your case and you&#8217;re additionally tasked to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bentsai.wordpress.com&blog=3832739&post=7&subd=bentsai&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Let&#8217;s assume you&#8217;re working at a company using Perforce or Subversion as source control, and you&#8217;re tasked to fix a bug on the main branch of development. You&#8217;d prefer not to commit anything into the repository that breaks, lest the build master (who may be yourself) get on your case and you&#8217;re additionally tasked to buy donuts for the group.</p>
<p>If the bug/change you&#8217;re trying to make is anything beyond the most trivial task, it would be great to have your sources under version control so you have the freedom to try things and backtrack—you know, one of the basic ideas behind version control. So, now you&#8217;re stuck. There&#8217;s too much overhead to create a whole new branch just for this one fix. Do you resort to renaming files and folders and moving back and forth on your editor&#8217;s undo buffer? C&#8217;mon now, behave.</p>
<p>When the tools aren&#8217;t working for you, find a new tool! Enter <a href="http://www.selenic.com/mercurial/wiki/">Mercurial</a>. I won&#8217;t get into the interminable debate between Mercurial and <a href="http://git.or.cz/">Git</a> and other DVCS&#8217;s. Suffice it to say that they are all the NBT, and distributed VCS are a superset of centralized ones. I&#8217;ve chosen Mercurial for pragmatic reasons: 1) works well on Windows and 2) is implemented primarily in <a href="http://www.python.org/">Python</a>.</p>
<p>The basic idea is, you can use Mercurial on top of your current, centralized version control system. This way, you get all of your local sources under version control independent of what the rest of your company uses. It&#8217;s a simple idea, but it frees you from worrying about how to manage changes you&#8217;re making in your local area. Another situation I frequently find this useful in is when I&#8217;m writing a one-off script that I&#8217;m not sure if I want to commit to the repository. But, the script is complex enough that I&#8217;ll need to iterate a few times. Wouldn&#8217;t it be great to have it under version control? Here&#8217;s how:</p>
<h1>Install Mercurial</h1>
<p>I&#8217;m on Windows, so I just go for the <a href="http://mercurial.berkwood.com/">Windows binary package</a> where Python and everything is all wrapped up for you. You can also install it with cygwin, if that&#8217;s your bag. Make sure C:\Mercurial (or wherever you installed it) is in your path.</p>
<p>Now, you&#8217;re good to go. The executable name is &#8220;hg&#8221; (get it?) and if you type that without any arguments at command prompt, you will see a list of basic commands. All the concepts of version control that you&#8217;re familiar with are all there. Let&#8217;s walk through an example of putting your sources under version control and making some changes.</p>
<h1>Create a new repository</h1>
<p>The first thing you&#8217;ll do is create a new repository from your current sources. Let&#8217;s say you&#8217;re working on on a project in C:\projects\GoogleKiller. Navigate to that directory, and type:</p>
<blockquote>
<pre><span style="color:#00ff00;"><strong>&gt; hg init</strong></span></pre>
</blockquote>
<p>That command should return silently. It generated a .hg folder in that directory where the metadata is stored. You&#8217;ve just created a repository. You can now do:</p>
<blockquote>
<pre><span style="color:#00ff00;"><strong>&gt; hg status</strong>
? GoogleKiller.py
? GoogleKillerTests.py
? README.TXT</span></pre>
</blockquote>
<p>This tells you that mercurial sees three files, but none of them are tracked. To start tracking them, simply:</p>
<blockquote>
<pre><span style="color:#00ff00;"><strong>&gt; hg add</strong>
adding GoogleKiller.py
adding GoogleKillerTests.py
adding README.TXT</span></pre>
</blockquote>
<p>Without specifying any files to &#8220;hg add&#8221;, you&#8217;ve added all the files in the directory. Now, the last step to getting these sources in the repository is:</p>
<blockquote>
<pre><span style="color:#00ff00;"><strong>hg commit -m "Initial checkin!"</strong></span></pre>
</blockquote>
<p>The -m argument is the log message for the checkin. You can track the history of commits with the log command:</p>
<blockquote>
<pre><span style="color:#00ff00;">&gt; <strong>hg log</strong>
changeset:   0:8c047c4da9a4
tag:         tip
user:        bentsai@example.com
date:        Fri May 30 17:32:17 2008 -0400
summary:     Initial checkin!</span></pre>
</blockquote>
<p>Now you&#8217;re ready to roll with local version control:)</p>
<h1>Start coding</h1>
<p>The commandline help for mercurial is pretty good. The basic commands you&#8217;ll care about are:</p>
<ul>
<li><span style="color:#00ff00;"><strong><code>hg status</code></strong></span> (to see what files have been modified)</li>
<li><span style="color:#00ff00;"><strong><code>hg diff</code></strong></span> (which prints out a unified diff of what&#8217;s changed)</li>
<li><span style="color:#00ff00;"><strong><code>hg revert</code></strong></span> (for backing out of changes)</li>
</ul>
<p>To get more details on these commands, just type &#8220;hg help &lt;command&gt;&#8221;. There are other tweaks you can make to the usage (the <a href="http://hgbook.red-bean.com/hgbook.html">documentation</a> is good), but that&#8217;s the general idea. Now you&#8217;re free to get on with coding!</p>
<p>The process for getting up and running is pretty low on friction, which is why I like it. This doesn&#8217;t even begin to touch the real boon of DVCS&#8217;s—actually collaborating with others. But this technique takes advantage of Mercurial&#8217;s speed, easy-of-use, and unobtrusiveness for a rapid solution to a fairly common problem.</p>
<p><strong>Update (June 1, 2008):</strong> I should note that using Mercurial for version control isn&#8217;t limited to code. Any situation you&#8217;re keen on rolling back changes, this could work. Before I found out about Mercurial, I thought about using Subversion for such a purpose. But the pain was setting up a server &#8211; with Mercurial, there is no centralized server to setup. The only thing Mercurial does is add an &#8220;.hg&#8221; folder in the root. Once you have it installed on your computer, you&#8217;ve got localized <a href="http://www.apple.com/macosx/features/timemachine.html">Time Machine</a>-like powers at your fingertips.</p>
<p><strong>Update (June 2, 2008):</strong> Here&#8217;s someone who&#8217;s <a href="http://www.dehora.net/journal/2008/01/05/using-mercurial-with-perforce/">using Mercurial specifically with Perforce</a> and described his workflow more extensively than I have.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bentsai.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bentsai.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bentsai.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bentsai.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bentsai.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bentsai.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bentsai.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bentsai.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bentsai.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bentsai.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bentsai.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bentsai.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bentsai.wordpress.com&blog=3832739&post=7&subd=bentsai&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bentsai.wordpress.com/2008/05/30/using-mercurial-as-ad-hoc-local-version-control/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bentsai</media:title>
		</media:content>
	</item>
		<item>
		<title>That looks about right</title>
		<link>http://bentsai.wordpress.com/2008/05/28/that-looks-about-right/</link>
		<comments>http://bentsai.wordpress.com/2008/05/28/that-looks-about-right/#comments</comments>
		<pubDate>Wed, 28 May 2008 16:02:04 +0000</pubDate>
		<dc:creator>bentsai</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bentsai.wordpress.com/?p=6</guid>
		<description><![CDATA[[C:\Documents and Settings\btsai]
&#62;history &#124; awk &#8216;{print $2}&#8217; &#124; sort &#124; uniq -c &#124; sort -rn &#124; head
&#8216;history&#8217; is not recognized as an internal or external command,
operable program or batch file.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bentsai.wordpress.com&blog=3832739&post=6&subd=bentsai&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>[C:\Documents and Settings\btsai]<br />
&gt;history | awk &#8216;{print $2}&#8217; | sort | uniq -c | sort -rn | head<br />
&#8216;history&#8217; is not recognized as an internal or external command,<br />
operable program or batch file.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bentsai.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bentsai.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bentsai.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bentsai.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bentsai.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bentsai.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bentsai.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bentsai.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bentsai.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bentsai.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bentsai.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bentsai.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bentsai.wordpress.com&blog=3832739&post=6&subd=bentsai&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bentsai.wordpress.com/2008/05/28/that-looks-about-right/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bentsai</media:title>
		</media:content>
	</item>
		<item>
		<title>Enso dead, back to launchy?</title>
		<link>http://bentsai.wordpress.com/2008/05/28/enso-dead-back-to-launchy/</link>
		<comments>http://bentsai.wordpress.com/2008/05/28/enso-dead-back-to-launchy/#comments</comments>
		<pubDate>Wed, 28 May 2008 15:33:14 +0000</pubDate>
		<dc:creator>bentsai</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://bentsai.wordpress.com/?p=5</guid>
		<description><![CDATA[It sounds like from Jono&#8217;s posting that Enso is effectively dead, in the sense that no one is working on it full-time, let alone getting paid for it. The main changes I&#8217;ve seen on the code front look related to getting Enso to work on Mac, which is pretty ironic because Enso was one of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bentsai.wordpress.com&blog=3832739&post=5&subd=bentsai&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It sounds like from <a href="http://humanized.com/about/">Jono&#8217;s posting</a> that Enso is effectively dead, in the sense that no one is working on it full-time, let alone getting paid for it. The main <a href="http://code.google.com/p/enso/source/list">changes</a> I&#8217;ve seen on the code front look related to getting Enso to work on Mac, which is pretty ironic because Enso was one of the few pieces of software that made my PC borderline likeable. I was drawn to Humanized&#8217;s ethos &#8211; a slick combination of Python, UI, and a vision for how the computing world could be different. Unfortunately, their business model wasn&#8217;t forward-thinking enough. I believed in them &#8211; after all, they made a big splash on release with Mossberg giving a good review, and the <a href="http://azarask.in/blog/">founder</a> is the son of the father of the Mac &#8211; and I even sent some money their way. I was hoping Enso would develop into a beautiful layer on top of Windows, hiding all the warts and bringing some coherency to the whole experience.</p>
<p>Hopefully, <a href="http://humanized.com/about/">their vision</a> finds its way into the real world through Mozilla. Seems like an excellent deal for them to be able to reach millions of users. For me, should I just go back to <a href="http://www.launchy.net/">Launchy</a> (which got a nice rewrite using Qt in 2.0, btw), or keep using my purchased copy of Enso that I&#8217;m adapted to. Or should I stop writing about productivity software and start producing software?:)</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bentsai.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bentsai.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bentsai.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bentsai.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bentsai.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bentsai.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bentsai.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bentsai.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bentsai.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bentsai.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bentsai.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bentsai.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bentsai.wordpress.com&blog=3832739&post=5&subd=bentsai&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bentsai.wordpress.com/2008/05/28/enso-dead-back-to-launchy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bentsai</media:title>
		</media:content>
	</item>
	</channel>
</rss>