HTML exported page
This commit is contained in:
parent
340e9f449b
commit
5bc8b70fb7
2 changed files with 591 additions and 0 deletions
578
20241207113412-2024_taiwan_trip.html
Normal file
578
20241207113412-2024_taiwan_trip.html
Normal file
|
|
@ -0,0 +1,578 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2024-12-07 Sat 12:45 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>2024: Taiwan Trip</title>
|
||||
<meta name="author" content="Benson Chu" />
|
||||
<meta name="generator" content="Org Mode" />
|
||||
<style type="text/css">
|
||||
#content { max-width: 60em; margin: auto; }
|
||||
.title { text-align: center;
|
||||
margin-bottom: .2em; }
|
||||
.subtitle { text-align: center;
|
||||
font-size: medium;
|
||||
font-weight: bold;
|
||||
margin-top:0; }
|
||||
.todo { font-family: monospace; color: red; }
|
||||
.done { font-family: monospace; color: green; }
|
||||
.priority { font-family: monospace; color: orange; }
|
||||
.tag { background-color: #eee; font-family: monospace;
|
||||
padding: 2px; font-size: 80%; font-weight: normal; }
|
||||
.timestamp { color: #bebebe; }
|
||||
.timestamp-kwd { color: #5f9ea0; }
|
||||
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
|
||||
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
|
||||
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
|
||||
.underline { text-decoration: underline; }
|
||||
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
|
||||
p.verse { margin-left: 3%; }
|
||||
pre {
|
||||
border: 1px solid #e6e6e6;
|
||||
border-radius: 3px;
|
||||
background-color: #f2f2f2;
|
||||
padding: 8pt;
|
||||
font-family: monospace;
|
||||
overflow: auto;
|
||||
margin: 1.2em;
|
||||
}
|
||||
pre.src {
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
}
|
||||
pre.src:before {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: -8px;
|
||||
right: 12px;
|
||||
padding: 3px;
|
||||
color: #555;
|
||||
background-color: #f2f2f299;
|
||||
}
|
||||
pre.src:hover:before { display: inline; margin-top: 14px;}
|
||||
/* Languages per Org manual */
|
||||
pre.src-asymptote:before { content: 'Asymptote'; }
|
||||
pre.src-awk:before { content: 'Awk'; }
|
||||
pre.src-authinfo::before { content: 'Authinfo'; }
|
||||
pre.src-C:before { content: 'C'; }
|
||||
/* pre.src-C++ doesn't work in CSS */
|
||||
pre.src-clojure:before { content: 'Clojure'; }
|
||||
pre.src-css:before { content: 'CSS'; }
|
||||
pre.src-D:before { content: 'D'; }
|
||||
pre.src-ditaa:before { content: 'ditaa'; }
|
||||
pre.src-dot:before { content: 'Graphviz'; }
|
||||
pre.src-calc:before { content: 'Emacs Calc'; }
|
||||
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
|
||||
pre.src-fortran:before { content: 'Fortran'; }
|
||||
pre.src-gnuplot:before { content: 'gnuplot'; }
|
||||
pre.src-haskell:before { content: 'Haskell'; }
|
||||
pre.src-hledger:before { content: 'hledger'; }
|
||||
pre.src-java:before { content: 'Java'; }
|
||||
pre.src-js:before { content: 'Javascript'; }
|
||||
pre.src-latex:before { content: 'LaTeX'; }
|
||||
pre.src-ledger:before { content: 'Ledger'; }
|
||||
pre.src-lisp:before { content: 'Lisp'; }
|
||||
pre.src-lilypond:before { content: 'Lilypond'; }
|
||||
pre.src-lua:before { content: 'Lua'; }
|
||||
pre.src-matlab:before { content: 'MATLAB'; }
|
||||
pre.src-mscgen:before { content: 'Mscgen'; }
|
||||
pre.src-ocaml:before { content: 'Objective Caml'; }
|
||||
pre.src-octave:before { content: 'Octave'; }
|
||||
pre.src-org:before { content: 'Org mode'; }
|
||||
pre.src-oz:before { content: 'OZ'; }
|
||||
pre.src-plantuml:before { content: 'Plantuml'; }
|
||||
pre.src-processing:before { content: 'Processing.js'; }
|
||||
pre.src-python:before { content: 'Python'; }
|
||||
pre.src-R:before { content: 'R'; }
|
||||
pre.src-ruby:before { content: 'Ruby'; }
|
||||
pre.src-sass:before { content: 'Sass'; }
|
||||
pre.src-scheme:before { content: 'Scheme'; }
|
||||
pre.src-screen:before { content: 'Gnu Screen'; }
|
||||
pre.src-sed:before { content: 'Sed'; }
|
||||
pre.src-sh:before { content: 'shell'; }
|
||||
pre.src-sql:before { content: 'SQL'; }
|
||||
pre.src-sqlite:before { content: 'SQLite'; }
|
||||
/* additional languages in org.el's org-babel-load-languages alist */
|
||||
pre.src-forth:before { content: 'Forth'; }
|
||||
pre.src-io:before { content: 'IO'; }
|
||||
pre.src-J:before { content: 'J'; }
|
||||
pre.src-makefile:before { content: 'Makefile'; }
|
||||
pre.src-maxima:before { content: 'Maxima'; }
|
||||
pre.src-perl:before { content: 'Perl'; }
|
||||
pre.src-picolisp:before { content: 'Pico Lisp'; }
|
||||
pre.src-scala:before { content: 'Scala'; }
|
||||
pre.src-shell:before { content: 'Shell Script'; }
|
||||
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
|
||||
/* additional language identifiers per "defun org-babel-execute"
|
||||
in ob-*.el */
|
||||
pre.src-cpp:before { content: 'C++'; }
|
||||
pre.src-abc:before { content: 'ABC'; }
|
||||
pre.src-coq:before { content: 'Coq'; }
|
||||
pre.src-groovy:before { content: 'Groovy'; }
|
||||
/* additional language identifiers from org-babel-shell-names in
|
||||
ob-shell.el: ob-shell is the only babel language using a lambda to put
|
||||
the execution function name together. */
|
||||
pre.src-bash:before { content: 'bash'; }
|
||||
pre.src-csh:before { content: 'csh'; }
|
||||
pre.src-ash:before { content: 'ash'; }
|
||||
pre.src-dash:before { content: 'dash'; }
|
||||
pre.src-ksh:before { content: 'ksh'; }
|
||||
pre.src-mksh:before { content: 'mksh'; }
|
||||
pre.src-posh:before { content: 'posh'; }
|
||||
/* Additional Emacs modes also supported by the LaTeX listings package */
|
||||
pre.src-ada:before { content: 'Ada'; }
|
||||
pre.src-asm:before { content: 'Assembler'; }
|
||||
pre.src-caml:before { content: 'Caml'; }
|
||||
pre.src-delphi:before { content: 'Delphi'; }
|
||||
pre.src-html:before { content: 'HTML'; }
|
||||
pre.src-idl:before { content: 'IDL'; }
|
||||
pre.src-mercury:before { content: 'Mercury'; }
|
||||
pre.src-metapost:before { content: 'MetaPost'; }
|
||||
pre.src-modula-2:before { content: 'Modula-2'; }
|
||||
pre.src-pascal:before { content: 'Pascal'; }
|
||||
pre.src-ps:before { content: 'PostScript'; }
|
||||
pre.src-prolog:before { content: 'Prolog'; }
|
||||
pre.src-simula:before { content: 'Simula'; }
|
||||
pre.src-tcl:before { content: 'tcl'; }
|
||||
pre.src-tex:before { content: 'TeX'; }
|
||||
pre.src-plain-tex:before { content: 'Plain TeX'; }
|
||||
pre.src-verilog:before { content: 'Verilog'; }
|
||||
pre.src-vhdl:before { content: 'VHDL'; }
|
||||
pre.src-xml:before { content: 'XML'; }
|
||||
pre.src-nxml:before { content: 'XML'; }
|
||||
/* add a generic configuration mode; LaTeX export needs an additional
|
||||
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
|
||||
pre.src-conf:before { content: 'Configuration File'; }
|
||||
|
||||
table { border-collapse:collapse; }
|
||||
caption.t-above { caption-side: top; }
|
||||
caption.t-bottom { caption-side: bottom; }
|
||||
td, th { vertical-align:top; }
|
||||
th.org-right { text-align: center; }
|
||||
th.org-left { text-align: center; }
|
||||
th.org-center { text-align: center; }
|
||||
td.org-right { text-align: right; }
|
||||
td.org-left { text-align: left; }
|
||||
td.org-center { text-align: center; }
|
||||
dt { font-weight: bold; }
|
||||
.footpara { display: inline; }
|
||||
.footdef { margin-bottom: 1em; }
|
||||
.figure { padding: 1em; }
|
||||
.figure p { text-align: center; }
|
||||
.equation-container {
|
||||
display: table;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
.equation {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.equation-label {
|
||||
display: table-cell;
|
||||
text-align: right;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.inlinetask {
|
||||
padding: 10px;
|
||||
border: 2px solid gray;
|
||||
margin: 10px;
|
||||
background: #ffffcc;
|
||||
}
|
||||
#org-div-home-and-up
|
||||
{ text-align: right; font-size: 70%; white-space: nowrap; }
|
||||
textarea { overflow-x: auto; }
|
||||
.linenr { font-size: smaller }
|
||||
.code-highlighted { background-color: #ffff00; }
|
||||
.org-info-js_info-navigation { border-style: none; }
|
||||
#org-info-js_console-label
|
||||
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
|
||||
.org-info-js_search-highlight
|
||||
{ background-color: #ffff00; color: #000000; font-weight: bold; }
|
||||
.org-svg { }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content" class="content">
|
||||
<h1 class="title">2024: Taiwan Trip</h1>
|
||||
<div id="table-of-contents" role="doc-toc">
|
||||
<h2>Table of Contents</h2>
|
||||
<div id="text-table-of-contents" role="doc-toc">
|
||||
<ul>
|
||||
<li><a href="#orgfad77cb">1. Locations</a>
|
||||
<ul>
|
||||
<li><a href="#org9e16c59">1.1. Restaurants</a>
|
||||
<ul>
|
||||
<li><a href="#org13770d0">1.1.1. 小公主咖啡館</a></li>
|
||||
<li><a href="#orge9e4612">1.1.2. 上海好味道小籠湯包</a></li>
|
||||
<li><a href="#org366e9ef">1.1.3. 7-Eleven</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#orga7aa2a6">1.2. Night Markets</a>
|
||||
<ul>
|
||||
<li><a href="#orgabf1def">1.2.1. 大東夜市</a></li>
|
||||
<li><a href="#org8949055">1.2.2. 逢甲夜市</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#org53c7420">1.3. Nature Spots</a>
|
||||
<ul>
|
||||
<li><a href="#org01d3264">1.3.1. 溪頭自然教育園區</a></li>
|
||||
<li><a href="#org54ff5d7">1.3.2. 漁光島</a></li>
|
||||
<li><a href="#org95ff0c4">1.3.3. 台南二寮觀日亭</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<pre class="example">
|
||||
ID: 3555e875-d76b-47a2-8bc5-4bb252eae2de
|
||||
</pre>
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-emacs-lisp"><span style="color: #9E1CB2;">(</span><span style="color: #00ffff;">setq</span> org-attach-id-dir <span style="color: #ffa07a;">"taiwan_res/"</span><span style="color: #9E1CB2;">)</span>
|
||||
<span style="color: #9E1CB2;">(</span><span style="color: #00ffff;">setq</span> org-attach-dir-relative t<span style="color: #9E1CB2;">)</span>
|
||||
<span style="color: #9E1CB2;">(</span><span style="color: #00ffff;">setq</span> org-board-make-relative t<span style="color: #9E1CB2;">)</span>
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<table border="2" cellspacing="0" cellpadding="6">
|
||||
|
||||
|
||||
<colgroup>
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="org-left" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="org-left"> </th>
|
||||
<th scope="col" class="org-left">Sunday</th>
|
||||
<th scope="col" class="org-left">Monday</th>
|
||||
<th scope="col" class="org-left">Tuesday</th>
|
||||
<th scope="col" class="org-left">Wednesday</th>
|
||||
<th scope="col" class="org-left">Thursday</th>
|
||||
<th scope="col" class="org-left">Friday</th>
|
||||
<th scope="col" class="org-left">Saturday</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="col" class="org-left"> </th>
|
||||
<th scope="col" class="org-left">02/09/24</th>
|
||||
<th scope="col" class="org-left">02/10/24</th>
|
||||
<th scope="col" class="org-left">02/11/24</th>
|
||||
<th scope="col" class="org-left">02/12/24</th>
|
||||
<th scope="col" class="org-left">02/13/24</th>
|
||||
<th scope="col" class="org-left">02/14/24</th>
|
||||
<th scope="col" class="org-left">02/15/24</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="org-left">Morning</td>
|
||||
<td class="org-left"><b>Flight</b></td>
|
||||
<td class="org-left"><a href="#org13770d0">Little Princess Cafe</a></td>
|
||||
<td class="org-left">Sandwich Shop</td>
|
||||
<td class="org-left">Tasty Chicken</td>
|
||||
<td class="org-left">Bike Morning/Noon:</td>
|
||||
<td class="org-left">Mayling Mountain</td>
|
||||
<td class="org-left">Bike Morning:</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left"> </td>
|
||||
<td class="org-left"> </td>
|
||||
<td class="org-left">Buy SIM Cards</td>
|
||||
<td class="org-left"><a href="#org01d3264">Xitou National Park</a></td>
|
||||
<td class="org-left"> </td>
|
||||
<td class="org-left">Anping</td>
|
||||
<td class="org-left"> </td>
|
||||
<td class="org-left"><a href="#org95ff0c4">Erliao Sunrise Pavilion</a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left"> </td>
|
||||
<td class="org-left"> </td>
|
||||
<td class="org-left"> </td>
|
||||
<td class="org-left"> </td>
|
||||
<td class="org-left"> </td>
|
||||
<td class="org-left"><a href="#org54ff5d7">My Favorite Beach</a></td>
|
||||
<td class="org-left"> </td>
|
||||
<td class="org-left"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="org-left">Noon</td>
|
||||
<td class="org-left"><b>Transit</b></td>
|
||||
<td class="org-left"><a href="#orge9e4612">Shanghai Good Flavor</a></td>
|
||||
<td class="org-left">Xitou</td>
|
||||
<td class="org-left">Crispy Pork</td>
|
||||
<td class="org-left"> </td>
|
||||
<td class="org-left">Egg Scallion Pancakes</td>
|
||||
<td class="org-left"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="org-left">Night</td>
|
||||
<td class="org-left">Sushi</td>
|
||||
<td class="org-left"><a href="#orgabf1def">Dadong Night Market</a></td>
|
||||
<td class="org-left"><a href="#org8949055">Feng Chia Night Market</a></td>
|
||||
<td class="org-left">Hot Pot</td>
|
||||
<td class="org-left">Guo Hua Jie</td>
|
||||
<td class="org-left"> </td>
|
||||
<td class="org-left"><b>Flight</b></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div id="outline-container-orgfad77cb" class="outline-2">
|
||||
<h2 id="orgfad77cb"><span class="section-number-2">1.</span> Locations</h2>
|
||||
<div class="outline-text-2" id="text-1">
|
||||
</div>
|
||||
<div id="outline-container-org9e16c59" class="outline-3">
|
||||
<h3 id="org9e16c59"><span class="section-number-3">1.1.</span> Restaurants</h3>
|
||||
<div class="outline-text-3" id="text-1-1">
|
||||
</div>
|
||||
<div id="outline-container-org13770d0" class="outline-4">
|
||||
<h4 id="org13770d0"><span class="section-number-4">1.1.1.</span> 小公主咖啡館</h4>
|
||||
<div class="outline-text-4" id="text-1-1-1">
|
||||
<pre class="example">
|
||||
ENGLISH_TRANSLATION: Little Princess Cafe
|
||||
WEBSITE: https://instagram.com/princess_eggcake?igshid=YmMyMTA2M2Y=
|
||||
ADDRESS: No. 117號, Section 2, Dongmen Rd, East District, Tainan City, 701
|
||||
COORDINATES: 22.985847906441506, 120.22201977894933
|
||||
GOOGLE_MAPS_URL: https://goo.gl/maps/hsJnbLPFaHhZzMrH9
|
||||
</pre>
|
||||
<p>
|
||||
A nice little cafe that's right next to where I purchase a SIM card
|
||||
when I go back. They serve Takoyaki, as well as these, um, "cake
|
||||
sandwiches"?
|
||||
</p>
|
||||
</div>
|
||||
<ol class="org-ol">
|
||||
<li><a id="orgf836d2f"></a>"Cake Sandwich" Picture   <span class="tag"><span class="offline">offline</span></span><br />
|
||||
<div class="outline-text-5" id="text-1-1-1-1">
|
||||
<pre class="example">
|
||||
URL: https://lh5.googleusercontent.com/p/AF1QipNi0HyO8wtP2JTrWBhkNY_9yTYJGsMclOCglETR=s0
|
||||
ID: 5c35087d-2c88-47be-aead-63ba25899112
|
||||
ARCHIVED_AT: [[file:taiwan_res/5c/35087d-2c88-47be-aead-63ba25899112/2024-12-07T12:07:24-0600/][2024-12-07T12:07:24-0600]]
|
||||
</pre>
|
||||
</div>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div id="outline-container-orge9e4612" class="outline-4">
|
||||
<h4 id="orge9e4612"><span class="section-number-4">1.1.2.</span> 上海好味道小籠湯包</h4>
|
||||
<div class="outline-text-4" id="text-1-1-2">
|
||||
<pre class="example">
|
||||
ENGLISH_TRANSLATION: Shanghai Good Flavor
|
||||
ADDRESS: No. 26號, Dong'an Rd, East District, Tainan City, 701
|
||||
COORDINATES: 22.991603999817258, 120.22630023854241
|
||||
WEBSITE: http://www.hwd.com.tw/
|
||||
GOOGLE_MAPS_URL: https://goo.gl/maps/5CKjjQt3Xq2xtokEA
|
||||
</pre>
|
||||
<p>
|
||||
Serves lots of dim sum. XLBs taste great!
|
||||
</p>
|
||||
</div>
|
||||
<ol class="org-ol">
|
||||
<li><a id="org329d537"></a>Front Menu Sign   <span class="tag"><span class="offline">offline</span></span><br />
|
||||
<div class="outline-text-5" id="text-1-1-2-1">
|
||||
<pre class="example">
|
||||
URL: https://lh5.googleusercontent.com/p/AF1QipO26yViruQhbG9wREuiBzz5oS8CQrrG85WYjcnu=s0
|
||||
ID: 36949f54-4a12-4423-8940-6045fb024851
|
||||
ARCHIVED_AT: [[file:taiwan_res/36/949f54-4a12-4423-8940-6045fb024851/2024-12-07T12:06:53-0600/][2024-12-07T12:06:53-0600]]
|
||||
</pre>
|
||||
</div>
|
||||
</li>
|
||||
<li><a id="org11fa494"></a>Picture Menu   <span class="tag"><span class="offline">offline</span></span><br />
|
||||
<div class="outline-text-5" id="text-1-1-2-2">
|
||||
<pre class="example">
|
||||
URL: https://lh5.googleusercontent.com/p/AF1QipNYpIVjgmsJYxm46KEgCNrkYRl8c7BWSyLTIMx6=s0
|
||||
ID: f32dc7ac-567b-488c-a35d-9e5530f46202
|
||||
ARCHIVED_AT: [[file:taiwan_res/f3/2dc7ac-567b-488c-a35d-9e5530f46202/2024-12-07T12:07:03-0600/][2024-12-07T12:07:03-0600]]
|
||||
</pre>
|
||||
</div>
|
||||
</li>
|
||||
<li><a id="org272e2e7"></a>Paper Menu   <span class="tag"><span class="offline">offline</span></span><br />
|
||||
<div class="outline-text-5" id="text-1-1-2-3">
|
||||
<pre class="example">
|
||||
URL: https://lh5.googleusercontent.com/p/AF1QipNYpIVjgmsJYxm46KEgCNrkYRl8c7BWSyLTIMx6=s0
|
||||
ID: 357b94a5-03d9-4a99-a47a-b33b2ff87585
|
||||
ARCHIVED_AT: [[file:taiwan_res/35/7b94a5-03d9-4a99-a47a-b33b2ff87585/2024-12-07T12:07:06-0600/][2024-12-07T12:07:06-0600]]
|
||||
</pre>
|
||||
</div>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div id="outline-container-org366e9ef" class="outline-4">
|
||||
<h4 id="org366e9ef"><span class="section-number-4">1.1.3.</span> 7-Eleven</h4>
|
||||
<div class="outline-text-4" id="text-1-1-3">
|
||||
<p>
|
||||
Yes, you heard me right. We should probably spend a day or two getting
|
||||
food from a 7-Eleven.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
In Taiwan (probably in other East-Asian countries), 7-Eleven (and
|
||||
other kinds of these "convenience stores"), actually sell good tasting
|
||||
food.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
These convenience stores have all sorts of connotations and use cases,
|
||||
but I think the most telling kind of way these stores are treated is
|
||||
the following: 7-Elevens are a common stopping place for children who
|
||||
just got off of school, and need a place to sit, eat, and do work
|
||||
before their after-school tutoring lessons.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The above use case almost gives 7-Eleven a kind of library-type feel,
|
||||
except instead of books, they sell packaged snacks, food, and various
|
||||
useful trinkets.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orga7aa2a6" class="outline-3">
|
||||
<h3 id="orga7aa2a6"><span class="section-number-3">1.2.</span> Night Markets</h3>
|
||||
<div class="outline-text-3" id="text-1-2">
|
||||
<p>
|
||||
Night markets are a kind of night-life phenomena that are common in
|
||||
Taiwan and China. I get the impression that these are way more common
|
||||
across all of East Asia, but the sentiment that I get is that this is
|
||||
a phenomena that originates in China/Taiwan.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Night markets are basically a conglomerate of popup stands that only
|
||||
open up at night, and are lined up in a way to facilitate a kind of
|
||||
leisurely strolling experience. You walk, there's a line-up of shops
|
||||
selling gadgets, trinkets, and importantly street food. There's also
|
||||
gambling opportunities (fun games to play for prizes or satisfaction).
|
||||
</p>
|
||||
</div>
|
||||
<div id="outline-container-orgabf1def" class="outline-4">
|
||||
<h4 id="orgabf1def"><span class="section-number-4">1.2.1.</span> 大東夜市</h4>
|
||||
<div class="outline-text-4" id="text-1-2-1">
|
||||
<pre class="example">
|
||||
ENGLISH_TRANSLATION: Dadong Night Market
|
||||
ADDRESS: No. 276號, Section 1, Linsen Rd, East District, Tainan City, 701
|
||||
COORDINATES: 22.982581722805094, 120.21938159109803
|
||||
GOOGLE_MAPS_URL: https://goo.gl/maps/xo6APWtW4hA1EJ8MA
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org8949055" class="outline-4">
|
||||
<h4 id="org8949055"><span class="section-number-4">1.2.2.</span> 逢甲夜市</h4>
|
||||
<div class="outline-text-4" id="text-1-2-2">
|
||||
<pre class="example">
|
||||
ENGLISH_TRANSLATION: Feng Chia Night Market
|
||||
ADDRESS: Wenhua Rd, Xitun District, Taichung City, 407
|
||||
COORDINATES: 24.17629403803732, 120.6456671222639
|
||||
WEBSITE: https://www.facebook.com/fcyes/?ref=bookmarks
|
||||
GOOGLE_MAPS_URL: https://goo.gl/maps/j2xdAdybuURFw18n9
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org53c7420" class="outline-3">
|
||||
<h3 id="org53c7420"><span class="section-number-3">1.3.</span> Nature Spots</h3>
|
||||
<div class="outline-text-3" id="text-1-3">
|
||||
</div>
|
||||
<div id="outline-container-org01d3264" class="outline-4">
|
||||
<h4 id="org01d3264"><span class="section-number-4">1.3.1.</span> 溪頭自然教育園區</h4>
|
||||
<div class="outline-text-4" id="text-1-3-1">
|
||||
<pre class="example">
|
||||
ENGLISH_TRANSLATION: Xitou National Park
|
||||
ADDRESS: 558, Taiwan, Nantou County, Lugu Township, 森林巷9號
|
||||
COORDINATES: 23.67460778969734, 120.79732106620632
|
||||
WEBSITE: https://www.exfo.ntu.edu.tw/xitou/
|
||||
GOOGLE_MAPS_URL: https://maps.app.goo.gl/CVdpdBbAKK4Dh7eY9
|
||||
</pre>
|
||||
</div>
|
||||
<ol class="org-ol">
|
||||
<li><a id="org4f71750"></a>Highest Resolution Map I could find   <span class="tag"><span class="offline">offline</span></span><br />
|
||||
<div class="outline-text-5" id="text-1-3-1-1">
|
||||
<pre class="example">
|
||||
URL: https://www.researchgate.net/publication/363559918/figure/fig1/AS:11431281085757662@1663887236813/Map-of-Xitou-Nature-Education-Area.png
|
||||
ID: a8e4e568-9413-4ea7-858f-877a04503c88
|
||||
WGET_OPTIONS: --load-cookies=cookies.txt Linux
|
||||
ARCHIVED_AT: [[file:taiwan_res/Map-of-Xitou-Nature-Education-Area.png][2024-12-07T12:22:14-0600]]
|
||||
</pre>
|
||||
</div>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div id="outline-container-org54ff5d7" class="outline-4">
|
||||
<h4 id="org54ff5d7"><span class="section-number-4">1.3.2.</span> 漁光島</h4>
|
||||
<div class="outline-text-4" id="text-1-3-2">
|
||||
<pre class="example">
|
||||
ENGLISH_TRANSLATION: Yuguang Island
|
||||
ADDRESS: Yuguang Rd, Anping District, Tainan City, Taiwan 708
|
||||
COORDINATES: 22.980981023475504, 120.15582551569909
|
||||
GOOGLE_MAPS_URL: https://maps.app.goo.gl/NHDwpiqupcUHD7YcA
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
My favorite place to bike to. It's a 4.3 mile bike trip (8.3 mile
|
||||
round trip).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Especially in the early morning, when nobody else is there.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org95ff0c4" class="outline-4">
|
||||
<h4 id="org95ff0c4"><span class="section-number-4">1.3.3.</span> 台南二寮觀日亭</h4>
|
||||
<div class="outline-text-4" id="text-1-3-3">
|
||||
<pre class="example">
|
||||
ENGLISH_TRANSLATION: Erliao Sunrise Pavilion
|
||||
ADDRESS: 713, Taiwan, Tainan City, Zuozhen District, 二寮
|
||||
COORDINATES: 22.992885390171786, 120.4100997478631
|
||||
GOOGLE_MAPS_URL: https://maps.app.goo.gl/4VpW8cWwWmMRvbFA8
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
People normally try and travel to here via motorcycle, but my silly
|
||||
brain says that it's bikeable. It's a 29.6 mile round-trip, uphill one
|
||||
way, downhill the other way.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Last time I went, I left around 4AM, and got back by noon. On the way
|
||||
back, this pesky thing called the sun rises, and makes things hotter,
|
||||
so the way back - even though downhill - is way rougher IMO. There's a
|
||||
<a href="#org366e9ef">7-Eleven</a> in the middle, where I had to stop and cool off for a while
|
||||
before making the rest of the trek back home.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="date">Date: 2024-12-07 Sat 00:00</p>
|
||||
<p class="author">Author: Benson Chu</p>
|
||||
<p class="date">Created: 2024-12-07 Sat 12:45</p>
|
||||
<p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -2,6 +2,19 @@
|
|||
:ID: 3555e875-d76b-47a2-8bc5-4bb252eae2de
|
||||
:END:
|
||||
#+title: 2024: Taiwan Trip
|
||||
#+options: ':nil *:t -:t ::t <:t H:3 \n:nil ^:t arch:headline
|
||||
#+options: author:t broken-links:nil c:nil creator:nil
|
||||
#+options: d:(not "LOGBOOK") date:t e:t email:nil expand-links:t f:t
|
||||
#+options: inline:t num:t p:nil pri:nil prop:t stat:t tags:t
|
||||
#+options: tasks:t tex:t timestamp:t title:t toc:t todo:t |:t
|
||||
#+date: <2024-12-07 Sat>
|
||||
#+author: Benson Chu
|
||||
#+language: en
|
||||
#+select_tags: export
|
||||
#+exclude_tags: noexport
|
||||
#+creator: Emacs 29.4 (Org mode 9.7.4)
|
||||
#+cite_export:
|
||||
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(setq org-attach-id-dir "taiwan_res/")
|
||||
|
|
|
|||
Loading…
Reference in a new issue