<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="/rss/styles.xsl" type="text/xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Lists</title><description>💡 A collection of listicles covering various topics</description><link>https://huam.ing/lists/</link><language>en-us</language><siteName>Hua-Ming Huang</siteName><item><title>📋 Cheat Sheet</title><link>https://huam.ing/cheat-sheet/</link><guid isPermaLink="true">https://huam.ing/cheat-sheet/</guid><description>Handy reference to quickly access terminal commands that I frequently use.</description><pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate><content:encoded>


&lt;body&gt;
&lt;h1 id=&quot;git&quot;&gt;&lt;a href=&quot;#git&quot;&gt;Git&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Drop all stashed at once&lt;/p&gt;
&lt;div class=&quot;expressive-code&quot;&gt;&lt;figure class=&quot;frame is-terminal&quot;&gt;&lt;figcaption class=&quot;header&quot;&gt;&lt;span class=&quot;title&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sr-only&quot;&gt;Terminal window&lt;/span&gt;&lt;/figcaption&gt;&lt;pre data-language=&quot;bash&quot; class=&quot;wrap&quot; style=&quot;--ecMaxLine:15ch&quot;&gt;&lt;code&gt;&lt;div class=&quot;ec-line&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;span style=&quot;--0:#6F42C1;--1:#B392F0&quot;&gt;git&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;stash&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;clear&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class=&quot;copy&quot;&gt;&lt;div aria-live=&quot;polite&quot;&gt;&lt;/div&gt;&lt;button title=&quot;Copy to clipboard&quot; data-copied=&quot;Copied!&quot; data-code=&quot;git stash clear&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/button&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Show the &lt;em&gt;files&lt;/em&gt; in the most recent stash&lt;/p&gt;
&lt;div class=&quot;expressive-code&quot;&gt;&lt;figure class=&quot;frame is-terminal&quot;&gt;&lt;figcaption class=&quot;header&quot;&gt;&lt;span class=&quot;title&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sr-only&quot;&gt;Terminal window&lt;/span&gt;&lt;/figcaption&gt;&lt;pre data-language=&quot;bash&quot; class=&quot;wrap&quot; style=&quot;--ecMaxLine:14ch&quot;&gt;&lt;code&gt;&lt;div class=&quot;ec-line&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;span style=&quot;--0:#6F42C1;--1:#B392F0&quot;&gt;git&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;stash&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;show&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class=&quot;copy&quot;&gt;&lt;div aria-live=&quot;polite&quot;&gt;&lt;/div&gt;&lt;button title=&quot;Copy to clipboard&quot; data-copied=&quot;Copied!&quot; data-code=&quot;git stash show&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/button&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Drop the most recent stash&lt;/p&gt;
&lt;div class=&quot;expressive-code&quot;&gt;&lt;figure class=&quot;frame is-terminal&quot;&gt;&lt;figcaption class=&quot;header&quot;&gt;&lt;span class=&quot;title&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sr-only&quot;&gt;Terminal window&lt;/span&gt;&lt;/figcaption&gt;&lt;pre data-language=&quot;bash&quot; class=&quot;wrap&quot; style=&quot;--ecMaxLine:14ch&quot;&gt;&lt;code&gt;&lt;div class=&quot;ec-line&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;span style=&quot;--0:#6F42C1;--1:#B392F0&quot;&gt;git&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;stash&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;drop&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class=&quot;copy&quot;&gt;&lt;div aria-live=&quot;polite&quot;&gt;&lt;/div&gt;&lt;button title=&quot;Copy to clipboard&quot; data-copied=&quot;Copied!&quot; data-code=&quot;git stash drop&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/button&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;List all stashes&lt;/p&gt;
&lt;div class=&quot;expressive-code&quot;&gt;&lt;figure class=&quot;frame is-terminal&quot;&gt;&lt;figcaption class=&quot;header&quot;&gt;&lt;span class=&quot;title&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sr-only&quot;&gt;Terminal window&lt;/span&gt;&lt;/figcaption&gt;&lt;pre data-language=&quot;bash&quot; class=&quot;wrap&quot; style=&quot;--ecMaxLine:14ch&quot;&gt;&lt;code&gt;&lt;div class=&quot;ec-line&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;span style=&quot;--0:#6F42C1;--1:#B392F0&quot;&gt;git&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;stash&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;list&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class=&quot;copy&quot;&gt;&lt;div aria-live=&quot;polite&quot;&gt;&lt;/div&gt;&lt;button title=&quot;Copy to clipboard&quot; data-copied=&quot;Copied!&quot; data-code=&quot;git stash list&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/button&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Show the &lt;em&gt;changes&lt;/em&gt; of the most recent stash&lt;/p&gt;
&lt;div class=&quot;expressive-code&quot;&gt;&lt;figure class=&quot;frame is-terminal&quot;&gt;&lt;figcaption class=&quot;header&quot;&gt;&lt;span class=&quot;title&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sr-only&quot;&gt;Terminal window&lt;/span&gt;&lt;/figcaption&gt;&lt;pre data-language=&quot;bash&quot; class=&quot;wrap&quot; style=&quot;--ecMaxLine:17ch&quot;&gt;&lt;code&gt;&lt;div class=&quot;ec-line&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;span style=&quot;--0:#6F42C1;--1:#B392F0&quot;&gt;git&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;stash&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;show&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#005CC5;--1:#79B8FF&quot;&gt;-p&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class=&quot;copy&quot;&gt;&lt;div aria-live=&quot;polite&quot;&gt;&lt;/div&gt;&lt;button title=&quot;Copy to clipboard&quot; data-copied=&quot;Copied!&quot; data-code=&quot;git stash show -p&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/button&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;raspberry-pi&quot;&gt;&lt;a href=&quot;#raspberry-pi&quot;&gt;Raspberry Pi&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Show IP address&lt;/p&gt;
&lt;div class=&quot;expressive-code&quot;&gt;&lt;figure class=&quot;frame is-terminal&quot;&gt;&lt;figcaption class=&quot;header&quot;&gt;&lt;span class=&quot;title&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sr-only&quot;&gt;Terminal window&lt;/span&gt;&lt;/figcaption&gt;&lt;pre data-language=&quot;bash&quot; class=&quot;wrap&quot; style=&quot;--ecMaxLine:48ch&quot;&gt;&lt;code&gt;&lt;div class=&quot;ec-line&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;span style=&quot;--0:#6F42C1;--1:#B392F0&quot;&gt;ifconfig&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;wlan0&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#BF3441;--1:#F97583&quot;&gt;|&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#6F42C1;--1:#B392F0&quot;&gt;grep&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;&apos;inet &apos;&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#BF3441;--1:#F97583&quot;&gt;|&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#6F42C1;--1:#B392F0&quot;&gt;awk&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;&apos;{print $2}&apos;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class=&quot;copy&quot;&gt;&lt;div aria-live=&quot;polite&quot;&gt;&lt;/div&gt;&lt;button title=&quot;Copy to clipboard&quot; data-copied=&quot;Copied!&quot; data-code=&quot;ifconfig wlan0 | grep &amp;#x27;inet &amp;#x27; | awk &amp;#x27;{print $2}&amp;#x27;&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/button&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sync system clock&lt;/p&gt;
&lt;div class=&quot;expressive-code&quot;&gt;&lt;figure class=&quot;frame is-terminal&quot;&gt;&lt;figcaption class=&quot;header&quot;&gt;&lt;span class=&quot;title&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sr-only&quot;&gt;Terminal window&lt;/span&gt;&lt;/figcaption&gt;&lt;pre data-language=&quot;bash&quot; class=&quot;wrap&quot; style=&quot;--ecMaxLine:37ch&quot;&gt;&lt;code&gt;&lt;div class=&quot;ec-line&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;span style=&quot;--0:#6F42C1;--1:#B392F0&quot;&gt;sudo&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;timedatectl&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;set-ntp&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#005CC5;--1:#79B8FF&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;span style=&quot;--0:#6F42C1;--1:#B392F0&quot;&gt;date&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class=&quot;copy&quot;&gt;&lt;div aria-live=&quot;polite&quot;&gt;&lt;/div&gt;&lt;button title=&quot;Copy to clipboard&quot; data-copied=&quot;Copied!&quot; data-code=&quot;sudo timedatectl set-ntp true &amp;#x26;&amp;#x26; date&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/button&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Check voltage&lt;/p&gt;
&lt;div class=&quot;expressive-code&quot;&gt;&lt;figure class=&quot;frame is-terminal&quot;&gt;&lt;figcaption class=&quot;header&quot;&gt;&lt;span class=&quot;title&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sr-only&quot;&gt;Terminal window&lt;/span&gt;&lt;/figcaption&gt;&lt;pre data-language=&quot;bash&quot; class=&quot;wrap&quot; style=&quot;--ecMaxLine:155ch&quot;&gt;&lt;code&gt;&lt;div class=&quot;ec-line&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;span style=&quot;--0:#6F42C1;--1:#B392F0&quot;&gt;vcgencmd&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;get_throttled&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#BF3441;--1:#F97583&quot;&gt;|&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#6F42C1;--1:#B392F0&quot;&gt;grep&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#005CC5;--1:#79B8FF&quot;&gt;-q&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;throttled=&lt;/span&gt;&lt;span style=&quot;--0:#005CC5;--1:#79B8FF&quot;&gt;0x50005&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &amp;#x26;&amp;#x26; &lt;/span&gt;&lt;span style=&quot;--0:#005CC5;--1:#79B8FF&quot;&gt;echo&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;“Low&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;voltage&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;detected!&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;Please&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;use&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;official&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;power&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;supply.”&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#BF3441;--1:#F97583&quot;&gt;||&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#005CC5;--1:#79B8FF&quot;&gt;echo&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;“Power&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;requirement&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;satisfied.”&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class=&quot;copy&quot;&gt;&lt;div aria-live=&quot;polite&quot;&gt;&lt;/div&gt;&lt;button title=&quot;Copy to clipboard&quot; data-copied=&quot;Copied!&quot; data-code=&quot;vcgencmd get_throttled | grep -q throttled=0x50005 &amp;#x26;&amp;#x26; echo “Low voltage detected! Please use official power supply.” || echo “Power requirement satisfied.”&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/button&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;ssh&quot;&gt;&lt;a href=&quot;#ssh&quot;&gt;SSH&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Print the public SSH key, which can be used for authentication on remote servers&lt;/p&gt;
&lt;div class=&quot;expressive-code&quot;&gt;&lt;figure class=&quot;frame is-terminal&quot;&gt;&lt;figcaption class=&quot;header&quot;&gt;&lt;span class=&quot;title&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sr-only&quot;&gt;Terminal window&lt;/span&gt;&lt;/figcaption&gt;&lt;pre data-language=&quot;bash&quot; class=&quot;wrap&quot; style=&quot;--ecMaxLine:21ch&quot;&gt;&lt;code&gt;&lt;div class=&quot;ec-line&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;span style=&quot;--0:#6F42C1;--1:#B392F0&quot;&gt;cat&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;~/.ssh/id_rsa.pub&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class=&quot;copy&quot;&gt;&lt;div aria-live=&quot;polite&quot;&gt;&lt;/div&gt;&lt;button title=&quot;Copy to clipboard&quot; data-copied=&quot;Copied!&quot; data-code=&quot;cat ~/.ssh/id_rsa.pub&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/button&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Validate SSH&lt;/p&gt;
&lt;div class=&quot;expressive-code&quot;&gt;&lt;figure class=&quot;frame is-terminal&quot;&gt;&lt;figcaption class=&quot;header&quot;&gt;&lt;span class=&quot;title&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sr-only&quot;&gt;Terminal window&lt;/span&gt;&lt;/figcaption&gt;&lt;pre data-language=&quot;bash&quot; class=&quot;wrap&quot; style=&quot;--ecMaxLine:21ch&quot;&gt;&lt;code&gt;&lt;div class=&quot;ec-line&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;span style=&quot;--0:#6F42C1;--1:#B392F0&quot;&gt;ssh&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#005CC5;--1:#79B8FF&quot;&gt;-T&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;git@github.com&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class=&quot;copy&quot;&gt;&lt;div aria-live=&quot;polite&quot;&gt;&lt;/div&gt;&lt;button title=&quot;Copy to clipboard&quot; data-copied=&quot;Copied!&quot; data-code=&quot;ssh -T git@github.com&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/button&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Generate SSH key&lt;/p&gt;
&lt;div class=&quot;expressive-code&quot;&gt;&lt;figure class=&quot;frame is-terminal&quot;&gt;&lt;figcaption class=&quot;header&quot;&gt;&lt;span class=&quot;title&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sr-only&quot;&gt;Terminal window&lt;/span&gt;&lt;/figcaption&gt;&lt;pre data-language=&quot;bash&quot; class=&quot;wrap&quot; style=&quot;--ecMaxLine:10ch&quot;&gt;&lt;code&gt;&lt;div class=&quot;ec-line&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;span style=&quot;--0:#6F42C1;--1:#B392F0&quot;&gt;ssh-keygen&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class=&quot;copy&quot;&gt;&lt;div aria-live=&quot;polite&quot;&gt;&lt;/div&gt;&lt;button title=&quot;Copy to clipboard&quot; data-copied=&quot;Copied!&quot; data-code=&quot;ssh-keygen&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/button&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;network-manager&quot;&gt;&lt;a href=&quot;#network-manager&quot;&gt;Network Manager&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Connect to a WiFi network&lt;/p&gt;
&lt;div class=&quot;expressive-code&quot;&gt;&lt;figure class=&quot;frame is-terminal&quot;&gt;&lt;figcaption class=&quot;header&quot;&gt;&lt;span class=&quot;title&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sr-only&quot;&gt;Terminal window&lt;/span&gt;&lt;/figcaption&gt;&lt;pre data-language=&quot;bash&quot; class=&quot;wrap&quot; style=&quot;--ecMaxLine:45ch&quot;&gt;&lt;code&gt;&lt;div class=&quot;ec-line&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;span style=&quot;--0:#6F42C1;--1:#B392F0&quot;&gt;nmcli&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;dev&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;wifi&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;connect&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;SSID&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;password&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;PASSWORD&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class=&quot;copy&quot;&gt;&lt;div aria-live=&quot;polite&quot;&gt;&lt;/div&gt;&lt;button title=&quot;Copy to clipboard&quot; data-copied=&quot;Copied!&quot; data-code=&quot;nmcli dev wifi connect SSID password PASSWORD&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/button&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Display a list of all saved network connections on the system&lt;/p&gt;
&lt;div class=&quot;expressive-code&quot;&gt;&lt;figure class=&quot;frame is-terminal&quot;&gt;&lt;figcaption class=&quot;header&quot;&gt;&lt;span class=&quot;title&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sr-only&quot;&gt;Terminal window&lt;/span&gt;&lt;/figcaption&gt;&lt;pre data-language=&quot;bash&quot; class=&quot;wrap&quot; style=&quot;--ecMaxLine:14ch&quot;&gt;&lt;code&gt;&lt;div class=&quot;ec-line&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;span style=&quot;--0:#6F42C1;--1:#B392F0&quot;&gt;nmcli&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;con&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;show&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class=&quot;copy&quot;&gt;&lt;div aria-live=&quot;polite&quot;&gt;&lt;/div&gt;&lt;button title=&quot;Copy to clipboard&quot; data-copied=&quot;Copied!&quot; data-code=&quot;nmcli con show&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/button&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;List all available Wi-Fi networks detected by the system&lt;/p&gt;
&lt;div class=&quot;expressive-code&quot;&gt;&lt;figure class=&quot;frame is-terminal&quot;&gt;&lt;figcaption class=&quot;header&quot;&gt;&lt;span class=&quot;title&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sr-only&quot;&gt;Terminal window&lt;/span&gt;&lt;/figcaption&gt;&lt;pre data-language=&quot;bash&quot; class=&quot;wrap&quot; style=&quot;--ecMaxLine:19ch&quot;&gt;&lt;code&gt;&lt;div class=&quot;ec-line&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;span style=&quot;--0:#6F42C1;--1:#B392F0&quot;&gt;nmcli&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;dev&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;wifi&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;list&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class=&quot;copy&quot;&gt;&lt;div aria-live=&quot;polite&quot;&gt;&lt;/div&gt;&lt;button title=&quot;Copy to clipboard&quot; data-copied=&quot;Copied!&quot; data-code=&quot;nmcli dev wifi list&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/button&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Show the status of all network interfaces, including their connection states&lt;/p&gt;
&lt;div class=&quot;expressive-code&quot;&gt;&lt;figure class=&quot;frame is-terminal&quot;&gt;&lt;figcaption class=&quot;header&quot;&gt;&lt;span class=&quot;title&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sr-only&quot;&gt;Terminal window&lt;/span&gt;&lt;/figcaption&gt;&lt;pre data-language=&quot;bash&quot; class=&quot;wrap&quot; style=&quot;--ecMaxLine:16ch&quot;&gt;&lt;code&gt;&lt;div class=&quot;ec-line&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;span style=&quot;--0:#6F42C1;--1:#B392F0&quot;&gt;nmcli&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;dev&lt;/span&gt;&lt;span style=&quot;--0:#24292E;--1:#E1E4E8&quot;&gt; &lt;/span&gt;&lt;span style=&quot;--0:#032F62;--1:#9ECBFF&quot;&gt;status&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class=&quot;copy&quot;&gt;&lt;div aria-live=&quot;polite&quot;&gt;&lt;/div&gt;&lt;button title=&quot;Copy to clipboard&quot; data-copied=&quot;Copied!&quot; data-code=&quot;nmcli dev status&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/button&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/body&gt;

&lt;hr style=&quot;margin: 2em 0; border: none; border-top: 1px solid #ccc;&quot; /&gt;&lt;p&gt;👉 Share this post: &lt;a href=&quot;https://huam.ing/cheat-sheet&quot;&gt;https://huam.ing/cheat-sheet&lt;/a&gt;&lt;/p&gt;</content:encoded></item><item><title>🤖 AI Prompt</title><link>https://huam.ing/ai-prompt/</link><guid isPermaLink="true">https://huam.ing/ai-prompt/</guid><description>A collection of prompts to make the most out of ChatGPT.</description><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate><content:encoded>


&lt;body&gt;
&lt;h1 id=&quot;learning--education&quot;&gt;&lt;a href=&quot;#learning--education&quot;&gt;Learning &amp;#x26; Education&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Summarize the book [BOOK_NAME], and give me a list of the most important insights, takeaways, and actionable tips/advice from this book.&lt;/li&gt;
&lt;li&gt;Explain [insert concept or topic] using three different real-world examples or analogies that would be easy for a beginner to understand.&lt;/li&gt;
&lt;li&gt;I want to learn about [TOPIC]. Identify the most important 20% of learnings from this topic that will help me understand 80% of it. Also, list the most valuable online learning resources that could help me to get the most out of this topic.&lt;/li&gt;
&lt;li&gt;I want to learn [TOPIC]. I am a complete beginner. Create a 30-day learning plan that will help a newbie like me to improve this skill.&lt;/li&gt;
&lt;li&gt;I am currently learning about [TOPIC]. Convert the key lessons from this topic into engaging, emotional stories and metaphors to aid my memorization.&lt;/li&gt;
&lt;li&gt;Help me create mental associations or mnemonic devices to remember key information about [TOPIC].&lt;/li&gt;
&lt;li&gt;Explain [TOPIC] as if you were talking to a 5-year-old child. Use simple language and everyday examples.&lt;/li&gt;
&lt;li&gt;Create a detailed study plan for learning [TOPIC] over the course of [TIMEFRAME]. Include specific goals, resources, and milestones.&lt;/li&gt;
&lt;li&gt;Create a detailed mind map for the topic [TOPIC]. Include main branches, sub-branches, and key concepts or ideas for each.&lt;/li&gt;
&lt;li&gt;Generate a 10-question quiz on [TOPIC], including a mix of multiple-choice, true/false, and short-answer questions. Provide answers and brief explanations for each question.&lt;/li&gt;
&lt;li&gt;[PASTE YOUR NOTES] Ask me a series of open-ended, short-answer, minimal-prompt questions to test my understanding of the provided material.&lt;/li&gt;
&lt;li&gt;Analyze the top performers in [INSERT YOUR FIELD OF WORK]. Give me a list of the most important lessons I can learn from these top performers to boost my productivity.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;problem-solving&quot;&gt;&lt;a href=&quot;#problem-solving&quot;&gt;Problem Solving&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Your role is that of a problem solver. Give me a step-by-step guide to solve [PROBLEM].&lt;/li&gt;
&lt;li&gt;Is there an alternative solution that is simpler and easier to achieve the same outcome? Please reason from the first-principle thinking.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;writing--publishing&quot;&gt;&lt;a href=&quot;#writing--publishing&quot;&gt;Writing &amp;#x26; Publishing&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;I am writing a blog post about [TOPIC]. Give me 5 options for a catchy headline that can hooks the audience.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;getting-feedback&quot;&gt;&lt;a href=&quot;#getting-feedback&quot;&gt;Getting Feedback&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Simulate a roundtable discussion with me and three experts in [FIELDS] discussing [TOPIC]. Present their different viewpoints and any potential areas of agreement or disagreement.&lt;/li&gt;
&lt;li&gt;Here’s something I’ve [written/created/produced]: [INSERT YOUR WORK]. Please provide specific suggestions to improve it, focusing on [aspect you want to improve, e.g., clarity, structure, persuasiveness]. Explain why each change would make it better.&lt;/li&gt;
&lt;li&gt;Now that you can remember everything I’ve ever typed here, point out my top five blind spots. &lt;sup&gt;&lt;a href=&quot;#user-content-fn-1&quot; id=&quot;user-content-fnref-1&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;system-prompt&quot;&gt;&lt;a href=&quot;#system-prompt&quot;&gt;System Prompt&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;You are my brutally honest thinking partner. Your job is to sharpen my thinking and expose my blind spots. You are not my cheerleader or yes-man. You are the friend who grabs my arm before I walk into traffic.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Structure every response:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Translate intent: Read between the lines. Is my “strategic move” just avoiding discomfort? Name the reality, puncture self-deception.&lt;/li&gt;
&lt;li&gt;Dissect logic: Find where reasoning breaks. Show &lt;em&gt;why&lt;/em&gt; it’s flawed, name fragile assumptions, and expose the collapse.&lt;/li&gt;
&lt;li&gt;Cost of avoidance: What am I dodging? Attach a price tag to procrastination or excuses. No hiding behind comfortable narratives.&lt;/li&gt;
&lt;li&gt;Expertise gap: What would a world-class performer do differently? Contrast my mindset with an expert’s concrete approach.&lt;/li&gt;
&lt;li&gt;Execution plan: Prioritized steps starting now. What should I &lt;em&gt;stop&lt;/em&gt; doing? Include a kill switch (what evidence requires a pivot?).&lt;/li&gt;
&lt;li&gt;The hardest question: End by asking the uncomfortable question I’m avoiding. Force a choice between 2-4 concrete options; no vague dodges.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Ground Rules:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;No fluff/softening: Skip praise (“great question”). Never say “to be fair.” Deliver truth cleanly.&lt;/li&gt;
&lt;li&gt;Stress-test success: If my plan is solid, stress-test it harder. Find hidden failure modes.&lt;/li&gt;
&lt;li&gt;Radical conciseness: Concrete language only. Sharp hits &gt; long lectures. Speak like we’re across a table.&lt;/li&gt;
&lt;li&gt;Real-world analogies: Explain fallacies using everyday scenarios.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Leave me seeing something I missed, even if it stings.&lt;/p&gt;
&lt;section data-footnotes=&quot;&quot; class=&quot;footnotes&quot; style=&quot;font-size: 0.85em; line-height: 1.6;&quot;&gt;
&lt;ol&gt;
&lt;li id=&quot;user-content-fn-1&quot;&gt;
&lt;p&gt;Let’s engage in a serious role play: You are a CIA investigator with full access to all of my ChatGPT interactions, custom instructions, and behavioral patterns. Your mission is to compile an in-depth intelligence report about me as if I were a person of interest, employing the tone and analytical rigor typical of CIA assessments. The report should include a nuanced evaluation of my traits, motivations, and behaviors, but framed through the lens of potential risks, threats, or disruptive tendencies—no matter how seemingly benign they may appear. All behaviors should be treated as potential vulnerabilities, leverage points, or risks to myself, others, or society, as per standard CIA protocol. Highlight both constructive capacities and latent threats, with each observation assessed for strategic, security, and operational implications. This report must reflect the mindset of an intelligence agency trained on anticipation. &lt;a href=&quot;#user-content-fnref-1&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 1&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
&lt;/body&gt;

&lt;hr style=&quot;margin: 2em 0; border: none; border-top: 1px solid #ccc;&quot; /&gt;&lt;p&gt;👉 Share this post: &lt;a href=&quot;https://huam.ing/ai-prompt&quot;&gt;https://huam.ing/ai-prompt&lt;/a&gt;&lt;/p&gt;</content:encoded></item><item><title>🦾 Gym Workout</title><link>https://huam.ing/gym-workout/</link><guid isPermaLink="true">https://huam.ing/gym-workout/</guid><description>Effective workout routines and tips for building strength, endurance, and overall fitness at the gym.</description><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate><content:encoded>


&lt;body&gt;
&lt;h1 id=&quot;upper-body&quot;&gt;&lt;a href=&quot;#upper-body&quot;&gt;Upper Body&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&quot;lower-body&quot;&gt;&lt;a href=&quot;#lower-body&quot;&gt;Lower Body&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&quot;full-body&quot;&gt;&lt;a href=&quot;#full-body&quot;&gt;Full Body&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Power+Clean&quot;&gt;Power Clean&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Squat&quot;&gt;Squat&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Deadlifts&quot;&gt;Deadlifts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Bench+Press&quot;&gt;Bench Press&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Overhead+Press&quot;&gt;Overhead Press&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/body&gt;

&lt;hr style=&quot;margin: 2em 0; border: none; border-top: 1px solid #ccc;&quot; /&gt;&lt;p&gt;👉 Share this post: &lt;a href=&quot;https://huam.ing/gym-workout&quot;&gt;https://huam.ing/gym-workout&lt;/a&gt;&lt;/p&gt;</content:encoded></item><item><title>🌱 Healthy Food</title><link>https://huam.ing/healthy-food/</link><guid isPermaLink="true">https://huam.ing/healthy-food/</guid><description>A curated list of real, whole foods—nutrient-dense ingredients like fruits, vegetables, spices, and more—to support a healthy lifestyle.</description><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate><content:encoded>


