<?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>Page &#8211; Henry Poon&#039;s Blog</title>
	<atom:link href="https://blog.henrypoon.com/blog/tag/page/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.henrypoon.com</link>
	<description></description>
	<lastBuildDate>Mon, 12 May 2025 07:00:22 +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>Resolving dd-wrt bug that prevented computers on a LAN with wired connection from talking/pinging/communicating with each other</title>
		<link>https://blog.henrypoon.com/blog/2015/01/05/resolving-dd-wrt-bug-that-prevented-computers-on-a-lan-with-wired-connection-from-talkingpingingcommunicating-with-each-other/</link>
					<comments>https://blog.henrypoon.com/blog/2015/01/05/resolving-dd-wrt-bug-that-prevented-computers-on-a-lan-with-wired-connection-from-talkingpingingcommunicating-with-each-other/#comments</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Tue, 06 Jan 2015 06:27:16 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Computer networking]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Custom firmware]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[dd-wrt]]></category>
		<category><![CDATA[destination host unreachable]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Find]]></category>
		<category><![CDATA[Firmware]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Linksys routers]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Netgear WGR614L]]></category>
		<category><![CDATA[Networking hardware]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[Run]]></category>
		<category><![CDATA[System software]]></category>
		<category><![CDATA[Telnet]]></category>
		<category><![CDATA[wired connection]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/resolving-dd-wrt-bug-that-prevented-computers-on-a-lan-with-wired-connection-from-talkingpingingcommunicating-with-each-other</guid>

					<description><![CDATA[I just had a problem where the computers in my house that were all using a wired connection could not talk to each other. &#160;Computers on wired connections could not ping, and ping kept giving an error saying &#8220;destination host unreachable&#8221;. &#160;I found the solution in a very hard to find forum post on the [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I just had a problem where the computers in my house that were all using a wired connection could not talk to each other. &nbsp;Computers on wired connections could not ping, and ping kept giving an error saying &#8220;destination host unreachable&#8221;. &nbsp;I found the solution in a very hard to find forum post on the dd-wrt forums.</p>



<p class="wp-block-paragraph"><strong>This specific instance of the problem affects users of the dd-wrt firmware. &nbsp;In my case, I am using build 24461 of the firmware.</strong> &nbsp;The solution is to run the following commands on the router (either with ssh or telnet):</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">swconfig dev eth0 set enable_vlan 1
swconfig dev eth0 set apply</code></pre>



<p class="wp-block-paragraph">I&#8217;ve since put this in the startup commands that the router will execute, so these settings will stay even after a router reboot.</p>



<p class="wp-block-paragraph">For some routers, it might be eth1 instead of eth0. &nbsp;It depends on which network interface is assigned to the WAN. &nbsp;This can be check in the router page under Setup &gt; Networking.</p>



<p class="wp-block-paragraph">Link to forum post: <a href="http://www.dd-wrt.com/phpBB2/viewtopic.php?t=152738&amp;postdays=0&amp;postorder=asc&amp;start=0" target="_blank" rel="noreferrer noopener">http://www.dd-wrt.com/phpBB2/viewtopic.php?t=152738&amp;postdays=0&amp;postorder=asc&amp;start=0</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2015/01/05/resolving-dd-wrt-bug-that-prevented-computers-on-a-lan-with-wired-connection-from-talkingpingingcommunicating-with-each-other/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1928</post-id>	</item>
		<item>
		<title>Parliament of Canada Tour</title>
		<link>https://blog.henrypoon.com/blog/2012/07/17/parliament-of-canada-tour/</link>
					<comments>https://blog.henrypoon.com/blog/2012/07/17/parliament-of-canada-tour/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Wed, 18 Jul 2012 02:01:59 +0000</pubDate>
				<category><![CDATA[north america]]></category>
		<category><![CDATA[9]]></category>
		<category><![CDATA[Canada]]></category>
		<category><![CDATA[Castle]]></category>
		<category><![CDATA[Chan]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Const]]></category>
		<category><![CDATA[Construction]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Dia]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Euro]]></category>
		<category><![CDATA[Europe]]></category>
		<category><![CDATA[first world war]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Government]]></category>
		<category><![CDATA[Government of Canada]]></category>
		<category><![CDATA[Hole]]></category>
		<category><![CDATA[House of Commons of Canada]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[John McCrae]]></category>
		<category><![CDATA[Legislatures]]></category>
		<category><![CDATA[Library of Parliament]]></category>
		<category><![CDATA[Lost]]></category>
		<category><![CDATA[Mind]]></category>
		<category><![CDATA[Ottawa]]></category>
		<category><![CDATA[Over]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Parliament]]></category>
		<category><![CDATA[Parliament Hill]]></category>
		<category><![CDATA[Parliament of Canada]]></category>
		<category><![CDATA[Peace Tower]]></category>
		<category><![CDATA[Pho]]></category>
		<category><![CDATA[Political systems]]></category>
		<category><![CDATA[RAR]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Senate of Canada]]></category>
		<category><![CDATA[Sleep]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[Struct]]></category>
		<category><![CDATA[The Go]]></category>
		<category><![CDATA[Thou]]></category>
		<category><![CDATA[Thousand Islands]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[UNC]]></category>
		<category><![CDATA[United States Senate]]></category>
		<category><![CDATA[Vol]]></category>
		<category><![CDATA[War memorial]]></category>
		<category><![CDATA[Westminster system]]></category>
		<category><![CDATA[World War I]]></category>
		<category><![CDATA[ypres]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/parliament-of-canada-tour</guid>

					<description><![CDATA[With a good night&#8217;s sleep (unlike the day before), we went back to Parliament Hill for the tour of the Parliament building.  We got the 11:20 tour, so there was some time to see other things in the mean time.  It just so happened that the Changing of the Guard show was on.  This time, [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">With a good night&#8217;s sleep (unlike <a rel="noreferrer noopener" href="http://henrypoon.wordpress.com/2012/07/16/canada-day-at-the-capital/" target="_blank">the day before</a>), we went back to Parliament Hill for the tour of the Parliament building.  We got the 11:20 tour, so there was some time to see other things in the mean time.  It just so happened that the <a class="zem_slink" title="Guard Mounting" rel="wikipedia noopener noreferrer" href="http://en.wikipedia.org/wiki/Guard_Mounting" target="_blank">Changing of the Guard</a> show was on.  This time, there were less people, so we actually got to see something.</p>



<h1 class="wp-block-heading">Changing of the Guard</h1>



<p class="wp-block-paragraph">The guards marched from the National Defense Headquarters to Parliament Hill (about 1.2 km). &nbsp;The guards marched wearing their uniforms in some 30 degree Celsius weather. &nbsp;Up close, sweat on their face could be seen dripping down. &nbsp;They marched in playing their instruments. &nbsp;The soldiers went in formation and each soldier&#8217;s attire was inspected to ensure that they were each fit to stand guard. &nbsp;This process took about 30-45 minutes. &nbsp;It was cool seeing these guards dressed up in this kind of uniform. &nbsp;I didn&#8217;t even know Canada had these.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://picasaweb.google.com/117972094293741244551/Ottawa#5762601169612118562" target="_blank" rel="noopener noreferrer"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/lh3.googleusercontent.com/-1fBv6haje4k/T_jfO3D7GiI/AAAAAAAAJGM/_fX11lXtJYE/s1024/IMG_6830.JPG?w=1280&#038;ssl=1" alt=""/></a></figure>
</div>


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



<h1 class="wp-block-heading">Peace Tower</h1>



<p class="wp-block-paragraph">After the show, we went up to the Peace Tower, the clock tower in front of the building. &nbsp;At the top, we could see pretty much all of the Ottawa-Gatineau area. &nbsp;Ottawa has a quite even balance of trees, buildings, and water. &nbsp;I don&#8217;t really know how to define it, but the view just seems more interesting that just seeing endless buildings. &nbsp;I suppose having some green and blue makes the picture more appealing to the eye. &nbsp;Bridges across the river adds a nice touch. &nbsp;There also aren&#8217;t a lot of tall builds either, which definitely helps in keeping the view clear.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://picasaweb.google.com/117972094293741244551/Ottawa#5762601231693022018" target="_blank" rel="noopener noreferrer"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/lh4.googleusercontent.com/-esql0Ecj8BM/T_jfSeVKg0I/AAAAAAAAJG0/Zfm_G0sl-zk/s1024/IMG_6835.JPG?w=1280&#038;ssl=1" alt=""/></a></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter"><a href="https://picasaweb.google.com/117972094293741244551/Ottawa#5762601263369781874" target="_blank" rel="noopener noreferrer"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/lh5.googleusercontent.com/-C3cnZT5g4-c/T_jfUUVfgnI/AAAAAAAAJHM/DkFSi7Y_EFY/s1024/IMG_6838.JPG?w=1280&#038;ssl=1" alt=""/></a></figure>
</div>


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



<p class="has-text-align-left wp-block-paragraph">Originally, we wouldn&#8217;t have been able to go up the Peace Tower and come back in time for the tour, but my cousin said that when the tour group comes in, they would have to pass through security. &nbsp;We had already done that to go up the Peace Tower, and so after we came down the tower, we stayed in the secured area and met up with the tour group once they came in through security.</p>



<h1 class="wp-block-heading">The Memorial Chamber</h1>



<p class="wp-block-paragraph">Just below the Peace Tower was the Memorial Chamber. &nbsp;In this chamber, there is a war memorial. &nbsp;The significance of this one is that there is a book that has the list of names 66 655 Canadians who lost their lives during the First World War. &nbsp;A second book was also added for the Second World War. &nbsp;Every day at 11am, coinciding with the time that the First World War ended, a page is turned. &nbsp;This allows for each page in the book to appear at least once during the whole year.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://picasaweb.google.com/117972094293741244551/Ottawa#5762601278492851922" target="_blank" rel="noopener noreferrer"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/lh4.googleusercontent.com/-eXuCdKCp7gg/T_jfVMrHPtI/AAAAAAAAJHU/9T1TnjCA0RE/s1024/IMG_6839.JPG?w=1280&#038;ssl=1" alt=""/></a></figure>
</div>


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



<p class="has-text-align-left wp-block-paragraph">Inscribed on the walls in this chamber is the famous poem In Flanders Fields by <a class="zem_slink" title="John McCrae" href="http://en.wikipedia.org/wiki/John_McCrae" target="_blank" rel="wikipedia noopener noreferrer">John McCrae</a> along with the locations where battles occurred such as Ypres, Passchendaele, Cambrai, Somme, among others.</p>



<h1 class="wp-block-heading">The House of Commons</h1>



<p class="wp-block-paragraph">The House of Commons is where the elected <a class="zem_slink" title="Member of Parliament" href="http://en.wikipedia.org/wiki/Member_of_Parliament" target="_blank" rel="wikipedia noopener noreferrer">Members of Parliament</a> go whenever there is a meeting. &nbsp;This is where major government&nbsp;legislation&nbsp;is introduced. &nbsp;Whenever there is a meeting, this is the chance for all the elected members representing their political parties get the chance to debate topics such as how government money should be spent. &nbsp;At the top of the room, there are additional seats for any spectators for whenever parliament is in session.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://picasaweb.google.com/117972094293741244551/Ottawa#5762601322677801794" target="_blank" rel="noopener noreferrer"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/lh4.googleusercontent.com/-xtJc266HNDA/T_jfXxRoE0I/AAAAAAAAJH8/i_5sleifCog/s1024/IMG_6844.JPG?w=1280&#038;ssl=1" alt=""/></a></figure>
</div>


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



<h1 class="wp-block-heading">Library of Parliament</h1>



<p class="wp-block-paragraph">In terms of old libraries, this one is probably as old as it gets in Canada. &nbsp;This is a key information source for the Canadian Parliament. &nbsp;Occasionally, MP&#8217;s will come here to do research on various subjects. &nbsp;In 1916, there was a fire that burned down the parliament except this room. &nbsp;Therefore, this is the oldest part of the entire building (constructed in 1876). &nbsp;Naturally, architectural style used in this building is a lot different that the newer part of the building.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://picasaweb.google.com/117972094293741244551/Ottawa#5762601359228008786" target="_blank" rel="noopener noreferrer"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/lh3.googleusercontent.com/-0KBcByJUjB0/T_jfZ5b3-VI/AAAAAAAAJIU/ZEKIBsVM46o/s720/IMG_6847.JPG?w=1280&#038;ssl=1" alt=""/></a></figure>
</div>


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



<h1 class="wp-block-heading">The Senate</h1>



<p class="wp-block-paragraph">The Senate meet in a separate location within the parliament. &nbsp;Here, senators examine bills proposed by the Government. &nbsp; When the senate is in session, senators debate the bills and bills must pass the senate in order to become a law. &nbsp;A special thing to note about this room is that because reconstruction of the parliament building began in 1916, the general mood of the population was that they were sick of war. &nbsp;Therefore, much of the artwork in the room revolves around this. &nbsp;Paintings of the war hang above the seats in the senate. &nbsp;They are a constant reminder of the horrors of war.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://picasaweb.google.com/117972094293741244551/Ottawa#5762601414337710658" target="_blank" rel="noopener noreferrer"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/lh4.googleusercontent.com/-C7oqMzG9Kfc/T_jfdGvDSkI/AAAAAAAAJI8/GcSti_2mvRE/s1024/IMG_6852.JPG?w=1280&#038;ssl=1" alt=""/></a></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter"><a href="https://picasaweb.google.com/117972094293741244551/Ottawa#5762601422155280402" target="_blank" rel="noopener noreferrer"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/lh4.googleusercontent.com/-_oa9qQiyE1A/T_jfdj258BI/AAAAAAAAJJE/WtS6rfL91Ac/s1024/IMG_6853.JPG?w=1280&#038;ssl=1" alt=""/></a></figure>
</div>


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



<h1 class="wp-block-heading">Next Destination&#8230;Thousand Islands!</h1>



<p class="wp-block-paragraph">After the tour, we had lunch and then we made our way to a place called <a rel="noreferrer noopener" href="http://henrypoon.wordpress.com/2012/07/18/gananoque-rib-fest-and-boat-tour-of-thousand-islands/" target="_blank">Thousand Islands</a> for a boat tour.  I heard that there was an actual castle on one of those islands.  I didn&#8217;t even know Canada had actual castles.  I always though castles were a European thing.</p>



<p class="wp-block-paragraph">More photos <a href="https://photos.google.com/share/AF1QipNc2rapZrZzQRQMQ3TDhBizcPXqa6gqeFxkUgoAuagGMaQXh4_0Wu4uwHcUYSXeCA?key=c3hmQjZjUVhQVkZRSmkxUlp3cjZTYUlXQ3J2dGRR" data-type="URL" data-id="https://photos.google.com/share/AF1QipNc2rapZrZzQRQMQ3TDhBizcPXqa6gqeFxkUgoAuagGMaQXh4_0Wu4uwHcUYSXeCA?key=c3hmQjZjUVhQVkZRSmkxUlp3cjZTYUlXQ3J2dGRR" target="_blank" rel="noreferrer noopener">here</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2012/07/17/parliament-of-canada-tour/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1496</post-id>	</item>
		<item>
		<title>Removing the annoying Windows language hotkeys “Ctrl+Space”, “Shift+Space” etc. that toggles the full-width/half-width characters on the Chinese IME</title>
		<link>https://blog.henrypoon.com/blog/2012/01/03/removing-the-annoying-windows-language-hotkeys-ctrlspace-shiftspace-etc-that-toggles-the-full-widthhalf-width-characters-on-the-chinese-ime/</link>
					<comments>https://blog.henrypoon.com/blog/2012/01/03/removing-the-annoying-windows-language-hotkeys-ctrlspace-shiftspace-etc-that-toggles-the-full-widthhalf-width-characters-on-the-chinese-ime/#comments</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Tue, 03 Jan 2012 23:04:52 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[9]]></category>
		<category><![CDATA[Chan]]></category>
		<category><![CDATA[Click]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Control Panel]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Digital technology]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Hex]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[Input method]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Keyboard shortcut]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Lie]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[UNC]]></category>
		<category><![CDATA[User interface techniques]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Registry]]></category>
		<category><![CDATA[Z]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/removing-the-annoying-windows-language-hotkeys-%e2%80%9cctrlspace%e2%80%9d-%e2%80%9cshiftspace%e2%80%9d-etc-that-toggles-the-full-widthhalf-width-characters-on-the-chinese-ime</guid>

					<description><![CDATA[There is a bug in Windows that prevents switching the hotkey of some of the language bar features.  The user is unable to change any of the hotkeys in the Advanced Key Settings page.  Some of the changed hotkeys revert to what they were before when the user tries to apply the changes.  Two keys [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">There is a bug in Windows that prevents switching the hotkey of some of the language bar features.  The user is unable to change any of the hotkeys in the Advanced Key Settings page.  Some of the changed hotkeys revert to what they were before when the user tries to apply the changes.  Two keys in particular, the “Ctrl+Space” and the “Shift+Space” key combinations are the most annoying.</p>



<p class="wp-block-paragraph">These two keys toggle the full-width (double-byte), and the half-width (single-byte&#8221;) character sets when typing with the Chinese IME.&nbsp; Full-width characters look like “ｔｈｉｓ “ while half-width is what people are normally used to.&nbsp; The default key combinations are easy to press by accident in situations such as capitalizing a title.&nbsp; Therefore, it is beneficial to remove this hotkey.</p>



<h1 class="wp-block-heading">Solution</h1>



<p class="wp-block-paragraph">Because changing the key settings manually through Windows does not work, one must go through the registry.&nbsp; The following fix applies to the current user that is logged in.&nbsp; Apply the following registry keys and then restart the computer.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>Windows Registry Editor Version 5.00</p><p>[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys]</p><p>[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000010]<br>&#8220;Virtual Key&#8221;=hex:ff,00,00,00<br>&#8220;Key Modifiers&#8221;=hex:00,c0,00,00<br>&#8220;Target IME&#8221;=hex:00,00,00,00</p><p>[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000011]<br>&#8220;Virtual Key&#8221;=hex:ff,00,00,00<br>&#8220;Key Modifiers&#8221;=hex:00,c0,00,00<br>&#8220;Target IME&#8221;=hex:00,00,00,00</p><p>[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000012]<br>&#8220;Virtual Key&#8221;=hex:ff,00,00,00<br>&#8220;Key Modifiers&#8221;=hex:00,c0,00,00<br>&#8220;Target IME&#8221;=hex:00,00,00,00</p><p>[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000070]<br>&#8220;Virtual Key&#8221;=hex:ff,00,00,00<br>&#8220;Key Modifiers&#8221;=hex:00,c0,00,00<br>&#8220;Target IME&#8221;=hex:00,00,00,00</p><p>[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000071]<br>&#8220;Virtual Key&#8221;=hex:ff,00,00,00<br>&#8220;Key Modifiers&#8221;=hex:00,c0,00,00<br>&#8220;Target IME&#8221;=hex:00,00,00,00</p><p>[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000072]<br>&#8220;Virtual Key&#8221;=hex:ff,00,00,00<br>&#8220;Key Modifiers&#8221;=hex:00,c0,00,00<br>&#8220;Target IME&#8221;=hex:00,00,00,00</p><p>[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000201]<br>&#8220;Virtual Key&#8221;=hex:ff,00,00,00<br>&#8220;Key Modifiers&#8221;=hex:00,c0,00,00<br>&#8220;Target IME&#8221;=hex:00,00,00,00</p><p>[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000202]<br>&#8220;Virtual Key&#8221;=hex:ff,00,00,00<br>&#8220;Key Modifiers&#8221;=hex:00,c0,00,00<br>&#8220;Target IME&#8221;=hex:00,00,00,00</p><p>[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000203]<br>&#8220;Virtual Key&#8221;=hex:ff,00,00,00<br>&#8220;Key Modifiers&#8221;=hex:00,c0,00,00<br>&#8220;Target IME&#8221;=hex:00,00,00,00</p></blockquote>



<p class="wp-block-paragraph">In the registry, one can also navigate to “HKEY_CURRENT_USERControl PanelInput MethodHot Keys” and see a list of folders with names that have eight numbers in them with leading zeroes.&nbsp; Each folder here represents a particular hotkey related to an IME.&nbsp; Clicking on one of these folders will show data for these keys.</p>



<p class="wp-block-paragraph">Setting “Key Modifiers” to “00 c0 00 00” removes the use of the Ctrl and Alt key for the hotkey.<br>Setting “Virtual Key” to “ff 00 00 00” sets the key to nothing.<br>The key “Target IME” can be left as is.</p>



<p class="wp-block-paragraph">In the case of the “Shift+Space” hotkey, “Shift” is the key modifier and “Space” is the virtual key.</p>



<p class="wp-block-paragraph">It is unclear which folder corresponds to the key that toggles the character shape, therefore this fix is a blanket approach.</p>



<h1 class="wp-block-heading">If the Above Still Fails</h1>



<p class="wp-block-paragraph">Try combining the fix with an installation of Microsoft Office IME 2010, which can be downloaded here: <a href="http://www.microsoft.com/downloads/zh-tw/details.aspx?FamilyID=60984ecd-9575-411a-bd38-2294f17c4131&amp;displaylang=zh-tw" target="_blank" rel="noreferrer noopener">http://www.microsoft.com/downloads/zh-tw/details.aspx?FamilyID=60984ecd-9575-411a-bd38-2294f17c4131&amp;displaylang=zh-tw</a>.  Despite the name, it does not require Microsoft Office to be installed. After installing, apply the registry keys and restart.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2012/01/03/removing-the-annoying-windows-language-hotkeys-ctrlspace-shiftspace-etc-that-toggles-the-full-widthhalf-width-characters-on-the-chinese-ime/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1305</post-id>	</item>
		<item>
		<title>Really Handy LaTeX Commands</title>
		<link>https://blog.henrypoon.com/blog/2011/08/21/really-handy-latex-commands/</link>
					<comments>https://blog.henrypoon.com/blog/2011/08/21/really-handy-latex-commands/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Sun, 21 Aug 2011 22:39:08 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[agra]]></category>
		<category><![CDATA[Assimilation]]></category>
		<category><![CDATA[Bullet]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Comment]]></category>
		<category><![CDATA[Contents]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Diaeresis]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Find]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[HTML element]]></category>
		<category><![CDATA[Introduction]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Literature]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Table of contents]]></category>
		<category><![CDATA[Thou]]></category>
		<category><![CDATA[Umlaut]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[Z]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/really-handy-latex-commands</guid>

					<description><![CDATA[I just started writing in LaTeX and all too often I find myself forgetting commands that I had looked up a few minutes ago.  Therefore, I thought it’d help if I compiled a list of these. Paragraph Spacing This goes in the preamble of the document (after the document class stuff, but before the begin [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I just started writing in LaTeX and all too often I find myself forgetting commands that I had looked up a few minutes ago.  Therefore, I thought it’d help if I compiled a list of these.</p>



<h1 class="wp-block-heading">Paragraph Spacing</h1>



<pre class="wp-block-code"><code lang="" class="">setlength{parskip}{7pt}</code></pre>



<p class="wp-block-paragraph">This goes in the preamble of the document (after the document class stuff, but before the begin document line).</p>



<h1 class="wp-block-heading">Removing Page Numbers</h1>



<pre class="wp-block-code"><code class="">thispagestyle{empty}</code></pre>



<p class="wp-block-paragraph">This gets rid of page numbers for that particular page, but the numbering sequence continues on the next page.</p>



<h1 class="wp-block-heading">Adding Unnumbered Sections into the TOC</h1>



<pre class="wp-block-code"><code class="">section*{Introduction}
addcontentsline{toc}{section}{Introduction}</code></pre>



<p class="wp-block-paragraph">By default, unnumbered sections do not appear in the table of contents and therefore they must be added manually.</p>



<h1 class="wp-block-heading">Defining a New Style with fancyhdr</h1>



<pre class="wp-block-code"><code class="">fancypagestyle{plain}{%
fancyhf{}}% clear all header and footer fields</code></pre>



<p class="wp-block-paragraph">New style definitions should go before the very last curly brace.</p>



<h1 class="wp-block-heading">Unnumbered Sections Not Working with leftmark and rightmark</h1>



<pre class="wp-block-code"><code class="">section*{Introductionmarkboth{Introduction}{}}</code></pre>



<p class="wp-block-paragraph">For some reason, unnumbered sections don’t play nice with fancyhdr and don’t get treated as <em>real</em> sections when the leftmark and rightmark commands are used.&nbsp; By using markboth, it fixes the problem.&nbsp; Now my headers show the correct section name.</p>



<h1 class="wp-block-heading">Bulleted List</h1>



<pre class="wp-block-code"><code class="">begin{itemize}
item Here is a bullet.
item Here is another bullet.
end{itemize}</code></pre>



<h1 class="wp-block-heading">Numbered List</h1>



<pre class="wp-block-code"><code class="">begin{enumerate}
item Here is item one.
item Here is item two.
end{enumerate}</code></pre>



<h1 class="wp-block-heading">Referencing Sections by Name</h1>



<pre class="wp-block-code"><code class="">section{MyFirstSection} label{marker}
section{MySecondSection}
In section~nameref{marker} we defined...</code></pre>



<p class="wp-block-paragraph">Requires the <em>hyperref</em> package!  Put the line below in the preamble.</p>



<pre class="wp-block-code"><code class="">usepackage{hyperref}</code></pre>



<h1 class="wp-block-heading">Linking to a Website</h1>



<pre class="wp-block-code"><code class="">href{http://www.example.com}{Link}</code></pre>



<h1 class="wp-block-heading">Umlauts</h1>



<pre class="wp-block-code"><code class="">"{o}</code></pre>



<p class="wp-block-paragraph">That gives an o with an umlaut.&nbsp; Just replace the letter to get an umlaut on a different character.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2011/08/21/really-handy-latex-commands/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1224</post-id>	</item>
		<item>
		<title>Restaurant Amani–A Japanese-Chinese-Korean Dinner</title>
		<link>https://blog.henrypoon.com/blog/2011/08/17/restaurant-amani-a-japanese-chinese-korean-dinner/</link>
					<comments>https://blog.henrypoon.com/blog/2011/08/17/restaurant-amani-a-japanese-chinese-korean-dinner/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Wed, 17 Aug 2011 20:27:35 +0000</pubDate>
				<category><![CDATA[europe]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[Appetizers]]></category>
		<category><![CDATA[Asian cuisine]]></category>
		<category><![CDATA[Chinese people]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Cuisine]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Delicious]]></category>
		<category><![CDATA[Dia]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[fish]]></category>
		<category><![CDATA[Food and drink]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Gun]]></category>
		<category><![CDATA[Hong Kong]]></category>
		<category><![CDATA[ise]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Japan]]></category>
		<category><![CDATA[Japanese cuisine]]></category>
		<category><![CDATA[Japanese food]]></category>
		<category><![CDATA[Kimchi]]></category>
		<category><![CDATA[korea]]></category>
		<category><![CDATA[Korean]]></category>
		<category><![CDATA[korean food]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Lie]]></category>
		<category><![CDATA[Meat]]></category>
		<category><![CDATA[Mind]]></category>
		<category><![CDATA[Miso]]></category>
		<category><![CDATA[National dishes]]></category>
		<category><![CDATA[Over]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[rice]]></category>
		<category><![CDATA[Run]]></category>
		<category><![CDATA[seafood]]></category>
		<category><![CDATA[soup]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[Stuttgart]]></category>
		<category><![CDATA[sushi]]></category>
		<category><![CDATA[Thou]]></category>
		<category><![CDATA[Vancouver]]></category>
		<category><![CDATA[When We]]></category>
		<category><![CDATA[Z]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/restaurant-amani%e2%80%93a-japanese-chinese-korean-dinner</guid>

					<description><![CDATA[Day 217 A while back I bought Groupons for a sushi platter at this restaurant and so today my friends and I went here for dinner to use them.&#160; When we walked in, I went up to the counter and told the lady in German that I made a reservation for four people yesterday.&#160; I [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Day 217</p>



<p class="wp-block-paragraph">A while back I bought Groupons for a sushi platter at this restaurant and so today my friends and I went here for dinner to use them.&nbsp; When we walked in, I went up to the counter and told the lady in German that I made a reservation for four people yesterday.&nbsp; I then overheard her speaking Mandarin to her colleague.&nbsp; It threw me off since I expected the staff there to be Japanese (even though a lot of Chinese people run sushi restaurants in Vancouver).&nbsp; Knowing that the lady spoke Mandarin, I started speaking that instead and I told her that we wanted to use Groupons.&nbsp; She seemed really surprised at how I started speaking Chinese and asked where I was from.&nbsp; I told her I was from Hong Kong and she told me she was from Korea.&nbsp; That totally took me aback.&nbsp; For a Korean, she spoke Mandarin as well as someone natively Chinese.&nbsp; She said that I spoke pretty good Mandarin for someone that came from Hong Kong (but maybe that’s just her being polite).&nbsp; After that brief chat, she then invited us to sit anywhere we wanted and gave us our food menus.</p>



<p class="wp-block-paragraph">Looking through the menu, I realized the restaurant had more than just Japanese food.&nbsp; It had Korean and Chinese food.&nbsp; The last few pages of my menu had some items written only in Chinese and my friend didn’t have those pages in their menus (likely because they knew that I knew Chinese).&nbsp; It turns out they served the Cantonese style chicken feet (鳳爪)!&nbsp; I definitely had to order that one.&nbsp; I also ordered a bowl of Kimchi as I hadn’t eaten that in a while.&nbsp; I had both of those along with the sushi platter that the Groupon got me.&nbsp; My friends ordered Gyoza, spicy fried squid (I think it was 椒鹽鮮魷), miso soup, and Inarizushi (fried tofu filled with sushi rice).</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipNEF0peGRewkXZxwOAyq003N2LCEpFo8e8hAo5QzdkV8WA6Y_deHmZgmlfoATJubA/photo/AF1QipPoEi6XN7_Rmk4MiHqLfcjnRlug3aUCVbZWnU_a?key=TW1iR3YtN1dOdV9xU1BXbmEzU3VpUFhkUHRGRHhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXez33noDIB-LgFiwFUxyklFgbeqOruGTf9l-Nz1bcgC0TKLkerek77TbgLa6E0gGCudZf1NTgvtSnR1gVGo79SuBtFguWwYvXIsVNC7-lnmlRhOD28g52hoAJRvR1oT6wOzb7bWTOdLvDj7Bg_maM_6w=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipNEF0peGRewkXZxwOAyq003N2LCEpFo8e8hAo5QzdkV8WA6Y_deHmZgmlfoATJubA/photo/AF1QipPUNPMmXOFlRbF7c3GxKLxg762VqR6OWm-A9tww?key=TW1iR3YtN1dOdV9xU1BXbmEzU3VpUFhkUHRGRHhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUiEsYczsybEU58kTIso0V8EDfaVaT23n_XMRMwXGjcVWk1yRK8zamhd_1p0VOhygJ9abqe0X_mdz2kfvCi2QbPJvlZa4LMLVeV2R2hr0XWYWFG2Ob0z34-pTTOOK3_so0wrdqcw2mwPYAPBkgq32_aOw=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">My friends didn’t know what it was so I explained it as a Korean version of German sauerkraut except spicy.&nbsp; I don’t eat Kimchi much, but this one tasted really good.&nbsp; It had the perfect amount of spiciness.&nbsp; I guess that is kind of subjective since everyone can handle a different amount of that.</p>



<p class="wp-block-paragraph">The chicken feet that I ordered didn’t taste as good as I thought it would.&nbsp; I can’t help but compare the taste with the kind I’ve had in Vancouver.&nbsp; Some people do say that Vancouver has the best Chinese food in the world and now I’ve begun to see that.&nbsp; Compared to Vancouver, the meat (pretty much skin I suppose) on the&nbsp; chicken feet I got here seemed to be a lot “tougher”.&nbsp; I was really expecting it to be really soft.</p>



<p class="wp-block-paragraph">Although I didn’t try the miso soup, it looked really delicious.&nbsp; It looked a lot different that the usual kind that I’ve seen in Vancouver.&nbsp; I wouldn’t know which one is more legit or better tasting though.&nbsp; Everything else looked really good and super legit too – especially the fried squid; that looked really good.</p>



<p class="wp-block-paragraph">After eating our appetizers, we chowed down on the sushi platter.&nbsp; Almost immediately, the mediocre seafood quality of Stuttgart revealed itself.&nbsp; The taste was a lot more bland and had less of the natural flavour of the animal itself.&nbsp; Again, I compared it to Vancouver and it’s really no contest there.&nbsp; Vancouver has such good access to the ocean for fishing, while Stuttgart is landlocked and relies on frozen fish being delivered.&nbsp;</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipNEF0peGRewkXZxwOAyq003N2LCEpFo8e8hAo5QzdkV8WA6Y_deHmZgmlfoATJubA/photo/AF1QipOvSnjGN8uBNcCQhv6CFXtJ0QkZ22qNM0aqh0Tt?key=TW1iR3YtN1dOdV9xU1BXbmEzU3VpUFhkUHRGRHhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXSFWgtHdPkQARzt1ys04TenCWVhad_0AkkvTdZmB_1A8RzhC8F-6MMvdZzcnCdByvVivmXQBfWav8iVkHAaYt9v6CMWnSueH8h48vKZvwRaPa7oUOVoBmJfLnYoafESq1Cw03XkUtpOli1pHaJkCEN9A=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">Despite that though, I thought that this place had good sushi for a landlocked city. Although, the biggest drawback in eating sushi in Stuttgart is that it’s really expensive. The only reason we went was because of the Groupon that gave us 50% off the sushi platter.&nbsp; I don’t think I would have gone otherwise.&nbsp; Seeing that I’m going to be back in Vancouver really soon (16 days by my count), I can have all the amazing Japanese, Chinese and Korean food I want!</p>



<p class="wp-block-paragraph">On our way out, I had another brief chat with the lady there and it was really difficult for me to understand Mandarin.&nbsp; It wasn’t the way she spoke, but more so the way I really had to focus my attention to her talking because my Mandarin ability wasn’t that good.&nbsp; My mind literally zoned out of everything and focussed purely on understanding what she said.&nbsp; I ended up saying something back in like a mix of Chinese, German and English.&nbsp; It was kind of strange, but she understood what I wanted to say.&nbsp; It was kind of random yet really fascinating to have a trilingual language conversation and tri-culture meal going on.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2011/08/17/restaurant-amani-a-japanese-chinese-korean-dinner/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1171</post-id>	</item>
		<item>
		<title>Hamburg</title>
		<link>https://blog.henrypoon.com/blog/2011/07/25/hamburg/</link>
					<comments>https://blog.henrypoon.com/blog/2011/07/25/hamburg/#comments</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Mon, 25 Jul 2011 20:54:13 +0000</pubDate>
				<category><![CDATA[europe]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[9]]></category>
		<category><![CDATA[Amsterdam]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[beach]]></category>
		<category><![CDATA[Beef]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[Chan]]></category>
		<category><![CDATA[cheese]]></category>
		<category><![CDATA[Cities in Europe]]></category>
		<category><![CDATA[Cities in Germany]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Comment]]></category>
		<category><![CDATA[Const]]></category>
		<category><![CDATA[Construction]]></category>
		<category><![CDATA[Countries]]></category>
		<category><![CDATA[Cuisine]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[dog]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[driving]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Euro]]></category>
		<category><![CDATA[Europe]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Expressionist architecture]]></category>
		<category><![CDATA[Find]]></category>
		<category><![CDATA[fish]]></category>
		<category><![CDATA[Force]]></category>
		<category><![CDATA[Frankfurt]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[German cuisine]]></category>
		<category><![CDATA[German food]]></category>
		<category><![CDATA[Germany]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Hamburg]]></category>
		<category><![CDATA[herring]]></category>
		<category><![CDATA[Hole]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[In Germany]]></category>
		<category><![CDATA[ise]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Lag]]></category>
		<category><![CDATA[Lie]]></category>
		<category><![CDATA[Light]]></category>
		<category><![CDATA[Meadowbrook Country Club]]></category>
		<category><![CDATA[Meat]]></category>
		<category><![CDATA[Mech]]></category>
		<category><![CDATA[Mecha]]></category>
		<category><![CDATA[Mercedes-Benz]]></category>
		<category><![CDATA[Mind]]></category>
		<category><![CDATA[Munich]]></category>
		<category><![CDATA[Nap]]></category>
		<category><![CDATA[Napoleonic Wars]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Nomenclature of Territorial Units for Statistics]]></category>
		<category><![CDATA[Object]]></category>
		<category><![CDATA[old town]]></category>
		<category><![CDATA[Over]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Pho]]></category>
		<category><![CDATA[Pilgrimage]]></category>
		<category><![CDATA[Plan]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Potato]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[rain]]></category>
		<category><![CDATA[Renault]]></category>
		<category><![CDATA[rice]]></category>
		<category><![CDATA[rotterdam]]></category>
		<category><![CDATA[Safe]]></category>
		<category><![CDATA[Ships]]></category>
		<category><![CDATA[Shopping]]></category>
		<category><![CDATA[Sleep]]></category>
		<category><![CDATA[Solar panel]]></category>
		<category><![CDATA[Speed]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[Struct]]></category>
		<category><![CDATA[Stuttgart]]></category>
		<category><![CDATA[Thou]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[Transmission]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[tuna]]></category>
		<category><![CDATA[UNC]]></category>
		<category><![CDATA[Urge]]></category>
		<category><![CDATA[Vienna]]></category>
		<category><![CDATA[villa]]></category>
		<category><![CDATA[village]]></category>
		<category><![CDATA[Vol]]></category>
		<category><![CDATA[Voltage]]></category>
		<category><![CDATA[When We]]></category>
		<category><![CDATA[Wiki]]></category>
		<category><![CDATA[wind turbines]]></category>
		<category><![CDATA[WINE]]></category>
		<category><![CDATA[World War I]]></category>
		<category><![CDATA[World War II]]></category>
		<category><![CDATA[Z]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/hamburg</guid>

					<description><![CDATA[Day 194 As one of the largest port cities in Europe, we got a chance to go to Hamburg to see its beauty.&#160; We went there by car and saw much of the historical part of the city as well as took a ferry ride along the coast of the Elbe River and walked along [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Day 194</p>



<p class="wp-block-paragraph">As one of the largest port cities in Europe, we got a chance to go to Hamburg to see its beauty.&nbsp; We went there by car and saw much of the historical part of the city as well as took a ferry ride along the coast of the Elbe River and walked along the city&#8217;s canals.&nbsp; The weather was pretty much raining for the whole time we were there.&nbsp; As my friend put it, “when you go to Hamburg, plan for rain”.</p>



<h1 class="wp-block-heading">The Drive</h1>



<p class="wp-block-paragraph">We left work at around noon to pick up our rental car.&nbsp; It took us a bit longer than we expected because we had to go grocery shopping so we could have lunch and dinner in the car on the way there for our 6 hour drive (or so we thought).&nbsp; The drive ended up taking 8 hours because of a stau (traffic jam).</p>



<p class="wp-block-paragraph">The car we got from the rental company was a Mercedes-Benz C220.&nbsp; When we got into the car, it smelled like new and being in such a new car for a road trip was undoubtedly awesome. We only got this car because it was the cheapest car with automatic transmission available.&nbsp; I guess the Renault that we got last time was booked for today.&nbsp; I wish that I got the chance to drive it though.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipNhW7CcjkDf3f89MS3XvQRjccUZ9vFmw1Gk25qz?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEW458IXCrRssxPBPhTpP0F3UCTB82i5HDmvqF6Wgx-852cBm0kRstTaUk3KqGaedFiWMOEnJtiZzujevitEyK0jnpMjoPcKESn4atZSjKhykmg64FPw19nGDOXHcSBpppUt8ejUFZfEJEGb7xDQZac3Ow=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">On the way there, we got to see a lot of the German countryside (as anyone typically does when going from one major city to another).&nbsp; On the grass plains and knolls, we saw countless villages, farms, vineyards, and the like.&nbsp; We even saw farms of wind turbines and solar panels.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipMoQKXezs-x6O265bbo11OEx9vtSsc8q8FR5axk?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEWh_2DmTX4FUuhwN-0tKWk3SG5HOmz4IrhVBXObaxaCv7X08D79IwMptpMK2jgLuFdXK1WBoLROiEg7CwvcIFf2loPMycsMyqtjJwJa_MWlCDJtXz6CKVTDkwgGnwxS4QxT_0EbEqrX1I1bH88qBqLmag=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipNMRDiyrsT3J6oQ6IwTWWuTGcCHP2Bjl5HEcN70?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEU9pjxpPrXM8TW1pqXKeWD4Zfgl_eGdDKFBxTIasqK_x1FWk2F4CYGF8HuYAWbwfcqgTcGo6alw8yOU_aL-h9Z6wV5Jo1t6LkpRX9j9_AjgvRAjUGw79vv882JaIm4THuUF4oB83IMJlOIMAFjOHmemyA=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">After a few hours of driving, we stopped a few times.&nbsp; We stopped at a rest area and at this middle-of-nowhere village.&nbsp; The GPS guided us off the highway and into this village just to avoid the traffic jam.&nbsp; For the first third of the trip, I sat in the front while three of my friends had to squish together in the back.&nbsp; When it was my turn to sit in the back, I didn’t really feel the discomfort while I was reading on my friend’s Kindle.&nbsp; I ended up going through about 90 pages of Band of Brothers.&nbsp; Maybe the book was so interesting that I just completely zoned out of the real world for a little bit.</p>



<p class="wp-block-paragraph">We reached our hostel at around 9 at night and parked the car.&nbsp; After moving our stuff into our room, we began our sightseeing tour of Hamburg.</p>



<h1 class="wp-block-heading">Reeperbahn</h1>



<p class="wp-block-paragraph">Our first destination was the Reeperbahn street.&nbsp; Similar to Amsterdam, this area is one of the most famous red light districts in the world.&nbsp; The whole area was full of sex shops, strip clubs, and brothels.&nbsp; On the street corner, many women wearing fanny packs kept trying to approach tourists and we figured that these women were all prostitutes (that stuff is legal in Germany).</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipMQEKMXVN3UjhPW-6FkyQJk5Mez_d1ADxzzse-S?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXJDsILo0hW35nC8vl7eMw7jdrZdAYMetQIEY4gvpX_5EMKixvN6ftIPacEaLZ0B2RqNS2YgYBL9HFoEbthXs5S0KWBAO4Nh8CrS3NbJCwbJqQSIMBc3eZUnhdftB9btijNCGJSMxmvVnvQbm0n9Z85xQ=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipON6rjFLP5Y9dToGP0M489njZknqLUhs5M_IQrr?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEVI_QP0VCz1jhGBROP22Rrz-vPRqc6N65pxhHkQRpGQD14Lo0oF9Bypm6ytys4Wz8ICF8Ykr4bCTrGfWPj92SBdW0naugolw9Rij067DWTyVsvKlfPkC68gL3JNfN1DscBgv6CS4EBFeRlK1taSpxBFkw=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">One of the more peculiar things was that there was a church that stood pretty much in the core of the whole area.&nbsp; Really convenient for people to go to confess their sins I guess.</p>



<p class="wp-block-paragraph">We meant to find a bar here for a drink, but pretty much all of the places reeked with pungent cigarette smoke or was way too loud.&nbsp; Two of my biggest pet peeves in one place.&nbsp; We ended up just going back to the hostel instead.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipN9dSLTd-1coBT0YRR4GzQSqGUzd-vqkH_l2h7c?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUuNFYsSbOsE2I-rMDFnXJFbjP2PBva3SrkL6COhWKaIZ_biCTbx45O4SdBBvk_hxWgl3dmHR8Vtgu6ESdIsUjMfNSSruSdWNVUb1xfDetINax01VLRMJ8oIf0AR-iWT3nnT_XElSHSD7V6Mc0U3H4m_w=w690-h919-no" alt=""/></a></figure>
</div>


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



<p class="wp-block-paragraph">In order to keep up my “try-as-much-kinds-of-beer-as-possible mentality”, I tried a type of beer called Astra Urtyp.&nbsp; It tasted horrible – too much of hops flavour.&nbsp; Some of the others drank a few more beers and got tequila shots before heading out again.&nbsp; As usual, I went to sleep.&nbsp; The next morning, I found that they returned at around 5:30 in the morning.</p>



<h1 class="wp-block-heading">The Rathaus</h1>



<p class="wp-block-paragraph">At around 11, on a cloudy day with a large and persistent ocean breeze (it was super cold even with my jacket on), we showed up at the meeting point for the walking tour – a Starbucks.&nbsp; This tour company receives some sort of sponsorship from them.&nbsp; Our tour guide, didn’t look like a German, and when he spoke, a clear Northern USA accent came about – apparently, he had been living in Germany for some time.&nbsp; He led us to the first destination of the tour – the Rathaus (city hall).</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipPMJW5EWyV8Nc8PVIdAwQcWBE3RNU9HpX86uZRX?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEWnDOJjtb8GfmVSEzaTkBOzZ98B-HPe922LwvmG9oL01RcKSiGJKdGJlsNJZ2WZ06UYdGpSfTrcci8yDxPDXXERk8VlgsRbyboktyX18mgLLKy7d6nR1X2_2YjUyYspjsq4vUmy0RiOyAJMSbmg9Pt3Og=w690-h919-no" alt=""/></a></figure>
</div>


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



<p class="wp-block-paragraph">Located by the Alster River, this rathaus replaced the old one that was destroyed in the fire of 1842.&nbsp; This building looked quite similar in form to other city halls, like the one in Munich and Vienna, with a clock tower-like structure that extended directly above the main entrance.&nbsp; Right above the gate of the main entrance, the Hamburgers proudly displayed their coat of arms that depicted the old fortress of Hammaburg (where the city got its name) that used to exist in the area before its destruction by the Vikings.&nbsp; Once more this coat of arms was displayed on the clock tower of the rathaus, just beneath a large antiquated mechanical clock.&nbsp; Statues of German Kaisers decorated the side of the building as each one stood in a line just beneath the rooftop.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipPH55FiyxGNG0zwGj2PNKHsJGXsvu-DSk0GRYT3?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEX2VU6XSwcSeOkLwR7S3zei6V6JXOR_ZWVHg7ez6SLlv39gF2c88voVQH5vXOW_yhBN-ommnrnvfUGSMDNO-iDrlBSlTDNjkr8u3wLUTmPoLp9l_SRyKIXu5IJNVG2OXMLYlLeKy0ocbCIBaa6rjM-WxA=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipOc_C1pIB8FkuDajJe25O8g_otmnE08JePAatLR?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXG_r3qwPY5VDvSC2QD3mwhYi84KSg2Tnh6o8GiRY5pcWX_vvsZAQpVTdSugHJVOkDBJuw7Q69GvE-mT97WiuWrU1gZcicbY9i-DptqDmHRN64o0ShwyrwepqKTcGgvsYbRmwsyCPo-ISK7ET3AQ8DHSQ=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">In front of the building was a giant courtyard and during World War II, a bomb landed here, but didn’t explode.&nbsp; If it had, the rathaus would have been badly damaged.&nbsp; The bomb was defused and the timing mechanism removed from the bomb is now on display in the rathaus.&nbsp; In the courtyard, the Hamburgers held the Stuttgart Wine Festival, which apparently coincided with the Hamburg Fish Market in Stuttgart.&nbsp; Here, people set up tents selling South German cuisine – the kind of German food that I’m always used to eating.&nbsp;</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipNlgS_0M-u6_wgM1FmHrWh83Yg7wEHej_fevaul?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXggoP0cLXS9lkPfMulkGHdNkPL8eDkCln_q7hRn1bVrFRZLnRLfc2YNc4m9qn7dbpCmYOxBLXWW8QWdGloDPQBgKFJHuv2CjZAJWGMkiGua1P-OIU2KULtwYjFMVhjBLN8TPzoDlJjUMDOSmfvY5hIyA=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">Along the Alster River stood a giant stone plaque engraved with a message saying that 40000 sons of the city gave their life for us all.&nbsp; Everyday, people going to the rathaus are reminded of the tragedy that befell the country.&nbsp; Beside it, swans, ducks and other birds frolicked about and went on with their day to day lives.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipMtom4CL5KHJ4Mt1e2Zrs9VjQW-9L-My_0j6Jb5?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXR9XpRUsR5wxqqi-_k3clzuwRDLc_ABiMxihhoYLYjlqXVUyL0P7xQXRYrR8AujY3zpX8-CUbD8aPQ2aSXKYMQcdFVQvwIqOSlhu2-eTsNeSpi4ZP4IJK_EUEbuBj7JWQhErebefr8WfAuh_Z-PIYBeQ=w690-h919-no" alt=""/></a></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipNbGA7tViKJOoxDDfM8JLwY-ivW9KY0AbLBh8uq?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUE8LcpOlt64Ha6IrhqNK8SSXPZxweTcEhuXFOGsEBRKOY6iiQr4H5ONqty7f-AiNjZTRMOzDdx0AKwYZEQ6AG8hctxg8fd3HStuiAnOgRQedTPjF-M6gqQ3AmBEjfcAnOWQBaMyJqP2eID3Ddqtdc2oQ=w690-h919-no" alt=""/></a></figure>
</div>


<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipN_oMp0cPHzHu-A2yYlJ6tWfpluAaZoErQmhEkK?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEViafqQn_rEgu1UZB6AF9U69N-e4ys2Hy75K4TrB2MD_9RtApSeUUf4Yj3gzraE2EwXrvvOrCPRuUTavMwm-XSwNCJ3fWe_AU1VsEy_w-LRC0rD3c1pJJ5Y2eBEVpYy2F04BecXl0Un14EJmJPKNcNuIg=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipNh9wf-ihwWF0eloSrjrnmg2RBXtPJZPqmMqYbH?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXPqcH2KyHRsI1oGV3iLRawUKkH_dJygseXZciHE_suzKB0ZRzRRxoRegsDGuxkPVJmaQMQUAXBcVXdvUwGg_Bx0-24sMvG3zTVgEaTCIbu1XR6zuXQxYKdI1jp9DE8KMsp9CrYnLYPQl4nn_lvn2_RMA=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">Buildings on the other side of the river formed a canal much like in Amsterdam.&nbsp; Canals could be seen throughout much of the city and in fact, the city holds the world record for having the most amount of bridges.&nbsp; At first I thought Amsterdam’s 900 bridges was a lot, but apparently Hamburg has around 2300.</p>



<h1 class="wp-block-heading">St. Peter’s Church</h1>



<p class="wp-block-paragraph">Although, not so significant as a work of architecture, many believe this place to be the site of where the old Hammaburg fortress once existed.&nbsp; When we stood at the entrance of this church, the tour guide said, “welcome to the highest point of Hamburg!”&nbsp; I looked around and just saw a gentle slope and nothing more.&nbsp; I guess Hamburg must not have any mountains!&nbsp;</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipP_C94JL9422Na2N4fZ0H0IsXQN0k1FWmpr9JQD?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXBHaLt9P6WkIVKIhaAC4Z5TgABblnL-0ngOktkzxejeJgnp9SmhCZduECq6EmB402cQWE3EHeVoQk1_c-sn_FUdyUS_TBMNwWx1hWT5JAS7zG7oOlDtr58ewJe21MSGBQIPRsmHNbMy3Pq2CW5G5t_XQ=w690-h919-no" alt=""/></a></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipM0y0oNBwj9tY9eXX6R0W00nmlaaFbLBJkXUziR?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEVJyQrblxWmvJnRHovIBeF_qqYP_MOOeR3WbfZN0f3SP_2OMsWJO9Ri-TMIhM8LPkgWBIhv_-0aHIHBWdzuay1Hj7a_4BwLPiMPFJlWYQh3mnRtcaEiWtPSb5QmgygUBmy1zMP1EJry9dPTAsmzd326bw=w690-h919-no" alt=""/></a></figure>
</div>


<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipPJQk9mpqykTMS3_kHH0TYtjEtNTT_ANPWN-hWy?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEWY2P4KEYwmlaOzpmcCMI5XAArIN2OTp52lKnml6zM3jWIEHgjmtXFdMpFU-h1HJ7SqrzUUhPmH_Re9VlvMDlUjhfkXZiS9MRIpgRhqESX0etiENL_6amWpx8w9WO86tyKXp41n6gENQrnL1vLyVTHz9A=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipNkVPN4p8HYSdeJk__SZ4MAjvkTimmLA3eHGeTY?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEV9iE0xDVW8JVtjFQijjnPT5kLF5EKWCWpHvXhWaMPBmpeQSrl3gb6zy8pE4H0fwNca1GeCAbeUHiVjD4IdcWWJTqTUmCsQYyOhpM9xLUWLFvqUswpX-kIeKIVVaobGm_c5euMnVqvWN922svSGzyUniA=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">Besides being a church, this building once served as a stables for Napoleon’s forces.&nbsp; Not long after the Napoleonic Wars, the church was destroyed in the fire of 1842.&nbsp; Despite the fire, much of the art in the building was saved including the lion shaped door knocker – the oldest artifact in the city.&nbsp; At the back of the church, vegetation grew along the brick walls over the years and not far beside it, a wooden sign stood with directions to various places for pilgrimages.</p>



<h1 class="wp-block-heading">Expressionist Architecture</h1>



<p class="wp-block-paragraph">During the height of Hamburg’s power in sea trade, many firms set up offices in the city.&nbsp; Many of these firms had buildings resembling the architecture style of the expressionists – elements of the building’s exterior would reflect the purpose of the building.&nbsp; For example, in one of the accounting houses for sea trade, one could see elements of the building protruding from its side in the shape of a caravel or an anchor.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipPjNvceYcqv2qlyqE1IuCC-r3dH0uwbuBu8LTNC?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEVZ7Zxt3ZU8benJoVIKnZtvn5T40UjaYA3KShmQ6I8HmpYR__D_JFmYuXNw-LmNKAAHKXyJtlM-wrFVYmjsNDobgkST5Mw3KhAPxguUOkXWr92avTHbBe9hLzNCqfvCrcuHClju7hcj4TH4QosigGbZsA=w1226-h919-no" alt=""/></a></figure>



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



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



<p class="wp-block-paragraph">In another building, known as the Chilehaus, held the shape of a ship and above the front entrance, there were various objects representing the country of Chile.&nbsp; Similarly, in the Afrikahaus, there was a giant statue of a tribesman wielding a spear and behind the statue on the gate, was a sculpture of a plant indigenous to Africa.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipOGPZGvKXHqZLL1TJ81xB0KiVZq6_u4fZc5LSwq?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEU9hWYAolZBQsX-mqlMxnpJS7bPTtKSH5Wtf57Mu_iwU_w49uZK_likzGUv-I-sMp-fBrIt5nFWzC068KpRCSCL6BGeF-vpnGuv3_q4YYupqYBUGBOuRfDhLjTUzPCkirx5patFzPzBYT9dJfyI-n85QQ=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipOXCf7-nZdKd4DbeUwA_KYZ8sXFd7WVynSE-qGp?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEWdOOOgjoSL-Fi18ycAMkxeIueqS8ACph0gzMQz7p-ezuhquq727nQBGf_riqeYGJfM6AcVO3mxO7R6ZxCZIu6Ygp5fqGuI6C1RHG3GTNS3UiF-aOlpGJAdm1JrK3Q1k7OTLxRTAifb_RodFkrEBOtpPw=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">We also visited the Patriotische Gesellschaft (no idea what that is in English), but this building too had examples of the expressionist art.&nbsp; Statues of caravels and Poseidon stood on the roof.</p>



<h1 class="wp-block-heading">World War II Stuff</h1>



<p class="wp-block-paragraph">While on the tour, the guide pointed out a plaque on the side of a building and on it was information saying that the building was once the location of the firm that manufactured the Zyklon B gas that killed millions of people in the death camps.&nbsp; This plaque used to be located at the main entrance of the building, but the building owners and people working there did not want a daily reminder of those atrocities.&nbsp; To counteract this, they used a different entrance as the main one instead.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipNwzMuwrOCWq3fRyyG0inGe5D80FWcwVVRMLceu?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXDcf-OLwpVB_k2Fd3RK51WUgixLiBan38nVhNyrQ4DbrgyJzaaUdRjoJ2pZNBacSlk4XvZxbNKx4HNeqdrGyco18X0b_KPWbTkjDOm5_ZEngCSyHlAp0cY4Q1cnPXLuvcj6CTQKaSNWRkn8EOId82uPA=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipN6OoeLbvlBcbrENthPoluYX67XsQOQdDiorTzX?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUSFrNVGaq9Ai-KtXcRxrNWkK0DOqUkYO4z5UtZsMK7yJZHNsIeUS0ZD05JuhmT2Lv8AsOtwhtBRxgrZ8bXgECBAp_8ut2iavPJS9IioN18Lgyc80TK4PrqS_y6SGFW5yfzUjHhK_JGcHslWM9XxYKXeg=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipPgn4mciSTZpRAniZmyf0VHcPDH-RJviRqVECs2?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEU-0QJjjYWIB8dFx8788ubUmb9WBY67E0tlm5sbKYVR-QVO_dbiIw_7vAqy9Lp1-d7ZRofgpKJMhE5C0MhH4VHvJnMFoazU2yurTOXglkOC5qUxd3eFbUUK5n4pLAT1QtU8AsVz21WJEha0a25UEZl5VA=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipMOncZcN6VE6YXUM66HliPG_jjtfBN6zY_-iqUK?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXIDfuPpzUmbukZgo670RHUE4zq0Xyk821QtuFx9sTp1Zp02aDdJ298iao_8KhBHFMFlHlVTYz3HuEg1q9GZ-RhKfLpVb3xAM3HBnmPbVXw0UMl-VWWd4YvShrR08twklfE4U5zYdgxJWvfOYqKMPkt9Q=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">Another destination, the Church of Saint Nicholas was one of the many buildings destroyed during the instead bombing raids on Hamburg.&nbsp; The church did not get a complete repair after the war, but instead it now stands as a memorial – another reminder of the devastation of World War II.</p>



<h1 class="wp-block-heading">Deichstrasse</h1>



<p class="wp-block-paragraph">Located near a large network of canals, this area of the city is the oldest part of Hamburg.&nbsp; Undoubtedly, this area was filled with old architecture and complete with the cobblestone roads that are so prevalent in Europe.&nbsp; The building style also resembled a lot of 18th and 19th century architecture.&nbsp;</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipNDAtuzuXU8sZqjNtjBT7w7CuXnxEOYNtKc51rT?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXuqTYe7PVlYgFppe4AGS-IAzPf7c4de0b5Vx8HClih8e17onTDkvIPcF5Oi9NTWTaRCnHnqwkX18-C2Xg5m7Vsv03BOvP5FtYlySGOlPHlZrEtFV_lyKzQQcnRY-YirMwk2yFyRXXoWH0iBd8kg21UXQ=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipNtKS9wtJFHrAwZI7fo0t9qJqMqraAL_336idlR?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUpfqggoxBghpz1hGFsfSiAZyEwmCT3eD_NfVWWv4mL7d9jgm9wc-qmtFWGBlgjGfj60HS5tJmduCQoU920plU4yTAkyu7XPdsUQNZ0hCYU9DtxhGBHEmlHpppsohSBRjdukne0P4zAz0d4SW4ZfLtlHQ=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipPmzJbKX6q4lQoE3l2y8PCbxe5yYpJnrufSyiHS?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEVeBbNRGuGpoytY1N3UR50jQGc0Dvr-9YknEPQqGCrasMjq1unN-0_x-EID52pP2CZD4Rgn7hZLzM2AyYO9Zf_Gslh3ErLg1yCW4j3Gj_kVtNVXBVzDzUZE3mOK7rKeb0dZ8zu2o07MaarLh1s4PMfJqw=w1226-h919-no" alt=""/></a></figure>



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



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



<p class="wp-block-paragraph">There would have been more buildings in this area, but through several fires and bombings, much of it was destroyed.&nbsp; In fact, one of the buildings here was where the fire of 1842 started.&nbsp; It must have been reconstructed since then.</p>



<h1 class="wp-block-heading">Speicherstadt</h1>



<p class="wp-block-paragraph">Literally translated, the title means a “city of warehouses”, which indeed is what the area was for – storing cargo.&nbsp; Back in the day, this area used to be where the Hamburgers traded without having to deal with customs tariffs.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipM5Kf_cdtLx3ZsSMfd2kA4Rmhu6VPpuOIdAn_Hk?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEVSkK_4jtX0y-VETkxDckEk2LtTo2H4UoVJHpP_0LY2OcKldOddTfW8hnbNu_bofmyfVuYT0oCSkVlNDLT5lDi3ZyCxdG1vrBrorXvKOTz_sfhVwzMHPwyRNELOPOUh0FcD00pj2ubRAq_1wAP_ZdZX7Q=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipM1058CeL5vLgTSZcH8egjzmeOHSDcKTPZQ1-I8?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEVWlegBzgTKPdddV_dBNcYIrd0n_XFbIuMGt3iMObqp8mLlpx32p9V60xMHn1xXeBy7XrULhmTHDjvUxAixIT0ZHyJMAhcVjbasvh_Nwi1fZi9yFSwBkPfz2p3D3HpaRcWAhVhHkKEbIWFUTkG9S9mdyQ=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">As the size of cargo ships got larger, these buildings began to be obsoleted as many of these cargo ships could not fit in the narrow city canals.</p>



<h1 class="wp-block-heading">HafenCity</h1>



<p class="wp-block-paragraph">Probably the most modern part of the city, this district serves as a playground for architects.&nbsp; Much of the buildings here don’t follow any sort of mainstream design ideas – lots of buildings here looked really bizarre.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipOn8QWb5XBmgkbIB_G9K_iTbMwhT1htzqLDoJMk?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXs1jrziX4-2qqodh5H8AnmbTE77hS3AwebREc-Mi3PjmyYxcswC-apn9NL2yfiuB5xnIn4ZgbVpe1ltHJc2JqyDp6xH8vAyTY4WnWyz4caMRDaz75NyHVqFLUQ1jCeijFmY0bhE3dWhZDkhEvTZHuJxA=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipNgBBOxwRRBrZtwY0hG_yyrxrcXZqNV3-5RRA4q?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEWrrGL7IBVJKodCYvvGJEDSUxxTyq6h_NPcNVXCKtxM_4g_zmTTaqO6uIMdwCjz605y-CF3mEIxqAhfPWZEOWtd1m8g1XWdZ3M_0TsP7leZV6WWEP5NK2bpRBQ4duef4MU_IFNMEIYhbzQl0SDbMqlN9w=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">One building to note though, is the concert house under construction.&nbsp; It has the shape of ocean waves to represent the city’s rich history of sea trade.&nbsp; Originally budgeted for 100 million euros, due to construction delays and other unfortunate events, the cost of the building is now nearing 500 million euros.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipP0DfNpcx8CHTJnlUD6eGT_L6GqX1aDwFh5FOhG?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUNzMwt0HWQ_VXvBmMQ5miHstM0TlINYb2ebKmNL_SYQ8JoNHQJsPK6e5qfZiZcyoZNEoawWuPgp96iH1M-C9nxibbkW_vO7hR5WaGrMXiXPuI4uuAXP9D8x85IrnIJDGbXXGLDmFdKMvztdkhRGbHwqQ=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">Before this area became popular, the city had trouble getting people to move here, so they rented out flats here for as low as 500 euros a month, but now people can’t rent a flat here for anything less than 3000 euros a month.</p>



<h1 class="wp-block-heading">Shopping and Food</h1>



<p class="wp-block-paragraph">After our tour, some of my friends couldn’t stand the freezing ocean wind anymore and decided they had to go buy a hoodie.&nbsp; The wind was so strong that the clouds weren’t just floating across anymore.&nbsp; There was like a wind speed of about 20 km/h.&nbsp; We walked around the old town and found an H&amp;M.&nbsp; I looked around inside and to my surprise, I found that the prices at this H&amp;M seemed to be a lot higher than Stuttgart.&nbsp; Otherwise, I most probably would have bought something there.</p>



<p class="wp-block-paragraph">Later on, we went back to the old part of Hamburg for traditional Hamburg cuisine.&nbsp; We entered a restaurant that had a theme of sailing.&nbsp; The wall had on display some schematics and black and white photos of various types of ships.&nbsp; The color scheme of the place even coincided with the stereotypical blue and white colour combination of sailors. We went to eat at around 3, so it was kind of empty at the time.</p>



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



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipMhnZ5DbKALOUoqvwiEylOMUfb6J6VU6V_jtCmO?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXMn3XW1scxBXLFQszXrtqxdw-R0-YErIXy8W4assWhK8Tmc9FE2gp7SOacCLKA7iEeVIyMOaIXzm8KIoMoWH5TZxdvd-4IYpGxQAx2vQ6IIWvKmnPjEic9cnyWDvyPIDH2_xhXr8mkERn5LOz1uO3DOA=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">The food I tried here was Labskaus – a dish typically served in Northern Germany and according to Wiki, “the main ingredients are salted meat or corned beef, potatoes, and onion. Some – non-traditional – recipes put beetroot, pickled gherkin, or even herring into it.”&nbsp; Mine was served with beetroot and pickled herring, which was typical of the Hamburg style.</p>



<h1 class="wp-block-heading">Hamburg Hafen</h1>



<p class="wp-block-paragraph">After our meal, we went to the harbour for a ferry ride along the Elbe River.&nbsp; The ferry drove along the coastline and gave us a really good view of the city.&nbsp; We rode the ferry from HafenCity all the way to the beach near the Elbtunnel.&nbsp; In addition to the city scape, we even saw a docked submarine and a cruise ship about to begin its journey.&nbsp; The travellers on the ship happened to be doing their lifeboat safety drill as we passed by so the people on the two ships happily waved to each other.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipOyARiQ4lRYWqHcoQ9UEh5Ve6ik-NbwHm2ev-7v?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXKfFt256bj2RKraQWrA2AE0icqis2pbRsRR_AlpQ212rQkOFkrnBSu_1t6QLQ9kDogiqlX3Y0F6l8oYX8USobcqElo-QR10g_SS9vyiwe06P_3SuS8DFA3IAe4J-bVyegO8S8r-7rSNB9UXam_DkFKLQ=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipPrig5ootGQB9TcxO3i2h3iuuOG9p9QxFEYA3Ae?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEWTRiBjrVW8ND-LchOjzrtpy2X6eAf4yxfg0XcjKN4p5WkkhGklZT058918hupgSlwQm09BM5StlBoD4zFOLrDamshJxQA-4C6OiJNq0LfIZUgMN37mOVeRpBiOc-TY2UZud_81UKmiwVQe-kScu7NHXw=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipOxfhMwbyfjh3wfmEsoLxMZ8kT_I9SQJZLhllcq?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUK6KZGVL8N8LgN_dSfIGZpmDrILvkFQrNc6Tyc5Iiht9u5RtbO-SUCm_YyqCDxsnfqXQutjOWwdCn9Jfd6mBg3xhS6OwitH4lnQV6dFOtCHju6lnNEbEO3MVwPqhN3szGAprEDezqNE2aax9yc1fd1pw=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipMUwVrNCkNKWZsiDkXAoUhQAUXQGCzmnym_sx4j?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUoLCpYlFkl__LWhe0kgrPGFYPCneO_8aU7q-Jd46k3OemMoDoUAyNDc-x23QrpnbK5fWxQjQbJadYssCleqhjqjqzpFqW-sDi_VuXM6eWeEYpXGM9-q3pvJOMW1yGCOOLxzjCAv-mcnX7IraB5j_ziKQ=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">The ocean wind we felt on the ship was so strong that I probably needed a winter coat to keep warm.&nbsp; The wind even caused the waves to be strong enough such that water splashed onto the deck of the boat and onto everyone standing on it.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipPSPtu-Ll8hF71usiDkBnvNCfBCRgrdKZre5PFn?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUlGeG4JzQSKrGCIXunX8albjdDL5Zoy8-xrih-j2yymDvE0-pVqyWoCVxxBmsYGiZt1Ug53_kcu--3L-BSYScd4I1o6ptT32fUaZarQJVdKLQFVD6w-KFoPQbsFjXiBQ0xQfV-ythBrPqo2nFqzOa0XQ=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipN4QYCGFE7ZDeidHG8AE_UgZbYZ6C-62NIwxUTx?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEWypNhC58p1biJ7kOcV1lgMEWFS7Zr5bea-Icq_sqqWB1lLTAHRY7hhJwp-TFWj9W_TpVnhpCWtADoiAal8HOKWLGTc1inCWbwaUkALn7rAE_vnqs9DJ90DQIM53XWBn2tJEXWxVE4BExw4Z3fuVIU1ZA=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">On the other side of the river, miles of cranes lined up the shore, ready to unload any cargo on ships that docked.&nbsp; What we were seeing was the second largest port in Europe, the largest being the one in Rotterdam.</p>



<h1 class="wp-block-heading">Bar District</h1>



<p class="wp-block-paragraph">Supposedly, this area is known as the bar district (at least that’s what we called it).&nbsp; Despite its name though, there was a really tight concentration of bars here, but the cost of beer was even more than Stuttgart.</p>



<figure class="wp-block-image size-large is-resized"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipOsJ9YBSH6hf4LxUITxukQgjOVgM7W9Uountpqn?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img fetchpriority="high" decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEWIrEWxOuB89N14Zr6WN_Baoq14C3cDrdZ2vGHZxSmOklsHIUUH-uQSEuuIz982oJLiUTOXEUfr2uwg9aGxukpbbtWVgCo0PAnGYb1Ijtl0iH47V7596vrMfHgxLA-4NzKn55uCuxeaDnHVlB-qgXZKQA=w1226-h919-no" alt="" width="840" height="630"/></a></figure>



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



<p class="wp-block-paragraph">At the bar/restaurant, I ordered an apple strudel to help combat my hunger from walking around all day instead of going for beer like everyone else did (although I did have a little bit).&nbsp; The apple strudel I got wasn’t that expensive and it looked and tasted amazing.</p>



<h1 class="wp-block-heading">Fish Market</h1>



<p class="wp-block-paragraph">The next morning, we went to the fish market – Hamburg is famous for it.&nbsp; However, we got there a little late, so by the time we got there, a lot of the places were closing down.&nbsp; As a last ditch attempt to sell more stuff, a lot of shops there started giving people really good deals on food like selling a whole box of fruit for only 1 euro.&nbsp; I would have bought it if I could eat all of that.&nbsp; A pile of garbage behind all these people went to show how much food they sold that day.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipPWh7OYjkCEUQ69-NoZtfKXLXjv16LCNHuvYCSG?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEVSf6jYLcyY0E5oqROXp6I8lBFuczBmDJ-rlLZ3IXpu5pzQD1xilboV1H-ToQygSQA17eREiHvsJnIaFFk3LEZJpskhVwCDNmKr6sNvLVyCOP1pRUcFLR-v0KrbHMnt5srtl662MOymbna9BGCHgNsFBg=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipPQbR6u1uoNPCsFkkRZeo5433eQtNPyS2ATymVJ?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUfp1GUbSvpEPIk5cwvaehcDwT8a4bh0H1qQoM49XC9zLBY3k0Ey9qLEVnF4cGNCvIX2QXiLKugh0mlFJeGii7hU3C1EQ3w_rl4_9NVOcfdSJPvIPwUlp84h0WcYzO-vHvZl6-lX5TC-UHdtfR_RFdJ1g=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">Although the market by named says “fish”, people sold all sorts of things in addition to fish.&nbsp; Many sold bread, cheese, and various types of meat.&nbsp; I wondered if I’d see something similar to the <a href="https://henrypoon.wordpress.com/2011/07/18/the-hamburg-fish-market-and-the-german-wurst-man/" target="_blank" rel="noopener noreferrer">wurst man</a> I saw a while back, but I didn’t.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipOtHSzyxEBzxbQDuHsTfKjgwV8BN15rbf82AdlI?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEV8FxfAGnGTYwwJnZtcARvNgJD5ngHqUnYnYrXhguYT32OJ9Vm_8n6kBhqIAdPB4RgTdIF3jgWfy-wVWIyv_xzLiD8PXFM7p4EiZTNdFKakvKGDgCp9dMmbg7cDzameXWWZwoMStaOE86RxPpFSMhVB3A=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q/photo/AF1QipM-eQANNsFcjiKndsLyz7KJlPRWxHXsBXppZbtg?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEV3kbHbrUuedIKuV2b2LcgnHvxWuB9NClMHaVVvMCZNc7qxzklltog5_xG0MhDTBS4W5ipiW_Wf3-i2ygQQc8sqWZvAudeJUFLdpan1f3rLHOnyR36i2j6XZsk3u_tqfb9yN3ngWm00F1ioqhJGaewgkA=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">The market even had an indoor beer garden with a live band playing.&nbsp; It was quite a nice place.&nbsp; If only we were there early enough.</p>



<h1 class="wp-block-heading">Driving Home</h1>



<p class="wp-block-paragraph">As I probably should have known, I could not resist the urge to drive.&nbsp; I ended up taking the wheel for about half an hour and managed to get the Benz up to 200 km/h.&nbsp; While driving at that speed though, the steering wheel was really shaky.&nbsp; I felt that if the car ran over a pebble or something like that, the car would just plunge into the side of the road.&nbsp; If it wasn’t for that, I would have reached the car’s top speed.</p>



<p class="wp-block-paragraph">Before I started driving though, we stopped at a rest area.&nbsp; When we took a good look at the back seat of the car and noticed a giant mess of crumbs from all our snacking during the trip.&nbsp; I don’t think I had any to do with that since I never considered myself to be a messy eater.&nbsp; Just as we finished commenting about the messiness of the car, one of my friends had apparently stepped on dog poop and got it in the car.&nbsp; It smelled horrible.&nbsp; He even got it onto another friend’s pants.&nbsp; He cleaned it up right away, but a faint smell of the poop lingered in the car for the rest of the journey.&nbsp; It’s a shame that the car rental company gave us a car smelling like new just so we’d give it back with a bad smell.</p>



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



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



<p class="wp-block-paragraph">In another rest area near Frankfurt, we stopped for a bite to eat and went up to the observation tower there to look at the Frankfurt skyline.  That was a nice sight except for the giant high voltage line that blocked part of the view.  By then we were already pretty much 3/4 of the way home.  I continued reading Band of Brothers on the Kindle and managed to get through about 65% of the book in total.  We got back into Stuttgart at around 7:30 in the evening, returned the car, and went home.</p>



<p class="wp-block-paragraph">More photos <a href="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" data-type="URL" data-id="https://photos.google.com/share/AF1QipN_XqGejb5vvVv2MiWG5elKVJTJVW5hz0boeCFvx-JltwU5VsXTGF54FYfO_pT73Q?key=cF95ZFFrZHZjMDlMcFcxMjloTFJJQm1fZ054VXhn" target="_blank" rel="noreferrer noopener">here</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2011/07/25/hamburg/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1144</post-id>	</item>
		<item>
		<title>Prague</title>
		<link>https://blog.henrypoon.com/blog/2011/06/27/prague/</link>
					<comments>https://blog.henrypoon.com/blog/2011/06/27/prague/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Mon, 27 Jun 2011 22:57:45 +0000</pubDate>
				<category><![CDATA[europe]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[9]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[Artists]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[Buckingham Palace]]></category>
		<category><![CDATA[Canada]]></category>
		<category><![CDATA[Castle]]></category>
		<category><![CDATA[Chan]]></category>
		<category><![CDATA[cheese]]></category>
		<category><![CDATA[Cities in Europe]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cologne]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Countries]]></category>
		<category><![CDATA[Cuisine]]></category>
		<category><![CDATA[Currency]]></category>
		<category><![CDATA[Czech Republic]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Delicious]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Dream]]></category>
		<category><![CDATA[Drinks]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Eiffel]]></category>
		<category><![CDATA[Eiffel Tower]]></category>
		<category><![CDATA[Euro]]></category>
		<category><![CDATA[Europe]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Find]]></category>
		<category><![CDATA[Franz Kafka]]></category>
		<category><![CDATA[Geography of Europe]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Grab]]></category>
		<category><![CDATA[Hole]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[ise]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Josefov]]></category>
		<category><![CDATA[Karaoke]]></category>
		<category><![CDATA[KPA]]></category>
		<category><![CDATA[Light]]></category>
		<category><![CDATA[Lost]]></category>
		<category><![CDATA[Mass]]></category>
		<category><![CDATA[Mind]]></category>
		<category><![CDATA[Munich]]></category>
		<category><![CDATA[Museum]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[old town]]></category>
		<category><![CDATA[Old Town Square]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Outline of Prague]]></category>
		<category><![CDATA[Outside]]></category>
		<category><![CDATA[Over]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Painters]]></category>
		<category><![CDATA[Palace]]></category>
		<category><![CDATA[Pho]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Prague]]></category>
		<category><![CDATA[rain]]></category>
		<category><![CDATA[Run]]></category>
		<category><![CDATA[Singing]]></category>
		<category><![CDATA[Sleep]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[Stuttgart]]></category>
		<category><![CDATA[Synagogue]]></category>
		<category><![CDATA[Thou]]></category>
		<category><![CDATA[Tickets]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[Transmission]]></category>
		<category><![CDATA[Transport]]></category>
		<category><![CDATA[transportation]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[tuna]]></category>
		<category><![CDATA[UNC]]></category>
		<category><![CDATA[Urge]]></category>
		<category><![CDATA[Week]]></category>
		<category><![CDATA[When We]]></category>
		<category><![CDATA[Wiki]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Words]]></category>
		<category><![CDATA[Z]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/prague</guid>

					<description><![CDATA[Day 166 Our latest trip took us to Prague, the capital of Czech Republic.  After going there, I’d say that Prague is one of the most beautiful cities in Europe. The city managed to retain its wonderful architecture because the city was not heavily bombed (relative to other cities) during WWII. Otherwise, we could not [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Day 166</p>



<p class="wp-block-paragraph">Our latest trip took us to Prague, the capital of Czech Republic.  After going there, I’d say that Prague is one of the most beautiful cities in Europe. The city managed to retain its wonderful architecture because the city was not heavily bombed (relative to other cities) during WWII. Otherwise, we could not see this wonderful architecture today.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipPun-Nl59TJlyj00ifaN60-_xF8wOAPFwgMqqAI?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUFEhEjkcuuR-A7tlzvO2UfzGUw99YpLKX604eSk0bGmpVF3s8E4X0rYfxh5cp9e-JSpKYJEf4mZBbg_2c4Xls0_0fhf9eXedplkgTwXDnnEsy9dfSZI1dUf3XQSXitOAjwShvTgMAr8gGVUjWAOG2afw=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">Since I lost my wallet, I couldn’t use my Bahn25 for my discounted tickets anymore, so I ended up cancelling my train tickets and instead went with others who were going by car.&nbsp; We met at around 7:30 in the morning and began our journey.&nbsp; As usual, I slept for most of the car ride.</p>



<h1 class="wp-block-heading">The Mosaic House Hotel</h1>



<p class="wp-block-paragraph">We first went to our hotel to meet up with the others.&nbsp; When I first walked into the hotel, I was surprised at how nice everything was and we only had to pay 72 euros for 3 nights.&nbsp; The lobby of the hotel was also a restaurant/pub and each night, the hotel would hold events/parties.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipPcvLnDfXsjPGrLENw8Ol3Tw6d0bUNE4zxCR4GC?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEWCJ2an8LI2_pBhFzKx_Dq8GHw58KSNKjriPP-Lm0dlBGtmNto5jXeX8JteNjDT7CSaIsiOoL26i24u4gWEQzFFQ5IGAhCTcM4wv-M1WRkSsPJG6NTCFnu23pleELP3KuUbzIG_4oUj7CDCeBL1Rbx8Mw=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipMh26Q03wlaAkrOhvhnyucbFd0gR7NYETrU5huc?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEVVWTUV-Pp2xRjVKoe21IcjYvTPjaiypAxZTpXHP5IVQscKutxJ24Nb_vNMif9PJLoFWmf5UZLj7uCwTkCs5WuFnLQOraHvkuaDLdYt-479HTFVl2jnmC5e_ofT_or6kDcnU7ouuhlAUWh1tk9I5g13Gw=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">The hotel room even had the coolest shower.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipOcuJVFSTodTnpDcTPRHN22kMB-_p9DOZBhKCLa?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEVWV2b2gpF5cvwndVKWJveIDuaPNxwGX5AfsjWbRVlwyeWcHCFzs9H5KSZgBhKcpPPNgGxAY_226PfKibjqVrarmjBjEGpBK22fIermkc_Uw1G4n3DbmTtAfBLLhP7iA5244Vi7_1vY0fI-t6tMiM80Vg=w690-h919-no" alt=""/></a></figure>
</div>


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



<p class="wp-block-paragraph">Normally, I don’t post about showers, but this one was too nice to ignore!</p>



<h1 class="wp-block-heading">Czech Crowns</h1>



<p class="wp-block-paragraph">Since Czech Republic didn’t adopt the Euro, we had to go to the currency exchange.&nbsp; Before leaving we learned that the rate was about 1 euro for about 24 crowns.&nbsp; When we got our currency exchanged, we felt so much richer because of all the extra zeroes.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipM-ME9cXIRqHmIHzNEJ3c_BPETfat9M_Sao5E58?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUBtXFaLplqMlfb2WaoKcYp1zO2nxwkLXpOlfxSADTPXpIJQRqbGYFzStIt0m7dizkwf-xgkkc01ru7Ohct6zBoS0HtERTvlu-lR9XtMiGeNQ_48I2dxlVvKhikHJJAZnPl5OBceyASewXEPAxsYZO3zQ=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipN792nHBuW158wuhVyM9-CvVn6ITVXEKWVMB4G7?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXsulsyvJM-0HiemrWTfw4U4g_UpKUj2q5K8xrnPuLw6lkcSxYhpZ4gnAS-wVLFHy9ioGG0bQ_A4cJtoEsOcGyqtcSjKXAA905AQAGQzK0RmVXduPpzkENKZ_82t854I0rjp1N-PiBdJB9Pa7MqrAjQoA=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipN0-Z9Q630QceJhhReN21cfbiGdXVJbqRuX8JkI?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEVzbQDg4qVeiSpo8NXaFWnSYREOwlo9MMAcoW2T7XJQW8m70c4F6yqEszooGy3SjcISqJ3fsAT8PDYrYOxRe4yv9kfPyORfuRBrvxKTlFBJ8RUHBwx3g0IvIETo-cPscdMjRplASUTS_P0o7ZkxWcqI8Q=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipObl5AvrrF-NM3esGwFfWVTDjU2ypbl8UYtDHqS?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXkZkfK6hpQ6nxLw9XHjV2GqaxmywLWMtNVlhP_u-XAY_yOmbGNnojCZcoSLZA0ZeEV83DUO2zxBsX7RNkdyPsuo5w_1AS2GPI0bS8oa8p6lWadR0cPiwuMsn0B2-fXedtc8HpsmiNl6UQymSp_s_kTEw=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">The Czech bills look cool too, but maybe that’s because I’ve never seen them before.&nbsp; I really hate the change though.&nbsp; Apparently a 1 crown coin exists and those were really annoying to carry around.</p>



<h1 class="wp-block-heading">Old Town Square</h1>



<p class="wp-block-paragraph">At the old town square we saw some of the most well known historic landmarks in Prague such as the Týn Church, Jan Hus Monument, St. Nicholas Church, and the Prague Astronomical Clock.&nbsp; We went here on the first day as well as the second day when we went on the free walking tour.&nbsp; Many of the historic landmarks survived throughout the Second World War unlike many other cities because this city did not get bombed as heavily as other cities.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipO1JouFkFfr_bwT_N5ea21oc1HsVVhTCoYCR8UT?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEWl1B4RxriLHTgTTyvCIe2TgbwKkYD4s5urC2x0YhBVfOnhxRYZTDkuKKIAYXNLsFg2UmOih8_hK3lOkK6Qn-vG4qts8S2bWrkP-bMJhtAbYccLGuktS08nBfEVbUG76FVRtAYP_0S9VMDPOCTDScHNGQ=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipMLZzz7eVLYjFyAWi2Yl7VSf04A80cunxJapnK1?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXR6gnB8pOny6u0bMVvfkuEGnD01kmBBufWFNDFaqXBWCzjI1MiltVTfvpbImMYqO6x0DZ9lr796Mk0i-IpOASPyCV_OQWyl8WkhGOIrjkc8u-GCTwmhT1t9unY8VoN6t53qwK6uYAjj5-By7dA2NnIpg=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipNWfRdCCKmRvIuR5GG8x9UuyW2VpZPN9yHLMz51?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEW5kiy9j7A3rm9Kdgj_Kf0K2FjTmWkkfrdwG1YhD8fyaC2S3xVaMetW5FZpVqGb-RLi2_KgoC7wtYlIo17zeHtqTRmzJJnbpDOff_16VzAqurCKOkbPk2l9iFER_AQwFhpzYYze-Y6NCW6B9tSg1X9aDQ=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipOLbECkNUPxoRkKjDFbwcvSMwn6dXFSPqB4yWjr?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEV1R0eYQZAsO_V9OyL-IskDbN2UHDjo4I31QG4TkZQ0G--k22cKp4Qy_ICOIeCRSyHmFBL6LUwMtv2Fc1poiLNWN0Y_mGkI_1JUMrWWAzMka9xuHWuflN4wKw0VSlnnIx4cr0zoXSw_ZI_ZLJe7OiJKcA=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">The tour guide talked about the history of Czech Republic briefly and explained the significance of the buildings and interesting factoids about them.&nbsp; For example, he explained the story of how Jan Hus was burned at the stake, how the astronomical clock doesn’t actually correctly predict the correct positions of the sun and moon since it assumed that the Earth was in the center of the universe, and that the designer of the clock was blinded by people who did not want him to build a similar/identical clock elsewhere (what a terrible way to be treated after such an accomplishment).&nbsp; He also talked about the defenestrations that occurred in Prague prior to the Hussite and Thirty Years War.&nbsp; He even told us about random facts like how pedestrian lights in Prague only stay green for 9 seconds.</p>



<h1 class="wp-block-heading">Random Frisbee Game</h1>



<p class="wp-block-paragraph">On our way up to Prague Castle, we decided to stop for a beer nearby.&nbsp; I got to try one of the Czech beers called Gambrinus, a type of Pilsner.&nbsp; It tasted similar to all the other kinds of Pilsner I’ve tried.&nbsp; Afterward, we came across a grass field and decided to play some Frisbee.&nbsp; While passing around the Frisbee, we somehow got the Frisbee stuck in the tree and spent about 10 minutes trying to get it down.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipMk-oKucceZGC-6CamFXmuzhVL99N7vnUCCNGS-?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEU1jPdUTjtTkSbU30oLuwfgAlE4Hb3MMHrZFSaoLJ2G92UTdS2LHZ0MMVVflOanbSPpP1uEHYcFZIo3K-xVLH3r0fJsGveZ498CzHHsQwMM8Nr57aq9rStCgke6i3gt4Pl_WgeaKDPaBvJ08Tn8Oxtwwg=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">We even played a game of Ultimate Frisbee too. I ended up running so much, and I surprised myself as to how long I ran for. I guess going on all these trips and walking around all the time really boosted my endurance without me realizing it.</p>



<h1 class="wp-block-heading">The Tears of Stalin</h1>



<p class="wp-block-paragraph">While walking toward the castle, we came across a giant metronome on the hill.&nbsp; In front of it, a huge sign read “The Tears of Stalin” with some missing letters.&nbsp;&nbsp; According to our tour guide, he said that the area used to be the site of the world’s largest representation of Stalin until the statue was destroyed in 1962.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipO76t7a66r2EvOUwSSnDsMIDt6NxovVowrRQZDf?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEU1sCKUegJLLifhRNLtW2vbew0U3Qc0jbqg44rkeQzzVDmLtl4UAgvo-WH70qwKiCBKs0BhtQu2ti28C2daHZovsTqPBnEflSYtfNcf_T5Zl7XV4EUNF8RQN7dX-Mt-rm7lZBX6GqMiCy48hB3YESffbg=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">The picture is crooked because I took it while crossing the street, but at the top of the hill, the words can be see (although some letters are missing).</p>



<h1 class="wp-block-heading">Prague Castle</h1>



<p class="wp-block-paragraph">When we arrived at the entrance to Prague Castle, we saw two palace guards dressed in a really formal uniform and they behaved like the guards at Buckingham Palace.&nbsp; Each one wore a blue uniform with a rifle fitted with a bayonet.</p>



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



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



<p class="wp-block-paragraph">When we reached the courtyard of the castle, we came across a bunch of people coming out from the cathedral while chanting.&nbsp; They even had people wearing backpacks with a giant speaker coming out of it.&nbsp; I remembered that the day was Corpus Christi and that would probably explain what was going on.</p>



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



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



<p class="wp-block-paragraph">Once the people passed, we saw the St. Vitus Cathedral up close.&nbsp; It seemed as massive as the cathedral in Cologne.&nbsp; Apparently, this cathedral here is the largest in Prague.&nbsp; We didn’t get to go in though because of the Christian holiday.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipN6EhDd4RZ0vKBKSa62GEs1WXNYiMGMqQWi_9Uf?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUpc_eJ9DxYSz5hf2J97TBlhkzL-5Lgz1cDAbxqoYHbKy_Kd-UcUcHd2fBD_yZQ8QJ8LVub7WvbRXDqt8gRbfELsCy8oIpxCN5B6WfLfh1E_bcHqwsI0f6uq9Y21DAVVSg4aLWttt_boQyFMcgc6BM1yw=w1560-h842-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">Everywhere around the castle were examples of really well kept architecture from hundreds of years ago.&nbsp; It was quite an amazing site to be able to see all of that.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipMbj9G6MNNLIHRm7GuxWtHnB7arvpMSOX4REhJr?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEVliFEfMBSdGRgyotg8mNVaJODN8J2-aVgorhmbF1e8tgC028jwMEwnYgbH6sNzO_57hp1k_w9mwmUjaOgCFBY75z3ecdYMj8Z9c9ESsvxjMoyuPWpvFcPpRtrmA-oclGnXSth0DP0rMl0aMsmzcxprbA=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipNoKs4c6GIrbm-vC2N9CLgMfzvlT_LOftIfrbw5?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUQiNTbIFCz5-tmwRSopyKKvgYiCvFocX9QK7rsCvNsKjeQjyR4_unmjcHU-Xbh77luHWVb5-_u8jy-bq8Q3CwJzkwU_k7rOgDxBRk6mPIkcMGtnJeKuC_W4oHb9v3HZvQwg5h9rbmc5fiZWPTmCzE9gA=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">On our way down the mountain, we took tram 22.&nbsp; Before going to Prague, I had read on the travel report for the city and it explicitly stated that lots of pickpockets operate along that tram route specifically targeting tourists.&nbsp; So in order to prevent myself from getting pickpocketed again, I was extremely vigilant in watching my surroundings and protecting my stuff (I think I’m quite paranoid with that now).&nbsp; Nothing happened and I didn’t notice anything suspicious either.&nbsp; I guess the time that we went wasn’t exactly the peak traffic time.</p>



<h1 class="wp-block-heading">Church of St. James</h1>



<p class="wp-block-paragraph">The next day, we went on the walking tour around the city.&nbsp; We began at the old town square where our tour guide explained a lot of Czech history.&nbsp; He also took us a number of other locations.&nbsp; The next location we went to was the Church of St. James, where someone happened to be getting married that day.&nbsp; That’s a pretty cool and unique sight if you ask me.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipNxWAqMhqKNy0wdQyOQZPy04PNPbm47DsqA6NYJ?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEWlmdWduohzLZ4fRfDR7pAIW_sVNduFRfZ7kjpYLff2MXneNlPurmjA6tcasxdGBzKIP979f6EfbgPcXRwwylshKk_o9sJaieACs0vx9TH2LrmdmZ5TUWwMHFuO0cebSvcCZkVqB76GOHf-sWsmY3Z-mw=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">The tour guide also went on to talk about the history of this place.&nbsp; In particular he told the story about Vratislav was buried alive by accident in the church.&nbsp; Story says that the man climbed out of his coffin, but could not get past the stone doors.&nbsp; Some thought his screams were because his spirit could not find peace so they tried to resolve the problem using holy water.&nbsp; When the tomb was opened several years later, people found his dead body outside of his coffin.</p>



<p class="wp-block-paragraph">Also in the cathedral is a statue of a mummified forearm which belonged to a thief who tried to steal from a statue of Virgin Mary inside the church.&nbsp; Apparently the statue grabbed his hand and refused to let go.&nbsp; After the thief’s hand was cut off, it was kept at the church to serve as a warning for all thieves.</p>



<h1 class="wp-block-heading">Franz Kafka</h1>



<p class="wp-block-paragraph">Moving on to the next destination, the tour guide showed us a statue of Franz Kafka, a famous author from Prague.&nbsp; The statue represented him conquering his demons in his dreams.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipPf0SL5uKx4XhqS0279cmYAJY-5eExpTnFPfJnn?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEVwN9-DrsATOvhgvCNdIPBFBXQNtx0BlF9pQE5IDzDc6-9eDvUzPms2XyTtkye6G-bB5sOxuXzFzmjceqmYCc9G3x15RKNKuMZNbYM4yjdhSwZrUm1UoiS03mWEKFwQ0sq947XcL1qDJCWO2MzRlBLmrw=w690-h919-no" alt=""/></a></figure>
</div>


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



<p class="wp-block-paragraph">Before Kafka died, he did not want his works to be published.&nbsp; He requested that all his works be burned, but the friend that he entrusted this task to felt that it would be a waste to do such a thing.&nbsp; After publishing his works, Kafka became very well known and is now considered to be one of the best writers of the 20th century.</p>



<h1 class="wp-block-heading">The Jewish District</h1>



<p class="wp-block-paragraph">Our next destination was the Jewish district of the city.&nbsp; This is where we got to see a lot of synagogues build hundreds of years ago.&nbsp; One of the synagogues, the Spanish Synagogue, had a design unlike most synagogues.&nbsp; The tour guide said that the synagogue looks more like a mosque and could be due to the fact that the synagogue was built with the help of Muslims and the mosque-like design served as a thank you to them.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipMw06lIMZ_GpXPIlCc7dfBLPZq7OTkHlRplQhXk?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXfvJ-ryWfxxkEU8nXbAUsDYYnZ07KyqMcz4Gz_xQRemGVw5GWYWGgifEluHcSNYx2UQRyeR-g9bgccnWK-R2HhIPe1uD6GIyvS8c2w5nMtr7nkMEJ5XTHTDUWVakuvVE16BQ6_Q2B1cvkW5InTLPJSuA=w690-h919-no" alt=""/></a></figure>
</div>


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



<p class="wp-block-paragraph">The next synagogue we went to was the oldest synagogue in Europe.&nbsp; Known as the “Old New Synagogue”, it doesn’t look very beautiful as far as architecture goes.&nbsp; If the tour guide did not mention that it was the oldest in Europe, I would have walked past it thinking that it was just any old building.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipNoFybW0DKpS0GVMU62YzKPL2VHp7p35q9wW-PE?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXbwCaQN63e9XSydkHXmSBMJDJENgm06J9gkZWdiF44X3WBsnip09xES3_k14AeSfeiDSpC_h6Rwvsi2Iv8yitgyQHBH4SjEt5eMfkjTKNVAq-oWlemRx1UWqQ1KNLC5uw2qlpRPIqa1T_Q4XVGfa4Z8Q=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">The last synagogue we saw was known as the “High Synagogue”.&nbsp; Unlike the other two, this one didn’t have as interesting of a history.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipNrdBT5oyEE-jHkOLnC-JmD7EiZbVvAtMXv6xds?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEWyeIV9s4yD55ut4eo0FP85L-_SH_ohlP1FRPSLd6Muc5bXEqTqb-Zik5dBN3czF-Bvu4R9Uy1LJIodR4dJbIDgg5hkKeM6l8AAZ9PWuRYLgLjeq45f1v_WTKWh65V7EDT4SSJz99mDbpJc0J0BwRSY3g=w690-h919-no" alt=""/></a></figure>
</div>


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



<p class="wp-block-paragraph">After seeing the Jewish District, the tour proceeded close to the Vltava river, the river that runs through Prague.</p>



<h1 class="wp-block-heading">The Rudolfinum</h1>



<p class="wp-block-paragraph">Near the river, was the Rudolfinum, which is a music auditorium.&nbsp; It is also the home stage of the Czech Philharmonic Orchestra.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipPVikPaFw3swI_2MRv8POq7ruvzn0-Epzu_8U56?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEX7F76ne7FOPeHDQrfpwj83Yi0SEBwwvAUIKc_Cu18QkH8xUWT4Vq3ue8hu7c-JIHmNKdCy4pwcw8KmUqdNlDXg4-vuy9ME771Y2rDF4xf2MB8IbU2gHqa2CkCLF3KVlmnURh2YROjwjzKNpjWXxjWuVQ=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">Walking further along the river, we could see the Charles Bridge.&nbsp; And further in the distance up in the mountain, we could see Prague Castle.</p>



<h1 class="wp-block-heading">Charles Bridge</h1>



<p class="wp-block-paragraph">The Charles Bridge, named after Charles IV, used to be the only bridge across the Vltava river and therefore, this bridge was used extensively as a trade route between Western and Eastern Europe.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipOi4zB_-JwXVnwk2mehFWxP7vdfdC9TSqQxNUQ0?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUjQPyCH75MA2byUechQolJQD3KUNECJeAWBSHeQW59dzhBhFWdHfHA9N-jDg64R2DP-TzCUC-EqBjXA15ClRU_0Bc2SzYNXBxEnG84Csy4IzPUBd_CLtgr10uAy0dSleBriPTcPI-_uoM7mw8vmOWKkQ=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipOgkUoCpdN_eqPulVjDDEUyJJo2A2eSw4m94Q68?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEVopOjuKfxCWmGV5mswK7sk9itM1vGRy_OB3OWQU-euWrFGWGcvdTIfMSDT1v2iQZsQknOYnK1jgBTQH9ZqxPjmXVD9j38hzKx68IQuNOboWNG1Eeyy-nnrbw1bG9mZ4u6PBUK0SFiwafvE7HUkiqm4Eg=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">While on the bridge, it started to rain and all the artists selling painters instantly covered up their art to protect it.&nbsp; Unlike last week in Munich, I brought an umbrella.&nbsp; On a different part of the hill, we could also see the tip of what looks to be a lookalike of the Eiffel Tower.&nbsp; Apparently, it is an lookout tower and a transmission tower.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipO-bePStlGrjeGKCTQHs_YxHMr44zUJoGIhhd4Z?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEU-kYyGkMHDAP2pqfas6Vcr59ZPxX3y_zNAmnh0hrlrsmob8jO9amUMcT_9VvDirl3RY9ZUOabXOuGEjdDmlGIunyn5rSOUfziaAG4y50n19iO4MTk-4NIHYo4T6hDBQjPt9VRG0sKTx5tHeb0l_4CIcw=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">One the bridge, there were so many statues across its length.&nbsp; One of them however, according to the tour guide, was of John of Nepomuk, who was thrown into the river hundreds of years ago.&nbsp; This man is usually portrayed with a halo of five stars.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipOdzcqCAIm1PlGuFCaqF9WO-AfejOIY2Kir8Szu?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEX0embri_eitIJI7Wwk1jh7VKAAZ41vxD875w2tH0OdEjjJEeUHDK8wKyqGUsSx2x59mjJaBD79IBx16CZG1j84gUamVSxnx0_-m7jSZ5AomdxK-4qaGfYARg0sd-wJG6XSw-oA4ECddHjlzzboHELbKw=w690-h919-no" alt=""/></a></figure>
</div>


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



<p class="wp-block-paragraph">For some strange reason, the weather couldn’t really make up its mind at the time, so I got interesting pictures of the bridge with rain clouds and white clouds hovering over it.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipM5LRcxgTCIZwy0mBh33DWpo32mrqW5pEZAiexF?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEWThgrvLktP_fTLShx1r1QXQlcgvdiKwaV3PHBGyGR7L-3j0jyPv3OAitzC7ZvMEuN5v9FOV_3EtLFXdehXX6KWH1GQwPKeM6hfoBgIvrHwN9x1ESzv9TNaEhYiW7QH2vUWt0MCgTSbfXAej4ahMyAMig=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipNuDtkJyjDnWvmrVpa9y-Sd--FYhw20AZ81u7GI?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEWKu5h2uA3Ka9MPG2pSBv-EgT2qf8iJ5ciHPMtr-mO1ZQBhLQv8ialL6CBepN0qiSZ7vVcxlRAg8tHgPmL8X0KAQfJ3aLb-jx-OuE1OYHpArLf-8F-1TvFGOmPrPrIAxy61BzD0uhaEe6tYpefhX5qrag=w1226-h919-no" alt=""/></a></figure>



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



<h1 class="wp-block-heading">Epic Karaoke</h1>



<p class="wp-block-paragraph">That night at the hotel, they had an karaoke event.  Those who were brave/drunk enough, went up on stage to sing for everyone.  When we were there, it was quite rowdy, and our group had quite a bit to drink too.  Some of my friends went up to sing “Summer of ‘69” by Bryan Adams.  They were like the Backstreet Bro(y)s. </p>



<p class="wp-block-paragraph">While they were up there singing, the audience was really into it too.&nbsp; People were dancing too.&nbsp; I guess that’s a good thing.&nbsp; Just for kicks, I took my friends lighter and started waving it back and forth like at a real concert.&nbsp; Later on, with some “encouragement” from my friends (probably peer pressure), I went up with them too.&nbsp; Never went up on a stage like that before, but I guess it worked out.&nbsp; Afterward, the others went to the largest club in Prague.&nbsp; Apparently it has six floors.&nbsp; I didn’t go though, because I <em>really</em> hate clubbing.</p>



<h1 class="wp-block-heading">International Music Festival</h1>



<p class="wp-block-paragraph">While in Prague, the International Music Festival happened to be on and so we went there to check it out.&nbsp; I wasn’t that excited for this, since I’m not exactly a fan of any of the music they played there.&nbsp; What was cool was that the event people shipped a truck full of beer and hooked it up to all the beer taps.&nbsp; It’s like a dump truck (but with a smaller container that didn’t spin) carrying beer being transported over water.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipPa-njDzMWb4tpxvUpQ5EbDi4_B4hSGZ4NrSRqi?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEVEr9zTJXYH5ySGeT0jZE1PscZHyXwaVR4DBL530lBB58RLpYlzEr8rM2TgZmarjcoY5YV9-YrgXFnD2p5QTMQhWIR1JdHU6jKq0COPjH-Wl0Q9Ctz4J6Su1tKTSUat1z_jUWkVmHaBC65gQAVvFD8pzQ=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipNUZczHDf7vlBThUrWQPya5edn43MbgPnVgMRtp?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEWFQNKTif8qe74ECoZ-D03_akbmxonZh5wjhzPZ1HGYJpuy9TqhDALWATBvxXuf4HtXumbfildtHLILq-1f2mU7tOAh4yVMqTpLrGzW8uLLOEMf8ZQS3DAq_EgEYAi2-g0g4t-o9W5MThU8EN3jWnXJRQ=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">When we left the festival, we came across the weirdest demonstration of modern art.&nbsp; Just looking at it confused the hell out of me.&nbsp; It just made no sense.</p>



<h1 class="wp-block-heading">Modern Art</h1>



<p class="wp-block-paragraph">There was an modern art exhibit that people could walk through.&nbsp; We didn’t go in it, but as we walked past the exit, we looked inside and saw some pretty strange stuff.&nbsp; There was a couple standing in a room with glass windows on all sides and all they did was hug each other.&nbsp; They stayed in the same hugging position and didn’t move.&nbsp; Another exhibit had a tent with white cloth draped all over it with someone inside dressed in a similar way (I didn’t notice at first until he/she started moving) and all he/she did was move around randomly inside.&nbsp; It made no sense.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipMHJk3BDjWhi1zvXxjg2vLGzT019ay3YPQVNJu9?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEXq8o9zm2wjt-llK11AIm56y9Q61SyNXKDlj5-sVS5_b2xBD_1z8ZjE9fYFNGNpr264Wl_EyyNBD7qgelVZNCTHko2zitkTM3n4uHbFmFNp0Fn3IiWnZLKpWTE45udvVTSUuQX8SifTkFnrarynhB5YSQ=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipP1kVi7mSn-O0sBTN2o5ZJD1vKFXkZRhE8wG1gV?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEWJ47Y-uVS3KdwpPTbQPPZ6oNF4CPurCOXjiKKnPwHMbup6xNBjUK9zDcAR5jWuwHDc45LMFe_dAFmQ_luLLENKguV8Lxjf5boiR_8yVKitW5LHey_UHnmRI94_7hVUcATyBMebIFKluXkQc-Kdlqm5hA=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">There was also this thing called a “Sleeping Box”.&nbsp; I guess it works really well for people who want to block the sunlight while sleeping outside.&nbsp; Or maybe it was part of the modern art thing.&nbsp; I don’t know.&nbsp; The weirdest part about it were people randomly walking around holding a copy of “The Great Gatsby” that had an iTouch/iPhone taped on one of the pages and walked around reciting lines from a play.&nbsp; It just didn’t make any sense.</p>



<h1 class="wp-block-heading">The National Museum</h1>



<p class="wp-block-paragraph">Since the modern art exhibit was close to the box office for tickets to the opera, we decided to see if there were any tickets available for that.&nbsp; Unfortunately, all their tickets had sold out.&nbsp; Instead, what we did was go to the National Museum to see a mini classical music concert.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipNFBXECGB8Owjv_a-gBVmTGjXcM6lFNulo9tdTm?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEWYgOEzXuf69PA0_Cg2panDJx9T6JmsQVMhGddrOiLgGs5QAnXblDxMCL_jOKjgDRCpbjoDwB4e11C0pMw016PGAO2Kk2wZqfF9-lXtxTa2cZpdURbkfF0QyJQ4jc-hsuFSdP66RI2MzvXfT9GDTuLBWw=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipNno7DYGKjII6RmVVTNR5mGQjOE2pP5i47W9ZhV?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEVfP9tsB5A1RWKR_WejCZqoywrESOd08G7zqVMTySSRUh6M1M4gyNUa_Ss75gJ-1WxvjqxWZMXGeTGkbKsi1rovAsUfEprOH-T8XCFnwgf7CN-ellmOvY1O1Up254n9uc8tcWA_mwEhI3Z7RL74GXVuzw=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipOQuyTMy9E8FD9XSo0fG1utY_orQRH6b3Kt4k-C?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEWtB-CkmQ5RfddFgcmhn_mPv9wfu-FBOTePAgTY2uXw1hfaXiV1cSn0VsQ7pt0Y6Zq9YcK4BfcwDx1sRcgrgg-7kN1kLtIZu4UqQ0hiSNqTEz1QUiRcOO4fMqT_XOJeomExt6f3-vU0EEscSwtq_r-i9w=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipNs7bPZ4qv4G-n4iAe90YRFUebiC6qZ0Dnx1fHa?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEVCpIfaTr5GEKy1akRPc6AtdCFiI1iDCqlmois2ym9-tzp7tA1RRwXKoIFaaE38Uh-2iM65jJv9uKIp4NwHBsEunYQuLsmRcg4tlA9xKRH-mYZjdI28IWm0S8xmR9IlmZKu4T8GJQCNdjIxqadzieYiNQ=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">The concert played music from famous composers such as Vivaldi, Bach and Mozart.&nbsp; When I heard the sound of the violins playing, it sounded so nice as I heard the instruments themselves as well as the echo.&nbsp; I really admired the skill that these people had in music.</p>



<h1 class="wp-block-heading">Food</h1>



<p class="wp-block-paragraph">In addition to just visiting landmarks around the city, we also tried some of their cuisine.&nbsp; For food, I got to try their pork knuckle and their goulash.&nbsp; They also served more mainstream things like perogies and burgers.&nbsp; The perogies and burgers don’t sound very Czech (maybe not the pork knuckle either), but it was still very delicious.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipOwdNSKt0JfnMOIJcy6dpeLLb3Hr5oMnKhb2_X_?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEV8M2ylbB-jzvZFDpyyOLSZVRTJJ_moSBaFqrmryl5-xjzBLFs7I7lFD3jFzSbVzht1Ej8z8XTIyREaY9R9mgFpAnihxrWt0yORMiIKDtiHiTsPaiHZ6t1gm9kS8aScSiCvpB07ZsCp3D_28EFeh25WIw=w1226-h919-no" alt=""/></a></figure>



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



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipNTT_iTGHVLzv-QNz5GC7dmHnACU1Za7xENbEPd?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEVaWxukEXDc26HlhVtYbALJ6ewl-Ksql5ALHJUSIgMQGjqkK4jfUe1eIcN1hkr_zoudwIljtUGQi7-HR0djEBKudP3_XF38qLiaSVVlbGPdxOYUxxEov22EGuvnj82ILhEMS9jkIfUsAtNqWnkzD7nOCQ=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipNgt0NdVeoPaf15MPpU88H0ecTTPfbVxPK6ggTF?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEV5AEXfYBIEZ7Ie2qiLc91_CB5cT2IOo-jIqA8_dcQW-i_vMbjmSQj3KP7x08XanEnUU-IPL7KTQtoyYuWIwEOlZusNgpw4P7x7ARtE7706Eg0xS_pMcxcVn3KSOrwklZk9HxrMerD2wTDE7nDqz_uWgw=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">The menu said that the pork knuckle was only 250 grams, but when they served it to me it seemed more like a kilo of just pork.&nbsp; Somehow, I ate all of it (except for the really fatty part).</p>



<p class="wp-block-paragraph">We also went to another restaurant called the “Iron Curtain”.&nbsp; It was set up using the most stereotypical communist way.&nbsp; It was underground and in every hallway was some paraphernalia from the communist times.&nbsp; They were items like propaganda posters, or really old motorbikes.&nbsp; They even had busts of Stalin and Lenin.&nbsp; The front cover of the menu even said we’d have a “propaganda experience” and indeed we did.&nbsp; The item with the best name on the menu had to be the CCCP Burger, where CCCP stood for the “Classic Capitalist Cheeseburger Plate”.&nbsp; Oh the irony.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipORH0ghfwl4b_v9BRL-RK74e02s-GQNtnDfZgJm?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEVXX7zVWKi1Byi--tQ2EDkeuGsr2JHHZ_2qS5IMv4DXqUGzBvxZfskLsZFEhWEt2udjAYQIAS3hKp6n3b5upzB5YYwN7AT5Dg4W_eaEFmDZE3q3TQMzmos-a9eNOcOMM0piShmftTVnkeZtOGmLmy0MrA=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipNS2Mh8dz7I93xQQ4S-ftYMPVK1A2BK_Qp-bQYs?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUKGpH0iDxCXN3chb8v8M3f_ZagkO6lmuxU3XMzonUD7lLDonfIqrYM0sz54wJ8VqqozZsOZ-vCUb_touNTJyCZ2udRmhNXN422nXh0I2nzU5-uBshtKQ_TR8h7P_OmoMPPpO4tepPrs-PFiP3o9WrPZA=w1226-h919-no" alt=""/></a></figure>


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

<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipPOPrYCM72ulYDHkeSl1koTk6DWluPiaJJS5X_l?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEVgF19XsODnfZh-7IUHzLijHCU9SPObLQ_0NcR1vKHK6rOwFC8gcyM-6wvLjSxGoUxYyVtaAiitgXD8Zr4e7ZsUwhKmU8AqmXaipWwUrcqRBO1Jfm9g07Iwfp0T8crE_PgFdAm_K6iPKW1kexbTz1y90g=w690-h919-no" alt=""/></a></figure>
</div>


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



<p class="wp-block-paragraph">The “Iron Curtain” had the best restaurant atmosphere I’ve ever seen.&nbsp; We left them a generous tip and the waitress was very happy about that.</p>



<h1 class="wp-block-heading">Drinks</h1>



<p class="wp-block-paragraph">Many know that Pilsner beer comes from the Czech Republic, so everywhere in Prague, people drank Pilsner.&nbsp; They had lot of brands, but the two most common ones were Gambrinus and Pilsner Urquell.&nbsp; Apparently, the original Budweiser, came from Czech Republic and not from America.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipM_IpMbdTyjAVnojHoSG4pMLF1fWWoxvER2-3P6?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUbEkhKd61EFmmVtWqQGXK6h9Zv3IvWh0ckN6zDoYpD0t2WMBkxCK13YhhALS-araZPpp3ItsiL5LkzVbVi470ljA5swaxPKSYZAJfssLIY959287uAw-h9lB7RtUJwNJzAu6haw3m9AWSaDDgKuDHx_w=w690-h919-no" alt=""/></a></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipNoOjOYPWcgG3eeYsIS-LlTUpayBd4zx7-4CTIV?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEWMP17dzMsGvvn66B_xv0OBBkEIGxrLpzMq8wIwHZFJ8ZobF7OxeTpn4inEnLxN9DHwCwRwFX0WdeAe0I_2tWMFAsYM233oxJ-VbC4j_2YFN2rCw5eOsllpkMh-MA_-5ITC8Y14_EtB5zcCB8FIpSGzTw=w690-h919-no" alt=""/></a></figure>
</div>


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



<p class="wp-block-paragraph">We also tried another drink called Absinthe.&nbsp; It is highly alcoholic (45 – 74% ABV).&nbsp; According to Wiki, it says “Absinthe has been portrayed as a dangerously addictive psychoactive drug” and so, many countries banned it (Canada included).&nbsp; However, it isn’t proven that the drink is any more dangerous than other types of liquor.</p>


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


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



<p class="wp-block-paragraph">We prepared it by lighting a mixture of sugar and absinthe on fire and then dunking that mixture in a glass of water.&nbsp; By lighting the mixture on fire, the sugar would caramelize and the absinthe would lose some of its alcohol content.&nbsp; Apparently, that is one of the mainstream preparation methods for the drink.</p>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipN71Ka1BE3Q9hN7sll7P_AR7wWAJcXZUJY-q27D?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUJ9nUjpP2Dlj3HAXTShq82h9xD1TtJi7A8e-g3U79fHws50hjKU2rpyOXjOePCKXzh0zx5Ouot0tdggiWVNSdO0r0ReG-87CxcQtxZGUqZDNdfDpflE4PbU6bp69soGfJ3QTFv0uZRrREos0qd-A40EQ=w1226-h919-no" alt=""/></a></figure>



<figure class="wp-block-image size-large"><a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A/photo/AF1QipMWeQZUOOD-Tt_6uFpIi0TGV-JXCI2Bi6hh-do1?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://lh3.googleusercontent.com/pw/AL9nZEUMM5xr9QRMAvk5llrHRClsIgwPeEBSSzsyPb7pk-YYowtczOkLmpOIMDL2xH1c-LfQzaKQVlioKuXB0KjL0M7FiMVnTuWokSv-LArPNp4tFsj_MatL4bUfDVvtbZ6PM4bz94IscqPUjXOu9zBpe6693w=w1226-h919-no" alt=""/></a></figure>



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



<p class="wp-block-paragraph">We drank it and depending on the concentration of sugar, the drink would either be too bitter or too sweet. I didn’t like it very much. We even tried it without the sugar. We just lit the absinthe on fire and had a flaming shot. That drink just burned as it went down. Someone mentioned that it was kind of like Bacardi 151.</p>



<h1 class="wp-block-heading">Going Home</h1>



<p class="wp-block-paragraph">On the morning of the fourth day, we went back to Stuttgart.  On the whole, the trip wasn’t very expensive.  It only cost me about 200 euros with transportation and accommodations included.  We even ate out at a restaurant every night.  If I had a wallet at the time, it wouldn’t have hurt at all.</p>



<p class="wp-block-paragraph">More photos <a href="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" data-type="URL" data-id="https://photos.google.com/share/AF1QipN2x_xjvcVZ6bRCUOPB1ZTjhMmaEaCnohKu1SqO4Ce4RJDlWBGInIChy35dwgq98A?key=WDBFNWQ1NlNkbEFGNkNKSkZjbGtmNmtmQklmSjhB" target="_blank" rel="noreferrer noopener">here</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2011/06/27/prague/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1103</post-id>	</item>
		<item>
		<title>Disappearing Firefox Icons</title>
		<link>https://blog.henrypoon.com/blog/2011/06/20/disappearing-firefox-icons/</link>
					<comments>https://blog.henrypoon.com/blog/2011/06/20/disappearing-firefox-icons/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Mon, 20 Jun 2011 15:51:37 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[9]]></category>
		<category><![CDATA[APT]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Comment]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox version history]]></category>
		<category><![CDATA[Free software]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Search]]></category>
		<category><![CDATA[Icon]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Vol]]></category>
		<category><![CDATA[Web browsers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/disappearing-firefox-icons</guid>

					<description><![CDATA[Here&#8217;s a quick post about resolving an issue about the Firefox icon disappearing and showing a generic Windows icon. It came up while I set up my laptop, A quick Google search gave me a solution. It involves rebuilding the Windows 7 Icon Cache. Link: http://www.heerengandhi.com/2009/07/29/firefox-icon-went-missing-in-windows-7-heres-a-fix/comment-page-1/]]></description>
										<content:encoded><![CDATA[<p>Here&#8217;s a quick post about resolving an issue about the Firefox icon disappearing and showing a generic Windows icon.  It came up while I set up my laptop, A quick Google search gave me a solution.  It involves rebuilding the Windows 7 Icon Cache.</p>
<p>Link: <a href="http://www.heerengandhi.com/2009/07/29/firefox-icon-went-missing-in-windows-7-heres-a-fix/comment-page-1/" target="_blank" rel="noopener noreferrer">http://www.heerengandhi.com/2009/07/29/firefox-icon-went-missing-in-windows-7-heres-a-fix/comment-page-1/</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2011/06/20/disappearing-firefox-icons/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1075</post-id>	</item>
		<item>
		<title>2010 in Review</title>
		<link>https://blog.henrypoon.com/blog/2011/01/02/2010-in-review/</link>
					<comments>https://blog.henrypoon.com/blog/2011/01/02/2010-in-review/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Sun, 02 Jan 2011 10:30:19 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[3D graphics software]]></category>
		<category><![CDATA[9]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blog hosting services]]></category>
		<category><![CDATA[Boeing]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Comment]]></category>
		<category><![CDATA[Companies]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Dassault Group]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Digital media]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Ericsson]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Health]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[korea]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[monkeys]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Over]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Pho]]></category>
		<category><![CDATA[Proprietary software]]></category>
		<category><![CDATA[RAR]]></category>
		<category><![CDATA[Run]]></category>
		<category><![CDATA[Snow]]></category>
		<category><![CDATA[Snow leopard]]></category>
		<category><![CDATA[SolidWorks]]></category>
		<category><![CDATA[Sony Ericsson]]></category>
		<category><![CDATA[Sony Mobile]]></category>
		<category><![CDATA[south korea]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[Telecommunications]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[Trac]]></category>
		<category><![CDATA[UNC]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress.com]]></category>
		<category><![CDATA[Z]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/2010-in-review</guid>

					<description><![CDATA[The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here&#8217;s a high level summary of its overall blog health: The Blog-Health-o-Meter™ reads This blog is on fire!. Crunchy numbers A helper monkey made this abstract painting, inspired by your stats. A Boeing 747-400 passenger jet can hold 416 passengers. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here&#8217;s a high level summary of its overall blog health:</p>
<p><img data-recalc-dims="1" decoding="async" class="aligncenter" style="border: 1px solid #ddd; background: #f5f5f5; padding: 20px;" src="https://i0.wp.com/s0.wp.com/i/annual-recap/meter-healthy4.gif?resize=250%2C183&#038;ssl=1" alt="Healthy blog!" width="250" height="183" /></p>
<p>The <em>Blog-Health-o-Meter<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" /></em> reads This blog is on fire!.</p>
<h2>Crunchy numbers</h2>
<div style="width: 288px; float: right; border: 1px solid #ddd; background: #fff; margin: 0 0 1em 1em; padding: 6px;">
<p><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/s0.wp.com/i/annual-recap/abstract-stats-2.png?w=1280&#038;ssl=1" alt="Featured image" /></p>
<p><em>A helper monkey made this abstract painting, inspired by your stats.</em></p>
</div>
<p>A Boeing 747-400 passenger jet can hold 416 passengers. This blog was viewed about <strong>6,600</strong> times in 2010. That&#8217;s about 16 full 747s.</p>
<p>In 2010, there were <strong>85</strong> new posts, growing the total archive of this blog to 120 posts. There were <strong>48</strong> pictures uploaded, taking up a total of 3mb. That&#8217;s about 4 pictures per month.</p>
<p>The busiest day of the year was November 23rd with <strong>83</strong> views. The most popular post that day was <a style="color: #08c;" href="https://henrypoon.wordpress.com/2010/11/23/south-korea-yet-again-swallowing-the-bitter-pill/" target="_blank" rel="noopener">South Korea: Yet Again Swallowing the Bitter Pill</a>.</p>
<h2>Where did they come from?</h2>
<p>The top referring sites in 2010 were <strong>zamunda.net</strong>, <strong>facebook.com</strong>, <strong>dailyblogged.com</strong>, <strong>google.com</strong>, and <strong>en.wordpress.com</strong>.</p>
<p>Some visitors came searching, mostly for <strong>p1i windows 7</strong>, <strong>p1_usb_signed_drivers</strong>, <strong>p1_usb_signed_drivers.rar</strong>, <strong>p1_usb_signed_drivers package</strong>, and <strong>failed to load resource sony ericsson</strong>.</p>
<h2>Attractions in 2010</h2>
<p>These are the posts and pages that got the most views in 2010.</p>
<div style="clear: left; float: left; font-size: 24pt; line-height: 1em; margin: -5px 10px 20px 0;">1</div>
<p><a style="margin-right: 10px;" href="https://henrypoon.wordpress.com/2010/11/23/south-korea-yet-again-swallowing-the-bitter-pill/" target="_blank" rel="noopener">South Korea: Yet Again Swallowing the Bitter Pill</a> <span style="color: #999; font-size: 8pt;">November 2010</span><br />
1 comment</p>
<div style="clear: left; float: left; font-size: 24pt; line-height: 1em; margin: -5px 10px 20px 0;">2</div>
<p><a style="margin-right: 10px;" href="https://henrypoon.wordpress.com/2009/12/05/connecting-a-sony-ericsson-p1i-to-a-windows-7-x64-computer/" target="_blank" rel="noopener">Connecting a Sony Ericsson P1i to a Windows 7 x64 Computer in Phone Mode</a> <span style="color: #999; font-size: 8pt;">December 2009</span><br />
1 comment</p>
<div style="clear: left; float: left; font-size: 24pt; line-height: 1em; margin: -5px 10px 20px 0;">3</div>
<p><a style="margin-right: 10px;" href="https://henrypoon.wordpress.com/2010/06/11/snow-leopard-on-a-dell-inspiron-1520/" target="_blank" rel="noopener">Snow Leopard on a Dell Inspiron 1520</a> <span style="color: #999; font-size: 8pt;">June 2010</span><br />
17 comments</p>
<div style="clear: left; float: left; font-size: 24pt; line-height: 1em; margin: -5px 10px 20px 0;">4</div>
<p><a style="margin-right: 10px;" href="https://henrypoon.wordpress.com/2009/11/18/how-to-install-solidworks-2008-on-a-x64-operating-system/" target="_blank" rel="noopener">How to Install Solidworks 2008 on a x64 Operating System</a> <span style="color: #999; font-size: 8pt;">November 2009</span></p>
<div style="clear: left; float: left; font-size: 24pt; line-height: 1em; margin: -5px 10px 20px 0;">5</div>
<p><a style="margin-right: 10px;" href="https://henrypoon.wordpress.com/2010/08/07/solidworks-2010-side-by-side-configuration-error-fix/" target="_blank" rel="noopener">SolidWorks 2010 Side-By-Side Configuration Error Fix</a> <span style="color: #999; font-size: 8pt;">August 2010</span><br />
5 comments</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2011/01/02/2010-in-review/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">596</post-id>	</item>
	</channel>
</rss>
