<?xml version="1.0"?>
<!-- name="generator" content="blosxom/2.0.2" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
  <channel>
    <title>peteg's blog   2007-07-15-TapWater.autumn</title>
    <link>http://peteg.org/blog</link>
    <description></description>
    <language>en</language>

  <item>
    <title>&lt;a href=&quot;http://www.trungnguyen.com.vn/&quot;&gt;Trung Nguyên&lt;/a&gt;: 2-4 Cửu Long, District Tân Bình.</title>
    <link>http://peteg.org/blog/2007/12/25#2007-12-25-TrungNguyen-DTB</link>
    <category>/AYAD/HCMC/Cafes</category>
    <description>
&lt;p&gt;

Had a brief stop at this sort-of garden caf&amp;eacute; on the way to
dropping Loan off at the (old, now domestic-only) airport. It's on a
side-street off the main drag going to the airport, and hence is quite
pleasant.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>&lt;a href=&quot;http://www.trungnguyen.com.vn/&quot;&gt;Trung Nguyên&lt;/a&gt;: 50 Hồ Tùng Mậu, District 1.</title>
    <link>http://peteg.org/blog/2007/12/16#2007-12-16-TrungNguyen-D1</link>
    <category>/AYAD/HCMC/Cafes</category>
    <description>
&lt;p&gt;

Another &quot;official&quot; &lt;a href=&quot;http://www.trungnguyen.com.vn/&quot;&gt;Trung Nguyên&lt;/a&gt; caf&amp;eacute;. Very comfortable, very
down-town inner city. Custom-made for the shoppers on the nearby
Nguyễn Huệ and Đồng Khởi streets.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>&lt;a href=&quot;http://www.trungnguyen.com.vn/&quot;&gt;Trung Nguyên&lt;/a&gt;: 603 Trần Hưng Đạo, District 1.</title>
    <link>http://peteg.org/blog/2007/12/15#2007-12-15-TrungNguyen-D1</link>
    <category>/AYAD/HCMC/Cafes</category>
    <description>
&lt;p&gt;

A fairly pleasant vertical place on the corner of Trần Hưng Đạo and
Nguyễn Văn Cừ on the border of Districts 1 and 5. It feels a bit
unfinished; the indoor water feature needs to be repaired. There's no
food but you can buy some of the &lt;a href=&quot;http://www.trungnguyen.com.vn/&quot;&gt;Trung Nguyên&lt;/a&gt; trinkets, this being
another of the &quot;official&quot; ones.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>&lt;a href=&quot;http://www.trungnguyen.com.vn/&quot;&gt;Trung Nguyên&lt;/a&gt;: 7 Nguyễn Văn Chiêm, District 1.</title>
    <link>http://peteg.org/blog/2007/12/13#2007-12-13-TrungNguyen-DiamondCentre</link>
    <category>/AYAD/HCMC/Cafes</category>
    <description>
&lt;p&gt;

My first visit to the feted &quot;garden caf&amp;eacute;&quot; with Tigon. It's
expensive (the whole area is expensive, being next to the Diamond
Department Store and all), but quite pleasant. Motorbike parking is a
bit limited. This one is a bit &quot;official&quot;, but I'm not really sure
what that means; I thought &lt;a href=&quot;http://www.trungnguyen.com.vn/&quot;&gt;Trung Nguyên&lt;/a&gt; was a franchise.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>&lt;a href=&quot;http://haskell.org/&quot;&gt;Haskell&lt;/a&gt; &lt;a href=&quot;http://wiki.fckeditor.net/Developer%27s_Guide/Participating/Server_Side_Integration&quot;&gt;server-side integration&lt;/a&gt; for &lt;a href=&quot;http://www.fckeditor.net/&quot;&gt;FCKeditor&lt;/a&gt;.</title>
    <link>http://peteg.org/blog/2007/12/10#2007-12-10-FCKeditor</link>
    <category>/AYAD/Project</category>
    <description>
&lt;p&gt;

I am not a &lt;a href=&quot;http://en.wikipedia.org/wiki/JavaScript&quot;&gt;JavaScript&lt;/a&gt; hacker, so I have no clear idea how best to
use &lt;a href=&quot;http://www.fckeditor.net/&quot;&gt;FCKeditor&lt;/a&gt;. My embryonic &lt;a href=&quot;http://haskell.org/&quot;&gt;Haskell&lt;/a&gt; library just spits out
either a &lt;code&gt;textarea&lt;/code&gt; or some &lt;a href=&quot;http://en.wikipedia.org/wiki/JavaScript&quot;&gt;JavaScript&lt;/a&gt; that creates an
&lt;a href=&quot;http://www.fckeditor.net/&quot;&gt;FCKeditor&lt;/a&gt; instance depending on how &lt;code&gt;HTTP_USER_AGENT&lt;/code&gt;
is set, though I can imagine someone wanting to do something fancier
[*]. The &lt;code&gt;POST&lt;/code&gt;ed data is validated against &lt;a href=&quot;http://www.w3.org/1999/xhtml&quot;&gt;XHTML&lt;/a&gt; 1.0
Strict using &lt;a href=&quot;http://www.cs.york.ac.uk/fp/HaXml/&quot;&gt;HaXml&lt;/a&gt;, which seems to work well for the most part;
for some reason &lt;a href=&quot;http://www.fckeditor.net/&quot;&gt;FCKeditor&lt;/a&gt; uses the non-standard
&lt;code&gt;&amp;lt;embed&amp;gt;&lt;/code&gt; tag for &lt;a href=&quot;http://www.macromedia.com/&quot;&gt;Flash&lt;/a&gt; content, and I can't find
a convincing reason why [**].

&lt;/p&gt;&lt;p&gt;

In the not-to-distant future I will implement the connector stuff, and
&lt;a href=&quot;http://www.haskell.org/cabal/&quot;&gt;Cabal&lt;/a&gt;ise it.

&lt;/p&gt;&lt;p&gt;

[*] Apparently I still need to crank out an
&lt;code&gt;&amp;lt;iframe&amp;gt;&lt;/code&gt; to satisfy &lt;a href=&quot;http://www.microsoft.com/windows/ie/default.mspx&quot;&gt;Internet Explorer&lt;/a&gt;, so we can
either revert to &lt;a href=&quot;http://www.w3.org/1999/xhtml&quot;&gt;XHTML&lt;/a&gt; 1.0 Transitional or generate some
non-standard &lt;a href=&quot;http://www.w3.org/1999/xhtml&quot;&gt;XHTML&lt;/a&gt; just for &lt;a href=&quot;http://www.microsoft.com/windows/ie/default.mspx&quot;&gt;Internet Explorer&lt;/a&gt;. It's a tough
call.

&lt;/p&gt;&lt;p&gt;

[**] It seems that recent versions of &lt;a href=&quot;http://www.microsoft.com/windows/ie/default.mspx&quot;&gt;Internet Explorer&lt;/a&gt; (6 and 7),
&lt;a href=&quot;http://www.mozilla.org/&quot;&gt;Mozilla&lt;/a&gt;-based browsers (&lt;a href=&quot;http://caminobrowser.org/&quot;&gt;Camino&lt;/a&gt;, &lt;a href=&quot;http://www.mozilla.org/products/firefox/&quot;&gt;FireFox&lt;/a&gt;) and &lt;a href=&quot;http://www.apple.com/safari/&quot;&gt;Safari&lt;/a&gt; 3
are all happy with the &lt;code&gt;&amp;lt;object&amp;gt;&lt;/code&gt; tag. &lt;a href=&quot;http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_4150&quot;&gt;Adobe&lt;/a&gt; has
a &lt;a
href=&quot;http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_4150&quot;&gt;&quot;knowledge
base&quot; article&lt;/a&gt; full of non-reasons to use the
&lt;code&gt;&amp;lt;embed&amp;gt;&lt;/code&gt; tag. The great thing about web standards is
we're all empiricists now...