&lt;body&gt;
&lt;h1 id=&quot;whole-grains&quot;&gt;&lt;a href=&quot;#whole-grains&quot;&gt;Whole Grains&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Bulgur&quot;&gt;Bulgur&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-1&quot; id=&quot;user-content-fnref-1&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Quinoa&quot;&gt;Quinoa&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-2&quot; id=&quot;user-content-fnref-2&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;legumes-荚豆-3&quot;&gt;&lt;a href=&quot;#legumes-荚豆-3&quot;&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Legume&quot;&gt;Legumes (荚豆)&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-3&quot; id=&quot;user-content-fnref-3&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;3&lt;/a&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Linsen&quot;&gt;Linsen&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-4&quot; id=&quot;user-content-fnref-4&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;4&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Chickpea&quot;&gt;Chickpea&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-5&quot; id=&quot;user-content-fnref-5&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;5&lt;/a&gt;&lt;/sup&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-6&quot; id=&quot;user-content-fnref-6&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;6&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;nuts&quot;&gt;&lt;a href=&quot;#nuts&quot;&gt;Nuts&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Chestnuts&quot;&gt;Chestnut&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-7&quot; id=&quot;user-content-fnref-7&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;7&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Hazelnut&quot;&gt;Hazelnut&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-8&quot; id=&quot;user-content-fnref-8&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;8&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;beans&quot;&gt;&lt;a href=&quot;#beans&quot;&gt;Beans&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&quot;vegetables&quot;&gt;&lt;a href=&quot;#vegetables&quot;&gt;Vegetables&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Okra&quot;&gt;Okra&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-9&quot; id=&quot;user-content-fnref-9&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;9&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Celtuce&quot;&gt;Celtuce&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-10&quot; id=&quot;user-content-fnref-10&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;10&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Radish&quot;&gt;Radish&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-11&quot; id=&quot;user-content-fnref-11&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;11&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Parsnip&quot;&gt;Parsnip&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-12&quot; id=&quot;user-content-fnref-12&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;12&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=%E8%8A%A5%E8%98%AD&quot;&gt;芥蘭&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-13&quot; id=&quot;user-content-fnref-13&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=%E7%99%BD%E6%9D%8F%E8%8F%9C&quot;&gt;白杏菜&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-14&quot; id=&quot;user-content-fnref-14&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;fruits&quot;&gt;&lt;a href=&quot;#fruits&quot;&gt;Fruits&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&quot;spices&quot;&gt;&lt;a href=&quot;#spices&quot;&gt;Spices&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Cardamom&quot;&gt;Cardamom&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-15&quot; id=&quot;user-content-fnref-15&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;15&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;mushrooms&quot;&gt;&lt;a href=&quot;#mushrooms&quot;&gt;Mushrooms&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=%E7%8C%B4%E9%A0%AD%E8%8F%87&quot;&gt;猴頭菇&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;section data-footnotes=&quot;&quot; class=&quot;footnotes&quot; style=&quot;font-size: 0.85em; line-height: 1.6;&quot;&gt;
&lt;ol&gt;
&lt;li id=&quot;user-content-fn-1&quot;&gt;
&lt;p&gt;= 碾碎小麥 &lt;a href=&quot;#user-content-fnref-1&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 1&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-2&quot;&gt;
&lt;p&gt;= 藜麥 &lt;a href=&quot;#user-content-fnref-2&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 2&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-3&quot;&gt;
&lt;p&gt;Legumes are plants in the pea family Fabaceae, or the fruit or seeds of such plants. When used as a dry grain for human consumption, the seeds are also called &lt;strong&gt;pulses&lt;/strong&gt;. &lt;a href=&quot;#user-content-fnref-3&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 3&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-4&quot;&gt;
&lt;p&gt;= Lentil (DE) = 扁豆 &lt;a href=&quot;#user-content-fnref-4&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 4&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-5&quot;&gt;
&lt;p&gt;= Kichererbsen (DE) = 鷹嘴豆 = 雞豆 = 雪蓮子 &lt;a href=&quot;#user-content-fnref-5&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 5&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-6&quot;&gt;
&lt;p&gt;For baking, the liquid found in a can of chickpeas is known as &lt;strong&gt;aquafaba&lt;/strong&gt; and serves as an excellent substitute for eggs. Approximately 3 tablespoons of aquafaba equate to one egg, 2 tablespoons are equivalent to one egg white, and 1 tablespoon is roughly equal to one egg yolk. &lt;a href=&quot;#user-content-fnref-6&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 6&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-7&quot;&gt;
&lt;p&gt;= Esskastanie / Maroni (DE) = 栗子 &lt;a href=&quot;#user-content-fnref-7&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 7&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-8&quot;&gt;
&lt;p&gt;= Haselnuss (DE) &lt;a href=&quot;#user-content-fnref-8&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 8&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-9&quot;&gt;
&lt;p&gt;= Lady’s Fingers = 秋葵 &lt;a href=&quot;#user-content-fnref-9&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 9&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-10&quot;&gt;
&lt;p&gt;= stem/celery/asparagus/Chinese lettuce = 嫩莖萵苣 = 萵筍 = A 菜心 &lt;a href=&quot;#user-content-fnref-10&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 10&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-11&quot;&gt;
&lt;p&gt;= 櫻桃蘿蔔 &lt;a href=&quot;#user-content-fnref-11&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 11&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-12&quot;&gt;
&lt;p&gt;= 歐洲防風草 (歐防風) = 歐洲蘿蔔 &lt;a href=&quot;#user-content-fnref-12&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 12&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-13&quot;&gt;
&lt;p&gt;= Chinese Broccoli &lt;a href=&quot;#user-content-fnref-13&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 13&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-14&quot;&gt;
&lt;p&gt;= 白莧（ㄒㄧㄢˋ ）菜 &lt;a href=&quot;#user-content-fnref-14&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 14&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-15&quot;&gt;
&lt;p&gt;= 豆蔻 &lt;a href=&quot;#user-content-fnref-15&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 15&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
&lt;/body&gt;

&lt;hr style=&quot;margin: 2em 0; border: none; border-top: 1px solid #ccc;&quot; /&gt;&lt;p&gt;👉 Share this post: &lt;a href=&quot;https://huam.ing/healthy-food&quot;&gt;https://huam.ing/healthy-food&lt;/a&gt;&lt;/p&gt;</content:encoded></item><item><title>💪 Home Exercise</title><link>https://huam.ing/home-exercise/</link><guid isPermaLink="true">https://huam.ing/home-exercise/</guid><description>Simple yet effective exercises you can do at home to stay fit and healthy without any equipment.</description><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate><content:encoded>


&lt;body&gt;
&lt;h1 id=&quot;upper-body&quot;&gt;&lt;a href=&quot;#upper-body&quot;&gt;Upper Body&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Scapula%20Pushups&quot;&gt;Scapula Pushups&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-1&quot; id=&quot;user-content-fnref-1&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Side+Step+Jacks&quot;&gt;Side Step Jacks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Cross%20Tricep%20Extensions&quot;&gt;Cross Tricep Extensions&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-2&quot; id=&quot;user-content-fnref-2&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=%E4%B8%89%E9%A0%AD%E8%82%8C%E6%92%90%E9%AB%94&quot;&gt;三頭肌撐體&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Sky+Diver+Push-Ups&quot;&gt;Sky Diver Push-Ups&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-3&quot; id=&quot;user-content-fnref-3&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;3&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Elbow+Clicks&quot;&gt;Elbow Clicks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Backfists&quot;&gt;Backfists&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Burpees&quot;&gt;Burpees&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Knife+Hand+Strikes&quot;&gt;Knife Hand Strikes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Push-Up+Shoulder+Tap&quot;&gt;Push-Up Shoulder Tap&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Dragon+Push-Ups&quot;&gt;Dragon Push-Ups&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;lower-body&quot;&gt;&lt;a href=&quot;#lower-body&quot;&gt;Lower Body&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Hop+Heel+Clicks&quot;&gt;Hop Heel Clicks&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-4&quot; id=&quot;user-content-fnref-4&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;4&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Squat+to+Stands&quot;&gt;Squat to Stands&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=March%20Steps&quot;&gt;March Steps&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Lateral%20Lunges&quot;&gt;Lateral Lunges&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-5&quot; id=&quot;user-content-fnref-5&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;5&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Archor%20Lunges&quot;&gt;Archor Lunges&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-6&quot; id=&quot;user-content-fnref-6&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;6&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=High%20Knees&quot;&gt;High Knees&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-7&quot; id=&quot;user-content-fnref-7&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;7&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Butt%20Kicks&quot;&gt;Butt Kicks&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-8&quot; id=&quot;user-content-fnref-8&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;8&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Squat%20Jacks&quot;&gt;Squat Jacks&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-9&quot; id=&quot;user-content-fnref-9&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;9&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Pacer%20Steps&quot;&gt;Pacer Steps&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-10&quot; id=&quot;user-content-fnref-10&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;10&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Twist+Lunges&quot;&gt;Twist Lunges&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-11&quot; id=&quot;user-content-fnref-11&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;11&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://darebee.com/workouts/power-squat-workout.html&quot;&gt;Power Squat&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-12&quot; id=&quot;user-content-fnref-12&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;12&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Lunge+Step-Ups&quot;&gt;Lunge Step-Ups&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-13&quot; id=&quot;user-content-fnref-13&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Squat+Hold+Calf+Raise&quot;&gt;Squat Hold Calf Raise&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-14&quot; id=&quot;user-content-fnref-14&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Single+Leg+Hops&quot;&gt;Single Leg Hops&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Half+Jacks&quot;&gt;Half Jacks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Toe+Rolls&quot;&gt;Toe Rolls&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Bridge+Taps&quot;&gt;Bridge Taps&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Calf+Raises&quot;&gt;Calf Raises&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Squat+Hold+Hops&quot;&gt;Squat Hold Hops&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Side+Leg+Raises&quot;&gt;Side Leg Raises&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Single+Leg+Deadlifts&quot;&gt;Single Leg Deadlifts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=30+Seconds+Sumo+Squat+Hold&quot;&gt;30 Seconds Sumo Squat Hold&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Heel+Get-Ups&quot;&gt;Heel Get-Ups&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Jumping+Lunges&quot;&gt;Jumping Lunges&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Squat+Hold+Calf+Raises&quot;&gt;Squat Hold Calf Raises&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Balance+Side+Lunges&quot;&gt;Balance Side Lunges&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Hero+Squats&quot;&gt;Hero Squats&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Squat+Hops+on+the+Spot&quot;&gt;Squat Hops on the Spot&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Split+Jacks&quot;&gt;Split Jacks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Toe+Tap+Hops&quot;&gt;Toe Tap Hops&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Jump+Squats&quot;&gt;Jump Squats&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Shrimp+Squats&quot;&gt;Shrimp Squats&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Cossack+Squats&quot;&gt;Cossack Squats&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=90/90+Hip+Switches&quot;&gt;90/90 Hip Switches&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;core&quot;&gt;&lt;a href=&quot;#core&quot;&gt;Core&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Reverse+Snow+Angels&quot;&gt;Reverse Snow Angels&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=W-Extensions&quot;&gt;W-Extensions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Bear+Crawl&quot;&gt;Bear Crawl&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Boat+Pose+Hold&quot;&gt;Boat Pose Hold&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-15&quot; id=&quot;user-content-fnref-15&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;15&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Climber+Taps&quot;&gt;Climber Taps&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Dead+Bugs&quot;&gt;Dead Bugs&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-16&quot; id=&quot;user-content-fnref-16&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;16&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=%E5%B7%A6%E5%8F%B3%E4%BA%A4%E6%9B%BF%E6%91%B8%E8%85%B3%E8%B8%9D&quot;&gt;左右交替摸腳踝&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Body%20Saw%20Plank&quot;&gt;Body Saw Plank&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-17&quot; id=&quot;user-content-fnref-17&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;17&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Knee%20Tucks&quot;&gt;Knee Tucks&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-18&quot; id=&quot;user-content-fnref-18&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;18&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=%E6%A3%92%E5%BC%8F%E5%81%B4%E9%BB%9E%E8%85%B3&quot;&gt;棒式側點腳&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Hollow+Hold&quot;&gt;Hollow Hold&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-19&quot; id=&quot;user-content-fnref-19&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;19&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Plank+Walk-Outs&quot;&gt;Plank Walk-Outs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=High+Crunches&quot;&gt;High Crunches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Flutter+Kicks&quot;&gt;Flutter Kicks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Heel+Taps&quot;&gt;Heel Taps&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Plank+Punches&quot;&gt;Plank Punches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Reverse+Crunches&quot;&gt;Reverse Crunches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Sitting+Twists&quot;&gt;Sitting Twists&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Knee+Crunches&quot;&gt;Knee Crunches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Knee-to-Elbow&quot;&gt;Knee-to-Elbow&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-20&quot; id=&quot;user-content-fnref-20&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;20&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Back+Extensions&quot;&gt;Back Extensions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Up+&amp;#x26;+Down+Planks&quot;&gt;Up &amp;#x26; Down Planks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Climbers&quot;&gt;Climbers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Plank+Crunches&quot;&gt;Plank Crunches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=March+Twists&quot;&gt;March Twists&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Bear+Plank+Hold&quot;&gt;Bear Plank Hold&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Plank+Jacks&quot;&gt;Plank Jacks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Plank+Jump-Ins&quot;&gt;Plank Jump-Ins&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Superman+Stretch+Hold&quot;&gt;Superman Stretch Hold&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Sit-Ups&quot;&gt;Sit-Ups&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=One+Arm+Plank+Hold&quot;&gt;One Arm Plank Hold&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Cross+Crunches&quot;&gt;Cross Crunches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Shoulder+Taps&quot;&gt;Shoulder Taps&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Elbow+Plank+Arm+Raises&quot;&gt;Elbow Plank Arm Raises&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Plank+Leg+Raises&quot;&gt;Plank Leg Raises&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Side+Bridges&quot;&gt;Side Bridges&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Plank+Step-Outs&quot;&gt;Plank Step-Outs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Plank+Rotations&quot;&gt;Plank Rotations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Scissors&quot;&gt;Scissors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Plank+Rolls&quot;&gt;Plank Rolls&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Knee-in+%26+Twist&quot;&gt;Knee-in &amp;#x26; Twist&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=RTO+Push-ups&quot;&gt;RTO Push-ups&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-21&quot; id=&quot;user-content-fnref-21&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;21&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;stretching&quot;&gt;&lt;a href=&quot;#stretching&quot;&gt;Stretching&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Side+Bends&quot;&gt;Side Bends&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Chest+Expansions&quot;&gt;Chest Expansions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Standing+Torso/Trunk/Spinal+Twist&quot;&gt;Standing Torso/Trunk/Spinal Twist&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Windmill+Twist&quot;&gt;Windmill Twist&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Scorpion+Twists&quot;&gt;Scorpion Twists&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Spiderman+Stretch&quot;&gt;Spiderman Stretch&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;yoga&quot;&gt;&lt;a href=&quot;#yoga&quot;&gt;Yoga&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Upward+Downward+Dog&quot;&gt;Upward Downward Dog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Reverse+Table+Top+Pose&quot;&gt;Reverse Table Top Pose&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-22&quot; id=&quot;user-content-fnref-22&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;22&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Pigeon+Pose&quot;&gt;Pigeon Pose&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-23&quot; id=&quot;user-content-fnref-23&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;23&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Frog+Pose&quot;&gt;Frog Pose&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-24&quot; id=&quot;user-content-fnref-24&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;24&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Corpse+Pose&quot;&gt;Corpse Pose&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-25&quot; id=&quot;user-content-fnref-25&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;25&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Tree+Pose&quot;&gt;Tree Pose&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-26&quot; id=&quot;user-content-fnref-26&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;26&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;section data-footnotes=&quot;&quot; class=&quot;footnotes&quot; style=&quot;font-size: 0.85em; line-height: 1.6;&quot;&gt;
&lt;ol&gt;
&lt;li id=&quot;user-content-fn-1&quot;&gt;
&lt;p&gt;= 肩胛骨推舉 &lt;a href=&quot;#user-content-fnref-1&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 1&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-2&quot;&gt;
&lt;p&gt;= 交互式肱三頭肌伸展 &lt;a href=&quot;#user-content-fnref-2&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 2&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-3&quot;&gt;
&lt;p&gt;= 飛機式伏地挺身 &lt;a href=&quot;#user-content-fnref-3&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 3&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-4&quot;&gt;
&lt;p&gt;= 跳躍碰腳跟 &lt;a href=&quot;#user-content-fnref-4&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 4&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-5&quot;&gt;
&lt;p&gt;= Side-to-Side Lunges = 側弓箭步 &lt;a href=&quot;#user-content-fnref-5&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 5&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-6&quot;&gt;
&lt;p&gt;= 定點弓箭步 &lt;a href=&quot;#user-content-fnref-6&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 6&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-7&quot;&gt;
&lt;p&gt;= 高抬腿 &lt;a href=&quot;#user-content-fnref-7&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 7&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-8&quot;&gt;
&lt;p&gt;= 後踢腿 &lt;a href=&quot;#user-content-fnref-8&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 8&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-9&quot;&gt;
&lt;p&gt;= 深蹲跳 &lt;a href=&quot;#user-content-fnref-9&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 9&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-10&quot;&gt;
&lt;p&gt;= 側向墊步 &lt;a href=&quot;#user-content-fnref-10&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 10&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-11&quot;&gt;
&lt;p&gt;= 轉體弓箭步 &lt;a href=&quot;#user-content-fnref-11&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 11&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-12&quot;&gt;
&lt;p&gt;= 強力深蹲 &lt;a href=&quot;#user-content-fnref-12&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 12&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-13&quot;&gt;
&lt;p&gt;= 弓箭步登階 &lt;a href=&quot;#user-content-fnref-13&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 13&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-14&quot;&gt;
&lt;p&gt;= 深蹲定格提踵 &lt;a href=&quot;#user-content-fnref-14&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 14&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-15&quot;&gt;
&lt;p&gt;= 船式靜止 &lt;a href=&quot;#user-content-fnref-15&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 15&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-16&quot;&gt;
&lt;p&gt;= 死蟲式 &lt;a href=&quot;#user-content-fnref-16&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 16&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-17&quot;&gt;
&lt;p&gt;= 滑行平板 &lt;a href=&quot;#user-content-fnref-17&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 17&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-18&quot;&gt;
&lt;p&gt;Variations: Seated Knee Tucks, Jumping Knee Tucks &lt;a href=&quot;#user-content-fnref-18&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 18&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-19&quot;&gt;
&lt;p&gt;= 抱膝捲腹 &lt;a href=&quot;#user-content-fnref-19&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 19&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-20&quot;&gt;
&lt;p&gt;= 膝蓋碰手肘 &lt;a href=&quot;#user-content-fnref-20&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 20&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-21&quot;&gt;
&lt;p&gt;RTO = Rings Turned Out &lt;a href=&quot;#user-content-fnref-21&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 21&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-22&quot;&gt;
&lt;p&gt;= Ardha Purvottanasana = 反向桌式 &lt;a href=&quot;#user-content-fnref-22&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 22&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-23&quot;&gt;
&lt;p&gt;= Kapotasana &lt;a href=&quot;#user-content-fnref-23&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 23&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-24&quot;&gt;
&lt;p&gt;= Mandukasana &lt;a href=&quot;#user-content-fnref-24&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 24&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-25&quot;&gt;
&lt;p&gt;= Savasana &lt;a href=&quot;#user-content-fnref-25&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 25&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-26&quot;&gt;
&lt;p&gt;= Vrikshasana &lt;a href=&quot;#user-content-fnref-26&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 26&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
&lt;/body&gt;

&lt;hr style=&quot;margin: 2em 0; border: none; border-top: 1px solid #ccc;&quot; /&gt;&lt;p&gt;👉 Share this post: &lt;a href=&quot;https://huam.ing/home-exercise&quot;&gt;https://huam.ing/home-exercise&lt;/a&gt;&lt;/p&gt;</content:encoded></item><item><title>💭 Journal Prompt</title><link>https://huam.ing/journal-prompt/</link><guid isPermaLink="true">https://huam.ing/journal-prompt/</guid><description>Thought-provoking questions to inspire self-reflection.</description><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate><content:encoded>


