<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Notes - Tag - Zhiverse</title><link>https://yao-chih.netlify.app/en/tags/notes/</link><description>Notes - Tag - Zhiverse</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>yaochihh@gmail.com (Josh)</managingEditor><webMaster>yaochihh@gmail.com (Josh)</webMaster><copyright>Zhiverse</copyright><atom:link href="https://yao-chih.netlify.app/en/tags/notes/" rel="self" type="application/rss+xml"/><item><title>[Note] Git Command Notes</title><link>https://yao-chih.netlify.app/en/git-command-notes/</link><pubDate>Fri, 07 Aug 2026 09:28:37 +0800</pubDate><author>Author</author><guid>https://yao-chih.netlify.app/en/git-command-notes/</guid><description></description></item><item><title>Historical Typhoon Data Download for Taiwan</title><link>https://yao-chih.netlify.app/en/historical-typhoon-data-download-for-taiwan/</link><pubDate>Mon, 13 Jul 2026 11:03:14 +0800</pubDate><author>Author</author><guid>https://yao-chih.netlify.app/en/historical-typhoon-data-download-for-taiwan/</guid><description><![CDATA[<div class="featured-image">
                <img src="https://Josh-test-lab.github.io/posts/Historical%20Typhoon%20Data%20Download%20for%20Taiwan/cover%20image.jpg" referrerpolicy="no-referrer">
            </div><p>The cover image is a downloaded typhoon satellite image. It is a satellite water vapor cloud image produced by the Central Weather Administration (CWA) using CCU/SSL. The image was captured at 07:10 on July 11, 2026, and was obtained from the Weather Image Archive of the Department of Atmospheric Sciences at Chinese Culture University (Atmospheric Science Research and Application Databank).</p>
<p>This is a small program that was originally written to download typhoon satellite images and related data. Its initial purpose was to collect image data for image recognition research. Since the program was developed at an earlier stage, it still contains several relatively immature implementation approaches. Therefore, this article serves only as a record and reference for the data download process, and does not provide an in-depth discussion of the program architecture or optimization methods. The programming language used in this project is Python.</p>]]></description></item><item><title>Time Complexity</title><link>https://yao-chih.netlify.app/en/time-complexity/</link><pubDate>Thu, 01 Jan 2026 11:36:20 +0800</pubDate><author>Author</author><guid>https://yao-chih.netlify.app/en/time-complexity/</guid><description><![CDATA[<div class="featured-image">
                <img src="https://raw.githubusercontent.com/Josh-test-lab/website-assets-repository/refs/heads/main/posts/time%20complexity/cover%20image.webp" referrerpolicy="no-referrer">
            </div><p>Time complexity is used to describe how the computation time of an algorithm grows as the input size increases during its execution. Because the processing capabilities, hardware architecture, and system environment differ across computer devices, comparing algorithms solely based on actual execution time often fails to yield representative and portable conclusions. Therefore, time complexity is usually measured by the &ldquo;number of basic operations executed,&rdquo; and asymptotic complexity is employed to analyze the efficiency of algorithms, establishing a hardware-independent and universally applicable performance evaluation method.</p>]]></description></item><item><title>Notes on Creating Python Modules</title><link>https://yao-chih.netlify.app/en/notes-on-creating-python-modules/</link><pubDate>Mon, 13 Oct 2025 19:40:04 +0800</pubDate><author>Author</author><guid>https://yao-chih.netlify.app/en/notes-on-creating-python-modules/</guid><description>&lt;div class="featured-image">
                &lt;img src="https://raw.githubusercontent.com/Josh-test-lab/website-assets-repository/refs/heads/main/posts/Notes%20on%20Creating%20Python%20Modules/cover%20image.webp" referrerpolicy="no-referrer">
            &lt;/div>Recently, I've been learning how to package Python code for quick sharing and easy installation. After exploring various distribution methods, I realized that creating a Python module is probably one of the most convenient options, mainly because it saves me from having to reinstall everything repeatedly.</description></item></channel></rss>