&lt;/p&gt;</description>
  </item>
  <item>
    <title>Lest I forget, &lt;a href=&quot;http://haskell.org/&quot;&gt;Haskell&lt;/a&gt; and &lt;a href=&quot;http://unicode.org/&quot;&gt;Unicode&lt;/a&gt;.</title>
    <link>http://peteg.org/blog/2007/12/06#2007-12-06-HOPE-Unicode</link>
    <category>/AYAD/Project</category>
    <description>
&lt;p&gt;

One reason I ran away from all of the &lt;a href=&quot;http://en.wikipedia.org/wiki/Content_management_system&quot;&gt;CMS&lt;/a&gt; systems implemented in
&lt;a href=&quot;http://www.php.net/&quot;&gt;PHP&lt;/a&gt; is its (historically) crappy support for &lt;a href=&quot;http://unicode.org/&quot;&gt;Unicode&lt;/a&gt; [*]. Standard
&lt;a href=&quot;http://haskell.org/&quot;&gt;Haskell&lt;/a&gt;, on the other hand, has required the &lt;code&gt;Char&lt;/code&gt;
type to be able to represent a &lt;a href=&quot;http://unicode.org/&quot;&gt;Unicode&lt;/a&gt; codepoint for quite a while
now. Unfortunately there are a few libraries that are not &lt;a href=&quot;http://unicode.org/&quot;&gt;Unicode&lt;/a&gt;
friendly, such as just about every library interfacing with &lt;a href=&quot;http://www.lysator.liu.se/c/&quot;&gt;C&lt;/a&gt;.

&lt;/p&gt;&lt;p&gt;

Concretely:

&lt;/p&gt;
&lt;ul&gt;

&lt;li&gt;&lt;a href=&quot;http://darcs.haskell.org/HSQL/&quot;&gt;HSQL&lt;/a&gt; needed some work to get it to talk &lt;a href=&quot;http://en.wikipedia.org/wiki/UTF-8&quot;&gt;UTF-8&lt;/a&gt; to &lt;a href=&quot;http://www.postgresql.org/&quot;&gt;PostgreSQL&lt;/a&gt;.&lt;/li&gt;

&lt;li&gt;Most but not all of the CGI library is &lt;a href=&quot;http://unicode.org/&quot;&gt;Unicode&lt;/a&gt; friendly. I
don't know enough about the various &lt;a href=&quot;http://www.ietf.org/rfc.html&quot;&gt;RFC&lt;/a&gt;s to know what's encoded as
what, so I don't know how to do this right. For example, how are &lt;a href=&quot;http://unicode.org/&quot;&gt;Unicode&lt;/a&gt; filenames handled?&lt;/li&gt;

