Skip to main content

Bike Touring Packing List


When preparing for my first bike tour, the packing lists I found on the Internet really helped me. Now that I have a bit of experience, my own bicycle touring packing list is good enough to share.

Every bike tourist’s panniers contain a wildly different loadout optimized for very different adventures. My imperfect loadout can only serve as an example to help you assemble your own kit.

So that you can always see the latest version, my bike touring packing list is in a public Google Sheets online spreadsheet. During the summer at least, I expect to be constantly updating it. I encourage you to view it through this link so you always see the newest version.

The packing list is organized as multiple worksheets. Select a worksheet by clicking on the sheet name at the bottom.

  • Base: The stuff I pack for every bike tour. This is enough when staying at hotels or a friend’s house.
  • Camping: The additional stuff I bring to enable camping, instead of just staying in lodging or couch surfing
  • John: The stuff that is particular to me as an individual, like clothing and smartphone accessories
  • Yuki: The stuff that is particular to Yuki

I hope this helps you plan your own adventure. If you have any questions, comments or corrections, please share them in the comments.

Comments

Popular posts from this blog

The Reef Lounge

When I was about four, we vacationed at the Handerly Hotel & Resort in San Diego (formerly the Stardust Motor Hotel).  That place was heaven on earth as far as I was concerned. I loved the pool. Next to the pool there was a bar, and behind the bar was an underwater theater. It was here that I saw one of the most outlandish scenes I have ever witnessed.

Build with CMake in Eclipse

Cross-platform CMake can generate a wide variety of build systems.  The CMake 2.8 project generator for Eclipse does not work, so you must create the project and configure it to build with GNU Make .  Here’s how to do it on Linux.

Use Multilingual UTF-8 Strings with any OpenAccess Version

In this article I show you how to use multilingual UTF-8 strings with standard, unmodified OpenAccess oa-22.04p028 release. In the last  article , I introduced UTF-8, the popular 8 bit encoding of Unicode into multibyte character strings that can represent virtually every written language in history.  I presented the OpenAccess software changes required to fully support UTF-8 and showed you how to convert your existing application software to properly manipulate UTF-8 in the OpenAccess oaString class.