<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Al Hoang</title>
	<link>http://blogs.law.harvard.edu/hoanga</link>
	<description>Just another weblog</description>
	<lastBuildDate>Tue, 06 Jan 2009 14:12:26 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>The anatomy of a daily checklist for an awesome day at work</title>
		<description>I don't know about other people but my daily checklist aspires to be something like this...

1. Come in
2. Kick serious ass
3. Go home


For some reason steps 2 and 3 can be quite troublesome...   luckily today was one of those days that the checklist went well! </description>
		<link>http://blogs.law.harvard.edu/hoanga/2009/01/06/the-anatomy-of-a-daily-checklist-for-an-awesome-day-at-work/</link>
			</item>
	<item>
		<title>Writely, years in the making, months in execution</title>
		<description>A nice back story on Writely (what is now known as Google Docs) via HN.  I particularly like this snippet


[The creators] have been in the application software business for nearly 20 years...   they understand the user problem so deeply that they can blend the advantages of each ...</description>
		<link>http://blogs.law.harvard.edu/hoanga/2009/01/02/writely-years-in-the-making-months-in-execution/</link>
			</item>
	<item>
		<title>Zoorasia and the Yokohama Greenery Foundation.  It&#8217;s not all Dogs &#38; Demons</title>
		<description>If you have ever heard of Alex Kerr and have read his book Dogs &#38; Demonsyou would think much less of Japan as a country.  Some of the things in that book refer to many pork-barrel politic government projects that include such monstrosities as huge concrete damns in the ...</description>
		<link>http://blogs.law.harvard.edu/hoanga/2008/12/31/zoorasia-and-the-yokohama-greenery-foundation-its-not-all-dogs-demons/</link>
			</item>
	<item>
		<title></title>
		<description>Luke describes a nice methodology for using Mercurial as a way to track patches from a subversion checkout.  This type of workflow stuff is very cool imo because it has the following:

Shows a concrete example of how to use a not so trivia tool
Works within constraints (in this example, ...</description>
		<link>http://blogs.law.harvard.edu/hoanga/2008/12/28/708/</link>
			</item>
	<item>
		<title>On the origins of the name Akihabara</title>
		<description>Akihabara as many people in Japan know was originally the home for buying electronic goods in the Tokyo area.   It still holds that reputation however the Anime Otaku crowd have changed the face of Akihabara to also accomodate their needs and desires.

One thing that is interesting is the ...</description>
		<link>http://blogs.law.harvard.edu/hoanga/2008/12/22/on-the-origins-of-the-name-akihabara/</link>
			</item>
	<item>
		<title>Getting X working again after swapping hardware on Open Solaris nv100</title>
		<description>After having dain bramaged myself for years with Linux usage.  I had gotten spoiled into believing an OS should make it simple to do the following:

1. Shutdown computer
2. Swap around hardware components
3. Restart
4. Life is good

However any techie should tell you this is a pipe dream on Windows.  ...</description>
		<link>http://blogs.law.harvard.edu/hoanga/2008/12/07/getting-x-working-again-after-swapping-hardware-on-open-solaris-nv100/</link>
			</item>
	<item>
		<title>Understanding what an L2ARC is</title>
		<description>I've been silently scanning some Solaris blogs and skimming some of the appropriate websites for documentation on some of the more interesting features of Solaris for awhile now.  One thing that requires time to adjust to is the number of acronyms that the Solaris community has to describe their ...</description>
		<link>http://blogs.law.harvard.edu/hoanga/2008/11/29/understanding-what-an-l2arc-is/</link>
			</item>
	<item>
		<title>Getting KDE 4.1.0 on a Fedora 8 machine when KDE 3 is already there</title>
		<description>According to the Fedora FAQ one should be able to update with just this

sudo yum --enablerepo=updates-testing groupupdate "KDE (K Desktop Environment)"


However when I did, I ran into some icons from packages kdepim-3.5.9 and kdegraphics-4.1.0 conflicting with packages crystalsvg-icon-theme and libkipi.  Here is a log...

  file /usr/share/icons/crystalsvg/48x48/apps/kpalmdoc.png from install ...</description>
		<link>http://blogs.law.harvard.edu/hoanga/2008/11/29/getting-kde-410-on-a-fedora-8-machine-when-kde-3-is-already-there/</link>
			</item>
	<item>
		<title>I can&#8217;t get no satisfying manpages</title>
		<description>It seems that with most default UNIX-like installations outside of FreeBSD just include craptastic manpages.

This really puts a dent in RTFM.  In Linux-land this has been a serious PITA for years (Yes, I know how to hunt around for the packages to install the manpages in Redhat-ish and Debian ...</description>
		<link>http://blogs.law.harvard.edu/hoanga/2008/11/29/i-cant-get-no-satisfying-manpages/</link>
			</item>
	<item>
		<title>Japanese declining population rates?  How come I can&#8217;t find a doctor?</title>
		<description>少子化 is the term used to describe the shrinking population in Japan and the many hardships that will bring to the country economically.  I remember hearing some analyses on why this is happening on a social standpoint.  I've not heard (or really bothered that hard to search for) ...</description>
		<link>http://blogs.law.harvard.edu/hoanga/2008/11/15/japanese-declining-population-rates-how-come-i-cant-find-a-doctor/</link>
			</item>
	<item>
		<title>Linux is a woman</title>
		<description>I love this quote


It's obvious that GNU/Linux is a woman. She's high maintenance, expects
everything to be given to her for free, and no matter what goes wrong... 
it's your fault.




 </description>
		<link>http://blogs.law.harvard.edu/hoanga/2008/11/10/linux-is-a-woman/</link>
			</item>
	<item>
		<title>hgsubversion, finally a mercurial-subversion bridge that jfw?</title>
		<description>iBanjo talks about hgsubversion which seems to be a good mercurial-subversion bridge at last.

I'm surprised it took this long to show up but I guess the Mercurial community had not prioritized 'Build a better git-svn' as something someone should roll out... until now.

Installation still looks a little painful (and requires ...</description>
		<link>http://blogs.law.harvard.edu/hoanga/2008/10/15/hgsubversion-finally-a-mercurial-subversion-bridge-that-jfw/</link>
			</item>
	<item>
		<title>Handling user reviews on a website</title>
		<description>Scott Ru gives us some insights on the process Amazon uses to handle user reviews on their site.


You start with some philosophical rules, and you try to make them stick. Providing guidelines is the only way to start. 


References


Read more
Scott Berkun's Blog Post on User Reviews
 </description>
		<link>http://blogs.law.harvard.edu/hoanga/2008/09/30/handling-user-reviews-on-a-website/</link>
			</item>
	<item>
		<title>When Despair.com meets Stackoverflow</title>
		<description>

Via Kvardek-du through Planet Lisp </description>
		<link>http://blogs.law.harvard.edu/hoanga/2008/09/23/when-despaircom-meets-stackoverflow/</link>
			</item>
	<item>
		<title>O&#8217;Reilly nudging Web 2.0ers to build something real</title>
		<description>CNet reports that Tim O'Reilly keynoted a message to the Web 2.0 community that they should stop building SuperPoke and try to challenge more real problems.

The CNet article jabs at O'Reilly Media itself helped to spawn some of these SuperPoke applications with all of these tech conferences that they have ...</description>
		<link>http://blogs.law.harvard.edu/hoanga/2008/09/19/oreilly-nudging-web-20ers-to-build-something-real/</link>
			</item>
	<item>
		<title>Fixing that svn: Unrecognized format for the relative external URL</title>
		<description>So recently I saw this when doing a svn checkout of a project and ran into the following:


$ svn co http://svn.somewhere.com/svn/projects 
svn: Unrecognized format for the relative external URL ''.


Wonderful.  This indicated to me there was a problem with the svn externals somewhere.  After noodling a little I ...</description>
		<link>http://blogs.law.harvard.edu/hoanga/2008/09/18/fixing-that-svn-unrecognized-format-for-the-relative-external-url/</link>
			</item>
	<item>
		<title>Losing data in the clouds</title>
		<description>Seems that some cloud vendors (sheesh I really only knew about Google Ape... err App Engine, Amazon's EC2 service, and GoGrid) have been having some issues watching customer data go up in a poof.  oops.

Datacenter Knowledge mentions Flexiscale having issues


The problems for FlexiScale began when one of the main ...</description>
		<link>http://blogs.law.harvard.edu/hoanga/2008/09/03/losing-data-in-the-clouds/</link>
			</item>
	<item>
		<title>Social Networks</title>
		<description> </description>
		<link>http://blogs.law.harvard.edu/hoanga/2008/07/24/social-networks/</link>
			</item>
	<item>
		<title>Multiple renaming utilities: mmv</title>
		<description>There are many multiple file rename utilities that you can dig up.

One that I am used to on Debian/Ubuntu-based distros is called  rename which is one that is derived from the Perl Cookbook.   However, note that this rename script does not seem to exist on other UNIX ...</description>
		<link>http://blogs.law.harvard.edu/hoanga/2008/07/16/multiple-renaming-utilities-mmv/</link>
			</item>
	<item>
		<title>On the irritation of trying to run GPG on a remote headless server</title>
		<description>My short, short suggestion is... don't:  This blog post explains it much better than I can although I definitely have been the victim of trying to generate a GPG key on a headless server to no avail:


While trying to generate a gpg keypair on a remote server, I discovered ...</description>
		<link>http://blogs.law.harvard.edu/hoanga/2008/07/14/on-the-irritation-of-trying-to-run-gpg-on-a-remote-headless-server/</link>
			</item>
</channel>
</rss>