&lt;li&gt;The regexp libs are a bit of a minefield (the user-interface is
quite complex, and those &lt;a href=&quot;http://www.lysator.liu.se/c/&quot;&gt;C&lt;/a&gt; libraries are unknown quantities), so I
have avoided using them.&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://hope.bringert.net/&quot;&gt;HOPE&lt;/a&gt; itself is almost entirely encoding-agnostic, apart from
the top-level (where it builds a &lt;a href=&quot;http://hoohoo.ncsa.uiuc.edu/cgi/&quot;&gt;CGI&lt;/a&gt; header for the webserver's
consumption), and &lt;a href=&quot;http://haskelldb.sourceforge.net/&quot;&gt;HaskellDB&lt;/a&gt; just punts around the strings fairly
blindly, doing a minimal amount of escaping. Good job, &lt;a href=&quot;http://www.dtek.chalmers.se/~d00bring/&quot;&gt;Bj&amp;ouml;rn&lt;/a&gt;.&lt;/li&gt;

&lt;/ul&gt;
&lt;p&gt;

I really, really wish &lt;a href=&quot;http://haskell.org/&quot;&gt;Haskell&lt;/a&gt; had a decent story about character
encoding at the I/O level. Back in 2002 &lt;a
href=&quot;http://www.haskell.org/pipermail/haskell-i18n/&quot;&gt;people seemed to
get really excited about doing something about it&lt;/a&gt;, but that
mailing list is dead now. I guess the hope is that once
&lt;code&gt;ByteString&lt;/code&gt;s and all that are bedded down, the I/O layer
can be rebuilt on efficient foundations, fusion will take care of
performance issues with codec layers and so forth.

&lt;/p&gt;&lt;p&gt;

&lt;em&gt;Update:&lt;/em&gt; ConradP has &lt;a
href=&quot;http://blog.kfish.org/2007/10/survey-haskell-unicode-support.html&quot;&gt;surveyed
some Haskell character munging libraries&lt;/a&gt;.

&lt;/p&gt;&lt;p&gt;

[*] &lt;a href=&quot;http://www.perl.org/&quot;&gt;perl&lt;/a&gt; has good &lt;a href=&quot;http://unicode.org/&quot;&gt;Unicode&lt;/a&gt; support, if one is happy to play the
guessing game as to what format each string is in. I feel that strong
typing &amp;mdash; clearly separating characters from strings of bytes
&amp;mdash; is just what is needed here.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>Halfway through the project, I begin to talk about the project.</title>
    <link>http://peteg.org/blog/2007/11/27#2007-11-27-HOPE</link>
    <category>/AYAD/Project</category>
    <description>
&lt;p&gt;

So the game here is to build a &lt;a href=&quot;http://en.wikipedia.org/wiki/Content_management_system&quot;&gt;CMS&lt;/a&gt;-style website for &lt;a href=&quot;http://drdvietnam.com/&quot;&gt;DRD&lt;/a&gt;, who
are presently using an unmaintainable &lt;a href=&quot;http://www.asp.net/&quot;&gt;ASP&lt;/a&gt; mess. (Heh, I think
that's the &lt;em&gt;old&lt;/em&gt; ASP, not ASP.NET, but what would I know.) I
decided to renovate &lt;a href=&quot;http://www.dtek.chalmers.se/~d00bring/&quot;&gt;Bj&amp;ouml;rn&lt;/a&gt;'s &lt;a href=&quot;http://haskell.org/&quot;&gt;Haskell&lt;/a&gt; effort, &lt;a href=&quot;http://hope.bringert.net/&quot;&gt;HOPE&lt;/a&gt;, which
looked, superficially at least, pretty hackable.

&lt;/p&gt;
&lt;p&gt;

Activity for these past few months:

&lt;/p&gt;
&lt;ul&gt;

&lt;li&gt;I tried to fix the concurrency issues. There was/is [*] a lot of
confusing code that looks like it might be safe, but wasn't. It might
have worked if the DBMS provides coarse enough concurrency, and
traffic is sufficiently light. (I don't claim to have fixed everything
yet, and there are limits to what we can do.)&lt;/li&gt;

&lt;li&gt;As part of the above I hacked the daylights out of &lt;a href=&quot;http://haskelldb.sourceforge.net/&quot;&gt;HaskellDB&lt;/a&gt;
and &lt;a href=&quot;http://darcs.haskell.org/HSQL/&quot;&gt;HSQL&lt;/a&gt;, but only conforming their &lt;a href=&quot;http://www.postgresql.org/&quot;&gt;PostgreSQL&lt;/a&gt; backends with
my higher-level changes [**]. Specifically I tried to extend their
notions of a relational database to encompass constraints [***], and
add support for the &lt;code&gt;serial&lt;/code&gt; datatype.

 &lt;ul&gt;

  &lt;li&gt;&lt;a href=&quot;http://darcs.haskell.org/HSQL/&quot;&gt;HSQL&lt;/a&gt; seems adequate as a low-level &lt;a href=&quot;http://en.wikipedia.org/wiki/SQL&quot;&gt;SQL&lt;/a&gt; interface, at
  least as far as these things go in &lt;a href=&quot;http://haskell.org/&quot;&gt;Haskell&lt;/a&gt; [***], so I don't
  know why anyone would reinvent that wheel (ask them).&lt;/li&gt;

  &lt;li&gt;I would strongly recommend against trying to use &lt;a href=&quot;http://haskelldb.sourceforge.net/&quot;&gt;HaskellDB&lt;/a&gt;,
  despite the heroic efforts of &lt;a href=&quot;http://www.dtek.chalmers.se/~d00bring/&quot;&gt;Bj&amp;ouml;rn&lt;/a&gt; et al. It's nice in theory
  but quite limited and very complex in practice. If I were to do this
  project over, I would drop &lt;a href=&quot;http://hope.bringert.net/&quot;&gt;HOPE&lt;/a&gt;'s dependency on &lt;a href=&quot;http://haskelldb.sourceforge.net/&quot;&gt;HaskellDB&lt;/a&gt;.&lt;/li&gt;

  &lt;li&gt;I am now painfully aware of the semantic gap between &lt;a href=&quot;http://haskell.org/&quot;&gt;Haskell&lt;/a&gt;
  and &lt;a href=&quot;http://en.wikipedia.org/wiki/SQL&quot;&gt;SQL&lt;/a&gt; databases. What we really want is serialisation and
  querying of &lt;a href=&quot;http://en.wikipedia.org/wiki/Algebraic_data_type&quot;&gt;algebraic data types&lt;/a&gt;, that is, something closer to &lt;a href=&quot;http://www.w3.org/XML/&quot;&gt;XML&lt;/a&gt;
  technology. The only group I know that is taking persistence
  seriously at the typed, higher-order, etc. programming language
  level is the mob working on &lt;a href=&quot;http://www.ps.uni-sb.de/alice/&quot;&gt;Alice/ML&lt;/a&gt;, and if I had a spare life
  I'd marry that with &lt;a href=&quot;http://www.cis.upenn.edu/~bcpierce/&quot;&gt;Benjamin C. Pierce&lt;/a&gt;'s work of the past ten years or so
  and develop a mergeable, distributed, queryable storage manager for
  a decent language.&lt;/li&gt;

 &lt;/ul&gt;
&lt;/li&gt;

&lt;li&gt;Added a lot of &lt;a href=&quot;http://en.wikipedia.org/wiki/Internationalization_and_localization&quot;&gt;I18N&lt;/a&gt; support. This is as-yet incomplete, of
course, and I'm not very happy with how I've done the dynamic part of
it. One major outstanding issue is how best to support multi-lingual
tagging.&lt;/li&gt;

&lt;li&gt;Shifted away from &lt;a href=&quot;http://www.dtek.chalmers.se/~d00bring/&quot;&gt;Bj&amp;ouml;rn&lt;/a&gt;'s home-brew and somewhat buggy
&lt;code&gt;hmarkup&lt;/code&gt; to the &lt;a href=&quot;http://www.microsoft.com/&quot;&gt;Windows&lt;/a&gt;-user friendly &lt;a href=&quot;http://www.fckeditor.net/&quot;&gt;FCKeditor&lt;/a&gt;. I
have my qualms about this, but I've got to consider my user-base.&lt;/li&gt;

&lt;/ul&gt;
&lt;p&gt;

Some of the abstractions in &lt;a href=&quot;http://hope.bringert.net/&quot;&gt;HOPE&lt;/a&gt; are fantastic, and others are
head-scratching, tantalisingly close to being so. If I have the time
and enough brain capacity, I'd really like to re-do the notion of
resource so we can (for example) generate &lt;a href=&quot;http://www.sitemaps.org/&quot;&gt;site maps&lt;/a&gt; and have fewer
URL paths scattered through the code. So, good effort &lt;a href=&quot;http://www.dtek.chalmers.se/~d00bring/&quot;&gt;Bj&amp;ouml;rn&lt;/a&gt;.

&lt;/p&gt;
&lt;p&gt;

If you're interested in any of this, you can take a look at the &lt;a href=&quot;http://darcs.net/&quot;&gt;darcs&lt;/a&gt; repos at &lt;a
href=&quot;http://peteg.org/haskell/&quot;&gt;http://peteg.org/haskell&lt;/a&gt;. Please
note that everything there should be considered alpha quality and
under chaotic development.

&lt;/p&gt;
&lt;p&gt;

[*] My changes are so pervasive that it's better to think of my
version as a fork rather than a continuation. The database schema is
quite different and currently requires &lt;a href=&quot;http://www.postgresql.org/&quot;&gt;PostgreSQL&lt;/a&gt;, so I doubt it
is useful to any current users.

&lt;/p&gt;
&lt;p&gt;

[**] This has some nasty ramifications. One is that it is unlikely
that my code will be merged into the mainstream &lt;a href=&quot;http://darcs.net/&quot;&gt;darcs&lt;/a&gt; repos, as I
have no interest in or time to fix the other backends. (I refuse to
encourage anyone to use speed-over-correctness software like MySQL.)
Due to this, I doubt one can use the shiny-new &lt;a href=&quot;http://hackage.haskell.org/trac/hackage/wiki/CabalInstall&quot;&gt;cabal-install&lt;/a&gt; to
suck down the myriad dependencies of my version of &lt;a href=&quot;http://hope.bringert.net/&quot;&gt;HOPE&lt;/a&gt;, as you'll
need some stuff from my repos, and other stuff may as well come from
the official places.

&lt;/p&gt;
&lt;p&gt;

[***] Somewhat ironic to me is that all the low-level &lt;a href=&quot;http://haskell.org/&quot;&gt;Haskell&lt;/a&gt; &lt;a href=&quot;http://en.wikipedia.org/wiki/SQL&quot;&gt;SQL&lt;/a&gt; bridges I've seen have a very limited view of what a relational
database is; usually the bridge just ships &lt;a href=&quot;http://en.wikipedia.org/wiki/SQL&quot;&gt;SQL&lt;/a&gt; one way and gets a
list of rows back, and provides a very basic table description
mechanism. I haven't seen any support for defaults, triggers,
constraints (foreign keys, primary keys, uniqueness, etc.), and while
there is usually support for transactions, it is difficult to figure
out what that means as the bridges all try to be
backend-agnostic. Conversely there are a lot of attempts at making
rows and queries type-safe.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>&lt;a href=&quot;http://www.trungnguyen.com.vn/&quot;&gt;Trung Nguyên&lt;/a&gt;, 42-44 C10 Nhiêu Lộc 2, District Phú Nhuận.</title>
    <link>http://peteg.org/blog/2007/11/24#2007-11-24-TrungNguyen-DPN</link>
    <category>/AYAD/HCMC/Cafes</category>
    <description>
&lt;p&gt;

A fancy place just near Mike's apartment building, which is clearly
marked on &lt;a
href=&quot;http://www.diadiem.com/Maps.aspx?code=014B7F797C7464107D7F764D03034D024803%205E5F515D455F5151&amp;amp;slang=40581D637F&quot;&gt;this
map&lt;/a&gt; (the orange-red thing on the far right). Very comfortable and
not too smokey for an indoors joint.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>&lt;a href=&quot;http://www.trungnguyen.com.vn/&quot;&gt;Trung Nguyên&lt;/a&gt;, 272B Xô Viết Nghệ Tĩnh, District Bình Thạnh.</title>
    <link>http://peteg.org/blog/2007/11/24#2007-11-24-TrungNguyen-DBT</link>
    <category>/AYAD/HCMC/Cafes</category>
    <description>
&lt;p&gt;

On the north-western corner of the monster roundabout at the
intersection of Điện Biên Phủ and Xô Viết Nghệ Tĩnh (the big fat
highway heading north of &lt;a href=&quot;http://www.hochiminhcity.gov.vn/&quot;&gt;Hồ Chí Minh City&lt;/a&gt;). There's a massive &lt;a href=&quot;http://www.trungnguyen.com.vn/&quot;&gt;Trung Nguyên&lt;/a&gt;
sign out the front, but it's otherwise unimpressive.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>An Economist visits South East Asia.</title>
    <link>http://peteg.org/blog/2007/11/21#2007-11-21-MeganMcArdle</link>
    <category>/AYAD</category>
    <description>
&lt;p&gt;

&lt;a href=&quot;http://meganmcardle.theatlantic.com/archives/2007/11/&quot;&gt;Megan
McArgle&lt;/a&gt; skillfully articulates some keen observations about the
economic situation in Cambodia and Vietnam, and in particular how
difficult it is to bridge the chasm of cultural norms.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>&lt;a href=&quot;http://www.trungnguyen.com.vn/&quot;&gt;Trung Nguyên&lt;/a&gt;, 1A Phạm Văn Hai, District Tân Bình.</title>
    <link>http://peteg.org/blog/2007/11/21#2007-11-21-TrungNguyen-QTB</link>
    <category>/AYAD/HCMC/Cafes</category>
    <description>
&lt;p&gt;

A large night-clubby kind of place, with big comfy couches and that
special kind of dinginess, quite close to the airport. I went there
with Loan after visiting the &lt;a href=&quot;http://peteg.org/blog/AYAD/Disability-Projects/2007-11-21-VHeart.autumn&quot;&gt;v-heart project&lt;/a&gt;.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>v-heart, a workshop for people with Down Syndrome or Cerebral Palsy in Gò Vấp.</title>
    <link>http://peteg.org/blog/2007/11/21#2007-11-21-VHeart</link>
    <category>/AYAD/Disability-Projects</category>
    <description>
&lt;div class=&quot;figure&quot;&gt;
&lt;p&gt;&lt;a href=&quot;http://peteg.org//static/loom.png&quot;&gt;&lt;img src=&quot;http://peteg.org//static/cache/tn_loom.png&quot; width=&quot;72&quot; height=&quot;70&quot; class=&quot;scaled&quot; style=&quot;&quot; alt=&quot;Loom&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;

&lt;p&gt;

Loan found out about this project from Yumiko-san of the &lt;a
href=&quot;http://peteg.org/blog/AYAD/Disability-Projects/2007-07-13-DamsenPark.autumn&quot;&gt;spinal injury project at Cho Ray Hospital&lt;/a&gt;. In essence the
participants are trained in the use of a loom that looks to my eye
almost identical to this picture (that I nicked from &lt;a href=&quot;http://www.apple.com/&quot;&gt;Apple&lt;/a&gt;'s
already-excellent and now much-enhanced
&lt;code&gt;Dictionary.app&lt;/code&gt;). It's funded by a Japanese group.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>Caf&amp;eacute; &lt;a href=&quot;http://www.trungnguyen.com.vn/&quot;&gt;Trung Nguyên&lt;/a&gt;, 53A Phù Dổng Thiên Vương, Đà Lạt.</title>
    <link>http://peteg.org/blog/2007/11/09#2007-11-09-TrungNguyen-DaLat</link>
    <category>/AYAD/HCMC/Cafes</category>
    <description>
&lt;p&gt;

An incredibly cute three-story house that would be right at home in
the Blue Mountains in Australia. A &lt;a href=&quot;http://en.wikipedia.org/wiki/C%C3%A0_ph%C3%AA_s%E1%BB%AFa_%C4%91%C3%A1&quot;&gt;cà phê sữa đá&lt;/a&gt; #5 costs just 13
kilođồng, fully 7 kilođồng less than in &lt;a href=&quot;http://www.hochiminhcity.gov.vn/&quot;&gt;Hồ Chí Minh City&lt;/a&gt;.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>&lt;a href=&quot;http://www.trungnguyen.com.vn/&quot;&gt;Trung Nguyên&lt;/a&gt;, 114 Lý Tự Trọng (corner of Thủ Khoa Huân), D1.</title>
    <link>http://peteg.org/blog/2007/11/07#2007-11-07-TrungNguyen-D1</link>
    <category>/AYAD/HCMC/Cafes</category>
    <description>
&lt;p&gt;

Just up the road from Bến Thành Market, cunningly concealed on a
corner facing away from the traffic streaming down both one-way
streets. This one's a cosy little &quot;brown caf&amp;eacute;&quot; that wouldn't be
out of place in Amsterdam.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>&lt;a href=&quot;http://www.trungnguyen.com.vn/&quot;&gt;Trung Nguyên&lt;/a&gt;, 346 Nguyễn Trãi, D5.</title>
    <link>http://peteg.org/blog/2007/11/02#2007-11-02-TrungNguyen-D5</link>
    <category>/AYAD/HCMC/Cafes</category>
    <description>
&lt;p&gt;

The twin of the paradigmatic one on Trần Hưng Đạo in District 1. It's
a bit more austere and hence less atmospheric, but the coffee is just
as good.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>&lt;a href=&quot;http://www.trungnguyen.com.vn/&quot;&gt;Trung Nguyên&lt;/a&gt;, corner of Nguyễn Đình Chiểu and Nguyễn Thiện Thuật, D3.</title>
    <link>http://peteg.org/blog/2007/10/20#2007-10-20-TrungNguyen-D3</link>
    <category>/AYAD/HCMC/Cafes</category>
    <description>
&lt;p&gt;

This one's a bit like the old Century Tavern / Bar Century in Sydney;
the downstairs is nondescript, but upon winding up some stairs one
finds a hermetic air-conditioned room containing several smokers, with
a curved series of windows fronting the street corner. The view here
is of a steel telegraph pole, from which a thousand wires emanate. The
decor is somewhat similar to both the Century and the standard-setting
Trần Hưng Đạo joint.

&lt;/p&gt;&lt;p&gt;

The upstairs looks like it's setup for karaoke... mirrorballs, lights,
those spinning light things.

&lt;/p&gt;&lt;p&gt;

&lt;em&gt;Addendum to last post:&lt;/em&gt; I should emphasise that &lt;a href=&quot;http://www.trungnguyen.com.vn/&quot;&gt;Trung Nguyên&lt;/a&gt; coffee is similar in style to what is found on the
streets of Việt Nam, albeit brewed-on-your-table in one of those cute
filters they use. Some street vendors only get hot water in the
mornings, and so by the time I visit them they only have half-day-old
black sludge in a &lt;a href=&quot;http://www.coke.com/&quot;&gt;Coke&lt;/a&gt; bottle.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>Cà Phê Thềm Xưa, 371 D1 Nguyễn Cảnh Chân, Q1.</title>
    <link>http://peteg.org/blog/2007/10/13#2007-10-13-ThemXua</link>
    <category>/AYAD/HCMC/Cafes</category>
    <description>
&lt;p&gt;

Loan's usual, due to it being a garden cafe and relatively close to &lt;a href=&quot;http://drdvietnam.com/&quot;&gt;DRD&lt;/a&gt;. It's part of a chain (I think of three) that includes the one
our In-Country Manager Chị Lan took us to, in District 3, back in
July. I've got to track that one down...

&lt;/p&gt;</description>
  </item>
  <item>
    <title>&lt;a href=&quot;http://www.trungnguyen.com.vn/&quot;&gt;Trung Nguyên&lt;/a&gt; Caf&amp;eacute;s.</title>
    <link>http://peteg.org/blog/2007/10/11#2007-10-11-TrungNguyen</link>
    <category>/AYAD/HCMC/Cafes</category>
    <description>
&lt;p&gt;

&lt;a href=&quot;http://www.hochiminhcity.gov.vn/&quot;&gt;Hồ Chí Minh City&lt;/a&gt; is a place to buy coffee, with vendors on every street and
every alley (presently exchanging a foreigner's five kilođong for the
caffiene-and-sugar hit of a &lt;a href=&quot;http://en.wikipedia.org/wiki/C%C3%A0_ph%C3%AA_s%E1%BB%AFa_%C4%91%C3%A1&quot;&gt;cà phê sữa đá&lt;/a&gt;) and all the hotels (the &lt;a href=&quot;http://www.legendsaigon.com/&quot;&gt;Legend Hotel&lt;/a&gt; charges .50 for a very mediocre American-style drip
coffee). Mai got me onto the &lt;a href=&quot;http://www.trungnguyen.com.vn/&quot;&gt;Trung Nguyên&lt;/a&gt; caf&amp;eacute;s, which are
apparently a &lt;a
href=&quot;http://www.greenspun.com/bboard/q-and-a-fetch-msg.tcl?msg_id=00AyR7&quot;&gt;Starbucks-style
franchise&lt;/a&gt;. If there's anything to be said in favour of tariffs, &lt;a href=&quot;http://www.trungnguyen.com.vn/&quot;&gt;Trung Nguyên&lt;/a&gt; says it; I have difficulty drinking street coffee now.

&lt;/p&gt;&lt;p&gt;

The problem with it being a franchise (and this being &lt;a href=&quot;http://www.hochiminhcity.gov.vn/&quot;&gt;Hồ Chí Minh City&lt;/a&gt;) is the
difficulty of getting a list of addresses for the
caf&amp;eacute;s. Fortunately I can crib from &lt;a
href=&quot;http://www.virtualtourist.com/travel/Asia/Vietnam/Thanh_Pho_Ho_Chi_Minh/Ho_Chi_Minh_City-1470720/Nightlife-Ho_Chi_Minh_City-MISC-BR-1.html&quot;&gt;here&lt;/a&gt;
(and please excuse the erratic character decorations):

&lt;/p&gt;
&lt;ul&gt;

&lt;li&gt;
&lt;p&gt;

1 Trần Hưng Đạo, District 1.

&lt;/p&gt;&lt;p&gt;

Diagonally opposite Bến Thành Market on the roundabout. The first one
I went to, with Loan one Saturday afternoon. My local, I have a table
there. Don't be put off by the big love-heart on the door, the
waitresses will take good care of you. Head upstairs for more of that
50s Art Deco feeling.

&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;

On the monster roundabout at the intersection of Nguyễn Bỉnh Khiêm and
Điện Biên Phủ at the top of District 1, opposite Mike's workplace,
the impressive-looking Institute of Agricultural Science of South
Vietnam.

&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;

On Nguyễn Bỉnh Khiêm between Nguyễn Đình Chiẻu and Nguyễn Thị Minh
Khai, District 1.

&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;

1 Bủi Thị Xuân, District 1, opposite the park.

&lt;/p&gt;&lt;p&gt;

Somewhat like my local on Trần Hưng Đạo but not as atmospheric. Mai
steered me to this one.

&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;

Nguyen Van Chiem, next to the &lt;a href=&quot;http://www.diamondplaza.com.vn/&quot;&gt;Diamond Plaza&lt;/a&gt;.

&lt;/p&gt;&lt;p&gt;

Today it was closed for renovations which will clearly take some
time.

&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;

32 Mac Dinh Chi, District 1.

&lt;/p&gt;&lt;p&gt;

Couldn't find this one, but the numbers go strangely on that street.

&lt;/p&gt;
&lt;/li&gt;

&lt;/ul&gt;
&lt;p&gt;

I haven't been to (and they may not exist):

&lt;/p&gt;
&lt;ul&gt;

&lt;li&gt;114 Ly Tu Trong, District 1.&lt;/li&gt;

&lt;li&gt;44B Chu Manh Trinh, District 1.&lt;/li&gt;

&lt;li&gt;349 Hai Ba Trung, District 3.&lt;/li&gt;

&lt;li&gt;150D Ly Chinh Thang, District 3.&lt;/li&gt;

&lt;li&gt;10 Nguyen Thong, District 3.&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://anan-vietnam.com/en/hcmc/f000703/&quot;&gt;46 Chu Mạnh
Trinh, District 1&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;2A Nguyễn Huệ, District 1.&lt;/li&gt;

&lt;/ul&gt;
&lt;p&gt;

Apparently one can purchase their coffee in &lt;a
href=&quot;http://www.trungnguyen.com.au/&quot;&gt;Australia&lt;/a&gt;.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>What one reads in &lt;a href=&quot;http://vietnamnews.vnanet.vn/&quot;&gt;Việt Nam News&lt;/a&gt;.</title>
    <link>http://peteg.org/blog/2007/09/22#2007-09-22-VietnamNews</link>
    <category>/AYAD/HCMC</category>
    <description>
&lt;p&gt;

&lt;a href=&quot;http://vietnamnews.vnanet.vn/&quot;&gt;Việt Nam News&lt;/a&gt; is &quot;The National English Language Daily&quot;, published by
&lt;a href=&quot;http://www.vnanet.vn/&quot;&gt;Việt Nam News Agency&lt;/a&gt;.

&lt;/p&gt;
&lt;ul&gt;

&lt;li&gt;&lt;p&gt;One can obtain the Sunday edition on Saturday. (Sunday's is
more of a &lt;a href=&quot;http://en.wikipedia.org/wiki/Good_Weekend_(Sydney_Morning_Herald)&quot; class=&quot;title&quot;&gt;Good Weekend&lt;/a&gt;-style supplement, a week-in-review and some
feature stories, rather than new-news.)&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;The comic strips are &lt;a
href=&quot;http://en.wikipedia.org/wiki/Garfield&quot;
class=&quot;title&quot;&gt;Garfield&lt;/a&gt;, &lt;a
href=&quot;http://en.wikipedia.org/wiki/Calvin_and_Hobbes&quot;
class=&quot;title&quot;&gt;Calvin and Hobbes&lt;/a&gt; and &lt;a
href=&quot;http://en.wikipedia.org/wiki/Rubes&quot;
class=&quot;title&quot;&gt;Rubes&lt;/a&gt;. There is a find-these-words-in-a-matrix and a
rather strange and Americentric crossword.&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;There are some editorials but no letters-to-the-editor.&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;From Tuesday 2007-09-18:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;

&lt;p&gt;

&lt;span class=&quot;title&quot;&gt;City drivers fail to heed traffic safety
month&lt;/span&gt;: The traffic in the two main cities (Hà Nội and Hồ Chí
Minh City) is terrible. Apparently in August there were 987 fatalities
and 746 other injuries in more than 1,000 road accidents, though it is
unclear if that is just for the cities or country-wide. (I've heard it
said that wearing a helmet makes one feel more safe, ergo more likely
to push the safety margins, so I wonder if the imminent law making
them compulsory will improve these figures.)

&lt;/p&gt;
&lt;p&gt;

There are 3.5 million registered motorbikes in HCMC, which apparently
get their riders around at a speed of 3kph at peak times, and 6-8kph
at other times; this makes walking look competitive on this basis.

&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;&lt;p&gt;&lt;span class=&quot;title&quot;&gt;&lt;a href=&quot;http://www.adb.org/&quot;&gt;Asian Development Bank&lt;/a&gt; projects drop in inflation rate
next year&lt;/span&gt;: The ADB reckons Việt Nam will have an inflation rate
of 7.8 per cent this year, and 6.8 per cent next year. I hope the INGO
bean counters are taking note!&lt;/p&gt;

&lt;/li&gt;

&lt;li&gt;&lt;p&gt;&lt;span class=&quot;title&quot;&gt;Local writers join Swedish book
fair&lt;/span&gt;: three lucky Vietnamese are having their work featured at
the &lt;a href=&quot;http://www.goteborg-bookfair.com/&quot;&gt;Göteborg International
Book Fair&lt;/a&gt;. At least one, Hồ Anh Thái's &lt;span class=&quot;title&quot;&gt;Trong
Sương Hồng Hiện Ra&lt;/span&gt; (&lt;span class=&quot;title&quot;&gt;A Rose Appears in the
Mist&lt;/span&gt;), has been translated into English, apparently under the
title &lt;span class=&quot;title&quot;&gt;Behind the Red Mist&lt;/span&gt;.&lt;/p&gt;

&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;

&lt;li&gt;&lt;p&gt;From Saturday 2007-09-22: &lt;span class=&quot;title&quot;&gt;&lt;a href=&quot;http://www.usaid.gov/&quot;&gt;USAID&lt;/a&gt; supports
disabled employment&lt;/span&gt;:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;

HÀ NỘI &amp;mdash; An employer council was organised yesterday by the
United States Agency for International Development (&lt;a href=&quot;http://www.usaid.gov/&quot;&gt;USAID&lt;/a&gt;) to
discuss strategies for promoting employment of the disabled.

&lt;/p&gt;
&lt;p&gt;

The council, called The Blue Ribbon, aims to provide employment
opportunities and skill training for the handicapped and raise
awareness of the benefits of hiring them.

&lt;/p&gt;
&lt;p&gt;

&quot;The Blue Ribbon Employer Council is in a position to take the lead
and make the business case for hiring people with disabilities in
Vietnam,&quot; said United States Ambassador to Vietnam Michael Michalak at
the first Council meeting.

&lt;/p&gt;
&lt;p&gt;

Assistance programmes worth  million have been launched by the
United States to help the disabled in Việt Nam.

&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;

This is excellent news, and I hope we hear more about it.

&lt;/p&gt;
&lt;/li&gt;

&lt;/ul&gt;
&lt;p&gt;

Their main competitor in HCMC is the &lt;a href=&quot;http://www.saigontimes.com.vn/daily/&quot; class=&quot;title&quot;&gt;Saigon Times&lt;/a&gt; (apparently a
business rag), which I haven't read.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>&lt;a href=&quot;http://www.handicap-international.org/&quot;&gt;Handicap International&lt;/a&gt;: &lt;a href=&quot;http://www.hivietnam.org.vn/hivietnam/enews/default.aspx?u=news&amp;amp;cate=3&amp;amp;id=39&amp;amp;get=newslist&quot;&gt;HCMC Spinal Cord Injury Project&lt;/a&gt;</title>
    <link>http://peteg.org/blog/2007/08/10#2007-08-10-SpinalInjuryRehab</link>
    <category>/AYAD/Disability-Projects</category>
    <description>
&lt;p&gt;

In the afternoon, Loan took me to visit the Spinal Injury rehab centre
in District 8, which is quite close to District 1. This place is very
impressive, a large peaceful campus on a canal with a lot of
facilities for physical and occupational therapy, developed quite
recently by some Belgian people.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>Artistic Hand Embroidery Workshop.</title>
    <link>http://peteg.org/blog/2007/08/10#2007-08-10-Embroidery</link>
    <category>/AYAD/Disability-Projects</category>
    <description>
&lt;p&gt;

In the morning Loan took me to visit Trinh's embroidery workshop out
in the Phú Nhuận district. The art is quite large, the size of a piece
of A4 and larger, and very beautiful. Trinh employs some people with
disabilities in the workshop.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>&lt;a href=&quot;http://www.saomaicenter.org/&quot;&gt;Sao Mai Computer Centre for the Blind&lt;/a&gt;</title>
    <link>http://peteg.org/blog/2007/08/02#2007-08-02-SaoMai</link>
    <category>/AYAD/Disability-Projects</category>
    <description>
&lt;p&gt;

Huy kindly took me out to Quận Tân Bình (Tân Bình District, a long way
from Quận Một) to visit Mr Phúc, who is the vice-director of &lt;a href=&quot;http://www.saomaicenter.org/&quot;&gt;Sao Mai Computer Centre for the Blind&lt;/a&gt;. We chatted at length about their education projects and web
accessibility for people who are (almost) completely blind. In brief,
modern screen readers are quite good; the one Mr Phúc uses (&lt;a href=&quot;http://www.freedomscientific.com/fs_products/software_jaws.asp&quot;&gt;JAWS&lt;/a&gt;)
apparently uses the &lt;a href=&quot;http://www.microsoft.com/windows/ie/default.mspx&quot;&gt;Internet Explorer&lt;/a&gt; engine to figure out what's
going on, implying that anything &lt;a href=&quot;http://www.microsoft.com/windows/ie/default.mspx&quot;&gt;Internet Explorer&lt;/a&gt; can render, &lt;a href=&quot;http://www.freedomscientific.com/fs_products/software_jaws.asp&quot;&gt;JAWS&lt;/a&gt; can make sense of, including &lt;a href=&quot;http://www.macromedia.com/&quot;&gt;Flash&lt;/a&gt;. So apart from the usual
web hygiene of standards compliance and good design, I got the
impression that there is not much a website need do to be accessible
to people who use such assistive technology.

&lt;/p&gt;&lt;p&gt;

He also had a braille reader, which he told me is lower-bandwidth but
higher fidelity, and so is mostly useful for syntactically fiddly
things like coding.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>&lt;a href=&quot;http://albbsaigon.blogspot.com/&quot;&gt;A little blah blah&lt;/a&gt;, &lt;a href=&quot;http://thelastvestige.blogspot.com/&quot;&gt;The Last Vestige&lt;/a&gt;: &lt;a href=&quot;http://thelastvestige.blogspot.com/&quot;&gt;Philip Brophy&lt;/a&gt;</title>
    <link>http://peteg.org/blog/2007/08/01#2007-08-01-Thea-Brophy</link>
    <category>/AYAD/HCMC</category>
    <description>
&lt;p&gt;

Thea somehow laid her hands on some of &lt;a href=&quot;http://thelastvestige.blogspot.com/&quot;&gt;Philip Brophy&lt;/a&gt;'s work,
which she played for us at Lush. This included (some of) &lt;span
class=&quot;title&quot;&gt;Evaporated Music&lt;/span&gt; (where he overdubbed various
filmclips from my childhood), a &lt;a href=&quot;http://www.possiblefilms.com/&quot;&gt;Hal Hartley&lt;/a&gt;-esque homage to
Melbourne and a beautiful Japanese girl, and an extended take on the
gender wars, framed by an apocalypse.

&lt;/p&gt;</description>
  </item>
  <item>
    <title></title>
    <link>http://peteg.org/blog/2007/07/27#2007-07-27</link>
    <category>/AYAD</category>
    <description>&lt;p&gt;

Cử kindly ran me through a game of &lt;a href=&quot;http://en.wikipedia.org/wiki/Xiangqi&quot;&gt;Chinese Chess&lt;/a&gt; after
lunch. As is his wont he played both sides of the board, emphasising
strategy and the need to discern the opponent's goals. In his
gentlemanly way he engineered a win for me after a bit of
back-and-forth.

&lt;/p&gt;&lt;p&gt;

(This post is also an attempt to get &lt;a href=&quot;http://unicode.org/&quot;&gt;Unicode&lt;/a&gt; working. I'm in the
market for a &lt;a href=&quot;http://unicode.org/&quot;&gt;Unicode&lt;/a&gt;-savvy &lt;a href=&quot;http://www.apple.com/macosx/&quot;&gt;Mac OS X&lt;/a&gt; editor... more later. This
entry was brought to you by &lt;a href=&quot;http://www.apple.com/&quot;&gt;Apple&lt;/a&gt;'s TextEdit, which I would almost
be satisfied with if it had &lt;a href=&quot;http://www.xemacs.org/&quot;&gt;XEmacs&lt;/a&gt;-style M-/ completion, didn't
wrap lines, ... oh, OK, it falls fair short. &lt;a href=&quot;http://www.algorithm.com.au/&quot;&gt;Andr&amp;eacute;&lt;/a&gt; suggested &lt;a href=&quot;http://aquamacs.org/&quot;&gt;Aquamacs&lt;/a&gt; and &lt;a href=&quot;http://macromates.com/&quot;&gt;TextMate&lt;/a&gt;. All I know is that setting up &lt;a href=&quot;http://x.org/&quot;&gt;X11&lt;/a&gt; is
beyond my patience.)

&lt;/p&gt;</description>
  </item>
  <item>
    <title></title>
    <link>http://peteg.org/blog/2007/07/25#2007-07-25-Camera</link>
    <category>/AYAD</category>
    <description>&lt;p&gt;

The first casualty of the tropics came as a surprise to me; apparently the
CCDs in &lt;a href=&quot;http://canon.com/&quot;&gt;Canon&lt;/a&gt; &lt;a href=&quot;http://consumer.usa.canon.com/ir/controller?act=ModelDetailAct&amp;amp;fcategoryid=145&amp;amp;modelid=9828&quot;&gt;PowerShot A75&lt;/a&gt;s are prone to &lt;a
href=&quot;http://www.canon-asia.com/index.jsp?fuseaction=image-phenomena_notice&quot;&gt;humidity
and heat issues&lt;/a&gt;. This morning I trekked out to the &lt;a href=&quot;http://canon.com/&quot;&gt;Canon&lt;/a&gt; service
centre, where the guy took one look at it and told me to come back tomorrow.

&lt;/p&gt;&lt;p&gt;

The second casualty of the tropics was my throat; I'm having a re-run of
(something resembling) that awful green-muck-inducing respiratory disease I
had in Canberra. The doctor prescribed some antibiotics, and with all those
health warnings we got, I think I'll be taking them this time. Now, to sort
out the insurance paperwork...

&lt;/p&gt;</description>
  </item>
  <item>
    <title>Vietnamese Traditional Massage Institute</title>
    <link>http://peteg.org/blog/2007/07/22#2007-07-22-BlindMasseurs</link>
    <category>/AYAD/Disability-Projects</category>
    <description>
&lt;p&gt;

I have no clear idea what this place is called; the above is from the &lt;a href=&quot;http://www.lonelyplanet.com/&quot;&gt;Lonely Planet&lt;/a&gt;. Apparently there is a tradition in many towns in Vietnam for
visually-impaired people to be employed as masseurs, though the profession
has as somewhat sullied reputation here more generally. This particular
establishment is run by the local Association for the Blind.

&lt;/p&gt;&lt;p&gt;

I went there with Mike after lunch, before playing badminton, which may
have been less than ideal. Like &lt;a
href=&quot;http://www.gabrielopenshaw.com/Vietnam4.html&quot;&gt;many&lt;/a&gt; &lt;a
href=&quot;http://www.smh.com.au/news/vietnam/search-for-the-perfect-massage/2005/10/15/1128796746541.html&quot;&gt;other&lt;/a&gt;
people I had a less than satisfying experience; it appears to depend a lot
on who you get.

&lt;/p&gt;</description>
  </item>
  <item>
    <title></title>
    <link>http://peteg.org/blog/2007/07/16#2007-07-16-HoaAnhDaoCafe</link>
    <category>/AYAD/Disability-Projects</category>
    <description>&lt;p&gt;

Loan, with her cousin, took me to the &lt;a
href=&quot;http://www.sakuravncafe.com/&quot;&gt;Sakura Hoa Anh Dao caf&amp;eacute;&lt;/a&gt;,
where each of the waiting staff are mentally impaired in some way. Cutely
they put a stuffed animal on each table to ease the burden of remembering
where things need to go to.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>Vietnam gets thrashed, &lt;a href=&quot;http://www.hochiminhcity.gov.vn/&quot;&gt;Hồ Chí Minh City&lt;/a&gt; goes ape.</title>
    <link>http://peteg.org/blog/2007/07/16#2007-07-16-AsiaCup-Vietnam-Japan</link>
    <category>/AYAD/HCMC</category>
    <description>
&lt;p&gt;

Even after a &lt;a
href=&quot;http://www.afcasiancup.com/en/tournament/mtindex.asp?cid=1374&amp;amp;mt=12028&quot;&gt;heavy
4-1 loss to Japan&lt;/a&gt; in their final Asia Cup pool match, the streets of &lt;a href=&quot;http://www.hochiminhcity.gov.vn/&quot;&gt;Hồ Chí Minh City&lt;/a&gt; were abuzz with merry people waving the national flag and honking
their horns like they were preparing to overtake the world. Tomorrow will be
a national hangover, and I'm sure there'll be a &lt;a href=&quot;http://en.wikipedia.org/wiki/Bob_Hawke&quot;&gt;RJL Hawke&lt;/a&gt; figure
somewhere saying &lt;a
href=&quot;http://en.wikipedia.org/wiki/Bob_Hawke#Quotes&quot;&gt;&quot;Any boss who sacks
anyone for not turning up today is a bum&quot;&lt;/a&gt;.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>Panorama from Mike's apartment building.</title>
    <link>http://peteg.org/blog/2007/07/16#2007-07-16-MikePanorama</link>
    <category>/AYAD/HCMC</category>
    <description>
&lt;div class=&quot;figure&quot;&gt;
&lt;p&gt;&lt;a href=&quot;http://peteg.org//static/mike_panorama.jpg&quot;&gt;&lt;img src=&quot;http://peteg.org//static/cache/tn_mike_panorama.jpg&quot; width=&quot;190&quot; height=&quot;70&quot; class=&quot;scaled&quot; style=&quot;&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;

&lt;p&gt;

Mike shot this panorama of District 1, looking south from his apartment
building, which I think is called the &quot;Mieu Noi Apartments&quot;. There are some
great photos of the area &lt;a
href=&quot;http://itsthefinalword.blogspot.com/2007/01/moving-house.html&quot;&gt;here&lt;/a&gt;,
and some &lt;a
href=&quot;http://itsthefinalword.blogspot.com/2007/04/observations-of-peeping-tom.html&quot;&gt;stomach-churning
images of the canal&lt;/a&gt;.

&lt;/p&gt;
&lt;p&gt;

I stitched this together quickly and roughly with &lt;a
href=&quot;http://echoone.com/doubletake/&quot;&gt;DoubleTake&lt;/a&gt;, hence the big
&quot;DoubleTake&quot;. Perhaps I'll redo it with something free, one of these days...

&lt;/p&gt;</description>
  </item>
  <item>
    <title>&lt;a href=&quot;http://www.hochiminhcity.gov.vn/&quot;&gt;Hồ Chí Minh City&lt;/a&gt; for plane people.</title>
    <link>http://peteg.org/blog/2007/07/15#2007-07-15</link>
    <category>/AYAD/HCMC</category>
    <description>
&lt;p&gt;

I'm still too busy-lazy to do a decent write-up of what's been happening
this last week-and-a-bit, so here are just a few pointers for the curious
(and my future reference):

&lt;/p&gt;
&lt;ul&gt;

&lt;li&gt;
&lt;p&gt;

&lt;a href=&quot;http://maps.google.com/&quot;&gt;Google Maps&lt;/a&gt; doesn't have a decent map of this city; apparently &lt;a
href=&quot;http://maps.google.com/maps?f=q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=ho+chi+minh+city&amp;amp;ie=UTF8&amp;amp;ll=10.779348,106.689606&amp;amp;spn=0.692062,1.109619&amp;amp;t=h&amp;amp;z=10&amp;amp;iwloc=addr&amp;amp;om=1&quot;&gt;
this&lt;/a&gt; is as detailed as it gets. &lt;a href=&quot;http://www.vinacarta.com/&quot;&gt;Vinacarta&lt;/a&gt; is much better but their
&lt;a
href=&quot;http://www.google.com/apis/maps/documentation/#Geocoding_Etc&quot;&gt;geocoding&lt;/a&gt;
is not that great and the map is not insanely detailed, neither of which
come as a surprise to anyone who has tried to find a decent map of
HCMC. Here's an attempt at embedding:

&lt;/p&gt;

&lt;iframe src=&quot;http://www.vinacarta.com?view=peteg42&amp;amp;mt=4&amp;amp;mz=16&amp;amp;mx=106.69261&amp;amp;my=10.76360&amp;amp;hc=true&amp;amp;hm=true&quot;
	width=&quot;500&quot;
	height=&quot;400&quot;
        scrolling=&quot;no&quot;
	style=&quot;border-width:0px;&quot;&gt;&lt;/iframe&gt;

&lt;p&gt;

I'm staying in a hotel on a lane around about the &quot;o&quot; in Pham Ngu Lao, near
the top-left, and the &lt;a href=&quot;http://drdvietnam.com/&quot;&gt;DRD&lt;/a&gt; (Disability Resource and Development) office
is somewhere on Ho Hao Hon street, which is in the centre at the bottom. I
would've marked these in &lt;a href=&quot;http://www.vinacarta.com/&quot;&gt;Vinacarta&lt;/a&gt; but it doesn't seem to work with &lt;a href=&quot;http://www.mozilla.org/products/firefox/&quot;&gt;FireFox&lt;/a&gt;.

&lt;/p&gt;
&lt;p&gt;

Pham Ngu Lao is the backpacker district, so things are a little pricey
around here and the touting gets old fast. Conversely it is quite convenient
to the downtown, and as the room itself is quite decent I'm content to sit
tight for a while yet.

&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;div class=&quot;figure&quot;&gt;
&lt;p&gt;&lt;a href=&quot;http://peteg.org//static/IMG_1899.JPG&quot;&gt;&lt;img src=&quot;http://peteg.org//static/cache/tn_IMG_1899.JPG&quot; width=&quot;93&quot; height=&quot;70&quot; class=&quot;scaled&quot; style=&quot;&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;

&lt;p&gt;

The taps in my hotel room are Swedish-style.

&lt;/p&gt;
&lt;/li&gt;

&lt;li style=&quot;clear: both&quot;&gt;
&lt;div class=&quot;figure&quot;&gt;
&lt;p&gt;&lt;a href=&quot;http://peteg.org//static/IMG_1892.JPG&quot;&gt;&lt;img src=&quot;http://peteg.org//static/cache/tn_IMG_1892.JPG&quot; width=&quot;93&quot; height=&quot;70&quot; class=&quot;scaled&quot; style=&quot;&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;

&lt;p&gt;

These are my fellow &lt;a href=&quot;http://drdvietnam.com/&quot;&gt;DRD&lt;/a&gt; workers, whom I met on Monday. From left to
right: Huy (my counterpart for web development), Loan (fingers in may pies),
Cử (employment-related stuff, funny man), and two shy ladies who I need
to get to know better.

&lt;/p&gt;
&lt;/li&gt;

&lt;li style=&quot;clear: both&quot;&gt;
&lt;p&gt;

I still have no idea how to enter Vietnamese characters into &lt;a href=&quot;http://www.xemacs.org/&quot;&gt;XEmacs&lt;/a&gt; or
&lt;a href=&quot;http://www.w3.org/&quot;&gt;HTML&lt;/a&gt; documents, even after some serious googling; the &lt;a href=&quot;http://www.apple.com/macbook/&quot;&gt;MacBook&lt;/a&gt; is of
course &lt;a href=&quot;http://www.griessersoftware.com/help/macfonts.htm&quot;&gt;happy
provided I stay in Mac land&lt;/a&gt;. The future is doubtlessly &lt;a href=&quot;http://unicode.org/&quot;&gt;Unicode&lt;/a&gt;, but
the present looks like a mess. So, sorry for the lack of decorations, things
will improve in time.

&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;

There are loads of Vietnamese-English dictionaries around, e.g. &lt;a href=&quot;http://vdict.com/&quot;&gt;vdict&lt;/a&gt;. If I have time I want to convert one of these &lt;a href=&quot;http://www.dict.org/&quot;&gt;dict&lt;/a&gt;-friendly ones
to the &lt;a href=&quot;http://www.apple.com/&quot;&gt;Apple&lt;/a&gt; &lt;code&gt;Dictionary.app&lt;/code&gt; format.

&lt;/p&gt;
&lt;/li&gt;

&lt;/ul&gt;

&lt;p style=&quot;clear: both;&quot;&gt;

I start work proper tomorrow, with hours 8am to 11:30am, 2pm to 5pm (I
think). The massive thunderstorm tonight will hopefully make it easy to
catch up on some sleep.

&lt;/p&gt;</description>
  </item>
  <item>
    <title>First of the big questions.</title>
    <link>http://peteg.org/blog/2007/07/15#2007-07-15-TapWater</link>
    <category>/AYAD</category>
    <description>
&lt;p&gt;

Is the tap water in &lt;a href=&quot;http://www.hochiminhcity.gov.vn/&quot;&gt;Hồ Chí Minh City&lt;/a&gt; drinkable? All the tourist sites claim it is
not, but the doctor at our training week in Canberra claimed that, with some
filtering that would not be considered paranoid in Australia, the water in
South-East Asian cities &lt;em&gt;is&lt;/em&gt; drinkable. Does anyone know?

&lt;/p&gt;
&lt;p&gt;

The most encouraging comment I can find is &lt;a
href=&quot;http://www.tripadvisor.com/ShowTopic-g293925-i8433-k1300997-Aussie_s_travelling_with_children_Saigon_part_A-Ho_Chi_Minh_City.html&quot;&gt;here&lt;/a&gt;:

&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;

&lt;a href=&quot;http://www.hochiminhcity.gov.vn/&quot;&gt;Hồ Chí Minh City&lt;/a&gt; is one of the places that you CAN drink the tap water - thanks to
the US Government, during the American War, and recent massive upgrades
using Japanese technology and plastic water mains pipes.

&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;

I'd be prepared to give it a go if I can lay my hands on an active-charcoal
filter (or better); the photo he showed of a mountain of used plastic water
bottles was pretty disheartening.

&lt;/p&gt;&lt;p&gt;

&lt;em&gt;Update:&lt;/em&gt; I spoke with Pat, another &lt;a href=&quot;http://www.ayad.com.au/&quot;&gt;AYAD&lt;/a&gt; working on urban water
quality issues somewhere around here. He claims that the tap water still
contains gastro-inducing bacteria.

&lt;/p&gt;</description>
  </item>
  <item>
    <title></title>
    <link>http://peteg.org/blog/2007/07/13#2007-07-13-DamsenPark</link>
    <category>/AYAD/Disability-Projects</category>
    <description>&lt;div class=&quot;figure&quot;&gt;
&lt;p&gt;&lt;a href=&quot;http://peteg.org//static/IMG_1897.JPG&quot;&gt;&lt;img src=&quot;http://peteg.org//static/cache/tn_IMG_1897.JPG&quot; width=&quot;93&quot; height=&quot;70&quot; class=&quot;scaled&quot; style=&quot;&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;

&lt;p&gt;

Today I got to see the &lt;a href=&quot;http://www.jica.go.jp/english/&quot;&gt;JICA&lt;/a&gt; project that aims to rehabilitate people who
have suffered some loss of brain function. They (the medical staff, mostly
physical therapists, and Loan and Bich from &lt;a href=&quot;http://drdvietnam.com/&quot;&gt;DRD&lt;/a&gt;) took a group of young
adults to &lt;a href=&quot;http://www.damsenpark.com.vn/&quot;&gt;Dầm Sen Park&lt;/a&gt;, in much the same way as I used to help Barb do
with the Up! Club. Note the mechanic doing on-the-spot repairs just off the
edge of the dodgem car arena.

&lt;/p&gt;</description>
  </item>
  </channel>
</rss>
