<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hello on Rickey Wang</title><link>https://rickeyw.com/</link><description>Recent content in Hello on Rickey Wang</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 01 Mar 2026 01:00:00 +0000</lastBuildDate><atom:link href="https://rickeyw.com/index.xml" rel="self" type="application/rss+xml"/><item><title>Fedora Linux (KDE) Set Up Notes</title><link>https://rickeyw.com/notes/fedora-linux/</link><pubDate>Sun, 01 Mar 2026 01:00:00 +0000</pubDate><guid>https://rickeyw.com/notes/fedora-linux/</guid><description>&lt;h2 id="motivation"&gt;Motivation&lt;/h2&gt;
&lt;p&gt;Windows 11 has terrible UX and it&amp;rsquo;s only going to get worse because Microsoft as an organization has no incentive to make it better.&lt;/p&gt;
&lt;p&gt;Objective is to find my new main personal OS. Looking at the alternatives, macOS is promising but I don&amp;rsquo;t want to be fully locked-in to Apple, or having to buy new hardware, or risk Liquid Glass shoved into my face. So that leaves Linux.&lt;/p&gt;
&lt;p&gt;I started with selecting the desktop environment first. I picked KDE because it looks like Windows and does not do random nonsensical avant-garde stuff like GNOME.&lt;/p&gt;</description></item><item><title>How Not to Resize EFI Partition Dual Boot Windows + Fedora</title><link>https://rickeyw.com/notes/resize-efi-partition-dualboot/</link><pubDate>Mon, 10 Nov 2025 23:35:00 +0000</pubDate><guid>https://rickeyw.com/notes/resize-efi-partition-dualboot/</guid><description>&lt;blockquote&gt;
&lt;p&gt;I have a Framework laptop with Fedora Linux and at some point I couldn’t install firmware updates. The error was not enough free space in my 100MB /boot/efi partition so I had to resize it somehow.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;^ that is me_irl&lt;/p&gt;
&lt;p&gt;To give the EFI partition some extra room, I found &lt;a href="https://urmaul.com/blog/resize-efi-partition/"&gt;this guide&lt;/a&gt; which said &amp;ldquo;to create a new bootable FAT32 partition and copy the files from the old one.&amp;rdquo; Back into the LiveCD we go and sure enough it worked well booting into Fedora. &lt;code&gt;df&lt;/code&gt; is now showing the newly added space in EFI.&lt;/p&gt;</description></item><item><title>Kitchener GO Train Progress Tracking</title><link>https://rickeyw.com/notes/kitchener-go/</link><pubDate>Wed, 08 Oct 2025 23:00:00 +0000</pubDate><guid>https://rickeyw.com/notes/kitchener-go/</guid><description>&lt;p&gt;A quick summary for those impatiently waiting for regular, two-way, all-day service between Waterloo and Toronto.&lt;/p&gt;
&lt;p&gt;Currently, there is only a single track between Kitchener and Georgetown. Trains going in opposite directions cannot pass each other. They&amp;rsquo;re building passing tracks at specific spots, timed such that the trains can &amp;ldquo;meet&amp;rdquo; at those places to enable limited two way service.&lt;/p&gt;
&lt;p&gt;All timeline guesses are mine. Information sourced from train nerd forums and news reports.&lt;/p&gt;</description></item><item><title>macOS Set Up Notes</title><link>https://rickeyw.com/notes/macos/</link><pubDate>Fri, 12 Sep 2025 23:35:00 +0000</pubDate><guid>https://rickeyw.com/notes/macos/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#system-apps"&gt;System Apps&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#dock"&gt;Dock&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#finder"&gt;Finder&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#terminal"&gt;Terminal&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#caps-lock-behaviour"&gt;Caps Lock Behaviour&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#keyboard-shortcuts"&gt;Keyboard Shortcuts&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#additional-apps"&gt;Additional Apps&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#window-tiling-rectangle"&gt;Window Tiling (Rectangle)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#key-management"&gt;Key Management&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#chrome-tab-management"&gt;Chrome Tab Management&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#clipboard-management"&gt;Clipboard Management&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#developer-tools"&gt;Developer Tools&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="system-apps"&gt;System Apps&lt;/h2&gt;
&lt;h3 id="dock"&gt;Dock&lt;/h3&gt;
&lt;p&gt;To remove all apps from the Dock (by writing an empty array to the Dock&amp;rsquo;s &lt;code&gt;persistent-apps&lt;/code&gt; list):&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;defaults write com.apple.dock persistent-apps -array

killall Dock
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;To add small spacers to the Dock to help organize it:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;alias add_dock_space=&amp;#39;defaults write com.apple.dock persistent-apps -array-add &amp;#39;\&amp;#39;&amp;#39;{tile-data={}; tile-type=small-spacer-tile;}&amp;#39;\&amp;#39;&amp;#39;; killall Dock;&amp;#39;

