<?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/"
	>

<channel>
	<title>Gran &#8211; Henry Poon&#039;s Blog</title>
	<atom:link href="https://blog.henrypoon.com/blog/tag/gran/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.henrypoon.com</link>
	<description></description>
	<lastBuildDate>Tue, 04 Oct 2022 03:25:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">83044199</site>	<item>
		<title>Installing Seafile with Docker and Apache 2</title>
		<link>https://blog.henrypoon.com/blog/2019/06/12/installing-seafile-with-docker-and-apache-2/</link>
					<comments>https://blog.henrypoon.com/blog/2019/06/12/installing-seafile-with-docker-and-apache-2/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Wed, 12 Jun 2019 07:12:42 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[engineering]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[9]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache 2]]></category>
		<category><![CDATA[Apache HTTP Server]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Chan]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[cloud storage]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Dia]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[DROPBOX]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[File sharing]]></category>
		<category><![CDATA[Free software]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Gran]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Lie]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Matt]]></category>
		<category><![CDATA[Nap]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[OS-level virtualisation]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[PATH]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Run]]></category>
		<category><![CDATA[seafile]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System software]]></category>
		<category><![CDATA[Systemd]]></category>
		<category><![CDATA[Thou]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[USR]]></category>
		<category><![CDATA[ypres]]></category>
		<category><![CDATA[Z]]></category>
		<guid isPermaLink="false">https://blog.henrypoon.com/?p=3509</guid>

					<description><![CDATA[Seafile is an open source file sharing software that allows its users to setup their own cloud storage at home. Think Dropbox, but self-hosted. This post is about deploying an instance of Seafile using Docker on a non-standard port (i.e. not 80 and 443). The reason to deploy the app on a non-standard port is [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><a rel="noreferrer noopener" aria-label="Seafile (opens in a new tab)" href="https://www.seafile.com" target="_blank">Seafile</a> is an open source file sharing software that allows its users to setup their own cloud storage at home.  Think Dropbox, but self-hosted.</p>



<p class="wp-block-paragraph">This post is about deploying an instance of Seafile using Docker on a non-standard port (i.e. not 80 and 443).  The reason to deploy the app on a non-standard port is usually because there is already another webserver running on that port (in my case Apache 2).  In such scenarios, it is necessary to set up a reverse proxy so the Seafile port can be exposed by Apache on ports 80/443.  Under typical circumstances, deploying Seafile on a standard port would mean that the app would host itself without the need for Apache 2 at all.  This post also assumes Ubuntu 16.04 as the operating system, but in theory should apply to other Linux OS&#8217;s.</p>



<p class="has-text-align-left wp-block-paragraph">The process can be split into multiple parts:</p>



<ol class="wp-block-list"><li>Setup Docker</li><li>Deploy Seafile</li><li>Configure Apache 2</li><li>Setup systemd</li><li>Setup e-mail (optional)</li><li>Backing up the image</li><li>Troubleshooting</li></ol>



<h2 class="wp-block-heading">Setup Docker</h2>



<p class="wp-block-paragraph">This guide won&#8217;t go into depth on how to setup Docker, but rather the setup guide and more information about what Docker is can be found here: <a rel="noreferrer noopener" aria-label="https://docs.docker.com/get-started/ (opens in a new tab)" href="https://docs.docker.com/get-started/" target="_blank">https://docs.docker.com/get-started/</a></p>



<h2 class="wp-block-heading">Deploy Seafile</h2>



<p class="wp-block-paragraph">The key page in the Seafile documentation for deploying Seafile within Docker can be found here: <a href="https://github.com/haiwen/seafile-docker" target="_blank" rel="noreferrer noopener">https://github.com/haiwen/seafile-docker</a>.  The command I used is as follows:</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">docker run -d --name seafile \
  -e SEAFILE_SERVER_HOSTNAME=seafile.example.com \
  -e SEAFILE_ADMIN_EMAIL=me@example.com \
  -e SEAFILE_ADMIN_PASSWORD=a_very_secret_password \
  -v /opt/seafile-data:/shared \
  -p 8000:80 \
  seafileltd/seafile:latest</code></pre>



<p class="wp-block-paragraph">I recommend setting up Seafile with an actual secret password because it&#8217;s not easy to change once it&#8217;s set up.</p>



<p class="wp-block-paragraph">Note that the port argument shows 8000:80.  It means that Docker will use the host port 8000 and the container will use port 80 &#8211; meaning that using Docker will interpret requests from my host OS on port 8000 as requests on port 80 in the container.  8000 was used on my setup because port 80 was already used. </p>



<p class="wp-block-paragraph">Once the command is executed, the necessary files will be downloaded and the container will start and will be accessible on port 8000.</p>



<p class="wp-block-paragraph">There is also an option to setup Seafile with an SSL cert from <a rel="noreferrer noopener" aria-label="Let's Encrypt (opens in a new tab)" href="https://letsencrypt.org/" target="_blank">Let&#8217;s Encrypt</a>, but I didn&#8217;t do this because I already had a cert that I wanted to reuse.</p>



<p class="wp-block-paragraph">Once the server is up, navigate to <a href="#">https://seafile.example.com/sys/settings/</a> and change SERVICE_URL and FILE_SERVER_URL to match your domain name.</p>



<h2 class="wp-block-heading">Configure Apache 2</h2>



<p class="wp-block-paragraph">Adding a reverse proxy on Apache 2 will allow Apache 2 to route requests to port 8000, which will go to port 80 in the container.  The main reference for this section is this: <a href="https://manual.seafile.com/deploy/deploy_with_apache/" target="_blank" rel="noreferrer noopener">https://manual.seafile.com/deploy/deploy_with_apache/</a>.  This is done by adding a new site to Apache 2.  The following configuration assumes that a LetsEncrypt SSL certificate is used.</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">cd /etc/apache2/sites-available
sudo nano seafile.conf</code></pre>



<pre class="wp-block-code"><code lang="apacheconf" class="language-apacheconf">&lt;IfModule mod_ssl.c&gt;
&lt;VirtualHost *:443&gt;
    ServerName seafile.example.com
    ServerAdmin me@example.com

    RewriteEngine On

    # ModSecurity does not process requests.  There is a hard limit of 1 GB
    # with ModSecurity.
    SecRuleEngine Off

    # Whitelist internal IPs for mod_evasive
    DOSWhitelist 192.168.1.*

    &lt;Location /media&gt;
        Require all granted
    &lt;/Location&gt;

    # Stuff for seafile server
    ProxyPass /seafhttp http://127.0.0.1:8082
    ProxyPassReverse /seafhttp http://127.0.0.1:8082
    RewriteRule ^/seafhttp - [QSA,L]

    # Stuff for seahub
    SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
    ProxyPreserveHost On
    ProxyPass / http://127.0.0.1:8000/
    ProxyPassReverse / http://127.0.0.1:8000/

    ErrorLog ${APACHE_LOG_DIR}/seafile_error.log
    CustomLog ${APACHE_LOG_DIR}/seafile_access.log combined

    Include /etc/letsencrypt/options-ssl-apache.conf

    SSLCertificateFile /path/to/cert/file.pem
    SSLCertificateKeyFile /path/to/cert/key/file.pem
&lt;/VirtualHost&gt;
&lt;/IfModule&gt;
</code></pre>



<p class="wp-block-paragraph">I&#8217;ve added my local domain to the whitelist so that mod_evasive doesn&#8217;t think my local host is a threat.</p>



<p class="wp-block-paragraph">There are two sets of ProxyPass and ProxyPassReverse lines.  The reason for this is that Seafile is split up into Seahub and Seafile, where one uses port 8082 (by default), while the other uses 8000.  These two lines are essentially what allows Apache to read requests from port 443 and pass them on to the container.</p>



<p class="wp-block-paragraph">Once the file is saved, execute the following</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">sudo a2ensite seafile.conf
sudo service apache2 reload</code></pre>



<p class="wp-block-paragraph">Navigating to the site at the Apache 2 defined port should now load Seafile without having to go to port 8000.</p>



<h2 class="wp-block-heading">Setup systemd</h2>



<p class="wp-block-paragraph">systemd allows the Docker container to be started up on boot, and be controlled like this:</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">sudo service seafile start/stop/restart</code></pre>



<p class="wp-block-paragraph">The configuration is as follows:</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">sudo nano /etc/systemd/system/seafile.service</code></pre>



<pre class="wp-block-code"><code lang="properties" class="language-properties">[Unit]
Description=Seafile Server
After=network.target mysql.service

[Service]
Type=oneshot
ExecStart=/usr/bin/docker container start seafile
ExecStop=/usr/bin/docker container stop seafile
ExecReload=/usr/bin/docker container restart seafile
RemainAfterExit=yes
User=root
Group=root

[Install]
WantedBy=multi-user.target</code></pre>



<p class="wp-block-paragraph">Once the configuration is saved, shut off the existing running instance of Seafile and then let systemd start it up for you.</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">sudo systemctl daemon-reload
sudo service seafile start</code></pre>



<p class="wp-block-paragraph">At this point, Seafile should start automatically on boot, with Apache 2 doing a reverse proxy to the true Seafile port.</p>



<h2 class="wp-block-heading">Setup e-mail (optional)</h2>



<p class="wp-block-paragraph">Optionally, Seafile can be configured to send e-mails.  The reference is here: <a href="https://manual.seafile.com/config/sending_email/" target="_blank" rel="noreferrer noopener">https://manual.seafile.com/config/sending_email/</a>.  The config file should be under:</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">/opt/seafile-data/seafile/conf/seahub_settings.py</code></pre>



<p class="wp-block-paragraph">I happen to be using Gmail SMTP, so at the end of the file I&#8217;ve added</p>



<pre class="wp-block-code"><code lang="properties" class="language-properties">EMAIL_USE_TLS = True
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_HOST_USER = 'me@example.com'
EMAIL_HOST_PASSWORD = 'password'
EMAIL_PORT = 587
DEFAULT_FROM_EMAIL = EMAIL_HOST_USER
SERVER_EMAIL = EMAIL_HOST_USER</code></pre>



<h2 class="wp-block-heading">Backing up the image</h2>



<p class="wp-block-paragraph">After setting everything up, you&#8217;ll probably want to backup the Docker image.  First, print out the list of running containers</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">sudo docker ps</code></pre>



<p class="wp-block-paragraph">Then take a snapshot of the current running state:</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">docker commit -p &lt;container ID&gt; &lt;whatever you want to call this snapshot&gt;</code></pre>



<p class="wp-block-paragraph">Running this command lists all the images and should show this newly saved image:</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">sudo docker images</code></pre>



<p class="wp-block-paragraph">I don&#8217;t have a private docker repository, so I saved the image to the disk and backed up the file by doing the below.  Just make sure to actually move the image to an actual backup location.</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">sudo docker save -o &lt;whatever path you want&gt;/&lt;filename&gt;.tar &lt;the name used earlier&gt;</code></pre>



<p class="wp-block-paragraph">The image should be backed up now.  To restore the image, it&#8217;s a matter of running this:</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">sudo docker load -i &lt;path to the backup file&gt;</code></pre>



<p class="wp-block-paragraph">Listing the images as above should show that the image was successfully loaded.  Running this starts it back up again.</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">sudo docker run &lt;container name&gt;</code></pre>



<h2 class="wp-block-heading">Troubleshooting</h2>



<p class="wp-block-paragraph">Seafile logs can be helpful if it doesn&#8217;t start up correctly.  These can be found at:</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">/opt/seafile-data/logs/seafile</code></pre>



<p class="wp-block-paragraph">There may be a need to ssh into the Docker container.  The command for that is:</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">sudo docker exec -it seafile /bin/bash</code></pre>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2019/06/12/installing-seafile-with-docker-and-apache-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3509</post-id>	</item>
		<item>
		<title>Tallinn &#8211; tour of the old town</title>
		<link>https://blog.henrypoon.com/blog/2019/01/19/tallinn-tour-of-the-old-town/</link>
					<comments>https://blog.henrypoon.com/blog/2019/01/19/tallinn-tour-of-the-old-town/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Sat, 19 Jan 2019 09:24:44 +0000</pubDate>
				<category><![CDATA[europe]]></category>
		<category><![CDATA[Alley]]></category>
		<category><![CDATA[Capitals in Europe]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[Cities in Europe]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Countries]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[estonia]]></category>
		<category><![CDATA[Euro]]></category>
		<category><![CDATA[Europe]]></category>
		<category><![CDATA[Geography of Europe]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Gran]]></category>
		<category><![CDATA[helsinki]]></category>
		<category><![CDATA[Hole]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[ise]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Kreis Harrien]]></category>
		<category><![CDATA[Linnahall]]></category>
		<category><![CDATA[Mind]]></category>
		<category><![CDATA[Museum]]></category>
		<category><![CDATA[old town]]></category>
		<category><![CDATA[Over]]></category>
		<category><![CDATA[Parliament]]></category>
		<category><![CDATA[Pho]]></category>
		<category><![CDATA[Plan]]></category>
		<category><![CDATA[Run]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[tallinn]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[United States]]></category>
		<category><![CDATA[Z]]></category>
		<guid isPermaLink="false">https://blog.henrypoon.com/?p=3327</guid>

					<description><![CDATA[My next stop in my vacation was Tallinn in Estonia. I first flew from Reykjavik To Helsinki and from there I took the ferry. The ferry ride was only two hours, but the ferry was loaded. It had multiple bars, cafeterias, lounges for first class passengers and even a casino and a duty free store. [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">My next stop in my vacation was Tallinn in Estonia.  I first flew from Reykjavik To Helsinki and from there I took the ferry.  The ferry ride was only two hours, but the ferry was loaded.  It had multiple bars, cafeterias, lounges for first class passengers and even a casino and a duty free store.  A ton of people went for the cafeteria as soon as they boarded the ship &#8211; it clearly wasn&#8217;t their first time.  Planning this part of the trip was kind of spontaneous.  Initially I planned on being in Helsinki for a couple of days until I realized how easy it was to make a trip to Estonia by ferry.  The main touristy area is the old town.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipM2wXxqH3tAA0SbSTGd5a6_pxktDx7q5GqHBqiy02KcXQrbNdiFUmh18oQfSRbrRg/photo/AF1QipOE53DnF5iXkYKfv7qEYhoQLvbUoWFHECis2ANa?key=Vm9QRW5PWF96bGZHNmoxdXNYWkpHaVRPYlB3ZVlR" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXik3He3Cd19I8xeunW3TUzGhlLUWvag_Qqyf_bnsNcEnS_O5i80aCa1WWIRrMg_UZIV6MBrrLEI_ItOps1unsekSMa0r5Zak6EgFxpp-IbzeIlozxKrNp66B9siQljKkKDvZQTC1Bor4iwzp6wzZFo2Q=w1636-h920-no?authuser=0" alt=""/></a></figure>



<p class="wp-block-paragraph">The Christmas market going on at the time sold a lot of knick knacks aimed at tourists.</p>



<figure class="wp-block-image"><a href="https://photos.google.com/share/AF1QipM2wXxqH3tAA0SbSTGd5a6_pxktDx7q5GqHBqiy02KcXQrbNdiFUmh18oQfSRbrRg/photo/AF1QipO_-C1lR4jrhpsnfoj9hgSouk79MwsF4kSZP_Hz?key=Vm9QRW5PWF96bGZHNmoxdXNYWkpHaVRPYlB3ZVlR" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/6xHR12TBflLi6Ji5yJNtjzJ10Z3ys7hDnpJBJA5vwfREAkSNetW-cBLM40h_u_AG72dIUamD-tmhefab01VqaNT-rlfIykTCrtRhPrHR0M0Ah6mc1PTh2iEKK1U-28up0k9XSXHkpZts7ujqY1XT0tuxY9A8mnGyWMWamK-5EJd-4HL-9x1VJg4_cUUbrNnJE5AZAzJiK8YwUPEXeW-oYbKIVwWOFxjszqpBz-9R2TAgGpM6yYkjua0EvX4MnGZyu6BrkzbSQOOyDd-ZL6PDO-gSvdDQgROmIU3UDszhwKofIJV0LUVhny--vxhYLREDzbCb8ciL0k-7sh0-_cGHrKJ_V11Jncgs6IQZ77nuMdPGtUIuSCWCeiw0pCSTE6DcEKy16nUD14zrJUQ1T0zhabCVEcUK9zdJUs6N0qY9WrUSmovVZI_JGy8MlWM9AXTzDE9q-bD3L0yR2-oHqWcp6g7oUnvk4TKQ5LToOQbGqdeyZCQetmONaMcGi29uShxBB81PUlaZ_TaVUwx6i11TXGFpjVUfLn4BsEL657BP4C1aZICaON4UU4I8_NY880QoZCEyvY8dWOqpuOQkt8j_OcxqpPxy4eVhleLLKARESgr-RIaka_uBep3ZwZNuo2XLT0Kr05iJD6t6_MpoPr1W58OMIakEe5zCzrDQwk3Li4zNxKCCkq-pCSkgJviNKQfRERtQk6_MluqxKHTZ6E4=w2340-h1316-no" alt=""/></a></figure>



<p class="wp-block-paragraph">This old town reminded me a lot of the old towns in other cities in Europe.  It&#8217;s one of the things that a lot of European cities have in common.</p>



<figure class="wp-block-image"><a href="https://photos.google.com/share/AF1QipM2wXxqH3tAA0SbSTGd5a6_pxktDx7q5GqHBqiy02KcXQrbNdiFUmh18oQfSRbrRg/photo/AF1QipOnOxKAusxlP0Gq5sA1d5xCMHWU9OtKLt3y0Vyh?key=Vm9QRW5PWF96bGZHNmoxdXNYWkpHaVRPYlB3ZVlR" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/Z3hYqlvhtauJORsmaglf9D6K9OKuZqKelEWtOX5cftGrV4NdaJ6XxJlcmbCQuLSGMTNtZogy_flzTOBhRJtAaXcug86ucRYXshF9i9zu_HreaZV1EkNin_w7D3QiR_3yW1ucwoketBIbwjfdHXv098Drznk37UcdJ03P-FX9PJ058wykTMKjbCXUjBVqbxCwuMJaGSjSHI7uF-PWhdqXDnAOrejvdYR-ncdcb4005Ywh2uYRhvpgvideez95-GBnkQpyDzJX7xvanryCdYYg1k-xVLY--LFhf0MuGJJ4Ga5uwqS6h3DevcK5L_llBmO68j4PG8zdWEGt5II1mr6siBU7vkeYrIC-II5yCPqxLrtoftFT3q_L-TGET7DG3S0hejPQZAG2mmFEVyqfOZ93PZQKuVq5blnXipLI0wWV8ydLZFwKzY5z0LU5M30AJvTh6qvPvlSqUC7mh0ly0rG9jGoP0Wy7_wcf40xy9vVOgmQu-6fNi5J_EjpU0c1WSipWtk2W-e11Q96YhkXJth5TOapGigdDBu2xgoBFMJzEydnOekT4gvbOQV7KmOh6SPc0dD1pP7hzGc-_Icoi4kruUmR2dojhThqj7cWCx2PYM7h99fgb1wCj76sVQYDmUdK_Od7MYDDe4OXsmHUc0nHdY_W1AG0OY7zELHAs5l9XayX2HB-9CnfqLpRCBAq40fyIgfqG5ZbO9UrDT9ioiSo=w2340-h1316-no" alt=""/></a></figure>



<p class="wp-block-paragraph">Nearby the town square, was a picturesque alley known as St. Catherine&#8217;s Passage.  It looks like it come straight out of a movie.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipM2wXxqH3tAA0SbSTGd5a6_pxktDx7q5GqHBqiy02KcXQrbNdiFUmh18oQfSRbrRg/photo/AF1QipM5l3AFudjRIQvAuYVfLFx52AtRwsv71GkYHkOk?key=Vm9QRW5PWF96bGZHNmoxdXNYWkpHaVRPYlB3ZVlR" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUGt223zSWitnINO4DyjijwrQICp5-d0A2tvibsGJPOj-eIjBDQomn1RXWRVz_QT9dzE3_uOBmHh1s-8Tu3AObcNN5YdWGI4jUayOaZ4WksOCsRh5jKw0MeTiQEj7mcj8KDBso_KqKje8sIvhqVFVmSNw=w1636-h920-no?authuser=0" alt=""/></a></figure>



<p class="wp-block-paragraph">The whole town is quite picturesque.</p>



<figure class="wp-block-image"><a href="https://photos.google.com/share/AF1QipM2wXxqH3tAA0SbSTGd5a6_pxktDx7q5GqHBqiy02KcXQrbNdiFUmh18oQfSRbrRg/photo/AF1QipMxezQszKiiHaDMDEK-0HtmlJwHJWjce26rAozN?key=Vm9QRW5PWF96bGZHNmoxdXNYWkpHaVRPYlB3ZVlR" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/Cul7eW-nGckc5sfiSstzrvwJwD1O0izP5RqUh4V_-1i2-UR0tLed6Od6VYousmRy-FzQ428WVlFv2tLoL-tZ5A5wA_uY8-eAuqAeTTwC92at-nlLIyOU2mKvwZqCMpQL5I3klIF5y0C1nhu6vG5yUCgW_Jp8EqpzkPZzSJB493txTy-sXjRjbInAa9e-6uGQ7LjV1Z5o2dtIFPdkhAqkubZIpjo_CDA1Z8BA7DnUbPh43EFzLsB_Kmy68EQRA44fJNi-_Jx7I3SX4eBiFrXdmIdcXpwOl4VF-Ha8CDzHyho2-8v_Uj6f0zq5fDcCS3gCdr5tn1Vjm_qqCovpevYUVJijL6_Xe8gsVjSAV0XG2gSv480Fj-TeXKbPJneyRh5WnJZAiRHrjx_mzV3U6kDMmq4ndlwlFFY3GhQYueZJqNyR64Q0HiKJQeQO21EJtLKk2vK4f0H5Zjl1_wEH05w0la1wnBPReJ6K-qCr7f4V_kxUnp8dRxiHly8WmD1xq0oqzxis-EJ9hhH9zxEACors8HRLG6e9E-8x5qV7OkACwAQUO_y7rFOkOtOqRzzNRkJNHsD02AODz3tTeDWzZOcPpIuYQItCmDwfI_TBMOTsvlg1Urz7BxSPu7yFFdKt0iEhXXaGEdFI62Xcp0bqqq6CbcNyJLrdCSYnADvCXCp6EZDi8L1ngoucfVkDfLNKUm2yb_gP1TH6EHOXW4Vt5_k=w2340-h1316-no" alt=""/></a></figure>



<p class="wp-block-paragraph">Following the stereotypes of a typical European old town, there&#8217;s also a grand cathedral, but since this is eastern Europe, this cathedral belongs to the Orthodox church.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipM2wXxqH3tAA0SbSTGd5a6_pxktDx7q5GqHBqiy02KcXQrbNdiFUmh18oQfSRbrRg/photo/AF1QipODrFIo6uXmgHRpn-1mCxY1uL9jkuI9hr_GhoC4?key=Vm9QRW5PWF96bGZHNmoxdXNYWkpHaVRPYlB3ZVlR" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/U2-lkLYAUg0IP69oB_ZFKPSYkY6issRWU-ffu1Lzv_IoUlqFv9FBvQNn63f0RCKaxROVwi5MrnfcPZI4dJtWnBqdPr30rWvhs4zdrSREDgMGYQok7BXW4SiRZJdqxjzIzWrT_F0WwsewZitsS-_pdjLYaeEi4AcLrP8u5V1ANNnRT1bwTyylflRtQWhGx4OK55kHkTGB70syF99wkW3IcFXNiymSR-2rqx7hVTAaf7xIF7NPKYyuq83KYWAtKXQSAbfc-OwIZuVlmUXUmWliTPWPeJtUmI3RpzihHX50rn7cdeDOy9fIJL3ZhZM0Yj6SN5UPp5ws509U2yamWJp_Hip2MC8ez-BopFseHZ-lf-NNX4BzoAlyl5D7nEAiD15L6q7DerOer0f4aN_gq_KXHiHEhf3lgLkZpwJJDtV1XUvHWa9gfemU1tOFnEz4plCveXXhZjcWwlKCp5rQHwb1O3BwZFtaZQ8TgngL0Yr9iwPxGZIJdncQxofYmR0zmXiPTx9TJ8gUnNQeLBNzJXVG4hMrKUJU7sYBA5TIfUpWsZ4bcYj0hcpqeiEP-VkUy1cGiKFELrJhAX9oVgALH246NEvtTQqcnmJyck9RXowM-xaDvNDZVErlqXhO9Bx29PJOjIRHZytW5_TWAcuh_yk6hvH3W06ZyBTh0Ey2KUR6AGH-cSdLwJKmWokRgDZP8I3zYYso_BySGtxjk9HjiVo=w742-h1316-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">Across from it is the parliament of Estonia.  It almost looks like something from a Wes Anderson movie.</p>



<figure class="wp-block-image"><a href="https://photos.google.com/share/AF1QipM2wXxqH3tAA0SbSTGd5a6_pxktDx7q5GqHBqiy02KcXQrbNdiFUmh18oQfSRbrRg/photo/AF1QipMCAkBPKiyfxRVl8kdhRerzAFgcZVwzNjNo5uYT?key=Vm9QRW5PWF96bGZHNmoxdXNYWkpHaVRPYlB3ZVlR" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/Lr-GjBL-30N3Vjaab-EKMksIilXR_CXflKd5YloGOw27lKEexfW3unNNOzFMR1kcor9t0BgMelwM5xsdJY_Vf1918CItHOLxzOC_jXq8eQRmR7nIiYE7Mr0iJIwKyGaUX9kCyg5RIM3kUNIrwHAmSiW7CxkSUjINvc1JybX2Kb-ReeVqdNMqmvX1f1Se23_hGwUmA2_ahY2WbG-vTHXSmOJD5od_XBkfSMEH-z3RT3Aaf7_rFMhexNPn_mA1Uw6J0Gj1yL8unj9bzcsle8Y1pqIIccERZZGBIWXV1wc8U2D6IkMu3FRFNBYQUYF5q_b0sTYmfEBTFbxNvlA8LAM5ZMBWw7QlwV_NklTuJdXd8gD457r8G8KpbogM_5d6l-v0LsJ_f-yEUxkQOCOpj4v3z1OapzB-ZWKpCtH33bE_mB0yfsR1aIkBXXd5Z6B_ALJSYTdfHWqrlAs0qOMRBdahwCrdF4np4on2WrAmcB4Z3Qp6MV0dDvaRfBavFwdy3zL0xkxSgjP9GS32ZKNTUu-eYFdxNMPoWZr0El0S7xtuAOUWSZ6Wbujj6n-kjhGoLRkOc6-cCgvdxIFvWuNk-ZLACzB_DOC9OLW1PQgDfL8ssx9JJIMvZeK36QL0IfZhSjJfOeha2gf1pUM6KxgHRRsWPqPr1sKIHcAHDwIJy126qkww9c2PNBYwzFwItQSCQQeafVET_V3R1ttpgrhNmp4=w2340-h1316-no" alt=""/></a></figure>



<p class="wp-block-paragraph">There are some nice lookout points too.</p>



<figure class="wp-block-image"><a href="https://photos.google.com/share/AF1QipM2wXxqH3tAA0SbSTGd5a6_pxktDx7q5GqHBqiy02KcXQrbNdiFUmh18oQfSRbrRg/photo/AF1QipOTJboXjdWjkzh39_P2h8bd_zwvW-XctnODEGSr?key=Vm9QRW5PWF96bGZHNmoxdXNYWkpHaVRPYlB3ZVlR" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/_3IaSD33SHgTB5LOk7fKPdzM5yr_K2jKAFDX0110WmAGqSXiclbE1CSUCNbRlTWDqdgO_GitkUUqhz82-oDL4eWJK9NQnth1aIlEJNQYuJO27MxedhF8o1Q87U9QAkex2PgywJrxHaeIlJJBSN3Qs4pHKTS6cXbdD2E4r4ambp3_XYO7e1gaqShX60V8JQLI4SCnn2pHjaMHYbhuyVDJFsk_Yh2-QQwmOjrOXM2GhQARiBTssWdmJkRZoAXK8S7GH7KnzlE_0uA-oAxa-zEqiN2XdNAe3VkbGcsOYbMBxrKi0TxzjptgYV4TQDvSESoUk_OGNW-vXald3GGYitFmaj5CfCD-gw4cBR2ocrOwL11PfWrfWTcBBTzg5DZ4HvomuJJiJJUQsl985LJ24rPHRQweRb48H2RXPdyFTLGx3RCVLMWwJBfnPO8WQ3g0iI3IVQduWod2cGMUj-RX5TLtuN7v2bnhEJFdAW8_HWc0ZOU1DNfILGUIY_Wvdj3Zj6B07XazE7Vt22fD8Pexl1yA1cuE1u0quy06s-Fvc4bo48myvlAh1bnkMQFv1kz7U_6RIwiRMZCD8z7_fDAsYkHcCihFIJ9nlH3udu7AtMcGWPh2emdM4-LlLxUuvEqiH-pLRigHOb-vbne_BLbnYjQypWh2quSvo2opcVLpc03VfIn6P9HXy9JQZx7eSBMAu7xkIO-7LDMCNy-4VL2oRCw=w2340-h1316-no" alt=""/></a></figure>



<p class="wp-block-paragraph">Aside from the old town historical sites, Estonia has also had to deal with its Soviet past.  Tallinn, at least, decided to remove the old Soviet monuments, but understood their historical significance.  So they put some of these statues in a sort of statue graveyard.  Perhaps the United States can adopt this strategy as a compromise in their debate on whether or not to remove the old Confederate statues.  A big difference is that it seems Estonia seems quite unified in their rejection of the Soviet ideology.  They even have a museum about their occupation by the Soviet Union.</p>



<figure class="wp-block-image"><a href="https://photos.google.com/share/AF1QipM2wXxqH3tAA0SbSTGd5a6_pxktDx7q5GqHBqiy02KcXQrbNdiFUmh18oQfSRbrRg/photo/AF1QipO3CKOusgGxfPfkRV5tWPpMqmutxFXXy_58EADR?key=Vm9QRW5PWF96bGZHNmoxdXNYWkpHaVRPYlB3ZVlR" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/oqoCp5SpgaBVhX0MwZVtvvd8PJNeI3pqmwBaxRoiL3kKZtRUdrz02-jES-LN7Til5ObYTIoE9CVYWcVtV_X3FnHy_RxSNu2Qkjv3tHZsRrRt6PtBfPrsj7Aixa4Ljsj6klJnTNjg8PskX6EkUDTrFK1K2F3HJIsTOLUVNR_fLcBd0qb44LzJNau4rFhDNDe8P5EBQQ39UnGUwvlZECswetgg_KMoD_OJjRHHF9TJTlfXfeO7cqCBPmtSojHa2s-_LHP9rQ42laDU1f79B7cNpfG4uo603mi7wKiWRJIdcAcS0XakyPDdMXR0slNlaJQzMzWqYGXPdEA-z5k_YIay9akEPRHGCNnIrDkr3vb56G2xOSBuhWx526yYkzoqoo4fd7qyGaXRe5TWxaTuiprIyYw2J9YMDKDF_-8TTtlnuK4Ki-dQOFRtRgGf2DswTGKj1bgHFQPRyEM1WGgfz4vb__xY2xOgotwY78z1h1rN_STW6RKw2G1feJGzG-uQM2bCk9Sjy4qKJzUsoyDhiP5andWAjh31BXzqTRV8HlAt6agJdlw4E5VgTE6qgSBy9tRautyk-ytsE2wiF5n0lL4wsDXHU3iILo4tnguyQ2QRNKBgerL7SrNYz8_wgfEHohvkYQxqcNrUJTRDo4tKb5pvLwstuA6keqMR0eiDyAp1TGkabIrPLKSWrchZvxRqGQTo_lBB38XDkH4DPkJdq0Q=w2340-h1316-no" alt=""/></a></figure>



<p class="wp-block-paragraph">Tallinn also has some hipster areas too.  They&#8217;ve sprung up all over the place!  It&#8217;s not *all* historical sites.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipM2wXxqH3tAA0SbSTGd5a6_pxktDx7q5GqHBqiy02KcXQrbNdiFUmh18oQfSRbrRg/photo/AF1QipOwZwrK_h2uQcwsJWmLkZX6MU6ebCYMytHIu_-e?key=Vm9QRW5PWF96bGZHNmoxdXNYWkpHaVRPYlB3ZVlR" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUewRue8HN_SJCqzprdeIapzyT4G78E7gvpsVJRw5gp58dsMcovzmbweokmQxrwM_U2EI-Z-SoPtaWFKblFnwBYbDTjbDKQejTBsHPWY4wpEkxH-s7JrgKYMu0wK7Tk6Dp267pUlJujO7AquNiDg3V7eA=w1636-h920-no?authuser=0" alt=""/></a></figure>



<p class="wp-block-paragraph">Photos <a href="https://photos.app.goo.gl/QNMgUS3TzibFa8vW6" target="_blank" rel="noreferrer noopener" aria-label="here (opens in a new tab)">here</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2019/01/19/tallinn-tour-of-the-old-town/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3327</post-id>	</item>
		<item>
		<title>Toronto</title>
		<link>https://blog.henrypoon.com/blog/2019/01/12/toronto-2/</link>
					<comments>https://blog.henrypoon.com/blog/2019/01/12/toronto-2/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Sun, 13 Jan 2019 01:17:22 +0000</pubDate>
				<category><![CDATA[north america]]></category>
		<category><![CDATA[Albums]]></category>
		<category><![CDATA[Animals]]></category>
		<category><![CDATA[Aquarium]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[Beef]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[British Museum]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[Canada]]></category>
		<category><![CDATA[Canadian Forces]]></category>
		<category><![CDATA[casa loma]]></category>
		<category><![CDATA[Castle]]></category>
		<category><![CDATA[CN Tower]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Creative works]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Dia]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Euro]]></category>
		<category><![CDATA[Europe]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[Films]]></category>
		<category><![CDATA[Find]]></category>
		<category><![CDATA[fish]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[Force]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Gran]]></category>
		<category><![CDATA[half house]]></category>
		<category><![CDATA[Human]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[ise]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[la palette]]></category>
		<category><![CDATA[Light]]></category>
		<category><![CDATA[Meat]]></category>
		<category><![CDATA[Museum]]></category>
		<category><![CDATA[Museums]]></category>
		<category><![CDATA[Niagara Falls]]></category>
		<category><![CDATA[Ontario]]></category>
		<category><![CDATA[Ostreida]]></category>
		<category><![CDATA[Over]]></category>
		<category><![CDATA[Oyster]]></category>
		<category><![CDATA[Oysters]]></category>
		<category><![CDATA[Pho]]></category>
		<category><![CDATA[rain]]></category>
		<category><![CDATA[RAR]]></category>
		<category><![CDATA[royal ontario museum]]></category>
		<category><![CDATA[sea urchin]]></category>
		<category><![CDATA[seafood]]></category>
		<category><![CDATA[Seattle]]></category>
		<category><![CDATA[shark]]></category>
		<category><![CDATA[Sharks]]></category>
		<category><![CDATA[Skull]]></category>
		<category><![CDATA[skullstore oddity shop]]></category>
		<category><![CDATA[Smoked food]]></category>
		<category><![CDATA[Steak]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[Tank]]></category>
		<category><![CDATA[Team]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[Toronto]]></category>
		<category><![CDATA[Trac]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Vancouver]]></category>
		<category><![CDATA[WINE]]></category>
		<category><![CDATA[Z]]></category>
		<category><![CDATA[Zoo]]></category>
		<guid isPermaLink="false">https://blog.henrypoon.com/?p=3289</guid>

					<description><![CDATA[For the next leg of my trip, I went to Toronto to visit some friends and some extended family. The first time I went to Toronto, I was only a small child, and when I went back in 2012, I didn&#8217;t get to do much as I was only there for a day or two. [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">For the next leg of my trip, I went to Toronto to visit some friends and some extended family.  The first time I went to Toronto, I was only a small child, and when I went <a rel="noreferrer noopener" aria-label="back in 2012 (opens in a new tab)" href="https://blog.henrypoon.com/blog/2012/08/15/toronto/" target="_blank">back in 2012</a>, I didn&#8217;t get to do much as I was only there for a day or two.  This time, I got to do a bit more exploring.  Here are some of the highlights from my trip to Toronto.</p>



<p class="wp-block-paragraph">Before my trip, I had no clue what there was to see in Toronto except the CN Tower, and Niagara Falls, which I had already been to. Luckily, this <a rel="noreferrer noopener" aria-label="reddit post (opens in a new tab)" href="https://www.reddit.com/r/toronto/wiki/index" target="_blank">reddit post</a> helped me find few places less traveled.</p>



<h2 class="wp-block-heading">Royal Ontario Museum</h2>



<p class="wp-block-paragraph">It&#8217;s a museum that displays different elements of world culture, art, and natural history.  Think British Museum, but much much smaller.  One thing the ROM has that a lot of museums don&#8217;t are dinosaur fossils!  There other exhibits showing world history and culture as well.</p>



<figure class="wp-block-image"><a href="https://photos.google.com/share/AF1QipO2uNmXAEAj655z1qJv-hRy-p89WzzVtWjARFPLmiwJoA0RKthqf4ONk6fwHnbp8A/photo/AF1QipPefKWzpyDsjPqTs5qqH2edoNLUPAccpjYO-Poj?key=b3hhNXhqUnpBWVdOU3hEcU5URlFlMTIzUTFpVjdB" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/djYRS_pwwWWy9nt5_3A9kQgxIMOBPN0Gw0P-cNdypd-SfVD5XGeYO_x08dapqdxbSA-AVYRQ4485WQVtZp6UM6F0U4sT79QZsXOo8Y1GHzGscKADiP2jZazYxeO0a-TU8KqI-TuC86YKtLvtL2ZQdxqtPs4VzSAiAwi5E6guOnNMjis9j_mpA0J8I376N3ClYPWcG4wexstjPMhCENMwWW5YW4bwdgMMGVUODVKAeq0B3Xw1dNdNlL3Pf4t30QfO_tyQxPRoixsyUjnEuDnzpGY8ENm3Fpm9OQgiPdxUaaiBJyp2q6_RRQP0UYxGz4NrPEny9zmNxqMpQ6NMnczmGK6OP5QBodmbK3YYgyzXNDdmrW3_9phqenZlnS7Cl_NTSmclviL6hq5Cwjm28kODfRsYZilydymGG5MHYk70ch1mXv8SbmamivyOshSDISTAfjItuhPUWaXXWyfFt21E1hywxCekKjFRb11H0ZSJp7T4GyGGDqw9upfPTn0GBtLJ8zr9-CoqYG1RwDNrGfUnN5oNlvBa_kh8fL7x00xtETZYGwbXEOZLa8d-3SF8Zep9BlAtjA6c3C5NSxzknxTqCqDJylCWtuBsDAAyWbqZt7blztKs1rz9uIk6Fn3ABM24lVWyuQjPbQeX50YoP-Hg_df4MC9s8_ZCm9fIFMqL9I9wdkekF50MYDZkGUJGO9ldPYRrhCIVguKXjI-C0PU=w1680-h945-no" alt=""/></a></figure>



<h2 class="wp-block-heading">Thomas Fisher Rare Book Library</h2>



<p class="wp-block-paragraph">Located on the University of Toronto campus, this library is Canada&#8217;s largest repository of publicly accessible rare books and manuscripts in Canada.  Among its collection is a copy of Isaac Newton&#8217;s Principia from 1687.</p>



<figure class="wp-block-image"><a href="https://photos.google.com/share/AF1QipMpO8Jw2Jcoc-BDnrX6sKUcV5048viudndi9qy957UN45s_cjLr4NeEkkZxfoQJnQ/photo/AF1QipPzR4EiloTJA6DhzFZxoETe3PwoK0wwMz_sYdhy?key=ck80dmtDam03SWdBN3ExS1B4VHNLRnhMcXlFUlZR" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/GSEEowEAjdIdcIpFBdwuJdQeOCHMLBDkY-z-QcgtlU5Iq-l-Y9I3bss7J-y6oPz5aLEKCKJ3uEWE94vIQ3sQ6tXiKiGjT1dw740oHCDds-759lwphWD00mW_gZg7wQyFsvrzepJ25wvOBe9Yb7GpqNgUWbXzxZLbHDLRS7wxE1KjMJpQDRmBT_ndYjXfhGOp3wDHoFd6Po5r6OrzmE3y3FbPPz2ACdebzx8WHT_gx9NwG2gmyArP3x5Zvcbftn94XjFhtD1l-e-QEzF7lYbvO5LKlw_3Tpd3-IcaS7gOTrY7c_c6T6XOwAL-hj0f3eH4emF1tAdnTwmuneiFJVrnzOGJe4yi7ClM7UdpzWna81e1P-PyFciPUKpRqUTKkjSJtnqnwFgKqjwM0dUGK5_MJeJibxhlNakRhyK7gVOvF15t8LjCF1nNwOfayILZ8FcqliQXMjjQ66f0xooq-AJ0DSdKRolp2mbdgA99szbwfCoKkfp5o5M1JNF3L6y4eCAJ23_jdEYFvX9Ip70t4m1QykYcMfIpzkHS-Ix5OyMMs9mQOqRtDZSDnrFJ-9xeywNeVDQ0ZOEyzzafeKMAob7s5_3ylCY8b_stMYmFW4Ui4aOEFI2VwNGrForV4ANg8BR2VffRhvxiHpHYHVADalwgRMBUnjVuUfi0FNNpBevq4fLofEDtkY1OPzJhF9abB5qBMr5OSCq7fZtJyW_ii3E=w1680-h945-no" alt=""/></a></figure>



<h2 class="wp-block-heading">Ripley&#8217;s Aquarium of Canada</h2>



<p class="wp-block-paragraph">This aquarium is exactly what you&#8217;d expect.  Lots of different kinds of exotic sealife, sharks, manta rays, etc.  The main exhibit is a giant water tank that contains these animals, and a giant conveyor belt takes guests all around.  It&#8217;s a pretty good aquarium for those who are into that kind of thing</p>



<figure class="wp-block-image"><a href="https://photos.google.com/share/AF1QipNpf85XHRUwJPaVk3Dmpk4M7YDRjzXqVK_fCJFX1UoeDC-B1gspYHwFlKkxCQ9KgQ/photo/AF1QipN2wHvVPkop5M-CtpegHBIVESoxclUS33hpTZnr?key=S0JUVWxjN01KbXVjODY1ako2OU9QLVJEbDJnSGpn" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/qCT_XmjCERON6NPrsuR_NhlRtc9ZzQZroi2eJtQO6fbJsH-lQVglA4xikdDiNLg45TvTS88k-QjtR3HLvEoqi5ydy4OJITpRliOsZrEjuNuDH0liFq8oCYY4V3Vv_yaPcDsGLaQtkFGRZUIsdEOKcCzGDI_QnsZp6Or_a8_xe_Qsz7WFxie3LZETTMKKF3Ea0LIQ4GNGwq8DcrZQOh3knmJm6i7zytqVVP7yRDtrELZTvU6b6equuuK1vRrxeh_2NYvfRUqbuUtv0o_X-dAjUHrg1if8-iNt4oOn8jWoC3o2mjaLusSoqGEIFqpq02Brd5Mn8-862A2ytSpX-ZB-WR6kCj2Re4PVQ_4ZleCGlwlVUEmBx7aRRKqKeXijvytKKdkBcMmU6FEv8YfBmZq5G8lt06qe7BxtaeFnfaMjppRvs-crwbIUJlZxXD6orgwI20UnvDlKimLsnitC7lRySZtoP3d__cCF3-wAgqad2kR27Z_3Y0gWzKwakBm5_wtq03vxmX18_YnfhshvqUCy_TxUb3tQCa5yXpsTBUAfly3MdxiVRHLq4-8bKivWzWcihc5kXOANUJvDjM3DPs3sSpZjoB3QvtL2L2YhV2YzwdABotDJgZwveTnVCfhhyXjtqMxBE0kixqToq5n-w-aHUduih7LhgiCzD6bp-IYj6-s7-HJvimWcd9rfXPXYnMp3u8gQX3WRsY8R_FOhqi8=w1680-h945-no" alt=""/></a></figure>



<figure class="wp-block-image"><a href="https://photos.google.com/share/AF1QipNpf85XHRUwJPaVk3Dmpk4M7YDRjzXqVK_fCJFX1UoeDC-B1gspYHwFlKkxCQ9KgQ/photo/AF1QipNz-hKA9jkiPlJytcsP41U4h66KE-OXoTyIUHol?key=S0JUVWxjN01KbXVjODY1ako2OU9QLVJEbDJnSGpn" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/gz-a92YWCXp3pjEahjI0NXlf0W949Hfqup5xc7XGMd2WOQxbzfujnQj3ikhwRwRH_JecfgnlewGEcAzjb9tNVixNGlroJ72wD6Yr1zsspl8KoHQ4jTjj6Nz0QUtU09SGmUhhjxEVFsFTg1Q1d1Cfv9bUeDMIuDW-_6Sbrjrsy_YRVzIfgLDTWzZK5mcrG-ox_j1feIf4ET6Qme0h-igzlt0gbO9DRx21Iw1IFVSM2Hza1vNzqFEdi__OeTIUAuGO47HkwoLHGKTmyfVlnF1UbTsNHARLPP4Ant2UtwYfeCwQnHichE67zRL-AXfZMRCeSdZm-0TmkPPVLg3OGXu7TLaVgbWH2qVjlaIkl2qW1IZpyKGDL8tY8xxcmDpJwYZX-nWEGywwYhG8Wk1B391XfuhIJBcGlVaQCXgreQ8mzckezYR-kw1eKgK84bzhVLIkmhmm-5zpDMc_8rle9qYievCUBIwJTXdyQaokiWYhuSNlCz6rW8v5qrOO4h-6xLPxK6yFvGzfF1YlkX2NE8SJF8wsRuSNlWCaP3XDFZWMMY63r_RA_BrZUEylnHxFNamCY6MeXP0wTkHJfFyBZFFwTDQriHmKsPcJPwvPmBRQWr9TiZBQFVDN0Bg2DAHmnJEi0c-gdlOnAB4Oyy80yMNJXH6P7RsWOgynPhAwAms6itzlEqKHGi2tPK3e7YT1PQXuG6AQLq3_FbFxx342R6U=w1680-h945-no" alt=""/></a></figure>



<h2 class="wp-block-heading">Casa Loma</h2>



<p class="wp-block-paragraph">This is one of the few &#8220;château&#8221;s in Canada.  It was the largest private residence ever built in Canada and was the former residence of Sir Henry Pellatt, a former Major-General in the Canadian Forces.  Now it has turned into a tourist attraction.  The museum shows off similar things to what one would expect at a European castle: cool architecture, fancy decorations in just about every room, paintings and other art, antiques, and a garden.</p>



<figure class="wp-block-image"><a href="https://photos.google.com/share/AF1QipMyZGH7wRa55aGjkgkxjASpbpmo9l50Nf28ErslMgtDVLCBwPd6hxW42ZUk4fGElg/photo/AF1QipOezlvBxPgnCmSQ77b8qBWVWm3sDGPrj-_X9jC4?key=eWljVHNJQktwZXVWYlB6bWhVbFNrQjdUd1FITTJB" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/0bD6bRAKNtaj_HqHD73qCSs9Loy0ejCrjKieejkdaYHd_bqmVaRdFWWrJXMJx7uQAVemy76CxWn4MusF5jFHXD28YIU3Y2BH_3tU0l0lIOfRQ75s1qJ9NZgBK0b8qu1sM8kQDDF-56FruH-_YNruBQAsGmBOQp7Vdo1-21DTKJu-tETAV4Jdb6HUzKKzr2uhuR0Ib9hWKSyoenUPP9TwDNn7QbjSbJfsqh4ymcx1Vw_L1UdhWFYJsl98UfCbLdn8C4qGzgrE9-KFxTTiDQ_p0xwQ0ls9OOOSsJzfxtN_-h0SVTUfHlHd-9z4Lr5vHOGoBNVVwwajfkIan5z6-g9Otb1ucu4f3P6uzcXIkFyyPw6xUbyKVJPi6CeGOibbT1EGwzKaMhqjf3KS_O4yl5q0wm2LHDj8tNewFD8T1Sxk_N7XFkFgSnnm_Yw3C08lD0aOUxkdHa60cBCTBi40FobZPZiMUf19pTdKoVXXlDt1SeIS1rPkLiclstwD4Uoxk09ycJE_n3JtzDCjvvD6PEPF0ryRwpaMyTlgnMS2Bpw-SH4KN2esnPkMpyO-Y97f7QifcJca3u1eXBPX206BTty26ezzTCtkZaqOrWWui1Oj1ldzGL57lMVC-XOpBwAk9mcoLaSsyMVTafXx55FS3xZ5zSAtzLNASIQ6s8ydmho-rk5RAuDQhu0tc3iBMDF0Z1z7M4TwnqGXxOXje2O8smY=w1680-h945-no" alt=""/></a><figcaption><br></figcaption></figure>



<p class="wp-block-paragraph">And of course, a giant wine collection.</p>



<figure class="wp-block-image"><a href="https://photos.google.com/share/AF1QipMyZGH7wRa55aGjkgkxjASpbpmo9l50Nf28ErslMgtDVLCBwPd6hxW42ZUk4fGElg/photo/AF1QipNXN0bmkaO7MH2jNpXFuXgP0xf2bmwvaE5AiWLR?key=eWljVHNJQktwZXVWYlB6bWhVbFNrQjdUd1FITTJB" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/xCdH1C3Q18VydP3GQdSDUWx-W4d10RtIQ7NJ0iNImzKcjDWCu_Pyqcnd_WC6f6YaXX0Wtne7SFLBU7YcQzqvCnSxGP3mrcKGiz9g82ZcdI70dbtjhC4-Z4G8hlAR4IX6hujuRPikQlOMQAnJNRnytFS9s7s_CB5Lpm8AXdrk0sBW2iPZ6twfkU-LjPny4mtAyM_ma4OqQfFcHLyAnV0iDS_f62fqpMOe4snWH5ntdp8PsYUi8zYJGCfPT1EdmjKHoqp4AB1LCKXkVoWEm3v-qPbM86FwUEOkkhswPGGd66GCtkvF5PDkCLCtF09XklEnquBROx0ow0EQTzTXKW0bln8jWRwb1F2YNzUs-MAwh5vY8C7PliMjI-mEgX50PJP4uQNuEzhOjz-f5BzrghWyJGzYyfdOKq4GTptNPNuXfDHMwNLAt-xwM_MN78NjEpFd518fnJ39ZdxDKB_FW08vyVvEUALLhDMV1dKCOWNcftP7QUQzXQZMlEaKXQ1UEfDF1nLn3YsJ6phyKXHhFOW-t25g-8fYDQ3L72bidE9eTAojJ4V93_PD2G_RDiTqQkb9ZA7gcdQKvwFHs_2XAAB0HNMqmRX75yHEfd8M21uMjQR_oB0j412nLUEVHe34njUhg4pzEPV6FxziA5ooVTbXmObVjE4yi4wJAMAhNxBuOyYw9t6_0Al1aiGKVwG3Fts2CIfmluOV6XhhO2A0sFk=w1680-h945-no" alt=""/></a></figure>



<h2 class="wp-block-heading">SkullStore Oddity Shop</h2>



<p class="wp-block-paragraph">This place is SUPER out there.  This is a store that sells the skeletons of random animals, the skin of snakes, human remains (bones, preserved brain, etc.), taxidermy, preserved bugs, etc.  All cruelty free and legally harvested apparently.  Half of the store is an actual shop selling these strange items, and the other half is a free museum of even more weird things that aren&#8217;t for sale</p>



<figure class="wp-block-image"><a href="https://photos.google.com/share/AF1QipPKhXYVLwzz5h7W45b_t3Z4DLz4jxkifFnH-2TOT_7wu3T08INNXc6O7M5IAMT6_g/photo/AF1QipPTOid592FqmC0_lER9POy5_bC2qX7ia7x8dH7Z?key=c3AtVlVSM2trWWxZU0t0bG9xeVlVUkNQWWotYlBB" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/Rxi7a4WWOVB8bl0DOf_W5G8uHmvhWWrxytd-SyYp0BAJMXt2QqZoaOokaCevPjhA71ymLgKyEI2md_N8LlkKLXzPIunGZtTnb_SVctmvZRUZ09-DSEvM47DbvJxANmIy9Nt2DOu5vfQ3P-hEXEs4kY6srdgnHUpRN9SwPrZ51STv4I1MxTZbfuxjjZax7ZlZDbRzozEZyeFK4wq6w6dmAun_fzc-DdpdIFGXuu4J_A5lMB_SSbg8l0FK9XF8lL3zOS17tuWvRLtJl1gXb2j6tXUhyUsUpLQ2AfkS0Dq2LO2gGJvPsyH4Luw6ZXcoZV12QKkfCzsxsJdJ8B1xu4I5zhuSpCVfpAvO8jLR4LJYbv7CNp_A9N9FP8N5EO-tOYdFtJATFCtH2-_DP5KF0_u_9My5flQeLgcYDXhfQKcgF5xeZ_XDiQHDwosKUzAz-CZpgbcb4ujPy1GzhI892fHJV_S1HZ-JpRp8UUxO91O_eAgAbw941OPaqM3y2n2ErqDN2xxLxbD-RUt_XKg0Pyqi_ieHQzHa2r_oZwfzOazInQxnbWyYz1iHBC5IqDdHoP777nvsqJnr7Q-2fx8DwsPD_kYKu7IHPyvy11rNWK-21AA_lJSVDUOzcjDIGfLga19jSgVqapsfhlgbDles5QkobPp20kYsyW67_snWRnVNzv4aQn1FQYo8FJqlm2TSfIoXgMh6n2tlQ56nQ4f3tgrxsGOTnw=w1704-h959-no" alt=""/></a></figure>



<h2 class="wp-block-heading">The Half House</h2>



<p class="wp-block-paragraph">This half a house just sits on the side of the street like any other building.  There isn&#8217;t a sign explaining why this is, what it&#8217;s doing there or anything like that.  According to <a rel="noreferrer noopener" aria-label="this site (opens in a new tab)" href="https://www.atlasobscura.com/places/toronto-s-half-house" target="_blank">this site</a>, it&#8217;s part of the remnants of the neighbourhood that once was here, where the owners at the time sold only half the house, and so the rest of the community developed around it.</p>



<figure class="wp-block-image"><a href="https://photos.google.com/share/AF1QipMpO8Jw2Jcoc-BDnrX6sKUcV5048viudndi9qy957UN45s_cjLr4NeEkkZxfoQJnQ/photo/AF1QipNccdFBu4f30J00WIJlQ9BPyn_0B5DybjOT18WH?key=ck80dmtDam03SWdBN3ExS1B4VHNLRnhMcXlFUlZR" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/uSVNN9ce3MGtQVPNKGaxrMSqp4V0VmXq6Dq8MQAP5Pl61sfdUQxS3O93_aPo22CXaT-38ydAfKhuDO59dSa6mJUoGXtQ8E9vK5y74bTwy9-KPY31zzsN-oCKA26sWZMrnE8znfI0z4nwQIU2G8kPjzYAeOKj2tT-d8t73iPAZAvO2y9Q2_zNpn2QOSJWhqOZJudS2a5wmy4qHBduD2tve9InB0oZdPKoZM1tafAyJRfCzIZlqMyWRi-k18frS-OYK1nopcGvErkPkjia_fxG_Yo1y_jeIiRjNuuzUOzPtXKtqWggat1zA3RJ2SzSZk5VvkVcFiivUt8QvkbpE386VTcq4JhaR4842wxPnlh_fTqoH6ZfF04vg8eSziH8evR7AHRfrfG826rQEqPVwGneUkEbS8VZQkSwlDvD66comi7l9_6btBrHxEme4jQ98f8Lgzuzev5SX3xk1DjJJaOgbvp1ByNkrPbt2ye2v3oTsm2dEMMw9ZrLXs6Sd4Ci9mYCZqGbjPaSmRnYv_gMhyEwWTK7aK--bKzRYdfFtXKvGEEbCAFdkedn6fBoFfJZ18bwuaFwFTLEvLFczIEK1QM1brje34M4l1yYLHvndUauqQxb6JkunkEMxhEcCnISfiLqrs2k1T0tWeL-J39sH5sHDwWLiT0RI5HF-n9Jj1bdh7CGww7FRMMaKkLC8_FvhYphXy3UH3grNt95NQSFbqE=w1680-h945-no" alt=""/></a></figure>



<h2 class="wp-block-heading">St. Lawrence Market</h2>



<p class="wp-block-paragraph">This place felt similar to something like Granville Island in Vancouver, or Pike Place in Seattle &#8211; a farmer&#8217;s market positioning itself on selling fresh local meats, seafood, produce, etc.  It&#8217;s a bit out of the way from the downtown core, and when I went, it was almost closing time, so it wasn&#8217;t very busy.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipMpO8Jw2Jcoc-BDnrX6sKUcV5048viudndi9qy957UN45s_cjLr4NeEkkZxfoQJnQ/photo/AF1QipNOFak00pTe_CGFUb_fxrZb-4dCUXIHy-HwG0Ll?key=ck80dmtDam03SWdBN3ExS1B4VHNLRnhMcXlFUlZR" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEWqi5cYasRf7wpePOJKO5V3X1EomlTLe9BEide5Y4jSVM9FZVvo7Zp-pL4cOSsoHRZMIOpi4v0La6qNsK7AKsLouiHZMLm2zB84K5h4CMfIq1v5amTwwRb0LAkaNJNzLat4_TfMOoGbwuu4K4ZF8AoUUA=w1636-h920-no?authuser=0" alt=""/></a></figure>



<p class="wp-block-paragraph">The one thing this place has over other farmer&#8217;s markets I&#8217;ve seen (at least in Seattle and Vancouver) is the variety.  If you zoom in on that picture, below, you&#8217;ll see what I mean.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipMpO8Jw2Jcoc-BDnrX6sKUcV5048viudndi9qy957UN45s_cjLr4NeEkkZxfoQJnQ/photo/AF1QipMjgZWJLj3H1R1JGL8pF7JNgPN1gmPB0ndzM8XR?key=ck80dmtDam03SWdBN3ExS1B4VHNLRnhMcXlFUlZR" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUb_VRjIkiwFJzfEEjLrJl0vY8q3Zsurgpoue_mYk_0l-Cc4mMkjHmML5zVBiE5uqVmBrc4HdOO02SStW3uysdCz2CuOGBb2fIRDm4hQiPBQmTESHBdKJ6LdAHKWPh4xuZLIbKgribYZyUgA5vIaPLXXQ=w1636-h920-no?authuser=0" alt=""/></a></figure>



<h2 class="wp-block-heading">Restaurants</h2>



<p class="wp-block-paragraph">Toronto is Canada&#8217;s largest city, and therefore has a lot of offer in terms of food.  Of all the places I ate at, these two places were definitely the best.</p>



<h3 class="wp-block-heading">La Palette</h3>



<p class="wp-block-paragraph">This is a French style restaurant near the Kensington district of Toronto.  It&#8217;s got an interesting selection of game meat, which was the reason why my buddy and I went.  They&#8217;ve also got a good selection of wine and staff that are knowledgable about it.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipMpO8Jw2Jcoc-BDnrX6sKUcV5048viudndi9qy957UN45s_cjLr4NeEkkZxfoQJnQ/photo/AF1QipNipiP9Mg9ihEt15zndW8PynxOu4XTtEXlmUu4Y?key=ck80dmtDam03SWdBN3ExS1B4VHNLRnhMcXlFUlZR" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEX_NzaTA6uVEjuZZMl70j6ddbOpgMe2OGymSIaw9t8ha5PVIu6WCMaVlxmDPQykefzWfrvbAfajkXav8Ez9zvUq5vXEaVUGBS86Q3zDLo58JN9wWulQwM-vNgI4FDM1xNisOtfkRk44Ls8xZlidXa0Cqw=w1636-h920-no?authuser=0" alt=""/></a><figcaption>Horse carpaccio (top left); horse tartare (bottom right)</figcaption></figure>



<figure class="wp-block-image"><a href="https://photos.google.com/share/AF1QipMpO8Jw2Jcoc-BDnrX6sKUcV5048viudndi9qy957UN45s_cjLr4NeEkkZxfoQJnQ/photo/AF1QipNzH7nlzO9Qzxijm4O5UDAAqUNBJZI58QXWLiM4?key=ck80dmtDam03SWdBN3ExS1B4VHNLRnhMcXlFUlZR" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/zehkKyO4ybvRkHtfPCMJc-3MDTkc2nSb9MlpnbHgGHVnzoyMUT9kboaaLPG--9B64wQh41fEu-TtJzo8Bb-4UxH5kDxlZFKf1ncgNmUEeKC647o5zH9n7vawcZuO_f3lcU4-jCCrM42vII19CdSpqqQX9JH85bDfSoQFZ4p8hAhuMbCAVpEjv8sgKsVzq3URiBqka3Mcr2WyrYxYcaIfsW_aIACGGI7-BjA-AGcRWki-_-No03Q0lmrpjCj23OND7T0cR2IPRdT6ZR4um8Y7bZIbvkD3Lot-TOnRoT2eicp8QFAdS20NrljBvyK0VradypWFHew2oc9BLb1Ik9fuNZnp4WHF4fWjXSxsBMyY1mAGeI1XpSpwyx4SDkXGQn4qvp80iExMGe-9fvCHQlrbXBXU5kTmWGZXf16GwoU8WfEwLbIoQZ3KY6LWHkwHFv19q4WN2USRkFgtjkeyrweppFqTauK_7men-JO966uCY546qxdyc3pO9ZUH5Ao4Q8HWiD7dliikl7_BuSvzJm6a-AKNtJGGbnnBhlLSMgQfq-P3DH_RYcbBYdd5H6H7zL4AG_Tr1mlzh39PqK5MIt0QGB8YD7siKaZkjXKJlJ60KLL_2uKpbJ2f0aQ181BY0jacN5xR4uJ1iNbpgzfjAqxByxpD-FduT_4WWanA4Q66GxUONY3mHnPfxaQ3coY4WY7Bx7cI_yw1S17KnpbNtKk=w1680-h945-no" alt=""/></a><figcaption>Elk tenderloin</figcaption></figure>



<p class="wp-block-paragraph">For those wondering, horse doesn&#8217;t have a strong flavour like beef does, and it chews like super tender beef.  Elk on the other hand, tastes kind of like steak with a bit of gaminess, and is actually quite hard to tell the difference unless you&#8217;re someone with really sensitive taste buds</p>



<h3 class="wp-block-heading">Diana&#8217;s Seafood Delight</h3>



<p class="wp-block-paragraph">This place is known for their quality oysters and sea urchin, and also precisely the reason why we were there.  They have a selection of different oysters from different areas, but if you gave me a blindfold and asked me which oyster was which, I wouldn&#8217;t be able to tell you.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipMpO8Jw2Jcoc-BDnrX6sKUcV5048viudndi9qy957UN45s_cjLr4NeEkkZxfoQJnQ/photo/AF1QipOrCqfAIghfeVJn41AeMlrkpYVJJz_nIwDZeNnp?key=ck80dmtDam03SWdBN3ExS1B4VHNLRnhMcXlFUlZR" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEVSP7cOmHsLuN2LXled4r2MTNlCpNq7_OsSQVHwjaAE0A-2WpZgQs-XoxibZNlNmC-_NL2QTJmawlPGRfIwonmaOzBbNH2m37oOsrsYLKGT2Fln7Egr0E0qbtBJjktj3ChBQo5_dxPX6DdjfZA3lnEX0g=w1636-h920-no?authuser=0" alt=""/></a><figcaption>Sea urchin (left); steamed mussels (right</figcaption></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipMpO8Jw2Jcoc-BDnrX6sKUcV5048viudndi9qy957UN45s_cjLr4NeEkkZxfoQJnQ/photo/AF1QipPweno_fKo7C-U7epbrt_HSaUGsXMiPuTvP0ord?key=ck80dmtDam03SWdBN3ExS1B4VHNLRnhMcXlFUlZR" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEW807KM-qEHL0TwhNu2qSpZZ9FZ8rwqfDrQ0vvyVVVN1Fgm_FmMS_zRoVhhgR1bPkJzHMc-ukebAKZR5CrXW6FEQJ58pIEHYI4E-h6NgoY2G6K60m9qOZz9nG4T6uDxsMORX8ZyUFXuXJymSjRFRp-YKA=w1636-h920-no?authuser=0" alt=""/></a><figcaption>Raw oysters</figcaption></figure>



<p class="wp-block-paragraph">Photo albums:</p>



<ul class="wp-block-list"><li><a rel="noreferrer noopener" aria-label="Toronto (opens in a new tab)" href="https://photos.app.goo.gl/DnfcegSvH36CkKxz8" target="_blank">Toronto</a></li><li><a rel="noreferrer noopener" aria-label="Ripley's Aquarium of Canada (opens in a new tab)" href="https://photos.app.goo.gl/93GZeuw8E93oTuxD6" target="_blank">Ripley&#8217;s Aquarium of Canada</a></li><li><a rel="noreferrer noopener" aria-label="Casa Loma (opens in a new tab)" href="https://photos.app.goo.gl/7fCUcHU3xjVAdkEV7" target="_blank">Casa Loma</a></li><li><a rel="noreferrer noopener" aria-label="SkullStore Oddity Shop (opens in a new tab)" href="https://photos.app.goo.gl/Xrpm3VVRQqBbunVL8" target="_blank">SkullStore Oddity Shop</a></li><li><a href="https://photos.app.goo.gl/sFrSh1719zLatJ9a7" target="_blank" rel="noreferrer noopener" aria-label="Royal Ontario Museum (opens in a new tab)">Royal Ontario Museum</a></li></ul>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2019/01/12/toronto-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3289</post-id>	</item>
		<item>
		<title>Seattle to Portland double century bike ride: my experience from training to the big day</title>
		<link>https://blog.henrypoon.com/blog/2018/09/23/seattle-to-portland-double-century-bike-ride-my-experience-from-training-to-the-big-day/</link>
					<comments>https://blog.henrypoon.com/blog/2018/09/23/seattle-to-portland-double-century-bike-ride-my-experience-from-training-to-the-big-day/#comments</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Sun, 23 Sep 2018 23:43:45 +0000</pubDate>
				<category><![CDATA[health]]></category>
		<category><![CDATA[9]]></category>
		<category><![CDATA[Chilly Hilly]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Cycling]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Dia]]></category>
		<category><![CDATA[Drinks]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Exercise]]></category>
		<category><![CDATA[Final]]></category>
		<category><![CDATA[Force]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Gran]]></category>
		<category><![CDATA[Happiness]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[ise]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Lie]]></category>
		<category><![CDATA[Light]]></category>
		<category><![CDATA[Mass]]></category>
		<category><![CDATA[Mind]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Opel]]></category>
		<category><![CDATA[Over]]></category>
		<category><![CDATA[Plan]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[portland]]></category>
		<category><![CDATA[rain]]></category>
		<category><![CDATA[Rotation]]></category>
		<category><![CDATA[Seattle]]></category>
		<category><![CDATA[Sleep]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[Struct]]></category>
		<category><![CDATA[Thou]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[Trac]]></category>
		<category><![CDATA[Vol]]></category>
		<category><![CDATA[Week]]></category>
		<category><![CDATA[Woke]]></category>
		<category><![CDATA[Words]]></category>
		<category><![CDATA[Z]]></category>
		<guid isPermaLink="false">https://blog.henrypoon.com/?p=3001</guid>

					<description><![CDATA[The Seattle to Portland bike ride is a ~320 km bike ride that people do in either one or two days. The annual event attracts almost 10000 people every year. As a novice in cycling, I thought that this would be a great way to get involved in actual cycling events, and so I signed [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The <a href="https://www.cascade.org/rides-major-rides/kaiser-permanente-stp-presented-alaska-airlines" target="_blank" rel="noopener noreferrer">Seattle to Portland</a> bike ride is a ~320 km bike ride that people do in either one or two days. The annual event attracts almost 10000 people every year. As a novice in cycling, I thought that this would be a great way to get involved in actual cycling events, and so I signed up, not knowing if I could even complete it, but at least it would give me a strong incentive to train. This post is about my experience in preparing for the ride and doing the actual ride itself in a single day.</p>
<h1>STP 2017</h1>
<p>In the summer of 2017, two friends and I rode STP over the course of two days (this was my first cycling event ever). At the time, I didn&#8217;t really know how to train other than just riding a lot of miles and I never really gave any conscious thought to hydration or nutrition. I clocked in about 1500 km over 70 hours of training from March till July (which was totally below what the <a href="https://www.cascade.org/rides-major-rides-kaiser-permanente-stp-presented-alaska-airlines/preparing-stp" target="_blank" rel="noopener noreferrer">official training plan</a> called for).</p>
<p>On the event day, I ate whatever there was at the rest stops and drank the electrolyte drinks. I also ate this supplement called <a href="http://www.sportlegs.com/" target="_blank" rel="noopener noreferrer">SportLegs</a> that people were giving out. They supposedly improve muscle performance (however, sports dietitian thinks they&#8217;re more placebo than anything). I didn&#8217;t know anything at the time, and I just ate them anyway.</p>
<p><img data-recalc-dims="1" fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-3006" src="https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2018/09/IMG-20170715-WA0009_cropped.jpg?resize=1280%2C720&#038;ssl=1" alt="" width="1280" height="720" srcset="https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2018/09/IMG-20170715-WA0009_cropped.jpg?w=1585&amp;ssl=1 1585w, https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2018/09/IMG-20170715-WA0009_cropped.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2018/09/IMG-20170715-WA0009_cropped.jpg?resize=1536%2C863&amp;ssl=1 1536w, https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2018/09/IMG-20170715-WA0009_cropped.jpg?resize=171%2C96&amp;ssl=1 171w" sizes="(max-width: 1280px) 100vw, 1280px" /></p>
<p>We were worried that our legs would be too sore to continue on the second day, but on the morning of the second day, we didn&#8217;t feel fresh, but nonetheless we made it through both days (with both legs still working!) and we were super happy with ourselves for having accomplished this. We joked that maybe it was the SportLegs (to this day we still don&#8217;t know). As we crossed the finish line, I said to my friends, &#8220;OK so we&#8217;re going to do STP in one day next year right?&#8221;. They thought I was joking, but I wasn&#8217;t.</p>
<h1>The problems begin</h1>
<p>The next event that summer was <a href="http://www.obliteride.org/" target="_blank" rel="noopener noreferrer">Obliteride 2017</a>, a century ride to raise awareness and fundraise to fight cancer. I figured that since I had done STP, I&#8217;d be able to do this ride no problem. This is where problems for me started.</p>
<p><img data-recalc-dims="1" decoding="async" class="aligncenter size-full wp-image-3008" src="https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2018/09/IMG_20170811_175158.jpg?resize=1280%2C720&#038;ssl=1" alt="" width="1280" height="720"></p>
<p>Around the 50 km mark, I started cramping up a little bit, and I still had 110 km to go. I started drinking much much more of the electrolyte drinks and eating, but the cramping just got worse and worse. It&#8217;s not that I didn&#8217;t have the strength &#8211; but each stroke I took, I felt the cramps. But the cramps weren&#8217;t SO bad that I couldn&#8217;t continue &#8211; I just had a terrible finish.</p>
<p><img data-recalc-dims="1" decoding="async" class="aligncenter size-full wp-image-3010" src="https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2018/09/Strava.png?resize=1046%2C529&#038;ssl=1" alt="" width="1046" height="529"></p>
<p>I went to see a physiotherapist to see what was happening, and she took a look, and she could only identify a slight pelvic rotation (my hips were leaning to one side of the bike), but she didn&#8217;t think that was the root cause. She couldn&#8217;t see anything wrong with the bike fit either, but thought it could have been a lack of training since Obliteride was much hillier than STP. I did the exercises she asked me to do and that was about it. I had also signed up for the <a href="https://www.rbcgranfondo.com/whistler/" target="_blank" rel="noopener noreferrer">Whistler GranFondo</a> and <a href="https://www.cascade.org/rides-major-rides/chilly-hilly" target="_blank" rel="noopener noreferrer">Chilly Hilly</a> as well, but I couldn&#8217;t even finish either of them. At one point, my entire right leg locked up on me and I couldn&#8217;t bend it for a couple of minutes. I began to worry if I could even continue cycling anymore.</p>
<h1>Tackling the problem</h1>
<p>I was so fed up with this problem, that I scheduled appointments with different doctors in sports medicine to get their advice. They all suspected that it was a nutrition problem and referred me to a sports dietitian. At my first appointment with the dietitian, she asked me about my lifestyle, how much I ate, exercised, etc. and immediately said, &#8220;you&#8217;re not eating enough for the exercise you&#8217;re doing&#8221; (I estimated that I was eating about 2200 calories/day). She wrote out on the whiteboard a high level guideline as to how I should eat.</p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-full wp-image-3016" src="https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2018/09/IMG_20180509_165707.jpg?resize=1280%2C720&#038;ssl=1" alt="" width="1280" height="720"></p>
<p>I saw her for about a month and a half and after following her advice, my problems were solved! In a way, I got the OK from the nutritionist to eat as much as I want, even massive amounts of sodium and sugar, provided that I keep up my level of exercise. Knowing that eating more was the fix, I had no problem with that.</p>
<p>She also got me to measure my sweat rate, so I&#8217;d know how much water to replenish during big rides.</p>
<h1>Training for STP 2018</h1>
<p>I rode sporatically in the winter (I should have followed <a href="http://www.velominati.com/the-rules/" target="_blank" rel="noopener noreferrer">Rule #5 of the Velominati</a>) and didn&#8217;t really start training seriously until June. From January to May, I clocked in only 848 km over 38 hours, which was only a bit less than year before at the same time, but I had started earlier in the year this time.</p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter size-full wp-image-3020" src="https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2018/09/Strava-1.png?resize=1041%2C518&#038;ssl=1" alt="" width="1041" height="518"></p>
<p>I made a plan for myself where I would do intervals twice a week with a big ride on the weekend (in June alone I clocked in 577 km over 25 hours). Two of the big training rides I had were century rides, where I got to work out the specifics in my nutrition and hydration plan. In total, I rode about 1600 km over 73 hours, not counting the intervals.</p>
<p>Three weeks before the event date, I started sleeping earlier and earlier (by about 15-30 minutes each day) to get myself used to waking up early since I would have to be on the road by 5:30am on event day.</p>
<p>Two days before the ride, I started carb loading (as per instructions from the dietitian).</p>
<h1>My emotional state</h1>
<p>I didn&#8217;t like the fact that training took so much time out of my week. I was already spending 10+ hours on the saddle, and I was beginning to feel mentally tired from all willpower required. The intervals drained me mentally even more because of the mental focus I needed to force myself to spin as hard as I could. It&#8217;s so easy to just stop when things get tough, and interval training was more mentally draining than any training ride I did.</p>
<p>As the event date drew closer, thoughts of my possible failure creeped into my mind, getting stronger day by day. I couldn&#8217;t think of anything else. I thought back to the wise words of Sun Tzu:</p>
<blockquote><p>If you know the enemy and know yourself, you need not fear the result of a hundred battles. If you know yourself but not the enemy, for every victory gained you will also suffer a defeat. If you know neither the enemy nor yourself, you will succumb in every battle.</p>
<p>知彼知己，百戰不殆；不知彼而知己，一勝一負；不知彼，不知己，每戰必殆。</p></blockquote>
<p>I even started meditating to calm my mind. My coworkers could tell that I was more distracted than usual and provided me with good encouragement.</p>
<h1>Race day</h1>
<p>My friend and I started the ride around 5:30 am, and because there were so many cyclists on the road, drafting propelled us quickly and we made it to the halfway point around 2:30 pm. I still felt pretty fresh at that time which was good.</p>
<p>I knew that most riders do the ride in 2 days, so I expected not to be able to draft behind other riders. By about 200 km, I started feeling tired, but I knew I had to keep going. There was still 120 km to go.</p>
<p>I wasn&#8217;t having fun anymore. At this point, it was just a grueling grind to the finish, where the finish line was hours away. I wanted the day to be over. and thought to myself, &#8220;this too shall pass&#8221;. Looking at my bike computer frequently to see how far we&#8217;ve gone made it worse &#8211; slowly watching the distance ticking upward while thinking &#8220;when will this end?&#8221;</p>
<p>The temperature that day went up to a max of around 38 degrees Celsius. We rode in the burning heat, slowly becoming more and more dehydrated. I wanted the sun to set faster, so that it&#8217;d be cooler.</p>
<p>Judging by the dozens of people we saw at rest areas, we figured our pace was pretty good. But as we went further along, there were less and less people at the rest stops. Either they bailed, or they were much faster than us.</p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter size-full wp-image-3032" src="https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2018/09/IMG_20170715_083727.jpg?resize=1280%2C720&#038;ssl=1" alt="" width="1280" height="720"></p>
<p>The finish line would close at 9 pm, and there was no way I&#8217;d get to the finish line in time. I wish I had trained harder.</p>
<p>For most of the last third, we rode mainly on our own, occasionally seeing another rider, whom we&#8217;d ride behind just to get an extra bit of a boost.</p>
<p>At the last rest area, there was almost nobody, maybe like a dozen people at most, but we were only some 25 km away. We could do this.</p>
<p>My friend and I would swap taking the lead every five minutes so that we could balance out the wind load between the two of us. The fact that the two of us rode together allowed us to talk to each other and help lift each other up. I think that helped a greal deal mentally and emotionally.</p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter size-full wp-image-3028" src="https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2018/09/IMG_20170716_121400.jpg?resize=1280%2C720&#038;ssl=1" alt="" width="1280" height="720" srcset="https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2018/09/IMG_20170716_121400.jpg?w=1920&amp;ssl=1 1920w, https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2018/09/IMG_20170716_121400.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2018/09/IMG_20170716_121400.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2018/09/IMG_20170716_121400.jpg?resize=171%2C96&amp;ssl=1 171w" sizes="auto, (max-width: 1280px) 100vw, 1280px" /></p>
<p>At dusk, we finally entered Portland. We were now just 30 minutes away from the finish line. We joined a group of other riders and rode together till the end.</p>
<p>I called out to the other riders with encouraging words like, &#8220;yeah! We&#8217;re almost there wooo&#8221;, but looking back I think I sounded too happy (despite my true feelings of misery) and the people around me probably thought I was a jerk for being so happy while they felt miserable.</p>
<p>Finally we reached the finish line at 10:30 pm. People were still there and cheering us on as we arrived. I almost shed a tear. I was overjoyed having finally achieving this goal.</p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter size-full wp-image-3026" src="https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2018/09/MVIMG_20180714_225544.jpg?resize=1280%2C1156&#038;ssl=1" alt="" width="1280" height="1156"></p>
<p>Other friends who drove to Portland met us at the finish line and could see our happiness despite how filthy we were. We weren&#8217;t even hungry nor thirsty. We were in no mood to do anything. We just wanted to sleep. My friend was told that he sounded brain dead because he replied with one word answers and lacked the concentrated gaze that he normally had, whereas I was still considered having a sound mind.</p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter size-full wp-image-3030" src="https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2018/09/Strava-2.png?resize=1040%2C521&#038;ssl=1" alt="" width="1040" height="521"></p>
<p>The next morning, I woke up with quite the hangover even though I drank no alcohol. I was just REALLY REALLY dehydrated from the bike ride in the blazing heat.</p>
<p>After this entire ordeal, I told myself, &#8220;I&#8217;m not going to do this again next year&#8221;. I didn&#8217;t get back on the bike until late August &#8211; I think STP scarred me a little bit. I definitely don&#8217;t regret having done this at all, and I&#8217;m still very proud of what I did.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2018/09/23/seattle-to-portland-double-century-bike-ride-my-experience-from-training-to-the-big-day/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3001</post-id>	</item>
		<item>
		<title>Minneapolis</title>
		<link>https://blog.henrypoon.com/blog/2018/05/12/minneapolis/</link>
					<comments>https://blog.henrypoon.com/blog/2018/05/12/minneapolis/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Sat, 12 May 2018 20:17:08 +0000</pubDate>
				<category><![CDATA[north america]]></category>
		<category><![CDATA[Chan]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Danish Culture Canon]]></category>
		<category><![CDATA[Danish design]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Euro]]></category>
		<category><![CDATA[Europe]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Find]]></category>
		<category><![CDATA[Geography of Minnesota]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Gran]]></category>
		<category><![CDATA[Hole]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[Infinity]]></category>
		<category><![CDATA[ise]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Lego]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Meat]]></category>
		<category><![CDATA[Minneapolis]]></category>
		<category><![CDATA[Minnesota]]></category>
		<category><![CDATA[Nap]]></category>
		<category><![CDATA[Pho]]></category>
		<category><![CDATA[Plan]]></category>
		<category><![CDATA[Snow]]></category>
		<category><![CDATA[Storm]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[Thou]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[Toys]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Week]]></category>
		<category><![CDATA[Z]]></category>
		<guid isPermaLink="false">https://blog.henrypoon.com/?p=2928</guid>

					<description><![CDATA[A few weeks ago I was sent here for work, and then stayed the weekend so I got the chance to travel around the city a bit. My manager had told me about the &#8220;Grand Rounds&#8221;, a long bike route around the whole city. Sounded like a great way to explore so I rented a [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>A few weeks ago I was sent here for work, and then stayed the weekend so I got the chance to travel around the city a bit. My manager had told me about the &#8220;Grand Rounds&#8221;, a long bike route around the whole city. Sounded like a great way to explore so I rented a bike and off I went.</p>
<p>First stop: the dam just off of the Stone Arch Bridge.</p>
<p><a href="https://photos.google.com/share/AF1QipMxdWP02cgi3_pdL0Zhw1JghD2ztacvrG4iw--Ras6XrajkXAunWdqcEhiDbv34lQ/photo/AF1QipNVNqWG4lTT9gIsqm-XlhPU03bjx_XJOavg_MBf?key=eGxxS0hDQ1BKcldIRkwxQXd5SGpMNnVoYzk5Yk9n" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/-pxu7Tu9tVvJhiX1sRi2fQHYa34B89T5GS-UAOrGNtTr3nbTQVjUsrtn2PfSLCs6w8EntNV9OEZ0X6yuW3JEiKxpxJAVrpDQd_XEwNzn9xJDQejy0qgBMMBbb5a1IdpAXQ6_PDCN_qbZtzIgiCwHVHhqvDqqTCXBo3AoUoE-8-y2RnhhzEuoO3W1h-1ItzWAdRIP-uwgebpOC3vc7Jta25tmdCnXRHugNvbmdCjIDDsL7jHAf3utl-121kq5-NFcAoV31eCj_hEqWeRipHMoG32Y4Ixp2IDlz-3SlJPgEFv83hluW9uTv54dsdZ4ZhHiDKP7i3yKBTc-or3PiKjq3jSWeTiyw5eZaiv4nf_xyuRCcy8o8sV0oYA9E8QIWEIRz7s9CHWjjyMXJw7xI-H1_6799DafJPIf8mb2bFGKJLLPcOqERsnVIevsWen6wPaXCoOdfnneSneCEIzcreUcruBDek6I4EC5ycrL_aBJg9h4BZ_-qAdgDmCR_pK2shFyc_5PfqZoHo9ggVW_EvrXeLoSo_C7Xy8gVYxlCDTygAgMYihy9UYvcHL7JrWwjG4Juswft3Ju_EwTRVP8MEGvjCisZnvZ9yJDjqyzc0FmaWJIFAGNfhN-hbMzGEsO1r2uRzsrjPrGBe5mlX7o_YxOolbq8kZM33qjNg=w958-h539-no" alt="" /></a></p>
<p>When I rented a bike, I expected a city cruiser, not a full carbon fiber road bike with Ultegra Di2 and electronic shifting! Not sure what year the bike was, but a new one would probably cost around $5000 USD.</p>
<p><a href="https://photos.google.com/share/AF1QipMxdWP02cgi3_pdL0Zhw1JghD2ztacvrG4iw--Ras6XrajkXAunWdqcEhiDbv34lQ/photo/AF1QipOsfxPqxiW36b0_l9jguVHjPn4oJC92dHPZz--r?key=eGxxS0hDQ1BKcldIRkwxQXd5SGpMNnVoYzk5Yk9n" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/JNsAj0W6ht15T04IGLwZ_nwB0owTWdQsgKb7Du8MYKSJT0yFuN9q9qNF4KcOjTcItgmTxrbwpcHNxtZXcCFaf5AKlfp-w05-XCsBFLpY1oDNb4i5QtLq8DDXPu1Y1A6lQUaoio0MNrEkroQV0ShrtMeyofbmYKASo1tffO3ykjAGcsJgdyZzK9VduxeBPLVYfZv3nRQwqfMxyOzdN5-km-ZWKmu3mcSBEo9ASks8bF_8MMdYZK0z0S_VzLw1UmCJkMfSV6mZLHuugClEfJtj5JlgJZnFITADQLyr_3FqrnNxvb6VKqtrl14IPKCzV7BAlruKFzBiSaMnXjSOwNfx4OY-wQtZuTXF3cgmHqxFfi8vBcqYXWplEKx_BXhvVwPIvCExLXsFqDJkSjq2mKXfY4wd8c7PpW92kx08Sx4sVWAUZK3PJ60_2-3OZWWdmsOj52EqUiRDPveOjgnr6S_3W_dQVvgtzem0qVA-SO-fe0VGQYySqRE3V7IzPzlnzxXSyRU7PoUI0sRowhRNJWOjv0rc00oIG_xnp3sB5avOJIL7ImxMT5iftjCkmJvFB9zyUI5dV1gobefYQ8FyO9ps6NhA_vljkvosOrRT7UG1ERp3x2icPj7tnV7WbQqLDBl02jn8BbaUO_ihavoH8UgELpfFBr8uURNiIg=w958-h539-no" alt="" /></a></p>
<p>I headed south, past the University of Minneapolis and eventually to Minnehaha Falls. A couple had brought a Lego Thor and Loki for some photos and I managed to snap a picture of it too. Perfect timing for Avengers Infinity War opening weekend I guess.</p>
<p><a href="https://photos.google.com/share/AF1QipMxdWP02cgi3_pdL0Zhw1JghD2ztacvrG4iw--Ras6XrajkXAunWdqcEhiDbv34lQ/photo/AF1QipPeimCVDj5dtVQleyetmucANud5Gk0pzmXQ_s1r?key=eGxxS0hDQ1BKcldIRkwxQXd5SGpMNnVoYzk5Yk9n" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/XOJqQBtgXOl3HKddaQbt5eP_RgMGz_gNdtioI9Q3qc8U4mYK_Y0IdxdgYXZRJXmWnjtEXPtL2wIfkUNa1nI-sBzMtLrm6w8GitVDpNvvv2lJc7KrVEJ9qEniSmTOHhremXNGxu9jTWZV1b0FNEhKJsBlAj5lkJCi1hPOLSWRyMf3LjOivhd2GhBbmas3dBQwojZA8XC_4aSuCd9lBrFgtUXb_vN0IWdvlFl9W8Di-JUBEKDTFDTnM8BGqhljk5z50uYiIvH5di10l2bSDSlk6VDQDevbC7Q4eJzBLilMn7DrFAM_lji7H6YYlkoXwjZIQ_DUHzCW5eZK7tYr6hu670f_qv-D9rUyV-uqn4wRJRLnDbyC1LfCRD7DsLDkgEm4F6Lh5IgyJSRkf86j0UNCfcdp7I-zAv9NkCouHWgFoBMkDkyApsYre2zkY15NAFYJ8r5yc_5vGUTQytE-qVh-V9_KbNlFHbHViP34XW1ztn_WYXr_6-QgYt5zYZGPG4HiZnaH4CI9EDO1PpKwi8TFCb1tNXI-g25qlLu9UMZN0tXLrt1aX2kJmbR4a5Ax7gnTJ5JxMRUw4f3E7kZ7cGumaArhRYeYSb1STEHDzz8_C0kmJco5_TOQsU9hP7LDQoMT_sJCoIXesk-jFAZ1s6HnyeWbEG04KVlGCg=w958-h539-no" alt="" /></a></p>
<p>I really lucked out on the weather because there had been a giant snow storm a week or two before. It wasn&#8217;t too warm nor too cold either. Hot enough for sunburns though.</p>
<p><a href="https://photos.google.com/share/AF1QipMxdWP02cgi3_pdL0Zhw1JghD2ztacvrG4iw--Ras6XrajkXAunWdqcEhiDbv34lQ/photo/AF1QipNs0c7iAPd0F5AUDajBCUXG6ee1OaC62wn-qz4s?key=eGxxS0hDQ1BKcldIRkwxQXd5SGpMNnVoYzk5Yk9n" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/ef3ZCQDGFES916P_wYiTIHOM3DoOkZEHQD5oZiTvh8iiXbw-2GMNE7wJ-9mxoDS2xDAY-3P7s0ajOvryr0B2qicCTJVDfm4shxXOhVW77F9fl8H9PDWNKeH_99GiV4IFGAyoB7OCap9QQkpN3126mvgvMs62uYWZGZOQaeXgE95HoOK0R55jEX_gksGtSJKWHzmwcwKDxuOT1eIymJym9wLK1w8NAOzwOxX9yqlvO1rKjW5WMorEg9HLscX7n8oPH0afcXfcy5wjpFcwzIgtZi1fKal_120gRHUOfhYagEYqXD1EPcQE2sYW0dc_T1-R_MJlhZTHoWrZUbFDrGG0aozyrRCk94GZaNEMZ-ThTvjtZare-IKCR-ms8vnP1rYokoCJv8M-0tgYQ070Zpf-djsW-TmNaVIjY53aS6nbS75IkTnxuWGrS-1ehSFx9LWoKe99c_2851gqLoCVlDODHwbEUZ5wk-p1TMW6rtya79ma-PM_crHKXA78luiOLCirrrc7XMQ_kimtN_Q9GiUsQwChBtRHEojo3mQ2CTqd4na6trimHRAdm2Gg8-1uIphzuKhsIhWjOjvrUNJNuubnSbyr5wV_Q1Awh6ZuU6pqvKNy2lc1JJWBIOJ3U10VqaAa2LGhbhXbIJg-s5emrsnxY3uwZDAfdKHVIg=w958-h539-no" alt="" /></a></p>
<p>Eventually I made my way to Fort Snelling.</p>
<p><a href="https://photos.google.com/share/AF1QipMxdWP02cgi3_pdL0Zhw1JghD2ztacvrG4iw--Ras6XrajkXAunWdqcEhiDbv34lQ/photo/AF1QipOIBYddoABgIBqtMxf1cltS6NKCWYeiFrqCcYtU?key=eGxxS0hDQ1BKcldIRkwxQXd5SGpMNnVoYzk5Yk9n" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/2MJSQWcB7f8VgDTQNw1d6nC-gbqH81wP8mujYjyoAc_kPhC393xEqViOePinK3x6SJTYxwPoiTC0fqsETM4Plxbqv5WxPo5SeNVdWfNp4V_Gdz_3kcOj52q1CYbFml14t3Bgh2XA0YpstWtQlvFArPtxyUeFBugX2xaNz3s52TfhviUUfuWqjeGKLtkZUjJy8MW6QK8ywqIu8oXpmjhSYxAkA2qM42KSoH86_CWXu5xk5UXO5XUcd6Oc8s0anKDRchJlnE_cgPfV_uiu19xLXPJfYbtNitKedIMxk-rszcE0KBdTgWgLuuwti-90HcExihk8IJSPyBVIrUEUbKro6l2CbZGvToxmp_EMuCV-FQLcnI0teCtHCaTUdWak5h8BcayBy5o07Vh6Y15O5LgY_OZi6yAK7frDgY-HOfHnhGONH0AP021vH-hDDW-QTOblTNQoXu6MTHK2S3X8nm5y8-ei4JJ7yPQdJ0TzqtNhNWFJdSOeVFAat-jak-1I01_6j7_CGCbroeKhzFt4UTsqA-qN6Z3EOvbp95xsjrg9cmYRNSZFR1xSosGxjrpD8jvyScEyA6UKuQDdspcJxBQSboSbEjb4lrU46XZwTkHXxHx10F49VrFboHElhChZQpDli_LtvdQV6BhZA8efpu6VqBhYY9iA0uKaAg=w958-h539-no" alt="" /></a></p>
<p>Then I headed west to bike past some lakes. Even though the weather was just a bit colder than T-shirt weather, there was still ice on the lakes slowly melting.</p>
<p><a href="https://photos.google.com/share/AF1QipMxdWP02cgi3_pdL0Zhw1JghD2ztacvrG4iw--Ras6XrajkXAunWdqcEhiDbv34lQ/photo/AF1QipMvBQI0UAHzWI9zQx9dCAGeHg8DmBRwGtGccLVR?key=eGxxS0hDQ1BKcldIRkwxQXd5SGpMNnVoYzk5Yk9n" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/fiBp5CpsPkAZXOTGcs8UGQiwCA0e0zyTdcGWpafVKD7YBYVGPBmZO5Mdz8qXVAwmRqgtZ9bn0acZfubKU-p9lrJGpjQ7w69vrU6dJU_BTaqy46glFkCqPVenTufcmSZryuwNRc8fY1NiMBfyA321vsZcGt66iHxnCxht6qi16FLCgw2pp6MNFEi-68BaRrWtqht9Iws_J8Nesrizc2KwapqCYqQYT94ZAKV-qra9vYnv0M5mdQ_yfmjippuMc-0ptVG4cCkM9G7RFxZ9uryTb1P833URPAFNsJnE3wQmWWSjUusavJEJjibFf8tDzoGDoU7a37--8W9rxijdyIjvXfRNl-VpDRRhk7pu4ttPLnUIWLzDw6hmeVsH2B29Ro6HU2D3GKfXxZIz8D4D61QTcKu2fkjRtpoI7_NHRLc_Q1boEjw5krKorq0JL_20-YSuaZ9HNmFzzZ1AJ-3odSZw2_Qip_olyaWTRBH6uDfc2pOmF6cwH8aJ8xGuAjNXeGax4bQFl3CuKJ8sfUH-EQDP2NavJWBRd1psuOiL324Tf8GyU9rs77ka9afg4OUgh2AcC9QF1br2K936S7OCLzbbp_xXC4TA4pyvgq_AhWtqThhk0pUSsUpB3uuwcXriI6navBsld910i-6PafBxpBtgVSRYD67gmpDqYQ=w958-h539-no" alt="" /></a></p>
<p>I had read online that Minneapolis has places that serve camel meat, so I ventured to the Midtown Global Market to find it. To be honest the meat didn&#8217;t look that appetizing and it tasted just like regular lean meat with nothing distinct about it.</p>
<p><a href="https://photos.google.com/share/AF1QipMxdWP02cgi3_pdL0Zhw1JghD2ztacvrG4iw--Ras6XrajkXAunWdqcEhiDbv34lQ/photo/AF1QipPTJLx8LrXI6tSCteFZxmNOuN2bu6c9Nfh69tai?key=eGxxS0hDQ1BKcldIRkwxQXd5SGpMNnVoYzk5Yk9n" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/iDrPxjkbVR1RLsPoBmUU1yRgMgKOHzq3luvQ1JrhOPHG9Y3OSbRRbZsxzmVKLNM-dolEcA_RYq1580Gq20jptJX530sIsqKO3bPZjgY-I4OTpAe_FBPQB3RTh3qGT0y8kwM7DNhgLVA-3xSHgxDiiUzi1LvWlS3GR7lJdLG_irTKXZt33nDMQzdh5y_J2k8BUc_vVuLK0Ire3W7W3h-xD8cqTZ0nd7b7Y8hFspRg6WqoFLCSkoGuYaufTtptpqBz75GaoDLMlsXWOlYHjYNkywAP-Ogsnh7oIm_Xx0SlnBF6GzbEAzi-Fsj5HAEnwUrNx9I-925h8ASfivUob6-cYd0wpwgqK2DyKqAq9HWKLOh4ZgWzqe2Yln_v7nF25FEoxtrDtfXdQvMR98MUFsFCHJJNiM2H8lq9MwqgtrL9VNd_1_fYWGtkqOWJqgXbPwpFzOx6tuiSozd0v6nfJHmlIhfxphv9LMxQRo7vkxaQK9PQHxsL95IGRYxubvf_4j96-5EOmsgnXw_CjwVPXeq7uYUKD7HvPZMfmdnbTV_KNb-bqIWhhE0w1JYqQODXLSycTG2Xy5QJWcYJIcuzxYRLZHDF8tmTTOGPYCQengQumQ81r1rrYHPUL9BBicrldPRpofeB1hf1dP6gpCJQhI99Uy9TmXFX26EEUQ=w958-h539-no" alt="" /></a></p>
<p>Next I made my way to the sculpture park, where the famous cherry on a spoon sculpture is.</p>
<p><a href="https://photos.google.com/share/AF1QipMxdWP02cgi3_pdL0Zhw1JghD2ztacvrG4iw--Ras6XrajkXAunWdqcEhiDbv34lQ/photo/AF1QipNxi4pZT2M9ldS9aTFZviYYKJktxnrMSiewV34e?key=eGxxS0hDQ1BKcldIRkwxQXd5SGpMNnVoYzk5Yk9n" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/_znD419MelNiUmlKOWhDsadle8BD84aSjof_eLoDCi39f_TYcKZM-7pK2pMAnLTlokITYZzQ4dqxvmcJ_7-3y_Uxkxad6Abtny6mxcaRBTpm9Sex0J06a7oPDJlOQipccbIDo49eLOc5dl27owDZFom0IrkCvJ4NXIEt_MFbBuka2oUR9nhFrlO44XqH1x5f3A-1lUdqoEDLoLG7Qs1Wnz498QkOYfSji9o3dbgPY5Y6atLCpmV4Q4Nl_wse5zdDldvPPJzFazEVNFY5cqm4c9BUJU2XlDYSPtZ3XV-XTtcuPkMntIJJPKnw1Avx8yGk-yyWJoeEQNHQFVQx8EIMgUUh8YaiEtqqmrPnD9DD313hFfst1nKJk9hyh-n1Lpr19vdT5onNZHE3pMnqp4oCEXjprDHiKxUhq7mjvf1vUXPEvtJQo689jCT7j2IP2A16xmjsN2yz5_vltLqE2pltx_XkvIWDqnKFmRErGq6ThmHdCz-oM_KY321pYbLEPnU2zEFJZv2NCYDRrjBde5k8CQ6DGBZrNI2qc9QbMNz3dCz5jxtWS0-wCrj3w2orNMPM0PkG6cx-bvTdjAm-qPPcg-wh17sZVCuTj0QUEm_ccUOmwf8QgD1GuzHu87oySC4fHt_LIUzmQWO9aEpBhSPXKdlwTu-LgMthtQ=w958-h539-no" alt="" /></a></p>
<p>Nearby, was the Basilica of Saint Mary. And I thought cool looking churches was a European thing!!</p>
<p><a href="https://photos.google.com/share/AF1QipMxdWP02cgi3_pdL0Zhw1JghD2ztacvrG4iw--Ras6XrajkXAunWdqcEhiDbv34lQ/photo/AF1QipMjLY02_szaQ9vbRu2yETH9Kf3OXOnxwSb8fDSl?key=eGxxS0hDQ1BKcldIRkwxQXd5SGpMNnVoYzk5Yk9n" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/6TOkMSSEGNHaH-uemLcQEeSvhdQibhAlqrxpU8F-r6t5GgcmV0YgHIpnVH-zF-ELcgrUZvsFyGqDG1aMyvIRiT6tAc5LwA9m11F12Yy9IAeUfYXsnR4wsK3elV0wDj8biGTsI1lgx0P1xDO_I46isUSNRdm1htV4SJDLgaXpPOKMN7oW2VZgPTk-3BtilaWAk_XmVV9NYfjTxMfRCr-_6OsDl1LMdbOu3xg0W65Xydwgc1egvFzf78pnC_3kTo56TmIYgZTVv0SseZQzH43MLuOF3dmBNe-u0tEANuhK85c18LjedYmeAhtNEAcxWw_O0KrRwS-YbrCUNH6mi3kYitEOinHzvVCFtd7colHAMQjJzSRi8qkbHl5rkXOpP0lGJPzWDLap5JfSOq4laSkBUlToRcYVHajVVeD3f-YhLTuKACYg-utcL-IlDZEpncIo-l5Qe-ffP1Bj66Fej8A4tOi9-uP21zSxB8KRxjIhd5W7Tf02GubChYxO7BQMWI6T7jPGRvFhMh90uofih9WQ2rgomKavAuf6zl8DF48pNKDf-0JJmjFAkuYsDCCmZ6XoHST9aa9VStKg-5fP_R_NkKy2jqeovp3N2-EGr52tLstPdXEnWHCagU1wg3lb7SPN1UE1DKerpWcmAyvivibpq6sJunUmpG_EOA=w958-h539-no" alt="" /></a></p>
<p><a href="https://photos.google.com/share/AF1QipMxdWP02cgi3_pdL0Zhw1JghD2ztacvrG4iw--Ras6XrajkXAunWdqcEhiDbv34lQ/photo/AF1QipPdWP5fEQXTD1uGDcwGO31zA40k_c25fkExlgoQ?key=eGxxS0hDQ1BKcldIRkwxQXd5SGpMNnVoYzk5Yk9n" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/FpgswMt8a95jUe90UEop3EHRIwpbQrVw62ZP_u2X80MokYpuHcQJYvXx5NM-VEKJ8ykLfM-ul4uNJW2SNDpdqEpp1QlJuCG2AMTizweMi3-uHAXsNRMvWOKpBfdZmzrWH0iNpLAN8D0LKYFFKI5oEX4AUPwNGFEmZ3AEU5s-WOSPBqIbHrUUQc6T-bgG_2EIViDMPd-Es4iKGXoBJJY2rjhFXR_Z9Oo41eYtXWUOynXkqVfA8J1uaNu4ik_yKAMd1lxOaJuDQc2LJFDfRYi5uelloxcdxY-YTCdvMX3WvM2yQcAMhNSsICc3Mn7R3SIrG4kxxhbf9a_RS7VXKdya2L5X8rpNuedkNC1cb0LRIQKCpmwWdKMAoYJh8EM_14sD9vilLhFl2KSm8ZVsoWz6TM7p3zYh5Na2QKymE2xTCzxgcTxDghKSh9bCUT42XQUQqhBj2zKWFKxJKOkckIg2Wto5U4bpMphGYdUdfEpL8D2LYVIJFXliX_nxOLsQzZHm4nma6cadbXXW6bYxv9gfvTd9d76-t38dwt_Xi1uofNqgBB37pzNFu2xFoBI1IZLzs-ryRVTDpxKr2UCaipk2Tceyr3gsTD0_96JPnRmpZW5pFlU3SDQJUtaGQ9w0rbcgMgDVpH4zf6T58uYNEXuDKZ95RkDuU-6AzA=w958-h539-no" alt="" /></a></p>
<p>In total, I biked around 70km on a really fancy bike and toured a lot of stuff in the city. Before flying out the next day, I spent some time at the Mall of America. Most awesome Lego store is right here.</p>
<p><a href="https://photos.google.com/share/AF1QipMxdWP02cgi3_pdL0Zhw1JghD2ztacvrG4iw--Ras6XrajkXAunWdqcEhiDbv34lQ/photo/AF1QipM7pc8OGM9r0MNIGzyYEMiq1yqbUUtC8ATZ5PsX?key=eGxxS0hDQ1BKcldIRkwxQXd5SGpMNnVoYzk5Yk9n" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/HIlsWCrOzCUkTyp1XyptIiR7jElrg_pvqsbUCrJ-9vw0VLS56F10kNOL3LXus53clR9gOWK-7rt0fzq4y3YtcFgm2UL--OrP-UxKRDmjEdZVox-U0-HcxE4idX7CWNM7mu2REdFBj3MM96DrbRjGGaZiBqD4YFEWMV3-qiBLyq6IU27VVaeEahho7PIVnKOSnVbG3_OgpKtphif8LR2pAsUlP1kNCJN3mkbRmgbJoYy9OdWJaXIDKB3lKdudla_IM45Y15R4jP1gvTaT4K42rKyzYlD3R91nPc3PO_tlRlc9AmbHJW-Sm945FOL9xNR5kWqkGJ0T75mhBPbMM9NutP124FBzZwqLq43LnpZw-TnRwEybROX_imIJgpwONVs4uvjMqD0JmACWvvGvm13TjTiCUl3ElaYjlsTuojk8fIH_whixwbo-AEM9sVxfTlLe8OyxLm9Q0C1NwS_QT-a495J3p7K02-guSMhNX6sHOaG8N2z4-J5bILW2au4SVI3U11EcwcbXx6BlLnS16YH2lQRTZOSOiPWBvNc5pl9HGXkFoixf79pDj0h7i4tnFUrSj6e9cI21GUoNWV4vwnpd94tQlrj0HiVgRjBUefag8itXVINvT9Olg9-j0B7mI8ZlmDzNaFjCewN8WLwgkIIhJz0O33wNFqlmNg=w958-h539-no" alt="" /></a></p>
<p>The centre of the mall is an indoor amusement park!!</p>
<p><a href="https://photos.google.com/share/AF1QipMxdWP02cgi3_pdL0Zhw1JghD2ztacvrG4iw--Ras6XrajkXAunWdqcEhiDbv34lQ/photo/AF1QipPXtqDq7-vQ7rCEQvlm5lhVyHQJE0ahr0cPnYCP?key=eGxxS0hDQ1BKcldIRkwxQXd5SGpMNnVoYzk5Yk9n" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/Q8iZBhLPwGEa3u2d2pP6FzNOCBVqLPQIm-usI0sgjcymfdF1iMoM5WrbJ8Ac6kCqOo-e_V6TKka8VzAXv280nfmeQuIX14Og5muMCmFmRQTWfOMduLIhCaq2Ozqp0SA8gbPpx_4E5DpMwfJrAfesV5vneTiuW3qIG1Ii3HC6YCn2Ngjq_haAOXiAtm1InMUZ_OnAr3wWdNzWvTzAtr9ocVKkEAK2QfuXzTkjZSm8QCvHtBh0e4aY67ZbCPeCy8sGuPaPpDLHdYjJ-E5tZdEQHsTicdmjmvimjYTrvolfJZ2M12mXnTU88Q9aLFvDzbrg1Ak25OoTXpYtQrAqciHAUndCwawT7H8-wi6XZzZ2uRjaasGUI4tYpgYNF2gGhhnlm1XVdYijyxZs2qqxU1ye9aEMvcF5HdX1tx0vop-Ute4kstCZSvad7w48xg0MHENhsjU1lBrC9ahcdoNLBIoIYjCplj-lQXyJgWoGIFYEva9c5QGQLqKYk6I7LBTo-xa6RpFdddhTL06hLVqEBd3ur6afOqoB-Y3irxl0r-uw-sncYZTxijsQTkHV7hxyaOqrs6P440eBp7KxoZIdvjl3DZn_pOxPA0JgDmM9kxmC7rvOxLydz6VgeSa4Xty6X6Fznh6VyKna9PkUcEg3oynuln10GeJQWAP5AQ=w958-h539-no" alt="" /></a></p>
<p>Unluckily for me, I somehow got sick the day after the bike ride, so I was quite impatient to go home that day. It&#8217;s no fun getting on a plane while sick&#8230; Once I got home, I didn&#8217;t even unpack and went straight to bed.</p>
<p>Link to photos: <a href="https://photos.google.com/share/AF1QipMxdWP02cgi3_pdL0Zhw1JghD2ztacvrG4iw--Ras6XrajkXAunWdqcEhiDbv34lQ?key=eGxxS0hDQ1BKcldIRkwxQXd5SGpMNnVoYzk5Yk9n" target="_blank" rel="noopener noreferrer">here</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2018/05/12/minneapolis/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2928</post-id>	</item>
		<item>
		<title>Macau</title>
		<link>https://blog.henrypoon.com/blog/2018/01/01/macau/</link>
					<comments>https://blog.henrypoon.com/blog/2018/01/01/macau/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Tue, 02 Jan 2018 01:29:01 +0000</pubDate>
				<category><![CDATA[asia]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[9]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Cuisine]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Egg tart]]></category>
		<category><![CDATA[Eiffel]]></category>
		<category><![CDATA[Eiffel Tower]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[Ferris Wheel]]></category>
		<category><![CDATA[fish]]></category>
		<category><![CDATA[Food and drink]]></category>
		<category><![CDATA[Foods]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Gran]]></category>
		<category><![CDATA[Hong Kong]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[ise]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Lie]]></category>
		<category><![CDATA[Macanese]]></category>
		<category><![CDATA[Macanese cuisine]]></category>
		<category><![CDATA[Macau]]></category>
		<category><![CDATA[Museum]]></category>
		<category><![CDATA[Names of Macau]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Outside]]></category>
		<category><![CDATA[Over]]></category>
		<category><![CDATA[Palace]]></category>
		<category><![CDATA[Paris]]></category>
		<category><![CDATA[Pearl River Delta]]></category>
		<category><![CDATA[Pho]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Potato]]></category>
		<category><![CDATA[Run]]></category>
		<category><![CDATA[seafood]]></category>
		<category><![CDATA[Singing]]></category>
		<category><![CDATA[South China]]></category>
		<category><![CDATA[South China Sea]]></category>
		<category><![CDATA[Tank]]></category>
		<category><![CDATA[Temple]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[UNC]]></category>
		<guid isPermaLink="false">https://blog.henrypoon.com/?p=2840</guid>

					<description><![CDATA[Because of my trip to Hong Kong, I took the opportunity to visit Macau (perfect for a day trip). I met up with a friend of mine whom I met while studying at UBC, and she took the time to show me around. Language wasn&#8217;t an issue since people in Macau speak Cantonese like in [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Because of my trip to Hong Kong, I took the opportunity to visit Macau (perfect for a day trip). I met up with a friend of mine whom I met while studying at UBC, and she took the time to show me around. Language wasn&#8217;t an issue since people in Macau speak Cantonese like in Hong Kong and shops will accept Hong Kong Dollars too!</p>



<p class="wp-block-paragraph">I had always known that Macau used to be a Portuguese colony, and I was impressed to see how much Portuguese architecture remained, considering that a lot of British architecture in Hong Kong no longer remains.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipNd19UJHbUr3ZmP55fjgjnsFk5KYYE6juVuRrBK3-poFdpY-3LDBHxfG6icaAG7ew/photo/AF1QipOGwo2jSGpTZFZjcJIW5aLJOaNMI_2ROlYlgYx2?key=NlJDSjltMjQyNGcxbU9jVDN4V0FDZWtpNG9uWDlB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pKQNuVTyF4DqpPtL_b7VVQ_QlMw926-FcPxZp8KPc4OnLw79KTDH5_UnPrfNnwZwtIqM8wzOOT1k9Au7weiktB0_qSy7-K2FZ_bc_pI02B6s-9VkfqeKd0iRytrh8vsQvULumdZrcAV1ixTBMqqGmNyxLrpR1Sc1rebqE1W_zkM1kjCFqIdneh8l9RUEJ41WsB2G6vvhFgx_uTrPJ0ILDGPggq0lFP2k6gjq6Zk0IbnUZyYaTqivwJt5iZgpVRTQoWoZuDDTs57o0_BXDf__wdLLbZ0Z21lLMkNiqX9bAwmvYlfUKzPyACIyLNz6xLamqf1n3uqVbNCUO19W4-WNILg336oMWwqdiuzaVlPch7UPtdRdOQX5gHV6iBCQIXYAPHlGQxKxh4cr7VdzB83az1_mYcc2YquCPvRWJjw_3CZ1_PhrSGNRpL862U56o4Cdrm15HAv7_jIiR2nzpJ7oehPa6C2HQ7tTWaPeDKRTBRwJP4vTxAGrxxBRA1zdI0UUGZ4iWr46bQrSyztz9t0jWMCAs3BR883O2lqgUadbukUA0nBUysDYU3pYaHnTfB3xbIrIiJiiytaH0BGdSPlDHyHWZcvZm1K32xDvo6UvGWa6uJzXb7QUfylUZ4hWHiZlnKlTPMLnETdY0cJQBgnfVgDfj2_n3Pwmqg=w2048-h1152-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">This is probably the most well known landmark in Macau.</p>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><a href="https://photos.google.com/share/AF1QipNd19UJHbUr3ZmP55fjgjnsFk5KYYE6juVuRrBK3-poFdpY-3LDBHxfG6icaAG7ew/photo/AF1QipN_8ran6dYLyijqzE8qQcKL0lHwvqbCLszZrZWN?key=NlJDSjltMjQyNGcxbU9jVDN4V0FDZWtpNG9uWDlB" target="_blank" rel="noopener noreferrer"><img loading="lazy" decoding="async" src="https://lh3.googleusercontent.com/hSWnR3HXK9hGc72Z0guQJrld0QEnqBj92N5JL9CWK1_abFsL_XR4466mBiwXPSTG8CbchDSHDzstZJZb3G1I8bmsM3iY4YUNbc6C1IU2_gttEaEZvsSAFWkCWqtx9sf_uNn0vR9HgRzI2IrEO2A91AFmTYmvsuEcs1R7XGf-0KDqxbr9h-FFq3cVQFM2Gk_2bjfpHCY0eCEkHbtETx3PAMKVMOUB1FCDPHgfZjXpz8jd2d_M6knn2XM3GCMTYqsiPKPrh-ouOotDQrqjC-nahEBy6lodXLB7jkcrp3OaXuS7IovY4qYCXaK5Po7DvhYWhJZyuM3210r7AHkyPLUoysQDFHrIDbFK0nMzIsdthSAJE2MH3eEkAczZn2UkUVcrAqAl3u0nv7b8IypllYgbY3D09TDFdJCiMKPEF8Ip7uSaPVuSdPtSWA-EHuhyUqK2XRJTMcLq3RASGIXpPHUEf_U2RpApsS1tUhUDzJyq1uYrT2SzOxeK0-eOs27dEWiUBMbRsvwWdY2UUd1mV5QjFbF96VK7xayY9tPwUkP4hdDh1WYhKriVTLQJh2Ca1bGQ_cSFZKCFIlry6Xm-14cUijTUfrs9rSR4SYRWwc9P=w911-h570-no" alt="" width="1280" height="800"/></a></figure>
</div>


<p class="wp-block-paragraph">Near the church is a hill that used to be an old Portuguese defense fortification. It&#8217;s now the Museum of Macau and offers a view of the surrounding area.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipNd19UJHbUr3ZmP55fjgjnsFk5KYYE6juVuRrBK3-poFdpY-3LDBHxfG6icaAG7ew/photo/AF1QipM2Fox3mGHKbAsie5iOcgjCjmtbFquSjQ-6OhRz?key=NlJDSjltMjQyNGcxbU9jVDN4V0FDZWtpNG9uWDlB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/wJM65YnrCzxN7i-qUCaNkCZCkN0pXl5lmm7qldxyASO-iqfcbmuypqH2NpRMNRWJ4tifrWcnxWcsa-ckTPBrOWOz_3gITonblpyrxddJxP2tKi--p3jIkJp8cyPzNwBtSOL-wfwVca85ZblXR0ZFKEwAMCqFE-unlpHBjmz5UXfbIMYmBUqwUK9FKk1XaqKkpaqtLkrvJ2Vzu8QmCU8-a8E3rRVtiFCyYHjzHh5SCtuAr0MXX7BkAwfwbbKZS6DpV4scEvUSTFgZy32WczgXRu_LiT0yGRswgx3RVx2EnZOyUvMjtyF0c-_JAq0CmPQZnAtuHXXOJsAChGifShivBPvbIPTfukkTD6kU52f9FQRwJ7EPAuPnkIYLXmvGE4U30-rzVpCZzs5yQyeKknLXKSNw5TvbK_Ag5seyGu2OitV18A2ROqzlaKnQ8JDZjCcgECUbCcoDgPQgYWtCFrqmZWF8N_YiNklV0DxG_2ZKCTpA-14JyWweIw7-IUf60kV3kEilSRaxXfTSoI7SOYzd_3binD0Pb64VW4nViqkIhG1hE_wIUNjDHOzUBpwFxUv3htIkHhWxv3B_Du6kFsFgLuwg2DnPA5RCy4wp9NFsNX9PHW-sV3vbeKnfKc6lvN_loaviZTcNx_Axkiv9IuxfdYm0FOjk-enEyA=w2048-h1152-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">This is A-Ma Temple (媽閣廟) in Macau. In Cantonese, the pronunciation of the characters &#8220;媽閣&#8221; sounds like Macau, and it is believed to be the origin of the city&#8217;s name. Story goes that after the Portuguese sailors landed near the temple, they asked the natives what the name of the place was, and they were told &#8220;媽閣&#8221;.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipNd19UJHbUr3ZmP55fjgjnsFk5KYYE6juVuRrBK3-poFdpY-3LDBHxfG6icaAG7ew/photo/AF1QipN5b72Lniq55fKlTSL0_6C-HqNKBXLeJjnQ5mdm?key=NlJDSjltMjQyNGcxbU9jVDN4V0FDZWtpNG9uWDlB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/MsbidRabRuUD0GGtXJTET34yhoD5Ah5si2WbDa5h4kIyddw0SVvT7V1FBbqyOu3vMue0muweh0y9TFPFmMo3rWZuWAlrO7ai1r4yvrh83-TWWmq6o7EkW0ZMOgTYOxyMgE6OScQEkG-QURnyzy_QLfv6XwGLofNR6vOfzSrZi7H6Rg5KOppSAfho6_w9htuhVD16nqt6kfcOLcpzD9UNhaoc92NxlGMb9uBQdJwzK8yZa_ko0e4QCfSPfIXl6fujQkdcqdZ5vRlwGDQzRBIIcDa8aEbZ5QqfpZugmxIwFRe3cqT_kW_8qX6BxIAuvbJ1q-W2xRiuauH65bTvj9EHUxob52B5-QmG-cKepYIK56Gvf1hq6ukxuXsk_gg6kQScy_WTMoSTy8PrEx_ybbevCw8ODmP5lZWnZ20QSREuNtcYCRHBLteWbDRClOMEnVJMDv1dySLtAD3ORjxrzRHN5GU-535BZdUNWlG2JNbXynedRex_YzF0w9IHpX0hanfDauxtkZY6BvYnVjhqk9jp0nO7TUG--kwvgwbwIL2GJCx6fAtfvUKxDcFXa1ingN_torXjxUAqHAHYWcIt3nGyKnUo_Y42zVTwyqDV06SXeV0wQc6YSquChMxXg8UtcVjPzpRrAJqCW1s6nxIFvwiFr2CYv3P7DgoQEA=w2048-h1152-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">The Mandarin&#8217;s House is a great example of a wealthy family&#8217;s residence during the late 19th century and early 20th century in China.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipNd19UJHbUr3ZmP55fjgjnsFk5KYYE6juVuRrBK3-poFdpY-3LDBHxfG6icaAG7ew/photo/AF1QipMSQZkv4Yw4QN5SyyEsAumjqo3VaruO6Q1M8UkD?key=NlJDSjltMjQyNGcxbU9jVDN4V0FDZWtpNG9uWDlB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/WgVPOwmRYXHh8QB-X23nQ2IbRyPEq9NHDuxvlnL1NiAbjrN_iLUSuWKtwSxAOstox411v3doYeYJTpYTwDBZ_7VSX5_C6gJrNg4Tsp_cu2nWCcv0r96IeBdQKG6_w4O9ob00ps9Ya5DZ9osZ5t-Pgr-3qKCzqxV-V2s3TyDvvX5LWqmuA-fNDDUXXllphnYac5YvrYL1jHjBWEZbhNb3MCPufOSQlTHJbUGOb-H90r2OyCG1d7EY7CUK8BwBIoEPIHuOl6K6hzF_zsLg7-RuScAHLMyHBP7elsHF0JSE7zdb8xLKkcNVS9v9EEKrqwSfkVyOwd2SmtZYEadKPWGzGip8FMDFufjdOY1yksqLpqp1t1uRunfhG4JPxtU2X1dL_8EaHLdbs_iKjhCAtwffiLsWyXxOo-ZzyiqO8gM6ZrBj-HzUfdp-TBPpTBvZhQ0K1EaVdfQw4-cE021CfhGT8ZSIxm_Cqc3H13AtCuneaRkwhW7j14Zn9mneQPxOCz2NmqItOfzxzYGb-gw9Jx9FYt7t4ORHVKtgmX4W5W4FTYqG5isudvqgK7PydQtTRQCt9tuUWyjXi8uEDzLhANEtZ0FXQ_5HjH1h3WrVmVVu5cB-c-zszx51UCog3CDdJJ_G_rmIp94ZJtnz2RQCx1f127IX6_HzVGU2sQ=w2048-h1152-no" alt=""/></a></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipNd19UJHbUr3ZmP55fjgjnsFk5KYYE6juVuRrBK3-poFdpY-3LDBHxfG6icaAG7ew/photo/AF1QipOCPgIppzmiBBgSGIVdI0ppEgmiE8MhZ7DupLsF?key=NlJDSjltMjQyNGcxbU9jVDN4V0FDZWtpNG9uWDlB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/t3q1LuGkeOKq6A45vNHVI9Row5-qMPs3fwSp-3hTGlnJpAj_RvFtYlhIIPTtQgkk0vRagLzoBspfnCnSl19VDXJteVJYqhX7hkceW7cUqk6AQfVBlvP779iSe7dZVAmvrgC8EQ56WlsxL3Af4qTiWpA1ZRJh_ksHZ42mXDjHM3ydsovN4755dFatCo3dagi9dm9PvA93tGT9vILoNNBBcXc9HZpHKc034quDfYBIufvEN9ASWNqAMmqs1CcTd5HcbDCj00uegws8TMHJQkQ-ag9PurhCcAH8YyxQW8Iq-uvOa8nuJ6TcAPi-kDGGAtw6Y7TH0e28Tq16RywuV33XGCcbPnjc1F7dg70Hnqdb_Y23bOV6bfoGj5VqsY_PFAb4Lrg4aL4WbD7i8ktIdOXd1EyBJajJ2T5RUQ9FJgU99Pi9qzUZiadPEuyMflr_YAkhIOt8Tka-YyyfFc-zQbZvzJsanJ8V3HdWd9g49ttPlV9nZIeH9MAqVBhiP1m15wYkzEeuujr1iUhLSxf9-1QnSacWrLyKnTrtSDGG9p32PWLExwsvR0uqMGF40_uc3yCGdCf4EjnacVIkZxE8cgecUMOQyJKKnHvF_YyhheXhMtIfvN5Xc9h4XAhMxbxK7nzuU37HrxNV_1lLkpwQRDcI-v5WN8jg4Hgqiw=w2048-h1152-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">Food-wise, there is the Macanese pork chop bun that I mentioned in <a href="https://blog.henrypoon.com/blog/2017/12/31/hong-kong-food-post/" target="_blank" rel="noopener noreferrer">this post</a>. On the left at plastic gloves so that people&#8217;s hands don&#8217;t get dirty. What an idea!</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipNd19UJHbUr3ZmP55fjgjnsFk5KYYE6juVuRrBK3-poFdpY-3LDBHxfG6icaAG7ew/photo/AF1QipMDIF-w2aFH3ljxc5LcqvjPQZODbcKTnOg1qnp2?key=NlJDSjltMjQyNGcxbU9jVDN4V0FDZWtpNG9uWDlB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/GbL_85g8skBYVgIHHVeYW-0szXw-b9Ndjn3xo1TV1uCA5nTP7NGrBrNCthfQ-0QOP4P9uqimRgiEI-dpo-qWsNkVz-SwnxnIbNMdHlUy-UFrj05KFQSg_yRldDQkO7XZkAwy6Glr5mMB7zLTWyYd9muKH5NIaWOpJRSqvxGxY_T-KkOSIbasZX3Na-g8mT-xbDeMvV2DVTozSE8MHfqRi4rgunL8DOlUUg7BZc-8OkGc9HMsDwluYMe5ZOgv-eSFJF3TpCDgT3vHjrHO8tn8RoJqKGAkI06xqLnD9Mx61uxuUBJ7kq8jk1p08Nc9pYiO3RHSTi8lNwyRQS-DTYLVXaKRAldjyJmcb-EXsmsWOihAfrnKt4Dnr4cXJFT9PZltx3ELmPrmqInbLqj65Qg2jdJwODuo_gk3CiwgKySLcKVtKopWENUhTmgvVdRQqF0eSHKgqdaLjapBxdQ0hkXtFujz0RXx24ZKC9kwFDsH4Ymc6wlFbMRiwop4DKbz7UmuTE4Ew9TM7QMutYQhpaN9Xf7r0yked3lXinvPA5Tf2-i7BWfuwX_9SDmBqMTOqLz3cibWTIT_dXUQqPAPXq4_nIN4_VCJ5dHKF8tjz_hvLeoM7EnWv9C5IhczRM9p716n762K9V7S2aQ9l_tZgPZPJsZOQ5Vnfz2KBw=w2048-h1152-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">Next up is the deep fried bacalhau (Portuguese for cod). It&#8217;s a mixture of mashed up cod and potatoes with other seasonings all deep fried together.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipNd19UJHbUr3ZmP55fjgjnsFk5KYYE6juVuRrBK3-poFdpY-3LDBHxfG6icaAG7ew/photo/AF1QipN9WBeWZMtZdo5mOS3ZfzbuMo_DtwpRiyk0D7_y?key=NlJDSjltMjQyNGcxbU9jVDN4V0FDZWtpNG9uWDlB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/ZgrgSGwMmfjXhC8t1CvijMwqIbeoPOS08UczNKzKG1rBcf9R_fl4Nt4t949o9CLWPBDAhiQ3DwezhalDmpaLRLH2v_5Y8OIshtbTyPwCnFWwwQSlncBT8Nhtrq12AbzjFvVbRpDrEnCDOj0TVHrPv4kPRJTCWWX4DxEtrtZcJ36hY_Qk_i86tST7ckVvUjW8-8isjrdsBQGdAnAr830_n0jEqmZzgR5XJ-5rgXclH-6AgQN8A_wLRdC785f9xTK57GZh8hNhR-kJbCdSGW0wSsvrWKbj3iABLODaNZZaHx6LHBa2HTPOvdqTG2NS5RtodJiGuTMAcDD-A3u-ynHga19zgaFWRga_roBdzb8zZ664l6hT9F8D4ZtDz83L48jV7ADiphhVyC8oWkBAN5mUomp4JruK0q62ruhSuy3t1OSPRkxtCMpUmVtRQZPoUkKQ0WFvznfBXOgsCfyGSRGzfRaH7sM0NjGO8JJLFLAStSrzpHM91slYFQRRfpBAvsfLIRln8GgBqA_jrU78_d6WV6lhUt62B-r99s9VOpwStqLXj-oMY1UGxWp6cK1sEoiHG3i-a-jcUWvr8Arg34zxiwPvpg1eJMMEGhMihwOmiOd5710TvHC8U4V2FljKYdJdLPNhXlQ7c9V3qc8IX55-7pq9IfItj0dV1A=w1152-h648-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">Everywhere in the touristy parts of Macau, people keep trying to sell their almond cookies.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipNd19UJHbUr3ZmP55fjgjnsFk5KYYE6juVuRrBK3-poFdpY-3LDBHxfG6icaAG7ew/photo/AF1QipOxIBeg24ay9F0BdKlMhW9wfXL-2s9ZOloGRlHJ?key=NlJDSjltMjQyNGcxbU9jVDN4V0FDZWtpNG9uWDlB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/DjMNJw7IGHNig6kjJa56hAlAlEZcASjXHjU6M31mdaIInIPPUCYQcjw_LLWjUA5uPTLK2J8qhg8Mj8jk1TYHGaMPDu1pdjyGKtFZeBHE972p3fzI59U7gat5a083KbrCQ_8j-7cXGYCg5cGvImCxSJRGCfFxU_JMqy66OyzQ3ePoNCnsaId4296DfqSz6kYsNzt6tKEvJySyZZtPxwXIh5BVKvJ6aBQZRQYkVhMeom0FhgXGKNUUwMEL2TTj8iG68JADkWbhYSNWhupYd7Jd4LU8yUJK65LfMcZ01cJf4EXkmLRVYuU1oqierH4ddROq_owp8tsPLAqQFME5EUwprLkHjNaICLKIzdo8Z3jCtAOUkJ6HbU8HWIBhS2el6REH2BuHTkiycKlv30oXh2oU9jeP2yXRzSvI3TQMiZsdjBj5I02XECn8D3xit-ZGIuKrNDhQBeeHQDZToOOiV_DqI__j7u6K30VaAA7cbmxQYtuHG6mQxYHkRWKOPSUIFdiE8tM9o0Vle7mYjDrK9gPkUrXkQHu70T8qkdNN3rSegJzFNy8M9vaBeB7ET6095IMeaNNhrA4mEwZEYVc_Q3xrTtZ_3rQ_Qtv8txvA93AoF_KnaM_1dVv7HKk8pY6OpoEWlUou79THub1aZQH65vmMh9D_Uyn16t44Bw=w2048-h1152-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">The Portuguese egg tart AKA the pastel de nata, is another famous food in Macau. It&#8217;s got a soft and crunchy outside and a sweet egg custard on the inside.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipNd19UJHbUr3ZmP55fjgjnsFk5KYYE6juVuRrBK3-poFdpY-3LDBHxfG6icaAG7ew/photo/AF1QipNhV1UrCx9flH_3_LtXXo0sjzjF9Z-kY94FFZ_t?key=NlJDSjltMjQyNGcxbU9jVDN4V0FDZWtpNG9uWDlB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/EL5Wpowv7Kh3V92s9WXz3qAfTiOpxMXeBlSwEbBIi-B7jOb2AxIVWW0y7DLqclL4CrfNt0x4LEqnpxEXzmQ773K_m2L_nepptbs6KVXHav8_jQVXYxcbxMDoboB9FgXoXurf1wq0hhZbML4ifyJxBHAEjBeyr139JgxjG3cwM9Gkuk0GI1b_1MDz7vzd21oEGLjqRC7ngbabAWtoVlJXKHJ1pnZR0uAxere01r5VbgJV6Qyd77rsVNEzKE7s84YLn9ADe7IygPlOxfdMS91xvkZvQ3UTQtoz2-0V-7E8HiI6cKKh4Fmkb0PRU9a4CZoLzp07WIIZr41Lhi3G7LIDKWwFSIkrfFQl2lB9Ql_mtuVghcdsbjeat69-CnNhJnHyMk3RWfohpPTrF1i7luwLXMLjl1kts_R-34NrRfBbg5uDtuuNbjAWWQzHue5gqbhuQ9iG8_Y-sRF5nI8kZpe9T-pNSJ3Db_xwDYx_BDmwf1OXBbFF_MUWX_z8BUvz4683e73brW-fwKHs_5-3QKgbvHZS0hHYEH2cTFXkBp89wX-FJxI6iKiBczK0GjAdcLV2cib1gzNMb5r51Y4t4euOvezXFpGRPn24syQUl6KYPZoK8XCo7F7v8jFBgBE_BbQmHRRsBtSSmcKxUeuwuavegZBbB7asPMK36w=w1152-h648-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">Not sure if this is a Portuguese or Macanese thing, but we were served super fresh shrimp that were cooked with super high temperatures over hot pebbles. The server showed us the shrimp to start and they were alive and kicking.</p>



<p class="wp-block-paragraph"><iframe loading="lazy" src="https://www.youtube.com/embed/2b0TRMEFeFM" allowfullscreen="allowfullscreen" width="560" height="315" frameborder="0"></iframe></p>



<p class="wp-block-paragraph">Then they turned into this.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipNd19UJHbUr3ZmP55fjgjnsFk5KYYE6juVuRrBK3-poFdpY-3LDBHxfG6icaAG7ew/photo/AF1QipOx-UqBAuG_F8fb0carf-wkMkkQ_MyYrQRYKwfb?key=NlJDSjltMjQyNGcxbU9jVDN4V0FDZWtpNG9uWDlB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pQvKu7afhD0qtD9qmYAGcx9dVdIceLFXa4SlVvA2pS23LU86WJ9DZXC1lv2znNHv4NOVlRvgg8nAaIQYGQD-3x8N--mTxk3ZH_BdXbArCWVXBkSSZjzD19t_vt5UsUScH54_h_9V5nul6kEDCLSfNcl9GOtxXPkxVSgmXgwo0IsTGjU0IIq711dOMQtelI1dcclauQWtxer71hUtqZJJz9ZpMMivqrv5FECyB_d_OkgcXIdFDoux2mDeQstzzzpKD0HgipoCFT7kY3qKvbQyZ-OorDUmlQcmCjDaWy-iI8BK--z-yZJW0V4a1L19TqI33Uz2mVWFiEB5c4Mb1MCjni8rcPx_V6mkY_WfOyQ2DXc_y7AvL0hxKeSrwk_tSyrjA6EYIUUbf5mRr9p6v1Yl8RMYP6feLyDKDwcvYzIjoyGkRedl3rBkZoCcITWD7V4fNsKge3p4BNsqxRizpXVkorPODiAEMt1JHz6L-bh0xwiHHnpV5jyICSyKo2j3b9ohCku7wDKe0QpXUF3ifZj8JhzC_6bbET_AS-U8Rjj2BYS8TZHV69WzYGME3AWz0y9UVrm83ag1h4OeftrEa-SjNc3LqT6sBT_JWRksFGeaz68cXM21TQkL9PXzuFnEDkaFsh_Rr6I7F9Xh2l3Z67lddE8qKcAT05Y-iQ=w2048-h1152-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">I can&#8217;t say no to roasted pork.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipNd19UJHbUr3ZmP55fjgjnsFk5KYYE6juVuRrBK3-poFdpY-3LDBHxfG6icaAG7ew/photo/AF1QipMOWcJrXM1VDobuCr46wUypwR1-p78G48ZF5JiK?key=NlJDSjltMjQyNGcxbU9jVDN4V0FDZWtpNG9uWDlB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/z9f3ygZfuByI9gHNS-g6687zDpJEU-TQKmhVuGHIuZXQBl5pNtG7La0zFTLsuBdfObn0RzePo8egYYwVq_z_7jZ4ghQLQytXGS01XgTGtQDfNO7Gql5WiX9eYh-sUddUI8vysMEAG-ez4bQs7uboMZiH2c1Ghj8WOV3fNyGKFfe0aIIRDLkMJIhaya0RMPwIDErBqrnf7x4yDxzrrh0HnFDQXc5wXtEFkGr7c_o5OtrEUrSgyJfPGXSATIW-lSItx-xySuS5-QxbT3gSyB6-wCneeo7IWg3H10SJHw7S6l16-uLNhbdDk9Wkx2xvILhVnoOSTSvXmItTdaBy_2qyPbWb1bAIKH7F8zaUxmcZSM5ds5gErzLKcqgk5p8WQKuE8Gm_6949Or-i9aDmmmlqYW8mXDJyQ7m2UX9-GPiLBpz2n9sFhQLI1ECP97RjhI52OmWW8SmTBR8cSmXIKQ-IEKGffYWC1Gn2xW2eYrZrseTEDpGZfxvTyYLV1FMfk4_H6ZCvmVSr7XLVhizJxxPYPgXtUrIiVGjOI8C5hyiLRvf_liiByYyM5bKnJtoY7x62x_JTkmX_nIQvgCE27dhe723hA4FdU_AlACpeyuQ_BpU81Zfr1guOa2NVqTp0vbfkqqQ_M1_vtkkGoGc8SminDZQYAqBcwpOvgQ=w2048-h1152-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">While we were there, it just to happened to be the annual Macau Food Festival. Perfect for the seafood lovers out there.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipNd19UJHbUr3ZmP55fjgjnsFk5KYYE6juVuRrBK3-poFdpY-3LDBHxfG6icaAG7ew/photo/AF1QipM5TlXQCsGILc_CxooZHAZLMUQ3yJOHlVPJ2io9?key=NlJDSjltMjQyNGcxbU9jVDN4V0FDZWtpNG9uWDlB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/D9XYhNFjjlDWepKBT3iSpz1hA9QmoOU1e_IqEwH8iYpdTolhvASpyZHEED93A3uS-5iB29yO5vaI3BnVkeAp1iK5sGSczXpeY6QlkkkTgu6ioRshPSwxKSF_7hS7qzX3Fzmmf10wNsiDzYOFJPPdSkGHNd2GvyeE7DwF0wjjNmVlyxfNmmmND1ToBHoyMUM8e53zQvkimSyyQWMVKzf9IHfjPW1oDQkypqOzpso0xf_QXfgDzHVPPcK9JZwFAIYsgkKmZFvfz4MAY8AIFwrR-tmu07_kQUBwa4xvj0RHUR1bHOGtcPLdIDAWX0z1g80Oc9sS6VP45VpNdrAQmiZeeB4yB9EU-1pSRT4PymqWp-pyq3XLDhYy7tQVMMuAjFxb5RvMPcOTuJNV9MpA0_RvtRSoihSk6w2c5ERSf9Nef_wgtWEO9WnUQGwsvC5vYiHyohh9Atnk9taOcukAFu9OlZvTvN63wzzpvFAJ8Gjmvq2BXabAPFQEQC8xoMxtvsFJbSzTDRMpUUblSzuNME0vQvW0m_P46ulqRyWqOnXSoARMB1SUpj9P-_1GmC5OKsAgIpSITkmZJksx1zNt2AQZasWbHiSSWr7blLhvobvzpJmJATRzgjnD1jrTxAlY6xwawEa-yLwnfPkfP1Zu-_Z4pekh1mIoJZTp3w=w2048-h1152-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">Many people come to Macau for its casinos. It&#8217;s like the Las Vegas of Asia. Each of them set up grand, extravagant displays for their customers &#8211; like this giant fish tank at the MGM.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipNd19UJHbUr3ZmP55fjgjnsFk5KYYE6juVuRrBK3-poFdpY-3LDBHxfG6icaAG7ew/photo/AF1QipORwzsivB2GPfZsBxnkZ9Jc-u6HYlygr_-gFnxT?key=NlJDSjltMjQyNGcxbU9jVDN4V0FDZWtpNG9uWDlB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/H-E5W8Kl0-MnH9TU8fRvs4rjDf5RujWtFoAPEsYY2UA0m_duRlsuzJAf5gk4rmOc0jGO1lbxW0re9Pee8cBeDZKya0LynZ1RZHdU6C43Ivn34AMAjyR6FtcRtJrxJABafVbOxb7OheY5pTpb6Qte08ahKL2WaSX3Ol1c5512uivA_knT31qaAnkNOSWwEGNglIIw-vqYJ45AeNnU5rWYnr3aRQlkyelHDG_k15BArVTYIfoZG_pJoADNX07H7SqglS5bXDIMetW9mls79qQamQAYeoG6xxt_rGA6Zj8kbvkMH29XTf_M-gL_CfuIrY7btBjAIU5LM0EB9pcfcl7fEPzBWblRlsQCKuUU5mrIeDhADzjndayLxBWuJPRB9LJizJzqMin6XuESoHHrwTtWHmY62FWqymzvenOW9VgxH6GXnd_piWsZofYPD7tIIXfIerxHLZeNPdhBJQV-XQsVAi2xqo74U67LdwOyLcFTxfoYJhAqUyOqlHlTjl1dEkMWKHmLEDj86QbOZ1J9TkY_eo_AHlNyv4ibuzWM0iNH9rfrsZqCCzJoZlK5N2w5f6nn8HI2yUDkbjYTm8YCQJr0GcSqcK4HGut6mrb0JqaA3sieDCez9F2LHkSQLQ7HBDxPSSEsX0_6-5AoESjr6lnMoODzUIFd5ET3Aw=w2048-h1152-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">The Venetian is also in Macau and it&#8217;s quite similar in design to the one in Las Vegas. They even have the people singing for you on the rowboat too.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipNd19UJHbUr3ZmP55fjgjnsFk5KYYE6juVuRrBK3-poFdpY-3LDBHxfG6icaAG7ew/photo/AF1QipOIWMnUdhVo1AyKZEk7JorpQfjSbYpXCjp85-NX?key=NlJDSjltMjQyNGcxbU9jVDN4V0FDZWtpNG9uWDlB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/34paVvU--NuieyBlD9PK1tkRGetR3QC9OtNn1l-BbJhGoA_rHAtrqkb8IU9WCQxuZHsNZ68Lour2iq-e4FLB3lLRzUkyIvzTvUFEiD9RXWZz696O1ZGzh4nqeIWD6ZmRLqfVTYf2vOVmzEtVf-fVNAJa7AoU2-f_ksr21uWzrmaykPqBCNDz-P9Y-GQzlSp3cDogieuWc_gEMl0NdmB9cpPvw6ZHMTiPN7LpI2ZQ9QL05oPf5fMn8qBHRH-tzo0mQArypI7HeOrInisMVSfxovEkzCJVhqjDZ88gs8HtP2mY7aiwpaGw8aDKMZ7ROZu8GDkjtvkxV3PVLwB8YXMdDisCj6tDAoHTZLUIust6jXTtugZenBy1dmkcBj9I_eJC9bE5Ae394xcDEkDfb8nKrDh1teIz0Q89sriaSJFtiBz0ZO-UxhSb0hQrJqT0sKxWnx7uRnce9EmQYehFshPQkMipEUkwvDj9S2cawwyiC5A2MZWGCDSEFoL_SLBJ9M7UhhX63XNkacRPYD42LPXrkjlaSnRtDadjamrRi12iTYuB5lYZsRro9pnndEti-HX1TPEmwiV-M81bi4vf3ie0SLirSzY_kbqlXNkIrLwvoV97WOVIp5jWFMpXKBsArYyWggFNnuu1ZYTMhC1et9zMY5hPweHBhhnXuw=w2048-h1152-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">As is the Parisian with their mini Eiffel Tower and Versailles-like interiors.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipNd19UJHbUr3ZmP55fjgjnsFk5KYYE6juVuRrBK3-poFdpY-3LDBHxfG6icaAG7ew/photo/AF1QipNZU1do3az626Sr9z_DFWR5IBcXQ9IwA44wcv_s?key=NlJDSjltMjQyNGcxbU9jVDN4V0FDZWtpNG9uWDlB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/LC6N_KiAJvgjufziLhnEmWg1samPq_u52cUQeHNvUffLzeSdq2Z-hw9aFvwG0GUCJFJVioFvwUW22wD8QTnrcsLHu-kAfaumANrGxG1lmSJMIwe3hY0wE_Ni1Gkbz-lBKLISv7-tdErqJU9U-5VkFXdiBvVdZoEpb2_C8C2CJDRBY6U9KaT7Fz76YTRipzHYiGhq4WDcukC5pyGv1ltc90qJ94MrtzQbWPFvuN1od4MXX7S7J9r88eW9jxSGjGfRWKKkmcOQ-XZ9rnDJ2nFXyf5ZV-6DqxU_eSYtuEkEJ2ZXV9HpktyP5iX_gN5654LXpGRvHQUbFGckuOsVu1Ss3GfRjxhd2yIa15-d9di9LPOrqbD6D8DJhGfdkEc9n0vzBGDGR4I2keP1lnvLcCa-ykLaAw1bj7eHvFq4pxwEBRAY2wfGf7FpsHo2eWJKZz4PfrUeJ5FIWzp-feJXAKzXV0Sv-xK0KuQEANSUOyop4PedldnsZ4yGcJAD3Z1nVnuMWsJvSlMgnfu4t3fwq6TwF9lKoy8jE2NvJF_ftS8lZJWX8wNcxt2D29RmVlMFuSmpmOb2DSi1ni39FOkvrE5EVk21sOCG_5sYRAZ-_gQCAt8J9FaWa17rS_sRfF0S8XPPEPjJEjg_u0P0VozVohGUDpPf1jh57U7Jsg=w820-h1456-no" alt=""/></a></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipNd19UJHbUr3ZmP55fjgjnsFk5KYYE6juVuRrBK3-poFdpY-3LDBHxfG6icaAG7ew/photo/AF1QipNNDupD9crrBt_BCLKA5n_ZmHnpjSyfy1S6IQnK?key=NlJDSjltMjQyNGcxbU9jVDN4V0FDZWtpNG9uWDlB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/lniKyT766JR1CXtq5M3LbX15vbeeHLXeDoaHerbq87q_BXj2Jn1TI0O3wD8Jk3d2D6X8gxqezG56UpMdo8JZO0wyXC2l-aFX1HXC_eCH-Xb8MJpDv2c5hNeu_0shZbEgl5uFxzKNz5UIz5Cbp9ihuFQcYW7diQGJzkcAGgmo4FWgemLJhvcXuWMoex5Lp6cN7nMPQSl3Sbljp0rOMk3Kknfaidom-Z2LxlXhRxOPwqpC8xkpairgQN9V6HbMjLfqdb9T-opzmKAdx8nQe1Q7xo18yK5YXAlS3PsMmn5WhWUJ6EZCm09JF-667hHKZW0CBIm1Wb8jQa3l_i2kHSC_6L2oMZ7A4Sxoun56f1Pw3YbiMzj8ZTP0sDXrcx_b7TJj8Ei3oZz5fGr20b4o_sbP04FbO9hvYDbDdsk4PvSnuwcvsIbL-wH2eSCjUiUT71Eh5p0TLMrTCjNcsmL7xV9VxOI3vjaUdKx3PonIsAQKH00ZpYuHc-WP4gdTAbyHFo51U99tH_y9zPMj0dIVIx8n8PYWfetKfSGMBsLzpwVNQgwe2vgxe4sxpsg2uxmRdS1Tu05sJFcBPBtrNEd2xuTE9nL1vxZI-2qbQLKI3r_abeKrPctl2uO-4n3V2pLJlcCdGtQt8GeRHJWobyLnfBfUUh3Y_myhas3oQA=w2048-h1152-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">At the Wynn Palace (I think), there&#8217;s a Ferris wheel made of real flowers. There&#8217;s even a free gondola ride to take customers into the casino!</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipNd19UJHbUr3ZmP55fjgjnsFk5KYYE6juVuRrBK3-poFdpY-3LDBHxfG6icaAG7ew/photo/AF1QipNVWpWUoG9INmb5Cw3whsSEbsyWScxDCKuBUjr8?key=NlJDSjltMjQyNGcxbU9jVDN4V0FDZWtpNG9uWDlB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/-wGgzxf0o4mp5VssEQC8GY5GBNW3a8jDGfFvC3DS-rgWzt2GFN4qMcnnhR7uko7TyorgbTVZZFjCrlFoicyNkM9XF6iYCTiLgzc4Ak2Hsp8AOsDfwvdjcOBmu1thzDZmDgZbiTzUD_kQkFvmjJgcEaR3lF5jOWOVAdF4e-zGQsf9nd6Gqlx53u09zyGu0i7FG73WYNqNlXHZFWbKRRDshrpmgZbjX46-bRihP6Mlw9ZZa3BmUcf1gSkqby2EX79N8NPTkRZVLONaWjprDd4jwJ6xYn-GpPCOSmT5kyyfoJNwhblIzFReXBhjeTaIMIDEwU6l8fteY3_Zhw9FjjbP9FWB6Lb7YWfWQLufSzDUOvbIpqRCW3yaVXGQQcR1vXMtWUNJVan-xp2Bu9WC2yPvcs_WVFCpC6DXPEK0GvMJZz1TtXKezj7D_vro82aFObHlmJcf4zuEqBIZ6nBfdzZ6GwbiS3OYV623LV-VfLgV6W5uJB8uRUUQ1V9gEkEZEvcYBrqp8Q5kIdnzG-svh0fQID7geKHry6YZMh3D36IoNROlBY2GkLOx5Gko3OeOK4aHWlpMoqLSA3zyUg5xkq3exRQlK9saSTNiPUj1wBc_l-C_cCPVdKab1Rx3hhvvV3Gn2ThAR4DvKdwCkx8PEqWILRsqgdEVsrpx-Q=w820-h1456-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">I was lucky that I had a friend take me around Macau that day, otherwise I definitely wouldn&#8217;t have been able to visit so many places!</p>



<p class="wp-block-paragraph">Photo album: <a href="https://photos.app.goo.gl/IGhOSNsj8KMwQBjF2" target="_blank" rel="noopener noreferrer">here</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2018/01/01/macau/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2840</post-id>	</item>
		<item>
		<title>Hong Kong</title>
		<link>https://blog.henrypoon.com/blog/2017/12/30/hong-kong/</link>
					<comments>https://blog.henrypoon.com/blog/2017/12/30/hong-kong/#comments</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Sun, 31 Dec 2017 01:14:44 +0000</pubDate>
				<category><![CDATA[asia]]></category>
		<category><![CDATA[Afterlife]]></category>
		<category><![CDATA[Animals]]></category>
		<category><![CDATA[bear]]></category>
		<category><![CDATA[chickens]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Euro]]></category>
		<category><![CDATA[Europe]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[fish]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[Geography of Asia]]></category>
		<category><![CDATA[Geography of China]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Gran]]></category>
		<category><![CDATA[Hong Kong]]></category>
		<category><![CDATA[Hong Kong cuisine]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[Index of articles related to Hong Kong]]></category>
		<category><![CDATA[ise]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Lag]]></category>
		<category><![CDATA[Light]]></category>
		<category><![CDATA[Mass]]></category>
		<category><![CDATA[Museum]]></category>
		<category><![CDATA[Museums]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Outside]]></category>
		<category><![CDATA[Over]]></category>
		<category><![CDATA[Pearl River Delta]]></category>
		<category><![CDATA[Pho]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[rain]]></category>
		<category><![CDATA[Religion]]></category>
		<category><![CDATA[Run]]></category>
		<category><![CDATA[seafood]]></category>
		<category><![CDATA[shark]]></category>
		<category><![CDATA[Shopping]]></category>
		<category><![CDATA[soup]]></category>
		<category><![CDATA[South China]]></category>
		<category><![CDATA[South China Sea]]></category>
		<category><![CDATA[Speed]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[street markets]]></category>
		<category><![CDATA[Temple]]></category>
		<category><![CDATA[Thou]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Tsim Sha Tsui]]></category>
		<category><![CDATA[Vancouver]]></category>
		<category><![CDATA[villa]]></category>
		<category><![CDATA[village]]></category>
		<category><![CDATA[Z]]></category>
		<guid isPermaLink="false">https://blog.henrypoon.com/?p=2809</guid>

					<description><![CDATA[In contrast to my first visit to Hong Kong since I left as a child, I made a personal travel goal to actually do touristy things in addition to famispy stuff. I ate so much good food, but that will go in a separate post. Last time I visited, the hot and humid summer made [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In contrast to my first visit to Hong Kong since I left as a child, I made a personal travel goal to actually do touristy things in addition to famispy stuff. I ate so much good food, but that will go in a separate post.</p>
<p>Last time I visited, the hot and humid summer made it quite unbearable to do anything outside and I spent most of my time in air conditioned malls. But this time I went in November, where one could just go outside comfortably in summer clothes. Good visibility this time around allowed me to take photos like this:</p>
<h1>Touristy places</h1>
<p>For touristy things, people visit the Big Buddha &#8211; pretty much Asia&#8217;s equivalent of Christ the Redeemer in Rio de Janeiro.</p>
<p><a href="https://photos.google.com/album/AF1QipO2xZzAOu2UOrIEYZtOfJ08XWaydSfHss0TJRXo/photo/AF1QipP-I4Kj8MAOkzOpnatDF8gY2KaZ_b2ML_CJF1Ks" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/Mjq9SYumxSZQwOBtxcaNs8Z_Rwgi5OLuA-Crp3rGoiQ-ItlCxNK-KRLuJtHjO9JaK-5tFZcEH8fBXmthShUSWv-C_LdQ9mb2SnhBJ4ywDLVCUW4Rx5yfaTbbyLGqUlXJlK_y8hYlCOxXq0NTiog8qj2Qv75UAnNK0fOp9yB2ytCz_Ocpdt599g7bkXBmENi0yC5ImB7uYScdzd_g1d5H1fEB9JZ7hEBi3miwWYE7Ey9bHVPLSyU8sBFrFBb0S-uQWTzsej9X2T39cLn6jbyNKs-BwcRul1GJaNh79zBuq-YmM8aZQMCZ0HZQcHHBiwT-RHvn9ITz7d0WObpGSOwD8p3dIHLL-Cs9Rh9ayO8SVmKUBrg2-K2kB40-LxihWv3_IlDxFrViI7tqqqS7oNxGnN17zc8c841eROhLPUjXwg-BQ4PBqj8AqNyJQMsWI-LP48VNWfRfpolad-U7HhcmDiGLPV35IP-VHz_7gOrZawF1UjUWYLt_KcPgYjaGGIBrVdLzqMpSX8NKIDy5ohSdUqhCMsl7inkqBHTTpTd9zkY6qbBMLt-oCrNU0c10Xpl4YHHA8YdKYH0ViT6LtIq6GHprA5W6Si-7bInaHCxu=w2048-h1152-no" alt="" /></a></p>
<p>Visiting the Big Buddha requires taking a 30-minute gondola ride up a mountain. The entire area also contains a collection of temples and animals wandering about.</p>
<p><a href="https://photos.google.com/album/AF1QipO2xZzAOu2UOrIEYZtOfJ08XWaydSfHss0TJRXo/photo/AF1QipNWKrzplOP8pNhMI9GedgBs5dvhm02c6E9xGWLF" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/9Xc6p_AYtBQUJZL8urmrk1emM7aL5BKsx5D02tbg1tce_PI5QB3jCAzgqYj3QaItPH0qKHSutYKRQoDOoEsXLCPae4isSEBEtYJDOejQQJ0AThATk6hifYmosqdWiHxGXYy-0U7hpA2EEl99nRP3sgXVY1ogzagyVX5mLjRk6PvqKsf0aG3ee07hxtkUTVbqDLKAiE0q97EMb7Ac9d-BZS_BuEiqIBc8Dcmhy7YmR9MzgkDCG7wnOSMDn-LSxMHk1OHCy9t7WFug-iwAxqPa1KSQP_YZrq-Rk5BueT1vpPmPd42a-n4ifYDGfF0bqQoPF_3udtEDB1_yYYHPqvBcNUo72ggyNaPARXBawp0_4J1ZczdYUF_uCTqiUDDS7jp4kKz78nAgpx9Ja5MZRLiFYdaZqUvRU0Sqjvkuq3Ie6u9bldyfCkYrcvlpz8kDtFXGXlDJEctyAd5nuGtC8BNPkuErmI6qk_3FbIp8uMuYVV9vXx5kb_tj083MuzdtVCh9JhBy6Lg1iDZsWwxs8XkNS3LUFehscLYj95GF_PvvOZkAvRb19s7zdMSwTQM3rzppZW8Bh71nrT8TIxhN-eBljDLZsOOMkADtDKCvThXm=w2048-h1152-no" alt="" /></a></p>
<p>Visitors can even see Buddhist scriptures inscribed onto large wooden posts.</p>
<p><a href="https://photos.google.com/album/AF1QipO2xZzAOu2UOrIEYZtOfJ08XWaydSfHss0TJRXo/photo/AF1QipMf2kz-FLpcB-pXZ8fjLZ0-Q6Caiuf8qO43ZiKU" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/vTQm38tSbN7bovRa4YbYoJkI-oT2PEEMLR1Oje3AUJC7acoS9RhvNg0pLWiwh8riD90v3mjkFR0-Unebocrwc1SasSP2yJGEsQ_uy8nfd6B6LvBOsNcpzTodb1PzyqAaSPalHIuGv2SJJLoHsGKdgmxgdTUf4e6Q_xh7uv9whfJpZcKoVWbXrZ0LWKiU06_n-NkZfnnSW3wUmKLnwvm_OLTCvSPsCE13MkpxH82V99Z95c6opoAKWW2wh0QENshF3_5dXHtIIzMrTXzNIsUjjtPlNAfQxJhB9mc-S3vo9Fw9P-o2NFlb2rPZ7N-yCKsXyr3kc7EuLMHh6GzQF_eE6qNl7a8CXoDjyp_lHrkklYTPBTPLIJUhnEtWPMLNcpa-8tic8M-t5KyogXRcfhGHBmQRnpHveYLK4y4ko7uv41a6CfXRDnZCmeFlU3XszyeHUn7wAiUCgRR-4zJ_vq27URzYOfEJ63ADB8BpzFD1h5lQ3nMyCzX2n2M6zoQtcLP-Y9kXb2ujLXiOGZeMRKE8ATlOECp1_Pidrcf_l1PF7Je1GPITLvtnW8Vm9nvfVgeQv64onFLnPnmDsoV_FINaCNP3l-AAwEh-pHuPsDUF=w2048-h1152-no" alt="" /></a></p>
<p>In the nearby fishing village of Tai O, people sell all sorts of parts from dried seafood like swim bladders, stomachs, starfish, and the like for people to make soup with. Notice the giant dried shark center left.</p>
<p><a href="https://photos.google.com/album/AF1QipO2xZzAOu2UOrIEYZtOfJ08XWaydSfHss0TJRXo/photo/AF1QipNGn_7NHNLJEL5Pz8V9o4GBvTVU9J7rJZPrZk5l" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/x6GEJhhYpYxyrwh70Or35Ht8xFZ1jVNOV-qU2i9Xw-WDmJ_MO8ON6USPF8YB_oQ4w5ygulk2m6TKcQQdrzJ5Obn6uUMZz2F5Y6ERy8WSVRPeb0V2-UH8sgEi5Jm2jWPD7bdbgbFbIE-E3vXn5yic_1IwujVDBEIeeT9oAU9At5F6xncMInV5EAxKN418pJv2ak4UOEXK-crSV-SYbBKtCbYBtNS_2h5aCaQ4Rft1Mg-8jkVZdzBJuQFtacVdSHeq8n7Rvefndr9JFpqCd5MQU37Z6ioTO3AKOqiWgQwEYP9a89KFP0uBvHwTSMPSVd42fLldkBo4FS1YUCqW_R2GvzA4jcU920FwTFt0qWNRMy1-cv9z4nCcTXM9aYZLzDt9clxPza1skg6oiILgDzgDiNrP4NHIA_clEc9rN1iGumKk69MRBj2zA9TKUBC2QU5FCLaakkaOxofZJbzukVAPefzAo-CeGvfKp7CbuDrt_tOPCXN8kwg7BN9eq2PbUprrOMtHq9RVDnq_AOrGIqPQSwcER7UItx5MR4KLolPVrvKWnbqiZ97h10HVdjuZBAOjFYwUQujNsmm_b1VPOZAqXUJD3JHiMu_4izPcBmV6=w2048-h1152-no" alt="" /></a></p>
<p>Tourists often visit The Peak as well. On a clear day, visitors can see all the way across the harbour into Kowloon (the northern part of Hong Kong). I took the light bus directly up to the top thinking I boarded the bus that would take passengers to the tram station that would go up the mountain. Without realizing I already arrived at The Peak, I walked further up the mountain just to walk back down. The views from up there didn&#8217;t compare to the actual touristy part of The Peak.</p>
<p><a href="https://photos.google.com/album/AF1QipO2xZzAOu2UOrIEYZtOfJ08XWaydSfHss0TJRXo/photo/AF1QipO2zc0R4T8chsxte0vPs0otOEnbtJrf41mR0euO" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/YEQUdRvy7p_-6djMknnimjjT0pbXqKqHje3B7eLErttO3ReR0mnLB-4CRCeuvzinHiT9c0o6q86IwKnxOO5VSU1y5SVZg3VyMw4cehG1Idlp_TLdZ3ymvPfWSCfOlPTN8u5ABk1AFL-H-1CpFYHaQqASSMNzFS7QVYr5J0psnuuEsR3UWX6cEeS7QUqK0LU4iZqokrV3-9qsmFxiX8Ah9gmHyka_ASeYpCxB4BMM2WGVY0cn6aN4RNm0ZcnSTQ4LaAgMEmA0i4Cbp09FV9s1NHQq0pt2MblHTKqjjxTLQRPqD-3uQUn8L--7ZcbKtl4qMZC4s9hw1zmy308-ZbRR6OvirDoTp8eCAaF7hmCJOnezwSe0_61EZAVaUiw_wtTLxMyKNNlXQn6_MB6KJugF9MiyFvXQJikmzne9qTtg70ttjEiDBIDwRUmSJ6XT_g3dyw2sZemFXt8300tFJo8SpW13L6hggOqEgXIFZ4qlMYW-qMAGjA4gutLBJzeeQYsPHU92NcyYyOjEQ6xglgTDNOurZxLn8OrRwWMyIWF2k7axG5Pn0X5VqFFLFxr9_P0O48g6WzQ3yNw-T23qsOcAXrcEc3NjR_6TmUhEPvHQ=w2048-h1152-no" alt="" /></a></p>
<h1>Old school culture</h1>
<p>Since my grandparents lived in Hong Kong before they passed away, I will always visit them at the cemetery. In Chinese culture, people often <a href="https://en.wikipedia.org/wiki/Joss_paper" target="_blank" rel="noopener noreferrer">burn fake money</a> or <a href="https://en.wikipedia.org/wiki/Zhizha" target="_blank" rel="noopener noreferrer">other things</a> as offerings for the deceased family member in the afterlife. Depending on who is selling the offerings, they will often ask questions about one&#8217;s family history so that they can write the information on the offerings for burning such that it will go to the right people in the afterlife.</p>
<p><a href="https://photos.google.com/album/AF1QipO2xZzAOu2UOrIEYZtOfJ08XWaydSfHss0TJRXo/photo/AF1QipOlWd_n6TG6ttcnmvqsDGGP4JlqA6tAMiC0hK_9" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/Lc5ZqFiXb5S53bir9QdeMIX9y_SdOrHJ4kqplfdgzexiInDkCpPFECkUAPf2x4qsz2Wuw6awZtQ7BqVDtCj6I57Wkvg0P6NxIlZKZE2oq9pvEh2jc8PUOMh8FscxOj_nv7l4IWcUCYHUfFL0jDeLux6OG8RE-XahpHrI-dZiEjK_GR9QFuHELBD1i7Rp0j8aXz-mXIEpnU1e8rM-xmctUhA_KmgQMHvA51DKG2ukXhITMY7h2IEzAb0EyGejTo8Q_GaLeMkskKneU1b30kRlEK1l8iUpd_B-asWO_GYxKwkZC4U9bQQbiNENnnR8Ff3JgZMW9gZwconuvqXQWskNmPHcPufaDJm6aW_tnZYLV41FXk7sU5DXmbIxtsLvEsASvejmEBWG3qWIPTvTYj8Z8Rr7YQATj7AQ79plt27UE364_rhW-lbGA3sZQ1cPbcF0Hr606p4DsNGxNoB6QF5bmoBQgBwszu-X9_VCA-UlH_JZhHPU9vEXH--Yeynwz2wbvC6nUWr3-GeNqOYkH5jA9Uk8MI0mdRP9G-6psDSB3vcKIJzb1N3FkmIdAwUM0tDzhjMLbATrwP0KuAQT7ytkGH646y3An3lm37N3TBAv=w2048-h1152-no" alt="" /></a></p>
<p>Such cultural things may seem old fashioned for such a modern city like Hong Kong, but Hong Kong still to this day retains a mixture of the old and the new.</p>
<p><a href="https://photos.google.com/album/AF1QipO2xZzAOu2UOrIEYZtOfJ08XWaydSfHss0TJRXo/photo/AF1QipOIyAoMKnd4oQUl_Sfxduep-emQP-legM0cO4sY" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/a9lc77OjFl_40tOA_Glw42ICv0qvE3KsYLuGlp3UWyKVOztRCoqnL7zSs3kgc3MccjfLHNkU0ZcNqT_uH838oXt2ende4wy5J_NBrK_w_sa4YYkoCRDJFuhD1oKQBGv4NIkW752iNP30LNQhXpi0R7YWj8JAKgoKI663CLJ6ogTTg-J6COivihoNsJy3A10yit1evZdc4fDR-azXU7xhWqqhE9cN4v7V17CdBhj9PYoX_WolGM1mugN0EgkGyh9UZSaO0Wd6F6jc_v_C_ioak6_6RdPYA3GHzwjjw8NY4-JKQx-QpoUI3uJPDouHMti0kOgshHiuVdjh8kMdDj4Ii03xT9bXFETP3mq4a7Ylk8Va23KXw3kV0M0z2aNqasdqtrew0GXGVFgchpIafPuPGVuLr5g7KPqyqChiJkz9_tfmf-iWalzg4fsrq3SxPgRr-nyv3-vHB0xX8PRizBas6ZFYcErLEq00OU2zo1yvcCbVfvwYGOr0cVWyUxjtPQLIGEfZSVVvK-kotF_MKwFcf8bxt7CZ901TWpakCKN6F-kL-7x341wTwDF2dcZNk4nFz0NTCf6iKm3Hxh6vHQVQksz6BXRWr2J9a9pBB8-C=w2048-h1152-no" alt="" /></a></p>
<p>People still continue to place immense importance on worshipping mythological dieties and figures. Because Buddishm, Taoism, and Confucianism all have had great influence in Asia for thousands of years, many temples contain elements from all of these religions.</p>
<p><a href="https://photos.google.com/album/AF1QipO2xZzAOu2UOrIEYZtOfJ08XWaydSfHss0TJRXo/photo/AF1QipM_1UHmKKUYunGEjnOU1_D00W7DWcxSPayMtDcD" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/IdQShVB0SnbtHWCj-GALDkho4d_fEzPOGrywHFzUO-qdtbjats7hzQCXuNl4aRCeIkp19Zz_Eu6wVpjhgOXg4JNQajg-MCGlcQwKjmbC4SpEVDPNwQ2H4XxyjCZWuCtre9oynU9UoA7gwOodE6hmnovpPQobTSj3rPBm0zAQNEYO8iq3JgguOYXW86t_AE6VeygFM6X1dXEf1HWzuHwKvSNmn_KAkL0A13xd3MzXXFlS9YMdqPBmfxNcqwR-cZLoW0GNjNQ29XvqOcDXPZJPg30w17b9wP2VE_jHYGTM_jUIs-OU1Fgflj7p_PAuo5T3tnwkcqrMkpE93wFy8BTiBXucseUV0KWgnVq29RDW9FxgEoml_isKYAlGv9ULTt-mdrl0s6cQi2AaHCl3-naxiXqMC4GAksRk0ceMAyXdfNz_jDDCNc5nBD-bwM3N2YuGM_V-E_v-BLoVz6228-2NBxVPPf01xOmKhvrY3eLs3D08PWEF980PoM4a6wzrsqu0nkm_ObcovoL8pdUJyWhO3G9zkTe-cR7SszKRKwD7_IJQYXv9IBZU_w4YzDxh5eeq3G0oQrM9MVW8QLuTxa2sAKaFVaWxnCJu2hm3HWIe=w2048-h1152-no" alt="" /></a></p>
<p>Europe has lots of churches, but Asia has temples.</p>
<p><a href="https://photos.google.com/album/AF1QipO2xZzAOu2UOrIEYZtOfJ08XWaydSfHss0TJRXo/photo/AF1QipNP0mjOyqYyAXJOr-Ek9GLmNtP4kQ8A8FRkvKHw" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/aJvB50oG85JD5jjEnnE-QtKErI4YUv4Cqojk8eXrvxIiqiuM7h-svGBeM5O_4wPj_P7hNBj0vauqdgyeT0rtfNq5u1NC9TKBMXbbdS4a8qWSqPiX1AncsnISxTDTtkD74rpMOo7uCBsuKLdxZA35AxzxXgaEZkdevn13aW1iKOfrZYnK68HWd6Jpi9SV5Fp6kvrQgB1EIcKXKIb8A1ttsnygAINWivbKf072T6PKlQI5FS0x2fguiwnCV-D6jea_e5BhBH1g2OzBfMMjSUnYpQBLEG5FEW4_8f3WE4iaMD1v1hnWJ_uiboj4ezOgyybS8YUfLnx7xM7fRm9N-SD_PLvw3fU89wJN8gr5QoavH4i0pDNUiYorq8b7gV1bUPP5pD2m0fv3JXktlfaIfZjE3N0cWhsuwemBrb84n5o1BkmSUmZVV2kGNUAu8__FAKO-Rel1fkNaBG5bujV6hobRRr8dvmO2AAQa89bS8BHOD9oiNAscvKn9aUdj3UxIKIKJScpnnxJX9Q4pqOSVvcPYmjz3I-Sj7qRHRg3vtgQkwq5Ip8eNbZs_pEMxgrQOxih21OoT343a5XTQkD_o9IUoLIwT0Z_o8g3KBVzMpjLq=w2048-h1152-no" alt="" /></a></p>
<p>From big city life to quiet gardens.</p>
<p><a href="https://photos.google.com/album/AF1QipO2xZzAOu2UOrIEYZtOfJ08XWaydSfHss0TJRXo/photo/AF1QipPNh2vL9sh9ugiVoHnzPSFhMYE1xXTESJkJgvRP" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/d9dPWEX7CVs7T-WlnYqDbI5xmI9P8IVsZmp04v495YprY0j2ghrvudNyMYzJhnhynqbP-tSewzqEctVQ7kq-ISOr3PmVYuq6CUcMpbaKtynzodGqdb4Ux3LRcZYeqx282BDXUwv5L4LJzEeyGtnWx1X8uSfBJhCi9GFwhfGm_YZwGmSWcMJ-EuYlUqrF6-tZUTecKyHcORSvbBlMOxiWEj0hZpxY-T487uawci7_t5Dh9BASgG3TkrwBWpzlDUCzNVji0uDLKPSKhE95vbQ1caaqOaUlR8F9K6Bjzf_uoSVj8JqSkAPhmDzTpFZgyOTfvioFTNusy2FyJTwRQ9aK37G4AerFcDjFxJRR7z0kRj_4zllLdNWJwSs2pY1E0YTl_lhE2rXx2v6Fehsf20ePsyTqXEyv0zTXuWz_yl6aeDZUPZ-THW3gEkGjgO4BPVhp2r6PZpHWeYmMnJYENb7pZ5idhH4TqMYP679TnFmAmnS-eZx5mR8a8XrbBDmd1iVmrdZyegGE9fbe4sNfChQ2o5isu_oG00rkYODVwKGXyWA_4TXrk7TxDmVi0ExTTf3ej7Tl9u8x7u3qBUhTwJ1Nmk8J3cxJIWi3bEgb6U8I=w2048-h1152-no" alt="" /></a></p>
<h1>Day to day life</h1>
<p>The MTR serves as the mass transit system in Hong Kong. In Vancouver, attendants will tell you not to board a packed train, but in Hong Kong, it&#8217;s normal to try to get yourself in the full train.</p>
<p><a href="https://photos.google.com/album/AF1QipO2xZzAOu2UOrIEYZtOfJ08XWaydSfHss0TJRXo/photo/AF1QipP6t0UbltdObnAc9mGnpvX8TWNpPfNlxJs0YmKs" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/oNDSR5F9olZQTIpiraPXlkpq1Q-FyJnXwflre_cnOqwWCcDwid_Z5EOwK8f4bR13rKaws64rtB8w1pahtvGCuQZIOCR4u-eSIyqMKrCw8MPs3oqITYM8W7cL1MJVDiTmIW42xwwI2Jf26jSrcKNnJOs-r8ZfoFBGKZ9debZE7C9EO_z6cXtSduBpHCe5fgohGXd0BoVXeunUkPKebp6I_u8OELHDJIJzDKF5IX-ppyLdlfpWt04n7UXmz0QJ2izTRCC-wY3ue81OAZEMSZdeOmuUcUr5LxbF5DaKqGMWvtgffSCMdsa1SEZHu2gnu3lpKjRamTY-x1G_k1YH2GwDEOOy2BYVyMMCzasK7L64mwRHY9H7Y0RyUmSw1_kVgY424N6pSW0sjW7fMWrw38fBTy95fhUcvrG-qHv1VKypSV2A6ZJgA7nA1GzN4shuE5EVY7zOLwDaq--0YLIUZZg5f9siyRodZc6h_aCfXgU7nfDnrXdfnkvSAqfoavRV89Y1URPSdB7EHFVlkEaC_0jyXUgrutIG1uxDKWVC6LbGs6qEogpLxeVFjbBOa8mzEncYrjyEoq7C3_u2NVqi4MAGNBNTafdN3cuR9qpOsTo_=w2048-h1152-no" alt="" /></a></p>
<p>Shopping malls in Hong Kong don&#8217;t just consist of shops, but rather show extravagance.</p>
<p><a href="https://photos.google.com/album/AF1QipO2xZzAOu2UOrIEYZtOfJ08XWaydSfHss0TJRXo/photo/AF1QipPp5BuVZnXzsyGr7OLLNYmqJmmhlR2gf7RSP7e9" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/QaaYbPQPFrRk48JmFpxQXkDm32Tslm8i0r5PFdmCwmKodnBsyqeQM-eTr3mhnam7zlDOHrua5_Ty6HQaotLRUFuom6ImIucliJCBLYOGR9P19uDm4Nat2nfUZ4LjKZPA_tVQgWRfrQ6zwQcp0yibyxQZIjpj1hpJepMR_tdWN8Tc9xEt6hrdgl6HQ5Ip-uF9vK0eRl02cAWym1tDikxks9J8qOigZGQUrjwk_w8DwRxtUu1UdERjwlK-s1zjBOi9NlgxvKYGipVxIS7KnQ3T0HK2SaD5j4yxV1CnzBjYej0LUaXiD4Q4dypXPVdD9CXIjCwvoudDR6Fa8jdiIoTMuS0XKOogIQmwZRXgkThzW14t6gzernjkfmkPOSY8vCn43XwrDlZcGYplSw8gj4f6aLS7DZJcsqaPEqV2xCngxUH-lkA_eVOzYa9eUfq3H4Fe15eDkELymYflnxPaAGX7SWKoelqUVi6XA6bboLKmYxjbIJgN63V2ikJ0x1JRJZ0xYcwAiiyHXYBkXMyWyN0qgM7EAh8ckt_Y7iTVF2I-v3h83K5Ex2Pe96MSWn2avARvXffgiRhGjvDYkZUFqUfHB9c4EKQvOTkbG7TfT_Tm=w2048-h1152-no" alt="" /></a></p>
<p>From shopping malls to street markets</p>
<p><a href="https://photos.google.com/album/AF1QipO2xZzAOu2UOrIEYZtOfJ08XWaydSfHss0TJRXo/photo/AF1QipNrgVyNh6_N34ku2bKZkhoHPYE_PX4DrNBWXcjF" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/VzoGoAXejlv4kM6LgxWnqo4B-B0JAZjwUHLwM8dlkhCwr_lkZcFEt76DNf4Tm_fQX7AW36lRwSc5Xn6oyhxjUUzEn5iDkCTAbooIf1L6K-5V_lCYTy3hzp8AhWg7_PpWCYNZQkg8cpNimWLjQUS4eHlkO6qCLpOEBx3D11v9Yd2EOEdk68McZnpnwkGQPvhUw55UQUQPprZPMwnxlAShzrIISm9DqxhjfVXw3Dz3q1SNj5x89a9QYmaQtx8BlTnFzEfmOtBDDhr8Ge66X1m77dNdOw6kmzyP2lpeF0YldfPC-NSZc2KLK_J9YgI1V-MsXoXRcpWVzkr4fL4BLyq9QGSb2qoMr4wYgiy5s1rHsngGgkL8RYT876ANsRbad5HU44xIA38rDvFGNv9TZOGQuwFVU6u97hoau6aGtm2gkyWDeZXSR0Gb3iz7wPGdEzGaOlzff0a_6CHt69NfXRXmrwO9h1S0_jyTrsU-m4hpOAtp6U5saldTL2fv8_ELxHVLAkkAHavxD6fpRRKmguMhxua9v0jzFV5ELIhJo5acFF-E_9DADICpW-s2B2RbReapNuXbkS-qGWbPK5dEXopQuIdHmvglerj1EMsuZTgV=w2048-h1152-no" alt="" /></a></p>
<p>Live chickens anyone? In North America, some people raise chickens for their eggs, but in Hong Kong people, many buy live chickens to eat &#8211; but over time more and more people now prefer buying their chickens at the supermarket.</p>
<p><a href="https://photos.google.com/album/AF1QipO2xZzAOu2UOrIEYZtOfJ08XWaydSfHss0TJRXo/photo/AF1QipMI_VO5Q9xlaMLYFbcdooQ2KQNgr-ri9R9jum3F" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/jVVrif2FFAZkPi-euNnWbRSQ71x5yOyffKs-VKPQ1M8VfiOkYPnMksypABDccBolDZVZ6dbbtE8c-0u8x8nIzdnsQfYWOsnUJMpyXuJKl8IMId019MifhXrFqydIy1R0RR7ZWharByNlDbAut9Ux0YoeJuEwfa_ppRRoERiB1Owo3-8zyr4XqZVbZYwS-76lBT1bLbhhErT8hilRZfd38IFRPX6SBRYnU-nwhSefR7OJmlkejcgBYqKnaXGnjtNDmmFaS6t7gow4jVl06WpBfo7fMMCXLWR2or2x1F7rqmttOX1WbpZY-PvjRqbRCixDqvG-4wjlr4hvdtEjTLW2iGavQSFZqBsl8qj-wc18fKdMMcLAEvFg9AVzfrxpYho768OxJaUaTc4iEtMtCHdJvIwXui_dQRoP4Ld-2SdQkTJ3ju4d_R8guaHi7yS04diHmE8UyMmonph1pyQuW_ZfBlzNUXqgkPTJWQPJJd2dhJm42E7RcO9pqna7ilTqfMuV5SAS5A-M_SoUzQTIqqFK0_N2gfVP6WavHF6cpcnSATsSm1y54vqhiy_bYvZzLX-M31TYUvF64jHxg74E_51Ka-0u3rlli-XKwCiMCci-=w2048-h1152-no" alt="" /></a></p>
<p>Visitors can feel the on-the-go culture in Hong Kong. People speedwalk everywhere, and they fill the streets. Some visitors, especially those from places with less people, like to take a moment to people watch.</p>
<p><a href="https://photos.google.com/album/AF1QipO2xZzAOu2UOrIEYZtOfJ08XWaydSfHss0TJRXo/photo/AF1QipN-pJMyxH5xFAc1VPDQSBo_4NQjrtFJJxzfI_0I" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/ONxYIm9aN9rVnvmee2LErj4L1qLfanARGSbVvZKKYAB_gaghLfWZrfc-1x7DRPubhfixjl_N-0MFoGUIP-9w3r-shPsWiJFTScrVyQlhbb2Rp17Wvh-CJVUGnNYnPubhoDd5kH_Kh-XrUqIR6Da80wGcaMj8rCFzr9PGp2jSmQaFnoOOuCQkNzqJNgEtS7UwJNAIClZ1d1Y8nnSfaNJm_jjZI2cMWY3ByjKZMorNdJ8kKRdWtmXwm6EEw4K5g30RoCvB4Wxd2t-tBf48qZfAsVWIHMRg60N57yBeT3buodtQT9Vp-O-eBs8yVwlogFozzsMODJ1FwXKkHg89tWLQaBJhkJU_fzkI-zhfeoWvtQ24-RfYG2CBDWXQEP8omoqMpMMQG1AUdTOQEny9v6tbE7aQ55F-Jvbl7R5F_GQCXTeh_NnGIQrc_uZIZCNjRNon43-xH3_aRSJm63XaSQH0kaUqA-wLbrxARUj1TreaZt11Q4wemWnjvfoEBbiK_jeE3l-LKyONAgUuIW53tYdvpYGeDkIUSVCdpAK3fbSuMoSsXWNWOAAaktIvUrdcp9IVZYK0sP3gMkn8d9fr-hlp9iaB2GJIeS0W-AoNPOmp=w2048-h1152-no" alt="" /></a></p>
<h1>Splurging</h1>
<p>The tallest bar in the world, situated on the 118th floor of the International Commerce Centre, the Ozone Bar provides a view of Tsim Sha Tsui and Hong Kong Island. A drink up there costs at least $30 USD &#8211; pretty much paying for the view.</p>
<p><a href="https://photos.google.com/album/AF1QipO2xZzAOu2UOrIEYZtOfJ08XWaydSfHss0TJRXo/photo/AF1QipP3OJdmLrvoXvR9NTzY3VJQnKVMYLzM0Tpy_y1M" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/P9yln2v6WVT7di6OkP2wJLI7c2DeTToX2ebafVkIp7I0cepoQYIGafuVXtoclRMcV_cZkGfgrl79TaCzKV2yo9IMRZo4aZ71Rrd9HzRU4x1I7CSUzTwnPeqztUIemDk_ubqaHbxnLy8CaEetXp9OK1NK14vw6y45SCW3bmH2QVIUf15kFQqY-hdZGXWALUu4c7TPoXMGyj586udqJ6RneDGcVxA7qy0fovohLh1QEsHYhFw_DW2X23JphoAOtETtn3FN65xj_XGqw_txVu_vAeCffNmO5D7lEBHUUtx7gS5WmNr8mZEzrzpBWfNlo57XhIxqBaeedVJG0ZKqxbhwzlyIsFvps6f41lbA4AiqjuNjxWaLzwmpn0WFIGsGI1cyZLICvnN1zvzUzSDWpmEVQqnB4LA8KFragZfvofNGD7Aljn05gejnLZpeWXKJglu_UckqtIPhtvI_S1hIaLLD6IcZ9f5z0zMm_AvUwNAqUWh9eXrg5zcF9ICkyo4zSO8NHE0iIALVWqSmCDN4XLH1tQrz9MnTMnjzZ0N-4zL8PZarPURcXrbX0WEjvG7lWi2BZTnWoUFJkr9AzAoJSt8qHMAd8vCkdXKmnymM8LIJ=w2048-h1152-no" alt="" /></a></p>
<p><a href="https://photos.google.com/album/AF1QipO2xZzAOu2UOrIEYZtOfJ08XWaydSfHss0TJRXo/photo/AF1QipNeKvOlX75Dg4vatiqUanhvVuwPiMEQ8Yz_0v1K" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/Bb9QunyiBtxBSiIQ9WuryKrw7OU5qsPFqTjpn_YYgHDXQ_jIMzYuYv4V8Q4EU0WiIt0TkhAjeFOiG3JcLoSq2WZNUp9FjUfALphAEcLRBHNbGtZwePhU_LJaxLgY7hjbio9ydsDIbvP4cSNzIvfB6qRLvNDRpqrD-OywmnQzku7mxZmU4aS4LSfTFGmPZEuODJmC8W_NvusIVmPlmbo2uyEFm7HX9whEdnlSW_LPN5oJ_YC_JDC-x2uknFpsH5F-BDU-54Z6_-Vc4FM4POkW8TxKT7IXM5kPwTo0hJ3FlR4E5w9g-36nlodSuRGzE6KOhZyQu3cwfbNpVpyiFtsp1SjtPAkkKHVYgXlq0PjieHwgqbYLiLPag7I8fCvy8E30MxEIc1rGqcWzstPWBH-X0cABkF6k9V8PVRS7LfjsiOszBeFkVQ8Q-EbqbQo59RBA_7aIB-7biOOdH1eLfOnt-L5TEpBIck2Mo5ZclJp8DL3QlUjMWX0Blb5k7H6xaJ8ITHZi1VlnBQjhwjno6N2_v5It1Op-eWBQgBuEVKydQXyca7YWV69IWHZvF09JjiJBx4V2oFLvrVSr1Q8rfMN11OlHeOx1m876193ioby1=w2048-h1152-no" alt="" /></a></p>
<h1>Museums on the road less travelled</h1>
<p>For those interested in Hong Kong&#8217;s history in the context of finance, The Hong Kong Monetary Authority has a small museum for this, near the top of the International Finance Centre.</p>
<p><a href="https://photos.google.com/album/AF1QipO2xZzAOu2UOrIEYZtOfJ08XWaydSfHss0TJRXo/photo/AF1QipO1cScvp_SIkWIKo6Mvv-d14prap3MRct3j8I01" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/ARWWBrk-adhfWQrCDE65So1n3sECr3HUzM7218u1_7kAKPC5pcApj_ATyX0enuf4g6n4gC_KKnBSxBX6FlDec0Xszb-2PzsRVkgcj817aB1nrimXbT8IiWG6XPiHftMKQYr0Frv5cG73h27zXBrU81h08kxChaSnc7_v6Y67MyLKIT8fd5s9Us1WzsYx-t6T277G-2Nnek_Z0vWvjxRqVCnEu6cqtHbP6BXbOcwNOEhpmabiGguKgo1wMdWoeAUIfd8OcvcIhd2RyLfieWugpjKKhN8y0AgyfH-mUQPWrx2RLiL7jQbDuVUnCMxGFodyRJ-AoLZClCylHQH-EJQZf57IReWJHt-9N8AAoCmxh7wWc3PUmVovoA5-oudGGKlJTl170URD-mYHOuah6eBRlxG2MQypj7pYiK--w9iswgPDQT7bBbXbfoDkGOuLl72UzTWiMe9j9TOmPB7lbGJ1ac5GByVtZ76iiKyH2ukZPRotmolVSJbUlnaGsD19W1eijQPcWwstKHSLVYlqnMCAkRQU8TWnNvhPdwIG1jmTbYkj5WO0wnYw7QmSrfmf8t6H1i2UApt6n5lJt-0o8U4SrxRZe2l_697D2TeWtEBw=w2048-h1152-no" alt="" /></a></p>
<p>Those interested in trains can visit the Hong Kong Railway Museum in Tai Po. It talks about the history of rail travel within Hong Kong and lets visitors see the inside of old trains that used to run in the city.</p>
<p><a href="https://photos.google.com/album/AF1QipO2xZzAOu2UOrIEYZtOfJ08XWaydSfHss0TJRXo/photo/AF1QipPA7bYqCsAat8lXOFKkGZGBtIyQcPKjYzooTxQh" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/fyujTwUHzgqN4ERjB8b48k7cGVcX_nqw-jERQqDq5Q65mY9s2wbBBBghYVymfu511wjFFmOTv7t2GbgmwTRjYp1r-Kw45y37t6NvOBW2hNNLTwEfZPhQyKp8YWGz53LHSBck57G1I5ekDBW4s58DWZFFm9VE9KDxta8aNV9sYXTs44-kgiHQo-x49IbyzShKufUJ-fHM6O5wWfRKhe14-sOiEUuvHUDf9CKq_QJkzeDIw08MjJywZlgMnRCA0hyWhPvIAL8d6C3rvS1LRvlJRMoRxEQ4y96OLoNg8GPXnxZ-9tsmiEOLSKIy5ZecZOnExIcROv4HBU9CRHVI5M3zKoaylCGL1rxFvKx7emTX2DUo0pNBcK3-Gm-vLLDdWl7uAHHgBlg_NO1edylCkTOko9iX75k1dVdPPJhELiyVTYOi-DxeP6me4IgSoKp-AHjgSwQ_koaJ2DRURaANIghdGpRj1QHokXoVobnyIKmRK4PWOLFoBrqfnVVZfr7LhJwIKIbE3mBmVTBwPL1JyGhWLZBTRC7ahs-poMYmCuwVZuljKA9TQlAGkgJw0G3OExS4eJOgsrIQhcgCNJEI9lSAQWdr0EDyZ5iFYG7Y2u_M=w2048-h1152-no" alt="" /></a></p>
<p>Photo album <a href="https://photos.app.goo.gl/YKWhxIqX1lLYpYy23" target="_blank" rel="noopener noreferrer">here</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2017/12/30/hong-kong/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2809</post-id>	</item>
		<item>
		<title>Hiroshima</title>
		<link>https://blog.henrypoon.com/blog/2014/07/22/hiroshima/</link>
					<comments>https://blog.henrypoon.com/blog/2014/07/22/hiroshima/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Wed, 23 Jul 2014 02:59:34 +0000</pubDate>
				<category><![CDATA[asia]]></category>
		<category><![CDATA[9]]></category>
		<category><![CDATA[atomic bomb]]></category>
		<category><![CDATA[Atomic bombings of Hiroshima and Nagasaki]]></category>
		<category><![CDATA[Chan]]></category>
		<category><![CDATA[children's memorial]]></category>
		<category><![CDATA[Children's Peace Monument]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Gran]]></category>
		<category><![CDATA[Hibakusha]]></category>
		<category><![CDATA[hiroshima]]></category>
		<category><![CDATA[Hiroshima Peace Memorial Park]]></category>
		<category><![CDATA[Hiroshima Prefecture]]></category>
		<category><![CDATA[Human]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Japan]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Meat]]></category>
		<category><![CDATA[Mind]]></category>
		<category><![CDATA[Museum]]></category>
		<category><![CDATA[Noodle]]></category>
		<category><![CDATA[noodles]]></category>
		<category><![CDATA[nuclear non-proliferation]]></category>
		<category><![CDATA[Nuclear weapon]]></category>
		<category><![CDATA[okonomiyaki]]></category>
		<category><![CDATA[origami cranes]]></category>
		<category><![CDATA[Over]]></category>
		<category><![CDATA[Pancake]]></category>
		<category><![CDATA[peace flame]]></category>
		<category><![CDATA[peace memorial]]></category>
		<category><![CDATA[Pho]]></category>
		<category><![CDATA[Prefectures of Japan]]></category>
		<category><![CDATA[rain]]></category>
		<category><![CDATA[Sadako]]></category>
		<category><![CDATA[sadako sasaki]]></category>
		<category><![CDATA[Soba]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[Struct]]></category>
		<category><![CDATA[Time]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/hiroshima</guid>

					<description><![CDATA[Hiroshima is a city in Japan that is probably most well known for the reason that it was destroyed by an atomic bomb in 1945. I had two reasons for visiting Hiroshima: the first was to visit the Hiroshima Peace Memorial and the second was to eat Okonomiyaki. Okonomiyaki (お好み焼き) is a sort-of pancake that [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Hiroshima is a city in Japan that is probably most well known for the reason that it was destroyed by an atomic bomb in 1945. I had two reasons for visiting Hiroshima: the first was to visit the Hiroshima Peace Memorial and the second was to eat Okonomiyaki.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipOaQegYckmR0TJvEFZ2aTbt3Op91Yf_GaVwI7-J_FEd3XvvM6qE68_7lI3TVkcmNQ/photo/AF1QipNMVg1JpJDJGudDGEQbtf5O8XWvZ3UkNf9vjPM9?key=TElHZXplcjBtaHpCM1d1UG1aZzlfdTQ1NG13d3d3" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh6.googleusercontent.com/0APoqY0OkImnXop5T5iCGo8VluGgtLuz8PFwoYmnf12e=w720-h405-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">Okonomiyaki (お好み焼き) is a sort-of pancake that is made with batter, soba noodles, cabbage, meat, mayo, and really anything that people want in it. The &#8220;okonomi&#8221; part of the word means &#8220;whatever you like&#8221;, and &#8220;yaki&#8221; means &#8220;grilled&#8221;. This was at a place called Micchan (みっちゃん), which is one of Hiroshima&#8217;s most famous okonomiyaki chains, but my friend who has lived in Hiroshima for a bit told me that there were definitely better places to eat Okonomiyaki.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipOaQegYckmR0TJvEFZ2aTbt3Op91Yf_GaVwI7-J_FEd3XvvM6qE68_7lI3TVkcmNQ/photo/AF1QipOXla1S4lN2kGUpKD-xws2zn_Ym9dPG0HHyfMBi?key=TElHZXplcjBtaHpCM1d1UG1aZzlfdTQ1NG13d3d3" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh6.googleusercontent.com/ZOLap6hFjjKoh1jXbfB0fOWW_obWIhU9qtPyCgCW6LEz=w1358-h764-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">We visited the Atomic Bomb Dome (原爆ドーム), which is a building that symbolically represents the destruction of the atomic bomb. When the bomb exploded in the sky over the city, over 70,000 people died instantly. Some buildings managed to remain standing, and this was one of them. On one hand, it is a sad reminder of the history&#8217;s tragic past, and on the other hand, it speaks of the horrors of the use of atomic weapons. It was quite rainy that day, which added to the depressing effect of the history of the tragedy.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipOaQegYckmR0TJvEFZ2aTbt3Op91Yf_GaVwI7-J_FEd3XvvM6qE68_7lI3TVkcmNQ/photo/AF1QipMo0zzNUGQ3X_lIJhPwjWawDGfgadmGYoz6ot4T?key=TElHZXplcjBtaHpCM1d1UG1aZzlfdTQ1NG13d3d3" target="_blank" rel="noreferrer noopener"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/lh3.googleusercontent.com/-Bhe4vU7t_7Y/U7a_potjKkI/AAAAAAAAXvA/U5_3diAOVbs/w1358-h764-no/IMG_0256.JPG?w=1280&#038;ssl=1" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">At the Children&#8217;s Peace Monument, there is a statue of a little girl holding up an origami crane. It commemorates a Sadako Sasaki, who was two years old at the time when the bomb dropped. Before her death from Leukemia at the age of 12, she folded 1,000 origami cranes, which according to an ancient Japanese legend, would grant her one wish. On the day we visited, a large group of people gathered around the statue reciting something together, presumably, the story of Sadako Sasaki.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipOaQegYckmR0TJvEFZ2aTbt3Op91Yf_GaVwI7-J_FEd3XvvM6qE68_7lI3TVkcmNQ/photo/AF1QipN-Q1to2b9fZ3LWaDmM2wn3ZSdjFQKfKe1Wbd6V?key=TElHZXplcjBtaHpCM1d1UG1aZzlfdTQ1NG13d3d3" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh5.googleusercontent.com/uj_Nvj0etap5vp_J69TQjohbBKN0luh18ZCAIXQ7hVMN=w1358-h764-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">Behind the statue are display cases full of origami cranes.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipOaQegYckmR0TJvEFZ2aTbt3Op91Yf_GaVwI7-J_FEd3XvvM6qE68_7lI3TVkcmNQ/photo/AF1QipMVqWmykFEdkgdLO0xHNw4FZw5CfMg-FdJO89w_?key=TElHZXplcjBtaHpCM1d1UG1aZzlfdTQ1NG13d3d3" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh5.googleusercontent.com/ejpozxESwV-Rl2AbT2eJA0HneEWmlrAvwit2Az3ipVut=w1358-h764-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">Another monument, the Peace Flame, has been lit since 1964 and will continue being lit until the world is free from nuclear weapons.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipOaQegYckmR0TJvEFZ2aTbt3Op91Yf_GaVwI7-J_FEd3XvvM6qE68_7lI3TVkcmNQ/photo/AF1QipORTB30u-fUq_8yQ7bmQg259aPaE5324HegVIXI?key=TElHZXplcjBtaHpCM1d1UG1aZzlfdTQ1NG13d3d3" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh6.googleusercontent.com/X42r4BhNkpSJ5ZwVz7XZA-8JgCNu663xcqUEUzQ2IbKt=w1358-h764-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">At the Peace Memorial Museum, a quote reads:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>War is the work of man<br>War is destruction of human life<br>War is death<br>To remember the past is to commit oneself to the future<br>To remember Hiroshima is to abhor nuclear war<br>To remember Hiroshima is to commit oneself to peace</p></blockquote>



<p class="wp-block-paragraph">The purpose of the museum is to tell the story of Hiroshima, so that the same thing does not happen again anywhere else in the world. One of the artifacts at the museum is a simple watch, but it is stuck at the time 8:15, which is the time of the detonation.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipOaQegYckmR0TJvEFZ2aTbt3Op91Yf_GaVwI7-J_FEd3XvvM6qE68_7lI3TVkcmNQ/photo/AF1QipNJAwOE8JvKqFpTzabLRAaWXc762MOzLIJAL2Rd?key=TElHZXplcjBtaHpCM1d1UG1aZzlfdTQ1NG13d3d3" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh5.googleusercontent.com/VIpQJDIt9-6iaG3gml8OVaOVaXkaC6c5U2-POC_IeKkR=w1357-h764-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">This scale model shows the magnitude of the destruction. The red ball represents the location where the bomb exploded.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://photos.google.com/share/AF1QipOaQegYckmR0TJvEFZ2aTbt3Op91Yf_GaVwI7-J_FEd3XvvM6qE68_7lI3TVkcmNQ/photo/AF1QipNeGa_9Z3kvww3FQhZzhOgB11KtBIlu2RFKe-8N?key=TElHZXplcjBtaHpCM1d1UG1aZzlfdTQ1NG13d3d3" target="_blank" rel="noreferrer noopener"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/lh5.googleusercontent.com/-2MxHfLqdMME/U7bAvYgqpSI/AAAAAAAAXvw/wcGN0f1_8vQ/w1358-h764-no/IMG_0270.JPG?w=1280&#038;ssl=1" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">As a plea to end the use of nuclear weapons, every mayor of Hiroshima sends a letter of protest to the country that performs any nuclear testing. There is definitely still more work to be done before this goal is reached.</p>



<p class="wp-block-paragraph">Link to photos: <a href="https://photos.google.com/share/AF1QipOaQegYckmR0TJvEFZ2aTbt3Op91Yf_GaVwI7-J_FEd3XvvM6qE68_7lI3TVkcmNQ?key=TElHZXplcjBtaHpCM1d1UG1aZzlfdTQ1NG13d3d3" target="_blank" rel="noreferrer noopener">here</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2014/07/22/hiroshima/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1883</post-id>	</item>
		<item>
		<title>Seattle</title>
		<link>https://blog.henrypoon.com/blog/2014/01/25/seattle/</link>
					<comments>https://blog.henrypoon.com/blog/2014/01/25/seattle/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Sun, 26 Jan 2014 01:16:14 +0000</pubDate>
				<category><![CDATA[north america]]></category>
		<category><![CDATA[9]]></category>
		<category><![CDATA[Albums]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[AWK]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[Breakfast]]></category>
		<category><![CDATA[Chan]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Delicious]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Ferris Wheel]]></category>
		<category><![CDATA[Fiction]]></category>
		<category><![CDATA[Flag]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[Force]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Gran]]></category>
		<category><![CDATA[Icon]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[ise]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Japan]]></category>
		<category><![CDATA[Lag]]></category>
		<category><![CDATA[Lie]]></category>
		<category><![CDATA[Light]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Matt]]></category>
		<category><![CDATA[Mind]]></category>
		<category><![CDATA[Museum]]></category>
		<category><![CDATA[Over]]></category>
		<category><![CDATA[Plan]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Prompt]]></category>
		<category><![CDATA[Puget Sound region]]></category>
		<category><![CDATA[seafood]]></category>
		<category><![CDATA[Seattle]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[sushi]]></category>
		<category><![CDATA[Team]]></category>
		<category><![CDATA[Thou]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[Tourist attractions]]></category>
		<category><![CDATA[Trac]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[UNC]]></category>
		<category><![CDATA[Vancouver]]></category>
		<category><![CDATA[Week]]></category>
		<category><![CDATA[When We]]></category>
		<category><![CDATA[Woke]]></category>
		<category><![CDATA[Z]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/seattle</guid>

					<description><![CDATA[For a lot of Vancouverites, Seattle is a common travel destination for day-trips or weekend trips. Some friends and I decided to take a trip down to visit another friend of ours for the weekend. After going on this trip, I&#8217;ve realized again how much I enjoyed travelling around even if this trip was somewhere [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">For a lot of Vancouverites, Seattle is a common travel destination for day-trips or weekend trips. Some friends and I decided to take a trip down to visit another friend of ours for the weekend. After going on this trip, I&#8217;ve realized again how much I enjoyed travelling around even if this trip was somewhere close to home. Even though it can get tiring to walk for over 20 kilometers in a day, but it doesn&#8217;t matter because there&#8217;s so much to see and do. &nbsp;It reminded me of my previous travels and how free I felt while I was travelling. </p>



<p class="wp-block-paragraph">It was quite quiet in the car on the way there as the two girls in the back slept while the guys in the front didn&#8217;t talk much (I was busy finishing up my homework for a course because I forgot to plan my time accordingly). We departed Vancouver at about 8 PM and arrived at my friend&#8217;s flat at about 10:30 PM. We spent the rest of the night having some beers and playing Pandemic on its hardest difficulty (it started out pretty mild, but the plague escalated quickly and went out of control). </p>



<h2 class="wp-block-heading">Space Needle</h2>



<p class="wp-block-paragraph">The Space Needle is probably about the most iconic building in the entire city. </p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://get.google.com/albumarchive/117972094293741244551/album/AF1QipNy6aSqXwDveCRTvfiLD9cnIFAil-UNRN7HhOIq/AF1QipPrizZQO7AQOEWYL6aDVAN_3rRsNGd8UIZg7T3v" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/1uFRq-i6FeZ3IkOi2xmk7HIYidKnqiX1CImYLdAARgxxyWou95pSPz7sJ2tH1PI26-IZqerkYZmxWZFSsHc=w710-h946-no" alt=""/></a></figure>
</div>


<p class="wp-block-paragraph">Around the vicinity, there are a lot other tourist attractions such as the Pacific Science Center, the EMP Museum (formerly known as the Science Fiction Museum), and plenty of green space. </p>



<figure class="wp-block-image"><a href="https://photos.google.com/album/AF1QipNy6aSqXwDveCRTvfiLD9cnIFAil-UNRN7HhOIq/photo/AF1QipM5N1s23k0mzQ85YAInmMTN5pv3yOQWO42HXotE" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/EdKTyPzJ2etk4kG7ApiOK4orT8vnsvoc9R6T2Vr9HfD94j56zwg4ZuHCdbY8Dbj6IrcezPUkf8AX-GIn_IByhnxFjdKcAgaS9zSZFvCuBxi1wRrEP3-tDo470uhvAlVKH2bw6o0_mtXpqg1tteDrD48ckw-3gBDG9UGCx_7HFxzVxsy47UCOLJeICttOOPiHqbv2JTHJz4Kzw_-jHw6JiQHGvW-ZV0a9YP41LjcwDuhzj29NjK655IfqB7sTO8LsMvGMXMT5gCO_QRgn45UncqBtvtnPjC7avCbE8A959TEQ-p_s0x9jybFTj5PgFk6fmXYGotqqyS65_3w7dVppSGpCsRQybBSqdWtBD8D3Y8Cj5r9QVF10u-wsUCDf6eEAgk1WeiQCLbjTsVIMA3zJoay8fX9PYjyVMBmSaEbuZm6tPJy9bGAkMz1pPN0VrlUaHjXQOkqCB8eO8yxkeSGzg5pKrItvj1rEz7v4yboYYMkLHl1gnSQtnS4_uGQ9aCYwFc1oeDTYZTBftDHsDE_OJs85xVBRIYVxvE-kcHbUDWdMIvgmIMNfJS3hm4ZYPlDmTmOF1tK4OYxQosxgMPsqolnBoMqa8c4lbbFGlPe372CO0GyXeQPq5roTi7UKFTPJuMaVbAAkDRvsrMQvMRZqHCb0roXF1NZ_=w1680-h945-no" alt=""/></a></figure>



<p class="wp-block-paragraph">We also visited the Amazon campus, which is where our friend was working at. What surprised me is that there wasn&#8217;t any huge signage that Amazon was there. The only Amazon sign I could was by staring really hard through the glass into the building lobby. </p>



<h2 class="wp-block-heading">Just Chilling</h2>



<p class="wp-block-paragraph">We stopped to rest a bit at the lobby of a nearby apartment complex. While we rested, I learned how to play Shuffleboard (albeit badly) and played a game or two. </p>



<figure class="wp-block-image"><a href="https://photos.google.com/album/AF1QipNy6aSqXwDveCRTvfiLD9cnIFAil-UNRN7HhOIq/photo/AF1QipO0wuR7CqI5nj4rQva-cRAEKz2LMkQq7UAOqJ_b" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/x7MgMpkKfHUYFrlvJSCp6e2c-o6gMjOk5Mipo3fZw3YzcqC5AqUCLRq77xN64CH2vz_CVcu4Dtl8xx8sCfCO0WNvfHnJqkdBgf_MghmckMVtxXP36mWeGw0KP2a_6lPWn6kIN5wWIeKAgv6f1aVG394U9-Ngj1SzQ8xMqSU1OeBHoqcXZGJQ_5qh7FMAa8M0R2xMcL-HC0fWiOG5-AT5aQKeWq5ZFP0hAOgOkgTuNatW8BtsA0e5vA2LuFgu6Gf3xnj9XQspmQzbeTWpuKuF248LX4VPS_6JQrjaaBaPKorEnFk_ZiZL1QNS_DdIUgIHgxMldvEQPpo_Ae1pfExzYDkJ2AEc04HG1kbVZ_CcHvXZtpurJ1myMKNv92JcuovpKAbikWN77rER8FdbEerjwIy7mQivqHb3lro5tAnQplo45J7x4VnW_My9g2NFS0fHSuDvraZSgpQWIkNPs0Fr5zjqgXYJa5I_IAQM5ZwbQuThPLlUue1DJtFZPjFOrp0fYPWqj3geDCPFLDrWZdR5Wtm4tftFnLqD1rAXi_TzAl2w7R1qhYUHZ50c2d33USmeJEvn0JFePWGKQSWFpPDn-IA4sFZjBAVjdp1juqzYVDeUK0fvbKxDTEcAEslRDo42za26oq1Gc6i5rMhDrVko7zQJ_zvMzzJq=w1680-h945-no" alt=""/></a></figure>



<h2 class="wp-block-heading">Seattle Underground</h2>



<p class="wp-block-paragraph">Our next destination was a tour of the underground portions of Seattle. To get to the tour location, we walked through a neighbourhood full of hobos that I would have otherwise avoided at night (it&#8217;s relatively mild compared to what East Hastings in Vancouver is like). On one occasion, a hobo asked me if I was ready for the Seahawks game where I promptly replied, &#8220;very readys&#8221;. </p>



<p class="wp-block-paragraph">The tour guide told us that where we were in Seattle used to be a lot lower in terms of elevation. After a fire that destroyed the city, the city regraded the land and so all the buildings that used to be above ground were now underground. The tour took us around the underground sections to show the history of the area. </p>



<p class="wp-block-paragraph">The picture below shows what people use the space for now &#8211; storage. </p>



<figure class="wp-block-image"><a href="https://photos.google.com/album/AF1QipNy6aSqXwDveCRTvfiLD9cnIFAil-UNRN7HhOIq/photo/AF1QipM0tYaXQZ6s96sVJRh7DNYGQiVL7Biucvg0HjpE" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/o0oq-TKwkVDJgQ8aXQjgryk_TXPFs4rTAMBOj4YWJwVQ4wLcd7oIAo8XoSBsLBjcxlxUFt2kASBrNVIhM-Ql_hsRvHdtkP5WdbSJqE-_AF4jCGZgE1FUfMgnfzLTHqBsnNyEDKZxoNPcv1GyElM28thDKNpAN7lELBm7wOYlr5icF7f6ZKiGfVujdqLMZ-555_XbF9xZu_WylPDP4npces9kHN6hduGpiAKNy1OSrPs2ID3A1ucz9oGodSql4i9D1lQ-eqEXMFlYe_MN3fayzFQmwBQLLdeabxFEuK8naI0KGfgBPmCHIK5BAEyo7rPjr8Mou_D6jd2r-f-lHK5V4KYeii4qY0dvWTIsfn0kMlJYnOPaLou2dXXzGBuV-Rd-2eGYzpRefFiyAQOXRg_7rZP92dXebK4JssMR3q2FwQe6N8sMQQeyDf7f_gFuVvvfNAwmc3WP6I5p6ARoy6FTtEm13O1o9uMCwIEKUEvjLqlU-Zy2tclmVwuh8T2d5vm27GM3gOM9y-oaokFF22ghjmz4TCPXPNXn9v6NILhGw8TjsjhT-fwZX_9wEXv-rfVf4JVTBfVX4M1DBq-hJ1sSRUek0gVAEV1aLJYIGbm4SFBDuuB-yfWt3Bj0FI4psyrJyg-3QpPJV5w3CjfU3fBHwlaDgGZSNdhb=w1680-h945-no" alt=""/></a></figure>



<p class="wp-block-paragraph">Because of the regrade, sidewalks had to be rebuilt one story higher than before, so city engineers added skylights onto the new sidewalks in order to illuminate the underground areas. On the surface of the sidwalks, one would be able to see the skylights from the other side at ground level. </p>



<figure class="wp-block-image"><a href="https://photos.google.com/album/AF1QipNy6aSqXwDveCRTvfiLD9cnIFAil-UNRN7HhOIq/photo/AF1QipO8ZGHoGAFdk9U2Bn0NkI7wDjr3fT5xmlXOi5qV" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/66xQ-64gUkuixirDjf3MVqzk5qWhg42aLp2UxTgn3-bh9OUXy851vaQ7C_iQNuK6zfX1kETUsIcT11n_AuVZPysDm01ULLR66R9OxNiTXLHq2SpCXO8_DwsgE5whyaBiS4UDnQsq9EfMXNebmfLK4vEpnK0mBa1yVtPnLvhcMk-M6NM4VUW9qwmXwZqDI9Rnnl_Vm4JD1BUFjQeDpdknM_2QX3-D_e5-cuO4S_BbjQKd6JkzPZ1FqfMqD0at32F_K9KZM_VPmArga5nBvzDl7AgHllgn8pOfMPFNjB_j8g6UnioSNItLt2kgYBgXxkWyWNx9TcimOZMnXe8Dtnb85RepOisj_3pvdF3oVGrXVp0jS0eyaiW5b31ohF6dJkcWWqUq8iiUv0zM_eYRlsNsOaE8pPPpw2JPawkOXPirhENRY8-2swNdOH3bOcYeKO8Ivk--rOMsh9Pja0SC3c6uAfMGBTm7IS6jhcqPA40lQ4dBG0kzESFrBPSxxiC1F3I41wy4SC0mqHmL5_X1cdUoVmCyM-YKjHRqc6HZCHWstbGYd3CgRoik40TAHKEmEnmFqu9urz0PF2AekmAhUp4EG9b0Y_lkEaEG2FQLALuqMlNo_dOuOBOplHMM2y3X9S2F34g4s7DIlE2oOkK9BDGHRZaJSFEzg12h=w1680-h945-no" alt=""/></a></figure>



<p class="wp-block-paragraph">In the past, the underground area was used for a lot of questionable activities, such as organized crime, speakeasies, prostitution, etc. Because of its history, this area of town is still considered by many locals as the sketchy part of town. </p>



<h2 class="wp-block-heading">Pike Market</h2>



<p class="wp-block-paragraph">Pike Market feels like the market in Granville Island in Vancouver, but is a lot bigger. I can&#8217;t explain it, but for some reason I greatly enjoyed staring at all the seafood. </p>



<figure class="wp-block-image"><a href="https://photos.google.com/album/AF1QipNy6aSqXwDveCRTvfiLD9cnIFAil-UNRN7HhOIq/photo/AF1QipMV5g8LnbCkpilDr-1SkccaVz-wDucly-bFGXp7" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/BsL4WunEQv0loFelh2Y-TiMT6xO5VO6ugMwGKFsLu-2_nkONTHEJ5jGU4W4Xcr1AIooA9_tbS65kGFpR18d0FNDskNeQkX8PnLYugCjWcqbIug1Xb441ESI9CM4NF0e8keRlKB2YzzpXgRnyCbz7T7nITEICmT94BdiVEYLCa1dYrgzxwwJx7BbAG9eziauxNvr5qq_4CqGpaIM-Ocg8j1MWoIp3Jn2r-7RkhaT0yhUlFH1ANHrublpTT8mrvzUWYJEmDahMAuZvg9rQZ3-CpGQ8EHY-doFJoYIT4UrwFrmyBJjfqBAIRIF_o0suiF2PvD7tm70Qr80DSma7-w3TKc58O0QRhSkOX-Z4LdD18Rkv-DePw1Etiz8RuqJOyOWL7e2qSC7H9uN8dxfZJ3_1geOJitLH2bGZeTEhCdY7u-AEYEI2HrEjYALC2QzpLu8sCnqJhB5pUKDFMTdzqfgaoFmYvJcrlWk0OO1SjVjI7qET7cxrOGaGCpT37Vy0-la0kevhI2gdnwg6a-0vtpaop8CBZ11KacwH-bEfmrvIVHD1hvZEVxBSfJHoHMRz5qFvj6DMnduIohnUdPA_p53VtljAb6KWkunfyOU5a24zq4QJYQZpIlCL2wYw1hlG-XkfF4L0hQBcXVD7H1E1z1o-XzwMSvXFxcrV=w1680-h945-no" alt=""/></a></figure>



<p class="wp-block-paragraph">Sooo much fooood</p>



<figure class="wp-block-image"><a href="https://photos.google.com/album/AF1QipNy6aSqXwDveCRTvfiLD9cnIFAil-UNRN7HhOIq/photo/AF1QipOXNC5trR85rQEp3C8w89U1rhGB53M742Edxzma" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/M_BYmvS90REG-i6FkmUBXN0raivdtCpny2-jD3zY1dKDJCYIW024STKDfctT_phgDHTN-MU2B3qt0rEA-8ksQkdbB0OaUyuzOFBgSM7E39rjfkstY8C62e_mDGAHXPElZaiUgdG6Ch3x90aCHXviY2-BoQsYRKznz9Lc-Q5VK47eFMvfdymscOt9pRIfNvIaJdjs5AFaa75q483bspoOxKZSjslqrOF-0lTYZDr0Vd8sHBMQl3OxQJYvYxLhfADatPVzqosS4annmkD74v823qTi99GB7rdqg0yPzN6iUK060mU88HWSh8-87iEgp8YzKpHM7wqnFFm47Ie4RZHSVohQsT8Smn3GJIHMgFypLZqKbSfudCJKtjmgY--895utr1bKmmvbKxnErCl2jcFHV95Fx0UN0tvPjWmHcqPdqAaqqmvSN58GZc6hLiQ9NKqXWIJlsHPKFYTMhFf4vi4AaFoEFcZDVoko9U9ji_Gf_WtRiwoAY9ltNi1SwWFagenyRro5kRszks7g32Y1Blua0DxvC1gg4_6ilftxb1TAFjkYX41ZTlzrqJGuIlHIFaqNV_mnyDbkzR_v1CP-KMq-ovDG8b2zWmO2Allp0Z8GoRAidSBmHJzcgMbT0ZuBz8hoMmcQPXe_LNtR1X1VCXega3YKljH_pL0H=w1680-h945-no" alt=""/></a></figure>



<p class="wp-block-paragraph">By the water near the market, one can get a good view of the water. The Ferris Wheel adds a nice touch as well. </p>



<figure class="wp-block-image"><a href="https://photos.google.com/album/AF1QipNy6aSqXwDveCRTvfiLD9cnIFAil-UNRN7HhOIq/photo/AF1QipOfrq_0gxbkEVJSDy6NvlBHLHgJwCEazdF5eK-S" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/LE9bppK0ZSpTUBq20Vhmv1Rhj2VjQmyqAyRozEr9nnyRDyMPAswKbqHeGAoMnR4qIprceAM5KhE6Xbpn4gaARpEdmYMTGTqFWqkrjYsKzt2Dz15d714FA_WHDbl3bBrzCGwLZlOo52QzXhRNLd4j17Irf5GJt9cZWwjV_PqykgsUutU2kHByfJVHeX20I9X74vbxlytU0wMSDagXQhwLRgW4gVIK8Eix1T94to5vY9Tv6c5UBTdtOMzY75hmaKRvYJ278DippOTByOx1ekxQtTG5XwOlxXDbry9cS9w8aNEfZfdTuXEbpDalxf3WbMQcXVf-vJMAfPRrb5qfvkTLgfbY2z2jjU_miuE4KU5GSuZYuxe7T4Vywlg5duJ5fT-TOiTfEmhNMA-94QYRab_y5nFMGqnVLI0yKO2GcqU3rqD_7mcdzcuKc1EbtQz075blAROOKBBZ3UFrW5rYwlsiQDRQPsnQ0WJ2026bweB3QZKg9un5HzUJXvJ3_QY48QK-YfX-Kd1fKuxMzkXyKKVfzmXP67WJmJ4jv280-EJiTLfEfNKnj7Xeel8uUY_hv066NjK0V1EBWrEb3F0E-XFC5krStuhJzdDMchsMwB-IKFKLQIZIB9QjH90ddza0VX9T809XGYq76oEkzXOTorV58Rve59clOnr0=w1680-h945-no" alt=""/></a></figure>



<p class="wp-block-paragraph">We happen to visit Seattle on the weekend where there was a football game between the Seahawks and the 49ers to see which team would go to the Superbowl and because of that all over the city, people put up flags with the number 12 in support of the team. This building must&#8217;ve been full of Seahawks fans. </p>



<figure class="wp-block-image"><a href="https://photos.google.com/album/AF1QipNy6aSqXwDveCRTvfiLD9cnIFAil-UNRN7HhOIq/photo/AF1QipPDF9I6C6uIt4AjC8gIZPjMZVjjXQ7R7j8udNXM" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/qXItFrZFtXs6H7lcYYpPtarLI4m0tei2Gl6m1Qdk8q3IGCRMSFX0Dvg2aG8p46rcbc97ExunfeR4PnzknFdgSLWrVVgEjJxpGhDB9TED0VcuTJW5pkeRJSnt4oYnUTj7dArEk35gJMzntWdX9D9AGAEtJVnLX1k3y5r0MrugFEtEM4pSWwLWi-YJqLIEk3Fq8xPXI1b0O45qJ9snDAhIjJmVIc8K2ziwvHs3-k7d9TV1aAVlkkmtFulVLjMR2InBp8Fx_LzNh4QYT1CQfmTJ_1e9SSXvpVdC1zuRCTHjQxH3seBnF7OnF4lxACvHT5To_-v7ZyOyXyLqFHriOcJvX7iVLwpR4mxZvW3rAQD7JDNy_s962Iogm4CvON-LG8cd81UKzRA0Z5hIoakYgOow2zctxZE205TndwOWqji157XNxb-TbNcmBH6EtDNqbJc-MOF4jmutVLVwSJnINo3YmVrHFhslLc2C_uim4q0qmyNWxBiUB-FkB7Yul9WQZn5cT108Z1Mt6TY8nThkUQJdu3PzMmHfJLk24p2uozSfC1Tr078lAAFhFMinVPYLC2wIv4WseTPwod34nk3jS4__NZ_N_Lv_OW1mECnfCGQ0f5byd8fwqxtuxB54VdIBgvFxZoXchXqFLdw9WaCC0BCtXZGu_vSQtNpR=w1680-h945-no" alt=""/></a></figure>



<h2 class="wp-block-heading">Shiro&#8217;s</h2>



<p class="wp-block-paragraph">This restaurant is so popular that when we tried to walk in at 7, to get a spot, the waitress told us to come back at 9. We had heard really good things about this place, so we actually starved ourselves until 9.</p>



<p class="wp-block-paragraph">My friends encouraged me to try and order in Japanese, so I did. I started by saying to the waitress that I&#8217;d try to speak Japanese (私は日本語を話してみます), and then I listed off the food one by one and then success! While it was nothing complicated to do, it was cool doing that anyways.</p>



<figure class="wp-block-image"><a href="https://photos.google.com/album/AF1QipNy6aSqXwDveCRTvfiLD9cnIFAil-UNRN7HhOIq/photo/AF1QipPzhU37brSKSKSR27_uJl6pb0VT6AAc4Fjezzti" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/WCnk1uZPYRwXP78oW75vGJezSlA_4RWp24cUg5a6ZCxOTzJgWXvon9KvcP7SzpjPdfymCkd2SBOR4SPmVi4kISxwT9e3T9Cg9qE_nwbESVxpFjt54Mlz1mPtA30RC9gx_DcYYZL_ktg_pn4LHBnfo-nuafndm9rONMvJxmdHyPBwXuIIYX3SVPE0uQ6Y6kSxsoqCH2E9mCI3kNH6fopSXZq1DU21EpzorexXlqeA0-e-y3JHPg382waC1Fdi6fbcrXLfCf4WlDv0OEu3_a1VoN5mdzOErWhFecHql4i4S1LDrTJF-0zTarYE01n9P4Wzzjmq7qS-ncxCCKXUaNtp4dSZ_iraVRg0QU5bvlJY38E1EhG4D5qY68mNoetxThbMmXiUYmBxu05vAmC_GGovQv5CMHfdrcU4loCdxNMuV6whXQeFFGNLm3BsJc-nfblWoLG9fHlyZTij_NDcFG2jBeSpZnZEvr1CyEunCTGKodZ5nfwJ3rlGM6VKjVTMobLWP6vdRPokywg_Mddcle6vtRYl59BX1FvPUXm6whG_8gY7cMXQYzGZ9GcuyRB5rShX9Q2XrRygBSIwkTHt3zpsk7EGIpMHfnfjEZF8sbEIIig45Hl6wEF0AO7Hx-PYcTR-n00TKlDoXvsUg7f0jxa2BHV5EaoEKwFO=w1680-h945-no" alt=""/></a></figure>



<figure class="wp-block-image"><a href="https://photos.google.com/album/AF1QipNy6aSqXwDveCRTvfiLD9cnIFAil-UNRN7HhOIq/photo/AF1QipN9s-V-8dXesvZ3nhvYx93gbc6faK7a6U8ih61T" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/LTqhZ9eRJMwKJj_-EPeSWr6Vdip2bK7wydP9FTGfnnobOMeeTVyL7pjZTPOb7FLpuMOSdgjB61NtqYeC3D3rmtHMtDx3kpYVE8N5imIEvjc8NWjQekKfIDihtMVEVblUZbLfP07fnQ-BgXw6f7Cy-eVFFgNFniBw-zaZ86eHqJRtt2usKbGG6dXVnrC69xOuuhFFnPaPMK7ElocueUJeHnyi942sQN69iTHCtCyYZmE08TwBFPShGijpTlfHTpGZFMYM0krrZZmtSXkOPy5rsr64mIRVjzzJ-Shq6iSHp6imlgyxSGsCAz5YhrWEAp9ApSIA5QhN5pWpn0iQZ_P9YmHgfexDGXdh1vCRpome8bMDZf_iAw5XT-dNQiDpOCkcfK4-IWBgQHpks8slXMkNG1dYqeRyp2YImeM_sJPBe_ulcirKLtgQBT60W3NE6u8k3tUZV8OkpBw8VCO9N4hTHiEoQFh8lEPn7oUic14Gf_qIYph54CrhPM8PuHzHNn9M2AIcDydNc7VMhJvUKR9STNDovZYOlVqnwzGpiS3QsWuauJik_apGLBuXMYN6AH0I5H8_epSDJyP61PDilRpFsz2mSiudZ_QbK0YrATqFIsEHc7Y8HUCFILPVIFPvK1-yfEs5UtyDvjyRqEz5ZJan1Yv4zEWPdsy0=w1680-h945-no" alt=""/></a></figure>



<p class="wp-block-paragraph">I&#8217;d say the food was definitely worth the wait. I&#8217;d definitely recommend this place to people who really like seafood and sushi. </p>



<h2 class="wp-block-heading">Morning Walk</h2>



<p class="wp-block-paragraph">The next day, we woke up early to go to Pike Market to buy some groceries to make breakfast. We walked along the pier and got quite a nice view of it. </p>



<figure class="wp-block-image"><a href="https://photos.google.com/album/AF1QipNy6aSqXwDveCRTvfiLD9cnIFAil-UNRN7HhOIq/photo/AF1QipN6yqBSwebrPkPVlYsHwcF-nJYFZf2XwMo9N5VU" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/faBMSWFh3yTBG_WvJAHrI1nsXJHLdaIa2pjfqbQOOwN1QUpLGKsFMZfOch8AO9tvxAH6A5FIfaDTpnM2QgfjGiND4efoyH07E9JP_PQyc4Fm4_EcOK_T1Yx80FOgP-Q3FXU6Hi4lsHcj6dGyySfcaxI_reX4qk6B5SSehy3jltWI3RlbP_kY5z3uvKtrLm2msW5Rb9tQLxSbVLt6pqyGPMC7TjTCozPPj7xwjCKrfuswIwDBWIUgu2qjt9MfDM3L1ADMF28LZbc4dMPj3x9AYeIZVYHOZT13Lbi1lyP_ka7Yae7udc-2Ji6-c3XAPt78RYz26qQxyDJ09X3i2zaeaxpmWoJgkjFK_xge4z-aicHPrsAhIKejxxplDX09yZVz64Cz3tZJOEc2DVMANbuKs8XiLho4EoMwFO4XhyEmIYN8NsKRN8Ge6aq2uHgDD-12J5wZiBLW2WZG-IeUfwNm5WS7l8UQMC3cH2UF56KOxAiHHP_5lOwptUEt42pZpMXjanQmHCADSDlb50om4hhEZ2Jsuzbl611BLYK5W5lsfLz2rQC-K8ya6reRvgY9BdIyhBW9beFk95PCCGYlqREgOAJRJk2AyS23-9gNVJDdj3m2GDpkps3OFZs2wKBNz36EVD8JkTXFN46MI4NPLn1bRnOBmVfH9Vov=w1680-h945-no" alt=""/></a></figure>



<h2 class="wp-block-heading">Serious Pie</h2>



<p class="wp-block-paragraph">For lunch, we went to a pizza place that also came highly recommended. When I looked at the menu, every item had at least one word that I didn&#8217;t know. I had no idea what I was ordering, but the pizza was really delicious! &nbsp;I also recommend this place. </p>



<figure class="wp-block-image"><a href="https://photos.google.com/album/AF1QipNy6aSqXwDveCRTvfiLD9cnIFAil-UNRN7HhOIq/photo/AF1QipOxMOIy2fJcorvOvk0LrYiOHlHLu2xEkWRXAnTX" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://lh3.googleusercontent.com/OB_dkLK_nY0XoJ0uLvohhzcfD_HC-qftrBT9hF85qFRd-hWHwrFeCH8Iv5lHLAZ4z9wdAH5Z9HLaoYtpDDythmJRcRnD4NInJRWBdTE8sjSUWyOBRJivFXAm4nLpwYwq6Xxtl3GyjO3xS-GEY4zmb9-OPhQ3WKHHEPg8ecBOSgBAPGzhPmaT465uE39rtaU9hOf3LSBXYGmYK2Cm0L9qIJzlJTEjOPDv7cFhyNdejFc0dOils6wb0d5RLXNLmAqSR5HHusxyRkn5z_oK_KdURSsYdKODhz2PqRzvMuEA8jNdYA1F-c1Q8YRFvR38tpqG2OGlcb2RHqwMukif06Q_5YbmxZiv8Q6b9c8FhI803Y2qGWaBc8OXWZqgvEDXOO_EBsRaQPJJWQhHqG3wShlReVK3ZEcSJQk4Km9j0XBPqR-JbuG9pWpY7XHzPjLxx5LDgNT3euMWJ7yU30S4BtCuCsGIN5LTloJKqFDgs_AXx6oFuStyxP43sCU-UZn8Nt4g5B-L82CXpGfRZONXdDTdMMLSSnx3yUOV6ecjh5HfgPp6jeroizTE-xxgLcFuemFOxCEyC4Zm9m9WSEQr-2kvGYwny91tTVxe6FKJdLUokMRPk0ItTm7kXCESVRCR9b_PELC5YswJzwVZ2y3NOEK9IlST2JKbGOr3=w1680-h945-no" alt=""/></a></figure>



<h2 class="wp-block-heading">Back to Vancouver</h2>



<p class="wp-block-paragraph">After lunch, we stayed for a bit longer at our friend&#8217;s flat before heading back to Vancouver. Seattle was a much welcome change in scenery and it has further enforced my desire to travel around to different places.</p>



<p class="wp-block-paragraph">Album link <a href="https://picasaweb.google.com/117972094293741244551/Seattle#" target="_blank" rel="noreferrer noopener">here</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2014/01/25/seattle/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1796</post-id>	</item>
		<item>
		<title>My Horrible Experience in Brussels</title>
		<link>https://blog.henrypoon.com/blog/2011/06/21/my-horrible-experience-in-brussels/</link>
					<comments>https://blog.henrypoon.com/blog/2011/06/21/my-horrible-experience-in-brussels/#comments</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Tue, 21 Jun 2011 19:10:57 +0000</pubDate>
				<category><![CDATA[europe]]></category>
		<category><![CDATA[Amsterdam]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[belgium]]></category>
		<category><![CDATA[Brussels]]></category>
		<category><![CDATA[Chocolate]]></category>
		<category><![CDATA[Cola]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Credit card]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Dia]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Euro]]></category>
		<category><![CDATA[Europe]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[Final]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[Germany]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Gods Rainbow Manner]]></category>
		<category><![CDATA[Grab]]></category>
		<category><![CDATA[Gran]]></category>
		<category><![CDATA[Hole]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[ise]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Lie]]></category>
		<category><![CDATA[Luann Ryon]]></category>
		<category><![CDATA[Mind]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Over]]></category>
		<category><![CDATA[Pho]]></category>
		<category><![CDATA[Plan]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[rain]]></category>
		<category><![CDATA[Resort]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[Struct]]></category>
		<category><![CDATA[Student]]></category>
		<category><![CDATA[Stuttgart]]></category>
		<category><![CDATA[Thou]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Z]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/my-horrible-experience-in-brussels</guid>

					<description><![CDATA[Day 160 Whenever one mentions the city of Brussels, a few things come to my mind, mainly chocolate and beer.&#160; Before actually visiting the city, I really expected that sort of thing, but I was wrong…oh so wrong. We left in the morning of the 11th in a very uneventful train ride that lasted for [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Day 160</p>



<p class="wp-block-paragraph">Whenever one mentions the city of Brussels, a few things come to my mind, mainly chocolate and beer.&nbsp; Before actually visiting the city, I really expected that sort of thing, but I was wrong…oh so wrong.</p>



<p class="wp-block-paragraph">We left in the morning of the 11th in a very uneventful train ride that lasted for about six hours before we actually reached the city.&nbsp; Upon arrival, we got off the train in a very typical looking European train station.&nbsp; We walked around the city and found our hotel.&nbsp; They assigned us a room for four people even though our party only had two people (we would have had more people if we could have arranged it in time).&nbsp; The room even had a flat screen TV and a bathtub (not just a regular shower!).&nbsp; What a great first impression.</p>



<p class="wp-block-paragraph">After dropping off a few things, we went out to explore.&nbsp; We didn’t really have a plan as to what we wanted to see, so we walked from one place to another with an attitude like, “hey, that looks cool, let’s go there.”&nbsp; Using this method of exploring, we saw a few buildings with really cool architecture, like the Basilica of the Sacred Heart, and the Square Ambiorix.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://photos.google.com/share/AF1QipNfdkv9OasdEEW8s_cvhhyT9wcTTkzPn3ep_altsnnvjwyU5PrTNvo2wlMstkyUTA/photo/AF1QipPP8G1vFa5-qnfY-ud33ukNKLoHWLD78Q-9fhgt?key=WmlTY1R5S3AxQjJXXzExZkk0cE1KWHUtZzNJeDBn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEV6oxogr68yrH8NoJnM0muyCjziPdJS84m1zCcRr3UeLvEBlXx4ScPG1sgb5WALsAB8wVl3O8jcyDx4mITtN4RXpZdWFEDztZoIudn6TbFzJ-ZD7blDpL-13uTkGZik_bcXGSMOV-qJpA0eS5tjDUfcXA=w690-h919-no" alt=""/></a></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://photos.google.com/share/AF1QipNfdkv9OasdEEW8s_cvhhyT9wcTTkzPn3ep_altsnnvjwyU5PrTNvo2wlMstkyUTA/photo/AF1QipMPggtrrNDNNPR9xyB3MT6kTs4PIFRXjdnp4qou?key=WmlTY1R5S3AxQjJXXzExZkk0cE1KWHUtZzNJeDBn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXT7MRLMs9ntkPWJmJXFzmEiawEoEvGXfSJtQcmrA5gpA74NIhyKHXe26NwnD5byHohct4M3TUkZEyeaLszEf2jrCwUuHk9Ku1NxMyhX1dIe13oMJylZ2nAcJQC7zjFyia3dO-S_W86CzqMndPgbRLXRg=w690-h919-no" alt=""/></a></figure>
</div>


<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipNfdkv9OasdEEW8s_cvhhyT9wcTTkzPn3ep_altsnnvjwyU5PrTNvo2wlMstkyUTA/photo/AF1QipM3mGEFH_prEJBT98oWgEEkvHlmOdjK1sevRX-G?key=WmlTY1R5S3AxQjJXXzExZkk0cE1KWHUtZzNJeDBn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEVYXugNVjvK-6ZIKfpkMP86c_5bVXx27KYzczOC6dx3gPlfKJNiisuSablui1fJ766mjZBolvv7bXvOqHc78KdTg6nnUG8nHQCq-kShOslaDdlMLK-pOuB8NAHWsm6soliHjRRYM0uzcG699vJWoS3umw=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipNfdkv9OasdEEW8s_cvhhyT9wcTTkzPn3ep_altsnnvjwyU5PrTNvo2wlMstkyUTA/photo/AF1QipPYBXGRLJQskXsVy8Uy1GzN5WQ_xJHwfweTj7--?key=WmlTY1R5S3AxQjJXXzExZkk0cE1KWHUtZzNJeDBn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEWBJ1tcJ4kInkgNrCITRPPYdC89hPnLGW6HM5kPU7Z_6S2xahPF3N3FOohdSX1W5hl2511_0NbcZ0vso67MkIU__mGegOdnS9_EkshJ-JZrTmWgcASvbhoCErJHXBLmo49CXr4ISAuI6aJ105CZukq-WQ=w1226-h919-no" alt=""/></a></figure>



<p class="has-text-align-center wp-block-paragraph"> <br>
 </p>



<p class="wp-block-paragraph">After reaching the basilica, we realized that we ventured really far from the city center, so we decided to take the metro to the city center.&nbsp; At the metro stop, we looked on the map to see which direction we needed to go in.&nbsp; One of the local with his family waited at the metro stop and saw us looking at the map and so he explained how to get to the city center.&nbsp; I suppose he could instantly tell that we were tourists.&nbsp; The guy seemed nice, but almost too nice.&nbsp; I found that kind of suspicious and we avoided him for the rest of the metro ride.</p>



<p class="wp-block-paragraph">We went on the metro, and off we went.&nbsp; A direct route to the city center didn’t exist from where we were so we had to transfer to a different train.&nbsp; One thing I noticed right away at our transfer station was the fact that there were so many people trying to cram on a train.&nbsp; I saw this and knew that could be trouble.&nbsp; Before going to Brussels, I had read on the Canadian foreign affairs site about <a href="http://voyage.gc.ca/countries_pays/report_rapport-eng.asp?id=28000" target="_blank" rel="noopener noreferrer">what to look out for in Belgium</a>.&nbsp; It explicitly warned travellers about pickpockets operating at metro stations.&nbsp; Knowing this bit of information, I pretty much kept my hands in my pockets the whole time to prevent anybody from getting in there.</p>



<p class="wp-block-paragraph">As I got on this crowded train, I did my best to get on the train while watching out for any petty thieves.&nbsp; At one point, my mind wandered, and my hands left my pocket.&nbsp; During the time between getting on the train and cramming on with everyone else, the dextrous hand of a pickpocket reached into the left front pocket of my jeans and grabbed hold of my precious wallet.&nbsp; Not long after, I noticed my empty pocket and immediately knew what happened.&nbsp; I had let my guard down for less than a minute and disaster struck.&nbsp; In a panic, I looked around for where my wallet could have gone even though I knew that all of my attempts would prove futile.</p>



<p class="wp-block-paragraph">I looked at my friend and simply said, “somebody stole my wallet”.&nbsp; My friend then looked at me with an expression that said, “are you kidding me?”&nbsp; Normally, I joke around a lot, but never about something like this.&nbsp; I was dead serious.&nbsp; I knew what I had to do next.&nbsp; Call the credit card company to block my credit card and go to the police station to report the crime.&nbsp; I didn’t really see a point in reporting the crime since they couldn’t really do anything to get my stuff back, but I might need the report as proof for losing the cards that I had in there.</p>



<p class="wp-block-paragraph">I talked to the first staff member of the metro I found and asked him where one would go to report a crime.&nbsp; I followed his instructions and when I arrived at the station, I found a police outpost.&nbsp; I went inside to talk to the police about the crime, but they simply told me that they were closed for the day and directed me back to the place I came from for help.&nbsp; Really?&nbsp; Are the police in this city that incompetent?</p>



<p class="wp-block-paragraph">Knowing that I couldn’t really get these people to help me, I went back to where I came from.&nbsp; I went up to the information point and asked an employee there where I could go.&nbsp; Two security guards came out and directed me to yet another police outpost.&nbsp; This one had closed too.&nbsp; Okay, whatever, so what if the police here suck?&nbsp; At the very least, I had to call to cancel my credit card.&nbsp; I asked the security guards where I could have access to a phone to cancel my card.&nbsp; They led me to the nearest phone booth.&nbsp; Really?&nbsp; My wallet was stolen.&nbsp; How could I possibly have any money to make a phone call?&nbsp; They clearly weren’t very bright.&nbsp;</p>



<p class="wp-block-paragraph">Afterward, one of the security guards took out his cell phone and called a number for stopping credit cards.&nbsp; After talking to the guy on the other end, I found that he could only block credit cards local to Belgium and he gave me a different number to call (I really hate bureaucracy).&nbsp; The security guard looked at the number I just wrote down and just shook his head.&nbsp; He probably didn’t want me calling it because it was a long distance number.&nbsp; I guess he cared more about his phone bill than helping someone out.</p>



<p class="wp-block-paragraph">The next thing they did was direct me to an actual police station nearby.&nbsp; Luckily, they were still open when I arrived.&nbsp; I borrowed their phone and called the number that the security didn’t let me call earlier.&nbsp; The guy on the other end told me that this number only works for Visa cards.&nbsp; I had a MasterCard.&nbsp; I was given yet another number to call except this time, the number didn’t work.&nbsp; I don’t know how I was able to interact with so many incompetent people in one day.&nbsp; I thought about what I could do next and realized that I could call home and ask my parents for the correct number.&nbsp; I briefly told them about what happened over the phone, assured that everything else was okay and that I didn’t lose my passport.&nbsp; They gave me the number; I called it; and then got my card blocked.&nbsp; I even arranged for a new card to be sent to me.</p>



<p class="wp-block-paragraph">The next step thing to do was to get the police report.&nbsp; I waited around for an hour or two and finally got everything done.&nbsp; I basically told the guy what happened, where it happened, and what was in my wallet.&nbsp; My wallet had 170 euros, driver’s license, my student ID, two bank cards, a credit card, my Bahn 25 card, and my Stuttgart metro pass.&nbsp; By now it was 8:30 at night.&nbsp; I hadn’t eaten since the morning either so I was immensely hungry.&nbsp; Using money I borrowed from my friend, I went to eat at McDonald’s.&nbsp; Afterward, I spent the rest of the night walking around the city.&nbsp; Despite the fact that I wasn’t in the mood to do anything anymore, I still walked around the city and saw what I could.&nbsp; During my walk, I could see how shady the city actually was.&nbsp; Some parts of the city were dominated by shady streets full of foreign immigrants.&nbsp; I suppose that’s the reason for why some people here need to resort to stealing to make a living.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipNfdkv9OasdEEW8s_cvhhyT9wcTTkzPn3ep_altsnnvjwyU5PrTNvo2wlMstkyUTA/photo/AF1QipPBqKGam4STrVPGFgGPB1pk9548E0SUfSho3Nng?key=WmlTY1R5S3AxQjJXXzExZkk0cE1KWHUtZzNJeDBn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEWIzr9J-mEI7Ybj0mlmiyycsPxjv4UHF1BN20q2_rxCvFwW_rAF98_hjAPwbUAyrB_g7bbWlyzN1g7_DcPg9TLooC6nOzj8djnGQ725je5IwPH8YO1g9bVpGKXwZobNA0CHqIWNfb1ekCOtmrh0Oulb4g=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipNfdkv9OasdEEW8s_cvhhyT9wcTTkzPn3ep_altsnnvjwyU5PrTNvo2wlMstkyUTA/photo/AF1QipNHFlTs0yvuKHIaPWS5sYXwbpafcQ9xEYd3JKKY?key=WmlTY1R5S3AxQjJXXzExZkk0cE1KWHUtZzNJeDBn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXVn_aldsYuuZXYKHyih_8uo1PLji9Ld-gh2UPjdLIgAx-nGKfaAbIW2lpafi7P8MkICpJzgjkINfmge7UHfv-n1E21On-06-D41iGb0fgUaMWblbSyKQ85NjZDDR20B7qf4VVLKT4gdrlKkPaNhy7wfQ=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipNfdkv9OasdEEW8s_cvhhyT9wcTTkzPn3ep_altsnnvjwyU5PrTNvo2wlMstkyUTA/photo/AF1QipPmypCGnhmOcJK46tjtOJrGyE7qoF0uLjs-vjy-?key=WmlTY1R5S3AxQjJXXzExZkk0cE1KWHUtZzNJeDBn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUrzmJ7IpNXDJn3IqZqGCz8lR4bOlntrUnMzUlb6PTT9KBhLuhYSaarCkzD7BBQt07Nkan0-qDT8l9ruoMeRD49j0VPqk7-X41Uk4XhmUFvkPizxzjW0EXCQGfp6nX6-8tXx6-QVs2V4xYXaC28QTORpw=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipNfdkv9OasdEEW8s_cvhhyT9wcTTkzPn3ep_altsnnvjwyU5PrTNvo2wlMstkyUTA/photo/AF1QipM3syRCs_pKS5N6YZazBkeNrT2e9ZKCojN44HG_?key=WmlTY1R5S3AxQjJXXzExZkk0cE1KWHUtZzNJeDBn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEU3CFlbMlHV9y5n5VuEW-91VrgUIAyTwzPHlXA8zUpRN0VP2Gzaf9G3UiW9cfANl0mLF2tNFnplxH_J3b1-V7S2BCycqrdutru5TocF5enGJUQB9cEhAqhg9zfe9mOntL3AUfhD_mGRkvJ7_RyxDSdPOA=w1226-h919-no" alt=""/></a></figure>



<p class="has-text-align-center wp-block-paragraph"> <br>
 </p>



<p class="wp-block-paragraph">The next morning, we took the first train out and went to Amsterdam.&nbsp; We had already booked our accommodations there before leaving Germany, so it didn’t make sense to go home early.</p>



<p class="wp-block-paragraph">When I told my friends this story about my wallet, a few of them found it really surprising that pickpockets managed to steal out of a front pocket.  It surprised me at the time too.  Some of my friends even shared stories about how someone they knew once got pickpocketed in Brussels too.  If only I had known that earlier.  I guess it’s like what my parents said afterward, “I learned my lesson the hard way and paid for it with my wallet.”</p>



<p class="wp-block-paragraph">More photos <a href="https://photos.google.com/share/AF1QipNfdkv9OasdEEW8s_cvhhyT9wcTTkzPn3ep_altsnnvjwyU5PrTNvo2wlMstkyUTA?key=WmlTY1R5S3AxQjJXXzExZkk0cE1KWHUtZzNJeDBn" target="_blank" rel="noreferrer noopener">here</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2011/06/21/my-horrible-experience-in-brussels/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1086</post-id>	</item>
	</channel>
</rss>
