<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Sumner Evans</title><link>https://sumnerevans.com/</link><description>Recent content on Sumner Evans</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 05 Sep 2026 05:19:01 -0600</lastBuildDate><atom:link href="https://sumnerevans.com/index.xml" rel="self" type="application/rss+xml"/><item><title>Plain Text Accounting is Pretty Cool</title><link>https://sumnerevans.com/posts/money/plain-text-accounting/</link><pubDate>Sat, 15 Aug 2026 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/money/plain-text-accounting/</guid><description>&lt;p&gt;I like to keep track of my finances pretty religiously. I don&amp;rsquo;t really budget, I&#10;am just very obsessive about tracking every expense, and ensuring that my&#10;overall savings rate is high&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt;. I started by using Mint (may it rest in peace)&#10;and when it got killed, I switched to&#10;&lt;a&#10; href="https://www.rocketmoney.com/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Rocket Money&lt;/a&gt;. Eventually I got annoyed with that&#10;due to it not supporting connections to some of my accounts and I ended up&#10;keeping track of my finances manually in markdown files in a git repo for a few&#10;years.&lt;sup id="fnref:2"&gt;&lt;a href="#fn:2" class="footnote-ref" role="doc-noteref"&gt;2&lt;/a&gt;&lt;/sup&gt; Last year, I started using &lt;a&#10; href="https://useorigin.com/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Origin&lt;/a&gt;, which&#10;was pretty good. However, recently I started looking for a new solution due to a&#10;few reasons:&lt;/p&gt;</description></item><item><title>offlinemsmtp v1</title><link>https://sumnerevans.com/posts/projects/offlinemsmtp-v1/</link><pubDate>Fri, 05 Jun 2026 13:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/projects/offlinemsmtp-v1/</guid><description>&lt;center&gt;&#10;&lt;a href="https://github.com/sumnerevans/offlinemsmtp" target="_blank"&gt;&lt;picture style="max-width:50%" class="no-zoom no-dim"&gt;&#10; &#10; &lt;img src="https://sumnerevans.com/posts/projects/offlinemsmtp-v1/images/offlinemsmtp-no-pad.png"loading="lazy"&#10; &gt;&#10; &#10; &lt;/picture&gt;&#10; &lt;/a&gt;&#10;&lt;/center&gt;&#10;&lt;p&gt;I &lt;a&#10; href="https://sumnerevans.com/posts/projects/introducing-offlinemsmtp/"&gt;announced&lt;/a&gt;&#10;&lt;a&#10; href="https://github.com/sumnerevans/offlinemsmtp"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;offlinemsmtp&lt;/a&gt; in 2019. It&amp;rsquo;s a&#10;program that allows queueing email messages to send using &lt;code&gt;msmtp&lt;/code&gt; (part of&#10;&lt;a&#10; href="https://isync.sourceforge.io"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;isync&lt;/a&gt;). Today, at long last, I&amp;rsquo;m releasing a&#10;stable v1 version of &lt;a&#10; href="https://github.com/sumnerevans/offlinemsmtp"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;offlinemsmtp&lt;/a&gt;&#10;after rewriting the project in Go. The release can be found&#10;&lt;a&#10; href="https://github.com/sumnerevans/offlinemsmtp/releases/tag/v1.0.0"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;on GitHub&lt;/a&gt;.&lt;/p&gt;&#10;&lt;p&gt;In general, the functionality of v0.4.0 is preserved, however if you were using&#10;some uncommonly-used features, you may need to update your configuration&#10;slightly. This version also relicenses the project under the MIT license.&lt;/p&gt;</description></item><item><title>Stop Using Conventional Commits</title><link>https://sumnerevans.com/posts/software-engineering/stop-using-conventional-commits/</link><pubDate>Tue, 02 Jun 2026 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/software-engineering/stop-using-conventional-commits/</guid><description>&lt;p&gt;You&amp;rsquo;ve almost certainly encountered&#10;&lt;a&#10; href="https://www.conventionalcommits.org/en/v1.0.0/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Conventional Commits&lt;/a&gt; before.&#10;It may have reared its ugly head in the changelog of an open source project&#10;you&amp;rsquo;ve used. It may have been the enforced commit format for an open source&#10;project you contributed to. A lot of people swear by it. I swear &lt;em&gt;at&lt;/em&gt; it.&lt;/p&gt;&#10;&lt;p&gt;Even though it is used by&#10;&lt;a&#10; href="https://github.com/angular/angular/blob/main/contributing-docs/commit-message-guidelines.md"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;a&lt;/a&gt;&#10;&lt;a&#10; href="https://electronjs.org/docs/development/pull-requests#commit-message-guidelines"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;large&lt;/a&gt;&#10;&lt;a&#10; href="https://contribute.freecodecamp.org/how-to-open-a-pull-request/#prepare-a-good-pr-title"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;number&lt;/a&gt;&#10;&lt;a&#10; href="https://jayex.io/community/code/#the-commit-message"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;of&lt;/a&gt;&#10;&lt;a&#10; href="https://github.com/conventional-changelog/commitlint/blob/master/.github/CONTRIBUTING.md"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;popular&lt;/a&gt;&#10;&lt;a&#10; href="https://github.com/semantic-release/semantic-release/blob/master/CONTRIBUTING.md#commit-message-format"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;open&lt;/a&gt;&#10;&lt;a&#10; href="https://github.com/nuxt/nuxt/blob/main/CONTRIBUTING.md#commit-conventions"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;source&lt;/a&gt;&#10;&lt;a&#10; href="https://github.com/vitejs/vite/blob/main/.github/commit-convention.md"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;projects&lt;/a&gt;,&#10;Conventional Commits is an actively bad standard which&#10;&lt;strong&gt;&lt;a&#10; href="#focus-failure"&gt;encourages focus on the wrong things&lt;/a&gt; and&#10;&lt;a&#10; href="#broken-promises"&gt;fails to deliver on its promises&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>Three Resume Tips</title><link>https://sumnerevans.com/posts/software-engineering/resume-tips/</link><pubDate>Thu, 07 May 2026 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/software-engineering/resume-tips/</guid><description>&lt;p&gt;I have been asked a few times to review student resumes and in my&#10;&lt;a&#10; href="https://sumnerevans.com/portfolio/#experience-canam-tech-lead"&gt;current position&lt;/a&gt;&#10;I review quite a few resumes of potential candidates.&lt;/p&gt;&#10;&lt;p&gt;I think a lot of resume advice out there is tied to formatting, presentation,&#10;and writing style. While all of that is important, I think that it&amp;rsquo;s been&#10;well-adjudicated.&lt;/p&gt;&#10;&lt;p&gt;In this article, I would like discuss the &lt;em&gt;content&lt;/em&gt; of your resume. I&amp;rsquo;m going to&#10;describe three rules that I made up to guide your resume&amp;rsquo;s content.&lt;/p&gt;</description></item><item><title>FOSDEM 2026</title><link>https://sumnerevans.com/posts/travel/2026-fosdem/fosdem/</link><pubDate>Sun, 01 Feb 2026 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2026-fosdem/fosdem/</guid><description>&lt;p&gt;The purpose of this trip was (ostensibly) to attend the FOSDEM 2026 conference.&#10;Since I&amp;rsquo;m no longer&#10;&lt;a&#10; href="https://sumnerevans.com/posts/life-updates/joining-canam/"&gt;working at Beeper&lt;/a&gt;,&#10;there is not really any work-related reason for me to attend the conference. But&#10;I wanted to do it to give myself an excuse to go to Europe, and as an&#10;opportunity to catch up with former Beeper coworkers, and meet up with a few&#10;other friends as well.&lt;/p&gt;</description></item><item><title>Prague, Czechia</title><link>https://sumnerevans.com/posts/travel/2026-fosdem/prague/</link><pubDate>Thu, 29 Jan 2026 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2026-fosdem/prague/</guid><description>&lt;p&gt;I woke up very late today (like 14h). I guess I needed some sleep after my crazy&#10;train ordeal yesterday. It was kinda sleeting anyway, so I didn&amp;rsquo;t feel that bad&#10;about missing out on the morning.&lt;/p&gt;&#10;&lt;p&gt;I was hungry, so I started walking to find somewhere to eat. I ran across a&#10;restaurant that looked like it served local fare, and I got their beef goulash.&#10;I ordered with &amp;ldquo;dumplings&amp;rdquo; which were the bread slices. I think I should have&#10;tried with the wild rice instead.&lt;/p&gt;</description></item><item><title>Brno, Czechia</title><link>https://sumnerevans.com/posts/travel/2026-fosdem/brno/</link><pubDate>Wed, 28 Jan 2026 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2026-fosdem/brno/</guid><description>&lt;p&gt;This morning, I left Vienna for Prague, and on the way I went to Brno. Brno is&#10;very near the Austerlitz battlefield, Napoleon&amp;rsquo;s best military masterpiece.&#10;After visiting Waterloo (the site of Napoleon&amp;rsquo;s ultimate defeat) the last&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2025-fosdem/waterloo/"&gt;two&lt;/a&gt;&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2024-fosdem/waterloo/"&gt;years&lt;/a&gt; I figured that it was&#10;only fair to go see the site of his greatest victory.&lt;/p&gt;&#10;&lt;p&gt;I woke up in time to get to the Vienna Main Station in time for the REX 1 at&#10;09:07 towards Breclav for my connection to Brno. Unfortunately, the train was&#10;cancelled! I had to wait an hour until the 10:07 train. The train was a regional&#10;train, and was very slow. It stopped so often. We arrived late in Breclav, and I&#10;ended up getting on the wrong train. I ended up on a Regiojet instead of&#10;whatever rail line I was supposed to be on. When the conductor came around, I&#10;had to pay for the Regiojet train segment. It was luckily not that expensive.&#10;The Regiojet was also a pretty good train and it was direct from Breclav to&#10;Brno. When I arrived in Brno, it was already nearly 13h and the public transit&#10;to the Austerlitz battlefield museum was off-phase, so I took a Bolt.&lt;/p&gt;</description></item><item><title>Bratislava, Slovakia</title><link>https://sumnerevans.com/posts/travel/2026-fosdem/bratislava/</link><pubDate>Tue, 27 Jan 2026 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2026-fosdem/bratislava/</guid><description>&lt;p&gt;This morning, I met Bodie and Georgia at around 08:30 to head to Bratislava.&#10;There were a few others who where planning on coming as well, but they slept in&#10;too long.&lt;/p&gt;&#10;&lt;p&gt;We walked to the Vienna Main Station and took the REX 8 to Bratislava. An hour&#10;later, we arrived in Bratislava and started walking towards the old town. The&#10;old town seems like it used to be a walled city, and it is now a really nice&#10;pedestrian area.&lt;/p&gt;</description></item><item><title>Vienna, Austria</title><link>https://sumnerevans.com/posts/travel/2026-fosdem/vienna/</link><pubDate>Mon, 26 Jan 2026 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2026-fosdem/vienna/</guid><description>&lt;p&gt;This morning, I woke up in time for the walking tour. There were about ten of us&#10;from the hostel in the group. Our guide was a woman named Katerina (not sure&#10;about the spelling). She took us from the hostel, through the Naschmarkt (an&#10;extensive outdoor market area), and towards the city centre. Along the way, she&#10;pointed out a variety of the shops along the market including various&#10;restaurants, wineries, and beer houses.&lt;/p&gt;</description></item><item><title>Antwerp, Belgium</title><link>https://sumnerevans.com/posts/travel/2026-fosdem/antwerp/</link><pubDate>Sun, 25 Jan 2026 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2026-fosdem/antwerp/</guid><description>&lt;p&gt;My plane from Dulles arrived close to on time, but the immigration queue was&#10;very long. The new ETIAS requirements seem to be making the border check process&#10;somewhat longer than before. In addition to telling the border agent my business&#10;and when I was leaving, I had to provide a fingerprint scan. I really do not&#10;know what the purpose is, but hopefully it helps them track and prevent illegal&#10;immigration (although being Europe, I&amp;rsquo;m doubtful).&lt;/p&gt;</description></item><item><title>Denver to Brussels</title><link>https://sumnerevans.com/posts/travel/2026-fosdem/denver-to-brussels/</link><pubDate>Sat, 24 Jan 2026 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2026-fosdem/denver-to-brussels/</guid><description>&lt;p&gt;I&amp;rsquo;m once again heading across the pond to attend FOSDEM as I have the&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2023-fosdem/fosdem/"&gt;last&lt;/a&gt;&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2024-fosdem/fosdem/"&gt;three&lt;/a&gt;&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2025-fosdem/fosdem/"&gt;years&lt;/a&gt;. I&amp;rsquo;m flying to Brussels via&#10;Dulles and then I&amp;rsquo;m going to fly on to Vienna for a lightning tour of Vienna and&#10;Prague, with possible day-trips to Bratislava and Brno. I&amp;rsquo;m writing this about&#10;two hours out from Brussels, and already the trip has been quite eventful, but&#10;you&amp;rsquo;re going to have to read the whole post to learn what happened :)&lt;/p&gt;</description></item><item><title>Forget MCP, Write CLI Apps</title><link>https://sumnerevans.com/posts/software-engineering/forget-mcp-write-cli-apps/</link><pubDate>Tue, 02 Dec 2025 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/software-engineering/forget-mcp-write-cli-apps/</guid><description>&lt;p&gt;Over the last month or so, I&amp;rsquo;ve been using&#10;&lt;a&#10; href="https://claude.com/code"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Claude Code&lt;/a&gt; for assisting with development tasks&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt;.&#10;One of the things that has confused me the most about the LLM-assisted&#10;programming ecosystem is the&#10;&lt;a&#10; href="https://modelcontextprotocol.io/docs/getting-started/intro"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Model Context Protocol (MCP)&lt;/a&gt;&#10;landscape. In theory, MCP is a way to provide the LLM with data from an external&#10;system through a structured protocol. However,&#10;&lt;a&#10; href="https://youtu.be/1piFEKA9XL0"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;it&lt;/a&gt; &lt;a&#10; href="https://youtu.be/hPPTrsUzLA8"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;sucks&lt;/a&gt;. It&#10;turns out that it is more efficient to have the AI just write code to analyse&#10;and manipulate the data from the external system directly. Rather than piping&#10;the data from the external system into the LLM&amp;rsquo;s context window and letting the&#10;LLM muddle through it, the LLM-written code can just do the necessary data&#10;processing. Computers have been good at running instructions on large datasets&#10;for a very long time and AI is not going to be a substitute for that.&lt;/p&gt;</description></item><item><title>Learning Typst</title><link>https://sumnerevans.com/posts/programming/learning-typst/</link><pubDate>Sat, 11 Oct 2025 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/programming/learning-typst/</guid><description>&lt;p&gt;A few weeks ago, &lt;a&#10; href="https://typst.app/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Typst&lt;/a&gt; came back on my radar because&#10;&lt;a&#10; href="https://www.youtube.com/@sylvanfranklin"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Sylvan Franklin&lt;/a&gt;&amp;rsquo;s videos on the topic&#10;came into my YouTube feed. In particular,&#10;&lt;a&#10; href="https://www.youtube.com/watch?v=Bwo1oX4wapE"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;&lt;em&gt;Rewriting my resume in Typst&lt;/em&gt;&lt;/a&gt; in&#10;which he rewrites his resume from \(\LaTeX\) to Typst piqued my interest. I have&#10;maintained &lt;a&#10; href="https://github.com/sumnerevans/resume"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;my resume&lt;/a&gt; in \(\LaTeX\)&#10;since I started at Mines in 2016, and so I figured this would be an opportunity&#10;for me to learn something new.&lt;/p&gt;</description></item><item><title>Building a Software Career in an LLM World</title><link>https://sumnerevans.com/posts/software-engineering/building-swe-career-in-llm-world/</link><pubDate>Tue, 02 Sep 2025 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/software-engineering/building-swe-career-in-llm-world/</guid><description>&lt;link rel="stylesheet" href="https://sumnerevans.com/css/vendors/admonitions.53cd9f8afa9d9a8ac09093f668df057bc6d0f4bbd0886f39991a7b99934a7432.css" integrity="sha256-U82fivqdmorAkJP2aN8Fe8bQ9LvQiG85mRp7mZNKdDI=" crossorigin="anonymous"&gt;&#10; &lt;div class="admonition abstract"&gt;&#10; &lt;div class="admonition-header"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"&gt;&lt;path d="M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM112 256l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"/&gt;&lt;/svg&gt;&#10; &lt;span&gt;TL;DR&lt;/span&gt;&#10; &lt;/div&gt;&#10; &lt;div class="admonition-content"&gt;&#10; &lt;p&gt;Getting an entry-level software &lt;em&gt;job&lt;/em&gt; is harder now than at any time in at&#10;least the last decade.&lt;/p&gt;&#10;&lt;p&gt;Building a &lt;em&gt;career&lt;/em&gt; in software is (and always has been) hard, but highly&#10;rewarding if you succeed.&lt;/p&gt;&#10;&lt;p&gt;The key is to take &lt;strong&gt;ownership&lt;/strong&gt; of both your work and your career trajectory.&lt;/p&gt;&#10; &lt;/div&gt;&#10; &lt;/div&gt;&lt;p&gt;In this article, I am going to discuss how to build a career in the software&#10;industry. We will explore &lt;a&#10; href="#career-tracks"&gt;career tracks&lt;/a&gt;, and discuss the&#10;&lt;a&#10; href="#making-senior-software-engineer-and-beyond"&gt;attributes needed to&#10;become a senior software engineer&lt;/a&gt;.&#10;Then I will provide my view of&#10;&lt;a&#10; href="#how-llms-affect-career-tracks"&gt;how LLMs will affect the software engineering&#10;industry and job market&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Vibe Coding Doesn't Require LLMs</title><link>https://sumnerevans.com/posts/software-engineering/vibe-coding-doesnt-require-llms/</link><pubDate>Sun, 10 Aug 2025 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/software-engineering/vibe-coding-doesnt-require-llms/</guid><description>&lt;p&gt;I recently read&#10;&lt;a&#10; href="https://alexkondov.com/i-know-when-youre-vibe-coding/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;&lt;em&gt;I Know When You&amp;rsquo;re Vibe Coding&lt;/em&gt;&lt;/a&gt;&#10;by &lt;a&#10; href="https://alexkondov.com/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Alex Kondov&lt;/a&gt; in which he described certain&#10;characteristic &amp;ldquo;smells&amp;rdquo; of vibe-coded software. For example, he points to LLMs&#10;proclivity to pave their own path and go against established patterns within a&#10;project.&lt;/p&gt;&#10;&lt;p&gt;The article resonated with me, but I realized that it resonated with me at a&#10;deeper level than just explaining my interactions with LLM-written software. I&#10;realized that &lt;em&gt;I&amp;rsquo;ve seen these &amp;ldquo;smells&amp;rdquo; before in pre-LLM software (especially&#10;that written by students).&lt;/em&gt;&lt;/p&gt;</description></item><item><title>On Being Gay</title><link>https://sumnerevans.com/posts/life-updates/on-being-gay/</link><pubDate>Sun, 13 Jul 2025 00:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/life-updates/on-being-gay/</guid><description>&lt;link rel="stylesheet" href="https://sumnerevans.com/css/vendors/admonitions.53cd9f8afa9d9a8ac09093f668df057bc6d0f4bbd0886f39991a7b99934a7432.css" integrity="sha256-U82fivqdmorAkJP2aN8Fe8bQ9LvQiG85mRp7mZNKdDI=" crossorigin="anonymous"&gt;&#10; &lt;div class="admonition warning"&gt;&#10; &lt;div class="admonition-header"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"&gt;&lt;path d="M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480L40 480c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"/&gt;&lt;/svg&gt;&#10; &lt;span&gt;Warning&lt;/span&gt;&#10; &lt;/div&gt;&#10; &lt;div class="admonition-content"&gt;&#10; &lt;p&gt;This post is personal. If you normally read my blog for my travel updates or&#10;my software engineering takes, this is a very different kind of post.&lt;/p&gt;&#10;&lt;p&gt;If you don&amp;rsquo;t want to read about my personal life, this is a good post to skip.&lt;/p&gt;&#10; &lt;/div&gt;&#10; &lt;/div&gt;&lt;p&gt;It&amp;rsquo;s always awkward to come out, but the lead-up is always the worst part. Once&#10;it&amp;rsquo;s done, it&amp;rsquo;s done and I move on with my life. I have been out to my family&#10;and most of my friends for a few years now, but as one of my friends described&#10;it, I&amp;rsquo;m about as out as the sun on a cloudy day. Well, I guess it&amp;rsquo;s time for the&#10;sun to shine a bit more.&lt;/p&gt;</description></item><item><title>7 Things I've Learned After 7 Years as a Software Engineer</title><link>https://sumnerevans.com/posts/software-engineering/7-things-ive-learned-in-7-years-as-swe/</link><pubDate>Sun, 06 Jul 2025 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/software-engineering/7-things-ive-learned-in-7-years-as-swe/</guid><description>&lt;p&gt;A few months ago, I was asked to give the keynote address at the BlasterHacks&#10;hackathon hosted at Mines by their &lt;a&#10; href="https://acm.mines.edu/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;ACM&lt;/a&gt; chapter. I&#10;wasn&amp;rsquo;t quite sure what would be interesting to talk about for the keynote, so I&#10;asked some friends. &lt;a&#10; href="https://byronsharman.com/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Byron&lt;/a&gt; suggested that I either&#10;talk about hackathon advice or career advice. Since I was giving a hackathon&#10;keynote, I decided to focus my presentation on hackathon advice. I went to six&#10;hackathons while I was a student at Mines, and won prizes at all but one of them&#10;so I felt I had something interesting to say about the topic.&lt;/p&gt;</description></item><item><title>Trump Has Made Two Perfect VP Picks</title><link>https://sumnerevans.com/posts/politics/trumps-vp-picks/</link><pubDate>Sun, 01 Jun 2025 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/politics/trumps-vp-picks/</guid><description>&lt;p&gt;Donald Trump has made two vice presidential picks. In 2016 he chose Mike Pence,&#10;and in 2024 he chose JD Vance. Each of these picks was brilliant in its own&#10;right.&lt;/p&gt;&#10;&lt;h2 id="2016-mike-pence"&gt;&#10; 2016: Mike Pence&#10; &lt;a&#10; class="permalink"&#10; href="#2016-mike-pence"&#10; aria-label="Permalink to 2016: Mike Pence"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;During the 2016 Republican primary, Trump faced significant resistance from&#10;within the Republican party for having a morally objectionable character, for&#10;not being a principled conservative, and for not having enough requisite&#10;understanding of politics to successfully run an administration. However, Trump&#10;emerged from a hotly contested primary ahead of Ted Cruz and Marco Rubio, two&#10;highly respected figures within the Republican establishment.&lt;/p&gt;</description></item><item><title>2025 Matrix Governing Board Endorsements</title><link>https://sumnerevans.com/posts/matrix/2025-matrix-governing-board-endorsements/</link><pubDate>Tue, 20 May 2025 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/matrix/2025-matrix-governing-board-endorsements/</guid><description>&lt;link rel="stylesheet" href="https://sumnerevans.com/css/vendors/admonitions.53cd9f8afa9d9a8ac09093f668df057bc6d0f4bbd0886f39991a7b99934a7432.css" integrity="sha256-U82fivqdmorAkJP2aN8Fe8bQ9LvQiG85mRp7mZNKdDI=" crossorigin="anonymous"&gt;&#10; &lt;div class="admonition important"&gt;&#10; &lt;div class="admonition-header"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"&gt;&lt;path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24l0 112c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-112c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"/&gt;&lt;/svg&gt;&#10; &lt;span&gt;Disclaimer&lt;/span&gt;&#10; &lt;/div&gt;&#10; &lt;div class="admonition-content"&gt;&#10; &lt;p&gt;I would like to make it clear that &lt;strong&gt;these endorsements are my opinions&#10;only&lt;/strong&gt;. They do not reflect the opinion of the Matrix Governing Board which I&#10;am currently a member of, nor do they reflect the opinions of my current or&#10;past employers.&lt;/p&gt;&#10; &lt;/div&gt;&#10; &lt;/div&gt;&lt;p&gt;I have decided that I will not stand again in this year&amp;rsquo;s &lt;a&#10; href="https://matrix.org/foundation/governing-board-elections/2025/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Matrix Governing&#10;Board elections&lt;/a&gt;.&#10;I recently&#10;&lt;a&#10; href="https://sumnerevans.com/portfolio/#experience-canam-tech-lead"&gt;joined Can/Am Technologies as a tech lead&lt;/a&gt;&#10;and I do not feel like I can dedicate a sufficient amount of time to be a good&#10;board member. Thus, I have decided to step aside and let others have a chance to&#10;take on the challenge of governance.&lt;/p&gt;</description></item><item><title>I'm Joining Can/Am Technologies</title><link>https://sumnerevans.com/posts/life-updates/joining-canam/</link><pubDate>Mon, 07 Apr 2025 00:00:00 +0000</pubDate><guid>https://sumnerevans.com/posts/life-updates/joining-canam/</guid><description>&lt;center&gt;&#10;&lt;a href="https://canamtechnologies.com" target="_blank"&gt;&lt;picture style="max-width:50%" class="no-zoom no-dim"&gt;&#10; &#10; &lt;img src="https://sumnerevans.com/posts/life-updates/joining-canam/images/CanAmLogo.svg"&#10; alt="Can/Am Technologies"loading="lazy"&#10; &gt;&#10; &#10; &lt;/picture&gt;&#10; &lt;/a&gt;&#10;&lt;/center&gt;&#10;&lt;p&gt;Today I am happy to announce that I have joined&#10;&lt;a&#10; href="https://canamtechnologies.com"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Can/Am Technologies&lt;/a&gt; as a Senior Implementation&#10;Tech Lead.&lt;/p&gt;&#10;&lt;p&gt;Can/Am makes a point of sale product for local governments called&#10;&lt;a&#10; href="https://www.goteller.com/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Teller&lt;/a&gt;. I&#10;&lt;a&#10; href="https://sumnerevans.com/portfolio/#experience-canam-software-developer"&gt;worked for Can/Am in the past&#10;as a software developer&lt;/a&gt;&#10;and I am excited to return after nearly a decade in a new capacity. I will be&#10;leading the engineering team responsible for building integrations with&#10;third-party vendors. I&amp;rsquo;m excited about the opportunity this position will afford&#10;me to leverage my experience&#10;&lt;a&#10; href="https://sumnerevans.com/portfolio/#experience-adjunct-mines"&gt;teaching&#10;and mentoring students at Mines&lt;/a&gt;&#10;in a new challenge of leading and mentoring a technical team.&lt;/p&gt;</description></item><item><title>What Happens After You Push?</title><link>https://sumnerevans.com/posts/software-engineering/what-happens-after-you-push/</link><pubDate>Tue, 25 Feb 2025 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/software-engineering/what-happens-after-you-push/</guid><description>&lt;p&gt;In this article we are going to be investigating how the code you write gets to&#10;your users. This article is intended for consumption by computer science and&#10;software engineering students to provide insights into technologies and&#10;processes you might encounter in industry. This will be focused specifically on&#10;software delivery in web-based SaaS offerings rather than more traditional&#10;software delivery methods such as those seen in embedded systems. Every software&#10;project has different process for building, testing, and deploying to users and&#10;I&amp;rsquo;m not going to discuss every possible technology which might be used for each&#10;of these steps. Rather, I&amp;rsquo;m going to be describing what &lt;em&gt;kinds&lt;/em&gt; of software&#10;might be used. I&amp;rsquo;ll describe how these systems affect the day-to-day work of&#10;software engineers, and I&amp;rsquo;ll also provide some thoughts on how you might&#10;integrate some of these ideas into your own personal projects.&lt;/p&gt;</description></item><item><title>FOSDEM 2025</title><link>https://sumnerevans.com/posts/travel/2025-fosdem/fosdem/</link><pubDate>Sun, 02 Feb 2025 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2025-fosdem/fosdem/</guid><description>&lt;p&gt;For the third year in a row, I attended &lt;a&#10; href="https://fosdem.org/2025/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;FOSDEM&lt;/a&gt;, a&#10;Free and Open Source Software conference. I enjoyed the previous&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2023-fosdem/fosdem/"&gt;two&lt;/a&gt;&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2024-fosdem/fosdem/"&gt;years&lt;/a&gt;, and Automattic paid for&#10;me to attend, so I decided to make the hop across the pond to attend again.&#10;FOSDEM is one of the main gatherings of the Matrix community every year&#10;(probably second only to the &lt;a&#10; href="https://2024.matrix.org/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Matrix Conference&lt;/a&gt;), and&#10;there is also a sizeable Go presence at the conference as well.&lt;/p&gt;</description></item><item><title>Waterloo Battlefield</title><link>https://sumnerevans.com/posts/travel/2025-fosdem/waterloo/</link><pubDate>Thu, 30 Jan 2025 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2025-fosdem/waterloo/</guid><description>&lt;p&gt;Today I visited the Waterloo battlefield. I&amp;rsquo;d visited the town of Waterloo and&#10;the Wellington Museum&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2024-fosdem/waterloo/"&gt;last year&lt;/a&gt; when I came to&#10;FOSDEM, but I didn&amp;rsquo;t have time to go to the actual battlefield site. I bought a&#10;ticket that was valid for a year for both the museum and battlefield site, so I&#10;was able to use the same ticket.&lt;/p&gt;</description></item><item><title>London</title><link>https://sumnerevans.com/posts/travel/2025-fosdem/london/</link><pubDate>Wed, 29 Jan 2025 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2025-fosdem/london/</guid><description>&lt;p&gt;I once again am making a trip across the pond for FOSDEM. This time, instead of&#10;flying to Brussels, I chose to fly to London a few days early and then take the&#10;Eurostar to Brussels. The nice thing about this itinerary is that I was able to&#10;take a direct flight from Denver to London, Heathrow. The flight was not very&#10;full, and I ended up with a whole row to myself!&lt;/p&gt;</description></item><item><title>Sublime Music End-of-Maintenance</title><link>https://sumnerevans.com/posts/projects/sublime-music-eom/</link><pubDate>Tue, 24 Dec 2024 03:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/projects/sublime-music-eom/</guid><description>&lt;center&gt;&#10;&lt;a href="https://sublimemusic.app" target="_blank"&gt;&lt;picture style="max-width:50%" class="no-zoom no-dim"&gt;&#10; &#10; &lt;img src="https://sumnerevans.com/posts/projects/sublime-music-eom/images/logo.png"&#10; alt="Sublime Music"loading="lazy"&#10; &gt;&#10; &#10; &lt;/picture&gt;&#10; &lt;/a&gt;&#10;&lt;/center&gt;&#10;&lt;p&gt;Today I&amp;rsquo;m announcing that Sublime Music has reached end-of-maintenance. This&#10;announcement is greatly overdue, as I have not been actively maintaining the&#10;project for over a year, and have not been actively developing new features for&#10;even longer.&lt;/p&gt;&#10;&lt;h2 id="thank-you"&gt;&#10; Thank You!&#10; &lt;a&#10; class="permalink"&#10; href="#thank-you"&#10; aria-label="Permalink to Thank You!"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;I would like to start off by thanking everyone who used Sublime Music, reported&#10;bugs, interacted in the Matrix room, and wrote code for the project. This&#10;project is the most successful open source project I&amp;rsquo;ve started, and I am&#10;grateful for the community that formed around it.&lt;/p&gt;</description></item><item><title>Amsterdam, Netherlands - Work Retreat</title><link>https://sumnerevans.com/posts/travel/2024-amsterdam-retreat-and-spain/retreat/</link><pubDate>Fri, 08 Nov 2024 09:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2024-amsterdam-retreat-and-spain/retreat/</guid><description>&lt;p&gt;This week, Beeper had our second meetup after being&#10;&lt;a&#10; href="https://blog.beeper.com/2024/04/09/beeper-is-joining-automattic/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;acquired by Automattic&lt;/a&gt;&#10;earlier this year. Unlike the&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2024-porto-retreat/retreat/"&gt;last retreat in Porto&lt;/a&gt;&#10;which had lots of other Automattic employees in attendance, this was just our&#10;team and was focused on work and planning less than team-building.&lt;/p&gt;&#10;&lt;p&gt;Automattic is a &lt;a&#10; href="https://automattic.com/about"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;remote-only company&lt;/a&gt;, so work&#10;retreats are the only time that we can connect with our co-workers in-person and&#10;build stronger personal relationships among the team. The best part is that we&#10;get to go to cool locations for these meetups. You can read about all the&#10;previous &lt;a&#10; href="https://sumnerevans.com/categories/work-retreats/"&gt;work retreats on this blog&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Matrix Cryptographic Key Infrastructure</title><link>https://sumnerevans.com/posts/matrix/cryptographic-key-infrastructure/</link><pubDate>Sat, 21 Sep 2024 10:00:00 +0200</pubDate><guid>https://sumnerevans.com/posts/matrix/cryptographic-key-infrastructure/</guid><description>&lt;p&gt;End-to-end encryption is one of the things which brought me to Matrix, and I&amp;rsquo;m&#10;sure that it&amp;rsquo;s one of the factors that brought many of you to Matrix as well.&lt;/p&gt;&#10;&lt;p&gt;However, Matrix&amp;rsquo;s user experience with cryptography is often confusing. I&#10;mainly blame the other chat networks for their incompetence. Most other chat&#10;networks don&amp;rsquo;t even provide any cryptographically-guaranteed security and&#10;privacy. Some networks provide encryption in a way that does not truly leave&#10;the user in control of their keys. Only a few networks (Signal) truly leave&#10;the user in control, and their UX is arguably worse than Matrix.&lt;/p&gt;&#10;</description></item><item><title>Message Security in Matrix</title><link>https://sumnerevans.com/posts/matrix/megolm/</link><pubDate>Fri, 09 Aug 2024 06:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/matrix/megolm/</guid><description>&lt;p&gt;In Matrix, message security is provided by Megolm. The goal of message security&#10;is twofold. We (a) want messages to be encrypted on the sender&amp;rsquo;s device and (b)&#10;only be able to be decrypted on devices of users who are a part of the&#10;conversation. As a corollary, we want to prevent other parties (rogue&#10;homeservers, man-in-the-middle attackers, etc.) from decrypting the messages.&lt;/p&gt;</description></item><item><title>Matrix Cryptography Prerequisites</title><link>https://sumnerevans.com/posts/matrix/cryptography-prerequisites/</link><pubDate>Fri, 09 Aug 2024 05:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/matrix/cryptography-prerequisites/</guid><description>&lt;p&gt;Understanding Matrix cryptography requires understanding some basic cryptography&#10;primitives. This article intends to explain those prerequisites in simple terms.&#10;This article is &lt;em&gt;not&lt;/em&gt; a rigorous, mathematical description of the cryptosystems&#10;in use. Rather, it is a practical guide to what &lt;em&gt;functionality&lt;/em&gt; each of the&#10;cryptography primitives provides. I&amp;rsquo;ve tried to include links to external&#10;resources if you are interested in learning more about a specific topic.&lt;/p&gt;</description></item><item><title>Differential Fuzzing Libolm and Goolm</title><link>https://sumnerevans.com/posts/matrix/differential-fuzzing-libolm-goolm/</link><pubDate>Sat, 01 Jun 2024 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/matrix/differential-fuzzing-libolm-goolm/</guid><description>&lt;h2 id="background"&gt;&#10; Background&#10; &lt;a&#10; class="permalink"&#10; href="#background"&#10; aria-label="Permalink to Background"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;When we at Beeper started working on the&#10;&lt;a&#10; href="https://blog.beeper.com/2024/04/09/how-beeper-android-works/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;new Android app&lt;/a&gt;,&#10;based on &lt;a&#10; href="https://github.com/mautrix/go"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;mautrix-go&lt;/a&gt;, we initially tried using&#10;&lt;a&#10; href="https://github.com/mautrix/go/tree/master/crypto/goolm"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;goolm&lt;/a&gt; as the crypto&#10;implementation instead of &lt;a&#10; href="https://gitlab.matrix.org/matrix-org/olm"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;libolm&lt;/a&gt;. We&#10;almost immediately ran into issues for unknown reasons, and rather than fighting&#10;with cryptography, we decided to just put in the work to get libolm working in&#10;the Android app.&lt;/p&gt;</description></item><item><title>2024 Matrix Governing Board Endorsements</title><link>https://sumnerevans.com/posts/matrix/2024-matrix-governing-board-endorsements/</link><pubDate>Wed, 08 May 2024 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/matrix/2024-matrix-governing-board-endorsements/</guid><description>&lt;p&gt;I&amp;rsquo;m running for the Matrix Governing Board as an Individual Member (see my&#10;&lt;a&#10; href="https://sumnerevans.com/posts/matrix/2024-matrix-governing-board/"&gt;Platform&lt;/a&gt;) and I am only eligible&#10;to vote as an individual member, but I would like to endorse a few Ecosystem&#10;Member candidates who are well qualified to represent the ecosystem.&lt;/p&gt;&#10;&lt;h2 id="kim-brose"&gt;&#10; Kim Brose&#10; &lt;a&#10; class="permalink"&#10; href="#kim-brose"&#10; aria-label="Permalink to Kim Brose"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;I endorse &lt;strong&gt;Kim Brose (HarHarLinks)&lt;/strong&gt; representing Matrix Community Events as an&#10;Ecosystem Member candidate.&lt;/p&gt;</description></item><item><title>Porto, Portugal - Sightseeing</title><link>https://sumnerevans.com/posts/travel/2024-porto-retreat/porto-sightseeing/</link><pubDate>Sat, 27 Apr 2024 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2024-porto-retreat/porto-sightseeing/</guid><description>&lt;p&gt;On the Saturday after the &lt;a&#10; href="https://sumnerevans.com/posts/travel/2024-porto-retreat/retreat/"&gt;retreat&lt;/a&gt; I did my&#10;own sightseeing and adventuring around Porto. However, as I mentioned in my&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2024-porto-retreat/retreat/#walking-tour"&gt;post about the retreat&lt;/a&gt;, a&#10;bunch of us went on a walking tour of the city on Wednesday, but since it wasn&amp;rsquo;t&#10;really meetup-related, I decided to combine the info that I got on the tour with&#10;this post, as I think it fits better.&lt;/p&gt;</description></item><item><title>Porto, Portugal - Work Retreat</title><link>https://sumnerevans.com/posts/travel/2024-porto-retreat/retreat/</link><pubDate>Fri, 26 Apr 2024 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2024-porto-retreat/retreat/</guid><description>&lt;p&gt;The past few weeks have been exciting for Beeper. We&#10;&lt;a&#10; href="https://blog.beeper.com/2024/04/09/beeper-is-now-available/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;made Beeper available to everyone&lt;/a&gt;&#10;without a waitlist,&#10;&lt;a&#10; href="https://blog.beeper.com/2024/04/09/how-beeper-android-works/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;launched a new Android app based on our own internally-built Matrix SDK written&#10;in Go&lt;/a&gt;, and&#10;&lt;a&#10; href="https://blog.beeper.com/2024/04/09/beeper-is-joining-automattic/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;were acquired by Automattic&lt;/a&gt;&#10;for&#10;&lt;a&#10; href="https://techcrunch.com/2024/04/09/wordpress-com-owner-automattic-acquires-multi-service-messaging-app-beeper-for-125m/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;$125M&lt;/a&gt;.&#10;As part of the acquisition, the Beeper team is merging with the&#10;&lt;a&#10; href="http://texts.com/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Texts.com&lt;/a&gt; team that was acquired by Automattic last year.&#10;We are going to unify the products under the Beeper brand. All of this is only a&#10;few months on the heels of our&#10;&lt;a&#10; href="https://blog.beeper.com/2023/12/05/introducing-beeper-mini-get-blue-bubbles-on-android-%f0%9f%92%99/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Beeper Mini launch&lt;/a&gt;&#10;which brought fully end-to-end encrypted iMessage to Android devices.&lt;/p&gt;</description></item><item><title>My Matrix Governing Board Platform</title><link>https://sumnerevans.com/posts/matrix/2024-matrix-governing-board/</link><pubDate>Wed, 24 Apr 2024 03:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/matrix/2024-matrix-governing-board/</guid><description>&lt;link rel="stylesheet" href="https://sumnerevans.com/css/vendors/admonitions.53cd9f8afa9d9a8ac09093f668df057bc6d0f4bbd0886f39991a7b99934a7432.css" integrity="sha256-U82fivqdmorAkJP2aN8Fe8bQ9LvQiG85mRp7mZNKdDI=" crossorigin="anonymous"&gt;&#10; &lt;div class="admonition task"&gt;&#10; &lt;div class="admonition-header"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"&gt;&lt;path d="M152.1 38.2c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 113C-2.3 103.6-2.3 88.4 7 79s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zm0 160c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 273c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zM224 96c0-17.7 14.3-32 32-32l224 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32zm0 160c0-17.7 14.3-32 32-32l224 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32zM160 416c0-17.7 14.3-32 32-32l288 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-288 0c-17.7 0-32-14.3-32-32zM48 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"/&gt;&lt;/svg&gt;&#10; &lt;span&gt;Election Results&lt;/span&gt;&#10; &lt;/div&gt;&#10; &lt;div class="admonition-content"&gt;&#10; &lt;p&gt;&lt;strong&gt;2024-06-03&lt;/strong&gt;: The results of the first Governing Board Election have been&#10;&lt;a&#10; href="https://matrix.org/blog/2024/06/election-results/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;posted on the Matrix.org Blog&lt;/a&gt;.&lt;/p&gt;&#10;&lt;p&gt;I am grateful that I was elected as an individual member. Thank you to those&#10;who voted for me!&lt;/p&gt;&#10; &lt;/div&gt;&#10; &lt;/div&gt;&lt;p&gt;I&amp;rsquo;m&#10;&lt;a&#10; href="https://matrix.org/blog/2023/12/electing-our-first-governing-board/#election-timeline"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;running for the Matrix Governing Board&lt;/a&gt;&#10;as an Individual Member. I work on bridges&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt; and backend infrastructure&lt;sup id="fnref:2"&gt;&lt;a href="#fn:2" class="footnote-ref" role="doc-noteref"&gt;2&lt;/a&gt;&lt;/sup&gt; as&#10;a software engineer at &lt;a&#10; href="https://www.beeper.com"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Beeper&lt;/a&gt;. You may have met me at&#10;one of the Matrix meetups&lt;sup id="fnref:3"&gt;&lt;a href="#fn:3" class="footnote-ref" role="doc-noteref"&gt;3&lt;/a&gt;&lt;/sup&gt; and possibly even seen me giving a presentation at&#10;one of them. I have been a user of Matrix since around 2018&lt;sup id="fnref:4"&gt;&lt;a href="#fn:4" class="footnote-ref" role="doc-noteref"&gt;4&lt;/a&gt;&lt;/sup&gt; and I have been&#10;heavily involved in the community since around 2020&lt;sup id="fnref:5"&gt;&lt;a href="#fn:5" class="footnote-ref" role="doc-noteref"&gt;5&lt;/a&gt;&lt;/sup&gt;. I&amp;rsquo;ve contributed&#10;multiple spec clarifications&lt;sup id="fnref:6"&gt;&lt;a href="#fn:6" class="footnote-ref" role="doc-noteref"&gt;6&lt;/a&gt;&lt;/sup&gt; and been involved in many MSCs both personally&#10;and through my position at Beeper&lt;sup id="fnref:7"&gt;&lt;a href="#fn:7" class="footnote-ref" role="doc-noteref"&gt;7&lt;/a&gt;&lt;/sup&gt;. I also have contributed to Synapse&lt;sup id="fnref:8"&gt;&lt;a href="#fn:8" class="footnote-ref" role="doc-noteref"&gt;8&lt;/a&gt;&lt;/sup&gt;&#10;and the Matrix React SDK&lt;sup id="fnref:9"&gt;&lt;a href="#fn:9" class="footnote-ref" role="doc-noteref"&gt;9&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;</description></item><item><title>Denver to Porto</title><link>https://sumnerevans.com/posts/travel/2024-porto-retreat/denver-to-porto/</link><pubDate>Sun, 21 Apr 2024 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2024-porto-retreat/denver-to-porto/</guid><description>&lt;p&gt;I&amp;rsquo;m making my way across the pond once again, this time for a work retreat. I&amp;rsquo;m&#10;attending a &lt;a&#10; href="https://sumnerevans.com/posts/travel/2024-porto-retreat/retreat/"&gt;team meetup&lt;/a&gt; in Porto, Portugal.&lt;/p&gt;&#10;&lt;p&gt;I ran the&#10;&lt;a&#10; href="https://sumnerevans.com/posts/school/2024-hspc/"&gt;2024 Mines High School Programming Competition&lt;/a&gt;&#10;on Saturday, and I had to be in Porto by Monday morning. Thus, I had to leave on&#10;an evening flight on Saturday in order to arrive in time. Unfortunately, the&#10;best flight I was able to get that left late enough on Saturday went through&#10;Munich with a 7 hour layover before the flight to Porto. My return flight goes&#10;through Frankfurt (it&amp;rsquo;s kinda annoying having to go out of the way to Germany to&#10;get to and from Portugal, but it is what it is).&lt;/p&gt;</description></item><item><title>Mines High School Programming Competition 2024</title><link>https://sumnerevans.com/posts/school/2024-hspc/</link><pubDate>Sat, 20 Apr 2024 17:48:00 -0600</pubDate><guid>https://sumnerevans.com/posts/school/2024-hspc/</guid><description>&lt;p&gt;For the last seven years, Mines ACM has hosted a High School Programming&#10;Competition (HSPC) modelled after the&#10;&lt;a&#10; href="https://icpc.global/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;International Collegiate Programming Contest (ICPC)&lt;/a&gt;. I&#10;wrote about the &lt;a&#10; href="https://sumnerevans.com/posts/school/2019-hspc/"&gt;2019&lt;/a&gt;, &lt;a&#10; href="https://sumnerevans.com/posts/school/2020-hspc/"&gt;2020&lt;/a&gt;,&#10;&lt;a&#10; href="https://sumnerevans.com/posts/school/2021-hspc/"&gt;2021&lt;/a&gt;, &lt;a&#10; href="https://sumnerevans.com/posts/school/2022-hspc/"&gt;2022&lt;/a&gt;, and&#10;&lt;a&#10; href="https://sumnerevans.com/posts/school/2023-hspc/"&gt;2023&lt;/a&gt; competitions on this blog. The problems from&#10;every year are new and written by Mines students and some Mines alum&#10;specifically for the competition. This year, I wrote two of the problems and&#10;helped &lt;a&#10; href="https://ezrichards.github.io/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Ethan Richards&lt;/a&gt; with organizing the&#10;competition.&lt;/p&gt;</description></item><item><title>NixCon + SCaLE 2024</title><link>https://sumnerevans.com/posts/travel/2024-scale/</link><pubDate>Sun, 17 Mar 2024 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2024-scale/</guid><description>&lt;p&gt;I attended NixCon and SCaLE in Pasadena, California for the first time this&#10;year. I went with my friend &lt;a&#10; href="https://tgrcode.com"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Addison&lt;/a&gt;, and while I was&#10;there I also met up with some other friends, and made some new friends as well!&lt;/p&gt;&#10;&lt;p&gt;I flew out very early on Thursday morning from Denver to LAX. It was raining on&#10;the way out of Denver, and the approach into LAX was quite windy. It was the&#10;most turbulent flight I&amp;rsquo;ve been on in a very long time. Getting from LAX to&#10;Pasadena was quite a journey. I had to take the Metro Connector from LAX over to&#10;the Metro and then I took two metro lines up to Pasadena. It probably took an&#10;hour and a half just on the metro to get there.&lt;/p&gt;</description></item><item><title>Is Getting A Master's Degree in Computer Science Worth It?</title><link>https://sumnerevans.com/posts/school/is-getting-a-masters-in-cs-worth-it/</link><pubDate>Mon, 26 Feb 2024 06:37:50 -0600</pubDate><guid>https://sumnerevans.com/posts/school/is-getting-a-masters-in-cs-worth-it/</guid><description>&lt;p&gt;&amp;ldquo;Master of Science in Computer Science&amp;rdquo;, it sounds so grand, doesn&amp;rsquo;t it? But is&#10;it worth it? I&amp;rsquo;m writing this post to give my perspective on whether getting a&#10;master&amp;rsquo;s degree is worth the effort and money. I&amp;rsquo;m assuming that you are&#10;&lt;em&gt;currently in a computer science undergraduate program&lt;/em&gt; and are considering&#10;whether to continue on to get a computer science master&amp;rsquo;s degree. &lt;strong&gt;I want to be&#10;very clear, this post is my opinion only.&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Waterloo - The Wellington Museum</title><link>https://sumnerevans.com/posts/travel/2024-fosdem/waterloo/</link><pubDate>Tue, 06 Feb 2024 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2024-fosdem/waterloo/</guid><description>&lt;p&gt;Today I went to Waterloo, the town which gave its name to the battle that saw&#10;Napoleon&amp;rsquo;s final defeat at the hands of the Seventh Coalition. Getting there was&#10;quite an adventure. To start, I woke up late again. After managing to get out of&#10;bed, I tried to take the tram over to a bus that went directly to the Waterloo&#10;city centre. I found the bus stop, and waited for a few minutes before the bus&#10;came, but then it just rolled right on past! I tried flagging it down, but it&#10;didn&amp;rsquo;t stop. So, I had to go with plan B which was to go over to Brussels Midi&#10;and take the regional train to Waterloo.&lt;/p&gt;</description></item><item><title>Bruges</title><link>https://sumnerevans.com/posts/travel/2024-fosdem/bruges/</link><pubDate>Mon, 05 Feb 2024 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2024-fosdem/bruges/</guid><description>&lt;p&gt;Today I went to Bruges, a beautiful city near the Belgian Atlantic coast. I woke&#10;up a bit late (I still haven&amp;rsquo;t really adjusted to the CEST timezone), but I&#10;managed to get to Bruges by around 11 in the morning. I enjoy trains, and I got&#10;to take the train from Bruxeles-Midi through Ghent and on to Bruges.&lt;/p&gt;&#10;&lt;p&gt;I&amp;rsquo;d skipped breakfast, so by the time I arrived in the city centre, I was hungry&#10;and went to a restaurant called&#10;&lt;a&#10; href="https://maps.app.goo.gl/Xsqv4zeMx45H98bj8"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;De Beurze&lt;/a&gt;. It was a cosy place,&#10;with a little fireplace that I sat next to. I had a nice steak with salad and&#10;fries, all while having a great view of the main square. I really enjoy the way&#10;that they do service in Europe. Nobody comes to bug you while you&amp;rsquo;re eating, but&#10;they are attentive and you can easily flag the wait staff down if you need&#10;anything. I don&amp;rsquo;t like that you have to pay for the water, though. But it gives&#10;me an excuse to order sparkling water since it&amp;rsquo;s the same price as still.&#10;Additionally, since the US Dollar is so strong against the Euro right now, the&#10;prices are also very reasonable. I think it was 1.08 USD to 1 EUR while I was&#10;there.&lt;/p&gt;</description></item><item><title>FOSDEM 2024</title><link>https://sumnerevans.com/posts/travel/2024-fosdem/fosdem/</link><pubDate>Mon, 05 Feb 2024 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2024-fosdem/fosdem/</guid><description>&lt;p&gt;The primary purpose of my trip was to attend FOSDEM, a Free and Open Source&#10;Software conference. I &lt;a&#10; href="https://sumnerevans.com/posts/travel/2023-fosdem/fosdem/"&gt;attended last year as well&lt;/a&gt; and enjoyed it, so I decided to make&#10;the trip to attend again. FOSDEM is the biggest meeting of people in the Matrix&#10;community every year, and there is also a sizeable Go presence at the conference&#10;as well.&lt;/p&gt;</description></item><item><title>Brussels - Day 1</title><link>https://sumnerevans.com/posts/travel/2024-fosdem/brussels-day1/</link><pubDate>Thu, 01 Feb 2024 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2024-fosdem/brussels-day1/</guid><description>&lt;p&gt;This year, I once again travelled to Brussels for FOSDEM (see my&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2023-fosdem/fosdem/"&gt;post from last year&lt;/a&gt;). I took the&#10;Wednesday 13:30 flight out of Denver through Chicago O&amp;rsquo;Hare to Brussels, and&#10;arrived on Thursday morning. The connection through O&amp;rsquo;Hare was a bit tight. As&#10;scheduled, I only had 50 minutes, and then due to our incoming flight being&#10;vectored to the wrong runway on the first approach, we had to circle around to&#10;land at the correct runway. I was at the back of the plane, but luckily my gate&#10;was not very far away and I made it just fine.&lt;/p&gt;</description></item><item><title>Advent of Code 2023</title><link>https://sumnerevans.com/posts/programming/2023-advent-of-code/</link><pubDate>Thu, 30 Nov 2023 09:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/programming/2023-advent-of-code/</guid><description>&lt;p&gt;Every year since 2015, &lt;a&#10; href="https://twitter.com/ericwastl"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Eric Wastl&lt;/a&gt; creates a two-part programming problem&#10;for each of the 25 days of Advent. He publishes a new problem every day at&#10;&lt;a&#10; href="https://adventofcode.com"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;adventofcode.com&lt;/a&gt; at exactly midnight EST which is&#10;22:00 the day before for me in MST. The last two years, I decided to do the&#10;problems as soon as they came out and streamed my problem solving sessions on my&#10;&lt;a&#10; href="https://twitch.tv/sumnerevans"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Twitch channel&lt;/a&gt; and uploaded them to &lt;a&#10; href="https://www.youtube.com/@sumnerevans"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;my Youtube channel&lt;/a&gt;. The last&#10;&lt;a&#10; href="https://sumnerevans.com/posts/programming/2021-advent-of-code/"&gt;two&lt;/a&gt;&#10;&lt;a&#10; href="https://sumnerevans.com/posts/programming/2022-advent-of-code/"&gt;years&lt;/a&gt;&#10;I updated a blog post about each of the days, and I will try and do that this&#10;year as well.&lt;/p&gt;</description></item><item><title>Toronto, Canada - Work Retreat</title><link>https://sumnerevans.com/posts/travel/2023-toronto-retreat/</link><pubDate>Fri, 22 Sep 2023 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2023-toronto-retreat/</guid><description>&lt;p&gt;This week, my company (Beeper) had our fall work retreat in Toronto, Canada. It&#10;has been nearly six months since our&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2023-amsterdam-retreat/retreat/"&gt;March retreat in Amsterdam&lt;/a&gt;&#10;and it was great to see everyone again and meet some of the new team members.&#10;I have also written about our&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2021-dc-montreal/2021-09-13-17-montreal/"&gt;four&lt;/a&gt;&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2022-playa-del-carmen-mexico/"&gt;retreats&lt;/a&gt;&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2022-lisbon-and-paris/ericeira-portugal/"&gt;prior&lt;/a&gt;&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2022-mexico-city-retreat/"&gt;to&lt;/a&gt;&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2023-amsterdam-retreat/retreat/"&gt;Amsterdam&lt;/a&gt;&#10;on this blog.&lt;/p&gt;&#10;&lt;p&gt;One of the main goals of each retreat is to provide opportunities to connect as&#10;a team on a personal level. There were three new team members present at this&#10;retreat.&lt;/p&gt;</description></item><item><title>Los Angeles</title><link>https://sumnerevans.com/posts/travel/2023-los-angeles/</link><pubDate>Sun, 10 Sep 2023 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2023-los-angeles/</guid><description>&lt;p&gt;This weekend I flew out to Los Angeles to see my friend&#10;&lt;a&#10; href="https://ethancranston.com/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Ethan Cranston&lt;/a&gt;. He is a former student of mine at&#10;Mines, and we got to know each other well because he was one of the most&#10;consistent in-person attendees during the hybrid COVID semesters. He now works&#10;at SpaceX and since I have a ton of Southwest points, I decided to visit him&#10;somewhat on a whim.&lt;/p&gt;</description></item><item><title>Becoming a Homeowner</title><link>https://sumnerevans.com/posts/life-updates/becoming-a-homeowner/</link><pubDate>Tue, 06 Jun 2023 09:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/life-updates/becoming-a-homeowner/</guid><description>&lt;p&gt;I recently became a homeowner. Here are a couple of reflections that I&amp;rsquo;ve had&#10;about this new phase of life:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&#10;&lt;p&gt;The permanence of owning my own house is nice. The first time this really hit&#10;me was when I was putting up some decorations. I realized that it was &lt;em&gt;my&lt;/em&gt;&#10;walls that I was nailing things in to. I don&amp;rsquo;t have to answer to anyone about&#10;the holes in my wall if I move out.&lt;/p&gt;</description></item><item><title>Mines High School Programming Competition 2023</title><link>https://sumnerevans.com/posts/school/2023-hspc/</link><pubDate>Sat, 29 Apr 2023 17:48:00 -0600</pubDate><guid>https://sumnerevans.com/posts/school/2023-hspc/</guid><description>&lt;p&gt;For the last six years, Mines ACM has hosted a High School Programming&#10;Competition (HSPC) modelled after the&#10;&lt;a&#10; href="https://icpc.global/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;International Collegiate Programming Contest (ICPC)&lt;/a&gt;. I&#10;wrote about the &lt;a&#10; href="https://sumnerevans.com/posts/school/2019-hspc/"&gt;2019&lt;/a&gt;, &lt;a&#10; href="https://sumnerevans.com/posts/school/2020-hspc/"&gt;2020&lt;/a&gt;,&#10;&lt;a&#10; href="https://sumnerevans.com/posts/school/2021-hspc/"&gt;2021&lt;/a&gt;, and &lt;a&#10; href="https://sumnerevans.com/posts/school/2022-hspc/"&gt;2022&lt;/a&gt; competitions&#10;on this blog. The problems from every year are new and written by Mines students&#10;and some Mines alum specifically for the competition. This year, I wrote four of&#10;the problems and helped &lt;a&#10; href="https://ezrichards.github.io/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Ethan Richards&lt;/a&gt; with&#10;organizing the competition.&lt;/p&gt;</description></item><item><title>Amsterdam - Exploration Day</title><link>https://sumnerevans.com/posts/travel/2023-amsterdam-retreat/amsterdam-day7/</link><pubDate>Sat, 01 Apr 2023 09:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2023-amsterdam-retreat/amsterdam-day7/</guid><description>&lt;p&gt;I woke up late on my last day in Amsterdam, and missed breakfast at the hotel.&#10;After saying goodbye to the remaining coworkers at the hotel for the retreat, I&#10;went to drop off my bag at the hotel where I am staying for one night before&#10;heading back home.&lt;/p&gt;&#10;&lt;p&gt;I then headed back into Amsterdam city and walked around the streets admiring&#10;the beauty of the city. I stopped for lunch at a restaurant and had some very&#10;nice pizza. I was planning on renting a bike, but it was drizzling on and off so&#10;I opted against it; walking in the rain was enough for me.&lt;/p&gt;</description></item><item><title>Amsterdam, Netherlands - Work Retreat</title><link>https://sumnerevans.com/posts/travel/2023-amsterdam-retreat/retreat/</link><pubDate>Fri, 31 Mar 2023 09:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2023-amsterdam-retreat/retreat/</guid><description>&lt;p&gt;This week, my company (Beeper) had our first retreat of the new year in&#10;Amsterdam, Netherlands. We aim for about three retreats a year, though due to&#10;holidays and a recent push towards our&#10;&lt;a&#10; href="https://blog.beeper.com/p/beeper-update-4-out-of-beta"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;beta exit&lt;/a&gt;&#10;milestone, it has been a little while since we have all gotten together. The&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2022-mexico-city-retreat/"&gt;last retreat&lt;/a&gt;&#10;was in Mexico City in October and before that we had&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2021-dc-montreal/2021-09-13-17-montreal/"&gt;three&lt;/a&gt;&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2022-playa-del-carmen-mexico/"&gt;other&lt;/a&gt;&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2022-lisbon-and-paris/ericeira-portugal/"&gt;retreats&lt;/a&gt;.&#10;The goal of each retreat is to provide an opportunity to connect as a team on a&#10;personal level, discuss future plans, and reflect on the progress we have made.&lt;/p&gt;</description></item><item><title>Amsterdam - The Van Gogh Museum</title><link>https://sumnerevans.com/posts/travel/2023-amsterdam-retreat/amsterdam-day1/</link><pubDate>Fri, 24 Mar 2023 09:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2023-amsterdam-retreat/amsterdam-day1/</guid><description>&lt;p&gt;Today I went to visit the Van Gogh Museum in the morning, and the Anne Frank&#10;House late in the evening. In between, I walked around the city, and met up with&#10;my coworkers for dinner.&lt;/p&gt;&#10;&lt;p&gt;One of the reasons I chose the hotel that I did was that it was a &lt;em&gt;very&lt;/em&gt; short&#10;walk over to the Van Gogh Museum. I had tickets for 10:00 at the museum with an&#10;audio tour. I recommend getting the audio tour as it gave some good background&#10;about Van Gogh and his life story.&lt;/p&gt;</description></item><item><title>Denver to Amsterdam</title><link>https://sumnerevans.com/posts/travel/2023-amsterdam-retreat/denver-to-amsterdam/</link><pubDate>Fri, 24 Mar 2023 09:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2023-amsterdam-retreat/denver-to-amsterdam/</guid><description>&lt;p&gt;Today I once again am venturing across the pond for a work retreat. This time,&#10;in Amsterdam, Netherlands. I&amp;rsquo;ll get there mid-day Saturday and I&amp;rsquo;ll spend the&#10;afternoon and all of Sunday sightseeing before meeting up with coworkers on&#10;Monday for a week of in-person work!&lt;/p&gt;&#10;&lt;p&gt;My dad kindly took me to the airport this morning. Security was pretty crowded,&#10;but I have TSA precheck which makes it so I don&amp;rsquo;t have to take everything out of&#10;my bag and take off my shoes. I got to the airport in plenty of time, and I had&#10;brunch at Panda Express before heading over to my gate.&lt;/p&gt;</description></item><item><title>FOSDEM 2023</title><link>https://sumnerevans.com/posts/travel/2023-fosdem/fosdem/</link><pubDate>Sun, 05 Feb 2023 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2023-fosdem/fosdem/</guid><description>&lt;p&gt;For the first time since 2020, FOSDEM was held in-person in Brussels. FOSDEM is&#10;one of the largest gatherings of open source enthusiasts in the world every&#10;year. My employer, &lt;a&#10; href="https://beeper.com"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Beeper&lt;/a&gt;, funded my flight, and I decided&#10;to attend. It was a great experience! I learned a lot and have a long to-do list&#10;of projects to try out. I also really enjoyed interacting with the Matrix&#10;community and reconnect with many of the people who I&amp;rsquo;d met at the&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2022-berlin-matrix-summit/summit/"&gt;Matrix Community Summit in Berlin last year&lt;/a&gt;&#10;and meet a bunch new people as well.&lt;/p&gt;</description></item><item><title>Brussels Sightseeing</title><link>https://sumnerevans.com/posts/travel/2023-fosdem/brussels/</link><pubDate>Fri, 03 Feb 2023 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2023-fosdem/brussels/</guid><description>&lt;p&gt;During my time in Brussels for &lt;a&#10; href="https://sumnerevans.com/posts/travel/2023-fosdem/fosdem/"&gt;FOSDEM&lt;/a&gt;, I took&#10;the chance to do a bit of sightseeing. Here are some pictures of what I saw.&lt;/p&gt;</description></item><item><title>See you at FOSDEM!</title><link>https://sumnerevans.com/posts/travel/2023-fosdem/going-to-fosdem/</link><pubDate>Fri, 06 Jan 2023 06:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2023-fosdem/going-to-fosdem/</guid><description>&lt;p&gt;I&amp;rsquo;m excited to announce that I&amp;rsquo;ll be travelling to Brussels at the end of the&#10;month to attend &lt;a&#10; href="https://fosdem.org/2023/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;FOSDEM&lt;/a&gt;, one of the largest open&#10;source conferences in the world!&lt;/p&gt;&#10;&lt;p&gt;I arrive on 1 February, and I fly back on the 6th. My flight is being funded by&#10;Beeper, and I&amp;rsquo;ll be attending the&#10;&lt;a&#10; href="https://hsbxl.be/events/byteweek/2023/matrix-community-meetup/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Matrix Community Meetup at HSBXL&lt;/a&gt;&#10;and then the conference itself.&lt;/p&gt;</description></item><item><title>2022 In Review</title><link>https://sumnerevans.com/posts/life-updates/2022-review/</link><pubDate>Sat, 31 Dec 2022 00:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/life-updates/2022-review/</guid><description>&lt;p&gt;This year was a good year. I&amp;rsquo;m going to list a few things that I&amp;rsquo;m thankful for,&#10;in no particular order.&lt;/p&gt;&#10;&lt;p&gt;I&amp;rsquo;m thankful for&amp;hellip;&lt;/p&gt;</description></item><item><title>Advent of Code 2022</title><link>https://sumnerevans.com/posts/programming/2022-advent-of-code/</link><pubDate>Thu, 01 Dec 2022 09:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/programming/2022-advent-of-code/</guid><description>&lt;p&gt;Every year since 2015, &lt;a&#10; href="https://twitter.com/ericwastl"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Eric Wastl&lt;/a&gt; creates a two-part programming problem&#10;for each of the 25 days of Advent. He publishes a new problem every day at&#10;&lt;a&#10; href="https://adventofcode.com"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;adventofcode.com&lt;/a&gt; at exactly midnight EST which is&#10;22:00 the day before for me in MST. The last two years, I decided to do the&#10;problems as soon as they came out and streamed my problem solving sessions on my&#10;&lt;a&#10; href="https://twitch.tv/sumnerevans"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Twitch channel&lt;/a&gt; and uploaded them to &lt;a&#10; href="https://www.youtube.com/@sumnerevans"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;my Youtube channel&lt;/a&gt;. Last year, I&#10;also updated a&#10;&lt;a&#10; href="https://sumnerevans.com/posts/programming/2021-advent-of-code/"&gt;blog post after each day&lt;/a&gt;&#10;which I intend to do again this year.&lt;/p&gt;</description></item><item><title>Starbase, Texas</title><link>https://sumnerevans.com/posts/travel/2022-starbase-texas/</link><pubDate>Mon, 24 Oct 2022 09:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2022-starbase-texas/</guid><description>&lt;p&gt;On my way back from my&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2022-mexico-city-retreat/"&gt;work retreat in Mexico City&lt;/a&gt;,&#10;I took the weekend to visit my friend, Nic, who lives near SpaceX&amp;rsquo;s Starbase&#10;facility in southern Texas. Nic is a photojournalist for&#10;&lt;a&#10; href="https://nasaspaceflight.com"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;nasaspaceflight.com&lt;/a&gt; and reports on the&#10;developments at Starbase.&lt;/p&gt;&#10;&lt;p&gt;My flight on Saturday was to Harlingen through Houston. The flight path from&#10;Mexico City to Houston took me basically right over my final destination, but I&#10;wouldn&amp;rsquo;t arrive for some number of hours because of my connection. The United&#10;flight I was on from Houston to Harlingen was on an Embraer 50-seater plane. The&#10;flight itself was only 45 minutes, but we taxied for what felt like half an&#10;hour. At that rate it felt like we could have almost driven the plane to&#10;Harlingen!&lt;/p&gt;</description></item><item><title>Mexico City, Mexico - Work Retreat</title><link>https://sumnerevans.com/posts/travel/2022-mexico-city-retreat/</link><pubDate>Sat, 22 Oct 2022 09:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2022-mexico-city-retreat/</guid><description>&lt;p&gt;This week, my company (Beeper) had our Fall retreat in in Mexico City, Mexico.&#10;We have company retreats about once every four months and this was our fourth.&#10;Similar to all &lt;a&#10; href="../2021-dc-montreal/2021-09-13-17-montreal"&gt;the&lt;/a&gt;&#10;&lt;a&#10; href="../2022-playa-del-carmen-mexico"&gt;previous&lt;/a&gt;&#10;&lt;a&#10; href="../2022-lisbon-and-paris/ericeira-portugal"&gt;retreats&lt;/a&gt;, the goal was to provide&#10;valuable in-person time to collaborate and connect as a team on a personal&#10;level. I was able to meet a couple people who had joined the company since the&#10;last retreat and reconnect with many coworkers that I&amp;rsquo;d met during previous&#10;retreats.&lt;/p&gt;</description></item><item><title>Berlin to Denver</title><link>https://sumnerevans.com/posts/travel/2022-berlin-matrix-summit/berlin-to-denver/</link><pubDate>Mon, 29 Aug 2022 12:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2022-berlin-matrix-summit/berlin-to-denver/</guid><description>&lt;p&gt;Today I had to leave the beautiful city of Berlin to head back home from the&#10;Matrix Community Summit. I thoroughly enjoyed my time in the city and at the&#10;summit.&lt;/p&gt;&#10;&lt;p&gt;Getting to the airport via the train was uneventful and my quick flight to&#10;Munich was fine as well. On the flight from Munich to Denver, the seat&#10;configuration was a 3-3-3 in economy, and I was in D (outside of the middle&#10;row). In a stroke of luck, the middle seat in the row was unoccupied, so I was&#10;able to put my backpack under the middle seat and have more legroom.&lt;/p&gt;</description></item><item><title>Berlin Matrix Community Summit</title><link>https://sumnerevans.com/posts/travel/2022-berlin-matrix-summit/summit/</link><pubDate>Sun, 28 Aug 2022 12:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2022-berlin-matrix-summit/summit/</guid><description>&lt;p&gt;The main purpose of my trip this week was for the Berlin Matrix Community&#10;Summit, an event organized by members of the Matrix community in Berlin. Matrix&#10;is the chat protocol that Beeper (the company I work for) is building our chat&#10;app on top of. The protocol is developed openly, and has a large community of&#10;open source developers, projects, and businesses all building on top of Matrix.&#10;This summit was the first Matrix-only event. There have been other events at&#10;which Matrix had a large presence such as FOSDEM, but this was the first ever&#10;Matrix-only event.&lt;/p&gt;</description></item><item><title>Berlin, Germany</title><link>https://sumnerevans.com/posts/travel/2022-berlin-matrix-summit/berlin/</link><pubDate>Wed, 24 Aug 2022 12:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2022-berlin-matrix-summit/berlin/</guid><description>&lt;p&gt;I&amp;rsquo;m in Berlin for the Matrix Community Summit 2022, but I arrived a few days&#10;early so that I could spend some time sightseeing. I am still trying to put in&#10;mostly full days at work while I&amp;rsquo;m here in until the Summit starts by working&#10;afternoons and evenings.&lt;/p&gt;&#10;&lt;p&gt;On Monday, I went to the TV Tower, the tallest building in Germany. I took the&#10;S-Bahn from my hotel which is just a couple stops away from the TV Tower. The&#10;Tower was built by the Soviets while Berlin was divided between East and West. I&#10;got a ticket up to the observation deck, and the views were great!&lt;/p&gt;</description></item><item><title>Denver to Berlin</title><link>https://sumnerevans.com/posts/travel/2022-berlin-matrix-summit/denver-to-berlin/</link><pubDate>Sun, 21 Aug 2022 12:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2022-berlin-matrix-summit/denver-to-berlin/</guid><description>&lt;p&gt;This week, I am heading to Berlin for the week for the Berlin Matrix Community&#10;Summit! The event will happen on Thursday through Saturday, but I am heading&#10;there early so that I can work and have a bit of vacation before the summit.&lt;/p&gt;&#10;&lt;p&gt;I flew out on Saturday late afternoon on Lufthansa. There seem to be no direct&#10;flights to Berlin, so I flew through Frankfurt on the way out (and will fly via&#10;Munich on the way back).&lt;/p&gt;</description></item><item><title>Oakland, California</title><link>https://sumnerevans.com/posts/travel/2022-oakland-california/</link><pubDate>Mon, 01 Aug 2022 12:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2022-oakland-california/</guid><description>&lt;p&gt;This week, I went to Oakland to visit a friend Jack Garner, a friend from school&#10;who works at Salesforce out in San Francisco. I flew in in the evening on&#10;Tuesday to minimize the time I had to take off of work. I worked for the first&#10;two days and then we both took Friday and Monday off for a long weekend.&lt;/p&gt;</description></item><item><title>London, England and Back Home</title><link>https://sumnerevans.com/posts/travel/2022-lisbon-and-paris/london-back-home/</link><pubDate>Sun, 19 Jun 2022 12:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2022-lisbon-and-paris/london-back-home/</guid><description>&lt;p&gt;Today, I was in a total of five countries. Why? Well, one of the things on my&#10;bucket list was to go on the Eurostar from Paris to London under the Channel&#10;tunnel. I don&amp;rsquo;t know why it was on my bucket list; I think it was because I have&#10;always liked trains.&lt;/p&gt;&#10;&lt;p&gt;Anyway, I woke up early and navigated my way to Gare du Nord for my 09:00 train&#10;to London.&lt;/p&gt;</description></item><item><title>Normandy D-Day Beaches</title><link>https://sumnerevans.com/posts/travel/2022-lisbon-and-paris/paris-day2/</link><pubDate>Thu, 16 Jun 2022 12:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2022-lisbon-and-paris/paris-day2/</guid><description>&lt;p&gt;Today, I took a day trip to the Normandy beaches. The tour visited Omaha Beach,&#10;the American Cemetery at Omaha Beach, the D-Day museum at Arromanches (Gold&#10;Beach), and Juneau Beach.&lt;/p&gt;&#10;&lt;p&gt;This post has taken me a long time to write because I wanted to do justice to&#10;the topic, and capture some of my thoughts and emotions from the day.&lt;/p&gt;</description></item><item><title>Paris, France - Day 1</title><link>https://sumnerevans.com/posts/travel/2022-lisbon-and-paris/paris-day1/</link><pubDate>Wed, 15 Jun 2022 12:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2022-lisbon-and-paris/paris-day1/</guid><description>&lt;p&gt;Today was my first day in Paris! I decided to move to a hotel because I didn&amp;rsquo;t&#10;feel totally safe at the hostel I was staying at. I normally don&amp;rsquo;t care too much&#10;about my sleeping accommodations and can sleep anywhere, but just something&#10;about the vibe didn&amp;rsquo;t sit right with me. I was a bit concerned about leaving my&#10;things at the hostel, even locked up. Maybe it was just that my expectations&#10;were skewed by the great hostel in Lisbon&amp;hellip; Regardless, I&amp;rsquo;m not on &lt;em&gt;that&lt;/em&gt; tight&#10;of a travel budget, so I spent the first part of the morning moving to the new&#10;hotel (the citizenM).&lt;/p&gt;</description></item><item><title>Lisbon, Portugal - Day 4</title><link>https://sumnerevans.com/posts/travel/2022-lisbon-and-paris/lisbon-day4-and-paris/</link><pubDate>Tue, 14 Jun 2022 12:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2022-lisbon-and-paris/lisbon-day4-and-paris/</guid><description>&lt;p&gt;Today was my last day in Lisbon. I spent the morning on a walking tour of the&#10;city and then flew to Paris.&lt;/p&gt;&#10;&lt;h1 id="touring-lisbon"&gt;&#10; Touring Lisbon&#10; &lt;a&#10; class="permalink"&#10; href="#touring-lisbon"&#10; aria-label="Permalink to Touring Lisbon"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h1&gt;&#10;&lt;p&gt;The tour was gratuity based, and it was really good. The guide&amp;rsquo;s name was Hugo&#10;and he was very engaging and informative. He took us around a bunch of places in&#10;Alfama, and he pointed out interesting things that I wouldn&amp;rsquo;t have noticed on my&#10;own.&lt;/p&gt;</description></item><item><title>Lisbon, Portugal - Day 3</title><link>https://sumnerevans.com/posts/travel/2022-lisbon-and-paris/lisbon-day3/</link><pubDate>Mon, 13 Jun 2022 12:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2022-lisbon-and-paris/lisbon-day3/</guid><description>&lt;p&gt;Due to staying up way too late last night in Alfama, today was a day for&#10;relaxing. I woke up just before noon, and a few people that I&amp;rsquo;d hung out with at&#10;various points over the past few days (and who had also been out late last night&#10;partying) were planning to go to a beach in Cascais, a town a bit west of&#10;Lisbon.&lt;/p&gt;</description></item><item><title>Lisbon, Portugal - Day 2</title><link>https://sumnerevans.com/posts/travel/2022-lisbon-and-paris/lisbon-day2/</link><pubDate>Sun, 12 Jun 2022 12:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2022-lisbon-and-paris/lisbon-day2/</guid><description>&lt;p&gt;Today, I went to the Alfama district and toured the Castelo de São Jorge. Then,&#10;in the evening, I went out with some people from the hostel to the streets where&#10;there were celebrations for the &lt;em&gt;Feast of Saint Anthony&lt;/em&gt; which is the largest&#10;festival in Lisbon.&lt;/p&gt;&#10;&lt;p&gt;After a small breakfast at the hostel, I started walking over towards the&#10;Castelo de São Jorge in the Alfama district which is the old quarter of Lisbon.&#10;My goal was to eventually get to the castle, but I wanted to enjoy walking&#10;through the old quarter on my way, so I went at a very leisurely pace. The&#10;streets were beautiful, and in some areas, people were already setting up&#10;decorations for the celebration that night.&lt;/p&gt;</description></item><item><title>Lisbon, Portugal - Day 1</title><link>https://sumnerevans.com/posts/travel/2022-lisbon-and-paris/lisbon-day1/</link><pubDate>Sat, 11 Jun 2022 12:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2022-lisbon-and-paris/lisbon-day1/</guid><description>&lt;p&gt;After the week of the work retreat, I am staying in Europe for another week&#10;(until next Sunday). The first four days are going to be in Lisbon, and then I&amp;rsquo;m&#10;heading to Paris for a few days before flying home.&lt;/p&gt;&#10;&lt;p&gt;I caught a ride from the retreat venue to the Lisbon in one of the taxis so that&#10;I wouldn&amp;rsquo;t have to pay as much for a taxi to the hostel that I was staying at.&lt;/p&gt;</description></item><item><title>Ericeira, Portugal - Work Retreat</title><link>https://sumnerevans.com/posts/travel/2022-lisbon-and-paris/ericeira-portugal/</link><pubDate>Fri, 10 Jun 2022 12:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2022-lisbon-and-paris/ericeira-portugal/</guid><description>&lt;p&gt;I spent the first week of my trip at a Beeper company retreat in Ericeira,&#10;Portugal: a town about an hour northwest of Lisbon. We were staying at an event&#10;venue called Alma do Paço. The goal of all of the work retreats is to allow the&#10;team to have a week of focused collaboration. We tried to take advantage of&#10;having all of the teams together by working on some cross-team projects. We also&#10;try to have whole-team meetings such as retrospectives, planning and&#10;brainstorming discussions, and other meetings. The retreats are also our main&#10;opportunity to meet coworkers in-person and are great times to build&#10;relationships. I find that meeting people in person is extremely helpful for&#10;making the online interactions feel personal.&lt;/p&gt;</description></item><item><title>Denver to Lisbon, Portugal</title><link>https://sumnerevans.com/posts/travel/2022-lisbon-and-paris/denver-to-lisbon/</link><pubDate>Sun, 05 Jun 2022 12:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2022-lisbon-and-paris/denver-to-lisbon/</guid><description>&lt;p&gt;Today I ventured across the Atlantic for the first time since 2019. The reason:&#10;a work retreat in Ericeira, Portugal, a small town about 40 minutes from Lisbon.&#10;My flight path was from DEN -&amp;gt; IAD (Washington Dulles) -&amp;gt; LIS.&lt;/p&gt;&#10;&lt;p&gt;Both flights were uneventful, though slightly turbulent at times. The service&#10;from Denver to Dulles left at 15:30, and I had a red-eye flight leaving around&#10;22:20 out of Dulles. The gate process at Dulles was highly inefficient, and it&#10;took way too long to board and get everyone&amp;rsquo;s carry-on bags onboard. They had&#10;this facial recognition system that had about a 50% success rate, and the gate&#10;agents still took and verified everyone&amp;rsquo;s passport and boarding pass, so I don&amp;rsquo;t&#10;really get why they had it. The only nice thing about the process was that it&#10;was so slow at the gate that it made the trickle of people on the jet-bridge and&#10;getting onto the plane so low that it was chill getting on the plane. We ended&#10;up leaving about 20 minutes late, but luckily the jet stream helped us out and&#10;we arrived in Lisbon about 20 minutes earlier than expected.&lt;/p&gt;</description></item><item><title>Mines High School Programming Competition 2022</title><link>https://sumnerevans.com/posts/school/2022-hspc/</link><pubDate>Sat, 09 Apr 2022 17:48:00 -0600</pubDate><guid>https://sumnerevans.com/posts/school/2022-hspc/</guid><description>&lt;p&gt;For the last five years, the Mines Computer Science Department has hosted a High&#10;School Programming Competition (HSPC) modelled after the&#10;&lt;a&#10; href="https://icpc.global/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;International Collegiate Programming Contest (ICPC)&lt;/a&gt;. I&#10;wrote about the &lt;a&#10; href="https://sumnerevans.com/posts/school/2019-hspc/"&gt;2019&lt;/a&gt;, &lt;a&#10; href="https://sumnerevans.com/posts/school/2020-hspc/"&gt;2020&lt;/a&gt;,&#10;and &lt;a&#10; href="https://sumnerevans.com/posts/school/2021-hspc/"&gt;2021&lt;/a&gt; competitions on this blog. This year, I wrote&#10;three of the problems and helped &lt;a&#10; href="https://colinsiles.dev"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Colin Siles&lt;/a&gt; with&#10;organizing the competition.&lt;/p&gt;&#10;&lt;p&gt;For the first time since the 2019 competition, this year&amp;rsquo;s HSPC featured&#10;in-person teams. There was also a remote option to increase the reach of the&#10;competition. Like the past two competitions, we allowed contestants to access&#10;the internet. The problems from every year are new and written by Mines students&#10;and some Mines alum specifically for the competition.&lt;/p&gt;</description></item><item><title>Playa del Carmen, Mexico - Work Retreat</title><link>https://sumnerevans.com/posts/travel/2022-playa-del-carmen-mexico/</link><pubDate>Sun, 06 Mar 2022 09:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2022-playa-del-carmen-mexico/</guid><description>&lt;p&gt;A couple weeks ago, my company had our week-long 2022 Q1 work retreat in Playa&#10;del Carmen, Mexico (about an hour south of Cancun). As with the&#10;&lt;a&#10; href="../2021-dc-montreal/2021-09-13-17-montreal"&gt;previous work trip&lt;/a&gt;, the purpose of&#10;the retreat was for us to get to work together in person and to bond as a team.&#10;I got to see many of the people who were in Montreal again, and got to meet some&#10;of the new team members who have joined the company since September.&lt;/p&gt;</description></item><item><title>Advent of Code 2021</title><link>https://sumnerevans.com/posts/programming/2021-advent-of-code/</link><pubDate>Wed, 01 Dec 2021 09:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/programming/2021-advent-of-code/</guid><description>&lt;p&gt;Every year since 2015, &lt;a&#10; href="https://twitter.com/ericwastl"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Eric Wastl&lt;/a&gt; creates a two-part programming problem&#10;for each of the 25 days of Advent. He publishes a new problem every day at&#10;&lt;a&#10; href="https://adventofcode.com"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;adventofcode.com&lt;/a&gt; at exactly midnight EST which is&#10;22:00 the day before for me in MST. Last year, I decided to do the problems as&#10;soon as they came out and streamed my problem solving sessions on my &lt;a&#10; href="https://twitch.tv/sumnerevans"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Twitch&#10;channel&lt;/a&gt; and uploaded them to &lt;a&#10; href="https://www.youtube.com/channel/UCyrdRO4oJRpszr0ovN1FwBA"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;my Youtube channel&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Montreal to Denver</title><link>https://sumnerevans.com/posts/travel/2021-dc-montreal/2021-09-18-montreal-to-denver/</link><pubDate>Sat, 18 Sep 2021 09:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2021-dc-montreal/2021-09-18-montreal-to-denver/</guid><description>&lt;p&gt;This morning, I woke up at around 04:30 in order to head to the airport. Ian is&#10;on the same flight to Denver as I am (he then continues on to Salt Lake City),&#10;and Caroline&amp;rsquo;s flight leaves at about the same time as our flight, so we all got&#10;an Uber together.&lt;/p&gt;&#10;&lt;p&gt;We got to the airport around 5:30, and going through security was really quick.&#10;In many places (including Montreal) you go through US Customs before departing.&#10;It&amp;rsquo;s kinda a strange system, but it&amp;rsquo;s nice because you can walk out of the plane&#10;at your destination in the states and don&amp;rsquo;t have to worry about customs. When we&#10;got to customs, it wasn&amp;rsquo;t even opened yet. I guess we could have had another few&#10;minutes of sleep!&lt;/p&gt;</description></item><item><title>Montreal - Work Trip!</title><link>https://sumnerevans.com/posts/travel/2021-dc-montreal/2021-09-13-17-montreal/</link><pubDate>Fri, 17 Sep 2021 09:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2021-dc-montreal/2021-09-13-17-montreal/</guid><description>&lt;p&gt;As I mentioned in my&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2021-dc-montreal/2021-09-10-denver-to-dc/"&gt;previous post&lt;/a&gt;, the main reason&#10;for my travel was a work retreat with Beeper in Montreal. The purpose of the&#10;retreat was for all of us to get to work together in person. For most of us&#10;(myself included), it was the first time meeting anyone else on the team in&#10;person. In fact, the closest person to me in the company lives in Provo, Utah.&lt;/p&gt;</description></item><item><title>Washington D.C. to Montreal</title><link>https://sumnerevans.com/posts/travel/2021-dc-montreal/2021-09-12-dc-to-montreal/</link><pubDate>Sun, 12 Sep 2021 09:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2021-dc-montreal/2021-09-12-dc-to-montreal/</guid><description>&lt;p&gt;This morning, I met up with Sam, Jo, and Robby and we went to breakfast together&#10;at a café. Then, we headed over to the building museum which opened at 11:00.&#10;The museum is not part of the Smithsonian, but it was very well done. It is&#10;located in a vast building that used to be an administrative office for the&#10;Pension Bureau.&lt;/p&gt;</description></item><item><title>Washington D.C. -- The Air and Space Museum and the Postal Museum</title><link>https://sumnerevans.com/posts/travel/2021-dc-montreal/2021-09-11-dc-air-and-space-postal-service/</link><pubDate>Sat, 11 Sep 2021 09:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2021-dc-montreal/2021-09-11-dc-air-and-space-postal-service/</guid><description>&lt;p&gt;I woke up this morning around 08:30 with the plan to meet up with Sam, Jo, and&#10;Robby at the Air and Space Museum when it opened at 10:00. However, since Robby&#10;had gotten in so late, and had flown into Dulles (which is a long way away from&#10;DC), they were pretty slow getting up this morning.&lt;/p&gt;&#10;&lt;p&gt;I decided to go over alone and start looking at the exhibits. On my way, I came&#10;across a 9/11 display on the mall. There were flags representing all the people&#10;who lost their lives on that terrible day.&lt;/p&gt;</description></item><item><title>Denver to Washington D.C.</title><link>https://sumnerevans.com/posts/travel/2021-dc-montreal/2021-09-10-denver-to-dc/</link><pubDate>Fri, 10 Sep 2021 09:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2021-dc-montreal/2021-09-10-denver-to-dc/</guid><description>&lt;p&gt;Next week, Beeper is having a company retreat in Montreal, Canada. Since I&#10;haven&amp;rsquo;t really done any sort of leisure travel that requires air travel since&#10;the pandemic began, I decided to tack on a weekend getaway to the east coast. I&#10;decided to meet up with a few fellow Mines graduates to hang out in DC for the&#10;weekend.&lt;/p&gt;</description></item><item><title>About</title><link>https://sumnerevans.com/about/</link><pubDate>Sun, 01 Aug 2021 09:04:00 +0000</pubDate><guid>https://sumnerevans.com/about/</guid><description>&lt;p&gt;My name is Sumner, and I live in Denver, Colorado. I am a&#10;&lt;a&#10; href="https://sumnerevans.com/portfolio/#experience-canam-tech-lead"&gt;tech lead&lt;/a&gt; at&#10;&lt;a&#10; href="https://canamtechnologies.com/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Can/Am Technologies&lt;/a&gt;, a 5th Degree Black Belt&#10;and certified instructor in ATA Taekwondo under Chief Master Corina Black, and&#10;a Colorado School of Mines alum.&lt;/p&gt;&#10;&lt;p&gt;I like building software which solves difficult and real problems, and I enjoy&#10;helping others develop their careers in software. You can find my professional&#10;achievements on my &lt;a&#10; href="https://sumnerevans.com/portfolio/"&gt;portfolio&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Portfolio</title><link>https://sumnerevans.com/portfolio/</link><pubDate>Sun, 01 Aug 2021 09:04:00 +0000</pubDate><guid>https://sumnerevans.com/portfolio/</guid><description>&lt;link rel="stylesheet" href="https://sumnerevans.com/css/vendors/admonitions.53cd9f8afa9d9a8ac09093f668df057bc6d0f4bbd0886f39991a7b99934a7432.css" integrity="sha256-U82fivqdmorAkJP2aN8Fe8bQ9LvQiG85mRp7mZNKdDI=" crossorigin="anonymous"&gt;&#10; &lt;div class="admonition note"&gt;&#10; &lt;div class="admonition-header"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"&gt;&lt;path d="M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 125.7-86.8 86.8c-10.3 10.3-17.5 23.1-21 37.2l-18.7 74.9c-2.3 9.2-1.8 18.8 1.3 27.5L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM549.8 235.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-29.4 29.4-71-71 29.4-29.4c15.6-15.6 40.9-15.6 56.6 0zM311.9 417L441.1 287.8l71 71L382.9 487.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z"/&gt;&lt;/svg&gt;&#10; &lt;span&gt;Note&lt;/span&gt;&#10; &lt;/div&gt;&#10; &lt;div class="admonition-content"&gt;&#10; &lt;p&gt;This is my CV. You may want to view my &lt;a&#10; href="./resume.pdf"&gt;resume&lt;/a&gt; instead.&lt;/p&gt;</description></item><item><title>Teaching</title><link>https://sumnerevans.com/teaching/</link><pubDate>Sun, 01 Aug 2021 09:04:00 +0000</pubDate><guid>https://sumnerevans.com/teaching/</guid><description>&lt;h2 id="tutoring-and-mentoring-services"&gt;&#10; Tutoring and Mentoring Services&#10; &lt;a&#10; class="permalink"&#10; href="#tutoring-and-mentoring-services"&#10; aria-label="Permalink to Tutoring and Mentoring Services"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;If you are interested in 1-on-1 tutoring in the Golden/Lakewood/Littleton area,&#10;please contact me at tutoring [at] nevarro [dot] space. I can tutor middle&#10;school, high school, and college students in all computer science topics as well&#10;as some mathematics topics.&lt;/p&gt;</description></item><item><title>I Joined Beeper to Help Build the Future of Chat</title><link>https://sumnerevans.com/posts/life-updates/joining-beeper/</link><pubDate>Mon, 12 Jul 2021 08:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/life-updates/joining-beeper/</guid><description>&lt;center&gt;&#10;&lt;a href="https://beeper.com" target="_blank"&gt;&lt;picture style="max-width:50%" class="no-zoom no-dim"&gt;&#10; &#10; &lt;img src="https://sumnerevans.com/posts/life-updates/joining-beeper/images/beeper.png"loading="lazy"&#10; &gt;&#10; &#10; &lt;/picture&gt;&#10; &lt;/a&gt;&#10;&lt;/center&gt;&#10;&lt;p&gt;Today I am happy to announce that I have joined &lt;a&#10; href="https://beeper.com"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Beeper&lt;/a&gt;, a&#10;startup that is building the future of chat by connecting all of your chat&#10;networks together in a single application. I will be primarily working on&#10;building bridges to other chat networks to bring more people into the Beeper&#10;ecosystem.&lt;/p&gt;&#10;&lt;p&gt;Beeper is built on top of the &lt;a&#10; href="https://matrix.org"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Matrix protocol&lt;/a&gt; which is an&#10;open, decentralized communication protocol. I have been interested in Matrix&#10;since college (we used it for computer science club communications), and have&#10;been following its development closely for a few years. One of the biggest&#10;factors that has caused me to be interested in the protocol is that it is&#10;decentralized by design via federation. That means that anyone can run a Matrix&#10;homeserver and &lt;em&gt;federate&lt;/em&gt; (communicate) with all of the other Matrix homeservers&#10;in the federation. This is very similar to how email servers can communicate&#10;with one another (you can email people on Gmail from an Outlook.com email, for&#10;example), and you can even run your own email server!&lt;/p&gt;</description></item><item><title>Gear</title><link>https://sumnerevans.com/gear/</link><pubDate>Sun, 18 Apr 2021 09:04:00 +0000</pubDate><guid>https://sumnerevans.com/gear/</guid><description>&lt;h2 id="laptop"&gt;&#10; Laptop&#10; &lt;a&#10; class="permalink"&#10; href="#laptop"&#10; aria-label="Permalink to Laptop"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;I use a&#10;&lt;a&#10; href="https://www.lenovo.com/us/en/p/laptops/thinkpad/thinkpadt/thinkpad-t14s-gen-3-%2814-inch-amd%29/21cq000gus"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;ThinkPad T14s Gen 3 - AMD&lt;/a&gt;&#10;(hostname: &lt;code&gt;scarif&lt;/code&gt;) as my personal daily driver.&lt;/p&gt;</description></item><item><title>Mines High School Programming Competition 2021</title><link>https://sumnerevans.com/posts/school/2021-hspc/</link><pubDate>Wed, 13 Jan 2021 17:48:00 -0600</pubDate><guid>https://sumnerevans.com/posts/school/2021-hspc/</guid><description>&lt;p&gt;For the last four years, the Mines Computer Science Department has hosted a High&#10;School Programming Competition (HSPC) modelled after the&#10;&lt;a&#10; href="https://icpc.global/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;International Collegiate Programming Contest (ICPC)&lt;/a&gt;. I&#10;wrote about the &lt;a&#10; href="https://sumnerevans.com/posts/school/2019-hspc/"&gt;2019&lt;/a&gt; and&#10;&lt;a&#10; href="https://sumnerevans.com/posts/school/2020-hspc/"&gt;2020&lt;/a&gt; competitions on this blog. This year, I wrote one&#10;of the problems and helped with some of the administrative backend. I also&#10;hosted a live broadcast during the competition with another CS@Mines alum,&#10;&lt;a&#10; href="https://samsartor.com"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Sam Sartor&lt;/a&gt; which you can view on YouTube. In the&#10;broadcast, we provided commentary on the competition, hosted interviews with&#10;problem authors, and talked to former HSPC and ICPC contestants.&lt;/p&gt;</description></item><item><title>Sublime Music, a Linux Subsonic Client, Beta Released</title><link>https://sumnerevans.com/posts/projects/sublime-music-beta-available/</link><pubDate>Sat, 11 Jul 2020 13:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/projects/sublime-music-beta-available/</guid><description>Today I&amp;rsquo;m happy to announce Sublime Music to the world! Sublime Music is a&#10;feature-packed native GTK client for Subsonic-compatible servers such as&#10;&lt;a&#10; href="https://airsonic.github.io/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Airsonic&lt;/a&gt;,&#10;&lt;a&#10; href="https://github.com/sentriz/gonic"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Gonic&lt;/a&gt;, and&#10;&lt;a&#10; href="https://www.navidrome.org/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Navidrome&lt;/a&gt;. Sublime Music is in beta and version&#10;0.11.0 is available on the&#10;&lt;a&#10; href="https://aur.archlinux.org/packages/sublime-music/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;AUR&lt;/a&gt; and&#10;&lt;a&#10; href="https://pypi.org/project/sublime-music/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;PyPi&lt;/a&gt;.</description></item><item><title>Mines High School Programming Competition 2020</title><link>https://sumnerevans.com/posts/school/2020-hspc/</link><pubDate>Sat, 25 Apr 2020 23:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/school/2020-hspc/</guid><description>&lt;p&gt;For the last three years, the Mines Computer Science Department has hosted a&#10;High School Programming Competition modelled after the&#10;&lt;a&#10; href="https://icpc.global/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;International Collegiate Programming Contest (ICPC)&lt;/a&gt;. I&#10;wrote about last year&amp;rsquo;s competition in&#10;&lt;a&#10; href="https://sumnerevans.com/posts/school/2019-hspc/"&gt;this post&lt;/a&gt;. This year, although I am no&#10;longer a student at Mines, I wrote two of the problems, and I volunteered during&#10;the competition.&lt;/p&gt;&#10;&lt;p&gt;Due to the current COVID-19 lockdown, the competition was held remotely, which&#10;meant that we were unable to enforce a no-internet rule as we are able to during&#10;on-site competitions. Luckily, the problems are all unique, and written by Mines&#10;students and Mines alum specifically for the competition which makes it very&#10;difficult to search the internet for answers.&lt;/p&gt;</description></item><item><title>Respecting Theme Preferences on Your Website</title><link>https://sumnerevans.com/posts/technology/respecting-theme-preferences/</link><pubDate>Tue, 07 Apr 2020 15:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/technology/respecting-theme-preferences/</guid><description>&lt;p&gt;You may have noticed that dark themes are becoming more and more common across&#10;the computing landscape. Everything from&#10;&lt;a&#10; href="https://www.cnet.com/how-to/windows-10-dark-mode-is-here-turn-it-on-now/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Windows 10&lt;/a&gt;,&#10;&lt;a&#10; href="https://support.apple.com/en-us/HT208976"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;macOS Mojave and later&lt;/a&gt;,&#10;&lt;a&#10; href="https://support.apple.com/en-us/HT210332"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;iOS 13+&lt;/a&gt;,&#10;and &lt;a&#10; href="https://www.digitaltrends.com/mobile/how-to-use-dark-mode-in-android/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Android 10+&lt;/a&gt;&#10;to&#10;&lt;a&#10; href="https://github.com/elementary-tweaks/elementary-tweaks"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;many&lt;/a&gt;&#10;&lt;a&#10; href="https://wiki.gnome.org/Apps/Tweaks"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Linux&lt;/a&gt;&#10;&lt;a&#10; href="https://www.tecrobust.com/how-to-enable-dark-theme-dark-mode-in-manjaro-linux-kde/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;desktop&lt;/a&gt;&#10;&lt;a&#10; href="https://itsfoss.com/dark-mode-ubuntu/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;environments&lt;/a&gt;&#10;and many&#10;&lt;a&#10; href="https://www.addictivetips.com/web/enable-the-dark-mode-on-chrome/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;individual&lt;/a&gt;&#10;&lt;a&#10; href="https://www.howtogeek.com/359033/how-to-enable-dark-mode-in-firefox/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;browsers&lt;/a&gt;&#10;are including dark/light theme toggle settings.&lt;/p&gt;</description></item><item><title>Introducing offlinemsmtp</title><link>https://sumnerevans.com/posts/projects/introducing-offlinemsmtp/</link><pubDate>Sat, 07 Dec 2019 13:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/projects/introducing-offlinemsmtp/</guid><description>&lt;center&gt;&#10;&lt;a href="https://github.com/sumnerevans/offlinemsmtp" target="_blank"&gt;&lt;picture style="max-width:50%" class="no-zoom no-dim"&gt;&#10; &#10; &lt;img src="https://sumnerevans.com/posts/projects/introducing-offlinemsmtp/images/offlinemsmtp-no-pad.png"loading="lazy"&#10; &gt;&#10; &#10; &lt;/picture&gt;&#10; &lt;/a&gt;&#10;&lt;/center&gt;&#10;&lt;p&gt;I use a program called &lt;a&#10; href="http://www.mutt.org/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;&lt;code&gt;mutt&lt;/code&gt;&lt;/a&gt; for managing my email. A&#10;lot of the time, I want to download all of my messages and use &lt;code&gt;mutt&lt;/code&gt; offline&#10;(for example, when I&amp;rsquo;m on the train commuting to work). In these cases, I also&#10;want to be able to queue email messages to send once I get back online. Even&#10;when I am online, sometimes the process of sending the message can take a while&#10;(with a large attachment, for example), and I don&amp;rsquo;t want &lt;code&gt;mutt&lt;/code&gt; to freeze while&#10;the email is being sent.&lt;/p&gt;</description></item><item><title>Setting up Pelican to Automatically Deploy to GitLab Pages</title><link>https://sumnerevans.com/posts/technology/pelican-on-gitlab-pages/</link><pubDate>Tue, 27 Aug 2019 23:58:00 -0600</pubDate><guid>https://sumnerevans.com/posts/technology/pelican-on-gitlab-pages/</guid><description>&lt;link rel="stylesheet" href="https://sumnerevans.com/css/vendors/admonitions.53cd9f8afa9d9a8ac09093f668df057bc6d0f4bbd0886f39991a7b99934a7432.css" integrity="sha256-U82fivqdmorAkJP2aN8Fe8bQ9LvQiG85mRp7mZNKdDI=" crossorigin="anonymous"&gt;&#10; &lt;div class="admonition warning"&gt;&#10; &lt;div class="admonition-header"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"&gt;&lt;path d="M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480L40 480c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"/&gt;&lt;/svg&gt;&#10; &lt;span&gt;Warning&lt;/span&gt;&#10; &lt;/div&gt;&#10; &lt;div class="admonition-content"&gt;&#10; &lt;p&gt;This article is out of date, and may contain outdated information.&lt;/p&gt;&#10;&lt;p&gt;Since writing this article, I have made a few major shifts in my personal&#10;website infrastructure. I migrated from GitHub to GitLab and subsequently from&#10;GitLab to sourcehut. Then I migrated from Pelican to &lt;a&#10; href="https://gohugo.io"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Hugo&lt;/a&gt;&#10;and hosted my website on a Linode VPS for a while before migrating back to&#10;GitHub and GitHub Pages.&lt;/p&gt;&#10; &lt;/div&gt;&#10; &lt;/div&gt;&lt;p&gt;I posted last year about my switch from WordPress to a statically generated site&#10;generated by Pelican by GitHub Pages in a&#10;&lt;a&#10; href="https://sumnerevans.com/posts/technology/pelican-on-github-pages/"&gt;blog post&lt;/a&gt;. Since then, my hosting&#10;situation has changed a couple of times. I first migrated to deploy straight to&#10;a DigitalOcean Droplet from Travis CI. Then, I migrated to GitLab and used&#10;GitLab CI/CD to do the same thing. Now that GitLab Pages has support for&#10;automatically handling the Let&amp;rsquo;s Encrypt SSL Certificate on custom domains, I&amp;rsquo;ve&#10;moved to GitLab Pages for hosting as well.&lt;/p&gt;</description></item><item><title>London, England and Back Home</title><link>https://sumnerevans.com/posts/travel/2019-dc-transatlantic-cruise/2019-06-02-london-england-to-denver/</link><pubDate>Sat, 01 Jun 2019 22:08:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2019-dc-transatlantic-cruise/2019-06-02-london-england-to-denver/</guid><description>&lt;p&gt;Today was my last day of vacation. I flew back to Denver in the afternoon, and I&#10;am starting my job at The Trade Desk on Monday which is just two days away! But,&#10;that means that I had most of the morning to be in London. So, I decided to go&#10;over to Buckingham Palace and then to the British Museum.&lt;/p&gt;</description></item><item><title>Southampton, England to London, England</title><link>https://sumnerevans.com/posts/travel/2019-dc-transatlantic-cruise/2019-05-31-london-england/</link><pubDate>Fri, 31 May 2019 23:58:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2019-dc-transatlantic-cruise/2019-05-31-london-england/</guid><description>&lt;p&gt;Today we docked in Southampton, England. I disembarked as early as possible so&#10;that I could get in to London for as much of the day as possible. I did the&#10;&amp;ldquo;self disembark&amp;rdquo; which basically just meant that I had to carry my bag off the&#10;ship rather than have them take it for me. Mom is staying on the boat to go back&#10;the other direction to NYC.&lt;/p&gt;</description></item><item><title>Queen Mary 2 Crossing</title><link>https://sumnerevans.com/posts/travel/2019-dc-transatlantic-cruise/2019-05-24-2019-05-31-queen-mary-2-crossing/</link><pubDate>Fri, 31 May 2019 23:50:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2019-dc-transatlantic-cruise/2019-05-24-2019-05-31-queen-mary-2-crossing/</guid><description>&lt;p&gt;Instead of giving you a day-by-day on what we did on the crossing (I was told&#10;that it is &lt;em&gt;not&lt;/em&gt; a cruise because only lowly peasants would go on a cruise), I&amp;rsquo;m&#10;going to just talk about some of the highlights and make some observations about&#10;my time on board the Queen Mary 2. We didn&amp;rsquo;t stop in any ports, so it was just&#10;what we did on board.&lt;/p&gt;</description></item><item><title>Washington D.C. to New York City</title><link>https://sumnerevans.com/posts/travel/2019-dc-transatlantic-cruise/2019-05-23-dc-to-nyc/</link><pubDate>Thu, 23 May 2019 22:31:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2019-dc-transatlantic-cruise/2019-05-23-dc-to-nyc/</guid><description>&lt;p&gt;Today we left Washington D.C. Mom and I went by train to New York City, while&#10;Hannah and dad headed back to Denver so that dad can get back to work and Hannah&#10;can do a summer class for her nursing training.&lt;/p&gt;&#10;&lt;p&gt;The ride to New York City was uneventful and easy. We got in a quiet car, which&#10;was nice and I was able to sleep for most of the trip. Once we got to New York,&#10;we had a bit of trouble getting out of the station. It was a subway and train&#10;station combined into one, and there were a ton of different exits. We ended up&#10;going out of one which we (really it was me) had to carry our bags up a few&#10;flights of stairs. When we got out to street level, we looked across and saw&#10;that the other side was a larger exit, and had an elevator. Oh well. At least we&#10;didn&amp;rsquo;t end up on the other side of Manhattan, which could have happened if we&amp;rsquo;d&#10;really screwed up and gone to the wrong exit.&lt;/p&gt;</description></item><item><title>Washington D.C. -- The Air and Space Museum</title><link>https://sumnerevans.com/posts/travel/2019-dc-transatlantic-cruise/2019-05-22-dc-air-and-space-museum/</link><pubDate>Wed, 22 May 2019 21:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2019-dc-transatlantic-cruise/2019-05-22-dc-air-and-space-museum/</guid><description>&lt;p&gt;I love airplanes, I love spacecraft, I love mechanical things that fly.&#10;Airplanes were one of my first and longest lasting obsessions (I&amp;rsquo;m not sure if&#10;my obsession with exhaust pipes started before or after airplanes&amp;hellip; I was a&#10;weird kid.). Maybe my obsession with airplanes was due to the obscene amount of&#10;time I spent on them as a toddler and as a young child. For the two years that&#10;my dad worked in Indonesia, my mom and I went between there and the States every&#10;few months. I was a United Airlines Premier member when I was two. Regardless of&#10;where my obsession came from, I loved airplanes. My mom said she thought that I&#10;would be a pilot when I grew up (I am still seriously considering getting my&#10;pilot&amp;rsquo;s license, so maybe that will be true&amp;hellip;).&lt;/p&gt;</description></item><item><title>Washington D.C. -- The Museum of the Bible</title><link>https://sumnerevans.com/posts/travel/2019-dc-transatlantic-cruise/2019-05-21-bible-museum/</link><pubDate>Tue, 21 May 2019 21:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2019-dc-transatlantic-cruise/2019-05-21-bible-museum/</guid><description>&lt;p&gt;Today we went to the Museum of the Bible. The museum houses many exhibits which&#10;explain the stories in the Bible, the Biblical manuscripts and their&#10;preservation and translation throughout the millennia, the impacts that the&#10;Bible has had on societies throughout history, and brings to life some of the&#10;stories and places described in the Bible.&lt;/p&gt;&#10;&lt;p&gt;I am going to mention just a few highlights of the museum.&lt;/p&gt;</description></item><item><title>Washington D.C. -- The American History Museum</title><link>https://sumnerevans.com/posts/travel/2019-dc-transatlantic-cruise/2019-05-20-dc-american-history-museum/</link><pubDate>Mon, 20 May 2019 20:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2019-dc-transatlantic-cruise/2019-05-20-dc-american-history-museum/</guid><description>&lt;p&gt;Today we went to the American History Museum. I&amp;rsquo;m not going to really discuss&#10;the individual exhibits, rather I am going to describe my general thoughts on&#10;the overall theme of the museum.&lt;/p&gt;&#10;&lt;p&gt;The general theme of the museum was that America was founded on certain&#10;principles and ideals. However, throughout our history, we have not lived up to&#10;those ideals. The main example of this is the stain of slavery and the legacy of&#10;racism against black people in America. Despite our failures, we were a beacon&#10;of hope to many people around the globe world. To immigrants from war-ravaged&#10;lands, we offered refuge (we did this imperfectly, and did not accept as many as&#10;we probably should have at times). To the Allies in WWI, our forces turned the&#10;tide and helped bring an end to that terrible war war. In WWII, despite our late&#10;entry, we helped the allies liberate Europe, while simultaneously (nearly&#10;single-handedly) pushing back the terror of Imperial Japan.&lt;/p&gt;</description></item><item><title>Washington D.C. -- The Holocaust Museum</title><link>https://sumnerevans.com/posts/travel/2019-dc-transatlantic-cruise/2019-05-19-dc-holocaust-museum/</link><pubDate>Sun, 19 May 2019 18:59:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2019-dc-transatlantic-cruise/2019-05-19-dc-holocaust-museum/</guid><description>&lt;p&gt;We woke up fairly late today because we were quite tired after our long travel&#10;day yesterday. Our apartment is very close to a subway station which is a few&#10;stops from the National Mall, the big grassy area in front of the Capitol. Our&#10;destination for the day was the Holocaust Museum, a tribute to the genocide of&#10;the Jews by the Nazi regime before and during WWII.&lt;/p&gt;</description></item><item><title>Denver to Washington D.C.</title><link>https://sumnerevans.com/posts/travel/2019-dc-transatlantic-cruise/2019-05-18-denver-to-dc/</link><pubDate>Sat, 18 May 2019 19:39:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2019-dc-transatlantic-cruise/2019-05-18-denver-to-dc/</guid><description>&lt;p&gt;Today we left for Washington D.C. I drove mom and dad headed to the airport&#10;early this morning (like 04:00). Hannah and I stayed in Denver for the morning&#10;so that we could attend a friend&amp;rsquo;s graduation brunch.&lt;/p&gt;&#10;&lt;p&gt;Hannah and I ended up leaving for the airport at around 13:00, arriving at&#10;around 14:00, and getting through security with no problems. We had nearly two&#10;hours before our 16:20 flight. Unfortunately for us, however, the flight was&#10;massively delayed. The incoming plane was stuck in Dallas for a few hours, and&#10;could not make it to Denver in time. The plane ended up departing at 18:40&#10;(MST).&lt;/p&gt;</description></item><item><title>Mines High School Programming Competition 2019</title><link>https://sumnerevans.com/posts/school/2019-hspc/</link><pubDate>Mon, 15 Apr 2019 12:05:00 -0600</pubDate><guid>https://sumnerevans.com/posts/school/2019-hspc/</guid><description>&lt;p&gt;For the last two years, the Mines Computer Science Department has hosted a High&#10;School Programming Competition modelled after the&#10;&lt;a&#10; href="https://icpc.global/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;International Collegiate Programming Contest (ICPC)&lt;/a&gt;. The&#10;Mines ACM Student Chapter does the vast majority of organization and operations&#10;for the competition. As Chair of Mines ACM, I was responsible for a lot of the&#10;organizational aspects of the competition.&lt;/p&gt;</description></item><item><title>HackCU V</title><link>https://sumnerevans.com/posts/hackathons/hackcu-v/</link><pubDate>Mon, 25 Mar 2019 23:58:00 -0600</pubDate><guid>https://sumnerevans.com/posts/hackathons/hackcu-v/</guid><description>&lt;p&gt;A couple of weekends ago (Feb. 23-24), nearly 30 Mines students (myself&#10;included), attended the HackCU hackathon at CU Boulder.&lt;/p&gt;&#10;&lt;p&gt;Since the hackathon was so close and since I was driving up to the hackathon, I&#10;decided to bring &lt;em&gt;all&lt;/em&gt; of my electronics. I brought my desktop, a monitor, my&#10;mechanical keyboard, my ThinkPad, my MacBook Pro, my iPad, a Raspberry Pi, and a&#10;variety of other assorted cables and electronics. It was a good thing I did,&#10;too, since we ended up using all of them during the hackathon.&lt;/p&gt;</description></item><item><title>How to Win a Hackathon</title><link>https://sumnerevans.com/posts/hackathons/how-to-win-a-hackathon/</link><pubDate>Tue, 18 Dec 2018 22:58:00 -0600</pubDate><guid>https://sumnerevans.com/posts/hackathons/how-to-win-a-hackathon/</guid><description>&lt;p&gt;Objectively, I&amp;rsquo;m pretty good at winning prizes at hackathons. I&amp;rsquo;m not entirely&#10;sure how/why, but I am. In this article I intend to try and describe some of the&#10;things which have helped me and my teams at hackathons. Please note that these&#10;are merely my experiences. Your mileage may vary.&lt;/p&gt;</description></item><item><title>Facebook Global Hackathon Finals - The Competition</title><link>https://sumnerevans.com/posts/hackathons/2018-11-16-facebook-hackathon-the-competition/</link><pubDate>Fri, 16 Nov 2018 22:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/hackathons/2018-11-16-facebook-hackathon-the-competition/</guid><description>&lt;p&gt;I woke up at 8:00 on Thursday morning. After a quick shower, I went down to eat&#10;some breakfast (provided again by Facebook). Then, we got on a bus and went over&#10;to Facebook HQ. This is a picture of building 18, one of the smaller buildings&#10;on the campus.&lt;/p&gt;&#10;&#10; &lt;p&gt;&#10;&#10; &lt;a href="https://sumnerevans.com/posts/hackathons/2018-11-16-facebook-hackathon-the-competition/images/2018-11-15-fb-hq_hu_6dd6acaef86ae1bb.webp" target="_blank"&gt;&#10; &#10; &lt;picture&gt;&#10; &lt;source&#10; type="image/webp"&#10; media="(max-width: 400px)"&#10; srcset="https://sumnerevans.com/posts/hackathons/2018-11-16-facebook-hackathon-the-competition/images/2018-11-15-fb-hq_hu_b28ba6568dbdcc4a.webp"&#10; &gt;&lt;source&#10; type="image/webp"&#10; media="(max-width: 600px)"&#10; srcset="https://sumnerevans.com/posts/hackathons/2018-11-16-facebook-hackathon-the-competition/images/2018-11-15-fb-hq_hu_7ce8f5775bc64bfc.webp"&#10; &gt;&#10; &lt;img&#10; loading="lazy"&#10; src="https://sumnerevans.com/posts/hackathons/2018-11-16-facebook-hackathon-the-competition/images/2018-11-15-fb-hq_hu_c5bb5ac0ad95c826.webp"&#10; width="800"&#10; height="240"&#10; alt="image of the outside of the Facebook HQ building 18"&gt;&#10; &#10; &#10; &lt;/picture&gt;&#10; &lt;/a&gt;&#10; &lt;/p&gt;</description></item><item><title>Facebook Global Hackathon Finals - Day 1</title><link>https://sumnerevans.com/posts/hackathons/2018-11-14-facebook-hackathon-day-1/</link><pubDate>Wed, 14 Nov 2018 23:30:00 -0600</pubDate><guid>https://sumnerevans.com/posts/hackathons/2018-11-14-facebook-hackathon-day-1/</guid><description>&lt;p&gt;This morning I left for a hackathon at Facebook Headquarters. I had to wake up&#10;at 3:30 since the flight was at 7:50 and I had to pick up Sam and Jack on my&#10;way.&lt;/p&gt;&#10;&lt;p&gt;We qualified for the Facebook hackathon at MHacks with our&#10;&lt;a&#10; href="https://sumnerevans.com/portfolio/#project-datanium"&gt;Datanium project&lt;/a&gt;. Unfortunately, Robby&#10;was unable to make it to the finals since he had too many assignments and&#10;projects due this week. So we ended up replacing him with Jack Garner who I had&#10;on my HackCU team and on my&#10;&lt;a&#10; href="https://sumnerevans.com/posts/school/2018-11-03-icpc/"&gt;ICPC team&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>ICPC Regionals</title><link>https://sumnerevans.com/posts/school/2018-11-03-icpc/</link><pubDate>Sat, 03 Nov 2018 21:04:00 -0600</pubDate><guid>https://sumnerevans.com/posts/school/2018-11-03-icpc/</guid><description>&lt;p&gt;Today I competed in the International Collegiate Programming Contest (ICPC)&#10;Rocky Mountain Regionals at Colorado State University (CSU).&lt;/p&gt;&#10;&lt;p&gt;ICPC is the International Collegiate Programming Contest. It&amp;rsquo;s an algorithmic&#10;competition for college students. I&amp;rsquo;ve competed in ICPC three times now, but&#10;today was the best my team has ever done. But I&amp;rsquo;m getting ahead of myself.&#10;Some background on what we did.&lt;/p&gt;&#10;</description></item><item><title>End of Cruise</title><link>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2018-01-07-end-of-cruise/</link><pubDate>Sun, 07 Jan 2018 15:42:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2018-01-07-end-of-cruise/</guid><description>&lt;p&gt;Today was the end of our cruise :(&lt;/p&gt;&#10;&lt;p&gt;I woke up rather early to go say goodbye to Alex and Eric.&lt;/p&gt;&#10;&lt;p&gt;Then we went to eat breakfast. Then we finished packing our bags and then&#10;played some ping pong while we waited to disembark. Eventually we just decided&#10;to play stupid and just get off because we started to be concerned with&#10;getting to the airport on time. It worked, and it was a good thing because&#10;once we got off the ship we had to wait in a massive queue at immigration.&#10;Still, we made it to the airport with plenty of time.&lt;/p&gt;&#10;</description></item><item><title>At Sea</title><link>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2018-01-06-at-sea/</link><pubDate>Sat, 06 Jan 2018 23:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2018-01-06-at-sea/</guid><description>&lt;p&gt;Today was another day at sea. The seas had calmed down, so the ship wasn&amp;rsquo;t&#10;rocking much at all. I spent a lot of time playing ping-pong, swimming, and&#10;playing chess (sound familiar). I played one guy who was really good (at least&#10;compared to me) rated ~1500. I&amp;rsquo;m doing well to stay above 1100.&lt;/p&gt;&#10;&lt;p&gt;I also tried to help Alex and Eric become better at chess. Hopefully I taught&#10;them OK.&lt;/p&gt;</description></item><item><title>At Sea</title><link>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2018-01-05-at-sea/</link><pubDate>Fri, 05 Jan 2018 23:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2018-01-05-at-sea/</guid><description>&lt;p&gt;Today we were at sea. I had a lot of fun, but it isn&amp;rsquo;t very interesting to write&#10;about. I woke up pretty late, but I spent the day swimming and playing ping pong&#10;and chess. The waters were a bit rough, but not too bad throughout the day.&lt;/p&gt;&#10;&lt;p&gt;This evening was formal night. I dressed up all nice in my suit and tie.&lt;/p&gt;</description></item><item><title>Puerto Limon, Costa Rica</title><link>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2018-01-04-puerto-limon-costa-rica/</link><pubDate>Thu, 04 Jan 2018 23:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2018-01-04-puerto-limon-costa-rica/</guid><description>&lt;p&gt;Today we were in Puerto Limon, Costa Rica. We disembarked and met our guide. He&#10;took us on a short tour of Puerto Limon by car on the way to the zipline. He&#10;talked about some of the interesting sites in Puerto Limon and described some of&#10;the culture of the city. One interesting fact is that Puerto Limon is the&#10;largest port city on the Atlantic side of Costa Rica.&lt;/p&gt;</description></item><item><title>Panama Canal, Panama</title><link>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2018-01-03-panama-canal-panama/</link><pubDate>Wed, 03 Jan 2018 23:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2018-01-03-panama-canal-panama/</guid><description>&lt;p&gt;Today we transited the Panama Canal. I&amp;rsquo;m going to first describe what we did and&#10;then give you some of the interesting facts that we learned about the Panama&#10;Canal.&lt;/p&gt;&#10;&lt;h2 id="what-we-did"&gt;&#10; What we did&#10; &lt;a&#10; class="permalink"&#10; href="#what-we-did"&#10; aria-label="Permalink to What we did"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Our boat arrived at the Atlantic side of the canal at about 07:00. They opened&#10;the bow for people to go outside and watch the transit. We got a pretty good&#10;place at the front of the boat.&lt;/p&gt;</description></item><item><title>Cartegena, Columbia</title><link>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2018-01-02-cartegena-columbia/</link><pubDate>Tue, 02 Jan 2018 23:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2018-01-02-cartegena-columbia/</guid><description>&lt;p&gt;Today we were in Cartegena, Columbia. We only had a couple of hours in the city&#10;because tomorrow we are going to the Panama Canal and we need to be &amp;ldquo;in line&amp;rdquo; at&#10;the canal pretty early in the morning.&lt;/p&gt;&#10;&lt;p&gt;Our guide met us at the cruise terminal and took us around the city. Our first&#10;stop was at the main fortress: &lt;em&gt;Castillo San Felipe de Barajas&lt;/em&gt;.&lt;/p&gt;</description></item><item><title>At Sea</title><link>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2018-01-01-at-sea/</link><pubDate>Mon, 01 Jan 2018 23:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2018-01-01-at-sea/</guid><description>&lt;p&gt;Today we were at sea. I didn&amp;rsquo;t wake up until late morning, having been up late&#10;the last night being miserable because of New Years celebrations.&lt;/p&gt;&#10;&lt;p&gt;I spent the day (or what was left of it) swimming, playing ping-pong, and&#10;soccer.&lt;/p&gt;&#10;&lt;p&gt;Dinner was as usual and we went to play trivia after the show. The assistant&#10;cruise director, Alia, runs the trivia and she makes it really fun. She&amp;rsquo;s even&#10;learned my name from the ping-pong tournaments! We&amp;rsquo;ve been going to trivia when&#10;we can, I normally get one or two of the questions, but most of it is about the&#10;Beatles and other things that old people know about.&lt;/p&gt;</description></item><item><title>Willemstad, Curacao</title><link>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2017-12-31-willemstad-curacao/</link><pubDate>Sun, 31 Dec 2017 15:17:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2017-12-31-willemstad-curacao/</guid><description>&lt;p&gt;Today we were in Curacao, and our tour started at 08:00. The tour today was a&#10;tour in the back of pickup trucks which they had put seats and a canopy in. We&#10;went offroad for most of the day and since it had just rained, we got pretty&#10;muddy.&lt;/p&gt;&#10;&lt;p&gt;We started by going over the large bridge in Curacao, Queen Juliana Bridge. This&#10;bridge goes over the harbour entrance. Curacao is a major port island. It&amp;rsquo;s&#10;harbour is really good and it has an international airport with direct flights&#10;to the Netherlands and other countries every day. Curacao and Aruba are actually&#10;Dutch islands, an EU island just miles off the coast of South America. Curacao&#10;has a large refinery which refines oil coming in from Venezuela and then exports&#10;it to the rest of the world.&lt;/p&gt;</description></item><item><title>Oranjestad, Aruba</title><link>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2017-12-30-oranjestad-aruba/</link><pubDate>Sat, 30 Dec 2017 18:03:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2017-12-30-oranjestad-aruba/</guid><description>&lt;p&gt;Today we were in Aruba, but we didn&amp;rsquo;t arrive until late morning. I woke up late,&#10;so by the time I got upstairs, the daily ping pong tournament had begun. I&#10;participated, then I ate breakfast with the Normandeau&amp;rsquo;s, Alex and Eric&amp;rsquo;s&#10;family.&lt;/p&gt;&#10;&lt;p&gt;Then I played a bit more ping pong (you&amp;rsquo;re probably seeing a pattern here) and&#10;then ate lunch. At this point we&amp;rsquo;d arrived in Aruba, and it was time to get off&#10;the boat for our tour: an ATV tour of the island.&lt;/p&gt;</description></item><item><title>At Sea</title><link>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2017-12-29-at-sea/</link><pubDate>Fri, 29 Dec 2017 17:59:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2017-12-29-at-sea/</guid><description>&lt;p&gt;Since we were at sea today with nothing in particular to do, I slept in quite a&#10;bit. I woke up and went upstairs and ate breakfast and then played in the ping&#10;pong tournament. I am decent at ping pong, but there are some really good&#10;players on this cruise, so I&amp;rsquo;m happy when I win a game before losing.&lt;/p&gt;</description></item><item><title>Half Moon Cay</title><link>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2017-12-28-half-moon-cay/</link><pubDate>Thu, 28 Dec 2017 13:47:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2017-12-28-half-moon-cay/</guid><description>&lt;p&gt;This morning we arrived on a private island owned by Holland America Line (HAL)&#10;called Half Moon Cay. We arrived at around 8:00, during breakfast.&lt;/p&gt;&#10;&lt;p&gt;We disembarked fairly early, so not many people had gotten off the boat yet. We&#10;began by walking around on the paths around the island. We came across a garden&#10;and the gardener called us in to give us a tour. He was very nice and talkative.&#10;He explained all of the various plants and trees that were growing in the&#10;garden. One interesting plant was the &lt;em&gt;Seven-Year Apple&lt;/em&gt; which produces apples&#10;(duh) but it takes seven years per apple! We continued walking and saw some&#10;horses and then we went out to the beach.&lt;/p&gt;</description></item><item><title>Ft. Lauderdale, Start of Cruise</title><link>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2017-12-27-ft-lauderdale-start-cruise/</link><pubDate>Wed, 27 Dec 2017 08:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2017-12-27-ft-lauderdale-start-cruise/</guid><description>&lt;p&gt;This morning we woke up and ate at the hotel. We took a shuttle from the hotel&#10;to the cruise terminal. Our driver was a New Yorker and was really funny.&lt;/p&gt;&#10;&lt;p&gt;Cruise check in was fairly painless, and we got onto the boat at around 12:15.&#10;Our ship is the Zuiderdam, a Holland America Line ship. It is the sister ship of&#10;the Noordam, the ship we went on on our first cruise in 2012. It was a&#10;transatlantic cruise to Europe (see &lt;a&#10; href="https://sumnerevans.com/categories/transatlantic-cruise-and-europe"&gt;Transatlantic&#10;Cruise&lt;/a&gt;).&lt;/p&gt;</description></item><item><title>Denver to Ft. Lauderdale</title><link>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2017-12-26-denver-to-ft-lauderdale/</link><pubDate>Tue, 26 Dec 2017 08:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2017-18-panama-canal-cruise/2017-12-26-denver-to-ft-lauderdale/</guid><description>&lt;p&gt;We are going on another trip! Today we left for Ft. Lauderdale, Florida where we&#10;will start our 12-day cruise!&lt;/p&gt;&#10;&lt;p&gt;Our flight didn&amp;rsquo;t leave until 4:15, so we were able to finish packing up all of&#10;our stuff this morning. Our trip to the airport and flight were uneventful. In&#10;Ft. Lauderdale, it took a long time for the shuttle to the hotel to show up, we&#10;had to wait for over an hour! We did make it to the hotel though, and we are&#10;extremely tired so we are going to bed. Tomorrow should be more interesting.&lt;/p&gt;</description></item><item><title>Setting up Pelican to Automatically Deploy to GitHub Pages</title><link>https://sumnerevans.com/posts/technology/pelican-on-github-pages/</link><pubDate>Mon, 11 Sep 2017 09:02:00 -0600</pubDate><guid>https://sumnerevans.com/posts/technology/pelican-on-github-pages/</guid><description>&lt;link rel="stylesheet" href="https://sumnerevans.com/css/vendors/admonitions.53cd9f8afa9d9a8ac09093f668df057bc6d0f4bbd0886f39991a7b99934a7432.css" integrity="sha256-U82fivqdmorAkJP2aN8Fe8bQ9LvQiG85mRp7mZNKdDI=" crossorigin="anonymous"&gt;&#10; &lt;div class="admonition warning"&gt;&#10; &lt;div class="admonition-header"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"&gt;&lt;path d="M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480L40 480c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"/&gt;&lt;/svg&gt;&#10; &lt;span&gt;Warning&lt;/span&gt;&#10; &lt;/div&gt;&#10; &lt;div class="admonition-content"&gt;&#10; &lt;p&gt;This article is out of date, and may contain outdated information.&lt;/p&gt;&#10;&lt;p&gt;Since writing this article, I have made a few major shifts in my personal&#10;website infrastructure. I migrated from GitHub to GitLab and subsequently from&#10;GitLab to sourcehut. Then I migrated from Pelican to &lt;a&#10; href="https://gohugo.io"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Hugo&lt;/a&gt;&#10;and hosted my website on a Linode VPS for a while before migrating back to&#10;GitHub and GitHub Pages.&lt;/p&gt;&#10; &lt;/div&gt;&#10; &lt;/div&gt;&lt;p&gt;I recently converted my site from WordPress to a statically generated&#10;&lt;a&#10; href="https://blog.getpelican.com/"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Pelican&lt;/a&gt; site hosted on GitHub Pages. One of the&#10;most difficult parts of the transition was setting it up to automatically deploy&#10;to GitHub Pages. In this article, I will describe how I set this up.&lt;/p&gt;</description></item><item><title>At Sea</title><link>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2017-01-06-at-sea/</link><pubDate>Fri, 06 Jan 2017 21:23:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2017-01-06-at-sea/</guid><description>&lt;p&gt;Today we were at sea. I woke up really late today: 10:00 late. After breakfast,&#10;I went played some soccer on the sports court for about two hours. Then I ate&#10;lunch and went for a really quick swim (I didn&amp;rsquo;t stay long since there were&#10;about 50 people around the pool drinking so it wasn&amp;rsquo;t much fun). I then grabbed&#10;my iPad and caught up on my blog writing. After that I went down to trivia. I&#10;contributed a few answers so I felt smart. I showered and then we ate dinner.&#10;After that we went to a comedy improv show and then to the normal show.&lt;/p&gt;</description></item><item><title>Grand Cayman, Cayman Islands</title><link>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2017-01-05-grand-cayman-cayman-islands/</link><pubDate>Thu, 05 Jan 2017 16:47:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2017-01-05-grand-cayman-cayman-islands/</guid><description>&lt;p&gt;Today we were in Grand Cayman, Cayman Islands. English is the first language in&#10;the Cayman Islands, but many people speak Spanish as well since they are in&#10;contact with Hispanic cultures on a regular basis. We arrived fairly late in the&#10;morning (11:00) and our tour didn&amp;rsquo;t start until 14:00 (2:00 PM). It was a tender&#10;port though, so we had to wait for our tender to get off the boat. We walked&#10;around the town for about an hour and then went to the tour company office.&lt;/p&gt;</description></item><item><title>Cozumel, Mexico</title><link>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2017-01-04-cozumel-mexico/</link><pubDate>Wed, 04 Jan 2017 21:17:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2017-01-04-cozumel-mexico/</guid><description>&lt;p&gt;Today we were in Cozumel, Mexico. We had to take a ferry to the mainland where&#10;we were to meet our driver and go to some Mayan ruins. The ferry left promptly&#10;at about 8:00 Mexico Time (meaning it left at about 8:15). When we arrived on&#10;the mainland after about a 45 minute ride, we found our driver and she drove us&#10;to Tulum.&lt;/p&gt;</description></item><item><title>Roatan, Honduras</title><link>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2017-01-03-roatan-honduras/</link><pubDate>Tue, 03 Jan 2017 21:05:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2017-01-03-roatan-honduras/</guid><description>&lt;p&gt;Today we were in Roatan, Honduras - an island about 58 kilometers (36 miles) off&#10;the cost of mainland Honduras. We had arranged for a driver to take us to a few&#10;activities on the island. As we drove around, our driver pointed out a variety&#10;of things on the island. Most of the things were &amp;ldquo;there&amp;rsquo;s the house of the&#10;mayor/governor/rich lady/sister/cousin/etc.&amp;rdquo;.&lt;/p&gt;</description></item><item><title>Harvest Caye, Belize</title><link>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2017-01-02-harvest-caye-belize/</link><pubDate>Mon, 02 Jan 2017 10:32:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2017-01-02-harvest-caye-belize/</guid><description>&lt;p&gt;Today we were in Harvest Caye, Belize - a private island owned by Norwegian&#10;Cruise Line. The island has been opened to cruise ships for only 11 days, so we&#10;were some of the first people to be on the island.&lt;/p&gt;&#10;&lt;p&gt;The first thing we did was go paddle boarding. It was pretty fun. I got to the&#10;point where I was able to just paddle on one side most of the time, you have to&#10;kinda paddle in a circular motion through the water and it works. Then we went&#10;into the ocean for a swim and then to the pool to swim. We ate lunch, and after&#10;that, Hannah and I went parasailing.&lt;/p&gt;</description></item><item><title>Costa Maya, Mexico</title><link>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2017-01-01-costa-maya-mexico/</link><pubDate>Sun, 01 Jan 2017 10:21:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2017-01-01-costa-maya-mexico/</guid><description>&lt;p&gt;Today we were in Costa Maya, Mexico. (Yay! Another country on my list of &amp;ldquo;been&#10;there&amp;rsquo;s&amp;rdquo;.) Costa Maya itself is not a very big town and the only industry is&#10;tourism. It consists of a cruise pier, a multitude of shops where locals set up&#10;to sell to the tourists from the cruise ships, and a few houses. The Mexican&#10;government is (trying) to develop the area into a large tourism city to compete&#10;with the Caribbean ports, but it definitely isn&amp;rsquo;t there yet.&lt;/p&gt;</description></item><item><title>At Sea</title><link>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2016-12-31-at-sea/</link><pubDate>Sat, 31 Dec 2016 10:12:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2016-12-31-at-sea/</guid><description>&lt;p&gt;Happy New Years&amp;rsquo; Eve! Today was a day at sea. I did a bunch of things today&#10;including: playing chess, playing soccer, eating, reading &lt;em&gt;The Art of Computer&#10;Programming, Vol. 1, Fundamental Algorithms, Third Edition&lt;/em&gt; by Donald E. Knuth,&#10;eating, watching the Chelsea-Swansea City game, and watching karaoke.&lt;/p&gt;&#10;&lt;p&gt;I could describe the day in detail, but that would be boring, so I won&amp;rsquo;t.&#10;Tomorrow we are in Costa Maya, so that should be more interesting.&lt;/p&gt;</description></item><item><title>New Orleans, LA and Start of Cruise</title><link>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2016-12-30-new-orleans-la-and-start-of-cruise/</link><pubDate>Fri, 30 Dec 2016 10:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2016-12-30-new-orleans-la-and-start-of-cruise/</guid><description>&lt;p&gt;Today was our last day in New Orleans. This morning we rode the St. Charles&#10;Streetcar through the Garden District and this afternoon we boarded our cruise&#10;ship: the &lt;em&gt;Norwegian Dawn&lt;/em&gt;.&lt;/p&gt;&#10;&lt;h1 id="streetcar"&gt;&#10; Streetcar&#10; &lt;a&#10; class="permalink"&#10; href="#streetcar"&#10; aria-label="Permalink to Streetcar"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h1&gt;&#10;&lt;p&gt;The New Orleans streetcar system is the oldest streetcar system in the world (or&#10;maybe just in the United States? I&amp;rsquo;m not sure). The St. Charles streetcar is&#10;the most famous route of the New Orleans streetcar system and that is the one we&#10;rode. We got on near Canal Street and went all the way on through the Garden&#10;District and a way into the neighborhoods west of the Garden District. The&#10;Garden District had some very nice houses. They were old Southern-style mansions&#10;with large porches with ornate columns. The windows on the cars were pretty&#10;dirty so I didn&amp;rsquo;t take any pictures, but I&amp;rsquo;m sure you can find some on the web.&lt;/p&gt;</description></item><item><title>New Orleans, LA -- Day 3</title><link>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2016-12-29-new-orleans-la/</link><pubDate>Thu, 29 Dec 2016 18:50:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2016-12-29-new-orleans-la/</guid><description>&lt;p&gt;Today we spent the entire day at the National World War II Museum.&lt;/p&gt;&#10;&lt;p&gt;There were three main exhibits: an exhibit about the European Theatre of the&#10;war and an exhibition about the Pacific Theatre of the war and an exhibit with&#10;some WWII planes. Overall, it was a good comprehensive overview of the war. My&#10;writing skills can do it no justice so I won’t try. I also didn’t take many&#10;pictures, so there won’t be much to this post besides a recommendation to go&#10;to this museum.&lt;/p&gt;&#10;</description></item><item><title>New Orleans, LA -- Day 2</title><link>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2016-12-28-new-orleans-la/</link><pubDate>Wed, 28 Dec 2016 18:50:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2016-12-28-new-orleans-la/</guid><description>&lt;p&gt;Today we went on a Segway tour of the city and then went straight to a river&#10;boat tour which went down the Mississippi River to the site of Andrew Jacksons&#10;stand in the Battle of New Orleans.&lt;/p&gt;&#10;&lt;h1 id="segway-tour"&gt;&#10; Segway Tour&#10; &lt;a&#10; class="permalink"&#10; href="#segway-tour"&#10; aria-label="Permalink to Segway Tour"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h1&gt;&#10;&lt;p&gt;After breakfast, we walked to Decatur street where the Segway tour company is&#10;located. We practised riding the Segways in the company’s &amp;ldquo;office&amp;rdquo; and then&#10;headed out onto the streets.&lt;/p&gt;</description></item><item><title>New Orleans, LA -- Day 1</title><link>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2016-12-27-new-orleans-la/</link><pubDate>Tue, 27 Dec 2016 20:30:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2016-12-27-new-orleans-la/</guid><description>&lt;p&gt;This morning we woke up to very dense fog. (See below.) I don&amp;rsquo;t think I&amp;rsquo;ve&#10;ever been in such dense fog for such a long time.&lt;/p&gt;&#10;&lt;p&gt;We ate breakfast downstairs and then headed out down Decatur St. (duh-kay-ter)&#10;to Toulouse St. (toe-loose) where we met a guide (BilliJo) for a plantation&#10;tour. We boarded one bus, but then we had to move to another bus since the&#10;first one had some sort of problem. Not a very auspicious beginning to today&amp;rsquo;s&#10;excursion. Eventually we got on a bus and there weren&amp;rsquo;t any more vehicle&#10;troubles.&lt;/p&gt;&#10;</description></item><item><title>Denver to New Orleans</title><link>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2016-12-26-denver-to-new-orleans/</link><pubDate>Mon, 26 Dec 2016 19:49:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-17-caribbean-cruise/2016-12-26-denver-to-new-orleans/</guid><description>&lt;p&gt;&lt;strong&gt;Abstract (because I know nobody reads the whole thing anyway)&lt;/strong&gt;&lt;/p&gt;&#10;&lt;p&gt;We flew to New Orleans and walked around the French Quarter.&lt;/p&gt;&#10;&lt;hr&gt;&#10;&lt;p&gt;Today we began another adventure. We began the day in Denver, CO and ended up in&#10;New Orleans, LA (pronounced: naw-lens). My day started at 04:00. Yes, that&amp;rsquo;s 4&#10;&lt;em&gt;AM&lt;/em&gt;. Let&amp;rsquo;s just say I don&amp;rsquo;t want to have to wake up at 04:00 again any time&#10;soon.&lt;/p&gt;</description></item><item><title>Montreal, Quebec, Canada -- Day 2</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-06-05-montreal-2/</link><pubDate>Sun, 05 Jun 2016 09:44:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-06-05-montreal-2/</guid><description>&lt;p&gt;Today we rode the entire hop on hop off circuit and walked around the Montreal&#10;underground city.&lt;/p&gt;&#10;&lt;h3 id="tim-hortons"&gt;&#10; Tim Hortons&#10; &lt;a&#10; class="permalink"&#10; href="#tim-hortons"&#10; aria-label="Permalink to Tim Hortons"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h3&gt;&#10;&lt;p&gt;For breakfast we decided to go to Tim Hortons. It’s the thing to do in Canada. I&#10;got a coffee. Because that’s what you do at Tim’s.&lt;/p&gt;&#10;&lt;h3 id="hop-on-hop-off-bus"&gt;&#10; Hop on Hop Off Bus&#10; &lt;a&#10; class="permalink"&#10; href="#hop-on-hop-off-bus"&#10; aria-label="Permalink to Hop on Hop Off Bus"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h3&gt;&#10;&lt;p&gt;It was raining very hard as the weather report predicted so we didn’t want to do&#10;anything outside. (We were extremely glad that we’d done all of the outside&#10;stuff yesterday.) The hop on hop off bus was a double decker bus with an open&#10;top, but the bottom was covered. We had to walk to the bus stop though, and we&#10;got pretty wet doing so.&lt;/p&gt;&#10;</description></item><item><title>End of Cruise and Montreal, Quebec, Canada</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-06-04-montreal-1/</link><pubDate>Sat, 04 Jun 2016 19:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-06-04-montreal-1/</guid><description>&lt;p&gt;Today we disembarked from the cruise and went to a few sites in Montreal.&lt;/p&gt;&#10;&lt;h3 id="disembarkation-and-arrival-at-the-hotel"&gt;&#10; Disembarkation and Arrival at the Hotel&#10; &lt;a&#10; class="permalink"&#10; href="#disembarkation-and-arrival-at-the-hotel"&#10; aria-label="Permalink to Disembarkation and Arrival at the Hotel"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h3&gt;&#10;&lt;p&gt;The disembarkation went smoothly and we were able to get a taxi to the hotel&#10;very easily. We were unable to check in to our room, but the hotel stored our&#10;luggage and the concierge gave us some information on where to go to get the hop&#10;on hop off bus of the city.&lt;/p&gt;</description></item><item><title>Quebec City, Quebec, Canada</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-06-03-quebec-city-quebec-canada/</link><pubDate>Fri, 03 Jun 2016 19:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-06-03-quebec-city-quebec-canada/</guid><description>&lt;p&gt;Today we went on a walking tour of Quebec City.&lt;/p&gt;&#10;&lt;h3 id="lower-town"&gt;&#10; Lower Town&#10; &lt;a&#10; class="permalink"&#10; href="#lower-town"&#10; aria-label="Permalink to Lower Town"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h3&gt;&#10;&lt;p&gt;Quebec City is divided into two parts, the upper town and the lower&#10;town. The dividing line is a tall cliff, so the upper town is literally&#10;above the lower town. The lower town is the part of the town closest to&#10;the water and therefore closest to the place where we docked.&lt;/p&gt;</description></item><item><title>At Sea (Sailing the St. Lawrence River)</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-06-02-at-sea-st-lawrence-river/</link><pubDate>Thu, 02 Jun 2016 19:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-06-02-at-sea-st-lawrence-river/</guid><description>&lt;p&gt;Today we were at sea. I managed to stay fairly busy but it wasn&amp;rsquo;t a very&#10;exciting day. I played some chess and ping pong and went to the show, but other&#10;than that it wasn&amp;rsquo;t an interesting day. Tomorrow we are in Quebec City, Quebec,&#10;Canada so it should be more interesting.&lt;/p&gt;</description></item><item><title>Charlottetown, Prince Edward Island, Canada</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-06-01-charlottetown-pei-canada/</link><pubDate>Wed, 01 Jun 2016 19:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-06-01-charlottetown-pei-canada/</guid><description>&lt;p&gt;Today we went on a car tour through Prince Edward Island and then we walked&#10;around a bit in downtown Charlottetown.&lt;/p&gt;&#10;&lt;h3 id="car-tour"&gt;&#10; Car Tour&#10; &lt;a&#10; class="permalink"&#10; href="#car-tour"&#10; aria-label="Permalink to Car Tour"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h3&gt;&#10;&lt;p&gt;Our guide took us on a large loop around the center of Price Edward Island&#10;(PEI). If you think of the island as a U with the straight parts lopped off but&#10;fat in the middle, you have a pretty good idea of what the shape of the island&#10;is. It takes about 5 hours to drive from one end to the other. We drove around&#10;the right part of the &amp;ldquo;fat&amp;rdquo; part of the island. We drove north to the North&#10;Shore then along the shore before curving back around and driving back to&#10;Charlottetown.&lt;/p&gt;</description></item><item><title>Sydney, Nova Scotia, Canada</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-31-sydney-nova-scotia-canada/</link><pubDate>Tue, 31 May 2016 19:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-31-sydney-nova-scotia-canada/</guid><description>&lt;p&gt;Today we went on a bus tour which took us to the Alexander Graham Bell Museum.&lt;/p&gt;&#10;&lt;h3 id="alexander-graham-bell-museum"&gt;&#10; Alexander Graham Bell Museum&#10; &lt;a&#10; class="permalink"&#10; href="#alexander-graham-bell-museum"&#10; aria-label="Permalink to Alexander Graham Bell Museum"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h3&gt;&#10;&lt;h4 id="the-ride-to-the-museum"&gt;&#10; The Ride to the Museum&#10; &lt;a&#10; class="permalink"&#10; href="#the-ride-to-the-museum"&#10; aria-label="Permalink to The Ride to the Museum"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h4&gt;&#10;&lt;p&gt;On our way to the Alexander Graham Bell Museum, our guide talked about a few&#10;interesting things about Sydney, Nova Scotia, and Canada in general. (He also&#10;said some of this on the ride back, but I&amp;rsquo;ll just summarise it all here.)&lt;/p&gt;</description></item><item><title>Halifax, Nova Scotia, Canada</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-30-halifax-nova-scotia-canada/</link><pubDate>Mon, 30 May 2016 19:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-30-halifax-nova-scotia-canada/</guid><description>&lt;p&gt;Today we went to the Canadian Immigration Museum and the Halifax Citadel.&lt;/p&gt;&#10;&lt;p&gt;Our original plan was to do a Segway tour of Halifax, but because of the&#10;weather, the tour was cancelled. We were very disappointed, but we still had&#10;plenty to do today.&lt;/p&gt;&#10;&lt;h3 id="immigrationmuseum"&gt;&#10; Immigration Museum&#10; &lt;a&#10; class="permalink"&#10; href="#immigrationmuseum"&#10; aria-label="Permalink to Immigration Museum"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h3&gt;&#10;&lt;p&gt;The first thing we went to was the Immigration Museum at Pier 21, the main entry&#10;point for immigrants to Canada. Pier 21 was the Ellis Island of Canada. Pier 21&#10;is right next to the cruise port terminal, in fact, we came into Building 22 so&#10;it was super easy to get to the immigration museum. The museum had exhibits on&#10;the history of immigration to Canada, the Pier 21 immigration process and an&#10;exhibit about the sinking of the &lt;em&gt;Empress of Ireland&lt;/em&gt;, the worst maritime&#10;disaster in Canadian history.&lt;/p&gt;</description></item><item><title>Bar Harbor, Maine</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-29-bar-harbor/</link><pubDate>Sun, 29 May 2016 19:00:00 +0000</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-29-bar-harbor/</guid><description>&lt;p&gt;Today we were in Bar Harbor, Maine (pronounced Baahh Haahhhbahh). Bar Harbor is&#10;know for its lobster but it is also near Acadia National Park.&lt;/p&gt;&#10;&lt;h3 id="biketour"&gt;&#10; Bike Tour&#10; &lt;a&#10; class="permalink"&#10; href="#biketour"&#10; aria-label="Permalink to Bike Tour"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h3&gt;&#10;&lt;p&gt;We did a bike tour through the park. The park came to be through large donations&#10;from John D. Rockefeller Jr. and a few other men. They bought up the land,&#10;preventing it from being developed. After cars were introduced to the island,&#10;Rockefeller built a road around the entire park and built separate carriage&#10;roads where no motorised vehicles are allowed. They were named carriage roads&#10;because horse-drawn carriages are allowed. Throughout the park, the car road and&#10;the carriage road intersect in multiple places and in those places, Rockefeller&#10;had bridges built to ensure that people on the carriage roads didn&amp;rsquo;t have to&#10;deal with cars. Our tour went on these carriage roads. I think it is best to&#10;just post a bunch of pictures and let them speak for themselves.&lt;/p&gt;</description></item><item><title>Boston, Massachusetts</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-28-boston-5/</link><pubDate>Sat, 28 May 2016 19:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-28-boston-5/</guid><description>&lt;h3 id="gettingintoboston"&gt;&#10; Getting Into Boston&#10; &lt;a&#10; class="permalink"&#10; href="#gettingintoboston"&#10; aria-label="Permalink to Getting Into Boston"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h3&gt;&#10;&lt;p&gt;We got off the boat early this morning because we had a lot of things that we&#10;wanted to do in Boston. We took the Subway towards the North End, at the tip of&#10;the peninsula that Boston is on. We walked along the Freedom Trail to Paul&#10;Revere&amp;rsquo;s House.&lt;/p&gt;</description></item><item><title>At Sea</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-27-at-sea-2/</link><pubDate>Fri, 27 May 2016 19:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-27-at-sea-2/</guid><description>&lt;p&gt;Today we were at sea and the sea was very calm so I was extremely happy about&#10;that. I was able to do a bunch of activities on the boat.&lt;/p&gt;&#10;&lt;h3 id="morning"&gt;&#10; Morning&#10; &lt;a&#10; class="permalink"&#10; href="#morning"&#10; aria-label="Permalink to Morning"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h3&gt;&#10;&lt;p&gt;We slept in this morning because we didn&amp;rsquo;t have anything we needed to be up for.&#10;After breakfast, I went to help Barry, the Piano Man with an issue with Garage&#10;Band. He is composing the score for Shakespeare in the Park and he wanted to&#10;duplicate something in another file so I helped him with that.&lt;/p&gt;</description></item><item><title>Hamilton, Bermuda and Set Sail</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-26-bermuda-4/</link><pubDate>Thu, 26 May 2016 19:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-26-bermuda-4/</guid><description>&lt;p&gt;Today was our last day in Bermuda.&lt;/p&gt;&#10;&lt;h3 id="elbowbeach"&gt;&#10; Elbow Beach&#10; &lt;a&#10; class="permalink"&#10; href="#elbowbeach"&#10; aria-label="Permalink to Elbow Beach"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h3&gt;&#10;&lt;p&gt;When we were trying to decide what to do today we wanted to really experience&#10;island life so we decided to go to the beach. We hopped on the bus that goes to&#10;all of the beaches. We received a suggestion from one of the locals on the bus&#10;to go to Elbow Beach and we got the driver to let us know when we got to the&#10;correct stop. After a short walk, we arrived at the beach. The water was very&#10;blue, just like at Church Beach, but it was a much larger beach. We walked in&#10;the shallow water along the beach in one direction until we got to a collection&#10;of rocks. The waves were breaking hard against the rocks and we were able to&#10;stand behind them and watch the spray and get sprayed. Then we walked down the&#10;beach the other direction for a little while. At some point I went all the way&#10;into the ocean. At this point, it was about time to head back to the ship so we&#10;left the beach for the last time in Bermuda.&lt;/p&gt;</description></item><item><title>Hamilton, Bermuda -- Day 3</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-25-bermuda-3/</link><pubDate>Wed, 25 May 2016 19:00:00 +0000</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-25-bermuda-3/</guid><description>&lt;p&gt;Today we went to St. George’s Island.&lt;/p&gt;&#10;&lt;h3 id="townofst.george"&gt;&#10; Town of St. George&#10; &lt;a&#10; class="permalink"&#10; href="#townofst.george"&#10; aria-label="Permalink to Town of St. George"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h3&gt;&#10;&lt;p&gt;To get to St. George Island we rode the ferry to Dockyard and then took the&#10;ferry from there to St. George’s Island. On the way there, a tour guide&#10;introduced herself to the people on the ferry saying that she offered tours of&#10;the Town of St. George. We decided to join her tour.&lt;/p&gt;</description></item><item><title>Hamilton, Bermuda -- Day 2</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-24-bermuda-2/</link><pubDate>Tue, 24 May 2016 19:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-24-bermuda-2/</guid><description>&lt;p&gt;Today we went snorkeling and watched the Bermuda Day Parade.&lt;/p&gt;&#10;&lt;h3 id="ferrytothenavydockyard"&gt;&#10; Ferry to the Navy Dockyard&#10; &lt;a&#10; class="permalink"&#10; href="#ferrytothenavydockyard"&#10; aria-label="Permalink to Ferry to the Navy Dockyard"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h3&gt;&#10;&lt;p&gt;We woke up fairly early to try and make it to a snorkeling tour around some&#10;shipwrecks. Unfortunately we weren&amp;rsquo;t able to do the tour, it&amp;rsquo;s a complicated&#10;story of why we weren&amp;rsquo;t able to so if you want to hear the details, ask me when&#10;I get back. We had already boarded the ferry to the old Navy Dockyard though, so&#10;we went. The Navy Dockyard is basically a fortress at one tip of the island. If&#10;you imagine Bermuda as a fishhook, the dockyard is at the barb (I think that’s&#10;what you call the thing that snares the fish).&lt;/p&gt;</description></item><item><title>Arrival in Hamilton, Bermuda</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-23-bermuda-1/</link><pubDate>Mon, 23 May 2016 19:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-23-bermuda-1/</guid><description>&lt;p&gt;Today we arrived in Bermuda, went to a beach and walked some in the town of&#10;Hamilton.&lt;/p&gt;&#10;&lt;p&gt;After breakfast this morning, I went down to the library to see if there was&#10;anyone who wanted to play chess. There was a guy, David, who wanted to play. He&#10;was very good (at least compared to me). He won all three games we played.&lt;/p&gt;</description></item><item><title>At Sea</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-22-at-sea-1/</link><pubDate>Sun, 22 May 2016 19:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-22-at-sea-1/</guid><description>&lt;p&gt;Today we were at sea and it was fairly rough. The swells were up to 6 metres&#10;(20ft). Of course, the ship didn&amp;rsquo;t go up that high, but it was going up and down&#10;quite a bit. Mom spent most of the day in the cabin, only coming out for dinner.&#10;I was up more than her. I ate all three meals, but towards the middle of the&#10;afternoon it was really getting bad. To cope, I took a Dramamine pill and napped&#10;in the cabin. That was most of the day.&lt;/p&gt;</description></item><item><title>Boston, Massachusetts and Set Sail</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-21-boston-set-sail/</link><pubDate>Sat, 21 May 2016 19:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-21-boston-set-sail/</guid><description>&lt;p&gt;Today we did a trolley tour of Boston and then boarded the ship.&lt;/p&gt;&#10;&lt;h3 id="trolleytour"&gt;&#10; Trolley Tour&#10; &lt;a&#10; class="permalink"&#10; href="#trolleytour"&#10; aria-label="Permalink to Trolley Tour"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h3&gt;&#10;&lt;p&gt;With our Boston Go Pass we got tickets for the trolley tour of the city. We&#10;redeemed our tickets yesterday so that we can use them today (the trolley&#10;tickets were good for two days but the Boston Go Pass was only good for three&#10;days, but Saturday would be our fourth day). We started out a bit later than the&#10;other days, and after a Bruegger&amp;rsquo;s bagel, we went to go catch the trolley. They&#10;were stopped at a light in between two stops but the driver/guide let us on&#10;anyway. We rode the tour all the way around the city and the guide explained the&#10;various sites.&lt;/p&gt;</description></item><item><title>Boston, Massachusetts -- Day 2</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-20-boston-2/</link><pubDate>Fri, 20 May 2016 19:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-20-boston-2/</guid><description>&lt;p&gt;Today we went whale watching, went to the New England Aquarium and the Science&#10;Museum and went up the Prudential Building to the observation deck.&lt;/p&gt;&#10;&lt;h3 id="whalewatching"&gt;&#10; Whale Watching&#10; &lt;a&#10; class="permalink"&#10; href="#whalewatching"&#10; aria-label="Permalink to Whale Watching"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h3&gt;&#10;&lt;p&gt;After breakfast we headed to the dock by subway. Our Boston Go Pass allowed us&#10;to do a Whale Watching Tour. We boarded the ship and sailed out to an area about&#10;25 miles off the coast where whales tend to be. There were three Naturalists&#10;guiding the excursion. They took notes as we went and recorded sightings of any&#10;spouts that we saw. They did this because they are, in addition to guides, part&#10;of a research project into whales in the area. We spotted the spout of a Fin&#10;Whale. We sailed towards it and when we got near, we cut the engines because you&#10;can&amp;rsquo;t track the whales underwater and you can’t know where they will come up&#10;again. The whale stayed close to the ship for almost an hour diving up and down.&#10;I got a few bad pictures, but I mainly watched it. At times it was a few minutes&#10;between surfacing a, but sometimes it was fairly close together.&lt;/p&gt;</description></item><item><title>Boston, Massachusetts -- Day 1 -- Lexington and Concord</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-19-boston-1/</link><pubDate>Thu, 19 May 2016 19:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-19-boston-1/</guid><description>&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt; We went to Lexington and Concord.&lt;/p&gt;&#10;&lt;h3 id="startingout"&gt;&#10; Starting Out&#10; &lt;a&#10; class="permalink"&#10; href="#startingout"&#10; aria-label="Permalink to Starting Out"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h3&gt;&#10;&lt;p&gt;Our first order of business after we woke up was to eat breakfast. There is a&#10;Bruegger&amp;rsquo;s Babel store on the same street as our hotel. After a bagel, we rode&#10;the Red line subway to Cambridge. We walked over to the car rental place and got&#10;our car. Then mom drove up to Lexington (I would have driven, but it’s illegal).&#10;Our first stop was the Minute Man Visitor Center. We watched a short film that&#10;explained the events of the Battle of Lexington and Concord.&lt;/p&gt;</description></item><item><title>New York, New York to Boston, Massachusetts</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-18-nyc-to-boston/</link><pubDate>Wed, 18 May 2016 19:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-18-nyc-to-boston/</guid><description>&lt;p&gt;Today was primarily spent travelling by train from New York to Boston. We woke&#10;up and got ready to go on the train. Our hotel is literally across the street&#10;from Penn Station where we caught our train. We grabbed some breakfast for on&#10;the train and then waited for the track to be announced. We got on the train&#10;fine and finding seats was not a problem. The ride was fine and I was able to&#10;catch up on my blog post from yesterday.&lt;/p&gt;</description></item><item><title>New York, New York -- Day 2</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-17-new-york-2/</link><pubDate>Tue, 17 May 2016 19:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-17-new-york-2/</guid><description>&lt;p&gt;Although it&amp;rsquo;s the 18th, I&amp;rsquo;ll be writing this as if it were yesterday.&lt;/p&gt;&#10;&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt; today we rode the Big Bus tour bus around Lower Manhattan. Then we&#10;walked to the Intrepid Museum. After that we went biked around in Central Park&#10;and went to the Rockefeller Complex.&lt;/p&gt;&#10;&lt;h3 id="bigbustour"&gt;&#10; Big Bus Tour&#10; &lt;a&#10; class="permalink"&#10; href="#bigbustour"&#10; aria-label="Permalink to Big Bus Tour"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h3&gt;&#10;&lt;p&gt;We started our day by getting on the Big Bus tour, the tour we got tickets for&#10;yesterday morning. The bus stopped right outside our hotel which was nice.&#10;Unfortunately we had no idea the exact location it would stop so we wandered&#10;around asking people. We managed to find the correct spot and board the bus.&#10;There was a guide who gave information about the sights we were seeing from the&#10;bus. He was a New York Native who grew up somewhere near Central Park. We drove&#10;past a bunch of interesting sites in downtown New York. Everything from museums&#10;and monuments to Wall Street and Broadway. I would elaborate on what we learned,&#10;but that would be a lot of writing so I won&amp;rsquo;t. Besides, judging by the dismal&#10;number of views I’m getting on my posts, you probably don’t care anyway.&lt;/p&gt;</description></item><item><title>New York, New York</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-16-new-york-day-1/</link><pubDate>Mon, 16 May 2016 19:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-16-new-york-day-1/</guid><description>&lt;p&gt;Today seemed like a really long day because it was. We started out at&#10;07:45 and arrived back at the hotel at 23:00 (11 PM for those of you who&#10;don&amp;rsquo;t understand 24 hour time).&lt;/p&gt;&#10;&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt; We went to the Statue of Liberty and Ellis Island then to the&#10;9/11 Memorial Museum. Then we did a bus tour/entertainment thing and&#10;then went up the Empire State Building.&lt;/p&gt;</description></item><item><title>Denver, CO to New York, NY</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-15-den-to-nyc/</link><pubDate>Sun, 15 May 2016 20:52:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-15-den-to-nyc/</guid><description>&lt;p&gt;Today my mom and I arrived in New York, New York. We made it through the&#10;Denver TSA Security fairly quickly, and got to our gate with plenty of&#10;time. We boarded the plane without issue, but I had the fortune of&#10;sitting in front of a baby who kicked my seat throughout the flight and&#10;screamed when she wasn&amp;rsquo;t kicking. (Maybe a slight exaggeration, but not&#10;much of one.) I was able to plug in my headphones and sleep through a&#10;lot of it.&lt;/p&gt;</description></item><item><title>Going on Another Trip!</title><link>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-14-going-on-another-trip/</link><pubDate>Sat, 14 May 2016 15:24:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2016-new-england-trip/2016-05-14-going-on-another-trip/</guid><description>&lt;p&gt;To celebrate the end of my senior year, I am going on trip with my mom to New&#10;England. We will be going to New York City, Boston and then taking a cruise&#10;which goes to Bermuda, back to Boston, and then to Bar Harbor, Maine; Halifax,&#10;Nova Scotia, Canada; Sydney, Nova Scotia, Canada; Charlottetown, Prince Edward&#10;Island; Quebec City, Quebec, Canada; and Montreal, Quebec, Canada. A few days of&#10;the cruise we will be cruising the St. Lawrence River. We will spend a day or&#10;two in Montreal and then fly to Atlanta where we will meet Hannah and spend time&#10;with friends and family in Georgia.&lt;/p&gt;</description></item><item><title>Reflections on Trip 2</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/reflections-on-trip-2/</link><pubDate>Wed, 10 Feb 2016 22:35:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/reflections-on-trip-2/</guid><description>&lt;p&gt;Finally, four months after my &lt;a&#10; href="https://sumnerevans.com/posts/travel/2015-baltic-cruise/reflections-on-trip-1/"&gt;last one&lt;/a&gt;, I have another Reflections on Trip post. Some of these are really deep,&#10;while others are definitely not.&lt;/p&gt;&#10;&lt;h1 id="multilingualism"&gt;&#10; Multilingualism&#10; &lt;a&#10; class="permalink"&#10; href="#multilingualism"&#10; aria-label="Permalink to Multilingualism"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h1&gt;&#10;&lt;p&gt;On our trip I encountered many people from many countries. I talked to kids from&#10;Israel, France, Spain, Lebanon, Mexico, Kuwait, and a few other places. Everyone&#10;used English. Even when the Israelis were talking to the Mexicans or the French&#10;with the Spanish, they spoke in English. In some regards, I think it&amp;rsquo;s awesome&#10;that I am a native English speaker because I can communicate with a multitude of&#10;people. On the other hand, I feel like I am lacking something in not knowing&#10;another language. I would like to be able to carry a semi-sophisticated&#10;conversation in another language. I know some Spanish, but I feel that I would&#10;need to really focus on learning it to become fully conversational in it.&lt;/p&gt;</description></item><item><title>Reflections on Trip 1</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/reflections-on-trip-1/</link><pubDate>Sat, 10 Oct 2015 08:41:00 -0100</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/reflections-on-trip-1/</guid><description>&lt;p&gt;As I said at the end of my&#10;&lt;a&#10; href="https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-22-reykjavik-iceland-to-denver-colorado/"&gt;last post about our trip to Northern Europe&lt;/a&gt;&#10;I am going to write about some things that I thought about during the trip. Some&#10;of it has to do with the particular events of the trip, but some are more&#10;generic. This is the first of many of these posts, so expect more later.&lt;/p&gt;</description></item><item><title>Reykjavík, Iceland to Denver, Colorado</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-22-reykjavik-iceland-to-denver-colorado/</link><pubDate>Sat, 22 Aug 2015 11:41:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-22-reykjavik-iceland-to-denver-colorado/</guid><description>&lt;p&gt;&lt;strong&gt;Somewhere over Northern Canada:&lt;/strong&gt; I am in the plane right now and just got&#10;caught up on all my blog posts. Transportation to the airport was fairly easy.&#10;The man who took us to the apartments yesterday took us to the bus terminal&#10;where we caught an airport shuttle to Keflavik International. Unfortunately, our&#10;flight was delayed an hour because the plane was delayed arriving. We walked&#10;around the shops and ate lunch just to kill time. We also bought food for the&#10;plane. We have a driver set up to pick us up from Denver International Airport&#10;so I&amp;rsquo;ll assume that that will work out fine.&lt;/p&gt;</description></item><item><title>Reykjavík, Iceland</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-21-reykjavik-iceland/</link><pubDate>Fri, 21 Aug 2015 11:37:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-21-reykjavik-iceland/</guid><description>&lt;p&gt;Today we did a tour of the Golden Circle, the main sites in the southwest of&#10;Iceland. Getting to the bus terminal was a bit interesting. We were driven by&#10;the grandpa of the family from the hotel to some apartments. Then we were picked&#10;up by a minibus from the tour company which took us to the main terminal where&#10;we boarded a larger tour bus.&lt;/p&gt;</description></item><item><title>London, England to Reykjavík, Iceland</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-20-london-england-to-reykjavik-iceland/</link><pubDate>Thu, 20 Aug 2015 10:32:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-20-london-england-to-reykjavik-iceland/</guid><description>&lt;p&gt;I&amp;rsquo;m going to make this short because I&amp;rsquo;m behind on writing. Today was a travel&#10;day. We went by car from our apartment to Gatwick International Airport. Then we&#10;flew to Reykjavík. It was only a 3 hour flight and 1 hour time difference so it&#10;wasn&amp;rsquo;t bad at all.&lt;/p&gt;&#10;&lt;p&gt;We had planned to rent a car and drive to our hotel, but mom&amp;rsquo;s driver&amp;rsquo;s license&#10;expired on the 17th. The man at the car rental office was very nice and gave us&#10;tickets on their bus into town (I guess they are both part of the same company).&#10;He said that we would take that bus and then a shuttle would take us to our&#10;hotel. The bus ride went fine, but when we arrived at the place where we were&#10;supposed to get the shuttle, the lady said that they don&amp;rsquo;t take people to our&#10;hotel. We told her that the man at the car rental place had said we could, so&#10;she phoned the car rental office. She came back and said that the man was&#10;mistaken, but said that since it was their fault they would pay for a taxi. We&#10;were very surprised, especially since we hadn&amp;rsquo;t even asked for anything, the man&#10;at the car rental place had given us the tickets just to be nice. A few minutes&#10;later, she came back and said &amp;ldquo;a taxi would take forever to come so this lady&#10;will take you herself&amp;rdquo;. We got our own private 15 passenger van and she took us&#10;to our hotel. Her English was very good and we asked her some questions about&#10;Iceland, what things she recommends we do tomorrow and the like. We gave her a&#10;hefty tip on arrival at our hotel.&lt;/p&gt;</description></item><item><title>London, England -- Day 11</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-19-london-england/</link><pubDate>Wed, 19 Aug 2015 15:37:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-19-london-england/</guid><description>&lt;p&gt;Today we went to the reconstruction of the Globe Theatre and then to the science&#10;museum, but I&amp;rsquo;m getting ahead of myself. I&amp;rsquo;ll start with the Globe Theatre.&lt;/p&gt;&#10;&lt;p&gt;I&amp;rsquo;ll start by describing some of the things I learned about the Globe Theatre.&#10;The area around the Globe had a long theatrical tradition even before the Globe&#10;was built. There were theatres in the area when the original Globe was built&#10;according to Shakespeare&amp;rsquo;s design in 1599 (source of date:&#10;&lt;a&#10; href="https://en.m.wikipedia.org/wiki/Globe_Theatre"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Wikipedia&lt;/a&gt;). The Globe burned&#10;down a few times because of its thatch roof and wooden construction. It lay in&#10;ruins for hundreds of years until a reconstruction was made in the late 1900s.&#10;The reconstruction used the same materials and construction techniques as the&#10;original and is actually the only building in London with a thatched roof.&lt;/p&gt;</description></item><item><title>London, England -- Day 10 -- York</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-18-london-england-york/</link><pubDate>Tue, 18 Aug 2015 14:05:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-18-london-england-york/</guid><description>&lt;p&gt;Today we went to York, our furthest day trip so far. It took two hours by&#10;express train (120 mph I think). The other trips we&amp;rsquo;ve made have been on much&#10;slower trains with more stops.&lt;/p&gt;&#10;&lt;p&gt;We began by going to a museum on the history of York. The area around York is&#10;full of fossils from various small snail-like sea creatures. There were a few&#10;rooms dedicated to the dinosaur age with lots of evolution junk that didn&amp;rsquo;t&#10;really have to do with York&lt;/p&gt;</description></item><item><title>London, England -- Day 9</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-17-london-england/</link><pubDate>Mon, 17 Aug 2015 12:30:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-17-london-england/</guid><description>&lt;p&gt;We started the day by going to the Royal Air Force Museum. It took a while to&#10;get there because we had to get off the underground and walk a little ways and&#10;then get on a different line and go for another while. Then we had to walk for&#10;about 15–20 minutes to get to the actual museum. The museum consisted of four&#10;large buildings with lots of planes. &lt;strong&gt;Lots&lt;/strong&gt; of planes.&lt;/p&gt;</description></item><item><title>London, England -- Day 8 -- Warwick</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-16-london-england-warwick/</link><pubDate>Sun, 16 Aug 2015 01:12:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-16-london-england-warwick/</guid><description>&lt;p&gt;Today we went to Warwick (pronounced war-ick). Warwick is the site of a very old&#10;medieval castle. Today, the castle grounds are what I’d call a Renaissance&#10;Festival mixed with a real castle. There were all sorts of activities that you&#10;could do on the grounds, most of the activities were a bit young or costed&#10;additional money. The castle became a palace at some point and changed hands&#10;many times. We were able to walk through the palace and learn about the various&#10;owners. I found it interesting how many of the royalty in Europe were&#10;intermarried at the outbreak of WWI, yet it didn&amp;rsquo;t prevent the war. Talk about a&#10;family feud&amp;hellip;&lt;/p&gt;</description></item><item><title>London, England -- Day 7</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-15-london-england/</link><pubDate>Sat, 15 Aug 2015 14:01:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-15-london-england/</guid><description>&lt;p&gt;Today was another full day in London. We started out by going to Greenwich, the&#10;location of the Prime Meridian and the location where Greenwich Mean Time is&#10;calculated.&lt;/p&gt;&#10;&lt;p&gt;Before going to the observatory, we went to the Cutty Sark museum. The Cutty&#10;Sark was one of the fastest clippers in its day. It primarily transported tea&#10;from Shanghai to London but also made trips to Australia. The boat is elevated&#10;so that you can view the underside of the vessel. It is also elevated to relieve&#10;the unnatural pressure on the bottom of the boat which was damaging the ship.&lt;/p&gt;</description></item><item><title>London, England -- Day 6 -- Stonehenge</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-14-london-england-stonehenge/</link><pubDate>Fri, 14 Aug 2015 11:35:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-14-london-england-stonehenge/</guid><description>&lt;p&gt;Today we went to Stonehenge. The journey took over two hours. We went by&#10;underground to the train station, and took the train to Salisbury. From there we&#10;boarded a bus to the Stonehenge Visitor Centre. The displays explained some of&#10;the archaeological features of the area. Stonehenge is part of a vast complex of&#10;mounds, ditches and other (less impressive) structures. The stones of Stonehenge&#10;were erected around 2600 BC, about the same time that the Great Pyramid was&#10;built. The structure is an engineering wonder for a people who didn&amp;rsquo;t have the&#10;wheel. As the people who built Stonehenge didn&amp;rsquo;t have a written language, it is&#10;unknown exactly what the structure was used for. There are some clues however,&#10;for example, the sun is aligned through the stones on the Spring Equinox. It is&#10;likely that Stonehenge was a religious-scientific centre where the ancient&#10;people of the area worshipped, gave sacrifices to their gods, and observed the&#10;heavens.&lt;/p&gt;</description></item><item><title>London, England -- Day 5</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-13-london-england/</link><pubDate>Thu, 13 Aug 2015 13:41:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-13-london-england/</guid><description>&lt;p&gt;Today we got up fairly early to go to the Tower of London, the castle around&#10;which London was built. We began by going to see the Crown Jewels, the Royal&#10;collection of precious metals, gems and other Royal items. Many crowns worn by&#10;various royalty and some other things like sceptres are on display. The movies&#10;sure don&amp;rsquo;t exaggerate the brilliance of the crowns worn by royalty, One&#10;interesting thing about the things on display in the Crown Jewels exhibit is&#10;that they are still used today.&lt;/p&gt;</description></item><item><title>London, England -- Day 4</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-12-london-england/</link><pubDate>Wed, 12 Aug 2015 12:30:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-12-london-england/</guid><description>&lt;p&gt;Today we had a late start, about 9:00. We began by riding the underground to&#10;Tower Bridge, the drawbridge that everyone thinks is London Bridge. We did the&#10;Tower Bridge Experience which took up to the bridge walkways, the ones above the&#10;drawbridge opening. The displays talked some about the history and making of the&#10;bridge. They had a glass floor where you could look down on all of the people&#10;and cars down below. It wasn&amp;rsquo;t very scary because the glass had little black&#10;dots on it at regular intervals.&lt;/p&gt;</description></item><item><title>London, England -- Day 3 -- Bath, England</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-11-london-england-bath-england/</link><pubDate>Tue, 11 Aug 2015 12:29:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-11-london-england-bath-england/</guid><description>&lt;p&gt;Today we went on an excursion to Bath, the town built around the only hot spring&#10;in Great Britain. To get there, we had to ride the underground to Paddington&#10;Station where we got a train to Bath Spa. The ride took two hours. I slept most&#10;of the way so I don&amp;rsquo;t remember much of it.&lt;/p&gt;&#10;&lt;p&gt;We started by going to the main attraction in Bath: the Roman Baths. Built by&#10;the Romans staring in AD 43, the site was forgotten and silt from the nearby&#10;river gradually covered the area after the fall of the Roman Empire. The Roman&#10;Baths were not discovered again until the late 1800&amp;rsquo;s. The hot springs didn&amp;rsquo;t&#10;cease to function and the area had a lot of activity in between those periods.&#10;Initially it was mainly poor people who used the waters for healing purposes,&#10;but then the Queen came and was healed of her rheumatism and suddenly, Bath was&#10;the place to be if you were anybody. An entire structure was built around the&#10;hot spring, but the Roman Baths were not discovered for another few hundred&#10;years. After it was discovered excavations commenced. The best preserved Roman&#10;ruins north of the Alps (or so claimed our the guide) were unearthed.&lt;/p&gt;</description></item><item><title>London, England -- Day 2</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-10-london-england/</link><pubDate>Mon, 10 Aug 2015 14:16:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-10-london-england/</guid><description>&lt;p&gt;Today was our second day in London. We spent our morning at St. Paul&amp;rsquo;s Cathedral&#10;and went to the British Museum in the afternoon.&lt;/p&gt;&#10;&lt;p&gt;After a breakfast of bread, cheese, and prosciutto we went to Shepherd&amp;rsquo;s Bush&#10;station and caught the Central Line to St. Paul&amp;rsquo;s Cathedral. It was pretty&#10;obvious where to go from there since the dome of St. Paul&amp;rsquo;s loomed overhead. We&#10;started by using Rick Steve&amp;rsquo;s audio guide through the cathedral. We began at the&#10;entrance and proceeded down the knave (the place where you sit during services).&#10;Then we went around the Quire (the area where the choir sits) to the main altar.&#10;Behind the main altar is a memorial to the American soldiers who fought to&#10;defend Britain during WWII. We then came back around and went up the stairs into&#10;the dome itself. The first level is called the whispering gallery because you&#10;can whisper to the wall and someone all the way across the dome can hear you.&#10;It&amp;rsquo;s really cool. Then dad and I climbed up to the next level where there&amp;rsquo;s a&#10;good view of London. I climbed all the way to the top and there was an even more&#10;spectacular view. I could see all of the main sights of London. We then went&#10;back down and got the audio guides provided by the church. We listened to some&#10;of that commentary and then proceeded to the crypt. Many famous people were&#10;buried down there. The remains of Sir Christopher Wren, the builder of the&#10;cathedral, are down there along with memorials to many fallen soldiers and&#10;heroes of war.&lt;/p&gt;</description></item><item><title>London, England -- Day 1</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-09-london-england/</link><pubDate>Sun, 09 Aug 2015 13:16:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-09-london-england/</guid><description>&lt;p&gt;Today was our first full day in London, England. We decided to start with a&#10;panoramic hop on-hop off bus tour. To get to the bus tour we had to go to&#10;Trafalgar Square to get tickets. We went to the Shepherd&amp;rsquo;s Bush&#10;metro/tube/underground station and bought passes. The man that assisted us was&#10;very helpful. To get into the subway, you have to touch your card on a sensor&#10;(I&amp;rsquo;m guessing it uses NFC) and a gate opens for you. We took the Central Line to&#10;Oxford Circus (which apparently doesn&amp;rsquo;t have anything to do with a circus) and&#10;then transferred to the Bakerloo line to Charing Cross. It was a neat&#10;experience, especially for a suburbs boy like me.&lt;/p&gt;</description></item><item><title>Copenhagen, Denmark to London, England</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-08-copenhagen-denmark-to-london-england/</link><pubDate>Sat, 08 Aug 2015 22:16:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-08-copenhagen-denmark-to-london-england/</guid><description>&lt;p&gt;Today was entirely travel. We woke up early, ate breakfast, and headed out to&#10;the shuttle to the airport. We flew directly to London, Gatwick airport (not&#10;Heathrow). Then a driver who we had hired picked us up and took us an hour and a&#10;half to the apartment we had rented using HomeAway (which is like Airbnb). Our&#10;dad, who had flown in a few hours earlier, met us at the apartment. After&#10;leaving our stuff in the flat, we headed to the grocery store, Tesco, to get&#10;foodstuffs for our stay in London.&lt;/p&gt;</description></item><item><title>Copenhagen, Denmark</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-07-copenhagen-denmark/</link><pubDate>Fri, 07 Aug 2015 10:08:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-07-copenhagen-denmark/</guid><description>&lt;p&gt;Today we were in Copenhagen, Denmark. This is our last port on the cruise. We&#10;fly out of Copenhagen to London tomorrow.&lt;/p&gt;&#10;&lt;p&gt;We began our day by doing a MeMover tour. MeMovers are kinda like a mobile&#10;elliptical, but not. I can&amp;rsquo;t really describe it, so I&amp;rsquo;ll post a picture that our&#10;guide took when we were parked in front of a water feature. Our guide had&#10;virtually perfect English and his son, Otto, who made the caboose of our&#10;caravan, had terrific English also.&lt;/p&gt;</description></item><item><title>Fredericia, Denmark</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-06-fredericia-denmark/</link><pubDate>Thu, 06 Aug 2015 13:21:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-06-fredericia-denmark/</guid><description>&lt;p&gt;Today we were in Fredericia (fred-er-esh-eeuh), Denmark. We got off the boat&#10;late because we didn&amp;rsquo;t have anything scheduled until the afternoon. When we did&#10;make it into town, we walked around for a little bit. It is a very nice town,&#10;but there isn&amp;rsquo;t much to see. There were a lot of pedestrian streets and I liked&#10;the water features along and in the street. We did manage to buy a new SIM card&#10;that will work in Denmark so we can call dad. We bought it from a Sri Lankan in&#10;Denmark.&lt;/p&gt;</description></item><item><title>Warnemunde, Germany (Berlin, Germany)</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-05-warnemunde-germany-berlin-germany/</link><pubDate>Wed, 05 Aug 2015 12:57:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-05-warnemunde-germany-berlin-germany/</guid><description>&lt;p&gt;Today we docked at the port in Warnemunde, Germany. We had to go out earlier&#10;than normal because 1) we docked earlier and 2) we drove into Berlin which is a&#10;3.5 hr drive. We didn&amp;rsquo;t have much trouble finding our driver, and the ride into&#10;Berlin wasn&amp;rsquo;t very interesting. We stayed mostly on the autobahn, the&#10;(basically) no speed limit highways. The driver didn&amp;rsquo;t seem to be very&#10;experienced, but we didn&amp;rsquo;t die. He did drive us to the wrong spot in Berlin&#10;though. It was his second time in Berlin, so he didn&amp;rsquo;t know the city very well.&#10;Our guide had told the driving company to take us to a certain part of the&#10;Berlin Wall, but the company had told our driver the wrong place. It took half&#10;an hour or so to find the right spot.&lt;/p&gt;</description></item><item><title>At Sea</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-04-at-sea/</link><pubDate>Tue, 04 Aug 2015 12:56:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-04-at-sea/</guid><description>&lt;p&gt;Today we were at sea, only sailing. I really don&amp;rsquo;t want to write all about it,&#10;so I won&amp;rsquo;t. I will tell you that it was fun. Just combine what I&amp;rsquo;ve described to&#10;you about the last few evenings on the ship and add some swimming to that and&#10;you have a good idea of what happened today.&lt;/p&gt;</description></item><item><title>Klaipeda, Lithuania</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-03-klaipeda-lithuania/</link><pubDate>Mon, 03 Aug 2015 12:55:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-03-klaipeda-lithuania/</guid><description>&lt;p&gt;Today we were in Klaipeda, Lithuania. Unlike Tallinn and Riga, Klaipeda is not&#10;the capitol of Lithuania. The capitol, Vilnius is 300 km (186 mi) away and the&#10;second largest city is in between Vilnius and Klaipeda. Klaipeda is the&#10;industrial centre of Lithuania. The large number of container ships was an&#10;indicator of this economic status.&lt;/p&gt;&#10;&lt;p&gt;Klaipeda was historically German, specifically East Prussian. It was not until&#10;the Soviets came after WWII that it became part of Lithuania. All of the German&#10;population left Klaipeda (which was at that time known as Memelis) and the&#10;Soviets renamed the city to its current name. The Soviets then incorporated the&#10;city into Lithuania. During WWII, like all of the Baltic States, Germany invaded&#10;and occupied Lithuania. Then, the Soviets came back and reoccupied Lithuania.&lt;/p&gt;</description></item><item><title>Riga, Latvia</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-02-riga-latvia/</link><pubDate>Sun, 02 Aug 2015 12:50:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-02-riga-latvia/</guid><description>&lt;p&gt;Today we took it a little easier than the other days. We didn&amp;rsquo;t do any tour of&#10;the city, but we did ride the shuttle into Riga and walked around. The shuttle&#10;dropped us off at the main square called Town Hall Square. The architecture of&#10;Riga is a mix of old, Soviet, and modern and the buildings of Town Hall Square&#10;demonstrates that perfectly. There was an old structure, the House of the&#10;Blackheads, that was built in the 1300s, an ugly Soviet building that housed a&#10;museum, and just around the corner was a modern (post-Soviet) building. There is&#10;a statue in the middle of the square of a man holding a sword. In ancient times,&#10;the sword was used as the geographical centre of the city and all measurements&#10;were based off of that point. We then wandered to St. Paul&amp;rsquo;s church (I think it&#10;was Paul&amp;rsquo;s, it might have been Peter&amp;rsquo;s though, I can&amp;rsquo;t remember). It was like&#10;many other small town Germanic churches. We continued to wander through various&#10;streets and eventually made it to Dome Square named after the domed church which&#10;is the dominant landmark in the square. We walked around, took some pictures and&#10;ate some Latvian ice cream. Then we headed back to the Town Hall Square.&lt;/p&gt;</description></item><item><title>Tallinn, Estonia</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-01-tallin-estonia/</link><pubDate>Sat, 01 Aug 2015 12:49:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-08-01-tallin-estonia/</guid><description>&lt;p&gt;Today we were in Tallinn, Estonia. We arrived in port at about 7:00 and, after&#10;breakfast, we went out to meet our guide at about 8:30. Unlike Russia, there was&#10;no passport control or anything (which was quite refreshing). Our guide&amp;rsquo;s name&#10;was Siljva (or something like that) it was pronounced like Sill-vuh. Her English&#10;was very good and she was very well educated (she is writing her thesis to&#10;become a information technology lawyer). She was able to answer our questions&#10;much more easily than Maria in St. Petersburg.&lt;/p&gt;</description></item><item><title>St. Petersburg, Russia -- Day 3</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-07-31-st-petersburg-russia/</link><pubDate>Fri, 31 Jul 2015 12:47:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-07-31-st-petersburg-russia/</guid><description>&lt;p&gt;Today we were again in St. Petersburg. I will start describing today from when&#10;we met our guide outside the cruise terminal. We first drove to a souvenir shop&#10;where the travel company headquarters was located (it appeared that the sublet&#10;space from the souvenir shop). The lady who was accepting payments for the tour&#10;said that all of the kids could get 15 Euro credit for anything in the store. (I&#10;think that that was so that the parents would stay and spend money.) I got a&#10;cool knife with a CCCP (USSR in Russian) symbol on it. It doesn&amp;rsquo;t seem very high&#10;quality, but it is cool.&lt;/p&gt;</description></item><item><title>St. Petersburg, Russia -- Day 2</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-07-30-st-petersburg-russia/</link><pubDate>Thu, 30 Jul 2015 12:26:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-07-30-st-petersburg-russia/</guid><description>&lt;p&gt;Today is our second day in St. Petersburg. After the normal morning activities,&#10;we went out to our guide and she took us to a hydrofoil which we rode out to&#10;Peterhov (that&amp;rsquo;s probably very incorrect spelling), the island where the&#10;official summer residence of the Czar is located. The boat ride was fine. I&#10;don’t remember much but the back of my eyelids though. The first thing we saw on&#10;the island was the canal leading up to the palace. We got some very good&#10;pictures of the palace from a distance. I will try to post some of them here.&lt;/p&gt;</description></item><item><title>St. Petersburg, Russia -- Day 1</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-07-29-st-petersburg-russia/</link><pubDate>Wed, 29 Jul 2015 12:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-07-29-st-petersburg-russia/</guid><description>&lt;p&gt;The stereotypes are true. Russia was pretty much as I expected.&lt;/p&gt;&#10;&lt;p&gt;If you like Russia, Putin, Socialism, Communism or Obama (specifically his&#10;foreign policy or, really, lack thereof), you should probably not read my posts&#10;about Russia.&lt;/p&gt;&#10;&lt;p&gt;When we looked out into the city from the 11th deck where the Windjammer Cafe is&#10;the buildings (they were a kilometer or so away) just screamed communist block&#10;housing. They were tall, white, ugly buildings made out of cement. It appeared&#10;that they were still making apartments like that in the area because we saw one&#10;under construction.&lt;/p&gt;</description></item><item><title>Helsinki, Finland</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-07-28-helsinki-finland/</link><pubDate>Tue, 28 Jul 2015 12:22:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-07-28-helsinki-finland/</guid><description>&lt;p&gt;We woke up at about 8:00 today, ate breakfast, and got ready to get off the&#10;ship. Mrs. Coco had booked a kayak tour for us to go see the city by boat. So&#10;after the ship docked at about 10:30 we all walked out and met the guide for our&#10;kayaking tour. His name was Marti (with a rolled R). We rode by car to the&#10;shore of an inlet to the bay where they had already put the kayaks. I went with&#10;mom, Hannah and Sebastian (the oldest Coco boy) went together, and Mr. and Mrs.&#10;each went with one of the twins: Nico and Sergio.&lt;/p&gt;</description></item><item><title>Stockholm, Sweden -- Day 4 and Set Sail</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-07-27-stockholm-set-sail/</link><pubDate>Mon, 27 Jul 2015 09:21:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-07-27-stockholm-set-sail/</guid><description>&lt;p&gt;We started today earlier than any of the other days at around 8:00. We headed up&#10;to breakfast at the Windjammer Cafe. The food selection was good for a breakfast&#10;and the bacon was cooked to my liking, unlike the bacon at the hotel which&#10;wasn’t that good. After breakfast, we got ready to go back into Stockholm for&#10;the last time.&lt;/p&gt;</description></item><item><title>Stockholm, Sweden -- Day 5 and Beginning of Cruise</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-07-26-stockholm-beginning-of-cruise/</link><pubDate>Sun, 26 Jul 2015 08:28:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-07-26-stockholm-beginning-of-cruise/</guid><description>&lt;p&gt;Today we embarked on our cruise. We woke up and had breakfast at the hotel and&#10;then had the hotel staff order us a taxi to the cruise port. The ride was fine&#10;and went without an issue. To check in to the cruise ship, it&amp;rsquo;s like airport&#10;check in and security. We had to &amp;ldquo;check&amp;rdquo; our bags and at a little stand, it was&#10;very easy because we’d already printed our luggage tags. Then we went into&#10;another line to go through security. It isn&amp;rsquo;t quite as rigorous as airport&#10;security (we were able to take water bottles through) but it still took a while.&#10;Then we got in a new line to get our key cards for the ship. After these three&#10;lines (in total they took an hour or so) we boarded the boat. Then we waited&#10;forever for the elevator. Eventually we made it in to an elevator and went to&#10;the 11th floor where the Windjammer Cafe is. (The Windjammer is the lunch&#10;buffet.) By the time we were done with lunch our stateroom was ready to be&#10;occupied so we went to check it out and drop off our &amp;ldquo;cary ons&amp;rdquo;. We then went&#10;back into Stockholm for the afternoon.&lt;/p&gt;</description></item><item><title>Stockholm, Sweden -- Day 3</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-07-25-stockholm/</link><pubDate>Sat, 25 Jul 2015 12:42:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-07-25-stockholm/</guid><description>&lt;p&gt;Someone didn&amp;rsquo;t get up until 9:15 today. I won&amp;rsquo;t mention his name. (Oh wait, I&amp;rsquo;m&#10;the only guy, oops.)&lt;/p&gt;&#10;&lt;p&gt;After breakfast in the hotel, we got ready and went out to the bus stop which&#10;was about 100 metres from the hotel. We got on bus line 69 which took us&#10;straight to the &lt;em&gt;Historiska Museet&lt;/em&gt;, the Swedish History Museum.&lt;/p&gt;</description></item><item><title>Stockholm, Sweden -- Day 2</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-07-24-stockholm/</link><pubDate>Fri, 24 Jul 2015 11:19:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-07-24-stockholm/</guid><description>&lt;p&gt;We started this day very late. (I’m sure it had nothing to do with some&#10;individuals sleeping in till 9:30&amp;hellip; oh wait, that was me.) We ate breakfast&#10;which luckily ran until 10:30 and then got ready to go.&lt;/p&gt;&#10;&lt;p&gt;We walked down to the central tram station and got on the 7 tram which took us&#10;to our first destination: Scansen, an open air museum featuring various Swedish&#10;buildings and animals. We started out by walking around a reconstruction of a&#10;Swedish village around the 1840s. There was a glass blowing shop, a woodworking&#10;shop, a factory, a few houses and a school. One interesting thing about school&#10;during that period was that the amount of light dictated the amount of school&#10;done because they only used natural lighting. In one of the houses we went into,&#10;the guy said that it was the house of a middle class family. There were only&#10;three rooms in the house, but the room we were in was the one where you would&#10;entertain guests. It had a piano, nice furniture, and wallpaper so that you&#10;could make it look like you were wealthy, even if you really weren&amp;rsquo;t. Things&#10;really haven’t changed much have they&amp;hellip;&lt;/p&gt;</description></item><item><title>Stockholm, Sweden -- Day 1</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-07-23-stockholm/</link><pubDate>Thu, 23 Jul 2015 12:26:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-07-23-stockholm/</guid><description>&lt;p&gt;We arrived in Stockholm at around 12:30 local time. Unfortunately I did doze off&#10;in the plane on our way here for about an hour, so I didn&amp;rsquo;t succeed in my&#10;original goal of not sleeping on they flight. I’m going to try and make up for&#10;it by staying up until 21:00 tonight.&lt;/p&gt;&#10;&lt;p&gt;Two of our bags took forever to come out, but we finally got them and found the&#10;train into Stockholm. We had gotten the wrong tickets (Hannah had a pensioner&amp;rsquo;s&#10;ticket) but the lady was nice and told us that both Hannah and I were free and&#10;that we should just ask for a refund once we got to the station in Stockholm.&#10;The guy at the station didn&amp;rsquo;t ask any questions and gave us the refund. It was a&#10;good introduction to Stockholm.&lt;/p&gt;</description></item><item><title>On Our Way - Reykjavík, Iceland to Stockholm, Sweden</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-07-23-on-our-way-reykjavik-to-stockholm/</link><pubDate>Thu, 23 Jul 2015 11:03:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-07-23-on-our-way-reykjavik-to-stockholm/</guid><description>&lt;p&gt;&lt;strong&gt;7:26 2015/7/23 Reykjavík, Iceland, 1:26 MST:&lt;/strong&gt; I am sitting on the airplane&#10;getting ready to leave from Reykjavík for Stockholm right now. We have another&#10;little kid behind us on this flight. I am hoping to not sleep this flight so&#10;that I am closer to Stockholm time (we will be arriving there at 12:30 local&#10;time). We will see how that goes.&lt;/p&gt;</description></item><item><title>On Our Way - Denver, Colorado, USA to Reykjavík, Iceland</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-07-23-on-our-way-denver-to-reykjavik/</link><pubDate>Thu, 23 Jul 2015 00:02:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-07-23-on-our-way-denver-to-reykjavik/</guid><description>&lt;p&gt;I am on an Icelandair flight right now writing this post. We are about an hour&#10;and a half into the flight. We were able to check in online, so we ended up&#10;being fairly early to the airport, but it gave us plenty of time to eat a lupper&#10;(&lt;strong&gt;Lu&lt;/strong&gt;nch/Su&lt;strong&gt;pper&lt;/strong&gt;) at Panda Express. We are currently somewhere over the US&#10;still but I don’t know exactly because the flight map is not working for me.&#10;Right now I am waiting for the flight attendant to come and ask if we would like&#10;drinks. Right now she is having trouble scanning a Discover card for the people&#10;in front of us, so it is looking like it might be a while before we get our&#10;drinks…&lt;/p&gt;</description></item><item><title>Baltic Cruise and England Vacation Announcement</title><link>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-06-30-baltic-cruise-england-announcement/</link><pubDate>Tue, 30 Jun 2015 22:31:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2015-baltic-cruise/2015-06-30-baltic-cruise-england-announcement/</guid><description>&lt;p&gt;My family and I are going on a vacation! We will start with a cruise on the&#10;Baltic Sea, and then we will spend about a week and an half in England.&lt;/p&gt;&#10;&lt;p&gt;I will be maintaining this blog throughout the trip. I will try and write a post&#10;every day (though it might be a few days between when I actually post while I am&#10;on the cruise as internet connectivity is limited). I will be posting to both&#10;this blog and our family blog:&#10;&lt;a&#10; href="http://basheracademy.blogspot.com"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;basheracademy.blogspot.com&lt;/a&gt;. This blog will&#10;only contain posts from me, whereas the family blog will contain posts from my&#10;sister, Hannah, as well.&lt;/p&gt;</description></item><item><title>Apple Brings Calculus to the Table With Continuity</title><link>https://sumnerevans.com/posts/technology/apple-brings-calculus-to-the-table-with-continuity/</link><pubDate>Sat, 06 Sep 2014 20:55:00 -0600</pubDate><guid>https://sumnerevans.com/posts/technology/apple-brings-calculus-to-the-table-with-continuity/</guid><description>&lt;p&gt;There is a concept in calculus called Continuity. Basically, if you have a graph&#10;without any holes (x values for which y is undefined) or vertical asymptotes&#10;(I&amp;rsquo;m not going to try to explain), it is continuous. With iOS 8 and OS X&#10;Yosemite, Apple is bringing Calculus to the table with Continuity. (Just in case&#10;your head has been in the sand for the last couple of months, Continuity is a&#10;feature in iOS 8 and OS X Yosemite that makes it easy to move to a different&#10;device and work on the same thing. No calculus required.)&lt;/p&gt;</description></item><item><title>The Need for a New Type of Phone</title><link>https://sumnerevans.com/posts/technology/the-need-for-a-new-type-of-phone/</link><pubDate>Wed, 26 Jun 2013 18:44:00 -0600</pubDate><guid>https://sumnerevans.com/posts/technology/the-need-for-a-new-type-of-phone/</guid><description>&lt;p&gt;Currently, there are only two kinds of phones. Smartphones and dumb phones. I&#10;don&amp;rsquo;t think that these terms are descriptive enough. Take, for example, the&#10;iPhone versus the $14.99 flip phone you can get at Walmart. Obviously, the&#10;iPhone is a smartphone and the flip phone is a dumb phone. Now take a phone in&#10;the middle of the pack maybe one with a slide-out keyboard but no internet.&#10;Where does it fit? Does it qualify as a smart phone? Or is it a kinda-dumb&#10;smartphone? Well, my opinion is that that is a dumb phone. Where, then, does the&#10;little flip phone come in? Does it get put into the dumb phone category with the&#10;phone with the slide-out keyboard? No way! It is a much dumber phone. But that&#10;still doesn&amp;rsquo;t answer the question. Where does it get placed on the ladder of&#10;phone categories? Let me propose a new rung on the ladder. A &lt;em&gt;very&lt;/em&gt; low&#10;rung&amp;hellip; Introducing&amp;hellip; The idiot phone. Yes, the idiot phone. With this new&#10;phone categorization, the problem of how to categorize a flip phone is solved.&lt;/p&gt;</description></item><item><title>Change from Great Britain Settings to US Settings on RPi</title><link>https://sumnerevans.com/posts/technology/change-from-great-britain-settings-to-us-settings-on-rpi/</link><pubDate>Wed, 26 Jun 2013 16:07:00 -0600</pubDate><guid>https://sumnerevans.com/posts/technology/change-from-great-britain-settings-to-us-settings-on-rpi/</guid><description>&lt;p&gt;One of the most annoying things about the RPi for most of us is that it&#10;was built by Brits. Here are a few of the ramifications of this fact:&lt;/p&gt;&#10;&lt;ol&gt;&#10;&lt;li&gt;By default, the trash can is called the rubbish bin. I don&amp;rsquo;t know about you,&#10;but I don&amp;rsquo;t normally throw things into the &amp;ldquo;rubbish bin&amp;rdquo;, I throw them into&#10;the &amp;ldquo;trash can&amp;rdquo;&lt;/li&gt;&#10;&lt;li&gt;I don&amp;rsquo;t want to use British servers with British language repos when I use&#10;&lt;code&gt;sudo apt-get update&lt;/code&gt; etc.&lt;/li&gt;&#10;&lt;/ol&gt;&#10;&lt;p&gt;How do we make the RPi recognize that we aren&amp;rsquo;t Brits? Well, we need to change&#10;the locale to en_US. Here&amp;rsquo;s how to do that:&lt;/p&gt;</description></item><item><title>Editorial: iOS 7 shows how Apple is leading mobile computing</title><link>https://sumnerevans.com/posts/technology/editorial-ios-7-shows-how-apple-is-leading-mobile-computing/</link><pubDate>Mon, 24 Jun 2013 06:24:00 -0600</pubDate><guid>https://sumnerevans.com/posts/technology/editorial-ios-7-shows-how-apple-is-leading-mobile-computing/</guid><description>&lt;p&gt;&lt;a&#10; href="http://appleinsider.com/articles/13/06/22/editorial-ios-7-shows-how-apple-is-leading-mobile-computing"&#10; title="Editorial: iOS 7 shows how Apple is leading mobile computing (opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;Editorial: iOS 7 shows how Apple is leading mobile&#10;computing&lt;/a&gt;&lt;/p&gt;&#10;&lt;blockquote&gt;&#10;&lt;p&gt;When they stop complaining, it will be a sign Apple isn&amp;rsquo;t innovating.&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Appleinsider Editorial&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;/blockquote&gt;&#10;&lt;p&gt;This is one of the best pro-Apple, anti-Everything else posts I have&#10;seen. It&amp;rsquo;s probably very biased and I cannot comment on the historical&#10;accuracy of all of the claims made in the article, however I will say&#10;that it is a good read. (It&amp;rsquo;s a long article so it&amp;rsquo;s a good lunch break&#10;read, not a coffee break read.)&lt;/p&gt;</description></item><item><title>Access Your RPi Headless</title><link>https://sumnerevans.com/posts/technology/access-your-rpi-headless/</link><pubDate>Sun, 16 Jun 2013 17:49:00 -0600</pubDate><guid>https://sumnerevans.com/posts/technology/access-your-rpi-headless/</guid><description>&lt;p&gt;This post is for people who have a Raspberry Pi (RPi for short) and want to&#10;control their RPi remotely, from a Windows computer on the network.&lt;/p&gt;&#10;&lt;p&gt;&lt;strong&gt;DISCLAIMER:&lt;/strong&gt; I AM NOT RESPONSIBLE FOR ANY DAMAGE CAUSED BY YOUR USE OF THE&#10;INSTRUCTIONS ON THIS POST.&lt;/p&gt;&#10;&lt;p&gt;This guide makes a few assumptions. First, you have installed Debian Linux (or&#10;similar) on your RPi. Second, you know how to use the command line to install&#10;software and execute a few other commands. If you meet those criteria, you&#10;should be able to follow this guide.&lt;/p&gt;</description></item><item><title>Browser Wars: Chrome vs. IE</title><link>https://sumnerevans.com/posts/technology/browser-wars-chrome-vs-ie/</link><pubDate>Sun, 03 Mar 2013 19:10:00 -0600</pubDate><guid>https://sumnerevans.com/posts/technology/browser-wars-chrome-vs-ie/</guid><description>&lt;p&gt;Yes, you saw that right, I am going to actually put Chrome and IE (Internet&#10;Explorer) up together and see which one comes out on top. First however, I must&#10;say that I have a bias towards Chrome, however, considering Chrome has 46.60% of&#10;the market share&#10;&lt;a&#10; href="http://en.wikipedia.org/wiki/Usage_share_of_web_browsers#Summary_table"&#10; title="(opens in new tab)"&#10; rel="external" target="_blank"&#10; &gt;1&lt;/a&gt; (as&#10;of January 2014), I am definitely not alone on the Chrome bandwagon. But to the&#10;comparison part. Here are a few things to think about&amp;hellip;&lt;/p&gt;</description></item><item><title>CrashPlan Review</title><link>https://sumnerevans.com/posts/technology/crashplan-review/</link><pubDate>Thu, 28 Feb 2013 19:47:00 -0600</pubDate><guid>https://sumnerevans.com/posts/technology/crashplan-review/</guid><description>&lt;p&gt;I went out and signed up for the CrashPlan 30-day Trial a little over a month&#10;ago. I started by backing up about 350GB. (It didn&amp;rsquo;t finish during the trial,&#10;but we - my family - have the lowest connection speed that you can get and still&#10;pay money for it. We get a max of 850 Kbps [+/-50 Kbps] up and an average of&#10;1.1 Mbps down.) After the trial, my family decided (on my recommendation) buy&#10;the 4 year family plan. The family plan made much more sense than anything else&#10;because we have 5 computers in the house that need to be backed up.&lt;/p&gt;</description></item><item><title>Use Custom Themes on the Free Version of ObjectBar</title><link>https://sumnerevans.com/posts/technology/use-custom-themes-on-the-free-version-of-objectbar/</link><pubDate>Fri, 08 Feb 2013 11:56:00 -0600</pubDate><guid>https://sumnerevans.com/posts/technology/use-custom-themes-on-the-free-version-of-objectbar/</guid><description>&lt;p&gt;One of the worst things about ObjectBar Free is that you can&amp;rsquo;t use custom&#10;themes. You are limited to the themes that ship with the free version. When you&#10;try to use the theme selector to select a different theme (such as one that&#10;you&amp;rsquo;ve installed), ObjectBar tells you that you have to buy the full version of&#10;the program to use the theme. Well, I&amp;rsquo;m here to tell you that that is not the&#10;case. You &lt;em&gt;can&lt;/em&gt; use any theme that you want.&lt;/p&gt;</description></item><item><title>Office 2013 Review</title><link>https://sumnerevans.com/posts/technology/office-2013-review/</link><pubDate>Sun, 27 Jan 2013 15:12:00 -0600</pubDate><guid>https://sumnerevans.com/posts/technology/office-2013-review/</guid><description>&lt;p&gt;A little while ago I downloaded and installed Office 2013 Preview on my PC.&#10;Now, with only a few days before the final version shows up in stores I decided&#10;to post some of my thoughts on it.&lt;/p&gt;&#10;&lt;ol&gt;&#10;&lt;li&gt;&#10;&lt;h3 id="files-first"&gt;&#10; Files First&#10; &lt;a&#10; class="permalink"&#10; href="#files-first"&#10; aria-label="Permalink to Files First"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h3&gt;&#10;&#10; &lt;figure&gt;&#10;&#10; &lt;a href="https://sumnerevans.com/posts/technology/office-2013-review/images/word2013preview.png" target="_blank"&gt;&#10; &#10; &lt;picture&gt;&#10; &#10; &lt;img&#10; loading="lazy"&#10; src="https://sumnerevans.com/posts/technology/office-2013-review/images/word2013preview.png"&#10; alt="The first thing you see when you open Word 2013"&gt;&#10; &#10; &lt;/picture&gt;&#10; &lt;/a&gt;&#10; &lt;figcaption&gt;&lt;b&gt;When you open Word, you immediately see your files.&lt;/b&gt;&lt;/figcaption&gt;&#10; &lt;/figure&gt;&#10;&#10;&lt;p&gt;The first thing that I noticed about Office 2013 is that it puts your files&#10;first. On run, Word, PowerPoint, Publisher, and Access all open to a page&#10;with recent files, and a view of all the templates that you can use to&#10;create a new document/file. (See picture)&lt;/p&gt;</description></item><item><title>3 Tips to Survive Windows 8</title><link>https://sumnerevans.com/posts/technology/3-tips-to-survive-windows-8/</link><pubDate>Tue, 22 Jan 2013 23:36:00 -0600</pubDate><guid>https://sumnerevans.com/posts/technology/3-tips-to-survive-windows-8/</guid><description>&lt;p&gt;If you got a computer within the past few months, you probably have a computer&#10;with Windows 8. If you got one at Christmas, it is almost sure to be one with&#10;Win8 (unless the people who gave you the computer &lt;em&gt;intentionally&lt;/em&gt; put Win7 on&#10;it). Random comment alert, I think that a lot of people who got a new computer&#10;for Christmas (especially the less young) were a little disappointed with the&#10;loss of their start button. Just a though. Anyway, about survival. Here are a&#10;few things that will help you get started with Windows 8.&lt;/p&gt;</description></item><item><title>Why the Search Charm Shortcut is Win + Q</title><link>https://sumnerevans.com/posts/technology/search-charm-shortcut-win-q/</link><pubDate>Mon, 21 Jan 2013 00:13:00 -0600</pubDate><guid>https://sumnerevans.com/posts/technology/search-charm-shortcut-win-q/</guid><description>&lt;p&gt;Ever wonder why the search charm shortcut key is Win + Q? I think I know why&#10;Microsoft chose this as the shortcut key. Then I looked at the actual letter&#10;&amp;ldquo;Q.&amp;rdquo; Notice how it kinda looks like a magnifying glass The circle part is the&#10;lens, and the little tail is the handle. I know, it&amp;rsquo;s a long shot but it sorta&#10;makes since&amp;hellip;&lt;/p&gt;</description></item><item><title>My Thoughts on Windows 8</title><link>https://sumnerevans.com/posts/technology/my-thoughts-on-windows-8/</link><pubDate>Thu, 17 Jan 2013 16:02:00 -0600</pubDate><guid>https://sumnerevans.com/posts/technology/my-thoughts-on-windows-8/</guid><description>&lt;p&gt;I first saw Windows 8 at my C# class last year (2011-2012 school year) and fell&#10;in love with it. Well&amp;hellip; not &lt;em&gt;really&lt;/em&gt; but&amp;hellip; you know what I &lt;em&gt;meant&lt;/em&gt;. Anyway,&#10;the teacher of the class decided to dedicate the second semester to programming&#10;for Metro (Metro is the same thing as Modern UI which is the new user interface&#10;on Windows 8). We were required to get Win8 CP (short of &lt;strong&gt;Win&lt;/strong&gt;dows &lt;strong&gt;8&lt;/strong&gt;&#10;&lt;strong&gt;C&lt;/strong&gt;onsumer &lt;strong&gt;P&lt;/strong&gt;review) for our computers for class. So, of course, I&#10;installed CP. I had seen Windows 8 before and knew about how it worked so I was&#10;whizzing around the Modern UI in no time. I got Win8 Pro through DreamSpark&#10;before it even came out. All of this was to say that I have been using Win8 for&#10;a long time (in the computer realm, that is).&lt;/p&gt;</description></item><item><title>Day 29: Civitavecchia (Rome), Italy - End of Cruise</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-29-civitavecchia-rome-italy/</link><pubDate>Mon, 28 May 2012 12:39:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-29-civitavecchia-rome-italy/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today was a sad day we had to get off the boat. We got up and packed the&#10;last few items. I went down to the front desk to tell then that we&#10;wanted to donate some clothes, they were really nice and said that they&#10;would come and pick them up later. After that we went up to the Lido&#10;Restaurant for our last breakfast :( We saw Gede, I unfortunately have&#10;neglected to tell you any about him but he as been such a neat guy. He&#10;always says hi to us every day and he always has a huge smile on his&#10;face. He lives in Indonesia (most of the crew/staff is from there except&#10;most of the bar people are from the Philippines). He also has a daughter&#10;back home that is about the same age as Hannah. I think that Hannah&#10;reminds him of his daughter back home. I just can&amp;rsquo;t explain it besides&#10;that I think that he has become almost family to us. He said himself&#10;that he feels like we (Hannah and I) are his sister and brother. He is&#10;just a great guy. We thanked him profusely for all that he had done and&#10;for being like a brother to us. We also saw Jeff&amp;rsquo;s assistant waiter,&#10;Weda and thanked him for being so nice to us and also having a smile on&#10;his face at all times. After that we went to our room and packed all the&#10;last minute stuff and got ready for our number to be called for&#10;disembarkation. It was so sad to leave behind all of our friends but we&#10;still have a grand adventure ahead of us. It is a different kind of&#10;adventure but at least we don&amp;rsquo;t have to think about &amp;ldquo;oh! Am I going to&#10;be late for the boat?&amp;rdquo; I am really exited about being able to see all of&#10;the sites that I have read about and see pictures of for myself. When we&#10;got off the boat and found our luggage we went outside of the terminal&#10;and looked for our taxi driver/guide. He was waiting for us at the other&#10;exit but we found him easily. Because we were actually in Civitavecchia&#10;we had a hour or so drive to Rome and then we were going to tour around&#10;Rome with him until three when we were to check into our apartment. I&#10;slept on the way to Rome but as the driver said nothing all the way, I&#10;didn&amp;rsquo;t miss anything. We went first to see the Colosseum. It was raining&#10;but the places that we went where mostly inside. I will not bore you on&#10;exactly where we went, instead I will tell you a bit about the Colosseum&#10;and my thoughts on it. First of all it is huge! In the best preserved&#10;parts of the Colosseum the entire thing is not there but even so it is&#10;as big as the Pepsi center at least. It&amp;rsquo;s just plain massive. It was the&#10;beginning of modern stadiums, there are walkways around a central&#10;seating area that used to hold shops and I bet t-shirts with the best&#10;gladiators (just kidding, they didn&amp;rsquo;t have t-shirts then). The thing&#10;about the gladiator stuff is not false though. It was the center of&#10;gladiatorial fights. It is awful to think about what occurred in the&#10;Colosseum but if all you think about is the marvel of the construction&#10;with which it was built it is spectacular. In ways its splendor has&#10;never again been matched because though some of our modern stadiums can&#10;hold more people they are not made of all stone. And just think, they&#10;built all of that with all the heavy stones without cranes or modern&#10;building equipment. there was another thing that was interesting about&#10;the building and that was that there were holes in between some of the&#10;stones and some in the stones. This is because in those places there was&#10;iron that had been used in the Colosseum were taken during the middle&#10;ages to create weapons. Though in ruins now, it would have been a grand&#10;achievement in architecture for its time.&lt;/p&gt;</description></item><item><title>Day 28: Messina, Italy</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-28-messina-italy/</link><pubDate>Sun, 27 May 2012 06:55:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-28-messina-italy/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today&amp;rsquo;s port of call was Messina, on Sicily in Italy. We did get to see&#10;a neat church and a large bell tower. The bell tower was really neat&#10;because it showed the date, time, and the phase of the moon. But the&#10;most interesting part of it was the bronze figures that moved. There&#10;were some that were set up on circular platforms that went round and&#10;round and there were some other figures as well. Unfortunately we were&#10;not there for a big display, all that we got to see was one of the&#10;figures move their arm. It was really cool. We then walked down a street&#10;and ended up at this circular square. I know you are probably thinking&#10;&amp;ldquo;what&amp;rsquo;s happened to Sumner, has he gone insane? There is no such thing&#10;as a square that is a circle!?&amp;rdquo; yes that is true but it was an&#10;intersection that was circular and there were buildings around it. All&#10;the facades were curved to the shape of the square. One of the buildings&#10;on this square was a shopping mall that had been deserted because of the&#10;economic crisis. It seemed recently deserted too, there was a store&#10;whose clock was still accurate and running, if that tells you anything&#10;about the recentness if the closure you&amp;rsquo;re doing well. There was a lot&#10;of graffiti everywhere but before the crisis I could see it as a nice&#10;shopping mall. Well that was about all, we went back to the boat and&#10;started to pack :( At dinner we had to say goodbye to Mrs. Anne and Mr.&#10;Peter. Let me back up just a bit, I told you before that we have a table&#10;that is ours for the whole cruise, well this table is right next to the&#10;window above the port (left) motor. It is oriented so that the chairs&#10;are perpendicular to the end of the boat. There is another table for two&#10;that is only about two feet from the end of our table on the inside (if&#10;they were on the other side, they would be in the ocean). At this table&#10;Mrs. Anne and Mr. Peter sat on the first or second night of the second&#10;part if the cruise and they liked us so much that they too asked to have&#10;that table for the whole cruise. We became friends with them and we were&#10;sad to say goodbye. They even tried some of the tricks that Jeff gave us&#10;which I will show you if you want when we get home. We also thanked Jeff&#10;because he was so nice to us all and knew what we wanted for drinks and&#10;such. Well, we have to have our bags outside the door by midnight so I&#10;should probably get busy.&lt;/p&gt;</description></item><item><title>Day 27: At Sea</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-27-at-sea/</link><pubDate>Sat, 26 May 2012 06:54:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-27-at-sea/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today I will briefly describe our new room.&lt;/p&gt;</description></item><item><title>Day 26: Athens,Greece</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-24-athens-greece/</link><pubDate>Fri, 25 May 2012 19:23:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-24-athens-greece/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today started off with breakfast and after we had consumed our food we&#10;headed out of the ship and hopped on the shuttle to the terminal. There&#10;we met our guide and walked to their car. We then rode to the acropolis&#10;and parked at a parking lot that was kinda like a valet parking area.&#10;She gave the keys to the guy and then we headed off up the acropolis&#10;museum so that we could hopefully avoid some of the crowds by doing is&#10;before going to the acropolis. Inside we were able to see the many&#10;statues that were found in the acropolis area. On the acropolis is a&#10;temple to Athena. This temple has some statues with the form of a lady&#10;that are used to make the pillars for the temple facade. On one side of&#10;the facade he statues have their left leg forward and on the other side&#10;they have he right leg forward. Now on the boat there is a hallway that&#10;has a little concave opening with statues that are much like he ones on&#10;the temple on the acropolis. While at one of the port talks the speaker&#10;pointed out that there was one thing wrong with the statues on the boat,&#10;this was that the legs on the statues were not different, they were the&#10;same. Later that day we were walking past them and saw that they didn&amp;rsquo;t&#10;even have either leg forward at all. There were also many other statues&#10;in the museum including the statue of a boy that, for art historians,&#10;marked the begging of truly realistic statues. The third floor of this&#10;museum had the same dimensions as the Parthenon and faced in the same&#10;way. What I mean by this is that on the east side of the inside of the&#10;museum had the same dimensions as the actual Parthenon and faced in the&#10;exact same direction. Now that in and of itself was interesting but the&#10;most interesting part was that the facades were removed from the&#10;Parthenon and moved to the museum. There they are displayed on the third&#10;floor of the building and in the same place that they were originally on&#10;the Parthenon. The front and rear facades of the building that were on&#10;the triangle thing above all of the pillars were displayed to the&#10;greatest extent possible. In some places however, because the pieces&#10;were totally destroyed, there is nothing on display. Around the whole&#10;building was a relief of a scene where people were taking offerings up&#10;to the gods. It started in one corner and went in both directions&#10;meeting on the opposite side where the gods were receiving the gifts. We&#10;then watched a movie about the acropolis we went out on a deck that was&#10;in the third floor and had a great view of the acropolis and then&#10;proceeded onward to he acropolis. It was a fair trek up to the top of&#10;the hill but not too bad. Once there our guide went to get our tickets&#10;and then we entered the acropolis area. From the beginning it was very&#10;neat, almost overwhelming. At the entrance there was an arch and after&#10;going thought the arch on the right side was a wall maybe ten or so&#10;metres high (about 11 yards). This wall was like a retaining wall around&#10;the acropolis. On the ground that the wall is hiding in is a small&#10;temple. It is unique because it is the only temple on the acropolis that&#10;has columns on only the front and back, not on the sides as well. Back&#10;to the entrance in general; although it is in ruins now in its prime it&#10;must have been extremely spectacular. Even now it&amp;rsquo;s scale is immense.&#10;After going through the columns we got our first view of the Parthenon.&#10;I was expecting it to be in a very ruinous state but I was pleasantly&#10;surprised to find that it wasn&amp;rsquo;t that bad considering that it is almost&#10;two thousand five hundred years old. They have done a good job restoring&#10;it and it is now to he point where you can get a good idea of what the&#10;Parthenon looked like. Of course all that you can see are the columns on&#10;the outside as well as some of the inside wall that held the statue of&#10;Athena. Four of the columns are not completely restored but all of the&#10;others are. In most places also the blocks of stone over the columns are&#10;in place as well. He friezes on the triangular part of the front of the&#10;building are gone. They were taken from Athens to Britain by the Earl of&#10;Elgin (he is not popular among the Greeks). Only a few parts remained in&#10;Athens and are displayed in the acropolis museum. On the left of the&#10;Parthenon about fifty to seventy five metres is the Old Temple of&#10;Athena. This temple is the one with the ladies that are columns. From&#10;the acropolis we were also able to have a great view of the city of&#10;Athens. It is a city that is very flat without many big, tall buildings.&#10;From this point also we could see the ocean, this is rare because of the&#10;pollution cloud normally hovers above the city of Athens and blocks the&#10;view of the sea. We then walked back to our car and got the key back&#10;from the buy who had parked the car. Now the key was broken to begin&#10;with, it was broken when she had tried to get a copy of the key at a&#10;shop, she had the copy though. When she tried to put the broken one it&#10;it wouldn&amp;rsquo;t turn. This is because the plastic part of the key was&#10;separated from the metal part so she couldn&amp;rsquo;t get any leverage. She&#10;honked for he guy and there was a long discussion, then hey tried the&#10;other key. It didn&amp;rsquo;t work because it had not been made exactly correctly&#10;or something because the car I think could tell that it wasn&amp;rsquo;t made by&#10;the car company and it had been copied. It then made it so that the car&#10;couldn&amp;rsquo;t start. We stood around for a while and then she told us that we&#10;would change our plans a little and let the men around the car fix it&#10;while we went to eat. We went to a nice restaurant and had some good&#10;food though it was really expensive. When we got back to the car and&#10;found that it wasn&amp;rsquo;t fixed she tried frantically to find another car.&#10;Eventually we left the car and went and got on a bus that she had gotten&#10;for us to ride around in. Now, this bus was one of those fifty person&#10;tour busses that we had to go on for a few of our excursions and it was&#10;kinda amusing because we had it all to ourselves. Four people in this&#10;enormous bus. We kept on joking that we might be in someones way. Of&#10;course by this time it was an hour before we wanted to be back at the&#10;boat so we didn&amp;rsquo;t get much more touring. We did take a peek at the&#10;original modern Olympics stadium, he one that was used when Greece held&#10;the first modern Olympic games. Then we went back to the boat and, since&#10;I had nothing to do after dinner I caught up on my blog.&lt;/p&gt;</description></item><item><title>Day 23: Ephesus, Turkey</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-25-ephesus-turkey-2/</link><pubDate>Thu, 24 May 2012 19:24:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-25-ephesus-turkey-2/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today&amp;rsquo;s port of call was kusadasi (koo suh dah see), which is the port&#10;where cruise ships dock to get to Ephesus, Turkey (ehf-uh-sis need I&#10;tell you how to pronounce the second word?) Anyway we had to get up&#10;early to go off the ship, six o&amp;rsquo;clock or so. When we had eaten some&#10;breakfast we proceeded down to the pier and met our guide. We walked&#10;through this little &amp;ldquo;village&amp;rdquo; that was covered. It was more of a tourist&#10;trap than anything else. It was made to have a village type feeling but&#10;it was all tourist shops. Our guide said that the shops there were only&#10;opened for the high tourist season and then in the winter the were&#10;closed, during those times it is like a ghost town. After walking&#10;through there we went on to the car and made our way to Ephesus. We&#10;decided to try our best to avoid the crowds by going to a temple turned&#10;into church. It was originally a temple to the gods and then it was&#10;taken over by the Christians and turned into a church. It was so cool to&#10;see. In places they had recycled the stone. One such place was in a wall&#10;where they had taken a broken capital from a pilar and inserted it into&#10;the new wall. The area of this temple is a big religious are because&#10;from one point you can see a pagan temple, a church, a mosque, and if&#10;you go over a hill there is a synagogue. They haven&amp;rsquo;t found the&#10;synagogue but it is written about in the Bible. The nice thing about&#10;this temple was that we didn&amp;rsquo;t have to deal with anyone else in the&#10;ruins because all of the tour busses were elsewhere. After walking&#10;around the ruins for a little while we went to a mosque and looked&#10;around. And then we got back into the car and went to the main ruins of&#10;Ephesus. It was &lt;em&gt;really&lt;/em&gt; crowded but it was really cool to see the very&#10;places where Paul the Apostle went and preached. We saw two theaters, a&#10;library, toilets as well as many other ruins. There I will only tell you&#10;about the theaters, the library and, the toilets. Both of the theaters&#10;were built into the side of a hill and were pretty big. One was only for&#10;plays and the other was mainly for gladiatorial fights. The bigger one&#10;was the one in which they had the fights and the smaller was for plays.&#10;Both had the half circle shape. We also saw the facade of the library.&#10;It has had to be restored but it still looks really grand. We got some&#10;pictures by it but unfortunately I think we got more of a picture of the&#10;other tourists than the building it was just so crowded :). We also&#10;watched some sort of a gladiatorial reenactment on the road that leaded&#10;to the sea from the theater. The ancient Ephesus that we were able to&#10;see used to be the port, but he river silted up so much that it is now&#10;six miles from the sea. It was actually not he first port of Ephesus&#10;because it used to be even further inland until they moved it to the&#10;place that we went to. After seeing the ruined city we went up a hill to&#10;a place where the Catholics believe the Virgin Mary lived for the last&#10;years of her life. It was more like a shrine to Mary than anything. We&#10;were respectful as we walked through but it really didn&amp;rsquo;t have any&#10;significance to us. There was also this water that was declared holy or&#10;something by some pope sometime. We had some and it was supposed to have&#10;healing properties. It didn&amp;rsquo;t do anything but quench my thirst. Then we&#10;went to a pottery selling place. They showed us the process that they&#10;use to make the pottery and then the guy who showed us opened a door to&#10;show us some of their works (aka buy some of these things). We bought&#10;some small things and then went back to the van. We also went to this&#10;carpet weaving place and were shown how the Turkish carpets are made. He&#10;showed us the cocoons and how they were woven into stings. He also&#10;showed us some of the weaving techniques that they use to weave the&#10;cloth. He then said, after explaining the whole process that he would&#10;show us some of the carpets that they make but mom politely said that we&#10;just came to see how it was made and not to buy carpets. Now we were&#10;expecting it to be any uphill battle to get him to leave us alone but we&#10;were pleasantly surprised that he kindly said thank you for coming and&#10;let us leave. That was really nice for mom. Anyway we made it back to&#10;the boat and I tried to catch up on my blog. I&amp;rsquo;ve had a lot more time to&#10;blog because I don&amp;rsquo;t have anyone to hand out with at night so that is I&#10;guess good considering we have so many sea days.&lt;/p&gt;</description></item><item><title>Day 24: Santorini, Greece</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-26-santorini-greece-2/</link><pubDate>Wed, 23 May 2012 19:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-26-santorini-greece-2/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today started out pretty early because we sailed into the caldera of the&#10;Santorini volcano this morning. We were allowed on the bow to see the&#10;arrival into the area. Because Santorini doesn&amp;rsquo;t have any port remotely&#10;big enough to take a cruise ship we had to anchor out in the middle of&#10;the caldera (cah-ul-dare-uh) and ride the tenders into the port. Mom&#10;didn&amp;rsquo;t like the ride in the tender but it wasn&amp;rsquo;t too long. We met our&#10;guide right as we got off the tender and went together to the cable car.&#10;It is much like the ski gondolas a home, just not so sophisticated. It&#10;was six of them grouped closely together on either end (top or bottom)&#10;one goes on the right side and the other on the left and they alternate&#10;places. If that confused you that&amp;rsquo;s ok because I&amp;rsquo;ve confused myself&#10;trying to describe it for you. Anyway once at the top we walked maybe&#10;fifty metres or so, if that and then waited as our guide went for her&#10;car. We went first to the village where all of the pictures of Santorini&#10;are taken. This village is very pretty and has the best views of&#10;anywhere on the island. All of the roofs are blue and the rest all of&#10;the buildings are white. These homes used to be the homes of the poor&#10;while the rich lived on the top of the hill. They are now the most&#10;expensive hotels on Santorini. The reason that these homes started out&#10;as homes for the poor is because they were caves to begin with and then&#10;expanded out on the side of the cliff. It was so serene. We walked all&#10;the way to the end and then went to small castle that is now a tourist&#10;lookout where you could see almost the entire caldera (the fog obscured&#10;some of it), the cruise ship, the old port as well as many other things.&#10;While you admire the view I will pause a moment to tell you some about&#10;the history and shape of Santorini. A long time ago, as in like three&#10;thousand years, Santorini was a large circular volcanic island. Then it&#10;blew up so that it went from being a large mountain to  three islands in&#10;a few seconds. It blew volcanic material up something like twenty six&#10;kilometers or something (16 miles). Regardless it was in the twenties of&#10;kilometers which is really high. Santorini is the biggest of the islands&#10;and is shaped like the letter C. There is another island in between the&#10;ends of the c and one in the center that has come up recently&amp;hellip; Only in&#10;the last thousand years or so. This middle island is the new vent for&#10;the volcanic activity. Kinda like Mt. Saint Hellens has a new small pile&#10;of material in the center of the crater Santorini has a new one in he&#10;middle of the caldera. Aft driving around seeing all of the other main&#10;sites we stopped at a place called Akrotiri (ak-row-tear-ee). Akrotiri&#10;is considered the best preserved prehistoric city in the world. It dates&#10;back to two thousand BC and some parts are believed to be from three&#10;thousand BC. That&amp;rsquo;s four to five thousand years old!!! It was kinda&#10;funny because some of the people from our boat, Mrs. Irene and Mr.&#10;NAME, and another couple who they had met who were also from Denver&#10;(Mrs. Irene and Mr. NAME are from Denver) joined our tour for&#10;Akrotiri. Of course they tipped nicely and it wasn&amp;rsquo;t much trouble for&#10;Georgia (that was the name of our guide) so we let them come along.&#10;Throughout the whole tour we at times had people try to tag along with&#10;us because they wanted to hear what Georgia was saying. It must mean&#10;that she is a good guide. The city that was uncovered by the&#10;archeologists is pretty large. It was probably about one hundred metres&#10;by ninety metres (110 yards by 100yards). And all of it was very well&#10;preserved considering that it is at least four thousand years old. The&#10;walls were intact and still standing, of course they were not complete&#10;but you could tell that they were once walls. There was a sewage system&#10;and the homes had running water and toilets. Very advanced for the time.&#10;We were able to see tubs as well as pots in which they stored goods. All&#10;of which were extremely well preserved surprisingly. I can&amp;rsquo;t describe&#10;everything that we saw but I will tell you that it was very neat to see&#10;such well preserved homes from so long ago. The last thing that we did&#10;is go to the black sand beach. This beach has black sand made from the&#10;volcanic material. It was like nothing that I have ever seen. Even&#10;though it wasn&amp;rsquo;t very hot today, the sand was *very *hot. I can&amp;rsquo;t&#10;imagine what it would be like if it were something like a hundred&#10;degrees Fahrenheit (about 37 degrees centigrade). That was about all&#10;that we did today but I will tell you about one of the tricks that Jeff,&#10;our waiter at dinner gave us. Ok let me back up just a bit and fill you&#10;in. We have open seating at dinner, but we like our table a lot and I&#10;think that they like us so they let us reserve the table for the whole&#10;cruise. Anyway the waiter for the table that we have is Jeff and his&#10;assistant is Weda (mom thinks that there is an e at the end instead of&#10;an a; I disagree). We have become friends with them and every night Jeff&#10;has show us a trick or little puzzle. Today he had a puzzle involving&#10;two glasses and a blueberry. One glass was smaller than the other, this&#10;one was set upright. The other one was put upside down and the blueberry&#10;was put under it inside the cup. Now this wine glass that was upside&#10;down was oddly shaped. The opening was smaller than the rest of the&#10;glass. The goal of the puzzle was to get the blueberry from under the&#10;big glass to the little glass. You could only touch the big glass and it&#10;also had to stay upside down. It took me about two seconds to figure it&#10;out. All you do is ***** *** ***** ****** ***&#10;*** ************ ***** ** **** ** ** **&#10;*** ****** ** *** ***** **** **** **&#10;**** *** ******* ***** *** *** ***&#10;********* ****. I blotted that out so that you can figure&#10;it out yourselves if you want. I&amp;rsquo;ll show you once we get home. That was&#10;basically the day so I will leave you to wonder what the answer to the&#10;puzzle is.&lt;br&gt;&#10;    ~Sumner&lt;/p&gt;</description></item><item><title>Day 23: Olympia,Greece</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-23-olympiagreece/</link><pubDate>Tue, 22 May 2012 19:22:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-23-olympiagreece/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today was an early day because we had to get up early because we were to&#10;meet in the Vista Lounge at seven fifteen for our shore excursion. This&#10;is because we did a shore excursion that the ship offers where we go to&#10;Olympia and to a museum. We were on Holland America Line tour six. (as&#10;if you really needed to know that) and when we got to the bus we saw one&#10;of the leaders for Club HAL, Kate. She was going on the tour also. They&#10;have to pay to go but it is greatly discounted. The catch is that you&#10;kinda have to help to keep track of everyone in the tour. We had an&#10;excellent guide for the tour, her name is Olga. She really knew her&#10;stuff and gave a great commentary all of the ride from the port town to&#10;Olympia. She had written a book about Olympia and was in the process of&#10;getting it published. We were kinda worried because a lot of people had&#10;said That Olympia is just a pile of rocks on the ground, it might have&#10;been if you didn&amp;rsquo;t have a guide to take you around and explain what you&#10;were seeing but with the guide it was very interesting. He place must&#10;have been magnificent in its prime. A true sports complex. We saw a&#10;training arena where the athletes were instructed by their coaches. Of&#10;course only the foundation and a few columns are left but it was neat to&#10;stand on the very spot where athletes were once trained. We then went to&#10;a place where the wrestling competition was held. One interesting thing&#10;about this building was the flor. It was made of tiles with little&#10;channels going longways down the tile in it there was sand which was the&#10;indication of how many matches you had lost. He more sand you had on&#10;you, the worse you were doing. We then headed on through a hall which&#10;had on both sides, columns lining the way. Of course only the ruins of&#10;the columns are left but as with all of the buildings of Olympia, they&#10;must have been spectacular when they were new. We then passed a memorial&#10;that Philip the Great built in the middle of Olympia. When it was built&#10;it showed not only political power but also displayed religious power.&#10;This is because Olympia was a religious center as well as physical and&#10;the Olympics were spiritual as well as physical displays of power. Near&#10;this was a fountain this fountain held many different statues that had&#10;been removed to a museum for protection. We then went through an arch&#10;into the race track. As I was walking through the arch I realized that&#10;there is truly not anything new under the sun. It was just like our&#10;modern tunnels that the athletes come out of before a game. I am sure&#10;that it was much the same then as well. Once out of the archway we were&#10;in the running track. There were sixteen or eighteen blocks on the&#10;ground probably a yard and a half in width (1.3 or so metres probably).&#10;These were the starting blocks for the runners. The way that they made&#10;it fair and made sure that no one gets a head start they had a pulley&#10;system in which a wooden board was held above the ground so that the&#10;runner couldn&amp;rsquo;t get out. The ropes that held the board were held by&#10;someone else behind them and when the signal was given the ropes were&#10;dropped and the runners went off. As the boards hit the stone they made&#10;a large racket, much like the modern pistol shot. Hannah and I lined up&#10;and then had a race, not all of the way but some of the way down the&#10;track. I won. We then got back on the bus and went to the museum. We&#10;stopped at a shop for a few minutes and had a sandwich and then&#10;proceeded to he exhibits of the theater. We went first to a room that&#10;had the pre-Olympian artifacts. Statues, clay figures etc. We then kept&#10;on going and getting more advanced in time and ended at a place with a&#10;large statue of the god Nike. Nike was the god of victory. Here also&#10;were two helmets, one of the Persian army and the other of the Greek.&#10;This was because in the first Punic war during the Battle of Marathon,&#10;The Greeks routed the Persians as they were trying to get organized&#10;after they landed. We then went to the second best exhibit; the removed&#10;statues from the fountain. I won&amp;rsquo;t bother describing them all to you&#10;because one you&amp;rsquo;ve looked at them for about ten seconds at the most you&#10;are done. More interesting however was the last and best exhibit; the&#10;facades from the temple of Zeus, the head of the family of the gods.&#10;Before we saw this exhibit we looked at a model of the building that&#10;they statue of Zeus was held in. The statue of Zeus must have been&#10;almost overwhelming because it looked like if he stood up he would bust&#10;the roof. We were able to see the two facades of the building. One side&#10;had a battle of men versus centaurs, half man half horse. This was&#10;symbolic of the battle between men and barbarians. The centaurs because&#10;they were thought to be half beast are represented by the centaurs. The&#10;other facade is of the birth of Athena. The myth is that Zeus had a&#10;headache and so his son took a two sided axe and opened up his fathers&#10;head and out of it came Athena, in full armor and fully grown. She is&#10;the god of war, wisdom, and love (I think). After that we went back to&#10;the bus. The ride back consisted of black, yes I slept all the way.&#10;Tonight was formal night and during dinner Jeff showed us a trick with&#10;corks. They are so hard to explain in writing that I won&amp;rsquo;t even bother,&#10;you can ask me when I get home to show them to you.&lt;/p&gt;</description></item><item><title>Day 22: Corfu, Greece</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-22-korfu-greece/</link><pubDate>Mon, 21 May 2012 19:21:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-22-korfu-greece/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today we stopped at a Grecian island called Corfu. It is in the middle&#10;of the Aegean sea, as most Greek islands are. The first thing that we&#10;did is get off the ship. Profound statement, eh. You know I think that&#10;I&amp;rsquo;ve been around Canadians to much&amp;hellip; Anywaay we had to tender from the&#10;boat to the dock. I was perfectly fine all the way but mom didn&amp;rsquo;t fare&#10;so well, she was very glad when the ride was over. Anyway we got out and&#10;our taxi guide was right there at the dock. His name is Spiero (I&#10;think). The first thing that we did is drive thought the town of Corfu&#10;and then drive up through a mountain village and to a great lookout&#10;point. Over this point you could see a large part of the island&#10;including Corfu town and the first mountain town that we went through.&#10;As well we could see our ship and a few islands off the coast. We then&#10;made our way thought the mountains seeing all sorts of nice villages. In&#10;one there was a church that was about three metres across at the front&#10;(a little more than 3 yards) and maybe ten metres deep (we kept on going&#10;and on the way Oma took a lot of pictures of the olive trees. You could&#10;tell which ones were and weren&amp;rsquo;t taken care of. The ones that were small&#10;and pruned were the ones at we taken care of. They pruned them because&#10;they produce bigger olives that way. The ones that were large and looked&#10;almost like a wad of vines were not taken care of and had small olives.&#10;It was kinda funny because the ones that weren&amp;rsquo;t pruned back and that&#10;hung over the street would drop heir olives and when the cars went over&#10;them it would make the roads very slippery. At home we have snow and ice&#10;to make roads slippery but there in Corfu they have olive oil to make&#10;their roads slippery. We hen arrived at another lookout from which you&#10;could see a beach. There weren&amp;rsquo;t any people on the beach. It was a great&#10;day for sightseeing because there was some cloud cover and it was just&#10;right as far as temperature. We drove through a few other villages one&#10;of which we got out of the car and walked around in. The streets in this&#10;town literally just footpaths. We wandered around for a little while and&#10;even had a conversation with an old woman. It was all Greek to us, all&#10;English to her. We did have one word in common, salad. Anyway we went in&#10;our way and as we drove a few time Oma got out and made some pictures of&#10;the olive trees. She made at least forty probably. Anyway we came&#10;eventually back down the mountains after going through some other&#10;villages and made our way way to the &lt;/p&gt;</description></item><item><title>Day 21: Dubrovnik, Croatia</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-21-dubrovnik-croatia/</link><pubDate>Sun, 20 May 2012 18:16:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-21-dubrovnik-croatia/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today we came into the port of Dubrovnik at around six or seven o&amp;rsquo;clock.&#10;We literally went right next to the shore, not more than one or two&#10;hundred yards away, we were able to see the houses and all which was&#10;really pretty. They were all close together and so quaint. We saw all of&#10;this from our table at breakfast and after we had eaten we got of the&#10;boat to meet our guide. Her name was Tanya. The first thing that we did&#10;is go up to a lookout point where we could see all of Dubrovnik. On the&#10;way to he top of this hill we went up a one way road that was used as a&#10;two way road. It felt like we were back in Vietnam driving to Ba Be&#10;Lake. At least our driver didn&amp;rsquo;t play chicken on the road, they would&#10;pull over and let the other pass instead of just going for it. Anyway&#10;from the lookout point we could see, on the water side, four islands,&#10;three of which were inhabited, as well as the old town and most of the&#10;rest of Dubrovnik including a Costa ship, it wasn&amp;rsquo;t crashed, listing on&#10;its side. On the other side of the hill was a stretch of about a mile&#10;(that is close to two kilometers and because I am just guessing you can&#10;use that if you like the metric system. I will try to remember to also&#10;use the metric system in my writing because I realize that this is&#10;definitely an international audience that is reading this blog. Just a&#10;side note; this trip has really made me respect the metric system a lot,&#10;it makes so much more since than our &amp;ldquo;standard&amp;rdquo; system) wide walking but&#10;maybe half a mile (close to a kilometer) as the crow flies. And then&#10;Bosnia &amp;amp; Herzegovina started. If you looked down the coast about ten&#10;miles (16 kilometers) you come to Montenegro. I know the ten miles stuff&#10;because I had read somewhere that Bosnia &amp;amp; Herzegovina has ten miles of&#10;coast because of some treaty that said that they had to have that much&#10;land on the coast. During the war between Croatia and Bosnia &amp;amp;&#10;Herzegovina (I&amp;rsquo;m going to call it B&amp;amp;H from now on because it is much&#10;easier to type) B&amp;amp;H shot missiles from where I told you that B&amp;amp;H started&#10;into Dubrovnik. This war occurred in the nineties, a few years before I&#10;was born so not in the very distant past. You could tell which of the&#10;houses in the town were hit because of the roofs, if they were hit they&#10;had very bright new reddish tiles but if they were old the roofs they&#10;where brown. Most of the houses were hit by either a direct missile shot&#10;or by shrapnel form the missiles. We then made our way down to the old&#10;town. On the way we had to stop because someone was pulling out of their&#10;parking spot. We backed up just a little to let them out but there was&#10;another car behind us that came from behind and hit us!!! No damage was&#10;done except in think that mom almost had a hart attack. The drivers got&#10;out of the car and started yelling. Obviously they agreed to go down and&#10;stop in front of the old town. When we got there the other guy came out&#10;and started yelling. I was glad that I don&amp;rsquo;t know Croatian because it&#10;didn&amp;rsquo;t look pretty our guide was not pleased that he did it in front of&#10;guests (us). Anyway we let our driver, the other driver and the police&#10;man sort it out. The entire old town was surrounded by a wall that was,&#10;I think she said a hundred or more feet (30 metres) tall and, at points,&#10;sixteen feet (5 metres) wide. These walls withstood the missiles of the&#10;B&amp;amp;H army in the war, it just scratched the walls but it was so well made&#10;that it was fine. We walked first across a bridge and a small draw&#10;bridge into the town. We walked down the streets and it, except for all&#10;of the tourists was very nice we really enjoyed it. There were some nice&#10;little churches and shops. They were shops on the bottom but the tops&#10;were residences. We came to the main square and then went into the&#10;church there. It was baroque in style and it had a modern front altar&#10;because it had to be repaired because of an earthquake I think. In the&#10;middle of the square was a statue of someone, I think a prince that&#10;defended the city from someone sometime but don&amp;rsquo;t take my word for that.&#10;We then walked down the main road. There were all sorts of small alleys&#10;in all directions that were so nice and of which we took many photos we&#10;then turned and went through another square. In this square the was a&#10;market and we stopped and bought a bag of sweets, nuts, dates, and&#10;orange peels covered with sugar. Then we turned to a street leading back&#10;in the direction that we had come. On this street we stopped and Tanya&#10;went into the shop and came out with a traditional sweet. It wasn&amp;rsquo;t very&#10;sweet, typical of most of the world except us Americans. It was kinda&#10;like not sweet donut holes. At the end of this street was the old port.&#10;This port is now used for private boats as well as for cruise ships that&#10;tender from the ship to he dock. We walked around for a few minutes and&#10;then we went back to the van to go to one of Tanya&amp;rsquo;s mom&amp;rsquo;s friend&amp;rsquo;s&#10;house. One of the options for the tour was to go eat with a local family&#10;and so we took up the offer. The family was so nice, there were three&#10;generations there, the girl could speak excellent English, her mom could&#10;speak pretty well but the dad couldn&amp;rsquo;t. The grandparents couldn&amp;rsquo;t speak&#10;much at all but we had our guide to translate. The funny thing was that&#10;they grandpa spoke German and so he and mono communicated in that&#10;language because mom lived in Germany for four years and she knows&#10;German. The appetizer consisted of smoked ham and a cheese that tasted&#10;like Parmesan but a little stronger. Then we had a homemade noodle soup,&#10;the noodles were handmade and they grew the carrots as well. It was very&#10;good I had an entire big bowl of it. Then came the main dish. It was&#10;really interesting how they prepared it. They used a traditional method&#10;of cooking food in which they had a huge cooking instrument that was&#10;about two and a half feet wide (70 cm probably; just an estimate on&#10;that) and four inches high (10 cm). This vessel was flat on the bottom&#10;and in it they put lamb, veal and potatoes then they put this in the&#10;area of the fire but not on the actual fire. Then they used this bell&#10;shaped thing to cover it and they put coals on top of the bell as well&#10;as round it to cook the food. After two or more hours it was ready to&#10;eat. It was really good expert it was just too much. For desert we had&#10;this thing that was like crém burle and another desert that was [FIGURE&#10;OUT]. Then we talked about their lives, what they did for a living&#10;besides rent parts of their house and do what they were doing for us&#10;today, where they went to school. We told them about ourselves. There&#10;was an instrument on the wall and we inquired about it they turned on a&#10;traditional song and it used that instrument in it. As we were listening&#10;to it all of a sudden the grandma and the dad were up dancing! Mom&#10;described it as looking like a traditional Greek dance. After having the&#10;windfall meal we made our way back to the ship. Today there was a church&#10;service and so went to that before our dinner. Before that though I&#10;played a few games of ping-pong with Angus. I actually beat him once (he&#10;beat me three times though). In between he service and dinner I talked&#10;to Noah and Elijah&amp;rsquo;s mom about what we had done for the day and then&#10;watched put the window as we left the port. After that nothing much of&#10;interest happened, the boys were just going to dinner as we were coming&#10;out so I have just been trying to write this blog post. I am glad that I&#10;have some time in which to do this through because Dubrovnik is such a&#10;neat city.&lt;/p&gt;</description></item><item><title>Day 20: At Sea</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-20-at-sea/</link><pubDate>Sat, 19 May 2012 18:14:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-20-at-sea/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today was my first sea day that I didn&amp;rsquo;t have Colton to hang out with.&#10;Luckily however I found some other boys that are nice. It just wasn&amp;rsquo;t&#10;the same t I still had fun. The first thing that I did was go to the&#10;meet and greet hosted by the cruise critic people. At the beginning one&#10;of the crew members spoke and hen people got up and started to make&#10;announcements. Mrs. Irene asked me if I wanted to make an announcement,&#10;meaning of course about having an iPad class. I made an impromptu&#10;announcement. And I sat back down with an iPad class at three. Then I&#10;went to find someone to play with. I found Noah, Elijah, Logan, and&#10;Hannah in the Lido Dining Room. We decided to go play chess on this big&#10;board with huge pieces we played Noah, Elijah, and me against Logan. We&#10;got into a stalemate. Then we played another game &amp;ldquo;Go-For-It&amp;rdquo; style. We&#10;kept on attacking with our king and we were doing pretty well until we&#10;realized that the king was kind in danger without anywhere to go for&#10;protection. We lost that game. At that point I had to go and do my iPad&#10;class. A lady came to me and said &amp;ldquo;So what are you going to teach me?&amp;rdquo;&#10;she got out her tablet/computer (she had an Android tablet with a&#10;keyboard attached. I had never seen one but like I told Mrs. Irene later&#10;I think I looked intelligent enough, anything that I did was more than&#10;she knew. That took up the first part of the class and then I helped out&#10;Mrs. Irene a little bit. She has three different accounts, and it&amp;rsquo;s a&#10;mess figuring out what has what and which one has anything etc. with no&#10;Internet connection. I found the boys again in the Lido Restaurant and&#10;we decided to go swimming. Only Elijah Logan and I got in. Then they had&#10;to leave and I played a game or two of ping-pong with a boy named Angus.&#10;He&amp;rsquo;s an Australian and he&amp;rsquo;s good at ping-pong he won. Twice. Anyway then&#10;I went back to my room to get ready for formal night. After dinner I saw&#10;the boys going to dinner but on the way we stopped to listen to a string&#10;quartet. They&amp;rsquo;re from Russia and played some songs that I think Hannah&#10;has played before. Anyway, after that I went to the Loft to see if&#10;anyone would come. No one came but I played games with the leader until&#10;bedtime.&lt;/p&gt;</description></item><item><title>Day 19: City that Starts with a "C" (Civiteveccia); Start of Second Part of Cruise</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-19-city-that-starts-with-c-start-of/</link><pubDate>Fri, 18 May 2012 18:13:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-19-city-that-starts-with-c-start-of/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;So today we were docked at a port which I won&amp;rsquo;t tell you the name of&#10;because I can&amp;rsquo;t even spell it let alone say, or pronounce it. I will&#10;tell you however that it is close to Rome so I will just call this port&#10;Rome for simplicity sake. In this port one cruise starts and another&#10;starts, like I told you about in the last post. Therefore we had to get&#10;up early to get packed up to move cabins (if you recall, we are&#10;upgrading to a room with a balcony/verandah). I wnet looking for colton&#10;to say goodby to them, I couldn&amp;rsquo;t find them for a while but then I found&#10;them and was able to say goodbye. It has been nice for the past few&#10;weeks to have someone to hand out with on the ship and so I was pretty&#10;sad to see them go. Luckily I have their email so we can stay in touch.&#10;It will be hard to find someone to take their place as boat-friends but&#10;it doesn&amp;rsquo;t matter so much for this part because there are a lot of ports&#10;and not so much time on the ship. Then we had to wait a while they got&#10;our room ready. After our room was ready and they had already moved our&#10;luggage in we came in and out our stuff down. Next we went up to the&#10;Lido Deck for lunch. As we were eating we looked out the window and&#10;watched all of the people come in. At one point a family with two boys,&#10;Noah  and Elijah, we assume that they were Christians because before&#10;they ate they prayed, I never got to really ask them. Anyway, Noah is&#10;fifteen and Elijah is thirteen. Another family also came in with kids,&#10;one is named Hannah (I don&amp;rsquo;t know if she spells it with an &amp;ldquo;h&amp;rdquo; at the&#10;end or not). She is eleven. Her brother name is Logan. He is fourteen&#10;and looks about sixteen or seventeen or so. The girl as well looks older&#10;than she really is, she looks to be about fourteen or so but as I said&#10;she is only eleven. After lunch mom and I went to go see a talk about&#10;some of the ports that we are going to in the Vista Lounge. It was by&#10;the official travel guide along with another lady and all that they did&#10;is advertise the ships shore excursions. We were a little surprised&#10;because the other talks that he had done were actually interesting, not&#10;just &amp;ldquo;Oo ah, buy our shore excursions, yay&amp;rdquo;. Anyway at right I went up&#10;to The Loft to see if any others would come. It was just me and her&#10;leader for most of the time, one girl, from the Philippines came for&#10;half an hour, maybe fourty-five minutes, somewhere around that. We just&#10;played some games and then when Hannah was done with her stuff we went&#10;back to the room and got ready for bed.&lt;/p&gt;</description></item><item><title>Day 18: At Sea</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-18-at-sea/</link><pubDate>Thu, 17 May 2012 18:12:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-18-at-sea/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today was an at sea day. Nothing much happened of too much interest so I&#10;will describe our plans for the rest of the trip. Our next port is&#10;C-something (I can&amp;rsquo;t remember the actual name). Here one cruise starts&#10;and another ends. This is because there are actually two cruises that we&#10;are going on, a sixteen day one and then a ten day one. So far we have&#10;completed the sixteen day one and will continue on the ten day one.&#10;Unfortunately the Baldersons are not coming on the next part of the&#10;cruise so I will not have much to do each day, not that that matters too&#10;much because there are a lot of ports that we are going to in the next&#10;part of the cruise. I will still miss them though to have something to&#10;do in the spare time that we do have on the ship. So I told you guys&#10;earlier that I have been doing some Club HAL activities. I am actually&#10;too old to do those activities as it goes up through twelve. There is a&#10;teen group, of which I am the only member right now but in the next&#10;cruise there will be fourteen other teens. Tomorrow or maybe it is day&#10;after that I will go to the meeting and see if I like any of the kids&#10;and if they&amp;rsquo;re jerks or not. I definitely won&amp;rsquo;t be able to go to any&#10;Club HAL activities though. Oh well. Anyway the next cruise ends in Rome&#10;and Oma will stay with us there for a few days and then she will fly&#10;home and dad will come over to join us. We will stay in Rome for a few&#10;more days and then go on to Florence, Venice, and I think another city&#10;that slips my mind at this time (I have a lot of times that that has&#10;been happening as I have been writing this blog, maybe it is because I&#10;am writing this at **:**pm. hey last night I was up &amp;rsquo;till *:**pm&#10;[dad don&amp;rsquo;t read the part that you just read]). Anyway eventually we we&#10;will reach Germany and dad will fly home, the rest of us will go and&#10;visit the town that mom and dad lived in for four years in Germany back&#10;before Hannah and I were born. Then we too will fly home to all y&amp;rsquo;all.&#10;Unless of course you live somewhere else besides Denver, Colorado. Well&#10;I about to have some nice views of the back of my eyelids so see ya!&lt;/p&gt;</description></item><item><title>Day 17: Barcelona, Spain</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-17-barcelona-spain/</link><pubDate>Wed, 16 May 2012 18:11:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-17-barcelona-spain/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today we went to Barcelona (bar-sell-oh-nuh or if you want to say it in&#10;the Catalan (cat-uh-lin) language you say bar-th-eh-loh-nah). Barcelona&#10;is in an area of Spain called Catalan. In this area the Catalonians live&#10;(I say that as if Russians live in Catalan). Anyway, Catalan is almost&#10;separate to Spain it has it&amp;rsquo;s own government, flag, language, as well as&#10;many other cultural differences. In a way you can compare Spain and&#10;Catalan to the relationship between Canada and Quebec just more extreme&#10;differences. OK, next subject: The ship came in at ten o&amp;rsquo;clock to the&#10;port of Barcelona and we got off the boat. We were supposed to meet in&#10;the Placa Sant Jaune (I think that is Catalan for Saint Jhon Plaza) for&#10;a guided bike tour. It was about two or so kilometers to the plaza and&#10;we had about twenty minutes to get there. We tried to get a taxi but&#10;they didn&amp;rsquo;t want to take us for such a short distance, they could make&#10;more money if they did taxi tours so they directed us to a shuttle bus&#10;that took us to the Columbus monument. From here it was about a&#10;kilometer to the square. Once at the square we had some trouble finding&#10;the correct company that we were doing the tour through. We went to the&#10;first company and gave them the papers. They said that we were at the&#10;wrong place so we went to another company that had their meeting place&#10;in the same square. They looked at the papers but they were not the&#10;right company either. I went to go see if the last company was he right&#10;one, they weren&amp;rsquo;t. The second company helped us and called the number on&#10;the paper for us and after a while he told us that it was the first&#10;company that we went to that was the correct one. Once that was sorted&#10;out it was pretty straight forward from there. We were directed down a&#10;little street to the shop to get our bikes. Then we went back to the&#10;square. There were twenty-four people so they split us up into two&#10;groups. We were with the girl, she was from Canada. We learned about the&#10;square before we went on our way. The square had two significant&#10;buildings, both were, and are, important to the Catalan government.&#10;After learning about those buildings we rode down some small streets and&#10;got to the palace, the very palace, where Columbus went to ask Isabella&#10;and Ferdinand for money to go find a westward route to India, of course&#10;we all know what happened then, he found a whole new continent, the&#10;Americas. Then we rode down some really nice streets and eventually we&#10;got to the Sagrada Familia. This building is the cathedral of Gaudi&#10;(g-ow-dee). His finest achievement. It will, when complete, have twelve&#10;towers representing the apostles, four for some saints or something like&#10;that, one for the Virgin Mary and the last for Jesus Christ himself.&#10;Currently there are eight towers and two facades. The best way to&#10;describe the towers is how mom described it, that someone took a candle&#10;and let the wax melt down the side. It really looks like something that&#10;you would see in Disney World. Many architects and artists have taken&#10;over some of the work now that Gaudi is dead, he has been dead for&#10;almost a century since nineteen twenty-six, they are trying to complete&#10;in in two thousand twenty six, the hundredth anniversary of his death.&#10;It was supposed to be completed in two hundred years, using the&#10;technology of Gaudi&amp;rsquo;s day. One thing that I though was very neat was&#10;that the tallest tower, the one to Jesus, will be exactly two metres&#10;shorter than the tallest hill/mountain in Barcelona because he says that&#10;he doesn&amp;rsquo;t want his creation to be bigger than that of God. I thought&#10;that was pretty neat. After going to the cathedral we rode down a long&#10;street to the beach. Here we stopped at a little beachside restaurant.&#10;We didn&amp;rsquo;t have anything but the view was neat. The beach was manmade for&#10;the Olympics that were held in Barcelona in nineteen ninety-two (I&#10;think). There was this sculpture of a goldfish which, when hit right by&#10;the sun, looked as if it was a goldfish in the water with the light&#10;reflecting on parts of it. There are a few buildings in Barcelona that&#10;look exactly like a building in Dubai. Of course the architect that&#10;designed them claims that he didn&amp;rsquo;t copy them even though they are the&#10;same as the ones in Dubai. After that we went back to the square,&#10;dropped of the bikes and then made our way back to the ship. We went&#10;down the Las Ramblas (loss rahm-bau-s), the most famous street in&#10;Barcelona and then got back to the bus stop to go back to the ship. The&#10;rest of the things that we did were not of much note but I will say that&#10;there was an Indonesian crew show at eleven tonight. We went to that,&#10;there was a lot more people in this one than the Filipino crew show.&#10;There was one number that was a dance/play (I like those better than the&#10;dances that the people who are professional do). It was about the good&#10;king who falls in love with the pretty princess and then goes off to get&#10;a golden deer for her. He leaves her in the care of the monkey king and&#10;then went off. But while he was away the bad king came and capture the&#10;princess and kills all of the monkeys. But one monkey, the king who had&#10;been away, survived and wonders why everyone is dead. He tries to do CPR&#10;but all that happens is that the monkeys tail flies up. Then he goes to&#10;get some highly sophisticated devices to try to revive the monkey the&#10;devices were flip-flops! Then he uses a magic spell to resurrect all of&#10;the monkeys. Is time it works! Yay! Then the good king tries to go get&#10;the princess, he fights with the bad king and then the monkey king gives&#10;him a weapon and he wins!!! Well all&amp;rsquo;s well that ends well and that&#10;brings me to the end of this post.&lt;/p&gt;</description></item><item><title>Day 16: Cartagena, Spain</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-16-cartagena-spain/</link><pubDate>Tue, 15 May 2012 18:10:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-16-cartagena-spain/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today our port was Cartagena. Cartagena means little Carthage (I think).&#10;Whatever the meaning it was the port for the day. We didn&amp;rsquo;t have a tour&#10;for this city so we went to walk around after we had had our breakfast.&#10;We made our way on a pedestrian street and then down a side street to&#10;get to a Roman theatre. We couldn&amp;rsquo;t figure out how to get into the&#10;theater area so we satisfied ourselves with just taking pictures from&#10;the top. The theater was pretty big, probably fifty to seventy-five&#10;metres (and about the same in yards) across. The structure was very&#10;incomplete but it was the first Roman theater that we have seen so far&#10;on this trip. Even though you can&amp;rsquo;t see it now it must have been the&#10;coolest thing in the time of the Romans. Just the scale of the project&#10;must have been awe inspiring. We then made our way to a castle. I was&#10;more just walls that used to be something but we did find a neat little&#10;playground and stayed there for a long time swinging and see-sawing. It&#10;was really nice because it was breezy and cool up there on the hill (the&#10;theater was built into the hill and the castle was on top of the hill).&#10;From this vantage point we could not only get a good view of the city&#10;but see many other sites of where ruins of Roman or even Carthaginian&#10;buildings still are. All around almost wherever you look there were&#10;ruins. Of course we didn&amp;rsquo;t have a guide to tell us what the ruins where&#10;from but it was just neat to see them. After staying at the castle for a&#10;while we went to go find the cathedral. We walked to the place where it&#10;showed it on the map but it was not there. We gave up because we won&amp;rsquo;t&#10;have any shortage of cathedrals on our trip. We then made our way back&#10;to the ship for lunch and after that we went back off to go to Burger&#10;King for free wifi. Unfortunately it didn&amp;rsquo;t work but we went back up the&#10;pedestrian street to see how much a museum that held some ruins of the&#10;city. It wasn&amp;rsquo;t worth the cost so we went back to the Burger King and&#10;this time the wifi worked, maybe it had less traffic but regardless we&#10;used it because anything is cheaper and faster than on the boat. We&#10;decided then to go back to the boat for a swim. I swam for about two&#10;hours actually, the last part of that time was with the Balderson boys.&#10;After we were finished swimming Colton and I played some ping-pong. We&#10;had a lot of fun but then we went back to our rooms to get dressed for&#10;formal night. After dinner we came back to the room, Hannah went to Club&#10;HAL and mom, Oma, and I watched some of Ben Hur together. We didn&amp;rsquo;t get&#10;very far and I don&amp;rsquo;t know where it&amp;rsquo;s going but I do know that it is&#10;about chariot riding and that there as been no mention of that activity&#10;at all during the first fourty minutes of the movie. I decided to go up&#10;to the theater to try to catch Colton as he was coming out and then we&#10;nt to go play ping-pong. Of course we were still in suits but hey, a&#10;very formal game of ping-pong it was. After that we went to bed.&lt;/p&gt;</description></item><item><title>Day 15: Granada (Malaga), Spain</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-15-granada-spain/</link><pubDate>Mon, 14 May 2012 18:08:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-15-granada-spain/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today we started in the port of Malaga, Spain. Like yesterday we went&#10;with a semi-private tour group with basically the same people as before.&#10;Today we went to the Alhambra (al-haw-m-ber-uh; just add a little accent&#10;and you are good. The Spanish however do not say he H sound so it is&#10;pronounced something like this al-ahm-ber-uh). Anyway we went on her bus&#10;to the Alhambra and with us on the bus was a lady from England. She had&#10;moved to Spain because she married a Spanish guy and she learned the&#10;language and everything. She explained some of the things that we saw on&#10;the way. The drive  to Granada, the town where he Alhambra is located,&#10;was a two hour drive with a ten minute stop with forty-five minutes left&#10;to go. By the way, the air conditioning worked, almost too well I&#10;actually turned off my vent. I slept a great deal of the way to the&#10;Alhambra but I was told that he scenery was beautiful. I&amp;rsquo;ll just take&#10;their word for it. When we arrived at the Alhambra we met our guides at&#10;the main meeting place that everyone uses so there were a lot of people.&#10;Our guides name was Miguel. (Remember hat there were two groups, we were&#10;in group one and the slow complainers were in the other one. I must say&#10;though that no one complained today. What a relief!) We were given&#10;headsets so that we could hear what he was saying without him having to&#10;talk to loud. I felt like a tourist being shoved through the sights en&#10;mass. It was kinda go in, explain the stuff, take pictures and get out&#10;of the way of he next group. But hey, I&amp;rsquo;m thankful that I got to just&#10;go, not many people have that opportunity. So anyway where was I&amp;hellip; Oh&#10;so our guides name was Miguel he took us about 600 metres, or at least&#10;that&amp;rsquo;s what he said to a building that was circular on the inside but on&#10;the outside it was square. We only peeked at this building for a moment&#10;because we had to got to the gates to the Alhambra before our time&#10;expired. We made it and then we went to he oldest part of the Alhambra&#10;called the Alcazaba (I won&amp;rsquo;t even bother telling you how to pronounce&#10;that because I don&amp;rsquo;t actually know how you do). There were some really&#10;nice views of the city from the walls. We went as well to a watch tower&#10;in this area. Then we went to another palace. We went through lots of&#10;rooms and courtyards in the palace. I will tell you about them in&#10;general and then I will pick the most spectacular ones to describe&#10;separately. If I described all of them I would be writing until I get&#10;back to the States. The palaces were all built by the moors the Muslims&#10;who ruled in Spain from around seven hundred AD to fourteen hundred AD.&#10;For their time they were very advanced in mathematics, astronomy, and&#10;just learning in general. They had preserved many of he writings of&#10;Aristotle and Plato and all of the other great philosophers of the&#10;classical age. Their advancement in the architecture of the buiddings of&#10;the Alhambra was evident here everything was mathematically correct,&#10;there are all sorts of cool little mathematical algorithms that they&#10;used to construct the buildings, unfortunately the guide didn&amp;rsquo;t go over&#10;that so even though I know they exist I don&amp;rsquo;t know the patterns that&#10;were used all over the building. The archways were all in a horseshoe&#10;shape, not he semicircular or pointy ones characteristic to the&#10;renaissance and gothic periods of architecture respectively. They also&#10;had stalactite like points on the underside of the arches. Water was&#10;also an integral part of he moorish architecture. This was because ha&#10;Arabs came from a place where here isn&amp;rsquo;t much water, the Sahara desert&#10;therefore water is rare and if you have lots of it, as needed for pools&#10;of water and little fountains, water is a symbol of wealth. The last&#10;thing that I will tell you about is the designs on the walls. Everywhere&#10;there were Arabic script mainly from the Koran which because Arabic is&#10;so pretty in the first place looked really nice. Now I will tell you&#10;about some of the individual rooms in the palace. One courtyard had a&#10;rectangular reflecting pool of water down the middle with small&#10;fountains on either side at the end of the pool. These flowed into the&#10;big pool. If you&amp;rsquo;ve seen anything about the Alhambra you have seen a&#10;picture of this. It is a classic photo that looks great, even with an&#10;amateurs camera. I probably annoyed some people by sitting down and&#10;taking a picture across the pool right behind the little fountain but&#10;hey, I got a pretty good shot. Another place which I was looking forward&#10;to seeing but unfortunately they were restoring, is the lions courtyard,&#10;this courtyard has a fountain with twelve (at least I think there are&#10;twelve) lions decorating it this is the second most common picture that&#10;you see of the Alhambra. We went through some other rooms of lesser&#10;importance but they were still really neat. A little side track. If you&#10;read our blog about our trip to Vietnam you probably read about the&#10;ruins of a palace in Hue. I thought to myself that if the Vietnamese had&#10;preserved the palace that it could be as grand as the Alhambra,&#10;unfortunately they probably won&amp;rsquo;t ever be able to restore it because of&#10;lack of funds. After those palaces we walked through some beautiful&#10;gardens with some great views of the city. I think that Oma thought that&#10;she was in paradise (she likes gardens by the way). The gardens were&#10;made by some king during the Rennaisance period as a way to make it more&#10;contemporary. Once we walked through the gardens which were extremely&#10;beautiful but which I don&amp;rsquo;t have enough time to describe we went to&#10;another palace. This was built by the kings of Granada as a pleasure&#10;vacation spot. It was built by a Moorish architect so it had some&#10;moorish influences in its design. As we were waiting for the bus to&#10;arrive we ate our sandwiches that we had fixed at breakfast this moring&#10;and then we we left the Alhambra to go to the center of Granada for a&#10;little while. We went down a pedestrian street, much like sixteenth&#10;street mall in Denver. And went into an ice cream shop for a little&#10;break. Not a word of English was spoken, all of the communication was&#10;done in Español. It is really hard when they speak to you at a hundred&#10;miles an hour though, I should have though to say speak slowly please&#10;because I know how to say that but hindsight is twenty-twenty and&#10;unfortunately I didnt ask. Anyway we made our way back to the bus to go&#10;back to Malaga. No one complained on the way and I slept for a good&#10;chunk of the ride. That was about all, of course we did all of he normal&#10;evening and nighttime activities but I will not tell you about those.&lt;/p&gt;</description></item><item><title>Day 14: Sevilla, Spain</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-14-sevilla-spain/</link><pubDate>Sun, 13 May 2012 12:03:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-14-sevilla-spain/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today we started early, went to breakfast and then got out in Cadiz&#10;(cad-ese; with an emphasis on the s), our port for the day. We had a&#10;simi-private tour to Sevilla (seh-vil is the English pronunciation but&#10;if you want to be more proper and use the Spanish version it goes like&#10;seh-v-ee-yuh) today and it started in Cadiz. As we drove out of Cadiz&#10;the guide, Francisco, talked over the intercom about the city. It is one&#10;of the oldest cities in the world and was settled by the phonetians, the&#10;Carthaginians, the Romans, the Visigoths (I think), the moors and now&#10;the Spanish. Cadiz was the starting point for Columbus&amp;rsquo;s journey to&#10;discover the new world. It used to be an island and Sevilla was on the&#10;coast of th sea. It has a long history of being a sea oriented city as&#10;well as an aerospace center. It was an hour and fourty-five minutes&#10;drive to Sevilla. I slept a good deal of the way. The countryside that I&#10;did get to see was beutiful, nothing like anything at I have seen in the&#10;States. Anyway when we got to Seville we drove down the main avenue and&#10;saw all of the beautiful buildings. Then we stopped at one of the&#10;squares in the city. American square I believe was the name. This park&#10;was made for the world exhibition that was held in nineteen twenty-nine.&#10;In this park was a nice fountain and a lot of pigeons. The pigeons were&#10;a gift from someone, maybe the king of Spain or something like that. On&#10;one side of the square was a renaissance style building made by&#10;Seville&amp;rsquo;s equivalent to Gaudi. There was also a moorish style building&#10;on he opposite side. The next thing that we did is get back on the bus&#10;and go to the old Jewish and Muslim quarters. The first quarter that we&#10;went to was he Jewish quarter. This area was very nice with lots of&#10;small streets and alleys with hole-in-a-wall shops and buildings that&#10;were built in very tight spaces. We went all over going down streets and&#10;through small squares. It was nice because the whole area is pedestrian&#10;only. So we didn&amp;rsquo;t have to worry about being run over by cars or&#10;motorcycles like we did in Vietnam. We went to a palace called the&#10;Alcazar. This palace was built b the moors (the Muslims in Spain) and&#10;hen taken over by the Christians in the reconquest of Spain for&#10;Christianity. Inside there was much moorish influence in the&#10;architecture and in the decoration but in some places the Christians had&#10;Christianized the buildings. One such place was a courtyard that was&#10;moorish on the bottom but on the top they had put a renaissance style&#10;floor. It didn&amp;rsquo;t look good. It was really hot, 44 degrees centigrade,&#10;112 degrees Fahrenheit and though it was really neat it was always just&#10;where&amp;rsquo;s the next shady spot! I need shade! Etc. After going to the&#10;Alcazar we went to a square in between the Alcazar and the cathedral.&#10;This square was called Plaza del Something I forgot the name of the&#10;square but it had a statue of someone (descriptive, eh?). This was to be&#10;our meeting place after a little free time in which we could go and do&#10;whatever we wanted. We decided to go walking looking for an ice cream&#10;place that we had seen. We didn&amp;rsquo;t find it but we found a different ice&#10;cream shop and we went inside. We used our Español (Spanish) to order&#10;our ice cream. You should have seen us trying to communicate, there was&#10;lots of pointing and attempts at using the other persons language. The&#10;main language that we communicated in was Español though. We made our&#10;way winding through the streets back to the square where we were&#10;supposed to meet to go to the bus. Like I said it was 112 degrees&#10;Fahrenheit (44 degrees centigrade) and some of the peoples tempers were&#10;as hot as the weather. I will back up just a little and tell you that&#10;there were two groups of people going on the tour with two tour guides.&#10;One group had organized themselves through Cruise Critic and the other&#10;didn&amp;rsquo;t we don&amp;rsquo;t know where they organized themselves. Regardless of&#10;where they did, they obviously didn&amp;rsquo;t get the memo that there was a lot&#10;of walking involved. There was one person with a cane and another with a&#10;walker in their group which held everything up for them. When we were&#10;about a block from he bus the husband of the woman with the walker came&#10;up to the guide and had a mild explosion &amp;ldquo;You have to slow down and wait&#10;for the people who can&amp;rsquo;t keep up!!! La de da de da&amp;hellip;&amp;rdquo; anyway this went&#10;on for a while because some other people got involved as well. One of&#10;the people from our group said that he was going to go tell the guide&#10;that we were going to walk to the bus by ourselves. That made the&#10;caravan get moving. When we got on the bus it felt like a sauna it was&#10;like a greenhouse! Some people were complaining about how hot it was and&#10;it resounded like these seventy and sixty year old people had just&#10;gotten out of preschool! On the way back I do not know if the complained&#10;any more but I do know that the back of my eyelids are very black.&lt;/p&gt;</description></item><item><title>Day 13: Lisbon (Sintra), Portugal</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-13-lisbon-portugal/</link><pubDate>Sat, 12 May 2012 12:02:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-13-lisbon-portugal/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today we were again in Lisbon, Portugal. Today though we went out intro&#10;the countryside to a town called Sintra (center-uh; without the &amp;ldquo;r&amp;rdquo;&#10;sound at the end of center). We met Susanna in the same place as&#10;yesterday and then got into her van to drive to Sintra. On the way to&#10;Sintra we saw suburbs of Lisbon. The suburbs here are nothing like those&#10;in the States because all around there are tall apartment buildings. All&#10;around you couldn&amp;rsquo;t see much of anything except for apartment buildings.&#10;Unfortunately it did not seem like a good place to live. There was&#10;graffiti galore and you just looked at it and knew that you didn&amp;rsquo;t want&#10;to live there. Another thing that we saw on the way was an aqueduct.&#10;This aqueduct was built in seventeen or eighteen hundreds. It was made&#10;using Gothic arches (the ones that are pointy). One of the arches that&#10;makes up the aqueduct is the tallest in the world. It is also I believe&#10;the widest. It did not take long to get to Sintra. When we arrived mom&#10;commented, &amp;ldquo;Now we are in Europe.&amp;rdquo; It really was too. It was the typical&#10;small European village with narrow streets that don&amp;rsquo;t have any pattern&#10;whatsoever and quaint shops and hole in the wall restaurants in hidden&#10;corners. There was a palace that we were going to go into but because&#10;all of the big tours of like fifty people were going to the palace at&#10;that time, we decided to walk around before going to the palace. As we&#10;were walking mom commented, but not to loud so as not to make Susanna&#10;feel bad, that the village looked like a little German village. We&#10;walked down the side streets just taking in the beautiful buildings and&#10;shops. One of the specialties of Sintra is their quark products. They&#10;love to make stuff out of quark. They make everything out of the stuff.&#10;There were purses, bracelets, and many other apparel including iPhone&#10;and iPad cases! I was thinking that I might buy one just for the sake of&#10;doing so but I realized that they aren&amp;rsquo;t any cheaper there than here.&#10;They cost around 30€ which is somewhere between $50 and $60. When we&#10;were done with our walk around the town we went over to the palace. It&#10;was a grand palace for the Portuguese kings to go and have a nice summer&#10;vacation. Even though Sintra is not that far frame Lisbon it has enough&#10;difference in temperature that it was a nice vacation spot for the royal&#10;families. And of course if the king does it everyone wants to do it so,&#10;a town is formed. The scale of the building was immense. Just the&#10;stairs leading up to he palace took up a lot of room it was easily fifty&#10;to seventy five yards across. This part of the stairs was not covered.&#10;It was open and the stairs wee on either side of a platform which was&#10;probably thirty to fifty yards across. Then there was a covered part&#10;with stairs in either side leading up to the main palace. It had that&#10;old grandeur typical of the time which it was built. There were some&#10;great view of the city from here and also there were some interesting&#10;rooms with glazed tiles all around. It was in interesting mix of&#10;materialism of the age of discovery as well as both the Muslim and&#10;Christian religions. The chapel that was built in the palace was built&#10;by moors (Muslims living in Spain) and had the glazed tiles typical of&#10;the age. Oval the style of the building was the Manueline because it was&#10;primarily King Manuel that built the palace. There we all sorts of neat&#10;little fun facts like magpies that were ordered to be painted on the&#10;ceiling of one of he rooms to represent all of the ladies in waiting&#10;that we&amp;rsquo;re present when a secret was leaked an who spread  the word&#10;about this around through gossip. There was also one room on which was&#10;painted the many coats of arms of the rich families in Portugal at the&#10;time. King Manuel&amp;rsquo;s coat of arms was the biggest and the only one the&#10;was carved and then painted. It had lots of symbolism but I don&amp;rsquo;t quite&#10;remember them. Regardless whatever the importance of the different&#10;symbolic things in the cost of arms it is important because it is the&#10;coat of arms of Portugal. After going to the palace we made our way&#10;thought the countryside to the furthest western point in continental&#10;Europe. I enjoyed all of the scenery along the way, even though part of&#10;the scenery was rather black, like the back of my eyelids. I wonder why&#10;that is? ;) yes, I went to sleep. I do have the excuse that he roads&#10;were very windy and I just was lulled to sleep by the movement. There&#10;was a car show going near the monument so we had a hard time parking but&#10;we did meet a man who we though was one of the car owners and got into a&#10;conversation with him about how some island in the Azores was used as a&#10;military base by the allies during WWII. He also said that if you went&#10;directly west from that point you would reach NYC. Well in between NYC&#10;and New Jersey he said. After getting pictures we got back in the car&#10;and drove past many coastal villages or towns. They aren&amp;rsquo;t very distinct&#10;towns because it has molded into one big town along the waterfront but&#10;they were still called towns. Most of the way it was beaches with&#10;restaurants serving seafood. She to,d us that it was expensive to buy&#10;seafood in Portugal compared to the United States she said 50€ per kilo!&#10;That&amp;rsquo;s like almost $75 for a two person meal! The areas that we went&#10;through were used first by the royalty as a summer vacation spot. And&#10;then the population caught on. We saw lots of people on the beach but&#10;Susanna said that only tourists go to those beaches because the water is&#10;so dirty but the locals stay away from those beaches. We got back to the&#10;boat about thirty minutes before we had to be on the boat at two or so&#10;and went up to the Lido deck for some lunch as we were eating we saw the&#10;Baldersons coming on and then about twenty minutes later some other&#10;people and then even though they were fifteen minutes late to the boat&#10;they were just meandering along. Of course they could see that they were&#10;raising the gangplank and making the ship ready to leave but they didn&amp;rsquo;t&#10;step up the pace at all. Later Mrs. Angie commented that, and I quote &amp;ldquo;I&#10;would have been bookin&amp;rsquo; it!&amp;rdquo; some people just don&amp;rsquo;t know when it is&#10;right to speed up just a bit. That was about it for the day and I assume&#10;by now that you know the drill, make up the rest of the day because it&#10;was the same as all the other afternoon/evenings.&lt;br&gt;&#10;    ~Sumner&lt;/p&gt;</description></item><item><title>Day 12: Lisbon, Portugal</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-12-lisbon-portugal/</link><pubDate>Fri, 11 May 2012 15:05:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-12-lisbon-portugal/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today started out at ten thirty when we woke up. Mom, Oma and I went to&#10;the Vista Lounge to listen to a talk about the architecture of Rome&#10;and then I went to the Lido Deck to see if anyone was there to play&#10;ping-pong. Nobody was so I started back down to the room. On the way, I&#10;saw someone who had just come from the bow, which was opened so that&#10;people could watch as we went under a bridge that spans the river that&#10;Lisbon was built by. By this time it was about time to go to lunch do I&#10;went down to the room to go with the est of my family. They also wanted&#10;to go to the bow to get a view of the bridge so we went to the Lido deck&#10;for some food. The Baldersons (Colton&amp;rsquo;s family) came with us and we sat&#10;together for our meal. After lunch we went back down to the room and got&#10;ready to go into Lisbon. We have a guide for Lisbon for this afternoon&#10;and tomorrow. We met this guide outside of the dock station. Her name is&#10;Susanna. The first thing that we did is drive up to a place where you&#10;could get a good view of the city of Lisbon. At this point there was a&#10;monument to the Revolution in which the Portuguese threw off their&#10;dictator. There was also, on either side of the monument, a pillar the&#10;two together symbolized the treaty/alliance between Great Britain and&#10;Portugal. This treaty is the oldest in he world. The view from the&#10;monument was very comprehensive of the day. You could see the old Muslim&#10;quarter as well as a valley and another hill that was part of the city.&#10;Much of the city had been destroyed in the earthquake of 1755, this&#10;earthquake was a major event in he history of Lisbon. The next&#10;destination was the old Muslim quarter. On the way to that quarter, we&#10;stopped at a park with all sorts of nice plants and it was really&#10;pretty. Anyway, when we got to the old quarter, we went to a cathedral.&#10;Outside, before we went in Susanna told us that we should watch our&#10;things. There are lots of pickpockets she said, as she was saying so she&#10;said, &amp;ldquo;See there, they&amp;rsquo;ve been robbed already.&amp;rdquo; She said this pointing&#10;to a police car that some tourists were getting into. They had obviously&#10;not heeded he warnings on every Internet site that knows anything about&#10;Lisbon or about most of Europe for that matter. I thought that it was&#10;rather iconic that, even though it is a cathedral where things are&#10;supposed to be holy, the pickpockets play the part of a tourist and, as&#10;they are professionals, you don&amp;rsquo;t realize that you&amp;rsquo;ve been robbed until&#10;you try to pay for something. Besides the pickpockets there was another&#10;interesting thing that you don&amp;rsquo;t see much of in America. Tram cars. They&#10;were all over the place, two of the lines went right in front of the&#10;cathedral. We got to saw some go past as we were standing outside of the&#10;building. The cathedrals construction was interesting because it was in&#10;two styles. Romanesque and Gothic  Romanesque churches have the same&#10;design as a Roman basilica, or law court. This means that enemy have a&#10;large nave in the center and small hallways on either side. It is also&#10;characterized by semicircular arches where the height of he arch is half&#10;he width, it has to be or else it isn&amp;rsquo;t be a semicircle. He main body of&#10;the church was made in this style but, as the cathedral was built over a&#10;few centuries, the old style went out of he fad so they changed styles&#10;to the Gothic style for the back of the church behind the part where&#10;people go to mass. This area was for people to go pray to the relics and&#10;such. To get to this area there&amp;rsquo;s a Gothic arch it is interesting&#10;because you can also see the Romanesque arch which the Gothic arch was&#10;built into. Then we walked around the area and saw lots of facades with&#10;glazed tiles covering them as well as many other charming sights. As we&#10;were walking we went down a street where people were decorating he&#10;streets, our guide said that they were preparing for a celebration. It&#10;was still a month away but, like us in America preparing for Christmas,&#10;they start decorating early. The celebration is because some children&#10;had sworn that they had seen visions of the Virgin Mary and in doing so&#10;they made this area a big pilgrimage area for he Catholics. Then we kept&#10;on walking and we passed a few fadu (fahd-zoo) restaurants. In these&#10;restaurants you go and eat while people sing to you. Hen we went through&#10;a neighborhood which was really nice but the buildings weren&amp;rsquo;t in good&#10;shape because the owners didn&amp;rsquo;t have enough capital to restore the&#10;buildings. Part of this is that they can&amp;rsquo;t raise the rent if the owner&#10;stays the same and the rent is sometimes less than 50€. One € (Euro) is&#10;about 1.4 dollars, the exchange rate though makes it more like 1.5&#10;dollars. Therefore 50€=$75. Sort of there was a nice hotel that was&#10;really nice one of the nicest in the city, a five star. It was investing&#10;however that nowhere on the building did it say that it was a hotel. In&#10;the front of the hotel on the street side was a fountain that used to be&#10;a public fountain with water from the aqueducts coming into the city.&#10;After that we got back in the ban and went to the monumental area. We&#10;were planning to go to the cathedral but as it was closed for a funeral,&#10;we walked to a bakery first. We had seen the bakery in a video from Rick&#10;Steve&amp;rsquo;s it was called Pastries de Beliem or something like that. The&#10;pastures are very popular and secret. There are only four people who&#10;know the secret receipt and, though they try, anywhere else but this&#10;restaurant that serves the pastry just can&amp;rsquo;t do it right. I have no&#10;other words to describe the desert other than it was extremely&#10;delicious. After we ate our pastries we walked back to the cathedral and&#10;went inside. This one, like the one in the old quarter, is in two&#10;styles, Manueline and renaissance. Most of he building was in he&#10;Manueline style but the front altar is in the renaissance style.&#10;Manueline is a style unique to this area and it was named after Manuel,&#10;the king of Portugal when this style was popular. The actual structure&#10;is much the same as the Gothic style but the major difference between&#10;them is the decoration. In the Manueline style there are lots of&#10;decorations with a seaward theme. By this I mean ropes, ships, oriental&#10;leaves, etc. Because people couldn&amp;rsquo;t just learn about what their&#10;explorers were finding on tv, they carved it into their cathedrals,&#10;creating the Manueline style. He renaissance style is much like the&#10;Romanesque because the renaissance is characterized by the&#10;romantification of the classical Roman arts. After we went to the&#10;cathedral we drove to another site where there is a fortress that was&#10;used for the defense of he river in the times when pirates would&#10;sometimes come to rob the people of Lisbon. It had a tower and then on&#10;he side of the tower toward the river there was a platform that was&#10;lower down from the tower for cannon possibly. This tower used to be in&#10;the middle of the water but when the earthquake of 1755 happened, the&#10;water level for the river went down making this tower become the side of&#10;the river. After this tower we went to the Explorers monument this&#10;monument was to all of the great explorers from Portugal. It was kinda&#10;neat because it showed some of the people who where important in the&#10;development of world history. After going to this monument we went back&#10;to the boat and because we did nothing of note, I will not bother&#10;describing the rest of the day because I think that you can piece&#10;together the rest of he day from my earlier posts.&lt;/p&gt;</description></item><item><title>Day 11: At Sea</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-11-at-sea/</link><pubDate>Thu, 10 May 2012 15:04:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-11-at-sea/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;&lt;em&gt;[Continued from Day 9]&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Day 10: Ponta Delgada, Azores</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-10-ponta-delgada-azores/</link><pubDate>Wed, 09 May 2012 15:03:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-10-ponta-delgada-azores/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today was our first port day. We stopped at the island of São Miguel in&#10;a port town named Ponta Delgada. Before commencing our journey inland we&#10;went up to have some breakfast. While there we saw some of the city from&#10;the vantage point of the boat. Once we were ready to go into town, we&#10;went down to A Deck. Not a deck but A Deck, this is the bottom most&#10;level of the ship that the passengers are allowed to be on. They checked&#10;our cards as we went out and then we were free to do anything we wanted,&#10;we just had to new back at the boat by four thirty in the afternoon. We&#10;were planning on walking around the town but we decided to get a taxi&#10;tour of he island instead. The tour cost the same as if we had gone with&#10;the boat but we were able to stay in any location for as long of a time&#10;or as short of a time as we wanted. From Ponta Delgada we rode in the&#10;car for a few minutes to get to another town on the island, the name of&#10;which escapes me at the moment. He took us to what you might consider&#10;the middle/center of the town. There was a small square with little&#10;pathways going throughout. The trees had a peculiar plant or something&#10;hanging on it. There was a path down to another larger park. This park&#10;was near the side of a river, well a river for us Coloradans, maybe not&#10;for those of you who consider a ten foot wide flowing body of water a&#10;small brook. Anyway the bridge over the river upstream a little bit was&#10;the bridge that we went over to get to the town center. The river that&#10;was running underneath it was the river that the aforementioned river by&#10;which the park was located. His park had some very nice flowers and&#10;paths throughout. Some of the water from the river was diverted to form&#10;a small channel of water going thought the center of the park. After&#10;seeing this park we went to a small church. We guessed that it was&#10;baroque or classical in style (Mrs. Duncan if you are reding this) it&#10;was our first of what will be many visits to cathedrals around Europe. I&#10;think cathedrals are to Europe as temples are to Vietnam. (For those of&#10;you who did not followed us on our trip to Vietnam about every other&#10;stop on the tours that we went on we stopped at a temple. Or at least it&#10;seamed that way). After the church we went for a little walk, about a&#10;hundred yards down a street until we got to a place where there was a&#10;traffic jam and we deemed that it was necessary  to turn around. We&#10;circled around and went back to the taxi. The next thing that we went to&#10;was an overlook over which you could see the sea all the way to the&#10;horizon, or at least until you could no longer see because of the fog.&#10;You could also see the cliffs that the water dashed up on from the&#10;aforementioned vantage point. Another sight that you could see was a&#10;plateau which some horses were grazing on. It was actually more like a&#10;ledge but&amp;hellip;&lt;/p&gt;</description></item><item><title>Day 9: At Sea</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-9-at-sea/</link><pubDate>Tue, 08 May 2012 15:01:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-9-at-sea/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Like I promised I will describe to you the nature of the ship today.&#10;Hopefully it isn&amp;rsquo;t to convoluted for you to understand. I will hopefully&#10;before the trip is completed be able to add a link to the website with&#10;the plans of the ship and of the rooms. And as a picture tells a&#10;thousand words&amp;hellip; My posts will only be a helper as you look through the&#10;pictures. Maybe I will post that in Lisbon, or&amp;hellip; Maybe not. We&amp;rsquo;ll see.&#10;[The rest of this posts will be posted under the title Day 11: At Sea]&#10;I admit, I have been staying up watching shows etc. way too late and&#10;once I get to the blog it is often eleven o&amp;rsquo;clock at night. Right now I&#10;am writing this while waiting for a show to start. Now you can go to Day&#10;11. See you there!&lt;/p&gt;</description></item><item><title>Day 8: At Sea</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-8-at-sea/</link><pubDate>Mon, 07 May 2012 15:43:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-8-at-sea/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Nothing much happened different than the other days at sea therefore I&#10;will not spend much time describing the days activities. Basically if&#10;you take all the previous posts that I have written, mesh them all&#10;together (give or take a few things) and then make a day out of them you&#10;will get some idea of what happened today. Colton and I tried to solve a&#10;sudoku puzzle (we didn&amp;rsquo;t succeed I think that we messed up one our logic&#10;for one square which screwed up everything else. Oh well, maybe we&amp;rsquo;ll&#10;succeed tomorrow.)&lt;/p&gt;</description></item><item><title>Day 7: At Sea</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-7-at-sea-2/</link><pubDate>Sun, 06 May 2012 15:41:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-7-at-sea-2/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today was another day with a late start. About nine o&amp;rsquo;clock. We were&#10;going to go to a church service but because the room doesn&amp;rsquo;t have any&#10;windows we don&amp;rsquo;t know what time it is by the sun. If we turned off the&#10;lights, even at noon it could be midnight for all that we can tell.&#10;Anyway going to the church service didn&amp;rsquo;t work because it was supposed&#10;to start at nine. Oops. We decided to go to eat our breakfast. After&#10;that Hannah went to Club HAL and I went to the pool to see if anyone&#10;wanted to play ping-pong. Colton was there so we played for a while&#10;until we went to a talk about Seville. At the beginning though, he went&#10;thought the history of architecture. Much of this I already knew. Thank&#10;you Mrs. Duncan! After the talk we went to go eat lunch and then I went&#10;back to the pool and talked for a little while with Colton and his mom&#10;and played a little more ping-pong (we are playing a lot of ping-pong).&#10;Then I came down to the room and got my bathing suit on to go swim. A&#10;little way through my bathe, Colton and his brother Sebastian came. We&#10;played for a little while end then their other brother, Nathan came. We&#10;kept on going from the hot tub and then to the regular pool and back to&#10;the hot tub again. Then we got ready to go eat. (eat, play, sleep; what&#10;a life). After the delicious dinner we went to go to watch people at the&#10;karaoke room. There were a few pretty good singers but this one guy, I&#10;felt kinda bad for him, just couldn&amp;rsquo;t carry a tune at all. After that we&#10;came back to the room. When we go there though we had some chocolate&#10;covered strawberries which we promptly ate. The people that cleaned our&#10;rooms must have done it because Oma&amp;rsquo;s meat was not very good. I must say&#10;thought that Oma didn&amp;rsquo;t complain at a all but they must have sensed that&#10;she was not pleased, no wonder that they did, she only ate a tiny&#10;portion of the meat. Anyway that was basically it but I must tell you&#10;that if any of you have pets you probably should be wary of mom when she&#10;gets back because each night the people who clean the room always make a&#10;creation with the towels. The past two nights when the have done so mom&#10;has murdered the creations before Hannah had come down from club HAL by&#10;putting her jacket on it! Pets beware.&lt;/p&gt;</description></item><item><title>Day 6: At Sea</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-6_09/</link><pubDate>Sat, 05 May 2012 15:40:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-6_09/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;The day started out really late today, ten o&amp;rsquo;clock for me. We didn&amp;rsquo;t go&#10;to breakfast because we were going to have lunch in just a few hours. I&#10;decided to go up to the crows nest but on the way I saw a boy that was&#10;bouncing a ping-pong ball on a paddle. He looked like he was just&#10;slightly bored. So I asked him if he wanted to play. We played ping-pong&#10;for about half an hour and then Colton, that&amp;rsquo;s the boys name, and I went&#10;down to the theater to watch a talk about the history of the cruise&#10;boat. I met Oma and mom down there at the talk, which was very&#10;interesting. I learned a lot about cruising in the speech. Then we met&#10;up with Hannah went to go eat lunch. After lunch, which was really good,&#10;mom and Oma went to go watch another talk and I went up to the crows&#10;nest to do my class. While I was waiting for the ladies to show up the&#10;people that I had done the trivia with yesterday called me over to play&#10;with them. I didn&amp;rsquo;t help much but it was kinda neat just to listen to&#10;the questions and think of good answers. Anyway, as the people in my&#10;iPad class showed up I asked them if it would be OK if we just met two&#10;hours later at four for the class instead of two because the talk that&#10;mom and Oma were going to was on that the ladies in my class wanted to&#10;go to as well. I decided go go up to Club HAL to see what they were&#10;doing it wasn&amp;rsquo;t anything that I wanted to do at that moment so I went&#10;down to the pool and talked with Colton&amp;rsquo;s brothers and mom. He has two&#10;brothers, one is named Sebastian, the other is Nathan. Colton is ten,&#10;and the others are seven and eight, I just don&amp;rsquo;t know which one is&#10;which. Anyway, I went back up to Club HAL for a few minutes until I went&#10;to go do my iPad class. After class we decided to meet in two days, on&#10;Monday, so that they could try out everything that we had gone over. At&#10;that point it was about time for dinner so we went to the room and got&#10;ready. The food was good and after we had eaten we went to the show.&#10;Today it was an Olympic gymnast performing some things. Mainly he used&#10;silk things that hung from the ceiling to do some tricks on. One time&#10;though he said that he was going to take a break and let the band play&#10;but he went over to the piano and started playing with them! He had&#10;learned to play because for the last few years he as been doing shows on&#10;cruise ships and he had learned from the musicians that he met on the&#10;boats. He also did a few juggling routines, one of witch he did in the&#10;dark with lighted balls. It was really cool. After the show we went back&#10;to the room to go to bed.&lt;/p&gt;</description></item><item><title>Day 5: At Sea</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-5-at-sea/</link><pubDate>Fri, 04 May 2012 23:14:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-5-at-sea/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today we got up earlier than we did yesterday, about seven or a little&#10;after. We actually got to go to breakfast today! The food was good and&#10;after the meal we had to decide what to do. Hannah and I went with Club&#10;HAL to play ping-pong. And after we were done we played UNO for a little&#10;while. Then Hannah went with Oma to a cooking demonstration and mom and&#10;I went to hear a person talk about one of the ports that we went to. I&#10;dosed off during part of it do I&amp;rsquo;d don&amp;rsquo;t really remember everything that&#10;he said. Oh well. Next was lunch, which was very good, and then we&#10;played a little ping-pong before I went to meet with the ladies for our&#10;little iPad class. We didn&amp;rsquo;t have much of a class, only about twenty&#10;minutes. This was because there was another talk that all of the ladies&#10;wanted to go to so our meting adjourned and the ladies left. I decided&#10;to go and find mom and Oma, who themselves were at the talk. I couldn&amp;rsquo;t&#10;find them but we had arranged for everyone to meet in the room at about&#10;four to get ready for diner. That was done and we went to eat at the&#10;restaurant. I wasn&amp;rsquo;t feeling great, it was a little rocky. (I&amp;rsquo;m fine&#10;now, it was juts over that one spot for a few hours that was really bad.&#10;It wasn&amp;rsquo;t that bad though I just didn&amp;rsquo;t enjoy everything to its fullest&#10;extent.) After dinner we went to watch the boats sings perform some&#10;Broadway songs. I fell asleep for part of it, (I seem to be liking to&#10;sleep through things&amp;hellip; Oh well it doesn&amp;rsquo;t matter). We all went down to&#10;the trivia show, it was pretty funny. We left a little early because&#10;Hannah wanted to go to a room where someone was playing the piano. I&#10;came to the room and am writing this blog. Well I should probably start&#10;getting ready for bed. I&amp;rsquo;ll keep you posted!&lt;/p&gt;</description></item><item><title>Day 4: At Sea</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-4-at-sea/</link><pubDate>Thu, 03 May 2012 13:00:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-4-at-sea/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;We started out really late, nine o&amp;rsquo;clock or so, because we have such a&#10;dark room in the interior of the ship and we don&amp;rsquo;t have any windows so&#10;we were all just thinking that it was three in the morning and went back&#10;to bed. Finally I figured out and looked at my watch. Oh well we had&#10;some nice rest. We actually didn&amp;rsquo;t have breakfast because we were so&#10;late getting started. Instead we got ready to go to this &amp;ldquo;Meet and&#10;Greet&amp;rdquo; meeting hosted by this group called &amp;ldquo;Cruise Critic&amp;rdquo; (if you ever&#10;want to go on a cruise check it out, I actually don&amp;rsquo;t know what it is&#10;but it must be good or else mom wouldn&amp;rsquo;t  have used it). Anyway Hannah&#10;and I got ready before mom and Oma so we went up to the Crows Nest to&#10;write yesterday&amp;rsquo;s post. The meeting, by the way was at the Crows Nest on&#10;one side. We were sitting on the other side looking out at the ocean in&#10;front of us. Mom showed up at the meeting late, really late, so late&#10;that she missed the entire meeting. She did show up for the mingling&#10;time after the meeting and somehow or another she ended up talking to&#10;some ladies about the iPad and how they didn&amp;rsquo;t know how to use it. Well&#10;she volunteered me to teach an iPad class. I had come over just as she&#10;was doing so and I was just a little surprised. Well, I walked out of&#10;the Crows Nest with an iPad class with four women at two o&amp;rsquo;clock in the&#10;afternoon. We decided to go have some lunch and after we ate we went to&#10;play ping-pong until time for me to teach the iPad class. The iPad class&#10;went well, our progress: we made it to learning how to mass delete&#10;photos! Anyway after an hour of class we decided that we would have&#10;another class the next day at the same time two o&amp;rsquo;clock. Remember this&#10;time, it will come in handy near the end of the day. After I was&#10;finished with the class I joined club HAL for ice cream an then plagued&#10;ping-ping with mom. Then Hannah and I went swimming for a little while.&#10;Once we were done we went back to the room to get dressed for the formal&#10;dinner. The formal dinner is a very formal occasion. I wore a suit and&#10;tie. If you&amp;rsquo;re reading this Nic, thank you for the suit, it has come in&#10;handy. Goodwill also helped out by supplying the shoes and tie. The food&#10;was delicious, we had an appetizer, soup, an entree and a desert. All of&#10;which were good. After our dinner we went to go see a pianist perform.&#10;Before he started though, the guy announced that there would be a time&#10;change in the middle of the day tomorrow, at two o&amp;rsquo;clock. There will be&#10;no two o&amp;rsquo;clock tomorrow. He joked that he was going to work out from two&#10;till three. Now remember that time I told you to remember? Well if you&#10;remember I had scheduled my iPad class at two o&amp;rsquo;clock but tomorrow it&#10;not exist, oops. Anyway the pianist was really good. I enjoyed the&#10;songs. One of the songs was a medley of some of Beethoven songs made&#10;modern, it was really interesting. It just goes to show that the&#10;melodies are the same just the style, and instruments that the melodies&#10;are played on change. After that show as we were going towards our room&#10;we saw another thing set up. It was a game show. We decided to watch&#10;that, they took some people form the audience that wanted to do it and&#10;one of the guys from the staff asked the questions. One of ladies was&#10;just not good at all but he staff guy made her feel fine. He asked all&#10;of the other people to step back and let her get some questions for only&#10;herself. One time when she answered a question &amp;ldquo;John F. Kennedy!&amp;rdquo; he&#10;said, &amp;ldquo;Yes, also known as Jimmy Carter but you know he went by a lot of&#10;things back then.&amp;rdquo; Anyway everyone had a good time and it was really&#10;funny to watch. After that we came back to our room and got ready for&#10;bed. I am currently writing his post and getting tirrrrrrrreeeeeeedddddd&#10;oops, I think I held down a key on he keyboard, that probably means I&#10;should go to bed.&lt;/p&gt;</description></item><item><title>Day 3: Start of Cruise - At Sea</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-3-start-of-cruise-at-sea/</link><pubDate>Wed, 02 May 2012 23:11:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-3-start-of-cruise-at-sea/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today was tiring at best. We started the day out in Ft. Lauderdale and&#10;ended it out of site of the shore. We had breakfast in the hotel and&#10;then went back up to get ready to check out of the room at ten. Then we&#10;went to the port, Port Everglades. There we dropped off our bags and&#10;went to the airport to drop off our car. We took the shuttle from the&#10;airport back to the port and went through a very extensive security and&#10;check in. Eventually we got to the jet-way. Oh wait, it can&amp;rsquo;t be a&#10;jet-way, we weren&amp;rsquo;t going on a jet. It did look like it though. Anyway&#10;when we got onto the boat it was really cool. It was really grand. We&#10;were almost attacked with people with hand sanitizer and everyone was&#10;very nice. Then we were told where to go to get to our room and there we&#10;put down our bags and then we went to lunch. After a delicious buffet&#10;lunch we explored the ships for a little while and then went back to the&#10;room to get on our bathing suits to go swimming. After that we watched&#10;the embarkation at about 6:00. There is a kids club and a teens club on&#10;the ship. The kid club (called club HAL; Holland America Line) had a&#10;meeting and so Hannah went to that for a few minutes while mom, Oma and&#10;I went to go eat. We learned that I was one of two teenagers on the ship&#10;and Hannah was one of about ten or so kids. We were going to try to eat&#10;at the nice restaurant but the line was so long that it just wasn&amp;rsquo;t&#10;worth it. We went to the buffet instead. After we had eaten we went up&#10;to pick up Hannah. One of the leaders of the club informed us that I was&#10;actually the &lt;em&gt;only&lt;/em&gt; teenager on he ship. The other &amp;ldquo;teenager&amp;rdquo; turned out&#10;to be 67 not 17. Someone had made a typo. Anyway Hannah came down to&#10;have dinner and then we went back to the room to go to bed.&lt;/p&gt;</description></item><item><title>Day 2: Ft. Lauderdale FL</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-2/</link><pubDate>Tue, 01 May 2012 13:13:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-2/</guid><description>&lt;h2 id="hannah"&gt;&#10; Hannah&#10; &lt;a&#10; class="permalink"&#10; href="#hannah"&#10; aria-label="Permalink to Hannah"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;div style="text-align: center;"&gt;&#10;&lt;b&gt;Day 2&lt;/b&gt;&#10;&lt;/div&gt;&#10;&lt;p&gt;Can you believe it? Tomorrow is the BIG day! We are going on our cruise&#10;tomorrow around noon. (Maybe before.) Anyway&amp;hellip; Today was the last&#10;minute shopping time. Such as Target, Walgreens and  CVS/Farmacy (that&#10;is the southern Walgreens.) Today wasn&amp;rsquo;t very interesting, but I&amp;rsquo;ll tell&#10;you, in 7-9 days, there will be LOTS of news. Well maybe tomorrow will&#10;be interesting. Why? Because I will probably tell everyone about and&#10;what&amp;rsquo;s on the boat. It will be VERY exciting. Well I gotta go to bed&#10;now, see ya&amp;rsquo;ll later!&lt;/p&gt;</description></item><item><title>Day 1: Flight to Ft. Lauderdale FL</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-1/</link><pubDate>Mon, 30 Apr 2012 19:03:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/day-1/</guid><description>&lt;h2 id="hannah"&gt;&#10; Hannah&#10; &lt;a&#10; class="permalink"&#10; href="#hannah"&#10; aria-label="Permalink to Hannah"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;div align="CENTER"&gt;&#10;&lt;p&gt;&lt;b&gt;Day 1&lt;/b&gt;&lt;/p&gt;</description></item><item><title>Another Trip!</title><link>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/another-trip/</link><pubDate>Sun, 22 Apr 2012 21:44:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2012-transatlantic-cruise/another-trip/</guid><description>&lt;p&gt;Hi everyone, in just a few days (starting on April 30th) Basher Academy&#10;will be going on another long field trip in which we will be seeing many&#10;of the things that we are learning about in World History.&lt;/p&gt;&#10;&lt;p&gt;We will be going on a trans-Atlantic cruise to Europe. While in Europe&#10;we will be going to many different countries and seeing many interesting&#10;things from Portugal to Greece, Rome to Dubrovnik in Croatia, Athens to&#10;Corinth. All of these places we will be seeing history right before our&#10;eyes. Just going to Rome is a journey through history but going to&#10;Athens, Corinth, Barcelona, and other cities will give us a taste of the&#10;cultures of many different countries.&lt;/p&gt;</description></item><item><title>Looking Back</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/looking-back/</link><pubDate>Wed, 15 Dec 2010 21:23:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/looking-back/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;OK now I will tell you what I thought of the trip since that&amp;rsquo;s the&#10;number one question that you ask people when they come back from a&#10;vacation. It was great, I was able to see the lives of many different&#10;people groups, from the Dao (pronounced: Zow) in Sapa to the Cham in the&#10;Mekong River Delta. I got to see rice being harvested, planted and rice&#10;fields that were already harvested. One of the sad things that I noticed&#10;was that much of Vietnamese culture is based on Buddism. Well I have&#10;thouroly enjoyed being able to share this wounderful, rich culture in&#10;this blog. I hope that one day I can go back to Vietnam to see my&#10;wonderful homeland once again. I&amp;rsquo;ll be sure to keep a blog that trip&#10;too.&lt;/p&gt;</description></item><item><title>Trip Back Home 12/12/10-12/13/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/trip-back-home-121210-121310/</link><pubDate>Mon, 13 Dec 2010 22:37:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/trip-back-home-121210-121310/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;It was about a for hour trip to Shaghai and then we had an eight hour&#10;layover. It was long and hard. We ate a meal and shoped and bored&#10;ourselfs to death. Finally the gate opened and we checked our bags and&#10;went to the plane. It was a ten and a half hour flight to San Fransisco.&#10;I slept and worked on my blog for most of it. We had thought that all&#10;the movies that they were playing were going to be bad. One of the ones&#10;that they showed was Ramona and Besis. I would have watched it but I&#10;thought that it was another of those bad movies and nobody told me that&#10;I could watch it. We made it to San Fran and had a three hour layover.&#10;Then we had another three hour flight to Denver. We bussed out to our&#10;car and were a little worried that our car wouldn&amp;rsquo;t start. It did and we&#10;drove to our house. Hannah slept all the way and mom and I dosed off for&#10;a minute or so. Dad luckily didn&amp;rsquo;t dose off and we made it home safe.&lt;/p&gt;</description></item><item><title>Saigon,(or Ho Chi Minh City)</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/saigonor-ho-chi-minh-city/</link><pubDate>Sun, 12 Dec 2010 02:18:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/saigonor-ho-chi-minh-city/</guid><description>&lt;h2 id="hannah"&gt;&#10; Hannah&#10; &lt;a&#10; class="permalink"&#10; href="#hannah"&#10; aria-label="Permalink to Hannah"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;So, we are back safe in Saigon. No problems on the plane, but the&#10;transportation to our hotel was aweful. I guess the guy who was supposed&#10;to pick us up, was wrong on the timing, so we waited for about 1 hour,&#10;till mom decided to call the guy. After waiting another half hour, the&#10;guy FINALLY showed up. He said, wait for 10 minutes, and I will get your&#10;ride. But of all things, another guy,( the guy who picked us up at the&#10;airport last time,) showed up and said to come with us. So we loaded up&#10;the luggage in the taxi, and ALMOST started out agoin, but then, the&#10;first guy said to wait another 10 minutes, and he would load us up into&#10;a &amp;ldquo;big&amp;rdquo; van, the van was the size of the other car, but we FINALLY&#10;succeded in getting to our hotel. We got a warm welcome, so that is all&#10;to tell you what we did this after noon.&lt;/p&gt;</description></item><item><title>Fourtyith Day - Saigon 12/11/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/fourtyith-day-saigon-121010/</link><pubDate>Sat, 11 Dec 2010 21:46:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/fourtyith-day-saigon-121010/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today is our last day in Vietnam. We woke up and ate breakfast. Then we&#10;hung out for a fem minutes to find things to do and work on the blog.&#10;Then we went shopping for a while. We ate lunch at a place called Wrap&#10;and Roll. In this restaurant you were served the food that you ordered&#10;with some green vegitables, noodles and rice paper. Then you rooled it&#10;all together. It was really good and then we went out and shoped a&#10;little more. After that we went back to the hotel and asked if we could&#10;have a small room for the night so that we could have a room until we&#10;leave at one o clock tomorow morning. They let us and we moved to the&#10;other room. Then we went swiming for a while to cool down. After we were&#10;refreashed we went to the room and got packed up. Mom and Hannah slept&#10;for a while and then I laid down to try to sleep for a while. I never&#10;did but my body got to rest. By this time it was about time to fialize&#10;out packing and go to the airport. We went down with out bags and got&#10;into the car. We made it to the airport but the gate wasn&amp;rsquo;t opened yet.&#10;Some people started to line up and we asked them if they were in line&#10;for our flight to Shainghi. They were and so we got in line. I took&#10;forever to get up to the desk and when we got there she couldn&amp;rsquo;t find&#10;our tickets! Finally she found ours but she couldn&amp;rsquo;t find dads! After a&#10;while she was able to locate dad&amp;rsquo;s ticket. Needless to say, we were the&#10;last ones at the check in counter. Unfourtunentaly she couldn&amp;rsquo;t check&#10;them to Denver so we would have to spend all of our time in Shanhai with&#10;our bags. Then we went to our gate and got onto the plane&amp;hellip;(Look at&#10;the next post for the rest of the story.)&lt;/p&gt;</description></item><item><title>Phu Quoc</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/phu-quoc/</link><pubDate>Sat, 11 Dec 2010 02:17:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/phu-quoc/</guid><description>&lt;h2 id="hannah"&gt;&#10; Hannah&#10; &lt;a&#10; class="permalink"&#10; href="#hannah"&#10; aria-label="Permalink to Hannah"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Day&amp;hellip; half&lt;/p&gt;</description></item><item><title>Thirty-ninth Day - Phu Quoc and Trip to Saigon 12/10/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/thirty-ninth-day-phu-quoc-121010/</link><pubDate>Fri, 10 Dec 2010 21:46:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/thirty-ninth-day-phu-quoc-121010/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today was our last day on Phu Quoc. We swam in the ocean and in the pool&#10;for a couple of hours and then packed up to go back to Saigon. After we&#10;were packed up we went to the resorts restaurant for lunch. It came&#10;late, thirty miniutes after we ordered. We only had fifteen minutes to&#10;finish our meals. After lunch we were picked up to go to the airport. We&#10;got onto the plane fine and on the way we had one last view of Cassia&#10;Cotages. We knew that it was Cassia because of the houses and a&#10;house-boat in th water just outside Cassia Cottages. It was a very short&#10;flight. It was only about one hour long, half the length of the trip&#10;from Da Nang to Ho Chi Minh City. We got to the airport and went outside&#10;to find our guy. There must have been some confusion because there&#10;wasn&amp;rsquo;t anyone there. We had to wait for thirty minutes to find anyone.&#10;He then took us to the wrong taxi. Another man showed up and said that a&#10;big van was coming. Then instead of waiting to get the van they decided&#10;to move us to another taxi that was the exact same size as the one&#10;before. We made it to the hotel and went to reseption to get our key and&#10;go to our room. The told us that we had to pay for the room that we&#10;stayed in last time and the room that we are going to stay in this time.&#10;We wanted just to pay at the end so that we could use as much Dong&#10;(that&amp;rsquo;s the currency here) as we wanted for shoping and then use the&#10;rest to pay the bill. Then if there was any leftover cost we would pay&#10;it in dollars. We tried to tell them but they said that we had to pay&#10;anyway. We paid some in dong and some in dolars. Then they said that we&#10;owed another twenty-eight cents. We asked what that was in Dong and they&#10;calculated that for us. It came out to be six thousand Dong so dad&#10;pulled out his walet and gave them a five thousand and they said one&#10;more. Mom then pulled out a one thousand and put it down, a little&#10;violently. Done. We went to our room and got settle in. Then we swam for&#10;a minute went out for dinner and went to bed.&lt;/p&gt;</description></item><item><title>Thirty-eighth Day - Phu Quoc 12/9/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/thirty-eighth-day-phu-quoc-12910/</link><pubDate>Fri, 10 Dec 2010 02:44:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/thirty-eighth-day-phu-quoc-12910/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;This morning we hung out at the beach and the swiming pool. Hannah&#10;played with her Norwegen friends. Then for the afternoon we decided to&#10;go on a motorcycle ride. In Vietnamese you would say that we went on a&#10;xe om (say ohm). We went up to reseption and asked for a mortorbike for&#10;te afternoon. First we went out to lunch. We went to a german place and&#10;had sandwiches. They were good and then we got back on our motorbikes&#10;and went south. The road that we took was the one that we went on with&#10;Johns Tours but this time we got to enjoy the scenery better because we&#10;were going slower. Unfourtunently the motorbike that dad and I were on&#10;didn&amp;rsquo;t work properly. When you tried to accelerate it would go for a&#10;second and then putter and die. As soon as you let off it started to&#10;work again. Sometimes when we were ahead mom and Hannah would spead up&#10;and pass us going &amp;ldquo;HONK HONK&amp;rdquo; with their horn. We drove along the beach&#10;and then went across a really scary bridge. All it was was a few metal&#10;poles suporting wood with sheat metal on top. It looked like they were&#10;making another bridge to the side of it. We made it accross and kept&#10;going allong the beach. We were hoping that there would be a place that&#10;we could turn off and go through the forest but there wasn&amp;rsquo;t. Mom was&#10;getting worried that she would get sunburnt so we turned around and went&#10;back to the resort. Or at least tried. We we were supposed to fill up&#10;the gas taks of the motorcycles at the end of out trip but dad and I&#10;missed the gas station. I looked back and mom looked bewildered. I told&#10;dad to stop and pull over so we could figgure out what was wrong. Mom&#10;pulled up and asked where we were going. We said that we were looking&#10;for the gas station and they replied &amp;ldquo;it was back there!&amp;rdquo; So we turrned&#10;around and went back. We filled up and then went to the resort. We&#10;played in the pool, had dinner and went to bed.&lt;/p&gt;</description></item><item><title>Thirty-seventh Day - Phu Quoc 12/8/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/thirty-seventh-day-hu-quoc/</link><pubDate>Wed, 08 Dec 2010 23:25:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/thirty-seventh-day-hu-quoc/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today since we didn&amp;rsquo;t have much to do I will give you a tour of the&#10;resort. If you went in the front gate (opposite the beach) on your right&#10;are the staff&amp;rsquo;s area. On the left is a mortorbike rental place. Walk a&#10;little further and on both sides of you are little cottages where you&#10;can stay. Walk past the cotages and to you right is the breakfast room,&#10;the internet cafe, and reseption. Now walk around the bend in the path&#10;and to you left is a beach house. Walk a little further and (on your&#10;left again) you see the pool. On you right is the big house with four&#10;rooms, one of which was ours for the last four nights of Phu Quoc. Oh I&#10;forgot to tell you that on the second day we had to move to another&#10;smaller room. Anyway if you go a few steps more you are at an&#10;intersection. If you go on the path straight in front of you it will&#10;lead you to the beach house that we stayed in the first night of our&#10;stay. Turn right and you are facing the room that we stayed in for the&#10;lastr few nights of our stay. If you turn left and go down the steps you&#10;are in the area of the resorts restaurant and walk a little further and&#10;you are on the beach. That&amp;rsquo;s about all. I decided not to tell you&#10;anything about the second room that we stayed in because it wasn&amp;rsquo;t&#10;anything special. All I&amp;rsquo;ll tell you is that it wasn&amp;rsquo;t as nice as the&#10;first one, it was more like a regular hotel room. OK done with the tour.&#10;Durring the moring we played at the pool and the beach with the Norwegen&#10;girls Then we went to eat lunch. I forgot what we had, it must not have&#10;been very special. Then we hung out at the pool and worked on the blog&#10;for a while. Then at around three thirty dad and I got ready to go squid&#10;fishing. We were picked up late, fifty miniutes late actually and went&#10;to a van at the hotel next door. Two people were already there. Then we&#10;waited for two guys from the hotel. Finaly they came but then they went&#10;to their rooms for fifteen minutes! Well they got in and they said that&#10;they had gotten lost on the island. I can&amp;rsquo;t immagine how they got lost&#10;because the entire island except in the cities have about ten main roads&#10;and a few secondary ones. They should have taken a map.  Well we went to&#10;another hote and picked up four more people. One boysterous man sat next&#10;to us in the van. Then we went to another hotel and picked up two more&#10;people. After that we went to the dock. On the way the driver blasted&#10;the music and when he stopped the music the man next to us said! Oh!&#10;That was good keep it up! So the driver turned it back on. For most of&#10;the trip I had one ear smashed on dad&amp;rsquo;s shoulder and the other ear&#10;pluged up with my finger. Well we made it to the dock without being&#10;deafened and when we got out some of the local boys who were playing&#10;soccer started dancing to the music coming out of the van. After that we&#10;got into the boat and went out to where all of the other tourist fishing&#10;boats were. We fished for fish for a while with big spools. I got pretty&#10;good at casting and I even caught a fish. Then we got a different spool&#10;for squid fishing. It didn&amp;rsquo;t have a bait just a shiny thing that you&#10;drew past the squid when you saw it. I didn&amp;rsquo;t catch any squid, we only&#10;got three squid and a few octipi. They squirted ink all over the place.&#10;Lucily there were buckets and we put them in those. We even caught two&#10;crabs with a net! On of the crabs was caught bu the man that sat next to&#10;us on the bus. I saw it and told dad. Then one of the ladys saw it and&#10;yelled. Someont handed a net to the guy and he scooped it out of the&#10;water. After fishing they grilled them on a little stove thing. They&#10;didn&amp;rsquo;t have very much meat but fourtunently they made some calamari soup&#10;for us to eat. The man who caught the crab had one bown and said, &amp;ldquo;I&amp;rsquo;ve&#10;had enough calamari soup for the next ten years! After the calamari soup&#10;which wasn&amp;rsquo;t my favorite we went back to port and went to a taxi. There&#10;was something about us and two other guys going in this taxi because&#10;they didn&amp;rsquo;t want us to walk in the dark. I guess that they didn&amp;rsquo;t want&#10;us to walk down the little road that leads to Cassia Cotages. Well we&#10;made it back safely and went to bed.&lt;/p&gt;</description></item><item><title>Thirty-sixth Day - Phu Quoc 12/7/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/twenty-fith-day-phu-quoc-12610/</link><pubDate>Mon, 06 Dec 2010 22:13:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/twenty-fith-day-phu-quoc-12610/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today we went on a tour of the sothern part of Phu Quoc. We started out&#10;and waited for them at the front gate. While we were waiting the owner&#10;of Cassia Cotteges came up to us and asked where we were going. We said&#10;that we had organised a tour with John&amp;rsquo;s Tours and were waiting to be&#10;picked up. His comment about them was &amp;ldquo;Oh, go get another cofee, they&amp;rsquo;re&#10;always late.&amp;rdquo; He obdviously didn&amp;rsquo;t like the lateness (I don&amp;rsquo;t think that&#10;is a word is it, oh well I&amp;rsquo;ve made up more that a few words while&#10;wrighting this blog) of Johns Tours. We also asked him if they spoke&#10;good English and his comment was that &amp;ldquo;there will be somone that can&#10;speak enough to say &amp;rsquo;now it&amp;rsquo;s time to get out to snorkel&amp;rsquo; and &amp;lsquo;sorry the&#10;coke isn&amp;rsquo;t cold&amp;rsquo; and stuff like that.&amp;rdquo; Anyway we were picked up by a&#10;taxi and went to one of their many offices and got onto a bus. We drove&#10;around for a while allong the beach and then stopped to &amp;ldquo;see how pearls&#10;were formed.&amp;rdquo; Of course the real reason was to let us buy stuff. We did&#10;get to see them open a few clams to see if there were any pearls in&#10;them. After shopping we got back into the bus and drove to a dock and&#10;got onto a boat. We went out for a while and then stopped to do some&#10;fishing but the seas were pretty choppy and we moved to another place.&#10;Then we went snorkling. Hannah had some problems because her fins didn&amp;rsquo;t&#10;work and so she couldn&amp;rsquo;t stay up, they were just flaping around not&#10;doing anything. So she took off her fins and got a life jacket just in&#10;case. We snorkeled to the reef. It wasn&amp;rsquo;t much of a reef, all of the&#10;coral was dead and it seamed like there wasn&amp;rsquo;t anything alive exept&#10;small fish. All of the fish were, well, fished! Much of the reef was&#10;gone because of dynamite fishing. That&amp;rsquo;s when they drop a stick of&#10;dynamite into the water and then the shock kills all the fish and makes&#10;them rise to the surface so the fisher-men just have to pick them up.&#10;Unfourtunently it also ruins the reefs. After the first snorkeling place&#10;we sailed to another one close by. The conditoins there were just about&#10;the same, dead coral and not many fish. After thirty miniutes there we&#10;moved to another one. The first time we stopped for snorkeling all ofthe&#10;people got in. The second time about half got in. This third time it was&#10;just us and another couple. This one was a little more interesting but&#10;just as dead. There were some rocks that made it neat to look at. After&#10;that we went back to the dock and went to Sao (pronounced: sow) beach. I&#10;was the only one that got into the water. Not even Hannah mom or dad got&#10;in. Just me. Then we went back to the resort and swam. Hannah played&#10;with her Norwegen friend again and then we went to the room to get ready&#10;for dinner. We saw the beautiful sunset on the beach and went down to&#10;get pictures. We decided that it would be easiest to eat at the resort&amp;rsquo;s&#10;restaurant. The menu didn&amp;rsquo;t have very many choices but we ordered and&#10;after a while the waiter came back and told us that some of the things&#10;that we ordered were not avalible. So we had to re-order some of our&#10;dishes. Anyway the food came and we had a pleasant meal. The area had a&#10;little stream and some nice trees and vegitation which mada for a&#10;pleasant atmosphere.&lt;/p&gt;</description></item><item><title>Thirty-fith Day - Phu Quoc 12/06/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/thirty-fith-day-phu-quoc-120510/</link><pubDate>Sun, 05 Dec 2010 21:54:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/thirty-fith-day-phu-quoc-120510/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Well today is our first full day on Phu Quoc. We decided that today we&#10;would just stay at the resort and enjoy the beach and the swimming pool.&#10;We swam for a while in the ocean it was pretty special because this is&#10;the maybe fourth or fith time that we have seen the ocean and the beach&#10;in our lives. The last time that we really were at the beech was when we&#10;went to Hawaii when I was five. We stayed at the beach and at the pool&#10;for most of the morning and then we walked into town to see the town and&#10;look for some goggles for me because mine broke. On the way we stopped&#10;at a little stall for John&amp;rsquo;s Tours beside the main road into town. We&#10;boked a tour for tommorow of the south of the island. Allong with that&#10;we booked a tour to go squid fishing the night after tomorrow. Then we&#10;walked a little futher and found a shop that looked like it may have&#10;goggles. He didn&amp;rsquo;t have any but he told us where to go buy some. We&#10;walked in that direction and looked at some differnt shops until we got&#10;to one that sold goggles. We got the goggles and then headed back. The&#10;town wasn&amp;rsquo;t very big, just maybe five to ten main streets. By this time&#10;it was about time for lunch. We ate at a pizza place, it was good but we&#10;accidentaly got two pizzas. I think that when mom was asking for the&#10;size she pointed at one of the choices and the waiter thought that mom&#10;wanted to order that. Well we ate the second pizza and then went back to&#10;the hotel. We went down to the pool for a while. Mom chatted with a&#10;Norwegen man with two daughters. He asked where we were from and we said&#10;America. He asked which state we were from and then he said, oh, there&amp;rsquo;s&#10;a university somewhere it starts with a &amp;ldquo;B.&amp;rdquo; Of course he was talking&#10;about Boulder and when we said that he said that one of his friends was&#10;going to school there at Colorado School of Mines. Then another couple&#10;came over and said &amp;ldquo;Boulder? are you from Boulder?&amp;rdquo; It turned out that&#10;they lived in boulder and had come to Vietnam on a buisness trip for&#10;Celestial Seasonings. The reason is that all of the cinimon that&#10;celestial seasonings uses comes from Cassia Cottages. It just tells you&#10;how small the world is, three people metting at one spot all having&#10;something in common! Hannah played with the Norwegen girls one was nine&#10;and the other one was my age. The younger one had very good English, of&#10;course not perfect, but what would you expect from a girl that has oly&#10;taken two years of English! It wasn&amp;rsquo;t just &amp;ldquo;my name is Ellinor&amp;rdquo; it was&#10;&amp;ldquo;can you do a hand stand?&amp;rdquo; and things like that! Of course there were&#10;some grammar errors but they were minor. Then we walked down the beach&#10;to another place where we had dinner. It was good and then we went back&#10;to the hotel and went to bed. ZZZZZ (that&amp;rsquo;s dad snoring).&lt;/p&gt;</description></item><item><title>Thirty-fourth Day - Trip to Phu Quoc 12/5/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/thirty-fourth-day-trip-to-phu-tho/</link><pubDate>Sun, 05 Dec 2010 21:50:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/thirty-fourth-day-trip-to-phu-tho/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today we woke up and got ready to go to Phu Quoc, an island off the&#10;western coast of Vietnam. After we were packed we got into the car go to&#10;Rach Gia where we were to board a boat to go to Phu Quoc. Once there we&#10;had to kill time for a hour or so. We had lunch and then went to the&#10;dock. Our boats name was the Super Dong Express. It was suposedly a&#10;hydrofoil and most likely it was but sometimes companys just think a&#10;word sound like a good way to market their services to tourists and may&#10;not even know what it means. It was like an airplane in some respects&#10;like having set seats. It was pretty cramped so it was a pretty long two&#10;and a half hours. We got to Phu Quoc safe and sound. We were picked up&#10;at the dock and drove to our hotel. The one that we picked was called&#10;Cassia Cottages. It was one of the first resorts on Phu Quoc. We got our&#10;key and were shown to our room. It was huge! When you went in the front&#10;door you were in the living room it had a sofa and two chairs in the&#10;left side . On the right side was a table and the mini bar. If you waled&#10;forward to a little alcove you would see to either side of you a door&#10;that led to on of the rooms. They were mirror to each other so you know&#10;the drill. I&amp;rsquo;ll tour you through the one on the left because that was&#10;where Hannah and I slept. As soon as you go in you are seeing the bed&#10;with nighstands to either side of it. In front of the bed was a big box&#10;to put valubles in. Walk in a little bit and turn right and look right&#10;you are looking at a closet/desk allong the wall going all the way to&#10;the bathroom wall. The bathroom door is on the wall paralel with the&#10;closet. In the batroom was nice but not spectacular, it had a bath and a&#10;shower and all the regular things. The ammenities were basic though, oh&#10;well. Anyway once we were settled in we went and toured the grouns. I am&#10;not going to tour you right now but it will come. We went down to the&#10;beach and hung out at the ocean and the pool.  Then we went back to the&#10;room to get ready to go to dinner. We decided to walk down the beach to&#10;try to find a spot to eat. We found a little restaurant on the beach&#10;with little tables on the sand. We got a table on the sand and had a&#10;wonderful meal. After dinner we walked back to the hotel and went to&#10;bed.&lt;/p&gt;</description></item><item><title>Choa Doc Ride</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/hannah-heytoday-we-are-going-to-choa/</link><pubDate>Sun, 05 Dec 2010 01:53:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/hannah-heytoday-we-are-going-to-choa/</guid><description>&lt;h2 id="hannah"&gt;&#10; ~Hannah~&#10; &lt;a&#10; class="permalink"&#10; href="#hannah"&#10; aria-label="Permalink to ~Hannah~"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Hey,today we are going to Choa Doc. That is on the way to Phu Quac&#10;Island. That makes sense that Phu Quac is an island. Anyway. This&#10;morning we went to a more occupied breakfast room. There was about&amp;hellip; 20&#10;people at breakfast. Mom and Dad were the odd balls, because they were&#10;the only white people. We had to leave for Choa Doc at 8:00 AM so we had&#10;a relatively hurried breakfast. We got ready and headed out on the road&#10;at precisely 8:00 so we timed everything well. Mr. Anh, ( our guide,)&#10;told us a very interesting story that I would like to tell you guys.&lt;/p&gt;</description></item><item><title>Thirty-third Day - Drive to Chao Doc 12/4/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/thirty-third-day-drive-to-chao-doc/</link><pubDate>Sat, 04 Dec 2010 21:45:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/thirty-third-day-drive-to-chao-doc/</guid><description>&lt;p&gt;Today we woke up and got readdy to drive to Chao Doc. We went through&#10;Can Tho and then kept on going north to Chao Doc, a place very close to&#10;the border with Cambodia. The first thing that we did was go on a boat&#10;ride. We rode around and see many exiting things. One thing that really&#10;stood out were some people fishing with big nets. It was a simple design&#10;for these big nets. The frame was just two ladder-ish things conected at&#10;a fulcrum on the shore. One side is over the river and has a net&#10;attached to it. The other side is just free with nothing. The person&#10;fishing walkes on the ladder closest to shore and tips the net out of&#10;the water. Then he (of she) walks to the center of the contraption and&#10;pulls a rope that then pulls the net up. Then they put the fish that&#10;they caught in a smaller net. Then he walks to the end out over the&#10;water and waits for two miniutes and start the prosess over again. After&#10;the boat trip we went to a market. It was basicly just like any other&#10;Vietnamese market. We saw some pretty disgusting stuff such as frogs&#10;with their heads cut off but still moving. After the market we went to&#10;the hotel and got settled in. It was a nice hotel and the rooms were&#10;nice (we had to have two). The staff didn&amp;rsquo;t win any prizes though. We&#10;hung out for a while at the hotel (no tour because it wasn&amp;rsquo;t anything&#10;special) and went to the hotel&amp;rsquo;s restraunt for dinner. Then we went to&#10;bed.&lt;/p&gt;</description></item><item><title>Soc Tran Trip</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/soc-tran-trip/</link><pubDate>Fri, 03 Dec 2010 23:40:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/soc-tran-trip/</guid><description>&lt;h2 id="hannah"&gt;&#10; ~Hannah~&#10; &lt;a&#10; class="permalink"&#10; href="#hannah"&#10; aria-label="Permalink to ~Hannah~"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Hello, today was a very special and memorable day. Today we started at&#10;in a city called Can Tho. Can Tho is also a very special day, because&#10;when Mom, dad and Sumner came to get me in Soc Tran, they stayed in a&#10;hotel very close to the one we stayed in this trip.&lt;/p&gt;</description></item><item><title>Thirty-second Day - Soc Tran 12/03/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/thirty-second-day-soc-tran-120310/</link><pubDate>Fri, 03 Dec 2010 18:53:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/thirty-second-day-soc-tran-120310/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;So toady we woke up and got ready to go to Soc Tran. Soc Tran&#10;(pronounced: shoc tran) is where Hannah was born and where her orphanage&#10;is. We got up and walked to the dock to go to a floating market. On the&#10;way we found the hotel that we stayed at the last night that we were a&#10;three person family. The next day we had Hannah. Then we got onto the&#10;boat. We went up the river a little way and then turned on a canal where&#10;the floating market was. On the way we saw an on the water gas station.&#10;It was like any other Vietnamese gas station with gas pumps and all.&#10;When we arived at the gas station we went slowly up one side of the&#10;market. There are many boats with fruits and vegitables. We saw many&#10;bamboo poles with some of the different fruits and vegitables hanging on&#10;them. We asked our guide what they were for and he said that those&#10;things are the things that they are selling on that particular boat.&#10;This market was wholesale so you had to buy in mass. We saw some women&#10;in little canoos up beside the bigger boats and buying produce. We saw&#10;some other women in canoos selling phu and noodles and other food. Our&#10;guide called one of these weomen and asked her to make us some fried&#10;noodles. She had a little styrofoam box with the top and one side cut&#10;out of it with a little one burner cookstove. She had one pan add mixed&#10;the noodles and fried all the stuff. Then she gave us the food. It was&#10;moving fast food! Once we got to the end of the market we furned around&#10;and went down the other side. On the way back we stoped at a place that&#10;sold pineapples we baught one and the man on the boat sliced it for us.&#10;We ate the pineapple on the way back down the other side of the market.&#10;Then we went back to the big river and to the dock. After that we went&#10;to buy some things for the kids in the orphanage at another market. This&#10;time it wasn&amp;rsquo;t outside on the water it was inside on land. We baught all&#10;sorts of stuff, candy, washing machine soap, soy sause, rice (five&#10;kilo&amp;rsquo;s of it), toys and all sorts of other things that would help them.&#10;Then we loaded all of it in the car and drove to Soc Tran. It was maybe&#10;a four hour trip to get there. When we went to go get Hannah it took&#10;allot longer because you had to take two ferrys. They just compleated&#10;the bridge six months ago so if we had gone seven months earlier we&#10;would have had to go on the ferry. When we got there we went directly to&#10;the orphanage. First we went into the office of the orphanage and met a&#10;woman named Mrs. Van. She was the doctor for the orphanage at the time&#10;Hannah was there. She didn&amp;rsquo;t remember Hannah because she didn&amp;rsquo;t ever&#10;have any realy serious sickness. In that room they had a chart of how&#10;many kids were there. We were supprised to see that they only had&#10;twenty-nine kids. Then Mrs. Van took us to one of the rooms, the main&#10;one for orphans. We saw babies and little kids and older kids. There&#10;were some older kids in there that we gave those fethered things to.&#10;Many of the kids there had disabilitys. I was so glad that I have&#10;someone to love me and take care of me instead of being in an orphanage.&#10;It is probably one of the hardest lives to live. After giving some toys&#10;and candy and cookies to the kids Hannah played with one of the girls&#10;there. While she was doing that I played for a while with an older kid&#10;in the orphanage. His name was Tam and he is fifteen. We played with the&#10;fethered thing. We learned that the Vietnamese call it a fethered cock.&#10;I don&amp;rsquo;t know why, but that is what they call it. After that we went to&#10;another building where elderly people live. That room used to have with&#10;Hannah&amp;rsquo;s crib. After that we went to another building, the one that we&#10;went to to sign the papers that offically made Hannah ours. Then we went&#10;back and had a conversation with Mrs. Van through Anh because her&#10;English is very limmited. She thanked us for taking care of her for the&#10;last years and we thanked her for taking care of Hannah for the first&#10;years of her life. The conversation was more than that but that was the&#10;path the conversation took. After that we got back in the car and drove&#10;to a pagoda. It was basicly like any pagoda exept that in the trees&#10;surrounding the ppagoda were many bats. The locals even called it &amp;ldquo;bat&#10;temple.&amp;rdquo; After that we went back to the car in a thing sorta like a&#10;sicilo. It was the oposite though because a person on a motorcycle&#10;attached at the back to a small carage (not like the ones that the pony&#10;express went on just a seat and a little area to sit on the front.) Once&#10;at the car we went to the hotel and got settled in. It was a big hotel&#10;and looked very nice from the outside. Once we got inside it was still&#10;nice but it wasn&amp;rsquo;t as nice as it seemed from the outside. Our room was&#10;clean and it would be only one night so it was fine. They even had a&#10;swimming pool so we decided to go check it out. It was a little&#10;questionable about how clean the water was but it looked clean enough so&#10;Hannah and I swam for a little while and then we got out and went back&#10;to the room. By that tome it was about time for dinner and we went to&#10;the restraunt in the resort. It was a little scary because we were the&#10;only ones there, besides two emploiees. The meal was OK though and we&#10;went went back to the room to get readdy for bed. Done with today,&#10;BEDTIME!&lt;/p&gt;</description></item><item><title>Thirty-first Day - Trip to Can Tho 12/02/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/thirty-first-day-trip-to-can-tho/</link><pubDate>Thu, 02 Dec 2010 10:05:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/thirty-first-day-trip-to-can-tho/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today was basiclly just a ride to Can Tho. We started out by metting our&#10;guide who&amp;rsquo;s name was Anh (pronounced: an with the a sounding like a mix&#10;of the letters O and A) and driving out on the way to Can Tho&#10;(pronounced: can toe). The first thing that we did was see how they make&#10;rice noodles. We stopped at a village in the sububs of Saigon and walked&#10;down a path to someones housenoodl factory. Anh explained the prosess of&#10;making the noodles which was very interesting but to many steps to&#10;explain. After that we got back into the car and drove on. We arrived in&#10;Can Tho and ate at a restraunt that was relly good and was close to out&#10;hotel. Then we went on a boat trip on one of the branches of the Mekong&#10;River Delta. We saw the floating market but it wasn&amp;rsquo;t very active and we&#10;are going to see it tomorrow. We got to go on a little cano paddled by a&#10;woman down a canal. It was very prety and we got to see life in the&#10;country side. We met the big boat and continued on out tour. We stopped&#10;to see the prosess of making popped rice. Popped rice is kinda like rice&#10;crispy treats. Any way the first step was that they placed a big wok&#10;over a fire and put sand from the river into it and a little oil.&#10;Then, once the sand was hot enough, they added rice to it. The  hot sand&#10;made the rice pop and then they put the rice into a sieve and sifted out&#10;all the sand back into the wok. Then they put it in another sieve and&#10;got all the rice husks which they used to fuel the fire. Then he started&#10;over again. After that they add some other ingredients to make it sweet&#10;and sell it to you. We tried to buy just a couple but we ended up with&#10;six, oh well. After that we got back on the boat and went to the hotel.&#10;We said goodbye to Anh and hung out in our rooms until dinner which we&#10;had at a restraunt in an indoor market. It was very nice and the food&#10;was good. After dinner dad got in trouble and asked for the price on a&#10;t-shirt that he liked. They went all over him and even he couldn&amp;rsquo;t get&#10;away. The one that he like was an knock off &amp;ldquo;Abercrombie&amp;rdquo;. They tried to&#10;sell him an knock off Osh Cosh shirt which was better quality. Of corse&#10;we knew that it was fake because Hannah and I out grew Osh Cosh a while&#10;ago. He ended up with the Abercrombie. Then I saw a t-shirt that had a&#10;picture of a Vietnamese telephone pole with all of the wires. I then&#10;went with one of the ladys to another shop and got a t-shirt that fit.&#10;Then we went back to the hotel. I won&amp;rsquo;t bug you with another tour&#10;because it really wasn&amp;rsquo;t anything special. And then went to bed.&lt;/p&gt;</description></item><item><title>Thirtyith Day - Cu Chi Tunnels (Saigon) 12/01/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/thirtyith-day-cu-chi-tunnels-saigon/</link><pubDate>Thu, 02 Dec 2010 00:46:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/thirtyith-day-cu-chi-tunnels-saigon/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;To is our free day in Saigon (oh oops the politicly corect name is Ho&#10;Chi Minh City). We got up and went this morning at eight o&amp;rsquo;clock to the&#10;Cu Chi Tunnels. The Cuchi Tunnels are some tunnels that the Viet Cong&#10;hid in durring the Vietnam war. They are located on a bend of the Saigon&#10;River and cover over three hundred square kilometers (about one hundred&#10;fifty square miles.)  It is a little northwest of Ho Chi Minh City (very&#10;long name). Anyway now that you know it&amp;rsquo;s general vicinity I will&#10;continue the story. At eight o&amp;rsquo;clock we went downstairs and met our&#10;guide. He was an older gentelman (we learned later that he was two years&#10;older that dad). He started out by saying &amp;ldquo;We must talk about the war.&#10;We are not enemies we are friends&amp;hellip;&amp;rdquo; He went into the details of our&#10;good relations and Bill Clinton starting those relations. He talked on&#10;about it pausing only to show us a sight. It was rather funny, he would&#10;be talking about some political thing and then point and say &amp;ldquo;there is a&#10;rubber plantation, we&amp;rsquo;ll see it on the way back.&amp;rdquo; and then go right on&#10;talking. He was fairly easy to understand (always a good thing) only a&#10;few pronuctiation errors but hey, I would have umppteen zillion errors&#10;if I tried to speak Vietnamese. His English would probably have been&#10;easier to understad if he had not had fake teeth that didn&amp;rsquo;t fit because&#10;all the time that he was talking he was tring to keep his teeth in! Oh!&#10;I forgot to tell you that he was ex-Viet Cong (Vietnamese comunist&#10;fighters in the south)! When he told us we were thinking &amp;ldquo;maybe all of&#10;the tour companys hire ex-Viet Cong to do tours of the Chuchi Tunnels.&#10;But after the tour we hadn&amp;rsquo;t seen another tour guide that looked than&#10;forty years old! We were extremly lucky that we got shuch a guide. When&#10;we got there we first were going to see a movie full of comunist&#10;propaganda but all the little rooms were full. So we just went on to see&#10;the tunnels and see the movie later. The first thing that we saw was&#10;some traps that the Viet Cong used against the Americans. They were&#10;pretty brutal. Then we went throught the forest seing some of the&#10;different entrances. Some were very teny only about twenty inches by ten&#10;inches and had a  little cover over it. You had to put your legs in and&#10;then slide down with your hands over your head and squat in the little&#10;hole to get in. There were little tunnels leading betwene the enterances&#10;that were maybe two feet wide and two feet tall. We didn&amp;rsquo;t go in those&#10;we just went down the entrance. We kept on walking through the forest&#10;and saw many other places that secret enterances to the tunnels. The&#10;reason that the tunnels have many enterences is so that when someone&#10;comes out and shoots if you go to that enterence then he goes to another&#10;enterence and shoots you again an so on. Then we came to a place that&#10;was the kitchen/mess hall. It was a rectangular pit with a fire and some&#10;tables. When it was really in use it was covered by a roof that was the&#10;level of the ground with a mound of dirt. For tourists though they made&#10;thatched roofs and made the walls about a food higher. If they let the&#10;smoke from the firego out freely then the Americans could find them and,&#10;as Phong said, bomb comes boom. So to avoid this fate they made tunnels&#10;that went through the ground. Allong the way put underground&#10;compartments to trap smoke so by the time that the smoke went out it&#10;waws greatly reduced. Sometimes they even had to do it for two hundred&#10;meters! After we saw that we saw the generals place. It was basicly the&#10;same as the kitchen just with a desk and a meeting table. After that we&#10;walked to one of the enterences. They made a roof and made the&#10;enterences ten times as big for tourists. They also made steps to get&#10;down to the tunnels. They had made the tunels larger two times (tells&#10;you how skiny they were and how fat we are). Inside the tunels used to&#10;be up and down and narower in some places and not in others. Also there&#10;were little indents that you could hide in while they went past and then&#10;follow them from behind. Also the tunels were curvy and made it hard to&#10;shoot at anything far away. At the first enterence we went back out. You&#10;could have gone further to other enterences but we didn&amp;rsquo;t. We didn&amp;rsquo;t go&#10;very far but it was very curvy so it seemed longer. All the other&#10;enterences in the circit were for tourists. They were really close&#10;together just like the part that we went in. We learned that there are&#10;three levels. The first one is three meters deep (nine feet) it is for&#10;getting around. The second one (six meters deep)is for fighting. And the&#10;third one which is nine meters deep is for when the bombs come. On our&#10;journey we went in the first and second levels (they don&amp;rsquo;t take the&#10;tourists to th third level because of the chance of them getting&#10;choked). The kitchen and generals room were also interconected with the&#10;tunnels (not now though). After that we went to a place were they&#10;colected unexploded bombsand shells to make their own homemade&#10;explosives. They burryed unexploded shells and used them as anti-tank&#10;mines. They sawed open bombs for the explosives (doesn&amp;rsquo;t seem like the&#10;best thing to do) and then put it into things to use as mines. After&#10;seeing the tunnels we went back to see the movie. The lady in the movie&#10;talked about how Cu Chi was shuch a piecefull place but how the &amp;ldquo;ruthles&#10;American bombs decided to demolish this beautiful land&amp;rdquo; (OK one or two&#10;of the words were wrong but that was the basic message). Then she talked&#10;about how the people of Cu Chi defended themselfs. She never said&#10;anything about the Viet Cong hiding there or that many of the people&#10;there were against comunisim. Fighting with the Viet Cong was almost&#10;like a game of hide and seek for the Americans because they had to find&#10;where they were hiding and then clean them out. And they were tring to&#10;hunt the Viet Cong and what is a game of hide and seek without the&#10;seek?&lt;/p&gt;</description></item><item><title>Hue and Hoi An</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/hue-and-hoi-ps-hoi-will-not-be-ti/</link><pubDate>Tue, 30 Nov 2010 14:50:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/hue-and-hoi-ps-hoi-will-not-be-ti/</guid><description>&lt;h2 style="font-family: Georgia, &amp;quot;Times New Roman&amp;quot;, serif;"&gt;&#10;&lt;p&gt;~Hannah~&lt;/p&gt;&#10;&lt;/h2&gt;&#10;&lt;div style="font-family: Georgia, &amp;quot;Times New Roman&amp;quot;, serif;"&gt;&#10;&lt;p&gt;Hi, I seem to have miscalculated my estimations on when we have WiFi,&#10;cause today we found out that we have free internet. So here I am&#10;telling you about what we did in Hue. The way we got to Hue was by&#10;plane. It was the shortest plane ride I have ever been on. It was an&#10;hour flight,and basically we went up for about 20 minutes and then&#10;stayed in the air for about 20 minutes and then went back down to the&#10;ground for the rest of the hour ride. When we arrived at the airport, we&#10;got our baggage and then went to find our driver. He saw us before we&#10;saw him. Then we went to our hotel. It is the grandest hotel that we&#10;will stay in while we are in Vietnam. There are about&amp;hellip; 95 rooms in&#10;all. But I think the way they did the grounds around the area is very &lt;/p&gt;</description></item><item><title>Twenty-ninth Day - Hoi An 11/30/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/thirtyith-day-hoi-113010/</link><pubDate>Tue, 30 Nov 2010 14:28:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/thirtyith-day-hoi-113010/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today is our las day in Hoi An, well actually it is our last partial&#10;day. We leave for the ariport at eleven o&amp;rsquo;clock this morining to go to&#10;Da Nang for our flight to Saigon/Ho Chi Min City.&lt;/p&gt;</description></item><item><title>Twenty-eight Day - Hoi An 11/29/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/twenty-eight-day-hoi-112910/</link><pubDate>Mon, 29 Nov 2010 13:14:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/twenty-eight-day-hoi-112910/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today after breakfast we met our guide to go on a bike ride. We&#10;went through the country side of Hoi An and passed lots of rice fields&#10;and just got to enjoy the country side. Then we got onto a boat with our&#10;bikes (I was surprised that they could actually fit) and went to an&#10;Island. We biked through the country side there and I almost had a&#10;wreck! This is what happened I was riding and some cows were running in&#10;the field then they suddenly bolted out right in front of me! It looked like&#10;a mama and a baby playing tag!&lt;/p&gt;</description></item><item><title>Twenty-seventh Day - Trip to Hoi An 11/28/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/twenty-seventh-day-trip-to-hoi/</link><pubDate>Sun, 28 Nov 2010 12:11:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/twenty-seventh-day-trip-to-hoi/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today we drove to Hoi An. On the way we got into a traffic jam. One side&#10;of th road was completely stopped but the other side was sill flowing&#10;normally. We found out that there was some construction and they were&#10;letting people on one side through for thirty minutes and then the other&#10;side for thirty minutes. Well we got through and then our guide asked if&#10;we wanted to go on the pass over the mountains or through the tunnel.&#10;the drive over the pass was going to take forty-five minutes whereas the&#10;tunnel would only take fifteen. It was hazy and we had heard that the&#10;roads were a little scary. So we decided to give it a miss because we&#10;really didn&amp;rsquo;t want to crash off the side of the road and there wouldn&amp;rsquo;t&#10;be much of a view because of the haze. The tunnel was six kilometers&#10;long (three miles). Twice a long as Eisenhower (the big tunnel) in&#10;Colorado. It also seemed longer because we were going slower (only about&#10;forty M/H) instead of seventy. After going a little way we arrived at Da&#10;Nang We drove to a museum with many statues from the Cham people. Many&#10;were pulled from some Cham towers that we are going to see tomorrow. We&#10;then went drove along the beach where the Americans first landed during&#10;the war. We stopped and took some photos and then we saw some of the&#10;hangars that we used. Then we went back to the car and drove to Hoi&#10;An. We went to the market and saw many people selling things and then we&#10;went to the fish part of the market. I to this day haven&amp;rsquo;t figured out&#10;how people with stand the smell! It&amp;rsquo;s absolutely terrible even in the&#10;regular market! Anyway we went to a restaurant that was pretty nice&#10;compared to some of the places that we have eaten at. It was good food&#10;but we were kinda disappointing that we hadn&amp;rsquo;t gotten to eat good street&#10;food. Then the guide showed us a bridge that in times past separated the&#10;Chinese and the Japanese parts of town. It was just a small covered&#10;bridge but it had, in the middle, an area that issues were resolved&#10;between the two sides of the bridge. Then Phong showed us a shop that&#10;sold custom made clothing so we went in and were just going to look&#10;around but then dad decided to get a suit. I just waited&#10;downstairs while they were upstairs looking at designs but I got bored&#10;after a while so I went up to see what they were doing. Dad was looking&#10;at the many different designs of suits but they all looked the same to&#10;him so he just picked one and a color. Then they measured him. They&#10;took lots of measurements and then went downstairs to take pictures of&#10;him. I guess they did that so that they could see what his body looked&#10;like. Then we drove to the hotel. When we arrived at the hotel we went&#10;to a little gazebo where we went through all the stuff and had a drink.&#10;Then we went to our room, got settled in and then rented some bikes from&#10;the hotel and went wandering on the back roads for a while. On our&#10;explorations we ordered mom some jeans at the place that one of the&#10;employee recommended After our bike ride we had dinner at the hotel and&#10;then went to bed.&lt;/p&gt;</description></item><item><title>Twenty-sixth Day - Hue 11/27/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/twenty-sixth-day-hue-112710/</link><pubDate>Sat, 27 Nov 2010 09:56:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/twenty-sixth-day-hue-112710/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today we had our first day in Hue. We had a buffet breakfast in the&#10;restaurant and then met our guide at the front gate. His name was Phong,&#10;the same name as the guy that took us on our tour of Ba Be Lake and Phu&#10;Tho. We got into the car and went into town and went on a boat trip to a&#10;pagoda. It was like all pagodas basically lots of altars and incense and&#10;buildings. Then we went to the old palace of the emperor of Vietnam.&#10;(FYI, Hue was the old capital city of Vietnam.) On  the outside was a&#10;mote system and a wall that was supposed to look like a star (I didn&amp;rsquo;t&#10;look like a star to me but it must have to someone). Then there was&#10;another mote system with another wall that enclosed the palaces. We went&#10;inside through the gate. One interesting thing was that there were three&#10;gates. One for the mandarins (government officials), one for the king,&#10;one for the commoners, and one for the elephants and tigers and wild&#10;animals. We went through the mandarins gate. We got in and there were&#10;two pools with fish on either side of the path. You could buy some food&#10;to feed them. It was amazing when you did because literally hundreds of&#10;fish fought for the food! Then we went up above the gate where the king&#10;would give speeches to his people. Then we went down and went to some&#10;palaces. It was sad but allot of the palace was bombed during the war.&#10;Since it was only one hundred kilo form the DMZ it got bombed from both&#10;sides. We toured around all the palaces and saw where they were trying&#10;to restore it. I was glad that we had a guide because we would have been&#10;clueless on where to go and what everything was. After touring the&#10;grounds we went back outside (this time through the elephants gate) and&#10;saw nine &amp;ldquo;sacred cannons.&amp;rdquo; They were sacred because they were never used&#10;and nine is a lucky number. After seeing the palace we went to a tomb of&#10;one of the kings. there was a lake and a nice island in the middle. We&#10;learned that this tomb was not only a tomb but before the king died he&#10;used to come to his tomb to wright poetry and just enjoy the area. Then&#10;we went to a place that had some statues and had an autobiography of the&#10;king. After seeing that we went to the place where the coffin was.&#10;Nobody really knows if the body is actually there because nobody has&#10;opened it. After the tomb we got back int the car and he asked if we&#10;wanted to see another tomb. We had had enough tombs so we said that we&#10;just wanted to go back to the hotel. Then dad, Hannah, and I went&#10;swimming and then we hung out for a while in the resort. When it became&#10;tome for dinner we went to the hotel&amp;rsquo;s restaurant for dinner. Time to&#10;hit the sack!&lt;/p&gt;</description></item><item><title>Twenty Fith Day - Flight to Hue 11/26/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/twenty-fith-day-flight-to-hue-112610/</link><pubDate>Sat, 27 Nov 2010 02:40:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/twenty-fith-day-flight-to-hue-112610/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Well today is our last few hours in Hanoi. After breakfast we went to&#10;the air port for our flight to Hue. (Hue is located in the central part&#10;of Vietnam.) It took only one hour to get there and when we did we had&#10;to show our baggage claim tickets. Mom was so unused to having to do&#10;this so she had to dig for the tickets! Anyway the airport was extremely&#10;small so we just walked outside and people with signs were there waiting&#10;to pick people up. We found our guy and then got into the car to go to&#10;our hotel. As soon as you walked in there was a great atmosphere, trees,&#10;grass&amp;hellip; The first things that you saw were some handcraft shops where&#10;you could buy things. Then the lobby. Behind the lobby was a restaurant&#10;for lunch and dinner and to the left of that was the internet cafe.&#10;Behind this were rows of rooms set up with little houses that made it&#10;feel like a neighborhood. There were two swimming pools and another&#10;restaurant that served breakfast. There were spas and beauty salons and&#10;all sorts of other stuff. We were greeted and then sat down and an&#10;employee talked to us about the services. Then we were shown to our&#10;room. It looked on the outside like it wasn&amp;rsquo;t a connecting room but when&#10;we got inside we saw that is was. The rooms were mirror to one another&#10;so I will take you on a tour of one and you will just have to switch it&#10;around in you head to have an idea of what it was like. I&amp;rsquo;ll tell you&#10;about our room just because I want to. When you entered into your room&#10;you were in a little corridor that if you walked forward a little bit&#10;and looked to you right would be a huge bathroom that I will tell you&#10;about in just a minute. If you keep on walking you would in the main&#10;room and to you left would be the door to the other room and your right&#10;the bed that I slept in. Walk a little further and you would be in the&#10;center of the room with a steep right in front of you and a sofa. To&#10;your left is the mini bar and the closet. If you went around the sofa&#10;and down the steep you would be right next to a desk. Walk a little&#10;further and the TV would be to your left. Look right now and you would&#10;be looking over a coffee table at the bed that Hannah slept in In front&#10;of you just a little to the right are the doors to go outside onto the&#10;balcony. Outside were some chairs and a little lounge thing. OK now I&#10;will tell you about the bathroom. As soon as you walked in you would see&#10;yourself in the mirror and underneath the mirror the sink and amenities.&#10;Turn right and you would be looking at the shower and then tub. The&#10;water from the shower just flowed down to a sunken area with rocks and&#10;went to the drain. Go forward and do a right turn you wold be seeing&#10;yourself in another mirror. Look in the opposite direction and you would&#10;be facing a towel rack. Walk a little further and turn left you would be&#10;facing the toilet. Well that&amp;rsquo;s all, the only difference between the two&#10;rooms is that mom&amp;rsquo;s and dad&amp;rsquo;s didn&amp;rsquo;t have the extra bed like the one&#10;that Hannah slept on. Then we walked around enjoying the nice atmosphere&#10;and finding the pools and restaurants and the spa ext. Then we had&#10;dinner at the restaurant. Dad had hot pot. (By the way what I ate at the&#10;Kangaroo Cafe wasn&amp;rsquo;t hot pot it was clay pot.) Basically hot pot is a&#10;big wok set up on a little burner. You had some broth and some other&#10;vegetables. Then you have to add all sorts of different ingredients to&#10;the mix to cook them. Once cooked you would roll it up in a piece of&#10;rice paper. I forgot what I had but dad&amp;rsquo;s meal was memorable. After&#10;dinner we went to bed.&lt;/p&gt;</description></item><item><title>Halong Bay Trip</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/halong-bay-trip/</link><pubDate>Fri, 26 Nov 2010 03:38:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/halong-bay-trip/</guid><description>&lt;h2 id="hannah"&gt;&#10; Hannah&#10; &lt;a&#10; class="permalink"&#10; href="#hannah"&#10; aria-label="Permalink to Hannah"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt; Sorry I have not been able to post my blogs. But I will tell you all&#10;about our adventures at Halong Bay. First we had a four hour drive to&#10;Halong Bay. ( Not a bad drive.) We arrived at a place that sold a lot of&#10;different stuff. It went from Jewelry to food. Of course we did not buy&#10;anything. I felt sorry for the driver because my dad had spilled some&#10;red juice on the floor.( I do not know why he brought the juice in the&#10;car in the first place.) So the poor guy had to clean up the mess. He&#10;had said we would have a 15 minute break. I think that was his lunch&#10;break.Then when dad thought the 15 minutes were up, we started looking&#10;for our driver. We found out that he was still in the middle of eating&#10;his lunch, so we started out again. When we got there. we were welcomed&#10;with wet towels,( that&amp;rsquo;s the custom in Vietnam.)and tea. We waited for a&#10;while and then got ushered to the HUMONGOUS boat. Well it was big, but&#10;since I am small, it seemed that big. We had a warm welcome of rose&#10;pedals falling on our heads.( Pretty fancy stuff huh?) Then we  got&#10;directed to the dining room. It was set with fancy glasses,plates, and&#10;the napkins were folded into the shape of a kind of bird.We had a speech&#10;from the manager, and then got our keys to our rooms. Sumner and I&#10;shared a room together.( Away from the adults.) We looked at our room,&#10;and then headed back upstairs for a yummy buffet lunch. I do not&#10;remember what there was, but it was good anyway. The first thing we did&#10;was go on a boat to this really cool cave. It had three different&#10;chambers in it. The first chamber was 300 square meters, the second&#10;chamber was 400 square meters, and the third one was 900 square meters.&#10;They were huge. And if you had a good imagination, you could see&#10;different animals, and people in the rocks. Got to go!            T.B.C&lt;/p&gt;</description></item><item><title>Twenty-fourth Day - Hallong Bay and Trip Back to Hanoi</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/twenty-fourth-day-hallong-bay-and-trip/</link><pubDate>Thu, 25 Nov 2010 14:39:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/twenty-fourth-day-hallong-bay-and-trip/</guid><description>&lt;p&gt;Today is our last day in Hallong Bay. We woke up a little later that&#10;yesterday so we definitely didn&amp;rsquo;t see the sunrise. Breakfast was about&#10;the same as yesterday but that&amp;rsquo;s OK. After breakfast we packed up our&#10;things and then went to see the cooking demonstration. Today they showed&#10;us how to make fresh spring rolls. You basically had to put the&#10;ingredients on evenly and then roll it up. No need to pinch it in. Then&#10;we went to Te Top Island, the island that we dropped off the two day&#10;people yesterday. We hiked up to the top of the island and had a&#10;wonderful view of Hallong Bay. Then after staying for a few minutes we&#10;hiked back down and go onto the boat. We packed up as we sailed through&#10;Hallong Bay and then went up to the sun deck to see our last views of&#10;Hallong Bay It was so beautiful, islands with very steep bare sides and&#10;then lush, greenery on the top. There were, it seamed, thousands of&#10;islands. Then we arrived at port. We were all sad to leave such a pretty&#10;bay but we have more great adventures to come! We got our luggage and&#10;then got into the car to take us back to the Elegance for one more&#10;night. On the way back we stopped at a place &amp;ldquo;conveniently at the half&#10;way point&amp;rdquo; It was a place that sold all sorts of arts and crafts and a&#10;restaurant. We ate some food and then got back in the car. When we&#10;arrived at the Elegance we were welcomed warmly as always. We got some&#10;pictures with the manager and the staff because the manager won&amp;rsquo;t be&#10;here tomorrow. &lt;del&gt;Then we walked around Hanoi for a wile and had&#10;dinner.&lt;/del&gt; (Look near the bottom for what I meant to say.) I think that&#10;it would be proper to decide the Elegance in more detail than I have&#10;because it was such a memorable hotel. It had glass doors in the front&#10;and to the right of the doors were a sofa and a coffee table. it you&#10;walked in a little way to your right would be a travel desk where you&#10;could organize a tour. Opposite of the travel desk was reception. If you&#10;went to the right of reception were some chairs and a news paper stand.&#10;Opposite of the chairs was an elevator and if you stood in the middle&#10;and walked towards the back of the hotel you would be in the breakfast&#10;room. Behind the tables on the back wall is a mural/painting that showed&#10;a scene in Hanoi. The only thing missing was the multitudes of&#10;motorcycles. To your right is the cooking area which has a stove and a&#10;refrigerator and some counter space. It was extremely small only about&#10;five, maybe six, square yards in total area. It must have been extremely&#10;hard to cook because the squashed three sometimes four people in the&#10;space! OK now if you walk back so that you are in the lobby facing the&#10;travel desk you will see the bottom of the stairs. On the second floor&#10;if you turned right you would be facing two rooms and if you tuned the&#10;other direction on you left would be the elevator and if you walked just&#10;a little further to you right would be a bathroom that guests waiting&#10;for a room or those who have already checked out. In front of you is a&#10;lobby with a TV and a few chairs and a sofa. It also has two computer&#10;for guests to use. On the furthest side away from you is a little&#10;overhang where you can see the first floor. If you kept on going up the&#10;stairs you would be on the third floor which on you right would be tow&#10;rooms and down the hall one more room. On of the ones that we stayed in.&#10;The rest of the eight floors are basically the same so I will not bore&#10;you any more with my explanations and move on to&amp;hellip;Oops I made a&#10;mistake. Right before the tour of the Elegance I said &amp;ldquo;Then we walked&#10;around for a while and had dinner.&amp;rdquo; But really this is what happened.&lt;br&gt;&#10;We had been wanting to do a cicilo ride but we hadn&amp;rsquo;t been able to. Did&#10;I tell you what a cicilo is? If I did you get another explanation. A&#10;cicilo is a cross between a stroller and a bicycle. The back wheel of&#10;the bike and the seat are at the back and the stroller type thing is&#10;front with a little bar at the back that the driver uses to pedal. The&#10;stroller is just a metal thing that is sorta like a sofa just really&#10;short. It also has a foot rest and two wheels on either side. We asked&#10;the receptionist to call one so that we could tour the old quarter. They&#10;came and we got in. Hannah and mom got into one and dad and me in&#10;another. Then we toured around. I felt bad for our guy because he had&#10;such a heavy load. We had asked for an hour tour but we only got a forty&#10;minute tour. Oh well it was very net to do because we could really enjoy&#10;the sights without having to dodge things on the sidewalk and cross&#10;streets. When we got back we payed them and went back to the hotel. Then&#10;we went out to dinner and went to bed.&lt;/p&gt;</description></item><item><title>Twenty-third Day - Hallong Bay 11/24/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/twenty-third-day-hallong-bay-112410/</link><pubDate>Wed, 24 Nov 2010 14:03:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/twenty-third-day-hallong-bay-112410/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Well today was our second day on the water. I woke up and was hoping to&#10;see the sunrise but since it was so hazy you couldn&amp;rsquo;t see the sun. We&#10;enjoyed the scenery that we could see and then went up for thirty&#10;miniutes. It was interesting, kinda like a cross betwene yoga and&#10;dancing and taekwondokarate (whatever you want to call&#10;it). After tai chi we went down to breakfast. It was a buffet breakfast&#10;with all sorts of bread and fruits and pancakes and french toast and egg&#10;and pho and noodles and fried rice. They had a good mix of western and&#10;Vietnamese food. Anyway we ate our breakfast and then sailed to Ti Top&#10;Island where the people on the boat who were only going for two days got&#10;off. By the way, there is a choice of a two of three day tour of Hallong&#10;bay. We went with the three day tour because we could really expeirience&#10;it. This is how it works. The big boats like the ones that we stayed in&#10;come out of dock each day. Do all the things that we did on the first&#10;day and then spend the night. In the morning the people going for a&#10;three day tour get onto a day-boat and do the things that I will write&#10;about in just a moment. The big ship goes back to port and gets more&#10;people and then comes back to meet up with the day boat and picks the&#10;people back up. Then the next day the three day people do what the tow&#10;day people did the day before and the cycle starts over again. That way&#10;they can two and three day people all on one boat. So because Te Top was&#10;what we were going to do on the third day we didn&amp;rsquo;t go this time. After&#10;we dropped them off we got into the tender and were taken to a day boat.&#10;It wasn&amp;rsquo;t anything special, just six tables lined up along the sides&#10;with wood benches on the fron and the back of them. The boat had life&#10;jackets which is always a good sign. In the back there was a little&#10;kitchen/nap room for the crew and if you went around that you would be&#10;at the bathroom. All that I have described so far has been on the first&#10;level so I will move to the top level and telll you what is up there.&#10;Basicly it is just the captian&amp;rsquo;s area and a deck with a few chairs.&#10;Anyway we sailed for a while at a good clip but about half way through&#10;our journey to Cat Ba Island the engine had troubles and we slowed down&#10;allot. We saw ships that were over the horison come and slowly overtake&#10;us. We made it to Cat Ba island safely though. We got out of the boat&#10;and were given a choice of going on a motorcycle or a bike. We went with&#10;the bike because we could enjoy the scenery better. Then we biked to a&#10;village. It wasn&amp;rsquo;t very big but we saw some activity. It was basicly&#10;just three streets. One leading into the village and a road leading off&#10;of that to another road. All around the village were rice patties.&#10;Anyway we got to the end of the trail/road we got off our bikes and went&#10;on a hike through the forest. It was almost as if we flew back to&#10;Colorado in an instant and were hiking thorugh the forest. The only&#10;diference was that it was very hot and had more exotic plants. It was&#10;wierd but there were no birds! We didn&amp;rsquo;t see them flying of hear them&#10;sining, there was absolutely no sign that there were any birds. We asked&#10;the guide and hea said that they are hunted for food and that&amp;rsquo;s why&#10;there aren&amp;rsquo;t any birds. We hiked up for a while and then got to a cave.&#10;It wasn&amp;rsquo;t very big but it was still dark. After the cave we went back&#10;down to our bikes and went back to the dock. Lunch was readdy for us so&#10;we ate. The food was very good and we even got brave enough to eat some&#10;squid! Dad tasted it and said it was like cucumber. I tried it and I&#10;guess that I can see why he compaired it to cucumber because it is sorta&#10;cruchy at the beginning. After the crunch though feels like you are&#10;eating rubber. After lunch we sailed to a protected cove and got off to&#10;kyak. Mom and I went togather and dad and Hannah went together. We went&#10;to a big opening that led us to another open area. The tide was&#10;obdviously going out bacause we had to paddle upstream to get to the&#10;second area for kyaking. We paddled in the cove for a while looking at&#10;the beautiful scenery . Mom and I even went into a fishing net on&#10;accident! After we paddled for a while we went back through the tunnel&#10;and to the day boat. We managed to get on safely without falling in but&#10;one person in the group fell in. We then went back to the big boat and&#10;then sailed to the docking place for the night. Then we had dinner which&#10;was a set meal of all sorts of different seafoods. It was very fancy&#10;everything was presented nicely, they never just plopped it on the&#10;plate. It was also the first time that I was served a meal in courses&#10;like that. We had many apitizers, a main meal and a desert. After dinner&#10;we flopped into bed.&lt;/p&gt;</description></item><item><title>Twenty-second Day - Hallong Bay 11/23/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/twenty-second-day-hallong-bay-112310/</link><pubDate>Wed, 24 Nov 2010 01:51:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/twenty-second-day-hallong-bay-112310/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today we woke up ate breakfast and then started to get ready for going&#10;to Hallong Bay. Let me tell you what Hallong Bay is. Hallong Bay is&#10;located on the east coast of Vietnam in the big part at the top. It is a&#10;huge bay filled with big rocks called carsts which means that the sides&#10;of the rocks go almost straight down. Anyway I&amp;rsquo;ll tell you more about it&#10;later. We had organised the tour with the hotel so a hotel driver came&#10;to pick us up. Then we drove to Hallong Bay, a four hour trip if I&#10;remember corectly. We had decided to go with a company called Paridie&#10;Cruises because the hotel had recomended it and it had it&amp;rsquo;s own dock so&#10;it is much easier to goet on the boat. Anyway we got to the dock and&#10;waited in the loby until we were called to go onto the boat. We walked&#10;down the gangplank and then entered the boat. We walked in and were&#10;greted by flowers falling on our heads! Then we were directed upstairs&#10;to the eating room where the manager (his name is Jonas {pronounced&#10;yo-nus}) introduced to the staff. Then we were given our keys and went&#10;to our cabins. We had two cabins one for mom and dad and one for me and&#10;Hannah. I&amp;rsquo;ll tell you more about them later. After settling into our&#10;rooms we went back up tp the eating room for a buffet lunch. While we&#10;had lunch we departed from the dock and sailed out into HallongBay. Once&#10;lunch was done we went back down to the room for a miniute.&lt;/p&gt;</description></item><item><title>Twenty-first Day - Dad's First Day in Hanoi/Vietnam 11/22/2010 3:00 PM</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/dads-first-day-in-hanoivietna/</link><pubDate>Mon, 22 Nov 2010 07:54:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/dads-first-day-in-hanoivietna/</guid><description>&lt;h2 id="hannah"&gt;&#10; &lt;del&gt;Hannah&lt;/del&gt;&#10; &lt;a&#10; class="permalink"&#10; href="#hannah"&#10; aria-label="Permalink to Hannah"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;So, today was dad&amp;rsquo;s first day in Vietnam. But thank goodness he made it&#10;to Hanoi safe and sound. This morning we decided to do a walking tour&#10;around the old quarter in Hanoi. (Without the crowds, Sumner was our&#10;guide.) We started at Yen Thai. ( That is where our hotel is, 3 Yen&#10;Thai.) and ended at the Ngoc Son Temple. (In the middle of a BIG lake.&#10;During the tour around Hanoi, We stopped for lunch at a place called&#10;Quan An Ngon. It is a place featuring various traditional Vietnamese&#10;food. Me and mom ordered some Vegetarian Dumplings, but they turned out&#10;to be basically hot steaming rolls. They were good though. Dad ordered&#10;Shrimp with Lemongrass and Chilies. He was I guess expecting the nice&#10;small shrimp that we Westerners eat. But instead, they were HUMUNGOUSLY&#10;large shrimp, and they still had their skin,and feet, and so forth.&#10;After lunch we went to the lake. WE were going to have a cyclo ride.&#10;(That is were you go in basically a cart where the oldish men drive you&#10;by peddling their bicycles.) But we never got to it. We are resting now&#10;in our hotel room, waiting for the time that we will get dinner. (Well&#10;at least me.) Sumner and I were going to really go right around the&#10;corner to go pick up the stamps that we had ordered. But dad will not&#10;let us. Now since dad is here, we have to be more cautious.  I just&#10;finished packing for the 2 day boat trip at Halong Bay. I am excited&#10;because we get to go kayaking. For the first time!!!&lt;br&gt;&#10;Boo Hoo, We only have basicly one more day in Hanoi! AND Sumner, Mom,&#10;and I have been here for 3 weeks! (half of our trip!) I think I have&#10;gotten too used to Hanoi. I have also met some really nice people here,&#10;so I wish I could live here. (For a little time.)&lt;br&gt;&#10; We just finished a scrumptiously yummy dinner. We all did not have&#10;anything special, so I don&amp;rsquo;t need to tell you what we had for dinner.&#10;Dad made it through the day without taking a nap.&lt;/p&gt;</description></item><item><title>Twentieth Day - Sunday in Hanoi 11/21/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/sunday-in-hanoi/</link><pubDate>Sun, 21 Nov 2010 09:17:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/sunday-in-hanoi/</guid><description>&lt;h2 id="hannah"&gt;&#10; ~Hannah~&#10; &lt;a&#10; class="permalink"&#10; href="#hannah"&#10; aria-label="Permalink to ~Hannah~"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Guess what? We went to church today. We went to a international church.&#10;It felt I was in God&amp;rsquo;s family because there were people from more than&#10;30 DIFFERENT nations attending church! Wow that is a lot of different&#10;people. Church there was a lot different to  our church at home.&#10;(Foothills Bible Church.) It was an  A LOT  smaller group, and the&#10;pastors seem to switch of every Sunday! Today their was a guest speaker&#10;who I think was from the Philippines, but I am not 100% sure. But I am&#10;sure that I did not fully understand the sermon, because his English was&#10;hard to understand at times. Also they did not have a certain building&#10;for the church. The sanctuary was a  ballroom from a BIG hotel. After we&#10;sang a lot of beautiful hymns, we did the offering. After the offering&#10;we had the sermon of something. I did not fully understand the topic of&#10;the sermon. Soon after the sermon, we finished church. We tried to hail&#10;a taxi, but the first driver said we could not go to our destination.(&#10;Which was to have lunch.)We finally hailed a taxi that would take us to&#10;lunch. We had lunch at a place called KOTO&amp;rsquo;s ( Which means Know One&#10;Teach One.) It was a school/restaurant that took in 30 students each&#10;year. Those students were either street kids, or disadvantaged kids.&#10;Such as the kid lived in a very, very, very, very, very, very, very,&#10;very, very, very poor family, and could not afford for the kids to get&#10;education. When we were at the H&amp;rsquo;mong Mountain Retreat, we did a cooking&#10;class with a guy who came from a really, really, really, etc. And went&#10;to KOTO&amp;rsquo;s. And now, he is the Master Chef at Sapa Rooms. (The place we&#10;stayed a in Sapa.) We all had yummy lunches. Then we wandered our way to&#10;our hotel. After 3 seconds in the hotel, we headed out to go see if we&#10;could go get tickets at the Water Puppet Theatre. But when we got to the&#10;place where you order your tickets, the lady at the desk just said NO in&#10;the most rudest way. So finally we got her to give us some tickets for&#10;9:00 tonight. I am really excited. Now we headed back to our hotel. But&#10;then I remembered that we had ordered some beautiful hand carved stamps.&#10;We got those back and finally went back to the hotel. now we are just&#10;hanging out in room. AND Dad  is on his way to Hanoi. I am SO excited.&#10;But he comes in the hotel at 11-12:00 at night! Surely we will be&#10;asleep! (hopefully!)&lt;/p&gt;</description></item><item><title>Nineteenth Day - Hanging out in Hanoi 11/20/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/hanging-out-in-hanoi/</link><pubDate>Sat, 20 Nov 2010 08:22:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/hanging-out-in-hanoi/</guid><description>&lt;h2 id="hannah"&gt;&#10; Hannah&#10; &lt;a&#10; class="permalink"&#10; href="#hannah"&#10; aria-label="Permalink to Hannah"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today we did a cooking class. It was fun, but I only had fun for a&#10;little bit. Why? Because We were making yummy fried spring rolls, when&#10;our cooking extraordinaire was trying to flip the spring rolls, she&#10;accidentally dropped them in the very hot (to me) cooking oil. It &#10;splattered on my hand. It was not a very bad burn, but it still hurt&#10;very much. But I also learned how to treat a burn, with out ice, and the&#10;pain goes away pretty quickly. You need half of a lime or lemon. Then&#10;you simply squirt the lime juice on the places where you got burned and&#10;you are good. Also you can use some white light vinegar. After a while&#10;the pain will go way and you just have to be careful about where you put&#10;your hand.&lt;/p&gt;</description></item><item><title>Trip to Ba be and Phu Tho</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/trip-to-babe-and-phu-tho/</link><pubDate>Fri, 19 Nov 2010 13:56:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/trip-to-babe-and-phu-tho/</guid><description>&lt;h2 id="hannah"&gt;&#10; ~Hannah~&#10; &lt;a&#10; class="permalink"&#10; href="#hannah"&#10; aria-label="Permalink to ~Hannah~"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;                                                                     &#10;&lt;strong&gt;&lt;u&gt;Ba Be&lt;/u&gt;&lt;/strong&gt;&lt;br&gt;&#10;Well, I have had a lot of adventures at Babe lake and in Phu Tho. We had&#10;to drive about&amp;hellip; EIGHT HOURS! that was a long trip  just to get to Babe&#10;Lake. That was a very long trip for me. I luckily slept a lot on the way&#10;there. AND we had a driver that did not know how to drive the car. It&#10;was his first day on the job! ALSO they gave him a very bad car that&#10;barely went up those mountain roads! When we got into a pretty good&#10;sized town,our driver asked someone something in Vietnamese.  My mom&#10;asked if we were lost, but our guide just said that we were not lost, he&#10;was just&lt;br&gt;&#10;&lt;em&gt;asking for directions.&lt;/em&gt; After a LONG time we finally arrived at our&#10;home stay. But unlike our Home stay in Ta Phin, you were separated from&#10;the family, you did not get to befriend the family members. So we went&#10;with our guide to other home stays, (which were more like guest houses)&#10;but they were all full.We finally found one that had only four other&#10;people ( instead of maybe&amp;hellip;11-14 people, counting us.) Also the people&#10;were nice at our new home stay. Mom,Sumner, Our guide ( Mr. Phong,) and&#10;I went on a pleasant bike ride around the area. We went to a place where&#10;some people were working in the rice field. Sumner and I got to cut some&#10;rice. It is pretty hard work, but yet fun,( at least for the few seconds&#10;I did it.) Then we headed back to the house ( not my house though,) for&#10;a &lt;strong&gt;delicious&lt;/strong&gt; dinner. It included rice ( duh) pork, chicken,and some&#10;greens. Then we went to bed.&lt;br&gt;&#10;   I think the roosters are a little confused ( and crazy),because they&#10;started crowing at 1:00 in the morning instead of at the crack of dawn.&#10;and kept on crowing for a long time.&lt;br&gt;&#10;   The next morning we had those pancakes again. ( I told you before,&#10;they taste and feel like you are eating rubber!) So the Lady of the&#10;House asked if we wanted some fried rice. Sumner and I answered yes very&#10;enthusiastically. After breakfast we went on a boat ride on the lake&#10;with our guide. It was very pretty, so I think Sumner will put the&#10;pictures on the blog. ( At least i hope so.) First we went to a cave&#10;that had a million bats, and they dropped waste on us. I had to dig out&#10;my hat so that I would not get hit by it. After that we went to a very&#10;dangerous waterfall. Because they blocked of the dangerous part with a&#10;big wall of cement, bur tourists go past the cement another way, so they&#10;slip on the moss and fall in the water. People can not find their bodies&#10;because there is too much foam.Then we ate lunch at a local restaurant,&#10;and then headed back to the house. Before the meal Sumner and I played&#10;with the feather thing. Our driver joined in as well. He is  very good&#10;at the game, better than us at least! Finally after we got tired of&#10;playing, we went back to the house and got ready for dinner. We had a&#10;special dinner that night because we were going to eat with the family.&#10;Again we had a very good meal again, so I ate my fill and went to&#10;beddddd Sorry I am tired right now, so I probably should go to bed.&lt;br&gt;&#10;     &lt;br&gt;&#10;                                                           GOOD NIGHT!!!&lt;/p&gt;</description></item><item><title>Eighteenth Day - Back to Hanoi 11/19/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/eighteenth-day-back-to-hanoi-111910/</link><pubDate>Fri, 19 Nov 2010 10:34:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/eighteenth-day-back-to-hanoi-111910/</guid><description>&lt;p&gt;Today we woke up and got ready to go back to Hanoi. Once packed we met&#10;Phong outside and got into the Jeep. It wasn&amp;rsquo;t nearly as long as the&#10;drive to Ba Be but it still was pretty long. Just outside of Hanoi we&#10;stopped on the side of the highway where some stalls were set up selling&#10;corn and shuggar cane trees. We got out of the car and Phong bought some&#10;corn. Hannah had been wanting some shugar cane to chew on. So we went&#10;over to one of the ladys and asked for just a little piece. There were&#10;some miscomunications and we ended up with the entire tree. It was an&#10;interesting experience, being on the side of the road buying shuggar&#10;cane. One that I will never forget. We tried to chew it, mom liked it&#10;and Hannah liked it but I wasn&amp;rsquo;t a fan of it. We got back into the car&#10;and drove on. Finally we made it to the hotel checked in and went to our&#10;room and sighed a shgh of releif. It was nice to be back in a western&#10;hotel with clean rooms and soft beds (This is where Hannah&amp;rsquo;s song comes&#10;in). We relaxed in our room for a while and then went out to walk around&#10;Hanoi. Then we went back to the hotel and tried to catch up on our blog.&#10;We went out for dinner and then went back to the hotel. Ok now for the&#10;bed.&lt;/p&gt;</description></item><item><title>Seventeenth Day - Trip to Phu Tho 11/18/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/seventeenth-day-trip-to-phu-tho-111810/</link><pubDate>Thu, 18 Nov 2010 12:56:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/seventeenth-day-trip-to-phu-tho-111810/</guid><description>&lt;p&gt;Well today we woke up with another driver in our midst. The one who&#10;owned our car. He had come in the night on a bus from Hanoi to try to&#10;fix it. He arrived at about twelve o&amp;rsquo;clock and then towed the car to a&#10;spot where there was more light. He worked on it but when we got up in&#10;the morning it was still not fixed. And that&amp;rsquo;s were my day began, with&#10;waking up. For breakfast again we had those pancakes but today Hannah&#10;and I had fried rice. After yesterday&amp;rsquo;s breakfast Phong had asked if we&#10;wanted to have fried rice instead of the pancakes. We accepted so mom&#10;ate some pancakes and we ate the fried rice. After breakfast, which was&#10;delicious, we got ready to go to Phu Tho (pronounced: fu taw, the taw&#10;sound ends abruptly). The car had to be towed to be started but it did&#10;start and we were on our way. This new driver was like a race car driver&#10;on a one lane road, that to the Vietnamese is a two lane highway. He was&#10;passing people on blind curves and on the straight parts if there was a&#10;gap of two yards he went through it. Mom was scared to death and even&#10;Phong who was leaning slightly out the window was going, ohhhh, made it&#10;oh oh oh, phew! that gave me a scare. In fact I don&amp;rsquo;t think that we ever&#10;stopped until we got to a gas station. Where we stopped to stretch our&#10;legs he had to leave the car on because it he turned it off it would not&#10;be able to start back up again. After we got gas we went on to a town&#10;were we said goodbye to the first driver who was catching a bus to&#10;Hanoi. We felt sorry for the guy, it wasn&amp;rsquo;t a good car and he was&#10;nervous because it was his first time to driving it. We stopped in a&#10;town for lunch. We ate at a street-food place but the food was good. But&#10;the weird thing is that once we were served our food they pulled up&#10;chairs and watched us eat. And afterwards they touched mom and pinched&#10;her and talked about her. Phong said that they were feeling if she was&#10;real. I truly think that we were the first westerners they had ever&#10;seen! Then we got back in the car went on to Phu Tho. We wandered around&#10;the town and went to a square where we walked around. You could tell you&#10;were off the beaten tourist path in Phu Tho because wherever you went&#10;people stared at you. Just like to people at lunch, well maybe not as&#10;bad as them but we were the center of attention. Phu Tho, though small,&#10;is actually a university town. We saw that on our little walk.&lt;/p&gt;</description></item><item><title>Sixteenth Day - Homestay At Ba Be Lake 11/16/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/sixteenth-day-homestay-at-ba-be-lake/</link><pubDate>Thu, 18 Nov 2010 03:58:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/sixteenth-day-homestay-at-ba-be-lake/</guid><description>&lt;p&gt;Sixteenth Day - Homesay at Ba Be Lake 11/17/10&lt;/p&gt;&#10;&lt;p&gt;Today we woke up and had breakfast. Breakfast was those &amp;ldquo;rubbery&#10;pancakes&amp;rdquo; but this time it was more crepe-ish. It was allot better but&#10;we went to the kitchen and they asked if we wanted to have some of their&#10;fried rice. We accepted the offer and ate the rice. It was much better&#10;than the pancakes. After breakfast we got ready for a boat trip on Ba Be&#10;Lake. But the car would not start! So we had to walk to the dock. We go&#10;on to a boat that was about  two yards wide and about ten yards wide.&#10;The seats were wooden planks across the boat. The engine which was in&#10;the back was really loud but the trip was nice. First we cruised around&#10;in the lake. It was very interesting but the weird thing was that the&#10;water was surprisingly warm. After we had cruised around for a while we&#10;came to a river which we went upstream to a cave that the river went&#10;right through. We got off and walked on a path through the cave. On the&#10;way we went under a big crevasse that the bats lived in, The path was&#10;covered with their droppings and some fell on mom&amp;rsquo;s and Hannah&amp;rsquo;s heads!&#10;I was lucky enough to have kept my hat on so it didn&amp;rsquo;t get me. We got&#10;out from under that crevasse quickly and to another part of the cave. It&#10;wasn&amp;rsquo;t really very big but it was a good sized cave. When we go to the&#10;end of the path we went back through the cave and to where the boat was&#10;docked. Then we headed in the other direction on the river which led to&#10;a little village when we stopped and walked on a path to a gorgeous&#10;water fall. On the way we had to walk down a lot of stairs. Going down&#10;was fine but mom had a little trouble on the way up. The water fall&#10;spanned two kilometers (why did they make up the metric system?) which&#10;is about one mile. We looked at it from a look out and then went back up&#10;the hill and to the town where we stopped for lunch. Lunch was much to&#10;big for us and our guide didn&amp;rsquo;t eat with us. I would have liked to have&#10;more food but my mouth is hurting because some teeth are coming in in&#10;the wrong places. After lunch we went back to the lake and sailed back&#10;to the dock. When we got back to the homestay there were two drivers&#10;under the hood. They tried to tow the car up the incline that it was&#10;parked on, with the other driver&amp;rsquo;s car. They had tied a rope to the the&#10;front of the Forerunner (that was our car). Then they tied another rope&#10;to the other car&amp;rsquo;s front end where it had a hook. Then they put the&#10;other car in reverse and backed that car up and tried to pull the&#10;Forerunner up the incline in reverse. That was definitely not a good&#10;thing for the other car. Then Hannah went to go get the feathered thing&#10;and we played with that for a little while. After that we decided to go&#10;on a walk. We turned left and went down a small hill. Then the road&#10;evened out and we waked on to a bridge. We crossed over and a policeman&#10;was there at the other side. He came out and said something in&#10;Vietnamese to us that we didn&amp;rsquo;t understand. We think that he was asking&#10;where we were going so we decided that maybe we shouldn&amp;rsquo;t go that way.&#10;We turned around and went across the bridge. When we got across our car&#10;was rolling down the hill and stopped at right at the bridge. Then we&#10;made our way up the hill .We saw them again beside the other car&#10;discussing what to do. When we got back we played more of that feather&#10;thingy and the driver of our car played too. We went down to the &amp;ldquo;park&amp;rdquo;&#10;which was just an open field full of weeds and stuff with one torn up&#10;volleyball net in one corner with a little bit of sand. We played for a&#10;while and then went back for dinner which we had with the family, the&#10;driver who tried to help us, Phong, and our driver. It was about the&#10;same as last night with rice some vegetables and some meats. It was very&#10;interesting because mom was asked how old she was. The reason for this&#10;is that in Vietnamese what you call someone is relational the age of the&#10;person. For example, if I was older that you I would call you &amp;ldquo;em&amp;rdquo; but&#10;you would call me &amp;ldquo;anh&amp;rdquo; and if I was a girl I would call my self&#10;something else. So back to my point, when they asked her age it was more&#10;a thing of respect than disrespect. Once we finished dinner we were&#10;offered tea.We declined because of the caffeine. Then we went to bed.&lt;/p&gt;</description></item><item><title>Fifteenth Day - Trip to Ba Be and Homestay 11/16/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/fifteenth-day-trip-to-ba-be-and-ba-be/</link><pubDate>Tue, 16 Nov 2010 11:51:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/fifteenth-day-trip-to-ba-be-and-ba-be/</guid><description>&lt;p&gt;So, today we checked out of our hotel early and had breakfast. Then our&#10;guide came and we got into the car that would take us to Ba Be Lake. The&#10;car was about one hundred years old and didn&amp;rsquo;t have any shocks left.&#10;There were no seat belts in the back seat and hand crank windows. OK&#10;maybe it wasn&amp;rsquo;t one hundred years old but it was very old. I wasn&amp;rsquo;t&#10;joking about the shocks though. The car was so bad that when we hadn&amp;rsquo;t&#10;even gotten out of Hanoi mom had to pull out the Dramamine!&lt;br&gt;&#10;Well we made it out of Hanoi and then kept on going until we go to the&#10;mountains. We were able to do most of the hills but the ten percent&#10;grades were difficult. Once we went up part of the way and then the car&#10;couldn&amp;rsquo;t go any further. So, we had to roll down the hill and then use&#10;the emergency brake and then hit the clutch to change the gear. We&#10;revved the motor and then let the emergency brake go. The car inched up&#10;the hill and then finally made it to the top. There were a few hills&#10;where we had to do this but we made it safely to Ba Be Lake. We stopped&#10;at one homestay but we decided to go to another homestay. We found a&#10;different one that was more satisfactory.&lt;/p&gt;</description></item><item><title>Fourteenth Day - Hang out in Hanoi 11/15/2010 6:30 PM</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/fourteenth-day-hang-out-in-hanoi/</link><pubDate>Mon, 15 Nov 2010 12:58:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/fourteenth-day-hang-out-in-hanoi/</guid><description>&lt;h2 id="hannah"&gt;&#10; &lt;del&gt;Hannah&lt;/del&gt;&#10; &lt;a&#10; class="permalink"&#10; href="#hannah"&#10; aria-label="Permalink to Hannah"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;So, after all of the trekking and the home stays and all, we get ONE day&#10;to hang out. Today we DID get to just relax, unlike last week. Our&#10;family went on an overnight train from Lao Cai to Hanoi. I slept very&#10;well unlike Sumner and mom. But when we got to the hotel, we found out&#10;that they had an available room for us to stay in until 10:00 AM.  The&#10;minute my mom&amp;rsquo;s and brother&amp;rsquo;s heads hit the pillows, they were sound&#10;asleep. Guess they are not meant for train rides. When they FINALLY woke&#10;up, I had read about two whole books! (also I am a really fast reader,&#10;so that makes a difference.) That afternoon we went to a silk shop and&#10;got my self a fitted ao dai, (according to the north pronounce it ow&#10;zie). I got one for next year, and another one for the next 2-3 years.&#10;The first ao dai is turquoise-ish, and when you move, the little trees&#10;and flowers that are the prints, they turn different colors. The one&#10;that is for a few years to come, is a pretty white color, and has a&#10;light blue coloring to it. Now for dinner we are having some sort of&#10;snackey dinner. Don&amp;rsquo;t know what it is, but I hope that it will be yummy.&#10;Gute Nacht! (goodnight in German).&lt;/p&gt;</description></item><item><title>Thirteenth Day- Sapa and Overnight Train 11/14/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/thirteenth-day-sapa-and-overnight-train/</link><pubDate>Sun, 14 Nov 2010 10:49:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/thirteenth-day-sapa-and-overnight-train/</guid><description>&lt;p&gt;Today was our last day in Sapa. Today we got up and had breakfast and&#10;then went back to the room to hang out and try to figure out what we&#10;wanted to do today. We decided to go to the radio tower. Everyone said&#10;there was a wonderful view so we went. When we got down we paid and&#10;checked out. Then we started out. We walked up lots of steps and then&#10;had to get tickets to go the rest of the way. Then we walked up more&#10;steps until we got to a Mt. Fan Xi Pan Lookout (Pronounced like: fancy&#10;pants without the &amp;ldquo;ts&amp;rdquo; at the end. Fancy Pants isn&amp;rsquo;t really very&#10;original because we met some other people that named it that also) Then&#10;we walked a little way more and arrived at a fork. We went left and got&#10;to a little covered area where we stopped and had a drink because Hannah&#10;had a headache. Then we arrived at a Europe Garden. We saw a look out on&#10;the top of a hill but mom didn&amp;rsquo;t want to go all the way to the top. I&#10;wanted to go further but mom was to tired and Hannah had a headache. So,&#10;I decided to go up a path that I presumed went to the radio tower. I&#10;went up some steps and then more steps and then into finally got to the&#10;top. It probably wasn&amp;rsquo;t as spectacular as if we went up to the other&#10;lookout but it was a nice view. In the foreground was Sapa all laid out&#10;and then behind that in every direction were mountains. After I took&#10;some photos I went back down and surprised mom and Hannah by my speed.&#10;Then we headed back down the hill. Once down we went back to the hotel&#10;and hung out in the lobby until time to get on the bus to Lao Cai.&lt;br&gt;&#10;The drive to Lao Cai was a little traumatic because our driver was a&#10;little crazy. We were thankful that we got off the bus alive. We were&#10;dropped off at a Kangaroo Cafe sponsored restaurant and settled down at&#10;a table. The man who seemed to be in charge of the place asked us for&#10;our voucher and then went to get our tickets. He told us that we would&#10;leave for the train station at seven. It was six something so we decided&#10;to have dinner. While we were waiting for our food another van full OK&#10;let me re-state that. Another van BURSTING with people. There were&#10;nineteen people in a bus that fit, oh, fourteen people? Also there was&#10;everyone&amp;rsquo;s luggage along with the people!&lt;br&gt;&#10;We ate our food and then the man came to take us to the station. We got&#10;to the station and he took us to the train. He wasn&amp;rsquo;t as helpful as Mr.&#10;Viet but he took us to our cabin and then went away. The cabin was nicer&#10;than the last time but it was basically the same. The beds were a little&#10;bit longer (mom could fully stretch out on it). The water bottles were&#10;in a basket (instead of just loose on the table). This was an advantage&#10;because when the train bounced the water bottles didn&amp;rsquo;t bounce out on&#10;the bed (not that they would, but just the small things make it nicer).&#10;Also we had a trashcan which was nice. The&amp;hellip;&lt;/p&gt;</description></item><item><title>Twelfth Day - Sapa 11/13/10 8:03</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/twelfth-day-sapa/</link><pubDate>Sun, 14 Nov 2010 07:39:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/twelfth-day-sapa/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today started with breakfast (good thing to start with). And then&#10;after breakfast we met some people who were also staying at Sapa Rooms&#10;and they asked if there would be any opportunity to buy. We laughed&#10;because as soon as you walk out the door you are bombarded by H&amp;rsquo;mong and&#10;Dau (pronounced: z-ow) women saying &amp;ldquo;you buy from me why you no by from&#10;me, you bye this, you no want? Ok you buy this..&amp;rdquo; and after they give up&#10;on one person if there are others in the group they bug them.  We told&#10;them to go to the market in the square and pick up one of the things&#10;that they like and then they will have a multitude trying to sell you&#10;the exact same thing.&lt;/p&gt;</description></item><item><title>Eleventh Day - H'mong Mountain Retreat and Sapa 11-12-10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/eleventh-day-hmong-mountain-retreat-and/</link><pubDate>Fri, 12 Nov 2010 10:06:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/eleventh-day-hmong-mountain-retreat-and/</guid><description>&lt;p&gt;&lt;strong&gt;TODAY WAS HANNAH&amp;rsquo;S BIRTHDAY!&lt;/strong&gt;&lt;/p&gt;&#10;&lt;p&gt;OK we started the day with a little trauma because when I woke up I&#10;realized that Hannah was not in her bed but I found her in mom&amp;rsquo;s bed.&#10;Obviously Hannah had been scared because of the mice and the bugs. But&#10;after we got up it was basically OK but we didn&amp;rsquo;t want to stay another&#10;night so we called Mr. Khanh the manager of Sapa Rooms and asked if we&#10;could come back. He understood our predicament and let us come back. But&#10;before we did we stayed and had a wonderful time enjoying the beautiful&#10;scenery because we were going to do the cooking class at the retreat. We&#10;had a nice time just relaxing.&lt;/p&gt;</description></item><item><title>Tenth Day - Trek and H'mong Mountain Retreat 11/10/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/tenth-day-trek-and-hmong-mountain/</link><pubDate>Fri, 12 Nov 2010 06:24:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/tenth-day-trek-and-hmong-mountain/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today I woke up and was surprised to see that I was in a house with wood&#10;boards above me. I was the last one to wake up because the family was&#10;awake at five and mom didn&amp;rsquo;t get much sleep so she was up and Hannah&#10;just was awake. I got out of bed and went to the fire. They had already&#10;started making breakfast, so we just sat around waiting. Then our&#10;hostess got out a frying pan and got the batter she had been making and&#10;made these pancake-ish things. While it was cooking Sume (if you read&#10;the last post you heard about her) arrived, for she would be taking us&#10;back to Sapa (and we didn&amp;rsquo;t know this at the time but to take us to Ta&#10;Van). Once all the pancakes were cooked, we sat down to eat. I am going&#10;to tell you this now so I don&amp;rsquo;t have to later (pretty good reason,&#10;right?) The hotel supplied the food for us at the homestay so that is&#10;why we had all that food at dinner and why we were having pancakes for&#10;breakfast. The pancakes were not what we think as pancakes. They were,&#10;as Hannah described it, rubbery. I thought that they were defiantly not&#10;prime and mom didn&amp;rsquo;t think much of them either. We had banana, honey,&#10;and sugar to go with it. We started to eat one, but after about half of&#10;it Hannah started to make faces and looking longingly at the rice that&#10;Sume and the hostess were eating. I guess that they must have seen her&#10;doing that so they asked if we would like to have rice with them. It was&#10;just the left-overs from the night before but it still was very good.&#10;After breakfast we packed up our bags and hung out for a minute until&#10;Sume said it was time to leave. We went into the town that we had lunch&#10;in and got in a van to go back to Sapa. As we were leaving we saw big&#10;tour bus filled with people and we were very grateful that mom had&#10;planned all the transportation beforehand and that she had planned the&#10;trip so we did the trip by ourselves instead of with an enormous group.&#10;When we got back to Sapa I made that quick post, shot an email to Oma&#10;(that&amp;rsquo;s what we call our grandma) and Skyped dad. Then we set out on&#10;another trek. We were fortunate to be with Sume again for the trek. We&#10;started out down the road going to Ta Van. We had been walking on the&#10;road for about an hour when we met up with Sume&amp;rsquo;s cousin&amp;rsquo;s group&#10;(Sume&amp;rsquo;s cousin is also a tour guide for Sapa Rooms) and met a young&#10;couple and one set of parents. We went on and were a little ahead of&#10;them when Sume&amp;rsquo;s cousin called out to our guide and said that she wanted&#10;to go together so our groups merged and we made friends. After a little&#10;while we saw a truck that had overturned on the highway that in the US&#10;would be a one lane road but here in Vietnamese is a 8 lane highway! Ok&#10;I exaggerated but it actually was a highway with two lanes and could be&#10;3 lanes if two cars were going and a motorcycle wanted to go in-between&#10;them! A little after we saw the wreck we stopped for a rest. Hannah and&#10;I ran up and down from where we were sitting to a power pole. There were&#10;step-like things that looked like they were supposed to be rice paddies&#10;but didn&amp;rsquo;t get finished. They were good obstacles but since I have&#10;longer legs it was easier for me so I won almost every time. After that&#10;we went on down and when I say down I mean *down. *We walked a little&#10;ways and arrived at a little bamboo bridge made of two bamboo poles. It&#10;was easy for our guides, the sales ladies (I didn&amp;rsquo;t tell you but we had&#10;accumulated good deal of girls trying to sell us things), and Hannah and&#10;I to cross. But the older people had some trouble making it across.&#10;Luckily for us it was at most one yard long. We walked along some&#10;terraced rice patties and then across one of the retaining walls and&#10;then down some more. We walked across one more bamboo bridge and went a&#10;little way and then arrived at a quarry. If dad had been there he would&#10;have been able to tell you what kind of rock it was but all that I can&#10;tell you is that the rocks were white. We walked through the quarry&#10;(nothing was going on) and went down a hill. About have way down we saw&#10;a big digger thingy and a car that was smashed on the treads! We were&#10;thinking that these guys definitively didn&amp;rsquo;t get the safety award for&#10;the year! We got to the bottom of the hill and went across the bridge.&#10;To the right of the bridge was the old bridge which was closed but not&#10;very well, for, you could still go on the bridge. After we crossed the&#10;bridge we went to a restaurant to eat and then headed on. The rest of&#10;the way was just small villages and beautiful views of the valley with&#10;terraced rice paddies. There was one incident that I will tell you about&#10;though. We stopped at a large shop and Sume asked if we wanted to buy&#10;anything. Mom said that we would look and see what the prices were like.&#10;Well we went in and realized that there &lt;em&gt;were&lt;/em&gt; no prices because in&#10;Vietnam they look at you and if you look like you have a lot of&#10;money then the price goes up about two to three times! Whereas if you&#10;look poor then you get a lower price! Once they tell you a price you&#10;must bargain for it no matter what it is, chopstick, you bargain for it,&#10;little donuts that are being sold to you on the streets of Hanoi, you&#10;bargain for the little donuts. You bargain for literally everything&#10;except food at a restaurant. Once we looked we walked on to Ta Van. In&#10;Ta Van all of the group, us and the Australian/English group (I forgot&#10;to tell you where they were from) hopped into the van and went up to the&#10;mountain retreat. The other group got out to look around and then headed&#10;back to Sapa. We stayed and were directed to our room. After we set our&#10;luggage down, we explored the retreat. There were, I think, five little&#10;bungalows (maybe six) and one but H&amp;rsquo;mong house. There was also a big&#10;house that was on stilts where we would have our meals. The big H&amp;rsquo;mong&#10;house one was the one that we were going to stay in. It had three rooms&#10;and a balcony. When you went in you were in the living room it was&#10;basically a brick floor and two wood benches and a table in the middle&#10;of the floor. On one of the rafters there was some corn for decoration.&#10;On the right of that room was a bedroom with two beds and a lamp and to&#10;he other side was one big bed. After our explorations we had some rest&#10;and then after a while went to go eat. We went to the house on stilts to&#10;go eat and were directed upstairs (they used the bottom level as a&#10;relaxation place). We sat at a table that was made of logs so that it&#10;was hard to put water and food on the table. Dinner was delicious but it&#10;was way to big for the four of us (we ate with Mrs. Elsa Marie, the&#10;Danish lady).&lt;/p&gt;</description></item><item><title>Ninth Day - Trek and Homestay 11/10/10</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/update-on-last-few-days-of-our-trip/</link><pubDate>Thu, 11 Nov 2010 02:04:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/update-on-last-few-days-of-our-trip/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Oh my!!! I have so much stuff to tell you about!!! Ok I am going to&#10;start where the last real post stopped.&lt;/p&gt;</description></item><item><title>Quick Update On Our Trip</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/update-on-our-trip/</link><pubDate>Wed, 10 Nov 2010 18:19:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/update-on-our-trip/</guid><description>&lt;p&gt;We made it back from the homestay safely. It was very fun but I can&amp;rsquo;t&#10;tell you about it now because we are going on another trek to Tavan to a&#10;mountain lodge. Bye&lt;/p&gt;</description></item><item><title>Eighth Day - Sapa 11/9/10 5:00 PM</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/eighth-day-sapa-11910-500-p/</link><pubDate>Tue, 09 Nov 2010 10:41:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/eighth-day-sapa-11910-500-p/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Read the last post (the end at least) and this will make sense. I didn&amp;rsquo;t&#10;wake up until about 5:30 in the morning on the train. I slept very well&#10;but couldn&amp;rsquo;t go back to sleep so, I looked out the window. We seemed to&#10;be stopping but I guess that we were just passing a train on a&#10;side-rail. We then sped up and went for a while. We kept on going but&#10;before we got to the station the crew came by and knocked on our door to&#10;tell us that it was time to pack up and go. So we woke up Hannah (mom&#10;was already awake) and packed up our stuff.&lt;/p&gt;</description></item><item><title>Seventh Day - Hanoi 11/8/10 4:32 PM</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/seventh-day-in-hanoi-12810-432-p/</link><pubDate>Mon, 08 Nov 2010 09:35:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/seventh-day-in-hanoi-12810-432-p/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today was our last day in Hanoi. We started the day as normal with&#10;breakfast. Then our driver picked us up to go to class. We did class and&#10;learned more about present perfect tense (I don&amp;rsquo;t even know what that is&#10;in English so it was very difficult to do in Vietnamese.) Mr. Tan works&#10;on very complex stuff that may or may not be practical, such as present&#10;perfect tense, instead of doing things like where is the bathroom or I&#10;need a hotel but he is a very good teacher. After that we summarized&#10;what we did during the class this week.&lt;/p&gt;</description></item><item><title>Sixth Day - Hanoi 11/7/10 8:09 PM</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/sixth-day-in-hanoi-12710-809-p/</link><pubDate>Sun, 07 Nov 2010 14:31:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/sixth-day-in-hanoi-12710-809-p/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today we had a day off from class so we did things around Hanoi.&#10;Breakfast was as usual and then we went to our rooms to work on the&#10;blog. Hannah and I were getting restless and we wanted to go do&#10;something. So we decided to go to the army museum which was about 25&#10;minutes walk away. When we arrived at the army museum the sour faced man&#10;said that it was closed. So we decided to go to lunch we started out for&#10;a place that mom&amp;rsquo;s book said was good but when we arrived it was closed!&#10;Then we tried another restaurant but it looked like a nightmare to even&#10;get in. Next we tried another but it too was closed. Then mom said that&#10;we needed to go to the hotel that we are booking our trip to Sapa with&#10;so we headed in that direction trying to find a place to eat. We didn&amp;rsquo;t&#10;find anything so we just gave up and went to the Kangaroo Cafe. I had&#10;the same thing that I had last night, chicken and rice in a clay pot&#10;After lunch we walked all the way back to the army museum. We went to&#10;the first building and looked at the exhibits there. There were&#10;bazookas, rifles, cannon, swords, and all sorts of other weapons. Then&#10;we went and looked at some ancient cannons all rusty and old. Next we&#10;saw some anti-aircraft guns that shot down french planes in Vietnam&amp;rsquo;s&#10;war against the French. Then we saw a hunormus (huge and enormous mixed&#10;together) missile launcher that shot down American B-25&amp;rsquo;s during the&#10;Vietnam war and an anti-aircraft gun like the one that shot down John&#10;McCain&amp;rsquo;s plane. Beside those guns there was wreckage from a plane that&#10;had been shot down. After we saw that we went to the second building and&#10;saw the tank that burst through the hedge at the presidential palace at&#10;the fall of Saigon. Next we went to the flag tower. The flag tower is a&#10;tower that was constructed in the eighteen hundreds to fly the flag and&#10;I think to serve as a fortress. Mom stopped after the first set of&#10;stairs, but Hannah and I wen all the way to the top. we went up some&#10;stairs that a man dad&amp;rsquo;s height probably would have bonked his head on&#10;but there was no warning sign no nothing. You then had to climb another&#10;set of stairs that led to another level and then you had to go up some&#10;spiral staircases that in the US we would have not been climbing up&#10;because there were no handrails and very skinny steps. Once at the top&#10;we saw another way down and we went down it. We weren&amp;rsquo;t sure where it&#10;led so we decided to explore. All it led to was a little altar and a&#10;window. We headed back up looked around and then started to go back&#10;down. We made it to down the spiral staircase but and then tried to go&#10;down the next set of stairs. We were unable to because all the exits&#10;were blocked off and we couldn&amp;rsquo;t escape! Luckily we were with someone &#10;and we wandered around with them they went one way to go find an exit&#10;and we went the other way. We didn&amp;rsquo;t find an exit but finally a woman&#10;came with the key to let us out. With that saga over we headed back to&#10;the hotel because the museum was closing in about five minutes. We&#10;headed back to the hotel and were just going to settle down and rest&#10;until bedtime but when we arrived at the hotel they told us that there&#10;was a message from Miss Joy. We were going to just get a piece of bread&#10;to eat but Miss Joy wanted to go out to eat. We decided to go to get&#10;some street food that Miss Joy had recommended. The restaurant is a hole&#10;in the wall place that you go in and there are skewers that you can put&#10;in a plastic bin and then they barbecue it for you. It was very smokey&#10;because the exhaust from their grill was jetted out onto the sidewalk&#10;where we were sitting! The food was excellent! We had okra with bacon,&#10;many different meats and a few vegetables. We had almost finished when&#10;everyone started screaming and yelling and the owner of the street stall&#10;ran around like a chicken with her head cut off grabbing chairs and&#10;tables (the tables were things like pizza trays on little stools and the&#10;chairs were the little stools) we didn&amp;rsquo;t know what was happening but our&#10;food was swept away and our chairs from under us. Then the moment of&#10;truth came when the police car came into view obviously the restaurant&#10;had &amp;ldquo;been serving too many people&amp;rdquo; And had gotten busted! So the police&#10;just sat there and didn&amp;rsquo;t leave. When we left they still were there. The&#10;police here in Vietnam are most of the time not here to help, they are&#10;here mostly to arrest people that can give them money and then get their&#10;money so if someone scratched you don&amp;rsquo;t go to the police to help thy&#10;could arrest you for something ridiculous like frustrating a policeman!&#10;When the excitement had gone down the lady asked us to sit down and&#10;finish we just wanted the bill so we asked how much it was we paid and&#10;left. I think that some people just left the place didn&amp;rsquo;t pay. During&#10;that sort of confusion it is easy to do. We went back to the hotel and&#10;went to bed.&lt;/p&gt;</description></item><item><title>Fifth Day - Hanoi 11/6/2010 6:00 PM</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/fifth-day-in-hanoi-1162010-430-p/</link><pubDate>Sat, 06 Nov 2010 10:57:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/fifth-day-in-hanoi-1162010-430-p/</guid><description>&lt;h2 id="hannah"&gt;&#10; Hannah:&#10; &lt;a&#10; class="permalink"&#10; href="#hannah"&#10; aria-label="Permalink to Hannah:"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;O.K. I think that this day was the best day I have had at my language&#10;class. Why? Because usually the language class is very difficult, with&#10;all of the grammar and stuff. But today there wasn&amp;rsquo;t as much grammar so&#10;that I had  fun. Before I tell about our class time, I must tell you&#10;what we did for our field trip. Our group (including the driver this&#10;time) went a pottery village. The people there made bowls, pitchers, and&#10;humongous vases, some reaching up to 8 feet tall! That is taller&#10;than our Family room! AND people at the village put the huge vases in&#10;their homes. Do you know why they put those vases in their homes? They&#10;would put water in those vases, because water, to them, is very&#10;important in their lives, so I guess they will always have water!&lt;/p&gt;</description></item><item><title>Fourth Day - Hanoi 11/5/2010 4:30 PM</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/fourth-day-ina-hanoi-1152010-430-p/</link><pubDate>Fri, 05 Nov 2010 10:17:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/fourth-day-ina-hanoi-1152010-430-p/</guid><description>&lt;h2 id="hannah"&gt;&#10; Hannah&#10; &lt;a&#10; class="permalink"&#10; href="#hannah"&#10; aria-label="Permalink to Hannah"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Oh, am I tired. Today was a huge day! Now today at the language class,&#10;we all started in the classroom for conversations and stuff. After 2&#10;hours of sentences and phrases and words etc. our group went to a&#10;temple. The temple of West Lake. It was a very sacred temple. Actually,&#10;I don&amp;rsquo;t know if it would be called a temple or a pagoda. But it really&#10;does not matter&amp;hellip;to me at least. After the pagoda temple thing, we&#10;attempted to go to the Army Museum. And of course, the interesting&#10;things were closed. So on to plan B. We had decided to go to the Hoa Lo&#10;Prison. If you do not know what that is, you might know a famous person&#10;who was kept there- John Macain. It was kind of cool to go there. At the&#10;museum there were SOME disgusting parts at the museum that I will not&#10;tell you about. If you want to know the details, I will tell on my own.&#10;Before all the touring and walking, we went to a local street&#10;restaurant. The food was called bun.You had to make your own variety.&#10;You could put spring rolls, noodles (vermicelli), vegetables (don&amp;rsquo;t eat&#10;the uncooked vegetables, you can get sick), pork, and pork fat, sauce&#10;and all wrapped in yumminess. So do you guys want to come to Vietnam&#10;sometime? Come along!&lt;/p&gt;</description></item><item><title>Third Day - Hanoi 11/4/2010 5:45 PM</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/third-day-in-vietnam-1142010-545-p/</link><pubDate>Thu, 04 Nov 2010 10:59:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/third-day-in-vietnam-1142010-545-p/</guid><description>&lt;h2 id="hannah"&gt;&#10; Hannah&#10; &lt;a&#10; class="permalink"&#10; href="#hannah"&#10; aria-label="Permalink to Hannah"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Can you believe that we have been here for three days already?! Time is&#10;flying by, so we better get our plans in. O.K. I will tell you what we&#10;did today. You probably are thinking, same old routine, eat, go to class&#10;etc. No! It is new stuff today! If you want to know what we did, go&#10;right on ahead and read on. I sure hope we always have breakfast, but&#10;today&amp;rsquo;s breakfast was exciting. The manager at our hotel told us to&#10;speak some Vietnamese to him, but we forgot, so he told us to to study&#10;last night, and if we do not say some stuff to him, we would not get any&#10;breakfast. Ahhh! I would starve if I didn&amp;rsquo;t get any breakfast! This&#10;morning I said my thing to the manager. LUCKILY! We ate this curious&#10;fruit called Dragon Fruit. It was very good.&lt;/p&gt;</description></item><item><title>Second Day - Hanoi 11/3/2010 6:00 PM</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/second-day-in-hanoi/</link><pubDate>Wed, 03 Nov 2010 12:27:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/second-day-in-hanoi/</guid><description>&lt;h2 id="hannah"&gt;&#10; Hannah&#10; &lt;a&#10; class="permalink"&#10; href="#hannah"&#10; aria-label="Permalink to Hannah"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;     What a day! You could never imagine what happened. Well first I&#10;NEED to tell you. We (my mom,brother and I) had our first Vietnamese&#10;language class. It was hard, but I made it through. What I mean is that&#10;the language of Vietnam is very, very, very difficult. It may seem easy&#10;to you if you listen to them, but really you need to do all of the right&#10;tones. In the Vietnamese language there are 6 different tones. I will&#10;not tell you them because they are hard to write out.&lt;/p&gt;</description></item><item><title>First Day - Hanoi 11/2/10 6:00 PM</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/first-day-in-hanoi-11310-600-p/</link><pubDate>Tue, 02 Nov 2010 23:52:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/first-day-in-hanoi-11310-600-p/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Today was our first day in Vietnam. We got up and went to go eat at the&#10;hotel restaurant. We ordered our breakfast. I had an omelet, a pancake,&#10;some bacon, and a little bit of Hannah&amp;rsquo;s toast. We were talking about&#10;what we wanted to accomplish today. The manager must have overheard us&#10;talking about getting a phone, and he said that he could escort us to a&#10;place to purchase a phone. We said that we would like to go with him to&#10;get one. We went back up to our room then we went back down. The manager&#10;asked us to follow this other guy. We went with him to a lady on the&#10;sidewalk who had all sorts of cigarettes and used phones. They had a&#10;conversation and then she left and got a new phone somewhere else down&#10;the sidewalk. Then she gave it to mom and they set it up there on the&#10;sidewalk, something that is not found in the U.S.&lt;/p&gt;</description></item><item><title>Hotel In Hanoi 11/1/2010</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/hanoi-1200-am-local-time-in-vietna/</link><pubDate>Tue, 02 Nov 2010 08:09:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/hanoi-1200-am-local-time-in-vietna/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Hotel&lt;/p&gt;</description></item><item><title>Airplane to Seoul 12:27 MTN Time</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/airplane-to-seoul-1227-mtn-time/</link><pubDate>Mon, 01 Nov 2010 10:58:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/airplane-to-seoul-1227-mtn-time/</guid><description>&lt;p&gt;We are in the plane over Northern Japan. It has been a long ride but&#10;hopefuly wewill be landing in about three hours. We had traveled in a&#10;wierd path to get to Seoul it goes like an arch form Seattle and then&#10;goes over  some of southern Alaska after that it goes through some of&#10;Russia then for the last part of the journey we go down the west coast&#10;of Japan then it goes west to Seoul. I think that the reason for this&#10;path is this: the further up north you go the less distance it is to go&#10;arround the earth. This has been a hard flight for all of us. If you&#10;have ever gone on a long flight you know the experience. Sitting up&#10;trying to sleep, noise of the your fellow pasengers, noise of the plane,&#10;and so much more that henders you from having a good time on the plane.&#10;At least there are some goood movies going on I think I have watched one&#10;thing on a soccer chanel 2 times and wached Karate Kid 2 once and the&#10;end of it a few more times. Hannah and mom heve been attempting to sleep&#10;but I think unsucesfuly. We have been following the coastline of nothern&#10;Japan for a while and I think that we are about to turn towards Seoul.&#10;We are at 38,000 feet and going at about 300ish m/h. I&amp;rsquo;m going to get up&#10;and streach my legs so goodbye&lt;/p&gt;</description></item><item><title>Seattle International Airport 12:08 MTN Time</title><link>https://sumnerevans.com/posts/travel/2010-vietnam-trip/seattle-international-airport-1208-mtn/</link><pubDate>Sun, 31 Oct 2010 12:08:00 -0600</pubDate><guid>https://sumnerevans.com/posts/travel/2010-vietnam-trip/seattle-international-airport-1208-mtn/</guid><description>&lt;h2 id="sumner"&gt;&#10; Sumner&#10; &lt;a&#10; class="permalink"&#10; href="#sumner"&#10; aria-label="Permalink to Sumner"&#10; &gt;&lt;!--&#10;tags: [zoom-filled, link, url, connection, hyperlink, reference, attach, join, typography, writing]&#10;category: Text&#10;version: "1.0"&#10;unicode: "eade"&#10;--&gt;&#10;&lt;svg aria-hidden="true" class="hi-svg-inline" fill="none" height="1em" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&#10; &lt;path d="M9 15l6 -6" /&gt;&#10; &lt;path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" /&gt;&#10; &lt;path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" /&gt;&#10;&lt;/svg&gt;&#10;&lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;We arrived in Seattle a couple minutes ago, and we came to our gate for&#10;the next flight. It took around three hours to get to Seattle from&#10;Denver. Now it will take approximately 11 hours to get to Seoul, Korea.&#10;We are about to go get a bite to eat.&lt;/p&gt;</description></item></channel></rss>