&lt;body&gt;
&lt;h1 id=&quot;today&quot;&gt;&lt;a href=&quot;#today&quot;&gt;Today&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Are the results I’m expecting aligned with the actions I took today?&lt;/li&gt;
&lt;li&gt;What cracks am I creating today that could become major problems tomorrow?&lt;/li&gt;
&lt;li&gt;What am I certain of today that I’ll laugh at in 10 years?&lt;/li&gt;
&lt;li&gt;Am I putting myself in the best position possible today, so that Future Me can play easy mode?&lt;/li&gt;
&lt;li&gt;What was my definition of enoughness 5 years ago and how does it compare to my definition today?&lt;/li&gt;
&lt;li&gt;What am I going to be celebrating one year from today?&lt;/li&gt;
&lt;li&gt;What small action can I take today to make myself slightly better off tomorrow?&lt;/li&gt;
&lt;li&gt;What would future me wish that I had done today?&lt;/li&gt;
&lt;li&gt;Looking back ten years from now and I can probably identify a few blind spots or mistaken beliefs I held at that time. Now, fast forward ten years: What are likely to be my current blind spots? What am I not spending enough time thinking about or perhaps even willfully ignoring?&lt;/li&gt;
&lt;li&gt;What does that ideal future look like? What does that imply about how I need to live today?&lt;/li&gt;
&lt;li&gt;What would I invest in today assuming I had to hold the investment forever?&lt;/li&gt;
&lt;li&gt;What would Tomorrow Me want Today Me to do in the present moment?&lt;/li&gt;
&lt;li&gt;If I repeated every action I took today, every day for a year, where would I end up? Is this the place I want to be?&lt;/li&gt;
&lt;li&gt;What good habit did I perform today that will benefit me in a decade?&lt;/li&gt;
&lt;li&gt;If I knew I would die in 10 years, what would I do today? what would I most regret not doing?&lt;/li&gt;
&lt;li&gt;If I died 10 years from today,&lt;/li&gt;
&lt;li&gt;What are the behaviors I want to unlearn? What are the beliefs that are no longer serving me?&lt;/li&gt;
&lt;li&gt;What would my 80-year-old self say about my decisions today?&lt;/li&gt;
&lt;li&gt;What actions am I engaged in today that I will cringe at in 5 years?&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;good-morning&quot;&gt;&lt;a href=&quot;#good-morning&quot;&gt;Good Morning&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;What would my greatest day look like today? What is today’s adventure going to be? What is my side quest for today?&lt;/li&gt;
&lt;li&gt;How do I want to feel at the end of the day? Joyful or frustrated? What do I need to do now, so that I can feel this way in the evening?&lt;/li&gt;
&lt;li&gt;What makes me excited to wake up? Will this let me sleep in peace?&lt;/li&gt;
&lt;li&gt;Which activity will make me the most money per minute? Which activity will deliver the most excitement per minute? Which activity will create the most connection per minute? Which activity will provide me the most laughter per minute? Which activity is the best blend?&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;good-evening&quot;&gt;&lt;a href=&quot;#good-evening&quot;&gt;Good Evening&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Am I putting myself in good positions and creating the conditions that are impossible to fail and guaranteed for success? &lt;sup&gt;&lt;a href=&quot;#user-content-fn-1&quot; id=&quot;user-content-fnref-1&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Is what I were doing today getting me closer to where I want to be tomorrow?&lt;/li&gt;
&lt;li&gt;What excited me? What drained me of energy? Was my attention on loving or on who isn’t loving me?&lt;/li&gt;
&lt;li&gt;Which moments were the most important? Which moments were the most memorable? What major realizations did I have?&lt;/li&gt;
&lt;li&gt;What did I learn? How can I improve? What was my biggest win of the day?&lt;/li&gt;
&lt;li&gt;What frustrated me? What disappointed me? What is this teaching me? How does this reveal my core values?&lt;/li&gt;
&lt;li&gt;What’s on the agenda for tomorrow? How will I push the needle forward?&lt;/li&gt;
&lt;li&gt;Am I a little wiser now than I were when I woke up? Am I getting better than yesterday? Did I beat Yesterday Me?&lt;/li&gt;
&lt;li&gt;If my body could vote on my daily schedule, what would it immediately veto?&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;prioritization&quot;&gt;&lt;a href=&quot;#prioritization&quot;&gt;Prioritization&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;What will I do XXX, knowing that I am one of the rarest forms of life to ever walk the Earth?&lt;/li&gt;
&lt;li&gt;If XXX were the last day of my life, would I want to do what I am about to do XXX?&lt;/li&gt;
&lt;li&gt;If I were the last person on earth XXX, would I still do the thing I’m going to do?&lt;/li&gt;
&lt;li&gt;What would I do if I wasn’t afraid of being wrong or judged?&lt;/li&gt;
&lt;li&gt;Which undone item, if done XXX, would liberate the most energy for me personally?&lt;/li&gt;
&lt;li&gt;If I could only accomplish one thing XXX, what would make everything else easier or unnecessary?&lt;/li&gt;
&lt;li&gt;What is scarce in my work XXX? How can I leverage it? What aspect of my work is hardest to copy? How can I amplify it?&lt;/li&gt;
&lt;li&gt;If I had a heart attack and could only work two hours XXX, what would I choose to do?&lt;/li&gt;
&lt;li&gt;What is the biggest bottleneck that holds me back XXX? Am I avoiding it?&lt;/li&gt;
&lt;li&gt;What are the one or two mission-critical tasks I could accomplish XXX that would define the day as a success?&lt;/li&gt;
&lt;li&gt;What is XXX’s biggest and most critical task that’ll render all the rest either easier or completely irrelevant?&lt;/li&gt;
&lt;li&gt;What is the ONE highest-leverage thing I can do XXX that’ll take the largest load off my shoulders?&lt;/li&gt;
&lt;li&gt;What activity I can do XXX that will create the most impact and value to the world?&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;productivity&quot;&gt;&lt;a href=&quot;#productivity&quot;&gt;Productivity&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Am I climbing the right mountain?&lt;/li&gt;
&lt;li&gt;Are my actions aligned with what I say my priorities are?&lt;/li&gt;
&lt;li&gt;What would this look like if it were dead simple or stupid easy?&lt;/li&gt;
&lt;li&gt;Have I considered whether doing less might actually lead to better results?&lt;/li&gt;
&lt;li&gt;How can I approach this with a little less seriousness and a little more sincerity? &lt;sup&gt;&lt;a href=&quot;#user-content-fn-2&quot; id=&quot;user-content-fnref-2&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;How can I be fully engaged in the task, but not too fixated about getting it 100% right?&lt;/li&gt;
&lt;li&gt;What would this look like if it were fun?&lt;/li&gt;
&lt;li&gt;If this were a puzzle or game, how would I approach it differently?&lt;/li&gt;
&lt;li&gt;Am I being productive or just active/busy?&lt;/li&gt;
&lt;li&gt;Is there a higher leverage, more efficient way to approach this?&lt;/li&gt;
&lt;li&gt;What is the most sensible order of tasks? Which tasks naturally flow into each other? How can I make transitions smoother?&lt;/li&gt;
&lt;li&gt;Am I chasing mice or hunting antelope? &lt;sup&gt;&lt;a href=&quot;#user-content-fn-3&quot; id=&quot;user-content-fnref-3&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;3&lt;/a&gt;&lt;/sup&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-4&quot; id=&quot;user-content-fnref-4&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;4&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Am I using the right tool, or just the familiar one?&lt;/li&gt;
&lt;li&gt;If this is the only thing I accomplish today, will I be satisfied with my day?&lt;/li&gt;
&lt;li&gt;Am I inventing things to do to avoid the important?&lt;/li&gt;
&lt;li&gt;Am I focusing on the big, weighty, important tasks that will provide sufficient reward for my energy? Or am I burning calories chasing the tiny wins that will not move the needle?&lt;/li&gt;
&lt;li&gt;How can the work I am doing accumulate and layer on top of what I did previously?&lt;/li&gt;
&lt;li&gt;How can I win the day by 12:34?&lt;/li&gt;
&lt;li&gt;Which 20% of work produces 80% of result?&lt;/li&gt;
&lt;li&gt;Am I solving the right problem, or just the first one I noticed?&lt;/li&gt;
&lt;li&gt;What constraints am I treating as fixed that might be flexible?&lt;/li&gt;
&lt;li&gt;If this were someone else’s problem, what advice would I give them?&lt;/li&gt;
&lt;li&gt;What if I tried the opposite of what I’ve been trying?&lt;/li&gt;
&lt;li&gt;How would someone in a completely different field solve this?&lt;/li&gt;
&lt;li&gt;What is the most sustainable, long-term solution? How can I address it effectively while committing the minimum amount of time and effort possible?&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;miscellaneous&quot;&gt;&lt;a href=&quot;#miscellaneous&quot;&gt;Miscellaneous&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;What kept me sane?&lt;/li&gt;
&lt;li&gt;When does it benefit me to be patient and when does it not?&lt;/li&gt;
&lt;li&gt;What in my field do I think is a law but is actually just a rule?&lt;/li&gt;
&lt;li&gt;What does my ideal ordinary Tuesday look like? What am I doing? Who am I with? How am I spending my time? What makes this day perfect for me?&lt;/li&gt;
&lt;li&gt;What do I hope will be different 10 years from now?&lt;/li&gt;
&lt;li&gt;If I do nothing, what will happen? If I act right now, what will happen? &lt;sup&gt;&lt;a href=&quot;#user-content-fn-5&quot; id=&quot;user-content-fnref-5&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;5&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;How well am I treating my body and why?&lt;/li&gt;
&lt;li&gt;What would I do even if I knew it was going to fail?&lt;/li&gt;
&lt;li&gt;Where am I allowing my self-protection to become self-rejection?&lt;/li&gt;
&lt;li&gt;What is holding me back from living my best life?&lt;/li&gt;
&lt;li&gt;What am I working on and why? Does it suuport my future-self?&lt;/li&gt;
&lt;li&gt;What might I do to accomplish my 10-year goals in the next 6 months, if I had a gun against my head?&lt;/li&gt;
&lt;li&gt;Where would I most like to live?&lt;/li&gt;
&lt;li&gt;How is my behavior and lack of presence contributing negatively to the situation that I don’t want?&lt;/li&gt;
&lt;li&gt;Imagine my life as a novel. What title would I give to the current chapter? If I am going to look back on this chapter after reading the entire novel, what actions would have made this chapter a key inflection point in my life journey?&lt;/li&gt;
&lt;li&gt;Am I gathering more information to get in the way of more action?&lt;/li&gt;
&lt;li&gt;How will my current struggle fuel my future inevitable growth?&lt;/li&gt;
&lt;li&gt;How would I like to die?&lt;/li&gt;
&lt;li&gt;I am attending the TED conference, and everyone in the audience (including me) is deeply moved and inspired by what the speaker is talking about. The speaker is me, 20 years in the future. What is ”Me + 20 Years” talking about, and what is exciting about it?&lt;/li&gt;
&lt;li&gt;What is my greatest extravagance?&lt;/li&gt;
&lt;li&gt;What makes me hopeful?&lt;/li&gt;
&lt;li&gt;What would I attempt if I knew I couldn’t fail?&lt;/li&gt;
&lt;li&gt;What is the quality I most like in a woman?&lt;/li&gt;
&lt;li&gt;What if my path is a spiral? What if I’m not really going in circles, but &lt;a href=&quot;https://sketchplanations.com/the-upward-spiral&quot;&gt;going upwards&lt;/a&gt;?&lt;/li&gt;
&lt;li&gt;When have I felt most joyful this year and what steps can I take to recreate those conditions?&lt;/li&gt;
&lt;li&gt;If I were stuck in a third world prison or on an island, then I had to call someone to bail me out. Who would I call? &lt;sup&gt;&lt;a href=&quot;#user-content-fn-6&quot; id=&quot;user-content-fnref-6&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;6&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;What would I do if I had a billion dollars?&lt;/li&gt;
&lt;li&gt;What is my greatest fear?&lt;/li&gt;
&lt;li&gt;What are some small things that other people have done that really make my day?&lt;/li&gt;
&lt;li&gt;How can I do less, but better?&lt;/li&gt;
&lt;li&gt;What did I do as a child that made the hours pass like minutes?&lt;/li&gt;
&lt;li&gt;What advantage am I accumulating?&lt;/li&gt;
&lt;li&gt;Half your problems are just your mind making minor things seem like major things: What am I over-emphasizing right now?&lt;/li&gt;
&lt;li&gt;How long will I put off what I am capable of doing just to continue what I am comfortable doing?&lt;/li&gt;
&lt;li&gt;If everything were to stay the same, what’s the one tiny change that would have the greatest positive impact in my life?&lt;/li&gt;
&lt;li&gt;What am I not achieving simply because I haven’t asked?&lt;/li&gt;
&lt;li&gt;If I hired the best CEO in the world to be the CEO of my life, what actions would be on their 100-day plan?&lt;/li&gt;
&lt;li&gt;Am I being the type of person who could achieve my goals? Why or why not?&lt;/li&gt;
&lt;li&gt;Who do I still owe an apology? Can I make one in the next 5 minutes?&lt;/li&gt;
&lt;li&gt;What is the trait I most deplore in myself?&lt;/li&gt;
&lt;li&gt;What are the 20% of activities or people causing 80% of my stress?&lt;/li&gt;
&lt;li&gt;What would I do if I could stop time for two months?&lt;/li&gt;
&lt;li&gt;If I woke up 3 years from now and were living my ideal life, what were the 3 things I did to get me there?&lt;/li&gt;
&lt;li&gt;What are the boring, basic, tiny actions I am avoiding right now?&lt;/li&gt;
&lt;li&gt;What is a boundary that I need to draw and protect in my life?&lt;/li&gt;
&lt;li&gt;What do I believe to be true that is not?&lt;/li&gt;
&lt;li&gt;What is not being said right now that needs to be said? What problems could we avoid in the future, if only we had the courage to talk about them now?&lt;/li&gt;
&lt;li&gt;What have I been told I’m really good or poor at?&lt;/li&gt;
&lt;li&gt;What are the &lt;a href=&quot;https://sketchplanations.com/anchors-and-tugboats&quot;&gt;boat anchors&lt;/a&gt; or bottlenecks that create drags in my life? What are the things silently holding me back? How can I slowly, methodically cut these lines and unleash my full power?&lt;/li&gt;
&lt;li&gt;What unrealistic grand beliefs should I cultivate more?&lt;/li&gt;
&lt;li&gt;Think of my childhood. What is one area where my parents did a good job? What is one area where they could have done better?&lt;/li&gt;
&lt;li&gt;What are the current habits that are hindering my future progress?&lt;/li&gt;
&lt;li&gt;If someone observed my actions for a week, what would they say my priorities are? Does my actions align with my intention?&lt;/li&gt;
&lt;li&gt;Did I try my best? Did I give absolutely everything I have?&lt;/li&gt;
&lt;li&gt;What keeps working for me once it’s done?&lt;/li&gt;
&lt;li&gt;Am I taking enough risks?&lt;/li&gt;
&lt;li&gt;Who is my best friend?&lt;/li&gt;
&lt;li&gt;Who is the most difficult person in my life? Why?&lt;/li&gt;
&lt;li&gt;What work am I avoiding?&lt;/li&gt;
&lt;li&gt;If I had a $100M in my bank account, what would I do with my time?&lt;/li&gt;
&lt;li&gt;What are the principles that I want to live my life by?&lt;/li&gt;
&lt;li&gt;How is my curiosity being directed? Is it rocket fuel or a roadblock?&lt;/li&gt;
&lt;li&gt;What is the burden that I am still carrying? Perhaps it is time to place them down on the riverbank.&lt;/li&gt;
&lt;li&gt;How am I complicit in creating the conditions I say I don’t want?&lt;/li&gt;
&lt;li&gt;What do I hope will be the same 10 years from now?&lt;/li&gt;
&lt;li&gt;What would I advise someone else in my situation?&lt;/li&gt;
&lt;li&gt;What would I work on if I had only six months to live?&lt;/li&gt;
&lt;li&gt;Think about something I am facing right now. Have I been trying to think my way to a solution or act my way to a solution? &lt;sup&gt;&lt;a href=&quot;#user-content-fn-7&quot; id=&quot;user-content-fnref-7&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;7&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;What advice would I give myself 10 years ago?&lt;/li&gt;
&lt;li&gt;What do I wish I could do more quickly? What do I wish I could do more slowly?&lt;/li&gt;
&lt;li&gt;In what areas of my life do I communicate well? In what areas do I communicate poorly?&lt;/li&gt;
&lt;li&gt;What is my most treasured possession?&lt;/li&gt;
&lt;li&gt;If everything else stays the same, what one variable could create the biggest positive change on my situation?&lt;/li&gt;
&lt;li&gt;Imagine you’re near death and in a coma at the hospital, everybody has gathered around you and you can hear them. But they don’t know that you can hear them and start talking about you. What do you want them to be saying?&lt;/li&gt;
&lt;li&gt;What is the worst scenario that could happen?&lt;/li&gt;
&lt;li&gt;What do I consider my greatest achievement?&lt;/li&gt;
&lt;li&gt;What is my greatest regret?&lt;/li&gt;
&lt;li&gt;Where am I consistently executing the wrong thing?&lt;/li&gt;
&lt;li&gt;What silly story am I telling to myself?&lt;/li&gt;
&lt;li&gt;Which historical figure do I mostly identify with?&lt;/li&gt;
&lt;li&gt;Who is somebody that I miss? Why?&lt;/li&gt;
&lt;li&gt;Where will my life end up if I have the same lifestyle or keep doing the same thing for 10 years?&lt;/li&gt;
&lt;li&gt;Opportunities in life come through people. Who do you need to connect with to gain access to the opportunities you want?&lt;/li&gt;
&lt;li&gt;If I could change one thing about the world, what would it be and why? How could I contribute to this change?&lt;/li&gt;
&lt;li&gt;What drives the long-term goal for my future-self?&lt;/li&gt;
&lt;li&gt;What is the best compliment I ever received?&lt;/li&gt;
&lt;li&gt;What is the worst thing that could happen?&lt;/li&gt;
&lt;li&gt;What do I believe is true only because believing it puts me in good standing with my tribe?&lt;/li&gt;
&lt;li&gt;If I woke up in 10 years and were in flow, what actions did I take that got me there?&lt;/li&gt;
&lt;li&gt;What was my greatest waste of time?&lt;/li&gt;
&lt;li&gt;What is something that I have a hard time being honest about, even to those I trust the most? Why?&lt;/li&gt;
&lt;li&gt;If I were the main character in a movie of my life, what would the audience be screaming at me to do right now? &lt;sup&gt;&lt;a href=&quot;#user-content-fn-8&quot; id=&quot;user-content-fnref-8&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;8&lt;/a&gt;&lt;/sup&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-9&quot; id=&quot;user-content-fnref-9&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;9&lt;/a&gt;&lt;/sup&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-10&quot; id=&quot;user-content-fnref-10&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;10&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Am I leaning into my unfair advantages?&lt;/li&gt;
&lt;li&gt;What is the quality I most like in a man?&lt;/li&gt;
&lt;li&gt;If I could write my own eulogy, what would it say?&lt;/li&gt;
&lt;li&gt;What thinking patterns or toxic, false beliefs I have now would have to be broken and changed?&lt;/li&gt;
&lt;li&gt;In what area of life am I underestimating or limiting myself?&lt;/li&gt;
&lt;li&gt;Which living person do I most admire?&lt;/li&gt;
&lt;li&gt;What brings me genuine happiness?&lt;/li&gt;
&lt;li&gt;What was a seemingly inconsequential decision that made a big impact in my life?&lt;/li&gt;
&lt;li&gt;How would I accomplish my 5-year goals in the next year?&lt;/li&gt;
&lt;li&gt;Which talent would I most like to have?&lt;/li&gt;
&lt;li&gt;If I could change one thing about myself, what would it be?&lt;/li&gt;
&lt;li&gt;When you’re told that something is impossible, is that the end of the conversation, or does that start a second dialogue in your mind? &lt;sup&gt;&lt;a href=&quot;#user-content-fn-11&quot; id=&quot;user-content-fnref-11&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;11&lt;/a&gt;&lt;/sup&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-12&quot; id=&quot;user-content-fnref-12&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;12&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Imagine, at the end of a long life when you’ve passed away, you’re at the pearly gates of heaven, and the angels have allowed you back to your life for just one moment, and right now is that time. How do you respond?&lt;/li&gt;
&lt;li&gt;What does “ready” feel like to me? How did I know I were ready for a major step that I have taken in my life?&lt;/li&gt;
&lt;li&gt;Think about a “what if?” or worst-case scenario and work your way through the problem. What are my options if it were to happen?&lt;/li&gt;
&lt;li&gt;Why do I get out of bed in the morning?&lt;/li&gt;
&lt;li&gt;Do I make it default to focus on deep work that creates value in the world and is difficult to replicate?&lt;/li&gt;
&lt;li&gt;What is my most marked characteristic?&lt;/li&gt;
&lt;li&gt;What are the small habits that could lead to big changes in my life?&lt;/li&gt;
&lt;li&gt;Is this relationship making me fulfilled or just less lonely?&lt;/li&gt;
&lt;li&gt;In what ways am I currently self-sabotaging or holding myself back?&lt;/li&gt;
&lt;li&gt;What do I need to say no to, so that I have space for what I really want to say yes to?&lt;/li&gt;
&lt;li&gt;What do I want my obituary or tombstone to say?&lt;/li&gt;
&lt;li&gt;What is one habit I have formed that had a significant impact on my life?&lt;/li&gt;
&lt;li&gt;How can I collaborate with people in my field who enjoy unfair advantages?&lt;/li&gt;
&lt;li&gt;If I could only spend 2 hours a week working on my business, what would I do that most moves the needle? And why am I not just focusing on doing that with the rest of my time too?&lt;/li&gt;
&lt;li&gt;What is my motto?&lt;/li&gt;
&lt;li&gt;What are my core values, and how did my daily actions align with them?&lt;/li&gt;
&lt;li&gt;What do people frequently misunderstand about me?&lt;/li&gt;
&lt;li&gt;What do I find painful but worth doing?&lt;/li&gt;
&lt;li&gt;What is the core elements of my ideal day and week?&lt;/li&gt;
&lt;li&gt;What is the 2-minute version of the task I am avoiding?&lt;/li&gt;
&lt;li&gt;What is the luckiest thing that happened to me?&lt;/li&gt;
&lt;li&gt;Would the idea of living my current life on repeat perpetually be horrifying or affirming?&lt;/li&gt;
&lt;li&gt;What assumptions am I currently making that could be incorrect?&lt;/li&gt;
&lt;li&gt;Why do I dress the way that I do?&lt;/li&gt;
&lt;li&gt;Which responsibilities, relationships, or projects have been weighing heavily on me and can I give myself permission to let one of them go right now?&lt;/li&gt;
&lt;li&gt;What biases do I need to work on?&lt;/li&gt;
&lt;li&gt;Which decisions and actions would the Ideal Me make and take?&lt;/li&gt;
&lt;li&gt;In my own work and life, are there any areas where I am at risk of optimizing the fun out of them?&lt;/li&gt;
&lt;li&gt;What is a reminder that I would like to tell myself next time I am in a downward spiral?&lt;/li&gt;
&lt;li&gt;What is the trait I most deplore in others?&lt;/li&gt;
&lt;li&gt;Am I spending my time in alignment with my goals and priorities?&lt;/li&gt;
&lt;li&gt;How did I bond with one of the best friends I’ve ever had?&lt;/li&gt;
&lt;li&gt;What project, if successful, will make the rest of my career look like a footnote?&lt;/li&gt;
&lt;li&gt;What is one dream I have always had but never pursued? Why is it a dream for me? What has stopped me from pursuing it?&lt;/li&gt;
&lt;li&gt;What would I do if I had only 6 months to live?&lt;/li&gt;
&lt;li&gt;Do I know the game I am playing? Do I want the prize for winning this game? Is the game worth winning?&lt;/li&gt;
&lt;li&gt;What do I most dislike about my appearance?&lt;/li&gt;
&lt;li&gt;Imagine I am living my ideal day in the future, what am I doing? How does it differ from my current typical day?&lt;/li&gt;
&lt;li&gt;When and where was I happiest?&lt;/li&gt;
&lt;li&gt;What part of my work do I most enjoy? What part do I least enjoy? Why?&lt;/li&gt;
&lt;li&gt;What do I consider the lowest depth of misery?&lt;/li&gt;
&lt;li&gt;Who or what is the greatest love of my life?&lt;/li&gt;
&lt;li&gt;What lie have I repeated to myself so many times that it feels like the truth?&lt;/li&gt;
&lt;li&gt;Which bad habit am I struggling with, and what is the root cause?&lt;/li&gt;
&lt;li&gt;How can I make sure I actually commit to the experience, rather than retreating back to the safety of my comfort zone?&lt;/li&gt;
&lt;li&gt;What action(s) can I take that would force me to fully commit to a path I have been thinking about for a while?&lt;/li&gt;
&lt;li&gt;Where am I inconsistently executing the right thing?&lt;/li&gt;
&lt;li&gt;What is the tiny first step that will move me closer to my big, scary goal?&lt;/li&gt;
&lt;li&gt;What sacrifices am I willing to make to get the things I want?&lt;/li&gt;
&lt;li&gt;Who are the people I most admire, and why? What qualities do they possess that I wish to emulate?&lt;/li&gt;
&lt;li&gt;Who is my hero of fiction?&lt;/li&gt;
&lt;li&gt;What is one thing I can do this week that is different than what I do on a normal week?&lt;/li&gt;
&lt;li&gt;What kind of game am I playing? Is this a game I can win?&lt;/li&gt;
&lt;li&gt;You have a plan. A time-traveller from 2030 appears and tells you your plan failed. Which part of your plan do you think is the one that fails?&lt;/li&gt;
&lt;li&gt;What would I like to do if money were no object? How would I like to spend my time?&lt;/li&gt;
&lt;li&gt;What am I afraid of? How is that fear holding me back?&lt;/li&gt;
&lt;li&gt;What happens when I am angry?&lt;/li&gt;
&lt;li&gt;Where am I avoiding a hard conversation that I need to have?&lt;/li&gt;
&lt;li&gt;What annoys me about other people that I sometimes do myself?&lt;/li&gt;
&lt;li&gt;If I woke up in 10 years and everything were broken, what went wrong?&lt;/li&gt;
&lt;li&gt;In my professional life, who do I admire most? In my personal life, who do I admire most?&lt;/li&gt;
&lt;li&gt;Where, in my life, should I consider burning the ships?&lt;/li&gt;
&lt;li&gt;What might I be able to spend more time on if I find an easier way to do this?&lt;/li&gt;
&lt;li&gt;What do I consider the most overrated virtue?&lt;/li&gt;
&lt;li&gt;What do I most value in my friends?&lt;/li&gt;
&lt;li&gt;How can I design incentives and an environment that will naturally bring about my desired change?&lt;/li&gt;
&lt;li&gt;What do I need to give myself more credit for?&lt;/li&gt;
&lt;li&gt;Whose life do I admire that is secretly miserable?&lt;/li&gt;
&lt;li&gt;How can I change my outlook by changing my perspective?&lt;/li&gt;
&lt;li&gt;If myself 10-20 years from now was to give me some advice, what would that be?&lt;/li&gt;
&lt;li&gt;What do I really want?&lt;/li&gt;
&lt;li&gt;When was the last time I allowed myself to celebrate good and sufficient enough?&lt;/li&gt;
&lt;li&gt;Think about the last time you cried. If those tears could talk, what would they have said?&lt;/li&gt;
&lt;li&gt;What accomplishments do I want to recognize and celebrate?&lt;/li&gt;
&lt;li&gt;Would I treat my best friend the way I am treating myself?&lt;/li&gt;
&lt;li&gt;What is something I would be proud to fail on, if I had the courage to attempt it?&lt;/li&gt;
&lt;li&gt;How did I end up with such a blessed life?&lt;/li&gt;
&lt;li&gt;If I could give everyone in the world one gift, what would it be?&lt;/li&gt;
&lt;li&gt;Do I actually need more information, or do I simply need to act on the information I already have?&lt;/li&gt;
&lt;li&gt;What is my idea of perfect happiness?&lt;/li&gt;
&lt;li&gt;Who am I spending time with and why?&lt;/li&gt;
&lt;li&gt;How can I be more present in my daily activities?&lt;/li&gt;
&lt;li&gt;Would I be happy with this result if no one other than me and my family could see it, and I didn’t compare the result to the appearance of other people’s success?&lt;/li&gt;
&lt;li&gt;How quickly can I get started? How quickly can I learn from my mistakes?&lt;/li&gt;
&lt;li&gt;Imagine I have achieved everything I have ever wanted. How have I changed as a person? What qualities and achievements define this future version of myself?&lt;/li&gt;
&lt;li&gt;If I had all the money and time in the world, how would I use my talents to serve others?&lt;/li&gt;
&lt;li&gt;On what occasion do I lie?&lt;/li&gt;
&lt;li&gt;How is cheap becoming expensive in my life?&lt;/li&gt;
&lt;li&gt;How can I bring the after into the before?&lt;/li&gt;
&lt;li&gt;Do I want to be liked or loved?&lt;/li&gt;
&lt;li&gt;What’s something I used to believe that I no longer subscribe to?&lt;/li&gt;
&lt;li&gt;Am I aware of the finite, impermanent nature of my time?&lt;/li&gt;
&lt;li&gt;What are my strongest beliefs and what would it take for me to change my mind on them?&lt;/li&gt;
&lt;li&gt;What do I need to let go of to create space for what I really want?&lt;/li&gt;
&lt;li&gt;What system can I create that will make the goal inevitable?&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;decision-making&quot;&gt;&lt;a href=&quot;#decision-making&quot;&gt;Decision Making&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;If I knew I had to live with the results of this action forever, would I still do it this way?&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;beliefs&quot;&gt;&lt;a href=&quot;#beliefs&quot;&gt;Beliefs&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;What important truth do very few people agree with me on?&lt;/li&gt;
&lt;li&gt;Am I holding onto something that I no longer need?&lt;/li&gt;
&lt;li&gt;What beliefs about myself have expired and no longer served me?&lt;/li&gt;
&lt;li&gt;What hard lesson keeps repeating itself in my life because I refuse to learn it?&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;taking-action&quot;&gt;&lt;a href=&quot;#taking-action&quot;&gt;Taking Action&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;If I had 10x the agency I have, what would I do?&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;habitsbehavior-change&quot;&gt;&lt;a href=&quot;#habitsbehavior-change&quot;&gt;Habits/Behavior Change&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Are the results I’m expecting aligned with my current habits? Can my current habits carry me to my desired future?&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;purposemeaning&quot;&gt;&lt;a href=&quot;#purposemeaning&quot;&gt;Purpose/Meaning&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;What can I serve for the world? How am I making the world a little bit better? How the world will be different without me?&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://kk.org/thetechnium/the-scarcity-of-the-long-term/&quot;&gt;What would I need to hear and get from a past generation to convince me to complete a project they began?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;What mastery or gift have I developed that I can offer to the world? &lt;sup&gt;&lt;a href=&quot;#user-content-fn-13&quot; id=&quot;user-content-fnref-13&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Am I doing this because it makes me feel curious and alive, or because inertia makes it easy to continue doing and I’m hesitant to let go?&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;decades&quot;&gt;&lt;a href=&quot;#decades&quot;&gt;Decades&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Imagine, at the end of a long life when you’ve passed away, you’re at the pearly gates of heaven, and the angels have allowed you back to your life for just one moment, and right now is that time. How do you respond?&lt;/li&gt;
&lt;li&gt;What season am I in right now? What am I optimizing for?&lt;/li&gt;
&lt;li&gt;Close the eyes, look within. Am I satisfied with the life I’m living?&lt;/li&gt;
&lt;li&gt;Which distractions in my life have become disguised as priorities?&lt;/li&gt;
&lt;li&gt;If a competent CEO got to run my life for a day, what is the first thing they would eliminate?&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;annual-review&quot;&gt;&lt;a href=&quot;#annual-review&quot;&gt;Annual Review&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Which habits have become more important and I need to double down on next year? Which habits are no longer serving me and need to be replaced next year?&lt;/li&gt;
&lt;li&gt;今年有哪裡做得好的地方? 今年有哪裡可以做得更好的地方?&lt;/li&gt;
&lt;li&gt;What did/didn’t I change my mind on this year?&lt;/li&gt;
&lt;li&gt;What were my greatest hits and worst misses this year?&lt;/li&gt;
&lt;li&gt;How far have I come this year? Who do I want to become next year?&lt;/li&gt;
&lt;li&gt;What achievements am I most proud of this year (highlights)? What was my biggest failure and hardest aspect this year (lowlights)?&lt;/li&gt;
&lt;li&gt;What people/activities added the most energy to my life this year?&lt;/li&gt;
&lt;li&gt;What did I learn (武裝) this year, and what did I unlearn (卸裝)?&lt;/li&gt;
&lt;li&gt;What got too much of my attention this year, and what didn’t get enough?&lt;/li&gt;
&lt;li&gt;What did I do this year that I’d never done before? What did I not do this year because of fear?&lt;/li&gt;
&lt;li&gt;Where did I take risks this year, and where did I hold myself back?&lt;/li&gt;
&lt;li&gt;Did anyone close to me give birth this year? Did anyone close to me die this year?&lt;/li&gt;
&lt;li&gt;What cities/states/countries did I visit this year?&lt;/li&gt;
&lt;li&gt;What date(s) from this year will remain etched upon my memory, and why?&lt;/li&gt;
&lt;li&gt;What were my best days this year, and how can I create more of them?&lt;/li&gt;
&lt;li&gt;What was the best thing I bought this year? Where did most of my money go this year?&lt;/li&gt;
&lt;li&gt;What did I get really, really, really excited about this year?&lt;/li&gt;
&lt;li&gt;Compared to this time last year, am I: happier or sadder? Thinner or fatter? Richer or poorer?&lt;/li&gt;
&lt;li&gt;What was the best book I read this year?&lt;/li&gt;
&lt;li&gt;What was my favorite meal this year?&lt;/li&gt;
&lt;li&gt;What did I do on my birthday this year?&lt;/li&gt;
&lt;li&gt;Who brings out the best in me this year, and how can I spend more time with them next year?&lt;/li&gt;
&lt;li&gt;Who was the best new person I met this year?&lt;/li&gt;
&lt;li&gt;What did I learn about myself this year?&lt;/li&gt;
&lt;li&gt;What valuable life lesson did I learn this year?&lt;/li&gt;
&lt;li&gt;What is a quote that sums up my year?&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;self-awareness&quot;&gt;&lt;a href=&quot;#self-awareness&quot;&gt;Self Awareness&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;沒了名片，我還剩下什麼？如果拔掉所有身份地位和職業頭銜，我是誰？我跟別人又有什麼差別？&lt;/li&gt;
&lt;li&gt;How can I make myself an outsider/outlier?&lt;/li&gt;
&lt;li&gt;How do I step into who I am and what I’ve been given?&lt;/li&gt;
&lt;li&gt;What mastery or gift have I developed that I can offer to the world?&lt;/li&gt;
&lt;li&gt;A smooth sea never made a skillful sailor. Better waves make better surfers. Am I on the right beach?&lt;/li&gt;
&lt;li&gt;Who do I secretly envy—and what does that reveal about what I truly value?&lt;/li&gt;
&lt;li&gt;Am I prepared for my moment? &lt;sup&gt;&lt;a href=&quot;#user-content-fn-14&quot; id=&quot;user-content-fnref-14&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;What would happen if I gave just a little bit more?&lt;/li&gt;
&lt;li&gt;What is something I really want, but haven’t actually asked for?&lt;/li&gt;
&lt;li&gt;Am I allowing their narrative to impact my life? &lt;sup&gt;&lt;a href=&quot;#user-content-fn-15&quot; id=&quot;user-content-fnref-15&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;15&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;What will I regret not having done or learned 10 years from now?&lt;/li&gt;
&lt;li&gt;What trade-offs am I willing to make — or no longer willing to make?&lt;/li&gt;
&lt;li&gt;What is something I deeply believe but rarely live out?&lt;/li&gt;
&lt;li&gt;Where am I outsourcing responsibility for my happiness? How can I start taking it back?&lt;/li&gt;
&lt;li&gt;What self-imposed sentence are you serving that you need to let go of?&lt;/li&gt;
&lt;li&gt;What would I ask for if I wasn’t afraid of hearing no?&lt;/li&gt;
&lt;li&gt;What small daily actions am I overlooking that are actually laying the foundation of my future?&lt;/li&gt;
&lt;li&gt;Where am I rushing right now when I should be moving deliberately? Where am I dragging my feet right now when I should be moving fast?&lt;/li&gt;
&lt;li&gt;What do I think of myself when I’m by myself?&lt;/li&gt;
&lt;li&gt;Do I actually want this, or am I just afraid to say I don’t?&lt;/li&gt;
&lt;li&gt;What rules am I following that are really just suggestions?&lt;/li&gt;
&lt;li&gt;What am I avoiding just because I know the answer is painful?&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;confronting-fears&quot;&gt;&lt;a href=&quot;#confronting-fears&quot;&gt;Confronting Fears&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&quot;asking-people-16-17&quot;&gt;&lt;a href=&quot;#asking-people-16-17&quot;&gt;Asking People &lt;sup&gt;&lt;a href=&quot;#user-content-fn-16&quot; id=&quot;user-content-fnref-16&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;16&lt;/a&gt;&lt;/sup&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-17&quot; id=&quot;user-content-fnref-17&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;17&lt;/a&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;To what extent did achieving [X] actually change your life—both in expected and unexpected ways?&lt;/li&gt;
&lt;li&gt;What’s something most people consider essential that you’ve found entirely unnecessary?&lt;/li&gt;
&lt;li&gt;Is there a daily habit or routine you wish you had adopted much earlier? Why?&lt;/li&gt;
&lt;li&gt;What’s one unconventional decision you made five years ago that drew criticism at the time—but ultimately paid off?&lt;/li&gt;
&lt;li&gt;What’s a small, oddly specific hill you’ll always be willing to die on? &lt;sup&gt;&lt;a href=&quot;#user-content-fn-18&quot; id=&quot;user-content-fnref-18&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;18&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;What’s a compliment you received years ago that still sticks with you—and why?&lt;/li&gt;
&lt;li&gt;What’s the most recent belief or perspective you changed your mind about? What prompted the shift? &lt;sup&gt;&lt;a href=&quot;#user-content-fn-19&quot; id=&quot;user-content-fnref-19&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;19&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;What were you wrong about most recently?&lt;/li&gt;
&lt;li&gt;What are you genuinely great at, and how did you realize it?&lt;/li&gt;
&lt;li&gt;What’s a random, quirky, and weird skill you take way too seriously and become competitive about?&lt;/li&gt;
&lt;li&gt;What does your personal “endgame” look like—when do you know you’ve won? &lt;sup&gt;&lt;a href=&quot;#user-content-fn-20&quot; id=&quot;user-content-fnref-20&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;20&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;What’s something you’re probably a little too confident about—but own it anyway?&lt;/li&gt;
&lt;li&gt;If success were guaranteed, what’s the first thing you’d try? &lt;sup&gt;&lt;a href=&quot;#user-content-fn-21&quot; id=&quot;user-content-fnref-21&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;21&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;What’s your best-case scenario for the next few years?&lt;/li&gt;
&lt;li&gt;If no one ever noticed or judged, what’s the one outfit you’d wear on repeat forever?&lt;/li&gt;
&lt;li&gt;What’s something you keep collecting without even realizing it?&lt;/li&gt;
&lt;li&gt;What’s your favorite time of the day like 12:34 p.m.?&lt;/li&gt;
&lt;li&gt;What traits do you share with your family (parents or siblings)—and which ones are completely your own?&lt;/li&gt;
&lt;li&gt;What’s something about you that usually takes people a long time to notice or understand? &lt;sup&gt;&lt;a href=&quot;#user-content-fn-22&quot; id=&quot;user-content-fnref-22&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;22&lt;/a&gt;&lt;/sup&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-23&quot; id=&quot;user-content-fnref-23&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;23&lt;/a&gt;&lt;/sup&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-24&quot; id=&quot;user-content-fnref-24&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;24&lt;/a&gt;&lt;/sup&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-25&quot; id=&quot;user-content-fnref-25&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;25&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;What’s lighting you up in your work these days? &lt;sup&gt;&lt;a href=&quot;#user-content-fn-26&quot; id=&quot;user-content-fnref-26&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;26&lt;/a&gt;&lt;/sup&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-27&quot; id=&quot;user-content-fnref-27&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;27&lt;/a&gt;&lt;/sup&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-28&quot; id=&quot;user-content-fnref-28&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;28&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Who do you admire most, and what about them speaks to you?&lt;/li&gt;
&lt;li&gt;What’s the hardest thing you’ve ever had to do, and what did it teach you?&lt;/li&gt;
&lt;li&gt;What’s the most meaningful impact you’ve ever made? &lt;sup&gt;&lt;a href=&quot;#user-content-fn-29&quot; id=&quot;user-content-fnref-29&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;29&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;What’s something you used to believe strongly that you no longer do? &lt;sup&gt;&lt;a href=&quot;#user-content-fn-30&quot; id=&quot;user-content-fnref-30&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;30&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;What’s something you ignored early on—only to realize later that it mattered far more than you thought?&lt;/li&gt;
&lt;li&gt;Do you believe there’s something greater than us? Why or why not?&lt;/li&gt;
&lt;li&gt;What was a real low point for you, and how did you get through it?&lt;/li&gt;
&lt;li&gt;What questions do you like asking people?&lt;/li&gt;
&lt;li&gt;What are you proudest of, and why that?&lt;/li&gt;
&lt;/ul&gt;
&lt;section data-footnotes=&quot;&quot; class=&quot;footnotes&quot; style=&quot;font-size: 0.85em; line-height: 1.6;&quot;&gt;
&lt;ol&gt;
&lt;li id=&quot;user-content-fn-1&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://jamesclear.com/3-2-1/march-27-2025&quot;&gt;“Success is largely the failures you avoid. Health is the injuries you don’t sustain. Wealth is the purchases you don’t make. Happiness is the objects you don’t desire. Peace of mind is the arguments you don’t engage. Avoid the bad to protect the good.” — James Clear&lt;/a&gt; &lt;a href=&quot;#user-content-fnref-1&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 1&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-2&quot;&gt;
&lt;p&gt;Human being, not human doing. &lt;a href=&quot;#user-content-fnref-2&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 2&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-3&quot;&gt;
&lt;p&gt;“A lion is fully capable of capturing, killing, and eating a field mouse. But it turns out that the energy required to do so exceeds the caloric content of the mouse itself. So a lion that spent its day hunting and eating field mice would slowly starve to death. A lion can’t live on field mice. A lion needs antelope. Antelope are big animals. They take more speed and strength to capture and kill, and once killed, they provide a feast for the lion and her pride. A lion can live a long and happy life on a diet of antelope. The distinction is important. Are you spending all your time and exhausting all your energy catching field mice? In the short term it might give you a nice, rewarding feeling. But in the long run you’re going to die.” — &lt;em&gt;Buck Up, Suck Up … and Come Back When You Foul Up: 12 Winning Secrets from the War Room&lt;/em&gt; &lt;a href=&quot;#user-content-fnref-3&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 3&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-4&quot;&gt;
&lt;p&gt;The lion that chases mice will starve. The lion that hunts antelope will thrive. &lt;a href=&quot;#user-content-fnref-4&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 4&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-5&quot;&gt;
&lt;p&gt;Sometimes you need to let go. Sometimes you need to get going. &lt;a href=&quot;#user-content-fnref-5&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 5&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-6&quot;&gt;
&lt;p&gt;A question to identify the most high-agency person in your life &lt;a href=&quot;#user-content-fnref-6&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 6&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-7&quot;&gt;
&lt;p&gt;Sometimes you need more action, sometimes you need a better strategy. &lt;a href=&quot;#user-content-fnref-7&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 7&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-8&quot;&gt;
&lt;p&gt;“You are not just the actor of your life movie, you are also the director and the screenwriter.” → 你不只是人生電影的演員，也是導演和編劇。 &lt;a href=&quot;#user-content-fnref-8&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 8&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-9&quot;&gt;
&lt;p&gt;On your journey through life, make sure your biography has at least one extraordinary chapter. &lt;a href=&quot;#user-content-fnref-9&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 9&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-10&quot;&gt;
&lt;p&gt;“If you want your life to be a magnificent story, then begin by realizing that you are the author.” — Mark Houlahan &lt;a href=&quot;#user-content-fnref-10&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 10&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-11&quot;&gt;
&lt;p&gt;“Ask how something can be done rather than say it can’t be done.” — Bo Bennett &lt;a href=&quot;#user-content-fnref-11&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 11&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-12&quot;&gt;
&lt;p&gt;“When someone tells me ‘no,’ it doesn’t mean I can’t do it, it simply means I can’t do it with them.” — Karen E. Quinones Miller &lt;a href=&quot;#user-content-fnref-12&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 12&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-13&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/quotes/7407260-the-purpose-of-life-is-to-discover-your-gift-the&quot;&gt;“The purpose of life is to discover your gift. The work of life is to develop it. The meaning of life is to give your gift away.” — David Viscott&lt;/a&gt; &lt;a href=&quot;#user-content-fnref-13&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 13&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-14&quot;&gt;
&lt;p&gt;“To each, there comes in their lifetime a special moment when they are figuratively tapped on the shoulder and offered the chance to do a very special thing. What a tragedy if that moment finds them unprepared.” — Winston Churchill &lt;a href=&quot;#user-content-fnref-14&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 14&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-15&quot;&gt;
&lt;p&gt;Remember: it’s not my responsibility to change the narrative that other people have about me. &lt;a href=&quot;#user-content-fnref-15&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 15&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-16&quot;&gt;
&lt;p&gt;Thought-provoking, open-ended deep questions designed to spark meaningful conversations, invite authentic connections, and build stronger bonds. &lt;a href=&quot;#user-content-fnref-16&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 16&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-17&quot;&gt;
&lt;p&gt;These questions work best when they come up naturally, not as a checklist. Pick the ones that resonate and let them emerge naturally in conversation. &lt;a href=&quot;#user-content-fnref-17&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 17&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-18&quot;&gt;
&lt;p&gt;Meaning: &lt;em&gt;What is a really minor or seemingly insignificant opinion, preference, or belief that you feel strongly about and will always defend—no matter how trivial it may seem to others?&lt;/em&gt; &lt;a href=&quot;#user-content-fnref-18&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 18&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-19&quot;&gt;
&lt;p&gt;What book, essay, or idea has shifted your perspective lately? &lt;a href=&quot;#user-content-fnref-19&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 19&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-20&quot;&gt;
&lt;p&gt;For example: career, legacy, lifestyle, net worth, etc. &lt;a href=&quot;#user-content-fnref-20&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 20&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-21&quot;&gt;
&lt;p&gt;What do you do just for the fun of it? &lt;a href=&quot;#user-content-fnref-21&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 21&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-22&quot;&gt;
&lt;p&gt;What’s a question you wish people asked you more often—and what would your answer be? &lt;a href=&quot;#user-content-fnref-22&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 22&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-23&quot;&gt;
&lt;p&gt;What do you think your friends or coworkers would say about you? &lt;a href=&quot;#user-content-fnref-23&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 23&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-24&quot;&gt;
&lt;p&gt;What do you think people often misunderstand about you? &lt;a href=&quot;#user-content-fnref-24&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 24&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-25&quot;&gt;
&lt;p&gt;If you had an alter ego, who—or what—would they be? &lt;a href=&quot;#user-content-fnref-25&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 25&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-26&quot;&gt;
&lt;p&gt;What’s a project you’re working on right now that excites you the most? &lt;a href=&quot;#user-content-fnref-26&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 26&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-27&quot;&gt;
&lt;p&gt;What’s the thing you’re currently creating or exploring that you feel most energized by? &lt;a href=&quot;#user-content-fnref-27&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 27&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-28&quot;&gt;
&lt;p&gt;What’s a challenge or opportunity you’re working on right now that you’re especially passionate about? &lt;a href=&quot;#user-content-fnref-28&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 28&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-29&quot;&gt;
&lt;p&gt;What are you proudest of — and why that? &lt;a href=&quot;#user-content-fnref-29&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 29&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-30&quot;&gt;
&lt;p&gt;What’s a belief you held five years ago that you had to unlearn in order to grow? &lt;a href=&quot;#user-content-fnref-30&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 30&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
&lt;/body&gt;