add_dock_space
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Also helpful: Add Desktop folder to the Dock (drag and drop it next to Downloads)&lt;/p&gt;</description></item><item><title>Things I use</title><link>https://rickeyw.com/uses/</link><pubDate>Sat, 01 Feb 2025 08:00:00 -0500</pubDate><guid>https://rickeyw.com/uses/</guid><description>&lt;p&gt;A list of products I use on a regular basis, along with some personal opinions.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#photography"&gt;Photography&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#climbing"&gt;Climbing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#computing"&gt;Computing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#electronics-design"&gt;Electronics Design&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#former-things"&gt;Former Things&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h3 id="photography"&gt;Photography&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Fujifilm X-T30&lt;/li&gt;
&lt;li&gt;Fujifilm XF 27mm f/2.8 R WR&lt;/li&gt;
&lt;li&gt;Fujifilm XF 35mm f/2 R WR&lt;/li&gt;
&lt;li&gt;Minolta MD Rokkor 50mm 1:1.4&lt;/li&gt;
&lt;li&gt;Yamato Pax Junior&lt;/li&gt;
&lt;li&gt;iPhone 13 mini&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="climbing"&gt;Climbing&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Shoes
&lt;ul&gt;
&lt;li&gt;La Sportiva Miura VS (still deciding&amp;hellip;)&lt;/li&gt;
&lt;li&gt;Scarpa Instinct V (capable all-rounder)&lt;/li&gt;
&lt;li&gt;Scarpa Quantic (great for slabs and long routes)&lt;/li&gt;
&lt;li&gt;Scarpa Vapor V (warmup &amp;amp; mileage)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Petzl Grigri 2&lt;/li&gt;
&lt;li&gt;Sterling Evolution Velocity 9.8mm&lt;/li&gt;
&lt;li&gt;Carabiners:
&lt;ul&gt;
&lt;li&gt;Grivel Tau Wire Lock for secure anchor&lt;/li&gt;
&lt;li&gt;Mammut Smart HMS for belaying. It has a Poke-Yoke design that helps to prevent cross-loading and ensures that the carabiner is fully locked. In other words, you cannot close the plastic cover if the carabiner is not locked.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Slings:
&lt;ul&gt;
&lt;li&gt;Black Diamond slings, assorted sizes (mostly for building the sliding-X anchor)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Petzl Djinn Axess Quickdraws&lt;/li&gt;
&lt;li&gt;Black Diamond Solution Harness&lt;/li&gt;
&lt;li&gt;Black Diamond Crag Half-Finger Gloves&lt;/li&gt;
&lt;li&gt;Petzl CORDEX Belay Gloves (I like the Black Diamond better though)&lt;/li&gt;
&lt;li&gt;Petzl Meteor Helmet&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="computing"&gt;Computing&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Framework Laptop 13 (Intel 12th gen, 2022) is my main laptop. I really love the expansion cards which lets me customize the physical locations of my ports as my workspace evolves.
&lt;ul&gt;
&lt;li&gt;I will note that once I settled on my expansion cards, they are seldomly changed.&lt;/li&gt;
&lt;li&gt;I wish the battery life was better.&lt;/li&gt;
&lt;li&gt;Windows 11 is mostly okay, but it took lots of work to debloat and tame it. But it keeps getting worse&amp;hellip;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="electronics-design"&gt;Electronics Design&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;EasyEDA is currently my favourite. UX is quite nice and the desktop app is fully self-contained (runs offline). The app itself is mainly targeted at Chinese customers though, so the product gives off more &amp;ldquo;Chinese&amp;rdquo; than &amp;ldquo;Western&amp;rdquo; vibes. This means support and documentation are vastly better in Chinese.&lt;/li&gt;
&lt;li&gt;There is no credible reason to start any new project in EAGLE or Autodesk Fusion 360 as of 2024.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="former-things"&gt;Former Things&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Fujifilm X-T1&lt;/li&gt;
&lt;li&gt;Fujifilm XF 23mm f/2 R WR&lt;/li&gt;
&lt;li&gt;Sony NEX-F3&lt;/li&gt;
&lt;li&gt;Sony E 18-55mm F3.5-5.6 OSS&lt;/li&gt;
&lt;li&gt;Sigma 19mm F2.8 EX DN&lt;/li&gt;
&lt;li&gt;Samsung Galaxy S7&lt;/li&gt;
&lt;li&gt;BlackBerry KeyOne (Mercury)&lt;/li&gt;
&lt;li&gt;BlackBerry DTEK60 (Argon)&lt;/li&gt;
&lt;li&gt;LG Nexus 5&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>North Shore Oahu, Hawaii</title><link>https://rickeyw.com/2025/oahu-north-shore/</link><pubDate>Sun, 19 Jan 2025 20:41:21 +0000</pubDate><guid>https://rickeyw.com/2025/oahu-north-shore/</guid><description>&lt;p&gt;For around $500 per person, Delta will happily get you from YYZ to HNL and back. This included flying on one of the world&amp;rsquo;s longest domestic flights, JFK-HNL, for 11 hours. Add another hour and you could have done Tokyo to Toronto.&lt;/p&gt;
&lt;p&gt;The temptation of being on a plane over the Pacific ocean at such a suspiciously cheap price was irresistible so I took the bait and gave Delta my money. I knew very little about Hawaii, except for the Honolulu airport&amp;rsquo;s runway layout from playing &lt;em&gt;I am an Air Traffic Controller ぼくは航空管制官 3&lt;/em&gt;.&lt;/p&gt;</description></item><item><title>Outcomes Over Output - Book Notes</title><link>https://rickeyw.com/notes/outcomes-over-output/</link><pubDate>Thu, 12 Dec 2024 23:35:00 +0000</pubDate><guid>https://rickeyw.com/notes/outcomes-over-output/</guid><description>&lt;blockquote&gt;
&lt;p&gt;Outcomes Over Output: Why customer behavior is the key metric for business Success, By Josh Seiden&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Definitions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Outcome&lt;/strong&gt;: A change in human behaviour that drives business results&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Output&lt;/strong&gt;: Features / things that are done and work as specified
&lt;ul&gt;
&lt;li&gt;This does not necessarily mean they deliver value&lt;/li&gt;
&lt;li&gt;Successful feature results in desirable outcome&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;em&gt;Program Logic Model&lt;/em&gt; looks like this:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;Resources -&amp;gt; Activities -&amp;gt; Outputs -&amp;gt; Outcomes -&amp;gt; Impact
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Looking at this, it&amp;rsquo;s easy to trick yourself into thinking that once you deliver the outputs, the outcomes will happen. But really, you should evaluate yourself against the Outcome, to assess progress.&lt;/p&gt;</description></item><item><title>Bluetooth/BLE Notes</title><link>https://rickeyw.com/notes/bluetooth/</link><pubDate>Thu, 05 Dec 2024 01:00:00 -0500</pubDate><guid>https://rickeyw.com/notes/bluetooth/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#ble"&gt;BLE&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#application-layers"&gt;Application Layers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#host-layers"&gt;Host Layers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#physical-layers"&gt;Physical Layers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#more-details"&gt;More Details&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#bluetooth-classic"&gt;Bluetooth Classic&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id="ble"&gt;BLE&lt;/h1&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;Application Layers 
┌────────────────────────────────────────────────┐ 
│ Profiles, Services │ 
└────────────────────────────────────────────────┘ 
 
Host Layers 
┌─┬──────────────────────────────────┬───────────────────────────────────┐ 
│ │ │ │ 
│ │ Generic Attribute Profile (GATT) │ Generic Access Profile (GAP) │ 
│ ├──────────────────────────────────┼────────────────────────────────┐ │ 
│ │ Attribute Protocol (ATT) │ Security Manager Protocol (SMP)│ │ 
│ │ MTU Payload Bytes: │ │ │ 
│ │ L2CAP_MTU - 4 (header) = 19 │ │ │ 
│ └──────────────────────────────────┴────────────────────────────────┴──┤ 
│ Logical Link Control and Adaptation Protocol (L2CAP) │ 
│ Default MTU: 23 bytes, up to 251; Header uses 4 bytes │ 
└────────────────────────────────────────────────────────────────────────┘ 
 
