<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Notes - Tag - Gene.Tech</title>
        <link>https://geneliu.itaghome.win/tags/notes/</link>
        <description>Notes - Tag - Gene.Tech</description>
        <generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>gene.liu@live.com (Gene Liu)</managingEditor>
            <webMaster>gene.liu@live.com (Gene Liu)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Sun, 02 Aug 2026 00:00:00 &#43;0000</lastBuildDate><atom:link href="https://geneliu.itaghome.win/tags/notes/" rel="self" type="application/rss+xml" /><item>
    <title>A Toolbox I Actually Reopen</title>
    <link>https://geneliu.itaghome.win/2026-08-02-useful-tools/</link>
    <pubDate>Sun, 02 Aug 2026 00:00:00 &#43;0000</pubDate>
    <author>gene.liu@live.com (Gene Liu)</author>
    <guid>https://geneliu.itaghome.win/2026-08-02-useful-tools/</guid>
    <description><![CDATA[<p>Every few months I dump a folder of saved links into a post like this. Some entries are battle-tested; others are &ldquo;I used this once and it saved a weekend.&rdquo; I dropped <strong>EssayKiller_V2</strong> from my draft list &ndash; it was a fun GPT-2-era experiment, but in 2026 you already have better options on your desk.</p>
<p>Bookmark the page, steal what you need, ignore the rest.</p>
<h2 id="translation--language">Translation &amp; language</h2>
<ul>
<li><a href="https://www.deepl.com/translator" target="_blank" rel="noopener noreffer ">DeepL</a> &ndash; Still the translator I reach for when Google feels too literal and ChatGPT feels too chatty.</li>
<li><a href="https://github.com/zh-lx/pinyin-pro" target="_blank" rel="noopener noreffer ">pinyin-pro</a> &ndash; Pinyin conversion and matching for Chinese text in apps and scripts.</li>
</ul>
<h2 id="homelab--network">Homelab &amp; network</h2>
<ul>
<li><a href="https://dynip.dev/" target="_blank" rel="noopener noreffer ">dynip.dev</a> &ndash; Dynamic DNS that actually updates in about a minute, with RFC 2136 TSIG for routers and a generous free tier. Homelab DNS without the 30-minute stale-record ritual.</li>
<li><a href="https://github.com/jvns/dnspeep" target="_blank" rel="noopener noreffer ">dnspeep</a> &ndash; Spy on DNS queries your machine is making. Julia Evans wrote a <a href="https://jvns.ca/blog/2021/03/31/dnspeep-tool/" target="_blank" rel="noopener noreffer ">nice walkthrough</a> when it launched; the repo is the thing to install.</li>
<li><a href="https://httptoolkit.tech/" target="_blank" rel="noopener noreffer ">HTTP Toolkit</a> &ndash; Intercept, inspect, and mock HTTP(S) traffic without wrestling <code>mitmproxy</code> config every time.</li>
</ul>
<h2 id="terminal--remote-access">Terminal &amp; remote access</h2>
<ul>
<li><a href="https://github.com/ekzhang/sshx" target="_blank" rel="noopener noreffer ">sshx</a> &ndash; Share a live terminal in the browser. Fast, collaborative, surprisingly handy for &ldquo;can you see this error?&rdquo;</li>
<li><a href="https://github.com/cs01/termpair" target="_blank" rel="noopener noreffer ">termpair</a> &ndash; View and control a terminal from a browser with end-to-end encryption.</li>
<li><a href="https://github.com/huashengdun/webssh" target="_blank" rel="noopener noreffer ">webssh</a> &ndash; Web-based SSH client when you cannot install a native client but still need a shell.</li>
</ul>
<h2 id="pdf--documents">PDF &amp; documents</h2>
<ul>
<li><a href="https://github.com/Stirling-Tools/Stirling-PDF" target="_blank" rel="noopener noreffer ">Stirling-PDF</a> &ndash; Self-hosted PDF toolkit: merge, split, compress, OCR, the usual suspects. Run it at home if you do not want files on a random website.</li>
<li><a href="https://pdfreal.com/" target="_blank" rel="noopener noreffer ">PDFReal</a> &ndash; Fast online PDF utilities when you need something quick and do not want to spin up a container.</li>
</ul>
<h2 id="cloud-native--observability">Cloud native &amp; observability</h2>
<ul>
<li><a href="https://github.com/rootsongjc/awesome-cloud-native" target="_blank" rel="noopener noreffer ">awesome-cloud-native</a> &ndash; Rootsongjc&rsquo;s curated list of cloud-native projects. Good starting point when you are lost in the CNCF catalog.</li>
<li><a href="https://github.com/netdata/netdata" target="_blank" rel="noopener noreffer ">Netdata</a> &ndash; Real-time monitoring with minimal setup. Nice on a single node or a small cluster.</li>
</ul>
<h2 id="data--databases">Data &amp; databases</h2>
<ul>
<li><a href="https://dbeaver.io/" target="_blank" rel="noopener noreffer ">DBeaver</a> &ndash; Universal database client. Not pretty at 2 a.m., but it opens everything.</li>
</ul>
<h2 id="shell--scripting">Shell &amp; scripting</h2>
<ul>
<li><a href="https://github.com/dylanaraps/pure-bash-bible" target="_blank" rel="noopener noreffer ">pure-bash-bible</a> &ndash; Bash snippets you will grep more than you expect.</li>
<li><a href="https://github.com/onceupon/Bash-Oneliner" target="_blank" rel="noopener noreffer ">Bash-Oneliner</a> &ndash; Another solid collection of one-liners and small scripts.</li>
<li><a href="https://github.com/koalaman/shellcheck" target="_blank" rel="noopener noreffer ">ShellCheck</a> &ndash; Lint your shell scripts before they lint you.</li>
</ul>
<h2 id="security-crypto-and-regex-pain">Security, crypto, and regex pain</h2>
<ul>
<li><a href="https://gchq.github.io/CyberChef/" target="_blank" rel="noopener noreffer ">CyberChef</a> &ndash; The &ldquo;what encoding is this?&rdquo; Swiss Army knife from GCHQ.</li>
<li><a href="https://regex-vis.com/" target="_blank" rel="noopener noreffer ">regex-vis</a> &ndash; Visualize and debug regexes when your eyes glaze over at <code>^(?=(.*[a-z]))</code>.</li>
</ul>
<h2 id="comments-lightweight">Comments (lightweight)</h2>
<ul>
<li><a href="https://github.com/djyde/cusdis" target="_blank" rel="noopener noreffer ">Cusdis</a> &ndash; Lightweight, privacy-friendly comment widget. The author&rsquo;s free hosted service is gone; self-host or embed on your own site. Still beats loading Disqus on a personal blog.</li>
</ul>
<h2 id="iot--casting">IoT &amp; casting</h2>
<ul>
<li><a href="https://hub.docker.com/r/tfgco/arkadiko/tags" target="_blank" rel="noopener noreffer ">Arkadiko (Docker)</a> &ndash; Docker image related to the Arkadiko IoT/game stack; useful if you are poking at that ecosystem.</li>
<li><a href="https://github.com/skorokithakis/catt/" target="_blank" rel="noopener noreffer ">catt</a> &ndash; Cast audio and video to Chromecast from the command line. <code>catt cast</code> beats opening another GUI.</li>
</ul>
<h2 id="music-scores-and-midi">Music, scores, and MIDI</h2>
<ul>
<li><a href="http://www.kunstderfuge.com/" target="_blank" rel="noopener noreffer ">Kunst der Fuge</a> &ndash; Classical MIDI files and scores. A rabbit hole if you like reading music on a screen.</li>
<li><a href="https://github.com/marcomusy/pianoplayer" target="_blank" rel="noopener noreffer ">pianoplayer</a> &ndash; Play along with a MIDI keyboard; visual feedback on what to press next.</li>
<li><a href="http://www.nlc.cn/pcab/zy/zhgj_zyk/" target="_blank" rel="noopener noreffer ">中华古籍资源库</a> &ndash; National Library of China digitized ancient books and related resources. Serious archive, not a quick click.</li>
</ul>
<h2 id="chinese-classics--text">Chinese classics &amp; text</h2>
<ul>
<li><a href="https://ctext.org/zhs" target="_blank" rel="noopener noreffer ">ctext.org</a> &ndash; Chinese Text Project: classical Chinese texts with search and parallel editions.</li>
<li><a href="https://github.com/jaywcjlove/copybook-generator" target="_blank" rel="noopener noreffer ">copybook-generator</a> &ndash; Generate Chinese copybook practice sheets (字帖).</li>
</ul>
<h2 id="math-code-and-learning">Math, code, and learning</h2>
<ul>
<li><a href="https://github.com/rossant/awesome-math" target="_blank" rel="noopener noreffer ">awesome-math</a> &ndash; Curated math learning resources.</li>
<li><a href="https://github.com/google/blockly" target="_blank" rel="noopener noreffer ">Blockly</a> &ndash; Visual block programming; still useful for teaching and quick prototypes.</li>
<li><a href="https://github.com/zhm-real/PathPlanning" target="_blank" rel="noopener noreffer ">PathPlanning</a> &ndash; Path planning algorithms with visual demos.</li>
</ul>
<h2 id="fitness-handwriting-and-doodles">Fitness, handwriting, and doodles</h2>
<ul>
<li><a href="https://darebee.com/workouts.html" target="_blank" rel="noopener noreffer ">Darebee workouts</a> &ndash; No-equipment workout cards. Print one, do it, move on.</li>
<li><a href="https://www.calligrapher.ai/" target="_blank" rel="noopener noreffer ">Calligrapher.ai</a> &ndash; Generate realistic handwriting from typed text. Fun for labels and mockups.</li>
<li><a href="https://github.com/linjc/smooth-signature" target="_blank" rel="noopener noreffer ">smooth-signature</a> &ndash; Smooth signature pad for web apps.</li>
</ul>
<h2 id="games--go">Games &amp; Go</h2>
<ul>
<li><a href="https://online-go.com/learn-to-play-go/atari-to-side" target="_blank" rel="noopener noreffer ">OGS: Learn to Play Go (Atari to Side)</a> &ndash; Interactive lessons on <a href="https://online-go.com/" target="_blank" rel="noopener noreffer ">online-go.com</a> (OGS). Work through tactics from atari to side connections, then play in the same browser.</li>
</ul>
<h2 id="weather">Weather</h2>
<ul>
<li><a href="https://github.com/Leftium/ultra-weather" target="_blank" rel="noopener noreffer ">ultra-weather</a> &ndash; Actionable, human-readable weather forecasts in a clean UI.</li>
</ul>
<h2 id="reading--ebooks">Reading &amp; ebooks</h2>
<ul>
<li><a href="https://github.com/satorumurmur/bibi" target="_blank" rel="noopener noreffer ">bibi</a> &ndash; EPUB reader you can embed on a website.</li>
<li><a href="https://github.com/noDRM/DeDRM_tools" target="_blank" rel="noopener noreffer ">DeDRM_tools</a> &ndash; Tools for managing DRM on ebooks you already own. Legal territory varies by country; use only on content you have the right to back up.</li>
</ul>
<hr>
<p><em>Last updated: 2026-08-02. Send me a link if something here rotted or if I missed your favorite wrench.</em></p>]]></description>
</item>
<item>
    <title>Notes on &#39;The Untethered Soul: The Journey Beyond Yourself&#39;</title>
    <link>https://geneliu.itaghome.win/2026-07-27-untethered-soul/</link>
    <pubDate>Mon, 27 Jul 2026 00:00:00 &#43;0000</pubDate>
    <author>gene.liu@live.com (Gene Liu)</author>
    <guid>https://geneliu.itaghome.win/2026-07-27-untethered-soul/</guid>
    <description><![CDATA[<p>Here are some highlights and notes from my reading of <strong>The Untethered Soul: The Journey Beyond Yourself</strong>.</p>
<h3 id="chapter-15-the-path-of-unconditional-happiness">Chapter 15: The Path of Unconditional Happiness</h3>
<blockquote>
<p>The highest spiritual path is life itself. If you know how to live daily life, it all becomes a liberating experience. But first you have to approach life properly, or it can be very confusing. You have to realize that you really only have one choice in this life, and it&rsquo;s not about your career, whom you want to marry, or whether you want to seek God. People tend to burden themselves with so many choices. But, in the end, you can throw it all away and just make one basic, underlying decision: Do you want to be happy, or do you not want to be happy? It&rsquo;s really that simple. Once you make that choice, your path through life becomes totally clear.</p>]]></description>
</item>
<item>
    <title>Notes on &#39;The Man&#39;s Guide to Women&#39;</title>
    <link>https://geneliu.itaghome.win/2026-07-22-mans-guide-to-women/</link>
    <pubDate>Wed, 22 Jul 2026 00:00:00 &#43;0000</pubDate>
    <author>gene.liu@live.com (Gene Liu)</author>
    <guid>https://geneliu.itaghome.win/2026-07-22-mans-guide-to-women/</guid>
    <description><![CDATA[<p>Here are some highlights and notes from my reading of <strong>The Man&rsquo;s Guide to Women: Scientifically Proven Secrets from the Love Lab About What Women Really Want</strong>.</p>
<h3 id="01-what-do-women-really-want-understanding-a-womans-heart">01 What Do Women Really Want? Understanding a Woman&rsquo;s Heart</h3>
<blockquote>
<p>In the process of men and women interacting, the behaviors that make women feel you are trustworthy are as follows: keeping your promises, being consistent in your words and actions, being reliable, having a sense of responsibility, and being able to truthfully show who you are.</p>]]></description>
</item>
<item>
    <title>Use wget to Download a List of Files</title>
    <link>https://geneliu.itaghome.win/2022-1-19-wget/</link>
    <pubDate>Wed, 19 Jan 2022 00:00:00 &#43;0000</pubDate>
    <author>gene.liu@live.com (Gene Liu)</author>
    <guid>https://geneliu.itaghome.win/2022-1-19-wget/</guid>
    <description><![CDATA[<p>Use <code>wget</code> to download a list of files:</p>
<div class="code-block code-line-numbers open" style="counter-reset: code-block 0">
    <div class="code-header language-bash">
        <span class="code-title"><i class="arrow fas fa-angle-right" aria-hidden="true"></i></span>
        <span class="ellipses"><i class="fas fa-ellipsis-h" aria-hidden="true"></i></span>
        <span class="copy" title="Copy to clipboard"><i class="far fa-copy" aria-hidden="true"></i></span>
    </div><div class="highlight"><pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl">wget -x -P /data/temp/files --no-host-directories -i /data/temp/file.txt</span></span></code></pre></div></div>]]></description>
</item>
<item>
    <title>Setup Harbor with Self-Signed Certificates</title>
    <link>https://geneliu.itaghome.win/2021-01-25-harbor/</link>
    <pubDate>Mon, 25 Jan 2021 00:00:00 &#43;0000</pubDate>
    <author>gene.liu@live.com (Gene Liu)</author>
    <guid>https://geneliu.itaghome.win/2021-01-25-harbor/</guid>
    <description><![CDATA[<p>I previously had a docker-registry setup for images and a simple httpd service for a Helm chart repo. It worked as expected most of the time until we found that a layered (aka prefix) chart does not work. The solution is to replace the above two services with Harbor (2.0+). Harbor is an OCI-compliant registry capable of serving OCI-compliant artifacts, including Helm charts (requires Helm 3.0+).</p>
<p>The general setup should work with other Ingress controllers like Nginx/nginx-ingress.</p>]]></description>
</item>
</channel>
</rss>