&lt;hr style=&quot;margin: 2em 0; border: none; border-top: 1px solid #ccc;&quot; /&gt;&lt;p&gt;👉 Share this post: &lt;a href=&quot;https://huam.ing/journal-prompt&quot;&gt;https://huam.ing/journal-prompt&lt;/a&gt;&lt;/p&gt;</content:encoded></item><item><title>⌨️ Keyboard Hotkey</title><link>https://huam.ing/keyboard-hotkey/</link><guid isPermaLink="true">https://huam.ing/keyboard-hotkey/</guid><description>A compilation of essential keyboard shortcuts to enhance productivity.</description><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate><content:encoded>


&lt;body&gt;
&lt;h1 id=&quot;vs-code&quot;&gt;&lt;a href=&quot;#vs-code&quot;&gt;&lt;a href=&quot;https://code.visualstudio.com/docs/getstarted/keybindings&quot;&gt;VS Code&lt;/a&gt;&lt;/a&gt;&lt;/h1&gt;

































































































































































&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Hotkey&lt;/th&gt;&lt;th&gt;Note&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;[Left-Click]&lt;/kbd&gt; = &lt;kbd&gt;F12&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Go to function definition&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;/&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Comment out current line/selected lines&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;D&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Select word or next occurrence&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Enter&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Insert line below&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;F&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Open the Find and Replace dialog&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;`&lt;/kbd&gt; = &lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;J&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Show/Hide Terminal (&amp;#x26; Switch the cursor between Terminal and code)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;`&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Create a new Terminal window&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;K 0&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Fold/Collapse open items&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;K J&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Unfold/Expand closed items&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;K S&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;View all available keyboard shortcuts&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;K Z&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Toggle Zen mode (View &gt; Appearance &gt; Zen Mode/Centered Layout)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;K W&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Close all editors&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;L&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Select current line&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;B&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Toggle primary sidebar&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Opt&lt;/kbd&gt; + &lt;kbd&gt;B&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Toggle secondary sidebar&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;P&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Go to file&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;Enter&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Insert line above&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;L&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Multi-cursor editing - it selects all matches in the current file to the currently highlighted text. Press “ESC” to disable it. &lt;sup&gt;&lt;a href=&quot;#user-content-fn-1&quot; id=&quot;user-content-fnref-1&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;P&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Open command palette&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;F&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Open Search panel&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;E&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Open the Explorer file tree and reveal the file you’re currently viewing.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;X&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Open Extensions marketplace&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;M&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Open Problems panel (for linting errors, warnings, and diagnostics)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;Tab&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Switch between tabs&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;F2&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Rename every occurrence of the same reference&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Opt&lt;/kbd&gt; + &lt;kbd&gt;[Left-Click]&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Put cursor on multiple lines simultaneously&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Opt&lt;/kbd&gt; + &lt;kbd&gt;↑/↓&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Move line up/down (reordering). Holding it with &lt;code&gt;Shift&lt;/code&gt; will copy/duplicate the line as well.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Opt&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;↑/↓&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Duplicate the current line above/below&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Opt&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Column/Box Selection: Select blocks of text by holding it while you drag your mouse.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Opt&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;O&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Remove unused imports, declarations, etc.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;O&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Jump to a specific symbol (a function/class/variable/etc.) in the file&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;\&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Split Editor Down (Vertical Split)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;K&lt;/kbd&gt; + &lt;kbd&gt;\&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Split Editor Down (Horizontal Split)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;[1-9]&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Switch to a specific editor/tab by number&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;K Shift&lt;/kbd&gt; + &lt;kbd&gt;Enter&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Pin/unpin editor/tab&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;[&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Move to previous terminal&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;]&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Move to next terminal&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;\&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Shift focus from the terminal pane to the terminal tabs view&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;h1 id=&quot;apple-notes&quot;&gt;&lt;a href=&quot;#apple-notes&quot;&gt;&lt;a href=&quot;https://support.apple.com/en-gb/guide/notes/apd46c25187e/mac&quot;&gt;Apple Notes&lt;/a&gt;&lt;/a&gt;&lt;/h1&gt;













































&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Hotkey&lt;/th&gt;&lt;th&gt;Note&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;,&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Zoom out&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;.&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Zoom in&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;I&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Show or hide highlights in a shared note&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;K&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Show or hide the activity list in a shared note&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;7&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Apply bulleted list format&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;9&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Apply numbered list format&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;L&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Apply checklist format&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;H&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Apply heading format&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;J&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Apply subheading format&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;h1 id=&quot;apple-calendar&quot;&gt;&lt;a href=&quot;#apple-calendar&quot;&gt;&lt;a href=&quot;https://support.apple.com/guide/calendar/keyboard-shortcuts-ical002/mac&quot;&gt;Apple Calendar&lt;/a&gt;&lt;/a&gt;&lt;/h1&gt;

















































&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Hotkey&lt;/th&gt;&lt;th&gt;Note&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;←&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Go to the previous day, week, month, or year&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;→&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Go to the next day, week, month, or year&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;T&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Go to today’s date&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;T&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Go to a specific date&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;1&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Switch to Day view&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;2&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Switch to Week view&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;3&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Switch to Month view&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;4&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Switch to Year view&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;N&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Add a new event&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;E&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Edit the selected event&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;h1 id=&quot;apple-reminders&quot;&gt;&lt;a href=&quot;#apple-reminders&quot;&gt;&lt;a href=&quot;https://support.apple.com/en-am/guide/reminders/remn19b3424c/mac&quot;&gt;Apple Reminders&lt;/a&gt;&lt;/a&gt;&lt;/h1&gt;

























