Controller Layers 
┌─────────────────────────────────────────────────────────────────────┐ 
│ Host Controller Interface (HCI - Data/Control) │ 
├─────────────────────────────────────────────────────────────────────┤ 
│ Isochronous Adaptation Layer │ 
│ Link Layer - 27 bytes, up to 251 bytes (Bluetooth 5) │ 
│ Physical Layer - Depending on PHY (1Mbps/2MBps) or coding scheme │ 
└─────────────────────────────────────────────────────────────────────┘ 
 
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id="application-layers"&gt;Application Layers&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Defines the use case and functionality. Specifies how to interpret data coming from specific GATT Services
&lt;ul&gt;
&lt;li&gt;Example: &lt;a href="https://www.bluetooth.com/specifications/specs/bas-1-1/"&gt;Battery Service BAS&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Unit and format of the data is calculated and normalized here&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="host-layers"&gt;Host Layers&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;L2CAP provides multiple &amp;ldquo;logical channels&amp;rdquo; defined by the Channel ID (CID)&lt;/li&gt;
&lt;li&gt;This is NOT the same as the 40 radio channels at the physical layer
&lt;ul&gt;
&lt;li&gt;The CID namespace is defined in the &lt;a href="https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Core-54/out/en/host/logical-link-control-and-adaptation-protocol-specification.html#UUID-7a94afa8-64f4-93c3-a4cd-07b745296276_table-idm13358897951140"&gt;Bluetooth spec, Volume 3, Part A, Table 2.3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Usually, CID 0x0004 Attribute Protocol (ATT) is used for the actual data because that goes up to GATT and then the Attributes themselves&lt;/li&gt;
&lt;li&gt;Dynamic CIDs are used for custom applications&lt;/li&gt;
&lt;li&gt;Generic Access Profile (GAP) defines how devices discover, connect, and secure communication with each other. GAP uses L2CAP&amp;rsquo;s signaling capabilities to manage connection parameters and updates. Similar to a Control Plane.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;If &lt;strong&gt;ATT_MTU&lt;/strong&gt; is larger than physical packet size (Link Layer), it will be fragmented automatically. L2CAP is responsible for dividing up and re-assembling the packets, such that from ATT&amp;rsquo;s perspective it just gets one payload blob.&lt;/li&gt;
&lt;li&gt;GATT Services, Characteristics and Descriptors have their own UUIDs for identification
&lt;ul&gt;
&lt;li&gt;You can design your own GATT Services and Characteristics; or use existing well-known ones.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="physical-layers"&gt;Physical Layers&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Physical Layer has Protocol Data Unit (PDU) of 27 bytes (up to 251 bytes in Bluetooth 5.0)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="more-details"&gt;More Details&lt;/h2&gt;
&lt;p&gt;Bluetooth 4.0 was the original &amp;ldquo;LE&amp;rdquo;, which was relatively simple. In 4.1, ECDH was added.&lt;/p&gt;</description></item><item><title>Favourite Links</title><link>https://rickeyw.com/notes/links/</link><pubDate>Sat, 20 Jul 2024 08:00:00 -0500</pubDate><guid>https://rickeyw.com/notes/links/</guid><description>&lt;h2 id="technical"&gt;Technical&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Will Larsen&amp;rsquo;s &lt;a href="https://lethain.com/some-of-my-favorite-technical-papers/"&gt;Favourite Technical Papers&lt;/a&gt; (as included in the book &lt;em&gt;An Elegant Puzzle&lt;/em&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://eloquentjavascript.net/"&gt;Eloquent Javascript&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The C Programming Language (K&amp;amp;R) Book&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="friends-websites"&gt;Friends&amp;rsquo; Websites&lt;/h2&gt;
&lt;p&gt;This is for my own motivation. When I see others update their websites, I feel compelled to write some content too.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://rjdlee.com/"&gt;https://rjdlee.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://davidnbooth.com/"&gt;https://davidnbooth.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://bjorndawson.com/"&gt;https://bjorndawson.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.justinmcgirr.com/"&gt;https://www.justinmcgirr.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://nfrasser.com/"&gt;https://nfrasser.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://justinpaulin.com/"&gt;https://justinpaulin.com/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Favourite Quotes</title><link>https://rickeyw.com/notes/quotes/</link><pubDate>Sat, 20 Jul 2024 08:00:00 -0500</pubDate><guid>https://rickeyw.com/notes/quotes/</guid><description>&lt;p&gt;On my perpetual sense of doom by lack of progress:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I think anyone else from [University of Waterloo] would say the same thing, but during and for years after, being idle for more than an hour or two made you feel really really guilty, like you knew you should be working or making progress, and if you don&amp;rsquo;t lose that feeling, you can accomplish great things very quickly. A weekend of relaxing was more stressful and unnerving than anything. I think most people leave Waterloo after they graduate because they hate it so much, it was so brutal that the city itself becomes an incarnation of what you experienced.&lt;/p&gt;</description></item><item><title>Hakone Day Trip using Every Mode of Transport</title><link>https://rickeyw.com/2023/hakone/</link><pubDate>Thu, 14 Sep 2023 00:26:50 +0000</pubDate><guid>https://rickeyw.com/2023/hakone/</guid><description>&lt;p&gt;If you love trains and boats and cable cars, a day trip to Hakone will complete you. In a single day, we took 6 trains, 2 buses, 1 ship, 2 cable cars, and 1 funicular.&lt;/p&gt;
&lt;h2 id="train-1"&gt;Train 1&lt;/h2&gt;
&lt;p&gt;The Romancecar operated by Odakyu departs from Shinjuku station with direct service to Hakone-Yumoto. The train is called &amp;ldquo;Romancecar&amp;rdquo; because there are no armrests between the seats (the seats are 2-2 layout).&lt;/p&gt;
&lt;p&gt;We were very excited for the Romancecar (Train 1) to pick us up at Shinjuku.&lt;/p&gt;</description></item><item><title>Tokyo as a First Look at Japan</title><link>https://rickeyw.com/2023/tokyo/</link><pubDate>Mon, 11 Sep 2023 23:36:00 +0000</pubDate><guid>https://rickeyw.com/2023/tokyo/</guid><description>&lt;p&gt;As I planned my first visit to Japan, I reflected on just &lt;em&gt;how much&lt;/em&gt; Japan was in my life. I drive a Toyota, shoot with a Fujifilm, write from a Mitsubishi, and cook using a Panasonic. It is about time that I finally experience Japan at the gemba (&lt;em&gt;現場, actual place&lt;/em&gt;).&lt;/p&gt;
&lt;p&gt;Armed with a Suica card in my Apple Wallet, I bypassed the long queues of tourists and walked directly to the platform at Narita Airport Station. The first video I took of Japan was a train conductor performing shisa kanko (pointing and calling).&lt;/p&gt;</description></item><item><title>N ways your embedded project is having problems</title><link>https://rickeyw.com/notes/embedded-fails/</link><pubDate>Thu, 05 Jan 2023 08:00:00 -0500</pubDate><guid>https://rickeyw.com/notes/embedded-fails/</guid><description>&lt;p&gt;
 
 



&lt;img alt="" height="512" id="h-rh-i-0" src="https://rickeyw.com/images/notes/talking-is-hard_hu_ba84407215f5a63f.webp"loading="lazy"
&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Poorly assembled or soldered PCB&lt;/li&gt;
&lt;li&gt;Poorly assembled mechanical enclosure&lt;/li&gt;
&lt;li&gt;Lack of a mechanical enclosure&lt;/li&gt;
&lt;li&gt;Loose connectors (power connectors, debug wire connectors)&lt;/li&gt;
&lt;li&gt;Bad/insufficient power supply, especially if it’s USB powered&lt;/li&gt;
&lt;li&gt;You are wearing a sweater in a carpeted room in the winter and not using ESD protection&lt;/li&gt;
&lt;li&gt;Not enough decoupling capacitors on power pins (usually you’d want more than zero)&lt;/li&gt;
&lt;li&gt;Your traces are not Signal-Ground-Signal pattern and causes cross-talk&lt;/li&gt;
&lt;li&gt;Some mechanical component is pinching your electrical component&lt;/li&gt;
&lt;li&gt;JLink firmware not up to date (ST-Link, etc&amp;hellip;)&lt;/li&gt;
&lt;li&gt;Windows hasn’t been restarted in a few days&lt;/li&gt;
&lt;li&gt;Eclipse IDE or your toolchain is having a bad day and a compiler optimization is being deviant&lt;/li&gt;
&lt;li&gt;There is a fullwidth space character instad of an ASCII space in your source code&lt;/li&gt;
&lt;li&gt;You did a Ctrl+F/Replace All but also replaced something you shouldn&amp;rsquo;t&lt;/li&gt;
&lt;li&gt;The device errata specifies that the behaviour was expected&lt;/li&gt;
&lt;li&gt;You did not enable Brown Out protection on your MCU&lt;/li&gt;
&lt;li&gt;You are asking multiple devices to keep accurate frequency/time with each other for a signal clock&lt;/li&gt;
&lt;li&gt;You flashed the wrong binary&lt;/li&gt;
&lt;li&gt;You are using dynamic memory&lt;/li&gt;
&lt;li&gt;You didn&amp;rsquo;t allocate enough memory&lt;/li&gt;
&lt;li&gt;You allocated too much memory&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Rock Climbing SOP</title><link>https://rickeyw.com/notes/rock-climbing-sop/</link><pubDate>Fri, 01 Oct 2021 08:00:00 -0500</pubDate><guid>https://rickeyw.com/notes/rock-climbing-sop/</guid><description>&lt;ul&gt;
&lt;li&gt;Only use words &amp;ldquo;TAKE&amp;rdquo; and &amp;ldquo;SLACK&amp;rdquo; in positive, unambiguous logic.
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Never&lt;/strong&gt; say things like &amp;ldquo;Don&amp;rsquo;t take&amp;rdquo;, &amp;ldquo;I&amp;rsquo;ll take some slack&amp;rdquo;, etc&amp;hellip;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Use &lt;a href="https://en.wikipedia.org/wiki/Pointing_and_calling"&gt;Pointing and Calling&lt;/a&gt; for all safety checks&lt;/li&gt;
&lt;li&gt;When cleaning, leave the last quick draw under the anchor clipped in as a back up
&lt;ul&gt;
&lt;li&gt;On Lead → you would have clipped it in already&lt;/li&gt;
&lt;li&gt;On Top Rope → clip the Belayer end of the rope into the last quick draw&lt;/li&gt;
&lt;li&gt;On Following/Seconding →
&lt;ol&gt;
&lt;li&gt;At the last bolt before the anchor, leave the quick draw in place&lt;/li&gt;
&lt;li&gt;Unclip the Climber end of the rope and clip in Belayer end of the rope&lt;/li&gt;
&lt;li&gt;Swapping the rope ends when you are climbing up is not always feasible, use best judgement&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bring some extra locking carabiners on your harness in case you lose/drop one&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;&lt;small&gt;The information provided on this website is for informational purposes only. I do not guarantee the accuracy or completeness of any information. I am not liable for any errors or omissions or any losses, injuries, or damages arising from its display or use.&lt;/small&gt;&lt;/p&gt;</description></item><item><title>Sport Climbing in Skaha</title><link>https://rickeyw.com/2021/skaha/</link><pubDate>Mon, 20 Sep 2021 08:19:00 +0000</pubDate><guid>https://rickeyw.com/2021/skaha/</guid><description>&lt;p&gt;The drive from Kelowna to Penticton was beautiful. Highway 97 hugs along the shore of Okanagan Lake
and provides constant vistas as we make our way to Penticton.&lt;/p&gt;
&lt;p&gt;Penticton is a small city but it&amp;rsquo;s got everything you need. We picked up some
groceries and dinner and settled in at our campsite at Banbury Green RV Park.&lt;/p&gt;
&lt;p&gt;As the dawn breaks, the campground is abuzz with activity. I took a short walk
around the campground and pretty much everyone who is awake at 6am were climbers.
People are starting the day as I am just getting out of bed, despite my body clock being three hours ahead!&lt;/p&gt;</description></item><item><title>Banff with a bit of Kootenay</title><link>https://rickeyw.com/2019/banff/</link><pubDate>Mon, 01 Jul 2019 00:00:01 -0500</pubDate><guid>https://rickeyw.com/2019/banff/</guid><description>&lt;h2 id="moraine-lake"&gt;Moraine Lake&lt;/h2&gt;
&lt;p&gt;When you search &amp;ldquo;Canada&amp;rdquo; on Google Images, this view (cover photo) of Moraine Lake is one of the first results. To celebrate Canada Day, we grudgingly got out of bed at 4am in order to experience this iconic Canadian symbol at sunrise.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://rickeyw.com/images/2019/banff-1.jpg"
 alt="Everyone on the left is parked illegally"&gt;&lt;figcaption&gt;
 &lt;p&gt;Everyone on the left is parked illegally&lt;/p&gt;
 &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;The parking lot at Moraine Lake was no different from its Pacific Mall compatriot &amp;ndash; hazardous to the car, the mind, and the body. The time is 5:40am.