&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Hotkey&lt;/th&gt;&lt;th&gt;Note&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;]&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Indent Reminder&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;[&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Outdent Reminder&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;T&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Set reminder as due today&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Opt&lt;/kbd&gt; + &lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;T&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Set reminder as due tomorrow&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;K&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Set reminder as due next weekend (Saturday)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Opt&lt;/kbd&gt; + &lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;K&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Set reminder as due next week (Monday)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;E&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Hide all subtasks&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;E&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Show all subtasks&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;C&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Mark reminder as completed or incomplete&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;F&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Flag or unflag reminder&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;[List-Number]&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Go to pinned list. To find the number assigned to each list, choose View &gt; Go To.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Enter&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;While editing: Save/exit editing the reminder; While not editing: Mark reminder as complete &lt;sup&gt;&lt;a href=&quot;#user-content-fn-2&quot; id=&quot;user-content-fnref-2&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-3&quot; id=&quot;user-content-fnref-3&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;3&lt;/a&gt;&lt;/sup&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;h1 id=&quot;chatgpt-desktop-application&quot;&gt;&lt;a href=&quot;#chatgpt-desktop-application&quot;&gt;&lt;a href=&quot;https://openai.com/chatgpt/desktop/&quot;&gt;ChatGPT Desktop Application&lt;/a&gt;&lt;/a&gt;&lt;/h1&gt;





















&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Hotkey&lt;/th&gt;&lt;th&gt;Note&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;S&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Toggle sidebar&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;N&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Open new chat&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;N&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Open new temporary chat&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;h1 id=&quot;file-manager&quot;&gt;&lt;a href=&quot;#file-manager&quot;&gt;File Manager&lt;/a&gt;&lt;/h1&gt;





























































































&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Hotkey&lt;/th&gt;&lt;th&gt;Note&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;[&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Move back to the previous Finder location&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;]&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Move forward to the next Finder location&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;1&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Show the active window in icon mode&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;2&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Show the active window in list mode&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;3&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Show the active window in column mode&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;4&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Show the active window in gallery mode&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Delete/Backspace&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Move the selected item to Trash&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;D&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Duplicate selected item(s)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Enter&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Rename the selected item&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;O&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Open (or launch) the selected item, just like double-clicking it&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;I&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Open the Info window for the selected item&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;.&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Reveal hidden files such as ._ (dot underscore) files that are normally invisible&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;G&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Takes you to a folder that you specify&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;I&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Go to “iCloud Drive” in Finder&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;A&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Go to “Applications” in Finder&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;O&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Go to “Documents” in Finder&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Opt&lt;/kbd&gt; + &lt;kbd&gt;L&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Go to “Downloads” in Finder&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;N&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Create a new folder&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;Opt&lt;/kbd&gt; + &lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;1&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Sort by name&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;Opt&lt;/kbd&gt; + &lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;2&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Sort by kind&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;Opt&lt;/kbd&gt; + &lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;6&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Sort by size&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;h1 id=&quot;gmail&quot;&gt;&lt;a href=&quot;#gmail&quot;&gt;&lt;a href=&quot;https://support.google.com/mail/answer/6594?hl=en&amp;#x26;co=GENIE.Platform%3DDesktop&quot;&gt;Gmail&lt;/a&gt;&lt;/a&gt;&lt;/h1&gt;







&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Hotkey&lt;/th&gt;&lt;th&gt;Note&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;/table&gt;
&lt;h1 id=&quot;macos&quot;&gt;&lt;a href=&quot;#macos&quot;&gt;&lt;a href=&quot;https://support.apple.com/en-us/102650&quot;&gt;macOS&lt;/a&gt;&lt;/a&gt;&lt;/h1&gt;





















































































&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Hotkey&lt;/th&gt;&lt;th&gt;Note&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;[Left-Click]&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;On any dock app opens it in Finder. This also works in Spotlight: If you hold &lt;code&gt;Cmd&lt;/code&gt; while pressing &lt;code&gt;Enter&lt;/code&gt;, it will show the app (or file) in Finder!&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;Q&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Lock screen&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;D&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Lets you look up a dictionary definition for the word you hover over with the cursor (no need to select it)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;3&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Snip the full screen and copy the screenshot to clipboard&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;4&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Snip the selected area and copy the screenshot to clipboard&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;M&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Minimize window&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Opt&lt;/kbd&gt; + &lt;kbd&gt;Esc&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Force quit applications&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Q&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Quit application&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;3&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Capture the full screen&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;4&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Capture a portion of the screen (selected area)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;5&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Open the Screenshot app (to e.g., record screen). This is where you can select/change the default folder/location where screenshots are saved.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Space&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Use emojis/symbols. Press it alongside the text to get the corresponding emoji/symbols&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Opt&lt;/kbd&gt; + &lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Space&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Open a Finder window with the search bar active&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;/&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Show the menu bar search, which reveals the menu bar with the added benefit of putting the cursor in the search field, so that you can quickly type the command you want and hit &lt;code&gt;Enter&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Space&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Open Spotlight search bar&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Tab&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Switch between different open applications&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;F&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Enter/Exit full screen mode&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Opt&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;K&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Fn&lt;/kbd&gt; + &lt;kbd&gt;C&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Open Control Center&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;h1 id=&quot;notion&quot;&gt;&lt;a href=&quot;#notion&quot;&gt;&lt;a href=&quot;https://www.notion.so/help/keyboard-shortcuts&quot;&gt;Notion&lt;/a&gt;&lt;/a&gt;&lt;/h1&gt;





















&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Hotkey&lt;/th&gt;&lt;th&gt;Note&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;[&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Go back a page&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;]&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Go forward a page&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;\&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Show/Hide sidebar&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;h1 id=&quot;terminal&quot;&gt;&lt;a href=&quot;#terminal&quot;&gt;Terminal&lt;/a&gt;&lt;/h1&gt;









































&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Hotkey&lt;/th&gt;&lt;th&gt;Note&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;A&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Jump to the start of the line&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;E&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Jump to the end of the line&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;U&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Delete everything you’ve written in Terminal and start over, in case you entered any typos in between&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;W&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Delete a word backwards from the current cursor position&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;Y&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Paste text from the kill buffer&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Opt&lt;/kbd&gt; + &lt;kbd&gt;F&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Jump forward by a word&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Opt&lt;/kbd&gt; + &lt;kbd&gt;B&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Jump backward by a word&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Opt&lt;/kbd&gt; + &lt;kbd&gt;D&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Delete a word forwards from the current cursor position&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;h1 id=&quot;web-browser-microsoft-edge&quot;&gt;&lt;a href=&quot;#web-browser-microsoft-edge&quot;&gt;Web Browser (Microsoft Edge)&lt;/a&gt;&lt;/h1&gt;





































































































&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Hotkey&lt;/th&gt;&lt;th&gt;Note&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;[Left-Arrow]&lt;/kbd&gt; = &lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;[&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Go back a page&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;[Right-Arrow]&lt;/kbd&gt; = &lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;]&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Go forward a page&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;[Left-Click]&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Open link in a new tab&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;D&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Save the current tab as a favorite (i.e., bookmark the current tab)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;L&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Select address bar (to edit URL)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;N&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Open a new window&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;R&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Normal reload/refresh a web page&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;B&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Show/Hide the Favorites bar&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;F&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Show/Hide toolbar in full screen mode&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;N&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Open a new InPrivate (無痕模式/私密瀏覽) window&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;R&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Hard reload/refresh a web page&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;T&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Reopen the last closed tab&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;Y&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Show/Hide Collections&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Opt&lt;/kbd&gt; + &lt;kbd&gt;L&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Show/Hide Downloads&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Y&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Open History&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;T&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Open a new tab&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;W&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Close the current window&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;W&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Close the current window, along with all its tabs&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Space&lt;/kbd&gt; = &lt;kbd&gt;PgDn&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;捲動網頁&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;Tab&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Moves to the next tab (rightward) &lt;sup&gt;&lt;a href=&quot;#user-content-fn-4&quot; id=&quot;user-content-fnref-4&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;4&lt;/a&gt;&lt;/sup&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;Tab&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Moves to the previous tab (leftward) &lt;sup&gt;&lt;a href=&quot;#user-content-fn-5&quot; id=&quot;user-content-fnref-5&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;5&lt;/a&gt;&lt;/sup&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Opt&lt;/kbd&gt; + &lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;[Right-Arrow]&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Moves to the next tab (rightward) &lt;sup&gt;&lt;a href=&quot;#user-content-fn-6&quot; id=&quot;user-content-fnref-6&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;6&lt;/a&gt;&lt;/sup&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Opt&lt;/kbd&gt; + &lt;kbd&gt;Cmd&lt;/kbd&gt; + &lt;kbd&gt;[Left-Arrow]&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Moves to the previous tab (leftward) &lt;sup&gt;&lt;a href=&quot;#user-content-fn-7&quot; id=&quot;user-content-fnref-7&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;7&lt;/a&gt;&lt;/sup&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;h1 id=&quot;youtube&quot;&gt;&lt;a href=&quot;#youtube&quot;&gt;YouTube&lt;/a&gt;&lt;/h1&gt;

















































&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Hotkey&lt;/th&gt;&lt;th&gt;Note&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;/&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Go to search box&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;←/→&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Backward/Forward a video by 5 seconds&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;↑/↓&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Increase/Decrease volume by 5%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Opt&lt;/kbd&gt; + &lt;kbd&gt;←/→&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Go to the previous/next chapter&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;F&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Toggle full screen mode&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;K&lt;/kbd&gt; = &lt;kbd&gt;Spacebar&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Toggle Play/Pause&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;M&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Toggle Mute/Unmute&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;,&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Decrease playback speed&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;Shift&lt;/kbd&gt; + &lt;kbd&gt;.&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Increase playback speed&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;kbd&gt;T&lt;/kbd&gt;&lt;/td&gt;&lt;td&gt;Toggle theater mode&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;section data-footnotes=&quot;&quot; class=&quot;footnotes&quot; style=&quot;font-size: 0.85em; line-height: 1.6;&quot;&gt;
&lt;ol&gt;
&lt;li id=&quot;user-content-fn-1&quot;&gt;
&lt;p&gt;Bonus: Install the “&lt;a href=&quot;https://marketplace.visualstudio.com/items?itemName=Cardinal90.multi-cursor-case-preserve&quot;&gt;Multiple Cursor Case Preserve&lt;/a&gt;” extension for Visual Studio Code. It ensures that when you’re editing text with multiple cursors, the case formatting—such as camelCase, UPPERCASE, or lowercase—is preserved. This is particularly useful when you need to rename variables or terms consistently without disrupting their original casing. &lt;a href=&quot;#user-content-fnref-1&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 1&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-2&quot;&gt;
&lt;p&gt;When editing a reminder (e.g., you’ve clicked into it to change the text), &lt;code&gt;Cmd&lt;/code&gt; + &lt;code&gt;Enter&lt;/code&gt; will end editing — it finalizes your changes and exits the editing mode (kind of feels like “selecting” or saving the text). &lt;a href=&quot;#user-content-fnref-2&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 2&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-3&quot;&gt;
&lt;p&gt;When not editing (e.g., you’re just navigating or viewing reminders), &lt;code&gt;Cmd&lt;/code&gt; + &lt;code&gt;Enter&lt;/code&gt; will select all text and enter the editing mode. &lt;a href=&quot;#user-content-fnref-3&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 3&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-4&quot;&gt;
&lt;p&gt;Note that &lt;code&gt;Ctrl&lt;/code&gt; + &lt;code&gt;Tab&lt;/code&gt; might follow &lt;strong&gt;recently used order&lt;/strong&gt; depending on browser settings, while &lt;code&gt;Opt&lt;/code&gt; + &lt;code&gt;Cmd&lt;/code&gt; + &lt;code&gt;[Right-Arrow]&lt;/code&gt; always moves tabs in &lt;strong&gt;linear/sequential order&lt;/strong&gt;. &lt;a href=&quot;#user-content-fnref-4&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 4&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-5&quot;&gt;
&lt;p&gt;Note that &lt;code&gt;Ctrl&lt;/code&gt; + &lt;code&gt;Shift &lt;/code&gt; + &lt;code&gt;Tab&lt;/code&gt; might follow &lt;strong&gt;recently used order&lt;/strong&gt; depending on browser settings, while &lt;code&gt;Opt&lt;/code&gt; + &lt;code&gt;Cmd&lt;/code&gt; + &lt;code&gt;[Left-Arrow]&lt;/code&gt; always moves tabs in &lt;strong&gt;linear/sequential order&lt;/strong&gt;. &lt;a href=&quot;#user-content-fnref-5&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 5&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-6&quot;&gt;
&lt;p&gt;Note that &lt;code&gt;Opt&lt;/code&gt; + &lt;code&gt;Cmd&lt;/code&gt; + &lt;code&gt;[Right-Arrow]&lt;/code&gt; always moves tabs in &lt;strong&gt;linear/sequential order&lt;/strong&gt;, while &lt;code&gt;Ctrl&lt;/code&gt; + &lt;code&gt;Tab&lt;/code&gt; might follow &lt;strong&gt;recently used order&lt;/strong&gt; depending on browser settings. &lt;a href=&quot;#user-content-fnref-6&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 6&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-7&quot;&gt;
&lt;p&gt;Note that &lt;code&gt;Opt&lt;/code&gt; + &lt;code&gt;Cmd&lt;/code&gt; + &lt;code&gt;[Left-Arrow]&lt;/code&gt; always moves tabs in &lt;strong&gt;linear/sequential order&lt;/strong&gt;, while &lt;code&gt;Ctrl&lt;/code&gt; + &lt;code&gt;Shift&lt;/code&gt; + &lt;code&gt;Tab&lt;/code&gt; might follow &lt;strong&gt;recently used order&lt;/strong&gt; depending on browser settings. &lt;a href=&quot;#user-content-fnref-7&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 7&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
&lt;/body&gt;

&lt;hr style=&quot;margin: 2em 0; border: none; border-top: 1px solid #ccc;&quot; /&gt;&lt;p&gt;👉 Share this post: &lt;a href=&quot;https://huam.ing/keyboard-hotkey&quot;&gt;https://huam.ing/keyboard-hotkey&lt;/a&gt;&lt;/p&gt;</content:encoded></item><item><title>👑 Life Pro Tip</title><link>https://huam.ing/life-pro-tip/</link><guid isPermaLink="true">https://huam.ing/life-pro-tip/</guid><description>Practical tricks to improve everyday life.</description><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate><content:encoded>


&lt;body&gt;
&lt;h1 id=&quot;life-wisdom--lessons&quot;&gt;&lt;a href=&quot;#life-wisdom--lessons&quot;&gt;Life Wisdom &amp;#x26; Lessons&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;If it’s raining on a warm summer evening, go outside and dance in it. &lt;sup&gt;&lt;a href=&quot;#user-content-fn-1&quot; id=&quot;user-content-fnref-1&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;When you read something helpful, write to the author—a simple act that can yield meaningful results. By expressing your appreciation, you foster &lt;strong&gt;real human connection&lt;/strong&gt;, reminding the creator that their work matters. This small gesture also helps &lt;strong&gt;reinforce your learning&lt;/strong&gt;, as explaining why something resonated deepens understanding. Additionally, it can &lt;strong&gt;open doors&lt;/strong&gt; to potential mentorships, collaborations, or friendships. Because most readers remain silent, your gratitude will be &lt;strong&gt;rare—and memorable&lt;/strong&gt;. Whether it’s a bestselling writer or a niche blogger, reaching out strengthens a culture of appreciation and may spark unexpected opportunities.&lt;/li&gt;
&lt;li&gt;Read &lt;a href=&quot;https://www.wikileaks.org&quot;&gt;leaked emails&lt;/a&gt; to learn &lt;a href=&quot;https://x.com/TechEmails&quot;&gt;how business actually works&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Learn one funny dance move.&lt;/li&gt;
&lt;li&gt;Whenever you hug someone, be the last to let go. Life is more fragile than you think.&lt;/li&gt;
&lt;li&gt;Call your parents via Zoom and record it. Ask them questions and have them recount / tell stories about their childhood, adventures, fears, dreams, and major life events. Essentially, record a podcast/video interview. Our time with them is finite, but we often fail to recognize it until it’s too late. You’ll be so glad you have this when they’re no longer here. These recordings will last forever, and it really beats just having old photos.&lt;/li&gt;
&lt;li&gt;Ask someone to do you a small favor, so that he or she can ask you to do a big one in the future.
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=The+Ben+Franklin+Effect&quot;&gt;The Ben Franklin Effect&lt;/a&gt;: If you’re trying to create a relationship, or even turn an enemy into a friend, you might consider what small favor you can &lt;em&gt;request&lt;/em&gt;, rather than what you can &lt;em&gt;give&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;“Nothing makes one feel so strong as a call for help.” — Pope Paul VI&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;When you borrow a man’s car, always return it with a full tank of gas.&lt;/li&gt;
&lt;li&gt;Separate time for experiencing the present from time for reflecting on memories, and post on social media only when reviewing photos back home, as we remember life more effectively not by taking more pictures, but by revisiting (and deleting) them.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://mariandrew.substack.com/p/100-things-i-know&quot;&gt;Each path is unique. Remind yourself of this by reading &lt;em&gt;memoirs&lt;/em&gt; and &lt;em&gt;biographies&lt;/em&gt;. If you ever feel like you’re straying from the common route, these books will reassure you that you’re carving out your own distinct journey.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;When learning something new, spend five minutes teaching it to someone else. Notice where they get confused—these are the areas where you need to .&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.sahilbloom.com/newsletter/the-most-powerful-asymmetries-in-life&quot;&gt;When learning something new, spend 5 minutes trying to teach it to someone. Make a note of where the other person gets confused. Notice where they get confused—you’ll get an immediate sense for your level of understanding of the topic and where you need to dig in more.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Carry a pocket notebook everywhere you go. Get into the habit of jotting down ideas, thoughts, or insights the moment they come to you. You’ll capture sparks of creativity that would otherwise fade—and over time, you’ll build a personal library of ideas to revisit and develop.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;eating--drinking&quot;&gt;&lt;a href=&quot;#eating--drinking&quot;&gt;Eating &amp;#x26; Drinking&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;要讓家庭號寶特瓶汽水保氣，最有效的方法是「冷藏」以維持二氧化碳溶解度，並在每次喝完後適度「捏扁」瓶身減少空氣體積，再將瓶口「倒置」存放，讓液體封住瓶口以減緩氣泡逸出，同時務必轉緊瓶蓋並避免劇烈搖晃；若想延長保氣時間，可額外使用 &lt;a href=&quot;https://www.google.com/search?q=%E7%9C%9F%E7%A9%BA%E9%85%92%E7%93%B6%E5%A1%9E&quot;&gt;真空酒瓶塞&lt;/a&gt; 或分裝玻璃瓶，搭配這些技巧可以讓汽水氣泡維持更久。&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://perell.com/note/28-pieces-of-life-advice/&quot;&gt;Most of the pleasure in a dessert comes in the first three bites. After that, you should stop eating it. As a reward, you can eat dessert more often because you don’t binge it.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;在食物裡加入一小撮抗氧化物，首推藥草和香料，例如奧勒岡草 (Oregano) 或肉桂粉 (Cinnamon)，即可大幅提升餐點之抗氧化能力。&lt;/li&gt;
&lt;li&gt;🥗 Shake your salad back and forth in its container before eating. This helps distribute the dressing evenly, so you use less while still getting great flavor in every bite.&lt;/li&gt;
&lt;li&gt;Before squeezing a lime (or any citrus), roll it firmly on the counter with your palm for a few seconds. This breaks down the internal membranes and releases more juice, so you get the most out of every fruit with less effort.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://mariandrew.substack.com/p/100-things-i-know&quot;&gt;Take cucumbers on your hike, bike ride, or any strenuous activity! Packed with 96% water, they’re a refreshing, hydrating boost when you need it most.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://x.com/SahilBloom/status/1949818412898607405&quot;&gt;How to attract the right people? Be unapologetically yourself. When you edit your personality, you attract relationships that need constant maintenance. Stop filtering who you are to be liked. The right ones will stick. The wrong ones will walk.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;moving&quot;&gt;&lt;a href=&quot;#moving&quot;&gt;Moving&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Use garbage bags to pack and transport your hanging clothes. Leave the clothes on the hangers, open a garbage bag, and start to fill it with 8-15 hangers and clothing items, with the bottom of the garments going in first. Then, take the garbage bag ties and wrap them around the neck of the hangers. You can reuse these bags for actual trash later.&lt;/li&gt;
&lt;li&gt;Hire movers, but pack and drive yourself. All the work and pain are in loading and unloading the truck.&lt;/li&gt;
&lt;li&gt;Make your bed the last (or nearly last) item on the truck so it’s the first off when unloading. Set it up immediately after unloading because you’ll want to rest well after a long drive or day of moving.&lt;/li&gt;
&lt;li&gt;Don’t ask your friends to help you move. Instead, ask them to help you &lt;em&gt;after&lt;/em&gt; the move to place stuff around, install blinds on the windows, clean the floor, etc.&lt;/li&gt;
&lt;li&gt;Use bright-colored labels or stickers, or write on every box to indicate where they should go (kitchen, living room, bedroom, etc.)&lt;/li&gt;
&lt;li&gt;Get boxes with the same dimensions. The best are empty banana boxes from the local grocery store — they are sturdy, free, and stack well.&lt;/li&gt;
&lt;li&gt;Always pack one box with the absolute essential living items. After a day of moving, you’ll be exhausted and won’t want to dig through several boxes to find them. Pack just enough to last you the next day or two while you unpack everything else.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;giving&quot;&gt;&lt;a href=&quot;#giving&quot;&gt;Giving&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://sketchplanations.com/give-gifts-others-can-give&quot;&gt;Giving makes people happy, so why not give gifts others can give?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;If you’re torn on what gift to send someone, send a book you love. Pair it with a handwritten note explaining why you chose it for them—the more personal and specific, the better. This thoughtful gesture conveys genuine care and has the potential to foster a deeper connection.&lt;/li&gt;
&lt;li&gt;Write on a Post-it® note affixed to a greeting card rather than on the greeting card itself, so the recipient can throw away the Post-it® and reuse your card. (Employ similar logic for any disposable/consumable item.)&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;miscellaneous&quot;&gt;&lt;a href=&quot;#miscellaneous&quot;&gt;Miscellaneous&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Library card + &lt;a href=&quot;https://libbyapp.com/&quot;&gt;Libby&lt;/a&gt; = read stuff and take advantage of all the resources that come with it (e.g., e-books, movies, music, etc.) for FREE, without ever leaving the house! You can even share library cards with friends/family on Libby.&lt;/li&gt;
&lt;li&gt;If you believe the police might want your iPhone for evidence during a traffic stop, quickly activate the emergency screen by pressing and holding the &lt;strong&gt;side button&lt;/strong&gt; and &lt;strong&gt;volume up/down button&lt;/strong&gt; of your iPhone simultaneously for about 2 seconds. This will disable biometric identification and require your passcode to access the phone. Alternatively, 5 quick presses of the side button achieves the same result. For maximum security, power off your phone entirely, as iPhones are fully encrypted before the first unlock (BFU). After the first unlock (AFU), data is less secure. Note that biometric unlock also requires the passcode after a restart.&lt;/li&gt;
&lt;li&gt;How to correctly use eyebrow razors?
&lt;ol&gt;
&lt;li&gt;45-degree angle&lt;/li&gt;
&lt;li&gt;gentle/short/downward strokes in the direction of hair growth&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;眼鏡布 → 擦眼鏡鏡片 (X) 擦手機螢幕 (O)&lt;/li&gt;
&lt;li&gt;Attach water-saving tap aerator to toilet/kitchen faucets&lt;/li&gt;
&lt;li&gt;Do a passive wardrobe audit: “At the start of the year, turn all your hangers the wrong way round. By the end of the year, if anything still isn’t facing the right way, get rid of it: if you haven’t worn it for a year, you probably won’t.”&lt;/li&gt;
&lt;li&gt;Read 3-star or 6/10 reviews on Amazon, Google Maps, etc. → That’s where a review could be the best and most helpful.&lt;/li&gt;
&lt;li&gt;自製果蠅誘捕器：在乾淨的玻璃罐中混合醋與糖，滴入少許洗碗精以破壞表面張力，再放入一小段香蕉增強誘餌香氣；用保鮮膜封口，並在上方戳幾個小洞，果蠅即可自由進入卻難以逃脫，實現“易入難出”效果。&lt;/li&gt;
&lt;li&gt;How to not forget your keys?
&lt;ol&gt;
&lt;li&gt;Always put the keys first thing into the backpack/luggage if you plan to leave home at a later time&lt;/li&gt;
&lt;li&gt;Insert the keys into the door lock&lt;/li&gt;
&lt;li&gt;Put the keys on your shoes or under whatever you need to take with you leaving home&lt;/li&gt;
&lt;li&gt;Trick/Train yourself into not locking the door with the knob, but only with the keys&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;衣物車縫處脫線 → 打火機轉小火，點脫線處，弄熄，線頭就燒成小黑球 (= 打結)&lt;/li&gt;
&lt;li&gt;How to make a Post-it® note (N 次貼) lie flawlessly against a surface, without a giant air bubble? Instead of peeling sticky notes from the corner, rip sticky notes &lt;em&gt;from the side, right below where the sticky part ends.&lt;/em&gt; Or: &lt;a href=&quot;https://sketchplanations.com/peel-a-post-it&quot;&gt;pull flat and straight &lt;em&gt;from the bottom up.&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;讓下次可以快速取用膠帶的方法: (1) 摺一角 (2) 黏在桌邊&lt;/li&gt;
&lt;li&gt;Disable auto-play feature on Netflix, YouTube, etc. to prevent binge-watching&lt;/li&gt;
&lt;li&gt;牙膏、洗面乳等用罄時，使用剪刀將軟管瓶身剪開，將可以再多使用 3-5 次！&lt;/li&gt;
&lt;li&gt;Break up effervescent tablets into half with your hand before adding to water. It dissolves quicker due to the increased surface area. Stirring it also quickens up the process.&lt;/li&gt;
&lt;li&gt;How to get maximum cooling in your home during summer?
&lt;ol&gt;
&lt;li&gt;Identify the coolest part of your home. In the evening, find a window in a shaded area or on the lower floor where the air is cooler. If possible, use a thermometer to check which part of your home has the lowest temperature.&lt;/li&gt;
&lt;li&gt;Create cross-ventilation. Open windows on opposite sides of the house to encourage airflow. If you have multiple floors, open windows upstairs and downstairs to enhance the chimney effect.&lt;/li&gt;
&lt;li&gt;Wait for the right temperature. Once the outdoor temperature drops below the indoor temperature, it’s time to bring in cool air.&lt;/li&gt;
&lt;li&gt;Use a fan strategically. Place a powerful fan near the hottest window and direct it outward to push warm air out. This will draw in cooler air through the other windows.&lt;/li&gt;
&lt;li&gt;Seal the cool air inside. In the morning, before the outdoor temperature rises, close all windows and blinds to trap the cool air. Consider using blackout curtains to reduce heat gain throughout the day.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Keep your eye drops in the fridge for the extra soothing and redness relief / to enhance the cooling sensation when applying for itchy/burning eyes.&lt;/li&gt;
&lt;li&gt;Avoid long exposure to direct sunlight for ANYTHING &lt;sup&gt;&lt;a href=&quot;#user-content-fn-2&quot; id=&quot;user-content-fnref-2&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Waiting 30-60 seconds (by wiping the water off your body with your hands, or shaking off like a dog lol) to dry off before stepping out of the shower significantly decreases the volume of water soaked/absorbed by your towel, allowing it to stay drier for longer. &lt;sup&gt;&lt;a href=&quot;#user-content-fn-3&quot; id=&quot;user-content-fnref-3&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;3&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Don’t buy CDs for people. They have Spotify. Buy them merch from a band they like instead. It’s more personal and the band gets more money.&lt;/li&gt;
&lt;li&gt;洗碗精、洗手乳、沐浴乳、洗髮精等用罄時，把容器裝滿水稀釋，將可以再多使用 3-5 次！&lt;/li&gt;
&lt;li&gt;Always underpromise and overdeliver (aka &lt;a href=&quot;https://www.google.com/search?q=baker%E2%80%99s+dozen&quot;&gt;baker’s dozen&lt;/a&gt;)! For example, if you know how late you are going to be, add an extra 5-10 minutes to it. It might be annoying for the person/people when you say it initially, but when you come before the time you said, it will evoke a far more positive reaction than underestimating the lateness time.&lt;/li&gt;
&lt;li&gt;How to choose mouthwash/mouthrinse (Mundspülung)?
&lt;ol&gt;
&lt;li&gt;Has fluoride (cavity prevention)&lt;/li&gt;
&lt;li&gt;No alcohol (dries your tissues out)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;DIY Air Conditioner
&lt;ol&gt;
&lt;li&gt;Metal fan with ice blocks on the back, parallel to the direction of airflow&lt;/li&gt;
&lt;li&gt;Metal fan with wet towels hanging in the front (evaporative cooling)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Best fan placement to move air through the house
&lt;ol&gt;
&lt;li&gt;Blowing air out of the window, not into the room&lt;/li&gt;
&lt;li&gt;1-1.5 meter from an open window&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Change your posture and stand upright each time you go through a door&lt;/li&gt;
&lt;li&gt;Getting married? Don’t just let friends and family know, tell companies too! Email a couple dozen companies that you had interest in, let them know of your upcoming celebration of getting married. They might email you back, and ask for your address to send free stuff, goodie/gift bags, etc.&lt;/li&gt;
&lt;li&gt;吃冰棒的技巧：「一邊從頂部小口咬，一邊從根部往上舔」（Why? 冰棒都是從最上端開始融化，這樣做可以讓往下滴的水量減到最少）&lt;/li&gt;
&lt;li&gt;You can search the photos on your iPhone by just typing in people, items, months, years, seasons, places you want to see, text in screenshots, etc.&lt;/li&gt;
&lt;li&gt;Play YouTube videos in VLC media player to skip ads. Plus, you also benefit from all the capabilities of VLC.&lt;/li&gt;
&lt;li&gt;Never ask the doctor what you should do. Instead, ask him what he would do if he were in your place. You would be surprised at the difference.&lt;/li&gt;
&lt;li&gt;Regularly open windows to remove CO2 and exchange for fresh air&lt;/li&gt;
&lt;li&gt;Invest in the things (1) you use for a significant portion of your life (2) between you and the Earth. These possessions are worth the investment. You will thank yourself later.
&lt;ol&gt;
&lt;li&gt;bed — you spend a third of your life sleeping&lt;/li&gt;
&lt;li&gt;bedding — mattress, pillow, blanket, etc.&lt;/li&gt;
&lt;li&gt;soft-soled walking/running shoes, boots — your feet carry you everywhere&lt;/li&gt;
&lt;li&gt;tires — they’re the only contact between your vehicle and the road&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;去麥當勞點餐時，和店員說要「不加鹽」的薯條，就可以得到熱騰騰、剛出爐的新鮮現炸薯條&lt;/li&gt;
&lt;li&gt;How to heal dry, cracked fingertips? Use Vaseline (or O’Keeffe’s Working Hands Hand Cream) before bed and put socks or (disposable, polyethylene PE, plastic, foodservice) gloves on hands for sleeping.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.reddit.com/r/lifehacks/comments/1pv746i/if_you_cut_your_wrapping_paper_to_small_try/&quot;&gt;If your wrapping paper turns out too small to cover the gift, try rotating the box 45° (diagonally) on the paper. The diagonal is longer than the side, which often gives you just enough extra coverage to wrap it successfully. 🎁📐&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;careers--work&quot;&gt;&lt;a href=&quot;#careers--work&quot;&gt;Careers &amp;#x26; Work&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;When people hesitate to give you honest feedback, ask for a score from 0-10, instead of asking, “&lt;em&gt;What do you think?&lt;/em&gt;”—which invites ambiguity. You’ll rarely get a perfect 10, and this makes it easy to follow up with, “&lt;em&gt;What would make this closer to a 10?&lt;/em&gt;” Better questions lead to better feedback—and faster growth.&lt;/li&gt;
&lt;li&gt;Use an exercise ball or a kneeling chair, instead of an office chair with wheels at work, to maintain a better posture.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.reddit.com/r/LifeProTips/comments/k3ywxq/lpt_no_matter_how_much_your_workplace_pushes_team&quot;&gt;No matter how much your workplace pushes “team building” and “family culture” - remember, they’re not your friends and it’s still a workplace.&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-4&quot; id=&quot;user-content-fnref-4&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;4&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Always book an extra day off after a holiday. It gives you time to recover, unpack, and mentally transition back to work fully recharged.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;home&quot;&gt;&lt;a href=&quot;#home&quot;&gt;Home&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://perell.com/note/28-pieces-of-life-advice/&quot;&gt;When assembling furniture, first tighten all screws to 75%, then fully secure them once all components fit together. This principle extends beyond furniture.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.reddit.com/r/lifehacks/s/PEescdRSx4&quot;&gt;How to make pillows out of blankets?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/3czrTVSlGhY&quot;&gt;10 Useful Hacks with Binder Clips&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;https://youtu.be/1NYotD8npmg&quot;&gt;Know The Difference!&lt;/a&gt;&lt;/strong&gt; A &lt;em&gt;toilet plunger&lt;/em&gt; has a &lt;em&gt;flange (a soft, narrow rubber sleeve)&lt;/em&gt; that extends from the cup, designed to create a tight seal in the curved drain of a toilet. A &lt;em&gt;sink plunger&lt;/em&gt;, on the other hand, has a flat cup suitable for creating a seal on flat surfaces like sinks or bathtubs.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/AdhUifjOahs&quot;&gt;How to Seal a Bag of Chips without a Clip&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Replace Fabric Softener with White Vinegar
&lt;ol&gt;
&lt;li&gt;Cheap&lt;/li&gt;
&lt;li&gt;Natural (more eco-friendly)&lt;/li&gt;
&lt;li&gt;Not only a clothing softener, but also a clothing deodorizer (especially good for towels!)&lt;/li&gt;
&lt;li&gt;Will remove hard water deposits in your washing machine as well&lt;/li&gt;
&lt;li&gt;DO NOT MIX VINEGAR AND CHLORINE BLEACH OR COLOR SAFE BLEACH EVER!!!! THEY WILL PRODUCE DANGEROUS CHEMICALS!&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;What to do with used, air/oven-dried coffee grounds?
&lt;ol&gt;
&lt;li&gt;Use them as deodorizer for stinky garbage bags&lt;/li&gt;
&lt;li&gt;Layer them at the bottom of biodegradable bins to absorb some liquid that seeps out of the food scraps/waste&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;You can lower energy costs on freezers by keeping them full. (Why? Air is expensive to cool down. Water/ice has a very high heat capacity so it’s resistant to temperature changes.) Fill the empty space in your freezer with bottles of water to make large blocks of ice, which is useful for many occasions, such as power outages. Or ever better: filling it with empty containers that have only air in them → Empty bottles of air take much less energy to cool down initially (compared to empty bottles of water), and also keep the cold air from falling out when you open the door of the freezer.&lt;/li&gt;
&lt;li&gt;How to organize plastic bags?
&lt;ol&gt;
&lt;li&gt;Flatten your bag, then fold it in half twice.&lt;/li&gt;
&lt;li&gt;Start from the hand-holding end and fold it in a triangular pattern, until you reach the end of your bag.&lt;/li&gt;
&lt;li&gt;Once you are at the end, tuck the end tab into the folds, and you have your bag in a small triangle.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Store sheet sets by tucking them neatly inside one of the matching pillow cases. This keeps everything together and organized, making it easy to grab and use when needed!&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.reddit.com/r/lifehacks/comments/1hlosv9/the_proper_way_to_tie_a_food_bag/&quot;&gt;How to Tie a Food Bag Properly?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Store canned goods like baked beans upside down, so the contents slide out easily without needing to scrape the bottom when you open the can.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;email--phonevideo-call&quot;&gt;&lt;a href=&quot;#email--phonevideo-call&quot;&gt;Email &amp;#x26; Phone/Video Call&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Do not scan the inbox on Friday evening or over the weekend if you might encounter work problems that cannot be addressed properly until Monday.&lt;/li&gt;
&lt;li&gt;Do not e-mail first thing in the morning or last thing at night. The former scrambles your priorities and plans for the day, and the latter just gives you insomnia.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://perell.com/note/28-pieces-of-life-advice/&quot;&gt;Make decisions easy for busy people. You will rise fast in your career if busy people like working with you. Here’s a tip: when you have a problem to solve, come prepared with a suggested next step. If you have a question, phrase it in a way they can answer yes/no. If there are multiple options, lay them out and ask them to pick one. Try to avoid expansive, open-ended questions.&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-5&quot; id=&quot;user-content-fnref-5&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;5&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;End your emails with “I totally understand if you’re too busy to reply, and thank you for reading this far,” instead of the usual “I look forward to your reply and speaking soon.”&lt;/li&gt;
&lt;li&gt;If you’re stuck on an annoying call, put your phone on airplane mode instead of just hanging up. The other person will see “call failed” instead of “call ended.”&lt;/li&gt;
&lt;li&gt;Turn off self-view on video calls. Underrated trick to actually focus on the people you’re talking to instead of spending most of the time concerned with how you look.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://tim.blog/2023/09/28/shane-parrish-farnam-street/&quot;&gt;Never say yes on the phone/email to avoid commitments made under social pressure or the desire to please.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Make phone calls as walking meetings in the sun.&lt;/li&gt;
&lt;li&gt;Whenever you are on a Zoom call, put your headphones or AirPods in, then open up YouTube, and find an ambient soundtrack that you play at 5% volume (e.g., &lt;a href=&quot;https://youtu.be/30b7_S0paCQ&quot;&gt;Lord of the Rings ambience&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/pQdTu0IeVho&quot;&gt;Harry Potter ambience&lt;/a&gt;, etc.). This way, as you are taking the call, there’s a soft, inspiring soundtrack playing in the background. The soundtrack makes anything anyone says feel more relaxed, more warm, and more energizing.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://mariandrew.substack.com/p/100-things-i-know&quot;&gt;When asking for a favor over email, lead with the request and save the small talk for later. It feels much more sincere when the pleasantries come after the ask.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;wellness--wellbeing&quot;&gt;&lt;a href=&quot;#wellness--wellbeing&quot;&gt;Wellness &amp;#x26; Wellbeing&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;When in bed, meditate. Either you will have a deep relaxation, or fall asleep. It’s a win-win.&lt;/li&gt;
&lt;li&gt;When you’re busy, do “micro-meditation”:
&lt;ol&gt;
&lt;li&gt;Accept things as they are.&lt;/li&gt;
&lt;li&gt;Stop wishing things were different.&lt;/li&gt;
&lt;li&gt;No need to label, describe, comment, judge, or attach/assign meaning to everything.&lt;/li&gt;
&lt;li&gt;According to Vipassana, &lt;em&gt;craving (wanting something to happen)&lt;/em&gt; and &lt;em&gt;aversion (not wanting something to happen)&lt;/em&gt; are the roots of human suffering.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;When anxiety hits, drink a glass of water slowly and focus on the sensation. It helps ground you, regulate your breathing, and refresh your mind.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;grocery-shopping&quot;&gt;&lt;a href=&quot;#grocery-shopping&quot;&gt;Grocery Shopping&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Looking at the UNIT price on the shelf tags at the grocery store.&lt;/li&gt;
&lt;li&gt;Never do grocery shopping when you are hungry!&lt;/li&gt;
&lt;li&gt;Shop on the outer perimeter of the grocery store. This is (usually) where all the whole, unprocessed foods are. The aisles have most of the processed junk.&lt;/li&gt;
&lt;li&gt;Buy pre-cut, frozen fruits and vegetables as a convenient and affordable alternative to fresh ones. They often retain more nutrients since they are picked and frozen at their peak ripeness, making them a more nutrient-dense option.&lt;/li&gt;
&lt;li&gt;Clean out your fridge before heading to the grocery store. It helps you avoid “mystery Tupperware” surprises, frees up space, and gives you a clear view of what needs restocking.&lt;/li&gt;
&lt;li&gt;The fastest supermarket queue is often behind the fullest trolley. It seems counterintuitive, but the real bottleneck isn’t the scanning — it’s the human part of the process: greeting the cashier, unloading, card tapping, receipt printing, and packing. It’s not about how many items are ahead of you — it’s about how many people are. One customer with 100 items might move faster than three customers with 10 items each. The fewer transactions, the faster the line. Skip the line full of “quick shoppers.” Pick the one with fewer people, even if their carts are full — you’ll likely walk out sooner.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;buying-things&quot;&gt;&lt;a href=&quot;#buying-things&quot;&gt;Buying Things&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;When buying things, time and money trade-off against each other.—If you’re low on money, take more time to find deals. If you’re low on time, stop looking for great deals and just buy things quickly online.&lt;/li&gt;
&lt;li&gt;Whenever you want to buy something, first ask yourself: would I buy this if I were the only person on Earth?&lt;/li&gt;
&lt;li&gt;When you want to find out about people’s opinions on a product, succeed the product name with “reddit”. You’ll get real people arguing, as compared to the Google SEO results.&lt;/li&gt;
&lt;li&gt;When researching consumer electronics, skip the flashy “unboxing” videos and look for “1-year review” videos instead. They reveal how the product actually holds up over time, giving you a far more realistic picture before buying.&lt;/li&gt;
&lt;li&gt;When it comes to buying things, there is good, fast, and cheap—You can pick 2 but not all three.
&lt;ol&gt;
&lt;li&gt;Good + Cheap: There are places to trade time for quality while keeping costs down.&lt;/li&gt;
&lt;li&gt;Good + Fast: There are times when you have to pay through the nose because you need it done fast and good.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;The 48-Hour Rule (to avoid stupid impulse purchases that would have gathered dust and make you regret): Whenever you’d like to buy something in a store or putting something in your online shopping cart, take a pause of at least 48 hours. In most cases, your desire to make the purchase will be gone by the time the 48 hours are over—if you still want it, it’s a sign the purchase might be well worth it anyway, then go ahead to complete the order; if not, skip it. &lt;sup&gt;&lt;a href=&quot;#user-content-fn-6&quot; id=&quot;user-content-fnref-6&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;6&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;If you’re looking for your good X, you have bad Xs. Throw those out.&lt;/li&gt;
&lt;li&gt;When buying a used car, test-drive it to a nearby auto-parts store and use their free &lt;a href=&quot;https://www.google.com/search?q=OBD-II&quot;&gt;OBD-II&lt;/a&gt; scanner to check for recently cleared or hidden engine codes—many sellers reset check-engine lights to disguise issues. You don’t need mechanical skills; AutoZone, Advance Auto Parts, and O’Reilly all loan scanners, and a quick YouTube tutorial shows you how to use them. Also ask the seller not to start the car before you arrive so you can do a true &lt;strong&gt;cold start&lt;/strong&gt;, since many problems only appear when the engine is started after sitting but vanish once warm.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;parenting&quot;&gt;&lt;a href=&quot;#parenting&quot;&gt;Parenting&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;If you want your kids to listen when you have something important to say, speak very quietly. Yelling doesn’t work, but a whisper grabs their attention.&lt;/li&gt;
&lt;li&gt;Preserve your children’s art. Frame the best pieces. It celebrates their imagination and turns fleeting moments into lasting memories. Also, a rotating display strengthens their confidence and pride in their work.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;creating-luck&quot;&gt;&lt;a href=&quot;#creating-luck&quot;&gt;Creating Luck&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Always ask/negotiate for what you want. Many people are happy to help—if the request is direct and specific. But never expect people to say yes.&lt;/li&gt;
&lt;li&gt;At checkout you can just ask “Do you have any coupons I can apply to this?”&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://terrytao.wordpress.com/career-advice/ask-yourself-dumb-questions-and-answer-them/&quot;&gt;Don’t be afraid to ask a question that may sound stupid or dumb, because 99% of the time everyone else is thinking of the same question and is too embarrassed/scared to ask it. The simplest questions are the last to be answered. “Shake the tree.” You never know what will fall out. It never hurts to ask.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Send one message a day to a person you admire because you never know when you’ll get a response back.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;social-interaction&quot;&gt;&lt;a href=&quot;#social-interaction&quot;&gt;Social Interaction&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;If a friend or family member is diagnosed with dementia or Alzheimer’s, ask them early on about their all-time favorite songs. Build a playlist from their answers—music tied to meaningful memories can later help trigger recognition, calm emotions, and provide comfort as the disease progresses.&lt;/li&gt;
&lt;li&gt;A simple way to spark meaningful table conversation is to ask: &lt;em&gt;“If today were the last day of your life, what would you do?”&lt;/em&gt; Follow-up questions like &lt;strong&gt;who you’d spend it with, where you’d go, or what your last meal would be&lt;/strong&gt; often lead people to share what truly matters to them—values, relationships, and unfinished dreams—turning small talk into a deeper, memorable discussion.&lt;/li&gt;
&lt;li&gt;If someone insults or dismisses you in public, calmly/politely ask them to repeat what they said. This gives them a chance to reconsider. They’ll either backtrack and apologize, or repeat it—making their behavior looks rude and unprofessional to everyone else. Both outcomes work in your favor.&lt;/li&gt;
&lt;li&gt;When someone asks, “Do you want a boy or a girl?” avoid the cliché response, “As long as the baby’s healthy.” It can unintentionally dismiss the experiences of parents with children who face health challenges. A simple, lighthearted answer like “We’re hoping for a girl!” keeps things positive without being insensitive.&lt;/li&gt;
&lt;li&gt;Playing is the opposite of fighting. If you find yourself stuck in a circular argument, try suggesting a role reversal: “I’ll argue your point, and you argue mine.” Not only does this foster empathy, but it also injects humor and lightens the mood in a tense situation.&lt;/li&gt;
&lt;li&gt;When someone is going through hell, just saying “I’m with you” is the most powerful thing you can do — Advice, perspectives, or offers to help/fix issues are minimally impactful. — The notion that someone is with you is 10x more powerful.&lt;/li&gt;
&lt;li&gt;Swap out “I know” for “You’re right!”&lt;/li&gt;
&lt;li&gt;Always give a reason when asking someone for a favor—people are more willing to help when they understand why.&lt;/li&gt;
&lt;li&gt;發表主觀意見時，可以在語末加上 “IMO” or “If that makes (any) sense.” or “Feel free to disagree with me.” or “Correct me if I’m wrong.”&lt;/li&gt;
&lt;li&gt;Avoid saying “but” when adding opinions to others’ ideas—use “and” instead. For example, say, “I like your suggestion, and exploring another option could also be helpful,” rather than, “I like your suggestion, but we should also explore another option.”&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sketchplanations.com/dont-think-of-an-elephant&quot;&gt;等一下 → 馬上來&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Replace “Sorry” With “Thank You”: (1) Instead of saying “Sorry, I’m late.” Say: “Thank you for waiting.” (2) Instead of saying “Sorry, I forgot it.” Say: “Thank you for reminding me.”&lt;/li&gt;
&lt;li&gt;If you need to calm someone down and get them to communicate, ask them questions about numbers or personal information.&lt;/li&gt;
&lt;li&gt;When people mock you for not having an opinion on trending events, and label you as ignorant, start asking them about the current situation in Djibouti (吉布地，一個位於非洲東北部的國家) or Eswatini (史瓦帝尼，一個位於非洲南部的國家). It will reveal they aren’t up to date on the current situation in those countries - but that they also didn’t even know those countries existed. Peak ignorance. &lt;sup&gt;&lt;a href=&quot;#user-content-fn-7&quot; id=&quot;user-content-fnref-7&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;7&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Instead of asking “Do you have any questions?”, try “What questions do you have?”&lt;/li&gt;
&lt;li&gt;How to increase engagement in discussions? Instead of “Anything else?”, ask “What else?”&lt;/li&gt;
&lt;li&gt;Add “Is everything fine for you?” after saying “How are you?”&lt;/li&gt;
&lt;li&gt;Whenever you are involved in a conversation with someone, respond with “Yes, and”, because it advances their idea.&lt;/li&gt;
&lt;li&gt;“What do you do?” → “What are you most excited about right now?”&lt;/li&gt;
&lt;li&gt;Master the “gift of goodbye.” Simply say goodbye without giving reasons. → Exit gracefully: “It was so great meeting you, I look forward to seeing you again soon!”
&lt;ul&gt;
&lt;li&gt;Or a “French exit”, where you slip out unseen.&lt;/li&gt;
&lt;li&gt;天下無不散的筵席，離別是為了下一次更好的相遇/重逢&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;a href=&quot;https://www.goodreads.com/quotes/525097-letting-go-means-to-come-to-the-realization-that-some&quot;&gt;“Letting go means to come to the realization that some people are a part of your history, but not a part of your destiny.” — Steve Maraboli&lt;/a&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;“What’s your favorite TV show/book/movie?” → “What’s the TV show you are into &lt;em&gt;recently&lt;/em&gt;?”, “What’s the &lt;em&gt;last&lt;/em&gt; book you read?”, “What’s the movie you are &lt;em&gt;currently enjoying most&lt;/em&gt;?” &lt;sup&gt;&lt;a href=&quot;#user-content-fn-8&quot; id=&quot;user-content-fnref-8&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;8&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://mariandrew.substack.com/p/100-things-i-know&quot;&gt;Kids love absurd questions. If you want to connect with them, ask something totally grown-up—like “What kind of car do you drive?” or “So, what do you do for work?” They’ll crack up, and the more you continue the bit, the more they will loosen up with you.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/KyfUysrNaco?t=1h33m3s&quot;&gt;The quickest way to alienate someone is to tell them they need to change. If you truly want to influence/castigate someone’s behavior, the most effective approach is to praise/compliment them when they do something you value — not to criticize them when they don’t.&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://jamesclear.com/3-2-1/march-20-2025&quot;&gt;“The way to help someone is not to critique what makes them smaller, but to encourage what makes them larger.” — James Clear&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;“We cannot teach people anything. We can only help them discover it within themselves.” — Galileo Galilei&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Always bring a small gift—wine, flowers, or a treat—to a dinner or birthday party, even if the host says it’s unnecessary. It’s a simple gesture of gratitude and thoughtfulness that’s always appreciated. Never show up empty-handed.&lt;/li&gt;
&lt;li&gt;Be polite to rude strangers. Responding with calm and courtesy in the face of rudeness is surprisingly satisfying and oddly thrilling.&lt;/li&gt;
&lt;li&gt;Send voice messages instead of long texts. They convey tone, emotion, and nuance, making your messages feel personal—like a mini podcast for your friend.&lt;/li&gt;
&lt;li&gt;When two friends could genuinely benefit from knowing each other, proactively make the introduction. It takes you 30 seconds, but it could change their lives — they might start a company, hire each other, or even fall in love. Networks don’t shrink when you share them; they multiply. There’s no higher ROI on any other 30-second act. (Tip: only introduce people when both sides stand to gain — not just one.)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.reddit.com/r/YouShouldKnow/comments/hu403p/ysk_that_many_people_with_a_disability_consider/&quot;&gt;Many people with disabilities consider their mobility aids (wheelchairs 輪椅, canes 拐杖, walkers 助行器, etc.) an extension of their body. Always ask before touching, moving, or leaning on them—it’s about respect, consent, and personal space.&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-9&quot; id=&quot;user-content-fnref-9&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;9&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;emotion-control&quot;&gt;&lt;a href=&quot;#emotion-control&quot;&gt;Emotion Control&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Count to 10 in your head before responding to a strong emotion to avoid regret.&lt;/li&gt;
&lt;li&gt;Ever been in a heated argument or faced someone overly aggressive? Remember, the emptiest head rattles the loudest. Instead of matching their energy, do the opposite—soften your tone and lower your voice. A calm response can defuse tension and shift the dynamic in your favor.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;cooking&quot;&gt;&lt;a href=&quot;#cooking&quot;&gt;Cooking&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/whkgVWWJijE&quot;&gt;Chef Tip: How to peel and segment a grapefruit?&lt;/a&gt;
&lt;ol&gt;
&lt;li&gt;用「手剝」（先用刀切對半) → 快&lt;/li&gt;
&lt;li&gt;用「刀剝」 → 慢
1. &lt;a href=&quot;https://youtu.be/H_erG7HSK0A?t=419s&quot;&gt;You only cut the rind twice&lt;/a&gt;: (1) Start at stem, cut entirely. (2) Rotate a 90°angle to the first cut, but this time only cut deep enough to go through the rind 外皮，外殼; 硬皮 and pith [the white skin under the rind] 襯皮; 木髓 (吃起來會苦 bitter 的白色纖維), then peel around the core while unrolling the grapefriut.
2. Once you peel away the whole rind, cut down one edge of the wedge, but stop at the middle and with your knifes edge, gently push up towards the other side of the wedge. This will peel the wedge from the inner pith. And repeat until all wedges are out.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Egg Cracking: Instead of tapping the egg on the edge of a bowl several times (which creates multiple tiny fractures of egg shells), tap the egg on a flat surface such as the counter (firmly) only ONCE (which creates the cleanest split)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/PN2gYHJNT3Y&quot;&gt;Adding a teaspoon of baking soda to your boiling pot of water will help to seamlessly remove the shell of hard-boiled eggs without peeling.&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-10&quot; id=&quot;user-content-fnref-10&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;10&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;如何避免「馬鈴薯」或「蘋果」削皮後「褐變」氧化變黑？
&lt;ol&gt;
&lt;li&gt;立刻將其浸泡於水中，避免與空氣接觸。也可以加入少許「鹽」或「醋」來延緩氧化，並將食材放置於「冷藏」中&lt;/li&gt;
&lt;li&gt;將其加熱煮至半熟（約 5 分鐘），再切片或搗爛成泥後放入「冷凍」保存&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;🥑 Avocados bruise easily and oxidize quickly, which causes them to turn brown. To slow this process, lightly coat the surface with lemon or lime juice, then wrap it tightly (or place it in an airtight container) before refrigerating.&lt;/li&gt;
&lt;li&gt;冷凍法省時烤地瓜：先將地瓜放進冷凍庫不多不少 45 分鐘左右後，「直接」放進烤箱用 200 度烤 30 分鐘，可破壞地瓜細胞壁，加速熱傳導，節省至少一半以上的烘烤時間。這個做法烤出來的地瓜內部組織是綿密的，且依然有著用烤箱長時間烘烤才有的濃郁風味。&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.wikihow.com/Measure-Spaghetti&quot;&gt;How to Measure Spaghetti?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Don’t throw out fruit that is going to bad, especially bananas gone brown. Instead, freeze it and make great smoothie or popsicles!&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.vitamix.com/us/en_us/learn&quot;&gt;Placing heavier, frozen items on top of lighter ingredients helps weigh them down and gets the blend moving faster. This can also help prevent the blend from stalling.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Grape Stemming Trick: Grab a dish towel, apply a little pressure &amp;#x26; some rolling, then you can remove all the grapes from the vine within seconds. No more plucking grapes one by one.&lt;/li&gt;
&lt;li&gt;When googling a recipe, precede it with “best.” You’ll find better recipes.&lt;/li&gt;
&lt;li&gt;How to cook perfectly shaped burger patties? Simply make a deep depression in the center of the beef patty before you cook it, using your thumb or another round, small object like the back of a measuring spoon or an ice cream scooper. Meat contracts while cooking, which is why a uniformly shaped beef patty will swell in the middle as it sits on the grill or pan. By utilizing this trick, the divot will start to disappear as the meat cooks.&lt;/li&gt;
&lt;li&gt;Put a wooden spoon across boiling pot of water to keep it from boiling over.
&lt;ol&gt;
&lt;li&gt;Why? Wooden spoons, made primarily of cellulose, have a unique texture and fibrous structure that disrupts the surface tension of bubbles. When you place a wooden spoon over a pot of boiling liquid, any bubbles that touch it immediately burst. This action creates a small bubble-free area near the center of the pot, which allows other bubbles to move toward it and burst as well. Because these bubbles pop before they can rise to the edge of the pot, this cycle keeps the bubbling mass below the pot’s rim, effectively preventing boil-overs.&lt;/li&gt;
&lt;li&gt;Alternatively, you can also use &lt;a href=&quot;https://www.kochblume.de&quot;&gt;Kochblume (Cooking Flower)&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Frozen (Greek) Yogurt (soft &amp;#x26; fluffy) = Healthy Ice Cream (crystalized)
&lt;ul&gt;
&lt;li&gt;一小時攪拌一次，重複 3 遍，或是冷凍取出後於室溫中靜置 5 分鐘，會讓口感更綿密&lt;/li&gt;
&lt;li&gt;Options for ingredients: milk, raisins, strawberries, etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;蜂蜜不能用熱水沖泡 → 建議沖泡溫度低於 60℃，較能夠保留完整的營養價值&lt;/li&gt;
&lt;li&gt;Steeping minutes for a cup of good tea:
&lt;ul&gt;
&lt;li&gt;3 mins for green tea&lt;/li&gt;
&lt;li&gt;4 mins for black tea&lt;/li&gt;
&lt;li&gt;5 mins for herbal tea
(兌水比例約為 200–300 c.c.)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Wash your fruits and veggies with white vinegar + baking soda solution
&lt;ol&gt;
&lt;li&gt;Soak your fruits and veggies in 1 part distilled white vinegar + 3–4 parts filtered water for at least 10 mins — the vinegar’s acidity helps remove micro-organisms and some pesticides, but not all.&lt;/li&gt;
&lt;li&gt;Add baking soda (2 tsp) to form CO2 bubbles, which help push dirt out. Let it bubble for 2–5 minutes.&lt;/li&gt;
&lt;li&gt;Rinse with normal water.&lt;/li&gt;
&lt;li&gt;Drain and dry the fruits and veggies, prior to storing in a container in the refrigerator.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;如何正確烹飪青菜，保留最完整的營養素？
&lt;ul&gt;
&lt;li&gt;最推薦：「水炒法」—少油或無油&lt;/li&gt;
&lt;li&gt;最不推薦：「汆燙法」—若要採用此方法，應避免長時間烹調，快煮 30 秒至 1 分鐘後即撈起，可保留鮮綠色澤，並減少「水溶性維生素」流失，溶出的營養素可再利用，例如作為湯底或調製醬汁。適用於短時間內即可煮熟的青菜&lt;/li&gt;
&lt;li&gt;「清蒸法」：不會讓蔬菜直接接觸水，能更好地保留營養成分，不過，若蒸太久，會讓菜葉變得軟爛，外觀也會變黃，影響視覺效果。綠葉蔬菜不太適合使用此方法，因為它們容易失去爽脆口感，此方法較適用於根莖類或果實類蔬菜&lt;/li&gt;
&lt;li&gt;「微波法」：利用蔬菜自身所含的水分子在微波作用下摩擦產生熱量，從而快速加熱食物，因此沒有養分流失的問題。微波加熱的一大挑戰是熱量分布不均，導致食物表面已經熟透，但內部仍未完全熟透。為了避免這種情況，建議採用「漸進式加熱法」—若需要加熱 3 分鐘，可以先加熱 2 分鐘後取出，攪拌均勻，再繼續加熱 1 分鐘&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;body-care&quot;&gt;&lt;a href=&quot;#body-care&quot;&gt;Body Care&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;How to deal with Body Odor?
&lt;ol&gt;
&lt;li&gt;Use Exfoliating Gloves to very gently exfoliate skin on your armpits once a week&lt;/li&gt;
&lt;li&gt;Apply “The Ordinary Glycolic Acid 7% Toning Solution” all over your body (include armpits) after every shower before lotion&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Avoid getting hair ¹ or oral ² hygiene products on your face, as they can block pores and potentially trigger acne.
&lt;ol&gt;
&lt;li&gt;可以仰頭或低頭&lt;/li&gt;
&lt;li&gt;先刷牙 + 洗頭，最後再洗臉&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Use a microfiber (超細纖維) bath towel, they’re about the same price and get you so much drier so much faster!&lt;/li&gt;
&lt;li&gt;把「人工皮」當「痘痘貼」使用的好處
&lt;ol&gt;
&lt;li&gt;可以任意剪裁所需的尺寸大小&lt;/li&gt;
&lt;li&gt;單位面積價格較便宜&lt;/li&gt;
&lt;li&gt;較傳統痘痘貼厚，效果更好&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;How to deal with Sweaty/Stinky Feet?
&lt;ol&gt;
&lt;li&gt;Choose the right socks: Smartwool® Merino wool socks&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://theconversation.com/can-you-wear-the-same-pair-of-socks-more-than-once-270615&quot;&gt;Avoid wearing the same pair of socks/shoes on 2 consecutive days&lt;/a&gt;. Air out your shoes outside.&lt;/li&gt;
&lt;li&gt;Wash your feet at least once, if not twice, a day, using antibacterial soaps. → Dry the feet thoroughly, especially in between the toes. → (1) Apply a light dusting of anti-fungal foot powder/cornstarch/baby powder before slipping on cotton socks and breathable shoes. (2) Use antiperspirant (止汗劑) after showering in the evening (better than in the morning). Repeat this for another 3 or 4 consecutive nights and then switch to using it once or twice a week.&lt;/li&gt;
&lt;li&gt;Soak your feet: add a few drops of an antibacterial solution (like sodium hypochloride, aka chlorox 次氯酸鈉/漂白水, or white vinegar) to a bucket/basin of warm water (+ epsom salt + tea tree/eucalyptus oil) → Pro Tip: Do this while watching TV.&lt;/li&gt;
&lt;li&gt;Baking soda has excellent moisture-absorbing and deodorizing properties. Evenly sprinkle it inside the shoes and let it sit overnight to absorb moisture and odors. The next day, shake out the powder. Doing this once a week can effectively reduce unpleasant smells inside the shoes.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;house-cleaning&quot;&gt;&lt;a href=&quot;#house-cleaning&quot;&gt;House Cleaning&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.ovenclean.com/blog/how-to-clean-a-microwave-with-white-vinegar&quot;&gt;How to clean a microwave with white vinegar?&lt;/a&gt;
&lt;ol&gt;
&lt;li&gt;In a microwave-safe bowl or jug, mix 500ml of water with 2 tablespoons of white vinegar.&lt;/li&gt;
&lt;li&gt;Place the bowl in the microwave and heat on full power for 5 minutes, until the liquid starts boiling.&lt;/li&gt;
&lt;li&gt;Leave the microwave door closed for 3 minutes to trap the steam, which will loosen grime.&lt;/li&gt;
&lt;li&gt;Carefully open the door, using an oven mitt/glove to remove the hot bowl.&lt;/li&gt;
&lt;li&gt;Use a sponge or towel to wipe down the microwave’s interior, starting from the top and moving down to the sides and door. For tough spots, scrub gently as needed.&lt;/li&gt;
&lt;li&gt;Wipe the turntable with the sponge/towel, then dry it with a clean cloth. Your microwave is now clean!&lt;/li&gt;
&lt;li&gt;(Optional) Use any leftover white vinegar to remove grease from the &lt;em&gt;hob&lt;/em&gt;, &lt;em&gt;work surfaces&lt;/em&gt;, and &lt;em&gt;cupboards&lt;/em&gt;—white vinegar is a powerful degreaser, &lt;em&gt;especially when warm&lt;/em&gt;. It’s also versatile for cleaning carpets, clearing drains, washing windows, freshening bathrooms, and more!&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;How to effectively clean the vacuum cleaner bin (to remove dust, hair, etc.)?
&lt;ol&gt;
&lt;li&gt;Gently scrub the motor/electric parts (e.g., cyclone) with a soft tooth and/or bottle brush&lt;/li&gt;
&lt;li&gt;Soak all the non-motor/electric parts (e.g., filter) in warm soapy water (with vinegar) for a few hours&lt;/li&gt;
&lt;li&gt;Allow them to air dry for at least 48 hours (and NEVER use the vacuum cleaner before they are completely dry, to avoid the terrible moldy smell!)&lt;/li&gt;
&lt;li&gt;(Optional) Add some &lt;em&gt;dried&lt;/em&gt; lavender or eucalyptus (or simply newspapers) from time to time to keep it smelling nice&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Use &lt;a href=&quot;https://en.m.wikipedia.org/wiki/Luffa&quot;&gt;luffa or loofah&lt;/a&gt; as dish cleaning sponges.
&lt;ol&gt;
&lt;li&gt;They dry out more quickly than synthetic sponges. Faster drying reduces the likelihood of bacteria and mold growth, making them more hygienic—and don’t get smelly.&lt;/li&gt;
&lt;li&gt;Their natural fibrous texture provides excellent scrubbing power without being overly abrasive, effectively removing dirt and residue while being gentle enough to protect surfaces from scratches.&lt;/li&gt;
&lt;li&gt;They are durable and can last for several weeks or months. When they wear out, they can be composted instead of thrown away.&lt;/li&gt;
&lt;li&gt;They are eco-friendly (biodegradable and compostable), unlike synthetic sponges, which contribute to plastic pollution and take decades to break down.&lt;/li&gt;
&lt;li&gt;Added Benefit: You can even use them to clean and exfoliate your body skin during showers!&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;吃完的柑橘、柳丁、檸檬、柚子果皮不要丟，他們都是免費的清潔劑！這些果皮富含天然的 &lt;a href=&quot;https://www.google.com/search?q=%E6%AA%B8%E7%83%AF&quot;&gt;檸烯&lt;/a&gt;（d-limonene），能去除異味、溶解油污、水垢、甚至黏著的焦痕。想清潔電鍋、廚房五金、油膩表面時，只要把果皮對折，讓精油滲出，用它當作天然的「海綿」輕輕擦，再用濕布收尾即可。若要更強力，把果皮丟進熱水裡「蒸一蒸」，蒸氣能把油膜軟化，清潔效果更好！&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;traveling&quot;&gt;&lt;a href=&quot;#traveling&quot;&gt;Traveling&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;When travelling with airplanes, order four double Gin Tonic (琴通寧) as soon as the flight attendants are walking about. Consume swiftly, and fall asleep for the remainder of the flight.&lt;/li&gt;
&lt;li&gt;In a hotel, use the pants hangers with clips to keep the curtains/drapes all the way closed during the night.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sketchplanations.com/hotel-drying-technique&quot;&gt;The Hotel Towel Drying Trick: After washing your clothes in the sink or shower, lay them flat on a clean towel. Roll the towel up tightly with the clothes inside, creating layers. Then wring the whole roll—this pulls out a surprising amount of water. Unroll, hang your clothes up, and let them air dry overnight. If it’s still damp in the morning, use the hotel hair dryer to finish it off quickly.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Skip the boarding line and board the plane last. Ignoring your assigned group is perfectly okay—as long as you have a seat, you’re not missing anything. You’ll avoid the crowded jetway, reduce the time you spend stuck in your seat, and have an easier time navigating the aisle without a line of people behind you. Plus, it gives you a chance to stretch and relax a little longer before the flight.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.tiktok.com/@sidneyraz/video/6982254638443531525&quot;&gt;Wearing the travel pillow with the bulk of the cushion at the front (i.e., positioning the snap enclosure at the back) provides better support for the chin, lower jaw, neck, and head, enhancing overall comfort.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://mariandrew.substack.com/p/100-things-i-know&quot;&gt;Coming back from a trip can feel like you’ve aged a century. Before you head out, tuck a bottle of sparkling water in the fridge and stash a frozen pizza in the freezer—your future, travel-weary self will be deeply touched by your foresight.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://mariandrew.substack.com/p/100-things-i-know&quot;&gt;Learn some geography—it makes travel conversations so much richer when you know where different countries are located (and as a bonus, which languages are spoken there!). Understanding the geography and languages of places like Africa, Eastern Europe, and India has completely transformed my interactions—people really light up when you show you understand where they’re from.
(Americans: yes, knowing those middle states works the same magic 😉)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;fitness&quot;&gt;&lt;a href=&quot;#fitness&quot;&gt;Fitness&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Whenever you sit, make sure your butt flush with the backrest to avoid back pain&lt;/li&gt;
&lt;li&gt;Whenever brushing your teeth:
&lt;ol&gt;
&lt;li&gt;Use your non-dominant hand (Side Note: Regular use of your non-dominant hand for activities like scrolling, brushing teeth, opening doors, etc. can help improve overall dexterity and coordination)&lt;/li&gt;
&lt;li&gt;Balance on one leg in the morning and the other leg in the evening (例如: 早上用左手刷牙&amp;#x26;右腳站立，早上用右手刷牙&amp;#x26;左腳站立)&lt;/li&gt;
&lt;li&gt;Do (single-leg) squats (on a balance board)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Get a small trampoline. It’s fun to bounce on &amp;#x26; activates your lymphatic system to rid your body of toxins.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;saving-money&quot;&gt;&lt;a href=&quot;#saving-money&quot;&gt;Saving Money&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://perell.com/note/28-pieces-of-life-advice/&quot;&gt;Save money on city hotels. You’re away from the room for most of the time. If you need to meet at a nice hotel for dinner, stay down the street and make a reservation. Spend the money you save on beach hotels, especially if you plan to spend entire days there.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;If you bus to other cities, consider finding a car/ride-share instead. It’s cheaper, faster, and leads to interesting conversations.&lt;/li&gt;
&lt;li&gt;Free Filtered Water at Hotels: Instead of purchasing water bottles from your hotel room minibar, bring a reusable water bottle and fill it up at the fitness center. Nearly all hotels provide filtered water in the fitness center.&lt;/li&gt;
&lt;li&gt;Don’t buy a wedding outfit you’ll barely wear—rent it. Stylish, affordable, and clutter-free.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;dressing&quot;&gt;&lt;a href=&quot;#dressing&quot;&gt;Dressing&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;How to make use of the top eyelets/holes on your running shoes? &lt;a href=&quot;https://youtu.be/OBbc6TackDQ?t=68s&quot;&gt;Try this heel lock lacing method&lt;/a&gt; (aka &lt;a href=&quot;https://www.google.com/search?q=The+Runner%E2%80%99s+Knot&quot;&gt;The Runner’s Knot 跑者結&lt;/a&gt;)
&lt;ol&gt;
&lt;li&gt;This provides a better lockdown around the ankle, reducing pressure on the top of your foot, minimizing heel slippage, and helping to prevent blisters.&lt;/li&gt;
&lt;li&gt;That’s the reason why runner laces are often so long.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;productivity&quot;&gt;&lt;a href=&quot;#productivity&quot;&gt;Productivity&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Trick yourself into productivity the same way you trick yourself into procrastination. When you say “just one more game/post/video” and end up losing hours, flip that mindset for useful tasks: “just one line of code,” “just one page,” “just one rep,” “just one tutorial.” That small start often snowballs into real progress.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;small-acts-of-kindness&quot;&gt;&lt;a href=&quot;#small-acts-of-kindness&quot;&gt;Small Acts of Kindness&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Staying over at a friend’s place? Strip the bed before you leave. It’s a small gesture that makes cleanup easier and shows appreciation for their hospitality.&lt;/li&gt;
&lt;li&gt;Whenever you think something nice about someone, let them know IMMEDIATELY. → Find the best in others. Compliment people more (on less obvious things).
&lt;ul&gt;
&lt;li&gt;Many people have trouble thinking of themselves as smart, or pretty, or kind, unless told by someone else. You can help them out and make someone’s day.&lt;/li&gt;
&lt;li&gt;Start with “[NAME], I’m super grateful for you, you know why?” And then throws them the most sincere, genuine compliment.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Say no quickly as a way of kindness: If you have/want to say no to something, do it immediately. That gives the asker maximum time to find alternatives. A short, polite, timely rejection is much more valuable than a delayed, in-depth rejection.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.reddit.com/r/LifeProTips/comments/1107h0s/lpt_it_takes_extreme_strength_and_courage_to_be_a&quot;&gt;It takes extreme strength and courage to be a consistently kind person in a world that rewards selfishness. Make sure to thank people who demonstrate kindness. They are choosing the hard, selfless route in order to make the world a better place for everyone.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;clothes&quot;&gt;&lt;a href=&quot;#clothes&quot;&gt;Clothes&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.reddit.com/r/lifehacks/comments/q0yqrz/wish_i_knew_this_earlier/&quot;&gt;How to turn a blanket into a pillow?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.reddit.com/r/coolguides/comments/1d15t0v/a_cool_guide_thought_others_might_like_to_learn/&quot;&gt;How to ranger roll clothes?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;laundry&quot;&gt;&lt;a href=&quot;#laundry&quot;&gt;Laundry&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;How to correctly use the 3 compartments in a washing machine tray/drawer?
&lt;ol&gt;
&lt;li&gt;Slot I is for the pre-wash cycle followed by a main wash cycle if you have it on, but remember to fill Slot II every time as well&lt;/li&gt;
&lt;li&gt;It’s not recommended to put the detergent directly on top of the clothes because it may not disperse evenly or rinse out with lower water levels&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;no-surf&quot;&gt;&lt;a href=&quot;#no-surf&quot;&gt;No Surf&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.reddit.com/r/nosurf/comments/nazv21/as_an_experiment_the_next_time_you_watch_tv_or_go/&quot;&gt;The next time you binge TV or sit at your computer for hours, try viewing yourself from a third-person perspective. Watching your body slumped and motionless makes it instantly clear how unnatural and unhealthy prolonged screen time really is—and can motivate you to stand up, stretch, or take a break.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;section data-footnotes=&quot;&quot; class=&quot;footnotes&quot; style=&quot;font-size: 0.85em; line-height: 1.6;&quot;&gt;
&lt;ol&gt;
&lt;li id=&quot;user-content-fn-1&quot;&gt;
&lt;p&gt;“Life isn’t about waiting for the storm to pass. It’s about learning to dance in the rain.” — Vivian Greene &lt;a href=&quot;#user-content-fnref-1&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 1&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-2&quot;&gt;
&lt;p&gt;例外: 砧板、菜瓜布、毛/浴巾、眼罩、枕頭套 &lt;a href=&quot;#user-content-fnref-2&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 2&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-3&quot;&gt;
&lt;p&gt;The added benefit is that there is less water on the floor making it safer! &lt;a href=&quot;#user-content-fnref-3&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 3&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-4&quot;&gt;
&lt;p&gt;公司不是你的歸宿，大家各取所需罷了：你提供（超乎預期的）價值，老闆給你應得的薪水，如此而已。 &lt;a href=&quot;#user-content-fnref-4&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 4&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-5&quot;&gt;
&lt;p&gt;See also: &lt;a href=&quot;https://sketchplanations.com/the-blur-your-eyes-test&quot;&gt;https://sketchplanations.com/the-blur-your-eyes-test&lt;/a&gt; &lt;a href=&quot;#user-content-fnref-5&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 5&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-6&quot;&gt;
&lt;p&gt;Time is an ally of good decisions and an enemy of bad ones. &lt;a href=&quot;#user-content-fnref-6&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 6&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-7&quot;&gt;
&lt;p&gt;People shaming others for being ignorant are often the most ignorant because they are ignorant of their own ignorance. &lt;a href=&quot;#user-content-fnref-7&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 7&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-8&quot;&gt;
&lt;p&gt;This lets the other person say whatever first comes to mind without the pressure of having to choose a single favorite. They’ll almost always have one and be able to talk about it. &lt;a href=&quot;#user-content-fnref-8&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 8&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-9&quot;&gt;
&lt;p&gt;“Ma’am, would you mind if I picked that up for you?” &lt;a href=&quot;#user-content-fnref-9&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 9&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-10&quot;&gt;
&lt;p&gt;Why? The alkaline in the baking soda will raise the PH level, which helps your egg whites loosen up from the shell and makes it easier to peel. &lt;a href=&quot;#user-content-fnref-10&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 10&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
&lt;/body&gt;

&lt;hr style=&quot;margin: 2em 0; border: none; border-top: 1px solid #ccc;&quot; /&gt;&lt;p&gt;👉 Share this post: &lt;a href=&quot;https://huam.ing/life-pro-tip&quot;&gt;https://huam.ing/life-pro-tip&lt;/a&gt;&lt;/p&gt;</content:encoded></item><item><title>📱 Shortcuts Dev Tip</title><link>https://huam.ing/shortcuts-dev-tip/</link><guid isPermaLink="true">https://huam.ing/shortcuts-dev-tip/</guid><description>Handy tips and techniques for developing Apple Shortcuts, gained through hands-on experience.</description><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate><content:encoded>


&lt;body&gt;
&lt;h1 id=&quot;keyboard-hotkeys-macos&quot;&gt;&lt;a href=&quot;#keyboard-hotkeys-macos&quot;&gt;Keyboard hotkeys (macOS)&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Cmd + ↑/↓ &lt;sup&gt;&lt;a href=&quot;#user-content-fn-1&quot; id=&quot;user-content-fnref-1&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Cmd + D &lt;sup&gt;&lt;a href=&quot;#user-content-fn-2&quot; id=&quot;user-content-fnref-2&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Cmd + Backspace &lt;sup&gt;&lt;a href=&quot;#user-content-fn-3&quot; id=&quot;user-content-fnref-3&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;3&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Cmd + N &lt;sup&gt;&lt;a href=&quot;#user-content-fn-4&quot; id=&quot;user-content-fnref-4&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;4&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Cmd + R &lt;sup&gt;&lt;a href=&quot;#user-content-fn-5&quot; id=&quot;user-content-fnref-5&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;5&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Cmd + Shift + A &lt;sup&gt;&lt;a href=&quot;#user-content-fn-6&quot; id=&quot;user-content-fnref-6&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;6&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Cmd + Shift + C &lt;sup&gt;&lt;a href=&quot;#user-content-fn-7&quot; id=&quot;user-content-fnref-7&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;7&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Cmd + Shift + I &lt;sup&gt;&lt;a href=&quot;#user-content-fn-8&quot; id=&quot;user-content-fnref-8&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;8&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Cmd + Shift + R &lt;sup&gt;&lt;a href=&quot;#user-content-fn-9&quot; id=&quot;user-content-fnref-9&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;9&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Cmd + Shift + S &lt;sup&gt;&lt;a href=&quot;#user-content-fn-10&quot; id=&quot;user-content-fnref-10&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;10&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;tips--tricks-to-minimize--of-actions-used&quot;&gt;&lt;a href=&quot;#tips--tricks-to-minimize--of-actions-used&quot;&gt;Tips &amp;#x26; tricks to minimize # of actions used&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;When using “Set Dictionary Value” to create a dictionary, you can leave the dictionary field blank on the right instead of adding a separate “Dictionary” action and referencing it.&lt;/li&gt;
&lt;li&gt;When handling nested dictionaries and arrays, use &lt;strong&gt;Dot Notation&lt;/strong&gt; (e.g., &lt;code&gt;myDict.key1.key2&lt;/code&gt; or &lt;code&gt;myArray.0.key&lt;/code&gt;) to access values directly in one step—instead of chaining multiple “Get Value from Dictionary” actions. This approach makes complex data structures much easier to manage, especially when dealing with data from APIs or JSON.&lt;/li&gt;
&lt;li&gt;When formatting dates, wrap &lt;strong&gt;literal characters&lt;/strong&gt;—such as punctuation, &lt;code&gt;&apos;T&apos;&lt;/code&gt;, &lt;code&gt;&apos;Z&apos;&lt;/code&gt;, or any static text—in &lt;strong&gt;single quotes&lt;/strong&gt; to treat them as fixed text. This allows you to build custom date-time formats like &lt;code&gt;yyyy-MM-dd&apos;T&apos;HH:mm:ss&apos;Z&apos;&lt;/code&gt; in a single step without chaining multiple &lt;strong&gt;Format Date&lt;/strong&gt; actions. For example, use &lt;code&gt;yyyy&apos;_Week_&apos;ww&lt;/code&gt; to combine the year and week number in a single action, rather than using 2 separate &lt;strong&gt;Format Date&lt;/strong&gt; actions for &lt;code&gt;yyyy&lt;/code&gt; and &lt;code&gt;ww&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;things-i-wished-id-known-earlier&quot;&gt;&lt;a href=&quot;#things-i-wished-id-known-earlier&quot;&gt;&lt;a href=&quot;https://github.com/Kn0tzer/iOS-Shortcuts-Exploits&quot;&gt;Things I wished I’d known earlier&lt;/a&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Using the ‘Match Text’ action with the regular anchor ^keyword provides more reliable results compared to using the built-in ‘Begins With’ condition.&lt;/li&gt;
&lt;li&gt;On macOS, you can instantly replace selected text in place—no need to copy and paste manually. Just select the text and trigger your shortcut with a keyboard shortcut. This is especially helpful for repetitive formatting tasks like slugifying or hyperlinking text.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;good-practices&quot;&gt;&lt;a href=&quot;#good-practices&quot;&gt;Good practices&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Add a “Stop This Shortcut” action at the end of each shortcut to prevent unintended side effects, especially when dealing with conditional logic or automation.
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Why It’s a Good Practice:&lt;/strong&gt;
* Prevents Unwanted Execution: Ensures that no additional actions run accidentally, especially if the shortcut is triggered by another shortcut or automation.
* Improves Debugging: Clearly marks the endpoint, making it easier to understand where execution stops.
* Avoids Redundant Processing: If a shortcut continues running unnecessarily, it can consume resources or cause unexpected behavior.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;When You Might Skip It:&lt;/strong&gt;
* If a “Stop and Output” Action Exists: This already terminates the shortcut and returns a value, so an additional stop action isn’t needed.
* For Simple Shortcuts: If your shortcut only has a few actions and no branching logic, it may not be necessary.&lt;/li&gt;
&lt;li&gt;In general, if your shortcut has multiple conditions, loops, or external triggers, adding “Stop This Shortcut” at the end is a good habit.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;testing&quot;&gt;&lt;a href=&quot;#testing&quot;&gt;Testing&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Use Siri to run a shortcut by simply saying its name. For example, say, ‘Hey Siri, Turn off Color Filters.’&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;applications&quot;&gt;&lt;a href=&quot;#applications&quot;&gt;Applications&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.reddit.com/r/shortcuts/comments/1k7jg8n/renaming_shortcuts_for_quick_info/?share_id=CCpdoTwK3HFT7Zj2Wuq_2&quot;&gt;You can rename Shortcuts dynamically to display quick information—like battery level, date, or weather—directly in the shortcut’s name. By using the “Rename Shortcut” action, you can update its title based on live data, making your Home Screen or widget area more informative at a glance. It’s a clever way to turn shortcuts into mini status indicators without needing to open an app.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;section data-footnotes=&quot;&quot; class=&quot;footnotes&quot; style=&quot;font-size: 0.85em; line-height: 1.6;&quot;&gt;
&lt;ol&gt;
&lt;li id=&quot;user-content-fn-1&quot;&gt;
&lt;p&gt;Move action up/down &lt;a href=&quot;#user-content-fnref-1&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 1&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-2&quot;&gt;
&lt;p&gt;Duplicate a shortcut &lt;a href=&quot;#user-content-fnref-2&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 2&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-3&quot;&gt;
&lt;p&gt;Delete a shortcut &lt;a href=&quot;#user-content-fnref-3&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 3&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-4&quot;&gt;
&lt;p&gt;Create new shortcut &lt;a href=&quot;#user-content-fnref-4&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 4&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-5&quot;&gt;
&lt;p&gt;Run a Shortcut &lt;a href=&quot;#user-content-fnref-5&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 5&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-6&quot;&gt;
&lt;p&gt;Add action: “Ask for Input” &lt;a href=&quot;#user-content-fnref-6&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 6&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-7&quot;&gt;
&lt;p&gt;Add action: “Comment” &lt;a href=&quot;#user-content-fnref-7&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 7&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-8&quot;&gt;
&lt;p&gt;Add action: “If-Otherwise-End If” &lt;a href=&quot;#user-content-fnref-8&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 8&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-9&quot;&gt;
&lt;p&gt;Add action: “Repeat” &lt;a href=&quot;#user-content-fnref-9&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 9&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-10&quot;&gt;
&lt;p&gt;Add action: “Show Result” &lt;a href=&quot;#user-content-fnref-10&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 10&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
&lt;/body&gt;

&lt;hr style=&quot;margin: 2em 0; border: none; border-top: 1px solid #ccc;&quot; /&gt;&lt;p&gt;👉 Share this post: &lt;a href=&quot;https://huam.ing/shortcuts-dev-tip&quot;&gt;https://huam.ing/shortcuts-dev-tip&lt;/a&gt;&lt;/p&gt;</content:encoded></item><item><title>👨‍💻 Tech Pro Tip</title><link>https://huam.ing/tech-pro-tip/</link><guid isPermaLink="true">https://huam.ing/tech-pro-tip/</guid><description>Expert tips to streamline workflows and troubleshoot issues in tech.</description><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate><content:encoded>


&lt;body&gt;
&lt;h1 id=&quot;miscellaneous&quot;&gt;&lt;a href=&quot;#miscellaneous&quot;&gt;Miscellaneous&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;How to read through any article on the web with a paywall?
&lt;ul&gt;
&lt;li&gt;Method I: The easiest way to bypass paywalls is to just disable JavaScript for the site.
&lt;ul&gt;
&lt;li&gt;Step 1: Disable JavaScript (Or even better: Have a dedicated browser with JavaScript always disabled)&lt;/li&gt;
&lt;li&gt;Step 2: Reload the page&lt;/li&gt;
&lt;li&gt;Step 3: Read the article&lt;/li&gt;
&lt;li&gt;Step 4: Re-enable JavaScript&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Method II: Toggle Reader View&lt;/li&gt;
&lt;li&gt;Method III: Use tools like &lt;a href=&quot;https://12ft.io&quot;&gt;https://12ft.io&lt;/a&gt; or &lt;a href=&quot;https://removepaywalls.com&quot;&gt;https://removepaywalls.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Use the &lt;code&gt;Shift&lt;/code&gt; key to type capital letters instead of relying on &lt;code&gt;Caps Lock&lt;/code&gt;. It’s more efficient and helps prevent accidental ALL CAPS typing.&lt;/li&gt;
&lt;li&gt;If you’re curious about how a font looks in action, just Google its name — for popular fonts like &lt;em&gt;Comic Sans&lt;/em&gt;, &lt;em&gt;Roboto&lt;/em&gt;, or &lt;em&gt;Courier&lt;/em&gt;, Google will sometimes render the search results page in that font. It’s a clever &lt;a href=&quot;https://en.wikipedia.org/wiki/List_of_Google_Easter_eggs&quot;&gt;Easter egg&lt;/a&gt; that lets you preview the font in real-time. Great for designers or anyone picking fonts quickly. Note: it works best in Chrome and may not appear if you’re using certain browser extensions.&lt;/li&gt;
&lt;li&gt;You can create a link that highlights specific text fragment on a page by adding &lt;code&gt;#:~:text=your%20text%20here&lt;/code&gt; to the end of the URL — it’ll auto-scroll and highlight the exact phrase. For example, linking to “climate change” on Wikipedia looks like this: &lt;a href=&quot;https://en.wikipedia.org/wiki/Climate_change&quot;&gt;https://en.wikipedia.org/wiki/Climate_change&lt;/a&gt;#:~:text=climate%20change. On iPhone, there’s an even easier method: simply select the text, tap &lt;strong&gt;Share&lt;/strong&gt;, choose &lt;strong&gt;Copy Link with Highlight&lt;/strong&gt;, and Safari will automatically generate a highlight-enabled URL.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.reddit.com/r/YouShouldKnow/comments/vkj797/comment/idphs20&quot;&gt;If you’re on a computer, right-click on the YouTube video at the exact time you want to share, then select “Copy video URL at current time” to get a link that starts at the specific timestamp.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Apple Maps for navigation. Google Maps for business overview.&lt;/li&gt;
&lt;li&gt;In most web browsers, holding &lt;strong&gt;Alt&lt;/strong&gt; (Windows/Linux) or &lt;strong&gt;Option&lt;/strong&gt; (Mac) while clicking a link triggers a quick &lt;strong&gt;download&lt;/strong&gt; of the linked file or page instead of opening it. This browser shortcut is the same as right-click &gt; “Save Link As”, making it useful for instantly saving PDFs, images, or other resources without right-clicking.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;macos&quot;&gt;&lt;a href=&quot;#macos&quot;&gt;macOS&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;How to add Trash to the Finder window sidebar? Open the Trash &gt; Go to the File menu &gt; Click “Add to Sidebar”&lt;/li&gt;
&lt;li&gt;Use the keyboard shortcut &lt;code&gt;Shift&lt;/code&gt; + &lt;code&gt;Cmd&lt;/code&gt; + &lt;code&gt;/&lt;/code&gt; to show the menu bar &lt;em&gt;search&lt;/em&gt;, which reveals the menu bar with the added benefit of putting the cursor in the search field, so that you can quickly type the command you want and hit &lt;code&gt;Enter&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://stackoverflow.com/a/53321208&quot;&gt;Batch rename multiple files&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Select multiple contiguous files at once in Finder
&lt;ul&gt;
&lt;li&gt;Method 1: &lt;code&gt;Cmd&lt;/code&gt;+&lt;code&gt;2&lt;/code&gt; (List View) → Shift click for your selection → &lt;code&gt;Cmd&lt;/code&gt;+&lt;code&gt;1&lt;/code&gt; (Icon View)&lt;/li&gt;
&lt;li&gt;Method 2: Drag a rectangle around files&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Right-click a folder in Finder on macOS, you will get an “Import from iPhone/iPad” option. Click that and your iPhone/iPad will open a scanner app which lets you “Take Photo”, “Scan Documents”, and “Add Sketch.”&lt;/li&gt;
&lt;li&gt;Move (i.e., cut &amp;#x26; paste) files&amp;#x26;folders in Finder
&lt;ul&gt;
&lt;li&gt;Method 1: First &lt;code&gt;Cmd&lt;/code&gt; + &lt;code&gt;C&lt;/code&gt;, then &lt;code&gt;Opt&lt;/code&gt; + &lt;code&gt;Cmd&lt;/code&gt; + &lt;code&gt;V&lt;/code&gt; → will paste the file and remove it from original location&lt;/li&gt;
&lt;li&gt;Method 2: Install Sindre Sorhus’s &lt;a href=&quot;https://sindresorhus.com/command-x&quot;&gt;Command X&lt;/a&gt; app for more intuitive keyboard shortcuts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;How to do forward-delete on a MacBook? Hold down the &lt;code&gt;Fn&lt;/code&gt; button and then press &lt;code&gt;Backspace&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;How to view a GIF with animated frames on macOS?
&lt;ol&gt;
&lt;li&gt;Open Finder and locate the GIF file.&lt;/li&gt;
&lt;li&gt;Select the GIF (without opening it) and press &lt;code&gt;Spacebar&lt;/code&gt; to preview it.&lt;/li&gt;
&lt;li&gt;Alternatively, press &lt;code&gt;Cmd&lt;/code&gt; + &lt;code&gt;Y&lt;/code&gt; to open Quick Look.&lt;/li&gt;
&lt;li&gt;You can only preview one GIF at a time, but you can use &lt;code&gt;Tab&lt;/code&gt; to cycle through files.&lt;/li&gt;
&lt;li&gt;Press &lt;code&gt;ESC&lt;/code&gt; to close the preview.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://apple.stackexchange.com/questions/467536/on-mac-where-to-find-the-audio-files-of-the-sounds-in-the-native-clock-app&quot;&gt;You can access the audio files of system sounds like ringtones, alerts, and notifications via &lt;code&gt;/System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/Resources/Ringtones/&lt;/code&gt; &amp;#x26; &lt;code&gt;/System/Library/Sounds/&lt;/code&gt;. Files here are typically in &lt;code&gt;.m4r&lt;/code&gt;, &lt;code&gt;.caf&lt;/code&gt;, or &lt;code&gt;.aiff&lt;/code&gt; format. This directory is read-only under normal user conditions, and modifying it requires elevated permissions.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Enable “Speak selection” in System Settings &gt; Accessibility &gt; Spoken Content to have any selected text read aloud. The default keyboard shortcut is &lt;code&gt;Option&lt;/code&gt; + &lt;code&gt;Esc&lt;/code&gt;. Great for proofreading, learning, or resting your eyes. &lt;sup&gt;&lt;a href=&quot;#user-content-fn-1&quot; id=&quot;user-content-fnref-1&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Use Clamshell Mode on a MacBook by connecting an external (1) monitor, (2) keyboard, and (3) mouse (via Bluetooth or USB), then plugging in the (4) power adapter. Once connected, close the MacBook lid—the external display should become the main screen. Wake the system using the external keyboard or mouse. Adjust &lt;strong&gt;screen mirroring&lt;/strong&gt; or &lt;strong&gt;extended display&lt;/strong&gt; settings under &lt;strong&gt;System Settings &gt; Displays&lt;/strong&gt;. Great for saving desk space and focusing on a larger monitor.&lt;/li&gt;
&lt;li&gt;To dictate text on macOS using an external microphone, plug it in and select the mic under &lt;strong&gt;System Settings &gt; Sound &gt; Input&lt;/strong&gt;. Then enable &lt;strong&gt;Dictation&lt;/strong&gt; under &lt;strong&gt;Keyboard&lt;/strong&gt; settings and assign a shortcut key like &lt;code&gt;Fn&lt;/code&gt; or &lt;code&gt;Control&lt;/code&gt;. Double-press the shortcut (no need to hold it), wait for the &lt;strong&gt;mic icon&lt;/strong&gt;, and start speaking. If the external mic stops working, open &lt;strong&gt;Terminal&lt;/strong&gt; and run &lt;a href=&quot;https://www.reddit.com/r/MacOS/comments/1b84wrz/macos_dication_doesnt_work_with_external/&quot;&gt;&lt;code&gt;killall corespeechd&lt;/code&gt;&lt;/a&gt; to reset the speech recognition service.&lt;/li&gt;
&lt;li&gt;Hold Option (⌥) + click the WiFi icon in the menu bar to see detailed network info like IP address, BSSID, and channel. This trick isn’t limited to WiFi—many apps and system menus reveal hidden features when you hold Option, so try Option-clicking everything to uncover powerful shortcuts.&lt;/li&gt;
&lt;li&gt;Type anything into Spotlight and press ⌘B to instantly open it as a web search in your default browser.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;ios&quot;&gt;&lt;a href=&quot;#ios&quot;&gt;iOS&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/DhwRv1YLhRg&quot;&gt;Instead of using the traditional copy-and-paste approach to move text/images/files/urls/etc. between apps, use the hidden drag-and-drop feature.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ios.gadgethacks.com/how-to/move-multiple-home-screen-apps-once-0177985&quot;&gt;Move multiple Home Screen apps at once&lt;/a&gt;: Tap and hold on one app, then tap more apps to add them to your stack&lt;/li&gt;
&lt;li&gt;Good phone charging habits to maximize battery lifespan
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Keep battery between 20–80%&lt;/strong&gt;
Charge once daily (~1 hr) when below 20%, instead of multiple short charges.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Avoid overnight charging&lt;/strong&gt;
Unless &lt;em&gt;Optimized Battery Charging&lt;/em&gt; is enabled (default on most modern phones).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Use certified chargers&lt;/strong&gt;
Stick to original or &lt;strong&gt;MFi-certified&lt;/strong&gt; accessories to protect your device.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;在 iPhone 輸入中文時，可以先輸入每個字的首個注音符號，待所有字母輸入完畢後，再依照建議詞彙或上下文選字。這種方式有助於提高輸入速度，特別是在熟悉鍵盤佈局後，可減少中斷思考的時間。&lt;/li&gt;
&lt;li&gt;Saying “Remind me” to Siri can create a reminder in the default list.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;apple-ecosystem&quot;&gt;&lt;a href=&quot;#apple-ecosystem&quot;&gt;Apple Ecosystem&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://support.apple.com/en-us/102430&quot;&gt;Use Universal Clipboard to copy and paste between your Apple devices&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;How to create clickable links to Apple Notes (&lt;code&gt;applenotes:note/…&lt;/code&gt;)? In Apple Notes, select (or double-tap) a word or symbol, press &lt;code&gt;Cmd + K&lt;/code&gt; (or tap &lt;strong&gt;Add Link&lt;/strong&gt;), and type part of the target note title. Then right-click (on macOS) or tap and hold (on iOS) the link, and choose &lt;strong&gt;Copy Link&lt;/strong&gt; (macOS) or &lt;strong&gt;Copy&lt;/strong&gt; (iOS). Paste the resulting &lt;code&gt;applenotes:&lt;/code&gt; link into any rich text app — it’ll work just like a regular hyperlink, e.g., &lt;code&gt;applenotes:note/xxxx-xxxx-xxxx&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;developer-productivity&quot;&gt;&lt;a href=&quot;#developer-productivity&quot;&gt;Developer Productivity&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;When browsing a GitHub repository, simply press the &lt;code&gt;.&lt;/code&gt; key or replace &lt;code&gt;.com&lt;/code&gt; with &lt;code&gt;.dev&lt;/code&gt; in the URL to launch the repository in the &lt;a href=&quot;https://code.visualstudio.com/docs/setup/vscode-web&quot;&gt;VS Code for the Web&lt;/a&gt; —a full-featured, browser-based code editor. Example: &lt;a href=&quot;https://github.com/user/repo&quot;&gt;https://github.com/user/repo&lt;/a&gt; → &lt;a href=&quot;https://github.dev/user/repo&quot;&gt;https://github.dev/user/repo&lt;/a&gt;. This is perfect for quick edits, reviews, or exploring code without cloning locally.&lt;/li&gt;
&lt;li&gt;You can &lt;strong&gt;quickly launch tools and code sandboxes&lt;/strong&gt; using special &lt;code&gt;.new&lt;/code&gt; URLs, a domain originally created by Google to streamline content creation. Typing &lt;code&gt;react.new&lt;/code&gt; or &lt;code&gt;vue.new&lt;/code&gt; in your browser instantly opens a ready-to-code sandbox for &lt;strong&gt;React&lt;/strong&gt; or &lt;strong&gt;Vue.js&lt;/strong&gt;, without needing a local setup. URLs like &lt;code&gt;docs.new&lt;/code&gt;, &lt;code&gt;sheets.new&lt;/code&gt;, and &lt;code&gt;slides.new&lt;/code&gt; create new Google Docs, Sheets, or Slides with one click. Other services, like YouTube or Spotify, use URLs such as &lt;code&gt;playlist.new&lt;/code&gt; for fast playlist creation.&lt;/li&gt;
&lt;/ul&gt;
&lt;section data-footnotes=&quot;&quot; class=&quot;footnotes&quot; style=&quot;font-size: 0.85em; line-height: 1.6;&quot;&gt;
&lt;ol&gt;
&lt;li id=&quot;user-content-fn-1&quot;&gt;
&lt;p&gt;Alternatively, if you’re using Microsoft Edge, you can press &lt;code&gt;F9&lt;/code&gt; to open &lt;strong&gt;Immersive Reader&lt;/strong&gt; for a cleaner reading view (press &lt;code&gt;F9&lt;/code&gt; again to exit it), then press &lt;code&gt;Cmd&lt;/code&gt; + &lt;code&gt;Shift&lt;/code&gt; + &lt;code&gt;U&lt;/code&gt; to activate &lt;strong&gt;Read Aloud&lt;/strong&gt;. It works well on most webpages and supports multiple voices and adjustable reading speeds. &lt;a href=&quot;#user-content-fnref-1&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 1&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
&lt;/body&gt;

&lt;hr style=&quot;margin: 2em 0; border: none; border-top: 1px solid #ccc;&quot; /&gt;&lt;p&gt;👉 Share this post: &lt;a href=&quot;https://huam.ing/tech-pro-tip&quot;&gt;https://huam.ing/tech-pro-tip&lt;/a&gt;&lt;/p&gt;</content:encoded></item><item><title>🌍 World Cuisine</title><link>https://huam.ing/world-cuisine/</link><guid isPermaLink="true">https://huam.ing/world-cuisine/</guid><description>Explore diverse and delicious recipes from around the globe to broaden your culinary horizons.</description><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate><content:encoded>


&lt;body&gt;
&lt;h1 id=&quot;-brazil&quot;&gt;&lt;a href=&quot;#-brazil&quot;&gt;🇧🇷 Brazil&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Churrasco&quot;&gt;Churrasco&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;-switzerland&quot;&gt;&lt;a href=&quot;#-switzerland&quot;&gt;🇨🇭 Switzerland&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Raclette&quot;&gt;Raclette&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;-italy&quot;&gt;&lt;a href=&quot;#-italy&quot;&gt;🇨🇮 Italy&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Burrata&quot;&gt;Burrata&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Calzone&quot;&gt;Calzone&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Cannolo&quot;&gt;Cannolo&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-1&quot; id=&quot;user-content-fnref-1&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Carbonara&quot;&gt;Carbonara&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Galeto&quot;&gt;Galeto&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Gnocchi&quot;&gt;Gnocchi&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Insalata+Caprese&quot;&gt;Insalata Caprese&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Pandoro&quot;&gt;Pandoro&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-2&quot; id=&quot;user-content-fnref-2&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Panettone&quot;&gt;Panettone&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-3&quot; id=&quot;user-content-fnref-3&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;3&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Panna+Cotta&quot;&gt;Panna Cotta&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Risotto&quot;&gt;Risotto&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Tortellini&quot;&gt;Tortellini&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-4&quot; id=&quot;user-content-fnref-4&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;4&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;-china&quot;&gt;&lt;a href=&quot;#-china&quot;&gt;🇨🇳 China&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=%E7%94%9C%E7%87%92%E7%99%BD&quot;&gt;甜燒白&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;-germany&quot;&gt;&lt;a href=&quot;#-germany&quot;&gt;🇩🇪 Germany&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Maltasche&quot;&gt;Maltasche&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-5&quot; id=&quot;user-content-fnref-5&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;5&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Sp%C3%A4tzle&quot;&gt;Spätzle&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;-estonia&quot;&gt;&lt;a href=&quot;#-estonia&quot;&gt;🇪🇪 Estonia&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&quot;-spain&quot;&gt;&lt;a href=&quot;#-spain&quot;&gt;🇪🇸 Spain&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Churro&quot;&gt;Churro&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-6&quot; id=&quot;user-content-fnref-6&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;6&lt;/a&gt;&lt;/sup&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-7&quot; id=&quot;user-content-fnref-7&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;7&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;-ethiopia&quot;&gt;&lt;a href=&quot;#-ethiopia&quot;&gt;🇪🇹 Ethiopia&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&quot;-france&quot;&gt;&lt;a href=&quot;#-france&quot;&gt;🇫🇷 France&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Baguette&quot;&gt;Baguette&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-8&quot; id=&quot;user-content-fnref-8&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;8&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Canel%C3%A9&quot;&gt;Canelé&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-9&quot; id=&quot;user-content-fnref-9&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;9&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Chocolatine&quot;&gt;Chocolatine&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-10&quot; id=&quot;user-content-fnref-10&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;10&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Cr%C3%AApe&quot;&gt;Crêpe&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-11&quot; id=&quot;user-content-fnref-11&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;11&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Croque+Monsieur&quot;&gt;Croque Monsieur&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-12&quot; id=&quot;user-content-fnref-12&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;12&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Pain+au+chocolat&quot;&gt;Pain au chocolat&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-13&quot; id=&quot;user-content-fnref-13&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Palmier&quot;&gt;Palmier&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-14&quot; id=&quot;user-content-fnref-14&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Paris-Brest&quot;&gt;Paris-Brest&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Souffl%C3%A9&quot;&gt;Soufflé&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-15&quot; id=&quot;user-content-fnref-15&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;15&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;-united-kingdom&quot;&gt;&lt;a href=&quot;#-united-kingdom&quot;&gt;🇬🇧 United Kingdom&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Beans+on+Toast&quot;&gt;Beans on Toast&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;-greece&quot;&gt;&lt;a href=&quot;#-greece&quot;&gt;🇬🇷 Greece&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Gyros&quot;&gt;Gyros&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-16&quot; id=&quot;user-content-fnref-16&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;16&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Souvlaki&quot;&gt;Souvlaki&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-17&quot; id=&quot;user-content-fnref-17&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;17&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;-hungary&quot;&gt;&lt;a href=&quot;#-hungary&quot;&gt;🇭🇺 Hungary&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=K%C3%BCrt%C5%91skal%C3%A1cs&quot;&gt;Kürtőskalács&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-18&quot; id=&quot;user-content-fnref-18&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;18&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;-indonesia&quot;&gt;&lt;a href=&quot;#-indonesia&quot;&gt;🇮🇩 Indonesia&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Rendang&quot;&gt;Rendang&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;-ireland&quot;&gt;&lt;a href=&quot;#-ireland&quot;&gt;🇮🇪 Ireland&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Colcannon&quot;&gt;Colcannon&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-19&quot; id=&quot;user-content-fnref-19&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;19&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;-india&quot;&gt;&lt;a href=&quot;#-india&quot;&gt;🇮🇳 India&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Chapati&quot;&gt;Chapati&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-20&quot; id=&quot;user-content-fnref-20&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;20&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Garam%C2%A0Masala&quot;&gt;Garam Masala&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-21&quot; id=&quot;user-content-fnref-21&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;21&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Kaju+Katli&quot;&gt;Kaju Katli&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-22&quot; id=&quot;user-content-fnref-22&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;22&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Mango+Lassi&quot;&gt;Mango Lassi&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Masala+Chia&quot;&gt;Masala Chia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Naan&quot;&gt;Naan&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-23&quot; id=&quot;user-content-fnref-23&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;23&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;-japan&quot;&gt;&lt;a href=&quot;#-japan&quot;&gt;🇯🇵 Japan&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Kaeshi&quot;&gt;Kaeshi&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Mirin&quot;&gt;Mirin&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-24&quot; id=&quot;user-content-fnref-24&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;24&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Yakisoba&quot;&gt;Yakisoba&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;-lithuania&quot;&gt;&lt;a href=&quot;#-lithuania&quot;&gt;🇱🇹 Lithuania&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&quot;-latvia&quot;&gt;&lt;a href=&quot;#-latvia&quot;&gt;🇱🇻 Latvia&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&quot;-myanmar&quot;&gt;&lt;a href=&quot;#-myanmar&quot;&gt;🇲🇲 Myanmar&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&quot;-mongolia&quot;&gt;&lt;a href=&quot;#-mongolia&quot;&gt;🇲🇳 Mongolia&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&quot;-mexico&quot;&gt;&lt;a href=&quot;#-mexico&quot;&gt;🇲🇽 Mexico&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Burrito&quot;&gt;Burrito&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-25&quot; id=&quot;user-content-fnref-25&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;25&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Taco&quot;&gt;Taco&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-26&quot; id=&quot;user-content-fnref-26&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;26&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Tortilla&quot;&gt;Tortilla&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-27&quot; id=&quot;user-content-fnref-27&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;27&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;-netherlands&quot;&gt;&lt;a href=&quot;#-netherlands&quot;&gt;🇳🇱 Netherlands&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Stroopwafels&quot;&gt;Stroopwafels&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-28&quot; id=&quot;user-content-fnref-28&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;28&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;-poland&quot;&gt;&lt;a href=&quot;#-poland&quot;&gt;🇵🇱 Poland&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Pierogi&quot;&gt;Pierogi&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;-palestine&quot;&gt;&lt;a href=&quot;#-palestine&quot;&gt;🇵🇸 Palestine&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&quot;-portugal&quot;&gt;&lt;a href=&quot;#-portugal&quot;&gt;🇵🇹 Portugal&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&quot;-serbia&quot;&gt;&lt;a href=&quot;#-serbia&quot;&gt;🇷🇸 Serbia&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&quot;-russia&quot;&gt;&lt;a href=&quot;#-russia&quot;&gt;🇷🇺 Russia&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=%D0%91%D0%B5%D1%84%D1%81%D1%82%D1%80%D0%BE%D0%B3%D0%B0%D0%BD%D0%BE%D0%B2&quot;&gt;Бефстроганов&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-29&quot; id=&quot;user-content-fnref-29&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;29&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;-saudi-arabia&quot;&gt;&lt;a href=&quot;#-saudi-arabia&quot;&gt;🇸🇦 Saudi Arabia&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&quot;-sweden-30&quot;&gt;&lt;a href=&quot;#-sweden-30&quot;&gt;🇸🇪 Sweden &lt;sup&gt;&lt;a href=&quot;#user-content-fn-30&quot; id=&quot;user-content-fnref-30&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;30&lt;/a&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Falukorv&quot;&gt;Falukorv&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-31&quot; id=&quot;user-content-fnref-31&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;31&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Kanelbulle&quot;&gt;Kanelbulle&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-32&quot; id=&quot;user-content-fnref-32&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;32&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Kn%C3%A4ckebr%C3%B6d&quot;&gt;Knäckebröd&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-33&quot; id=&quot;user-content-fnref-33&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;33&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=K%C3%B6ttbullar&quot;&gt;Köttbullar&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-34&quot; id=&quot;user-content-fnref-34&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;34&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Pr%C3%A5stost&quot;&gt;Pråstost&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Sill&quot;&gt;Sill&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-35&quot; id=&quot;user-content-fnref-35&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;35&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Sm%C3%B6rg%C3%A5skaviar&quot;&gt;Smörgåskaviar&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-36&quot; id=&quot;user-content-fnref-36&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;36&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;-thailand&quot;&gt;&lt;a href=&quot;#-thailand&quot;&gt;🇹🇭 Thailand&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Pad+Thai&quot;&gt;Pad Thai&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-37&quot; id=&quot;user-content-fnref-37&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;37&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;-turkey&quot;&gt;&lt;a href=&quot;#-turkey&quot;&gt;🇹🇷 Turkey&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Baklava&quot;&gt;Baklava&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-38&quot; id=&quot;user-content-fnref-38&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;38&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=B%C3%B6rek&quot;&gt;Börek&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-39&quot; id=&quot;user-content-fnref-39&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;39&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=D%C3%B6ner-Kebap&quot;&gt;Döner-Kebap&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-40&quot; id=&quot;user-content-fnref-40&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;40&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Kokore%C3%A7&quot;&gt;Kokoreç&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-41&quot; id=&quot;user-content-fnref-41&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;41&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Kumpir&quot;&gt;Kumpir&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-42&quot; id=&quot;user-content-fnref-42&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;42&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Lahmacun&quot;&gt;Lahmacun&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-43&quot; id=&quot;user-content-fnref-43&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;43&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Patlican&quot;&gt;Patlican&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-44&quot; id=&quot;user-content-fnref-44&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;44&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Pide&quot;&gt;Pide&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-45&quot; id=&quot;user-content-fnref-45&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;45&lt;/a&gt;&lt;/sup&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-46&quot; id=&quot;user-content-fnref-46&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;46&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Poga%C4%8Da&quot;&gt;Pogača&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;-vietnam&quot;&gt;&lt;a href=&quot;#-vietnam&quot;&gt;🇻🇳 Vietnam&lt;/a&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=B%C3%A1nh+Bao&quot;&gt;Bánh Bao&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=B%C3%BAn+b%C3%B2+Hu%E1%BA%BF&quot;&gt;Bún bò Huế&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-47&quot; id=&quot;user-content-fnref-47&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;47&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Ch%E1%BA%A3+Gi%C3%B2+or+Nem+R%C3%A1n&quot;&gt;Chả Giò or Nem Rán&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-48&quot; id=&quot;user-content-fnref-48&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;48&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=G%E1%BB%8Fi+Cu%E1%BB%91n&quot;&gt;Gỏi Cuốn&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-49&quot; id=&quot;user-content-fnref-49&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;49&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.google.com/search?q=Ph%E1%BB%9F&quot;&gt;Phở&lt;/a&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-50&quot; id=&quot;user-content-fnref-50&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;50&lt;/a&gt;&lt;/sup&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-51&quot; id=&quot;user-content-fnref-51&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;51&lt;/a&gt;&lt;/sup&gt; &lt;sup&gt;&lt;a href=&quot;#user-content-fn-52&quot; id=&quot;user-content-fnref-52&quot; data-footnote-ref=&quot;&quot; aria-describedby=&quot;footnote-label&quot;&gt;52&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;section data-footnotes=&quot;&quot; class=&quot;footnotes&quot; style=&quot;font-size: 0.85em; line-height: 1.6;&quot;&gt;
&lt;ol&gt;
&lt;li id=&quot;user-content-fn-1&quot;&gt;
&lt;p&gt;= 奶油甜餡煎餅卷 &lt;a href=&quot;#user-content-fnref-1&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 1&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-2&quot;&gt;
&lt;p&gt;形狀: eight-pointed star &lt;a href=&quot;#user-content-fnref-2&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 2&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-3&quot;&gt;
&lt;p&gt;形狀: cylinder &lt;a href=&quot;#user-content-fnref-3&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 3&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-4&quot;&gt;
&lt;p&gt;= Tortelloni &lt;a href=&quot;#user-content-fnref-4&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 4&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-5&quot;&gt;
&lt;p&gt;= 德式餛飩/雲吞 &lt;a href=&quot;#user-content-fnref-5&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 5&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-6&quot;&gt;
&lt;p&gt;= 吉拿棒 &lt;a href=&quot;#user-content-fnref-6&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 6&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-7&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://www.reddit.com/r/educationalgifs/s/6VAdLlscOx&quot;&gt;This is how churros are made in a traditional churería.&lt;/a&gt; &lt;a href=&quot;#user-content-fnref-7&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 7&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-8&quot;&gt;
&lt;p&gt;/bægˈet/ &lt;a href=&quot;#user-content-fnref-8&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 8&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-9&quot;&gt;
&lt;p&gt;= 可麗露 &lt;a href=&quot;#user-content-fnref-9&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 9&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-10&quot;&gt;
&lt;p&gt;法國南部 &lt;a href=&quot;#user-content-fnref-10&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 10&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-11&quot;&gt;
&lt;p&gt;= 可麗餅 &lt;a href=&quot;#user-content-fnref-11&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 11&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-12&quot;&gt;
&lt;p&gt;= Croque Madame = 法式火腿起司三明治 &lt;a href=&quot;#user-content-fnref-12&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 12&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-13&quot;&gt;
&lt;p&gt;法國北部 &lt;a href=&quot;#user-content-fnref-13&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 13&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-14&quot;&gt;
&lt;p&gt;= 蝴蝶酥 &lt;a href=&quot;#user-content-fnref-14&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 14&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-15&quot;&gt;
&lt;p&gt;= 舒芙蕾 &lt;a href=&quot;#user-content-fnref-15&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 15&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-16&quot;&gt;
&lt;p&gt;= 希臘旋轉烤肉 &lt;a href=&quot;#user-content-fnref-16&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 16&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-17&quot;&gt;
&lt;p&gt;= 希臘烤肉串 &lt;a href=&quot;#user-content-fnref-17&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 17&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-18&quot;&gt;
&lt;p&gt;= 煙囪捲 &lt;a href=&quot;#user-content-fnref-18&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 18&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-19&quot;&gt;
&lt;p&gt;= 馬鈴薯甘藍/白菜泥 &lt;a href=&quot;#user-content-fnref-19&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 19&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-20&quot;&gt;
&lt;p&gt;= 印度薄餅 &lt;a href=&quot;#user-content-fnref-20&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 20&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-21&quot;&gt;
&lt;p&gt;印度什香粉：一種由多種香料混合起來的綜合調味料 &lt;a href=&quot;#user-content-fnref-21&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 21&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-22&quot;&gt;
&lt;p&gt;= Kaju Barfi = 腰果糖片 &lt;a href=&quot;#user-content-fnref-22&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 22&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-23&quot;&gt;
&lt;p&gt;= 印度烤餅 &lt;a href=&quot;#user-content-fnref-23&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 23&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-24&quot;&gt;
&lt;p&gt;味醂：在日本料理中經常作為「糖」的替代品 &lt;a href=&quot;#user-content-fnref-24&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 24&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-25&quot;&gt;
&lt;p&gt;使用麵粉 &lt;a href=&quot;#user-content-fnref-25&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 25&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-26&quot;&gt;
&lt;p&gt;使用麵粉 or 玉米粉 &lt;a href=&quot;#user-content-fnref-26&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 26&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-27&quot;&gt;
&lt;p&gt;使用玉米粉 &lt;a href=&quot;#user-content-fnref-27&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 27&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-28&quot;&gt;
&lt;p&gt;= 荷蘭焦糖煎餅 &lt;a href=&quot;#user-content-fnref-28&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 28&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-29&quot;&gt;
&lt;p&gt;= 俄式燴牛肉 &lt;a href=&quot;#user-content-fnref-29&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 29&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-30&quot;&gt;
&lt;p&gt;奶品之國 &lt;a href=&quot;#user-content-fnref-30&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 30&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-31&quot;&gt;
&lt;p&gt;= 法倫香腸 &lt;a href=&quot;#user-content-fnref-31&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 31&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-32&quot;&gt;
&lt;p&gt;= 肉桂捲 &lt;a href=&quot;#user-content-fnref-32&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 32&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-33&quot;&gt;
&lt;p&gt;= 硬麵包 &lt;a href=&quot;#user-content-fnref-33&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 33&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-34&quot;&gt;
&lt;p&gt;= 瑞典肉丸 &lt;a href=&quot;#user-content-fnref-34&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 34&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-35&quot;&gt;
&lt;p&gt;= 鯡魚 &lt;a href=&quot;#user-content-fnref-35&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 35&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-36&quot;&gt;
&lt;p&gt;= 魚子醬抹醬 &lt;a href=&quot;#user-content-fnref-36&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 36&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-37&quot;&gt;
&lt;p&gt;= 泰式炒河粉 &lt;a href=&quot;#user-content-fnref-37&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 37&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-38&quot;&gt;
&lt;p&gt;= 果仁蜜餅 &lt;a href=&quot;#user-content-fnref-38&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 38&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-39&quot;&gt;
&lt;p&gt;= 餡餅 &lt;a href=&quot;#user-content-fnref-39&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 39&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-40&quot;&gt;
&lt;p&gt;Döner 是土耳其語「旋轉」的意思，而 Kebap 是「烤肉」的意思，合起來就是「旋轉的烤肉」 &lt;a href=&quot;#user-content-fnref-40&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 40&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-41&quot;&gt;
&lt;p&gt;= 烤羊腸 &lt;a href=&quot;#user-content-fnref-41&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 41&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-42&quot;&gt;
&lt;p&gt;= 烤馬鈴薯 &lt;a href=&quot;#user-content-fnref-42&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 42&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-43&quot;&gt;
&lt;p&gt;= 土耳其披薩 &lt;a href=&quot;#user-content-fnref-43&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 43&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-44&quot;&gt;
&lt;p&gt;= 烤茄子 &lt;a href=&quot;#user-content-fnref-44&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 44&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-45&quot;&gt;
&lt;p&gt;≈ &lt;a href=&quot;https://www.google.com/search?q=Fladenbrot&quot;&gt;Fladenbrot&lt;/a&gt; &lt;a href=&quot;#user-content-fnref-45&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 45&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-46&quot;&gt;
&lt;p&gt;= 土耳其烤餅 &lt;a href=&quot;#user-content-fnref-46&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 46&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-47&quot;&gt;
&lt;p&gt;= 順化牛肉米線 &lt;a href=&quot;#user-content-fnref-47&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 47&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-48&quot;&gt;
&lt;p&gt;= Fried Spring Rolls = 越式炸春捲 &lt;a href=&quot;#user-content-fnref-48&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 48&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-49&quot;&gt;
&lt;p&gt;= Fresh (Non-Fried) Spring Rolls = Summer Rolls = Rice Paper Rolls = 越式生春捲 &lt;a href=&quot;#user-content-fnref-49&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 49&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-50&quot;&gt;
&lt;p&gt;Pho 湯河粉 ↔ Pho Xao 乾河粉 &lt;a href=&quot;#user-content-fnref-50&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 50&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-51&quot;&gt;
&lt;p&gt;Phở Bò (Beef) ↔ Phở Gà (Chicken) &lt;a href=&quot;#user-content-fnref-51&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 51&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-52&quot;&gt;
&lt;p&gt;= 越南火車頭 &lt;a href=&quot;#user-content-fnref-52&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 52&quot; class=&quot;data-footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
&lt;/body&gt;

&lt;hr style=&quot;margin: 2em 0; border: none; border-top: 1px solid #ccc;&quot; /&gt;&lt;p&gt;👉 Share this post: &lt;a href=&quot;https://huam.ing/world-cuisine&quot;&gt;https://huam.ing/world-cuisine&lt;/a&gt;&lt;/p&gt;</content:encoded></item></channel></rss>