Had we arrived 15 minutes earlier, an actual parking spot would have been possible. Anyhow we parked illegally on the shoulder, just like everyone else, ignoring the array of &amp;ldquo;No Parking - Tow Away&amp;rdquo; signage that neatly lineup the road.&lt;/p&gt;</description></item><item><title>Icefields Parkway</title><link>https://rickeyw.com/2019/icefields-parkway/</link><pubDate>Sat, 29 Jun 2019 00:00:01 -0500</pubDate><guid>https://rickeyw.com/2019/icefields-parkway/</guid><description>&lt;p&gt;The 288 km drive between Jasper and Banff is some of the most scenic routes in Canada. The entire length is typically driven over the course of a day, with stopovers for sights and hikes in between.&lt;/p&gt;
&lt;p&gt;We set off from Jasper just past 9am. The first stop was the Athabasca Falls, only 30 mins south of Jasper. Walkways crisscross various parts of the falls, while water mist fill the air. It&amp;rsquo;s probably good times for the plants here, since they are always well-nourished by the river.&lt;/p&gt;</description></item><item><title>Jasper (round two)</title><link>https://rickeyw.com/2019/jasper/</link><pubDate>Fri, 28 Jun 2019 00:00:01 -0500</pubDate><guid>https://rickeyw.com/2019/jasper/</guid><description>&lt;p&gt;It&amp;rsquo;s been a bit over one year since I was last in Jasper, having spent maybe three hours as &lt;a href="https://rickeyw.com/2018/the-canadian"&gt;The Canadian&lt;/a&gt; was being refuelled. This year for Canada day long weekend, I&amp;rsquo;m going back to &lt;em&gt;actually&lt;/em&gt; check things out.&lt;/p&gt;
&lt;h2 id="miette-hot-springs"&gt;Miette Hot Springs&lt;/h2&gt;
&lt;p&gt;Driving in from Edmonton was less scenic compared to taking the train. For one, you can&amp;rsquo;t see Wabamun Lake from Yellowhead Highway. Having breakfast while zooming past the beautiful sunrise over Wabamun Lake was one of the best things that happened on the train.&lt;/p&gt;</description></item><item><title>Food Notes</title><link>https://rickeyw.com/notes/food/</link><pubDate>Tue, 04 Dec 2018 08:00:00 -0500</pubDate><guid>https://rickeyw.com/notes/food/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#restaurant-selection"&gt;Restaurant Selection&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#picking-from-the-menu"&gt;Picking from the Menu&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#shawarma-toppings"&gt;Shawarma Toppings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#wine"&gt;Wine&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="restaurant-selection"&gt;Restaurant Selection&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Picking the spot is the battle.&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Huge menu with multiple cuisines → probably frozen&lt;/li&gt;
&lt;li&gt;You should look at the exterior of the restaurant and have a good idea of the offering. A confused exterior or vibe about what they serve → NG.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="picking-from-the-menu"&gt;Picking from the Menu&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Peruse the menu and figure out their specialty&lt;/li&gt;
&lt;li&gt;Go for in-season, regionally fresh ingredients&lt;/li&gt;
&lt;li&gt;Specialty → Popular → High Ingredient Turnover → Fresher stuff
&lt;ul&gt;
&lt;li&gt;Corollary: avoid items that are rarely ordered&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Don&amp;rsquo;t order something they don&amp;rsquo;t specialize in
&lt;ul&gt;
&lt;li&gt;Don&amp;rsquo;t get pizza at a non-pizza place (do they have an oven?)&lt;/li&gt;
&lt;li&gt;Burgers can also be screwed up &amp;ndash; way too dry or overcooked&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Backup Strategy: get Hard-to-screw-up items: wings, fried food, smash burgers&lt;/li&gt;
&lt;li&gt;Ask the server what they recommend. Their answer reveals a lot. Sometimes they’re transparent (e.g. if they are trying to steer you away from a certain dish because maybe they get complaints on that dish a lot) or their answer indicates they’re not working there a long time.&lt;/li&gt;
&lt;li&gt;At fusion spots, trust the waiter to guide you; you&amp;rsquo;re paying for the exploration&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="shawarma-toppings"&gt;Shawarma Toppings&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Chicken Shawarma:&lt;/strong&gt; Chicken, Fries, Garlic sauce, green pickles (not turnip) &amp;ndash; that’s it!&lt;/p&gt;</description></item><item><title>Highway 1 &amp; Big Sur</title><link>https://rickeyw.com/2018/big-sur/</link><pubDate>Tue, 11 Sep 2018 01:00:00 -0500</pubDate><guid>https://rickeyw.com/2018/big-sur/</guid><description>&lt;p&gt;Driving down Highway 1 was one of my best memories from living in California. It&amp;rsquo;s time to do it again.&lt;/p&gt;
&lt;p&gt;We schmoozed our way north from LA, with brief stops in Santa Barbara and Solvang (the Danish town). By the time we got to Pismo Beach, a golden sunset was well underway. Unfortunately, we didn&amp;rsquo;t have time to stop to enjoy it&amp;hellip;&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="975" id="h-rh-i-0" src="https://rickeyw.com/images/2018/california/171653_1000px_hu_a5420acd92ff3ecf.webp"loading="lazy"
&gt;

&lt;em&gt;Solvang, California&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;We arrived at the campsite catching tail-end of the twilight. After hastily setting up the site, we headed in town to Cambria for some firewood and beverages. Turns out the lady who runs the Cambria general store was from northern Ontario! (She also recommended J J&amp;rsquo;s Pizza which was brilliant)&lt;/p&gt;</description></item><item><title>Joshua Tree Camping Attempt</title><link>https://rickeyw.com/2018/joshua-tree/</link><pubDate>Mon, 10 Sep 2018 01:00:00 -0500</pubDate><guid>https://rickeyw.com/2018/joshua-tree/</guid><description>&lt;p&gt;I&amp;rsquo;ll admit, I have a fondness for California. Over the last few years, I had been developing my outdoor skills. It&amp;rsquo;s time to take camping international now that I&amp;rsquo;m more competent.&lt;/p&gt;
&lt;p&gt;We begin the day packing up our campsite at Big Bear Lake and headed towards State Route 18. The scenery changes very dramatically as greenery gives way to desert.&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="867" id="h-rh-i-0" src="https://rickeyw.com/images/2018/california/3140_1000px_hu_c8ef2e7671c8cbb7.webp"loading="lazy"
&gt;
&lt;/p&gt;
&lt;p&gt;In the Town of Yucca Valley, the oversized cactuses are reminiscent of those in GTA: V. The town was really quiet and dry-hot. Reminded me of Yuma, AZ.&lt;/p&gt;</description></item><item><title>Northern Ontario hands-on</title><link>https://rickeyw.com/2018/northern-ontario/</link><pubDate>Fri, 31 Aug 2018 23:09:13 -0500</pubDate><guid>https://rickeyw.com/2018/northern-ontario/</guid><description>&lt;p&gt;In May of this year, I &amp;ldquo;visited&amp;rdquo; northern Ontario by taking &lt;a href="../the-canadian"&gt;The Canadian&lt;/a&gt; on Via Rail. Now it&amp;rsquo;s time to leave the climate-controlled rail cars for the real thing!&lt;/p&gt;
&lt;p&gt;We start our trip boarding the (climate-controlled) Budd Rail Diesel Car (RDC) in Sudbury, for Via Rail&amp;rsquo;s service towards White River. You know it&amp;rsquo;s gonna be a lit trip when it begins with trains!&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="867" id="h-rh-i-0" src="https://rickeyw.com/images/2018/northern-ontario/2708_1000px_hu_d56e26c1b8ac4004.webp"loading="lazy"
&gt;
&lt;/p&gt;
&lt;p&gt;The interior has been renovated and power outlets are available in abundance. Even though cell service is nonexistent outside of Sudbury and Chapleau, it&amp;rsquo;s great for keeping things charged for the next few days off-grid.&lt;/p&gt;</description></item><item><title>Riding The Canadian</title><link>https://rickeyw.com/2018/the-canadian/</link><pubDate>Sat, 05 May 2018 23:09:13 -0500</pubDate><guid>https://rickeyw.com/2018/the-canadian/</guid><description>&lt;p&gt;I like trains. I also like Canada. So, a train from Toronto to Vancouver seemed like a good idea. And an affordable one too, thanks to VIA Rail&amp;rsquo;s Sleeper Plus discount deals. For a grand total of $2,300 for two people, VIA Rail will take you and a friend from Toronto to Vancouver with deluxe meals and fabulous scenery. Just don&amp;rsquo;t expect to get there on-time.&lt;/p&gt;
&lt;h2 id="day-one-toronto---sudbury"&gt;Day One: Toronto - Sudbury&lt;/h2&gt;
&lt;p&gt;Our train departed Toronto about 15 hours late, because the incoming Train was delayed by just as much time. Unbeknownst to us, we were about to experience freight train delays first-hand soon too.&lt;/p&gt;</description></item><item><title>Early morning in Mexico City</title><link>https://rickeyw.com/2018/mexico-city/</link><pubDate>Thu, 15 Feb 2018 23:09:57 -0500</pubDate><guid>https://rickeyw.com/2018/mexico-city/</guid><description>&lt;p&gt;Arriving really early in the morning anywhere is &amp;hellip; boring. Luckily, we managed to find some nice late-night food in La Condesa after taking one of the first buses out from the airport (~5am). Although the Chapultepec Castle would not be open until 9am, the park itself (Bosque de Chapultepec) was already open at 6am for the joggers and runners.&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="867" id="h-rh-i-0" src="https://rickeyw.com/images/2018/colombia/0729_1000px_hu_ee477aeebd024ca1.webp"loading="lazy"
&gt;
&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="867" id="h-rh-i-1" src="https://rickeyw.com/images/2018/colombia/0737_1000px_hu_51b2547a6d5d0df0.webp"loading="lazy"
&gt;
&lt;/p&gt;
&lt;p&gt;A short walk from the Castle is Museo Nacional de Antropología, where we learned about humans. The exhibitions were pretty fun to see, and I enjoyed the architecture.&lt;/p&gt;</description></item><item><title>Medellín</title><link>https://rickeyw.com/2018/medellin/</link><pubDate>Tue, 06 Feb 2018 23:09:13 -0500</pubDate><guid>https://rickeyw.com/2018/medellin/</guid><description>&lt;h2 id="metro-de-medellín"&gt;Metro de Medellín&lt;/h2&gt;
&lt;p&gt;After arriving Medellin and taking the longest taxi ride ever from the airport, we finally arrived in the city. We started our journey at Estación Poblado heading north. It was mid-afternoon, and trains were absolutely packed!&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="867" id="h-rh-i-0" src="https://rickeyw.com/images/2018/colombia/0664_1000px_hu_90ca7685ab834f10.webp"loading="lazy"
&gt;
&lt;/p&gt;
&lt;p&gt;The Medellín Metro runs a fleet of MAN and CAF trains, pictured here is an older MAN train. We got to ride both trains and they were so smooth it was easy to fall asleep on them.&lt;/p&gt;</description></item><item><title>Guatapé day trip</title><link>https://rickeyw.com/2018/guatape/</link><pubDate>Tue, 06 Feb 2018 21:20:35 -0400</pubDate><guid>https://rickeyw.com/2018/guatape/</guid><description>&lt;p&gt;El Peñón (&amp;ldquo;the rock&amp;rdquo;) and Guatapé is your typical tourist day trip from Medellin, so of course we had to do it.&lt;/p&gt;
&lt;p&gt;We booked our tour through the hostel. Our version included a trip to one of Pablo Escobar&amp;rsquo;s vacation homes.&lt;/p&gt;
&lt;h2 id="el-peñón-de-guatapé"&gt;El Peñón de Guatapé&lt;/h2&gt;
&lt;p&gt;El Peñón de Guatapé is a gigantic, &lt;em&gt;Arrival&lt;/em&gt;-esque rock which seems to have descended from space. But really it is just a huge piece of rock which did not erode over the years.&lt;/p&gt;</description></item><item><title>Santa Marta</title><link>https://rickeyw.com/2018/santa-marta/</link><pubDate>Mon, 05 Feb 2018 23:09:20 -0500</pubDate><guid>https://rickeyw.com/2018/santa-marta/</guid><description>&lt;h2 id="a-journey-on-highway-90"&gt;A Journey on Highway 90&lt;/h2&gt;
&lt;p&gt;On the advice of our Bogotá-born friend, we paid a short visit to Santa Marta. The bus from Cartagena (Mar-sol) took about four hours. Highway 90A was being widened, so construction was plentiful.&lt;/p&gt;
&lt;p&gt;The bus passed by outskirts of Barranquilla, where armies of young men were eager to provide involuntary car washes for tips. It felt like a medium sized Chinese city at a distance.&lt;/p&gt;</description></item><item><title>Cartagena</title><link>https://rickeyw.com/2018/cartagena/</link><pubDate>Mon, 05 Feb 2018 23:09:13 -0500</pubDate><guid>https://rickeyw.com/2018/cartagena/</guid><description>&lt;h2 id="bogotá-stopover"&gt;Bogotá Stopover&lt;/h2&gt;
&lt;p&gt;Our long journey from YYZ to Cartagena involved a long stopover in Bogotá. El Dorado Airport is very nice and fancy. We managed to get all our errands done while waiting for the flight to Cartagena: ATM Cash withdrawal, SIM Cards, and Yellow Fever vaccine. A layover in El Dorado is definitely recommendable.&lt;/p&gt;
&lt;h2 id="el-centro-cartagena"&gt;El Centro, Cartagena&lt;/h2&gt;
&lt;p&gt;Next morning, we headed out to El Centro. The old town is a fairly small area, as is typical of old cities. But it is full of interesting texture.&lt;/p&gt;</description></item><item><title>New York at night</title><link>https://rickeyw.com/2017/nyc/</link><pubDate>Sun, 24 Dec 2017 13:50:59 -0500</pubDate><guid>https://rickeyw.com/2017/nyc/</guid><description>&lt;p&gt;I finally paid my first visit to NYC. Man, it truly is the city that never sleeps. The amount of energy this place has is quite outrageous regardless of time of day.&lt;/p&gt;
&lt;p&gt;This is also my first trip with the Fuji XT-1. I attempted to do some street photos at night and below is the result.&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="867" id="h-rh-i-0" src="https://rickeyw.com/images/2017/8819_1000px_hu_ba0b296e027268a8.webp"loading="lazy"
&gt;

&lt;em&gt;Grand Central&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="867" id="h-rh-i-1" src="https://rickeyw.com/images/2017/9141_1000px_hu_f9af32838d30a923.webp"loading="lazy"
&gt;

&lt;em&gt;Splashes of green&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="1040" id="h-rh-i-2" src="https://rickeyw.com/images/2017/9275_1000px_hu_d5c3cb2abaf69c2d.webp"loading="lazy"
&gt;

&lt;em&gt;Splashes of red&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="867" id="h-rh-i-3" src="https://rickeyw.com/images/2017/9625_1000px_hu_35e86c52211ac09e.webp"loading="lazy"
&gt;

&lt;em&gt;Dog walker taking a pause&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="867" id="h-rh-i-4" src="https://rickeyw.com/images/2017/9658_1000px_hu_620574e25923f006.webp"loading="lazy"
&gt;

&lt;em&gt;Way too many people at Rockefeller Center&lt;/em&gt;&lt;/p&gt;</description></item><item><title>17. mai in Oslo</title><link>https://rickeyw.com/2017/oslo/</link><pubDate>Mon, 15 May 2017 01:50:00 -0500</pubDate><guid>https://rickeyw.com/2017/oslo/</guid><description>&lt;p&gt;We arrived in Oslo just in time for Norway&amp;rsquo;s Constitution Day! The streets were filled with people.&lt;/p&gt;
&lt;p&gt;&lt;video autoplay loop muted style="width: 100%"&gt;
 &lt;source src="https://rickeyw.com/images/2017/17mai.webm" type="video/webm; codecs=vp9,vorbis"&gt;
 Your browser does not support the video tag.
&lt;/video&gt;&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="528" id="h-rh-i-0" src="https://rickeyw.com/images/2017/oslo-2_hu_219af3f350b7739c.webp"loading="lazy"
&gt;

&lt;em&gt;People dressed up, out and about&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I got the full experience &amp;hellip; my Norwegian friend hosted a party at his place, and we were drinking champagne at 8:30am.&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="975" id="h-rh-i-1" src="https://rickeyw.com/images/2017/095812_1000px_hu_6e0b0191582fabe3.webp"loading="lazy"
&gt;

&lt;em&gt;Gratulerer med dagen !&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Oslo itself doesn&amp;rsquo;t seem to have that many attractions. But it&amp;rsquo;s a nice city to relax after three weeks of travelling.&lt;/p&gt;</description></item><item><title>Ålesund to Førde to Oslo</title><link>https://rickeyw.com/2017/forde/</link><pubDate>Mon, 15 May 2017 01:50:00 -0500</pubDate><guid>https://rickeyw.com/2017/forde/</guid><description>&lt;h2 id="day-4"&gt;Day 4&lt;/h2&gt;
&lt;p&gt;Getting to Førde today. The weather turned more cloudy and rainy, which gave us a different view. A lot of driving, and sadly the rain didn&amp;rsquo;t permit too many photo stops.&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="864" id="h-rh-i-0" src="https://rickeyw.com/images/2017/forde-1_hu_d160f5b05ffebab5.webp"loading="lazy"
&gt;

&lt;em&gt;Solavågen Ferry&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="857" id="h-rh-i-1" src="https://rickeyw.com/images/2017/forde-2_hu_53ed2a167ccd4e01.webp"loading="lazy"
&gt;

&lt;em&gt;Hjørundfjorden&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="858" id="h-rh-i-2" src="https://rickeyw.com/images/2017/forde-3_hu_fdd84827edf4ac9a.webp"loading="lazy"
&gt;


 
 



&lt;img alt="" height="862" id="h-rh-i-3" src="https://rickeyw.com/images/2017/forde-1-2_hu_b6cd7fbe70ebe6e8.webp"loading="lazy"
&gt;
&lt;/p&gt;
&lt;p&gt;As we were approaching Førde, the rain eased up and I managed to catch a picture of the Huldefossen from a distance (cover photo).&lt;/p&gt;
&lt;h2 id="day-5"&gt;Day 5&lt;/h2&gt;
&lt;p&gt;Need to get from Førde to Oslo today, and saying goodbye to the fjords. Very sad day indeed, as I was just getting used to driving mountain passes. But we are taking a train to Oslo, which makes everything okay.&lt;/p&gt;</description></item><item><title>Geirangerfjord to Ålesund</title><link>https://rickeyw.com/2017/alesund/</link><pubDate>Sun, 14 May 2017 03:50:00 -0500</pubDate><guid>https://rickeyw.com/2017/alesund/</guid><description>&lt;h2 id="day-3"&gt;Day 3&lt;/h2&gt;
&lt;p&gt;Goal today is get to Ålesund. Should be a much shorter drive than other days.&lt;/p&gt;
&lt;p&gt;We were blessed with the most beautiful weather in Gerianger. Also it&amp;rsquo;s not every day that your car gets blocked by a herd of sheep.&lt;/p&gt;
&lt;p&gt;&lt;video autoplay loop muted style="width: 100%"&gt;
 &lt;source src="https://rickeyw.com/images/2017/baa.webm" type="video/webm; codecs=vp9,vorbis"&gt;
 Your browser does not support the video tag.
&lt;/video&gt;&lt;/p&gt;
&lt;p&gt;Found some Llamas on our hike too.&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="864" id="h-rh-i-0" src="https://rickeyw.com/images/2017/geiranger-3_hu_7a860b5e0861a403.webp"loading="lazy"
&gt;


 
 



&lt;img alt="" height="850" id="h-rh-i-1" src="https://rickeyw.com/images/2017/geiranger-2_hu_be0e6f752b102c31.webp"loading="lazy"
&gt;


 
 



&lt;img alt="" height="862" id="h-rh-i-2" src="https://rickeyw.com/images/2017/geiranger-5_hu_254cb01303e46122.webp"loading="lazy"
&gt;
&lt;/p&gt;
&lt;p&gt;Since the scenic route to Trollstigen was still closed due to snow, we drove up to Gudbrandsjuvet.&lt;/p&gt;</description></item><item><title>Getting to Geirangerfjord</title><link>https://rickeyw.com/2017/geirangerfjord/</link><pubDate>Sat, 13 May 2017 01:50:00 -0500</pubDate><guid>https://rickeyw.com/2017/geirangerfjord/</guid><description>&lt;h2 id="day-2"&gt;Day 2&lt;/h2&gt;
&lt;p&gt;Goal today is to reach Geiranger.&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="862" id="h-rh-i-0" src="https://rickeyw.com/images/2017/sogndal-3_hu_68fd39ac7016df9c.webp"loading="lazy"
&gt;

&lt;em&gt;Route E39 between Klakegg and Byrkjelo&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Made a visit to Briksdalsbreen to checkout what&amp;rsquo;s left of the glacier.&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="863" id="h-rh-i-1" src="https://rickeyw.com/images/2017/sogndal-4_hu_b082b8b730faeec8.webp"loading="lazy"
&gt;

&lt;em&gt;The drive in to Briksdalsbreen&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="1300" id="h-rh-i-2" src="https://rickeyw.com/images/2017/sogndal-6_hu_2700b13fd2d5f4a0.webp"loading="lazy"
&gt;


 
 



&lt;img alt="" height="846" id="h-rh-i-3" src="https://rickeyw.com/images/2017/sogndal-7_hu_912b578341087038.webp"loading="lazy"
&gt;
&lt;/p&gt;
&lt;p&gt;It was after our hike that we realised we had made a big mistake. We were planning on driving to Geiranger but the roads were still closed due to snow! Out of panic I called our accommodation and the lady advised we try catch the ferry at Hellesylt.&lt;/p&gt;</description></item><item><title>Land of fjords</title><link>https://rickeyw.com/2017/sogndalfjord/</link><pubDate>Fri, 12 May 2017 01:50:00 -0500</pubDate><guid>https://rickeyw.com/2017/sogndalfjord/</guid><description>&lt;blockquote&gt;
&lt;p&gt;There won&amp;rsquo;t be as much storytelling in these posts, since we were just driving. Enjoy the views!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="day-1"&gt;Day 1&lt;/h2&gt;
&lt;p&gt;The road trip is on! Today the goal is to get to Sogndalsfjøra by end of day. A good way to start your road trip is by going to IKEA for their fantastic breakfast buffet. You can never have enough smoked salmon.&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="861" id="h-rh-i-0" src="https://rickeyw.com/images/2017/sogndal-2_hu_f7cc02a728918e87.webp"loading="lazy"
&gt;

&lt;em&gt;Only thing missing in this picture is a train&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Bergen</title><link>https://rickeyw.com/2017/bergen/</link><pubDate>Wed, 10 May 2017 01:50:00 -0500</pubDate><guid>https://rickeyw.com/2017/bergen/</guid><description>&lt;p&gt;After contributing to our high school teachers&amp;rsquo; retirement funds with some duty-free shopping (Ontario Teachers&amp;rsquo; Pension Plan partly owns Copenhagen airport), we headed to Bergen.&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="1535" id="h-rh-i-0" src="https://rickeyw.com/images/2017/bergen_airport_hu_d2827809d36c72fc.webp"loading="lazy"
&gt;

&lt;em&gt;The station was so new that ticket machines were still crashing to the Windows blue screen&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The new Bybanen (Light Rail) extension to the Airport had just been completed. We had to walk in the dark wet night through numerous construction detours to get there, but it was worth it.&lt;/p&gt;</description></item><item><title>Relaxing in Copenhagen</title><link>https://rickeyw.com/2017/copenhagen/</link><pubDate>Sat, 06 May 2017 13:50:59 -0500</pubDate><guid>https://rickeyw.com/2017/copenhagen/</guid><description>&lt;p&gt;The best part about getting from Hamburg to Copenhagen was the ICE ride. You get to be on a train AND a ship at the same time! Truly an experience!&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="975" id="h-rh-i-0" src="https://rickeyw.com/images/2017/120503_1000px_hu_e34fe4c116e9f1d2.webp"loading="lazy"
&gt;

&lt;em&gt;ICE chilling on the deck&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="975" id="h-rh-i-1" src="https://rickeyw.com/images/2017/142325_1000px_hu_cc014c6ab3158c0.webp"loading="lazy"
&gt;

&lt;em&gt;Beautiful structure at Københavns Hovedbanegård&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;We finished most of the things in Copenhagen in a few hours. The city is compact and walkable. The mermaid was very small in-person. Rest of the time was spend on relaxing and taking photos around the city.&lt;/p&gt;</description></item><item><title>Hafengeburtstag Hamburg</title><link>https://rickeyw.com/2017/hamburg/</link><pubDate>Fri, 05 May 2017 13:50:59 -0500</pubDate><guid>https://rickeyw.com/2017/hamburg/</guid><description>&lt;p&gt;As luck would have it, our one day in Hamburg happened to be the weekend of Hafengeburtstag &amp;ndash; the biggest party of the city!&lt;/p&gt;
&lt;p&gt;The St. Pauli port was filled with people. A sense of festivity and happiness was in the air, as the streets were closed to traffic and instead became a fairground &amp;ndash; roller coasters, carnival games, shops, food trucks, you name it! We watched a demonstration of ship rescue with helicopters and speedboats. The &amp;ldquo;ship&amp;rdquo; (which is actually just a barge) is on fire, and first responders rushed to save everyone on the ship.&lt;/p&gt;</description></item><item><title>Amsterdam</title><link>https://rickeyw.com/2017/amsterdam/</link><pubDate>Thu, 04 May 2017 13:35:30 -0500</pubDate><guid>https://rickeyw.com/2017/amsterdam/</guid><description>&lt;p&gt;Getting from Den Haag to Amsterdam was super easy with Nederlandse Spoorwegen. We also enjoyed a glimpse of the tulip fields as the train passed by the area near Keukenhof.&lt;/p&gt;
&lt;video autoplay loop muted style="width: 100%"&gt;
 &lt;source src="https://rickeyw.com/images/2017/ns-hillegrom.webm" type="video/webm; codecs=vp9,vorbis"&gt;
 Your browser does not support the video tag.
&lt;/video&gt;
&lt;h2 id="amsterdam"&gt;Amsterdam&lt;/h2&gt;
&lt;p&gt;Sadly it was raining for most parts of the time we were in Amsterdam, but with a hooded jacket we were able to explore most of it.&lt;/p&gt;</description></item><item><title>Den Haag</title><link>https://rickeyw.com/2017/denhaag/</link><pubDate>Tue, 02 May 2017 13:26:03 -0500</pubDate><guid>https://rickeyw.com/2017/denhaag/</guid><description>&lt;h2 id="delft"&gt;Delft&lt;/h2&gt;
&lt;p&gt;We went to visit the nearby city of Delft, which was only half hour away on the tram. The old town is quite nice, even on a rainy day. The rain kind of accentuates the canals which surround the town.&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="731" id="h-rh-i-0" src="https://rickeyw.com/images/2017/01068_1000px_hu_354784e6c70d8070.webp"loading="lazy"
&gt;
&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="825" id="h-rh-i-1" src="https://rickeyw.com/images/2017/133550_1000px_hu_366392a5d0ffb75b.webp"loading="lazy"
&gt;
&lt;/p&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="825" id="h-rh-i-2" src="https://rickeyw.com/images/2017/delft019_1000px_hu_90a88f61b07a08b7.webp"loading="lazy"
&gt;
&lt;/p&gt;
&lt;p&gt;TUDelft student teams&amp;rsquo; Solar Car, FSAE, and Eco Marathon vehicles are on display at the sleek Delft train station. Meanwhile, Waterloo&amp;rsquo;s own solar car is hanging in Davis Cetre gathering dust.&lt;/p&gt;</description></item><item><title>Rotterdam and trains</title><link>https://rickeyw.com/2017/rotterdam/</link><pubDate>Tue, 02 May 2017 10:20:29 -0500</pubDate><guid>https://rickeyw.com/2017/rotterdam/</guid><description>&lt;h2 id="the-thalys-experience"&gt;The Thalys Experience&lt;/h2&gt;
&lt;p&gt;We took the Thalys high speed rail from Gare du Nord to Rotterdam. I was quite pumped for the high speed train, but the overall experience was subpar compared to Taiwan HSR.&lt;/p&gt;
&lt;p&gt;First you had to go through security screening before boarding the train. Then once on the train, the interior felt outdated. As the train reaches its service speed, there was considerable vibration and noise. It was disappointing.&lt;/p&gt;</description></item><item><title>Two Days in Paris</title><link>https://rickeyw.com/2017/paris/</link><pubDate>Sun, 30 Apr 2017 22:24:47 +0000</pubDate><guid>https://rickeyw.com/2017/paris/</guid><description>&lt;p&gt;&lt;em&gt;First in a series of blog posts on my grad trip to Europe&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve heard many things about Paris, and have a fairly good grasp of its geography from playing Cities In Motion. Naturally then, it should be the first stop for my first trip to Europe.&lt;/p&gt;
&lt;!--
 How to do images. 
 All images shall be centered with max height to 90 percent of the vertical viewport height. 
 Don't use the Markdown thing for big article images. 
 --&gt;
&lt;p&gt;
 
 



&lt;img alt="" height="664" id="h-rh-i-0" src="https://rickeyw.com/images/2017/00626_1000px_hu_1dc5b876b18de078.webp"loading="lazy"
&gt;
&lt;/p&gt;</description></item><item><title>Search</title><link>https://rickeyw.com/search/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://rickeyw.com/search/</guid><description/></item></channel></rss>