<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-31535319</id><updated>2026-06-29T00:37:10.268+09:00</updated><category term="Miscellaneous"/><category term="Thoughts"/><category term="Calligraphy"/><category term="Movies"/><category term="Violet Evergarden"/><category term="Open source"/><category term="Works"/><category term="Travel"/><category term="Old times"/><category term="3D printing"/><category term="TV"/><category term="Books"/><category term="Programming"/><category term="Songs"/><category term="Homelab"/><category term="Old games"/><category term="Machine learning"/><category term="Scooter"/><category term="AI and the future"/><category term="Online games"/><category term="Computer games"/><title type='text'>Teck&#39;s Treehouse</title><subtitle type='html'>Ramblings of an ex-computer geek... Games from the late 80s and 90s... Linux and open source software...</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2029</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-31535319.post-5936750038634289428</id><published>2026-06-23T16:35:15.735+09:00</published><updated>2026-06-23T16:35:15.735+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Homelab"/><category scheme="http://www.blogger.com/atom/ns#" term="Open source"/><title type='text'>A separate /home directory</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;As someone who has been using Linux from its early days, I used to keep my &lt;span style=&quot;font-family: courier;&quot;&gt;home&lt;/span&gt; directory on a separate partition so that I did not lose data or have to recustomise stuff when I had to reinstall Linux. Back then, Linux was not very compatible with new hardware, and I often had to reinstall Linux to find a distro that worked or suited me. Or when upgrading.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Then, Linux became easier to use, easier to install, easier to upgrade.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;And I grew complacent.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;And panicked when the triple upgrade (&lt;a href=&quot;https://teck78.blogspot.com/2026/06/upgrading-from-proxmox-ve-8-to-9-debian.html&quot;&gt;Debian 12 to 13, LMDE 6 to 7, Proxmox VE 8 to 9&lt;/a&gt;) failed and my main PC went into an endless reboot loop. Thankfully, I had a snapshot prior to the upgrade, and rolled back without any issues (so far).&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Still, given that I need to upgrade to Proxmox VE 9 and LMDE 7 soon, I really want to be able to keep my &lt;span style=&quot;font-family: courier;&quot;&gt;home&lt;/span&gt; directory intact. Luckily, I have an old SSD that used to hold my OS that can be used for migrating my&amp;nbsp;&lt;span style=&quot;font-family: courier;&quot;&gt;home&lt;/span&gt; directory.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;First, I formatted that disk and created a ext4 partition on it. It shows as&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;/dev/sda1&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;on my system.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Then, I rebooted my system, and at the grub screen, pressed &#39;e&#39; to edit the boot options, changing &lt;span style=&quot;font-family: courier;&quot;&gt;splash&lt;/span&gt; to &lt;span style=&quot;font-family: courier;&quot;&gt;3&lt;/span&gt;, then F10 to boot into the console.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;I started by mounting the spare SSD.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;sudo mkdir -p /mnt/new_home&lt;br /&gt;sudo mount /dev/sda1 /mnt/new_home&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Then, I used rsync to transfer data in archival mode.&lt;br /&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;sudo rsync -aAvx /home/ /mnt/new_home/&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;It was now time to mount the SSD as the new&amp;nbsp;&amp;nbsp;&lt;span style=&quot;font-family: courier;&quot;&gt;home&lt;/span&gt; directory. First, it needs to be unmounted.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;sudo umount /mnt/new_home&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Then, I renamed my old&amp;nbsp;&lt;span style=&quot;font-family: courier;&quot;&gt;home&lt;/span&gt; directory.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;sudo mv /home /home_old&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Finally, I mounted the SSD as my&amp;nbsp;&amp;nbsp;&lt;span style=&quot;font-family: courier;&quot;&gt;home&lt;/span&gt; directory.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;sudo mkdir /home&lt;br /&gt;sudo mount /dev/sda1 /home&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;The last step is to edit &lt;span style=&quot;font-family: courier;&quot;&gt;/etc/fstab&lt;/span&gt;, and for that, I needed the UUID of the partition.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;sudo blkid /dev/sda1&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;This gave me a string (which I will call &lt;span style=&quot;font-family: courier;&quot;&gt;MY_UUID&lt;/span&gt; here). I used this string to edit &lt;span style=&quot;font-family: courier;&quot;&gt;/etc/fstab&lt;/span&gt;&amp;nbsp;by adding this.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;UUID=MY_UUID /home ext4 defaults 0 2&amp;nbsp;&lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Then, I rebooted the system. Running&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;lsblk&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;showed this:&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;img alt=&quot;&quot; height=&quot;33&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiaqEYCzPJYbMWv2Jr99TlIt_fUGsXbP1MOoA8PAIT5UZeRhLvuk5yVsM-yxmEvM8O37a9D9IPqn2Ley_AJnF7yIwVEmuD1thOc1LAMA7mG6CwOBqiEYGptF16TsMg-17PV7iPC1l6RvONpO0xVh7qRRiGDyZAhX8PJ6d-U5Wr5veyna2UpCNEJ4A=w320-h33&quot; width=&quot;320&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Now that the&amp;nbsp;&lt;span style=&quot;font-family: courier;&quot;&gt;home&lt;/span&gt; directory is separated, I can afford to do a fresh install of LMDE 7! That would be the next task when I have some spare time.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/5936750038634289428/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/5936750038634289428' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/5936750038634289428'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/5936750038634289428'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/06/a-separate-home-directory.html' title='A separate /home directory'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEiaqEYCzPJYbMWv2Jr99TlIt_fUGsXbP1MOoA8PAIT5UZeRhLvuk5yVsM-yxmEvM8O37a9D9IPqn2Ley_AJnF7yIwVEmuD1thOc1LAMA7mG6CwOBqiEYGptF16TsMg-17PV7iPC1l6RvONpO0xVh7qRRiGDyZAhX8PJ6d-U5Wr5veyna2UpCNEJ4A=s72-w320-h33-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-2507211767864397828</id><published>2026-06-18T10:27:18.351+09:00</published><updated>2026-06-28T16:44:25.924+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Homelab"/><title type='text'>Upgrading from Proxmox VE 8 to 9, Debian 12 to 13, PBS 3 to 4, and LMDE 6 to 7</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;&lt;b style=&quot;color: red;&quot;&gt;Warning: Follow this method at your own risk! Read update at end of post!&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Proxmox VE 9 has been out for a while, and it is based on Debian 13, which has also been released for a while. However, other than my main server (a &lt;a href=&quot;https://teck78.blogspot.com/2023/03/migrating-to-another-server-hp-ml110.html&quot; target=&quot;_blank&quot;&gt;ML110 Gen9&lt;/a&gt;) running on Proxmox VE 8, all other parts of my homelab are not standard installations. My &lt;a href=&quot;https://teck78.blogspot.com/2023/03/setting-up-proxmox-backup-server.html&quot; target=&quot;_blank&quot;&gt;Proxmox Backup Server&lt;/a&gt;&amp;nbsp;has a concurrent Proxmox VE installation.&amp;nbsp;My &lt;a href=&quot;https://teck78.blogspot.com/2023/04/workstations-for-proxmox.html&quot; target=&quot;_blank&quot;&gt;Fujitsu Celsius M740 Proxmox workstation&lt;/a&gt; that was installed with &lt;a href=&quot;https://teck78.blogspot.com/2023/02/installing-proxmox-ve-followed-by-xfce.html&quot; target=&quot;_blank&quot;&gt;XFCE desktop on top of Proxmox VE 7&lt;/a&gt;&amp;nbsp;originally. For my main workstation running on a Ryzen 7 5700G,&amp;nbsp;I had previously &lt;a href=&quot;https://teck78.blogspot.com/2023/01/installing-proxmox-on-linux-mint-debian.html&quot; target=&quot;_blank&quot;&gt;installed Proxmox VE 7 on Linux Mint Debian Edition 5&lt;/a&gt;&amp;nbsp;and then dual upgraded it from &lt;a href=&quot;https://teck78.blogspot.com/2024/01/dual-upgrade-proxmox-7-to-8-and-linux.html&quot; target=&quot;_blank&quot;&gt;Proxmox VE 7 to 8 and Linux Mint Debian Edition 5 to 6&lt;/a&gt;. It was going to be painful to upgrade all of them to the latest version of Proxmox VE and Debian/LMDE.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Still, I knew I had to do it, and with a bit of time yesterday, I steeled my resolve and went ahead.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;I used the official guides and my previous attempts as references.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://pve.proxmox.com/wiki/Upgrade_from_8_to_9&quot;&gt;Upgrade from 8 to 9&lt;/a&gt;&amp;nbsp;(for Proxmox VE)&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://pbs.proxmox.com/wiki/Upgrade_from_3_to_4&quot;&gt;Upgrade from 3 to 4&lt;/a&gt; (for Proxmox Backup Server)&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2023/06/upgrading-workstation-to-proxmox.html&quot;&gt;Upgrading workstation to Proxmox Virtual Environment 8&lt;/a&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2024/01/dual-upgrade-proxmox-7-to-8-and-linux.html&quot;&gt;Dual upgrade: Proxmox 7 to 8 and Linux Mint Debian Edition 5 to 6&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;The actual upgrade process was more a case of changing the &lt;span style=&quot;font-family: courier;&quot;&gt;source.list&lt;/span&gt; files in &lt;span style=&quot;font-family: courier;&quot;&gt;/etc/apt&lt;/span&gt; so that they use &lt;span style=&quot;font-family: courier;&quot;&gt;trixie&lt;/span&gt; (Debian 13) instead of &lt;span style=&quot;font-family: courier;&quot;&gt;bookworm&lt;/span&gt;&amp;nbsp;(Debian 12), and &lt;span style=&quot;font-family: courier;&quot;&gt;gigi&lt;/span&gt; (LMDE 7) instead of &lt;span style=&quot;font-family: courier;&quot;&gt;faye&lt;/span&gt; (LMDE 6). After which, I ran&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;apt update&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;apt dist-upgrade&lt;/span&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;&amp;nbsp;&lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Once again, repeated use of&amp;nbsp;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;apt -f install&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;dpkg --configure -a&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;apt dist-upgrade&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;helped me to finally get everything upgraded.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;img alt=&quot;&quot; height=&quot;90&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgqLYHnPwHgZpnr3dMo0v0wFOakbl5FAl6oIaz-sBvYtJsjz5lnS61B3_J3T6tDcX4uAcOzW9ul0PMrndm5ABTxjmyt58jVpz17LnbFvrlbfjszz8WzIvCLND7-L_5qk-BNAamUk8NAb_6oonqLHBzmiT0_L8qhmJBZpv4SMbRO0ZfSMA1ayBqSgA=w320-h90&quot; width=&quot;320&quot; /&gt;&amp;nbsp;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;The main server seems to be running stably on Proxmox VE 9 with Linux kernel 7.0.6. However, the main workstation with Ryzen 7 5700G suddenly rebooted while on kernel 7.0.6. So, I decided to roll back to kernel 6.8.12, which was previously running fine when it was on Proxmox VE 8.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;img alt=&quot;&quot; height=&quot;88&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgEWvYoHr3fMYbQOl9g9hvQTEowNtTwL-u3yVcythZ4XhdJtVaEbyXplq4DDBl7U8lYu1Q96gnk6-TB0-zECfX5Wx1d-Wj8V0r2rb3H8dHLsscwPnhNprtnJot5keCqZiPusKoCrJvOBGO9AuEtP6QuyRv5s4kjR4h-zKHjhyy9foAMdQS_By9sFQ=w320-h88&quot; width=&quot;320&quot; /&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;The backup server seems to be fine too.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;img alt=&quot;&quot; height=&quot;167&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEi5-T_6ZNGdH-Gspie1s31HUD3jRNWRKtwIP7YJ_vzqfTrmDZtDcI5W3e0jg2MhOVKOFz576gcGnEjHdT6jlbvMUoPOqxwEbSF8o8s8bxYbdvuAKz16DZwAt6CTwySu1bYvLCWmh6Jrz9DBmNp84g1bbHhOKjh7WKcoDu2qbfa8az-koM_rSxxLfg=w320-h167&quot; width=&quot;320&quot; /&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;The Fujitsu workstation is not used much, so I am not sure how stable it is.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Also, for the workstations, given that they have the LMDE repos installed due to my love for having Linux Mint icons, I faced the same issue where Proxmox does not recognise the 
version codename &quot;Gigi&quot; (which is LMDE 7). It causes the error message 
&quot;unknown Debian code name &#39;gigi&#39; (500)&quot; and so I had to edit &lt;span style=&quot;font-family: courier;&quot;&gt;/usr/lib/os-release&lt;/span&gt; and change&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;VERSION_CODENAME=gigi&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;to&lt;/div&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;VERSION_CODENAME=trixie&lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;I guess I should not have to do this again, hopefully, for a couple years more.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;b&gt;Update 22 June 2026:&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;The&amp;nbsp;main workstation with Ryzen 7 5700G&amp;nbsp;has been randomly rebooting, especially when Bluetooth is used. I don&#39;t know if it is a PSU, CPU, RAM, SSD, or upgrade issue, and I am now rolling back to a previous snapshot. If that works, the issue would be the upgrade.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;b&gt;Update 24 June 2026:&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;I tried to upgrade the&amp;nbsp;main workstation with Ryzen 7 5700G again. It broke miserably. And when I tried to roll back, I couldn&#39;t run timeshift because the package broke. I had to reboot into a live USB of LMDE 7, but when I tried to run timeshift on that to restore the snapshot, it rebooted halfway. I suspect there is some package in LMDE 7 or Debian 13 that is causing the reboot. In the end, I used a live USB of Linux Mint 22.1 to run timeshift and managed to restore a snapshot. Given that something in LMDE 7 or Debian 13 is causing reboots, I won&#39;t be pursuing the upgrade path for this PC anymore.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;b&gt;Update 28 June 2026:&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;I booted up a HP T630 thin client using LMDE 7 live USB, adding the boot options&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;radeon.si_support=0 amdgpu.si_support=1&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;and ran it for 4 hours, with &lt;span style=&quot;font-family: courier;&quot;&gt;htop&lt;/span&gt; and &lt;span style=&quot;font-family: courier;&quot;&gt;nvtop&lt;/span&gt; running, a long YouTube video on Firefox, and &lt;span style=&quot;font-family: courier;&quot;&gt;glxgears&lt;/span&gt; too. I have also checked that it is a X11 session, not Wayland. It didn&#39;t random reboot... I really hope it is not a case of LMDE 7 or Debian 13 being incompatible with my AMD Ryzen 7 5700G PC... because that would kind of shut off the upgrade path even via a fresh install.&lt;/div&gt;&amp;nbsp;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/2507211767864397828/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/2507211767864397828' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/2507211767864397828'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/2507211767864397828'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/06/upgrading-from-proxmox-ve-8-to-9-debian.html' title='Upgrading from Proxmox VE 8 to 9, Debian 12 to 13, PBS 3 to 4, and LMDE 6 to 7'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEgqLYHnPwHgZpnr3dMo0v0wFOakbl5FAl6oIaz-sBvYtJsjz5lnS61B3_J3T6tDcX4uAcOzW9ul0PMrndm5ABTxjmyt58jVpz17LnbFvrlbfjszz8WzIvCLND7-L_5qk-BNAamUk8NAb_6oonqLHBzmiT0_L8qhmJBZpv4SMbRO0ZfSMA1ayBqSgA=s72-w320-h90-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-9142182547091225822</id><published>2026-06-14T18:00:00.000+09:00</published><updated>2026-06-14T18:00:00.108+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="TV"/><title type='text'>Japan premiere of Sparks of Tomorrow  (二十世紀電氣目録-ユーレカ・エヴリカ-)</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQjhPvaEWVQPPS-El8YdJeEWTP9IRtROy0PG3A7lKqRT1fW0MDTonZ3TLyu_GLsOFFmPhNnkJzAglNIsUh5tG8GnUvHak2Dupq0BopOZLPWENBEQcgPqyMyz_kVYvzf9eIXdvKxs4V3I17IdYuI0uTpF5y80V1ku3Vw8ez6ikjASM0q17rLNZ_5Q/s4032/PXL_20260614_015124673.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;4032&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQjhPvaEWVQPPS-El8YdJeEWTP9IRtROy0PG3A7lKqRT1fW0MDTonZ3TLyu_GLsOFFmPhNnkJzAglNIsUh5tG8GnUvHak2Dupq0BopOZLPWENBEQcgPqyMyz_kVYvzf9eIXdvKxs4V3I17IdYuI0uTpF5y80V1ku3Vw8ez6ikjASM0q17rLNZ_5Q/s320/PXL_20260614_015124673.jpg&quot; width=&quot;180&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Today, I managed to catch the Japan premiere of &lt;i&gt;Sparks of Tomorrow&lt;/i&gt; (二十世紀電氣目録-ユーレカ・エヴリカ-), the next TV anime series from Kyoto Animation that is loosely inspired by a light novel published by Kyoani. It will start airing on TV and streaming services from July 2026. The Japan premiere included a stage event with the voice actors of the two main characters (Sakamoto Kihachi, voiced by Uchida Yuma, and Momokawa Inako, voiced by Amamiya Sora) as well as the director, Ota Minoru.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;While Kyoani did publish a light novel titled 二十世紀電氣目録, it seems that the anime series is only loosely inspired by the original work, and therefore, it is anyone&#39;s guess how the story will pan out. Basically, the official website says:&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;i&gt;A Tale of Adventure for Boys and Girls&lt;br /&gt;Who Dreamed of the Age of Electricity&lt;br /&gt;in a World Shrouded in Smoke!&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;i&gt;&lt;br /&gt;A little while ago.&lt;br /&gt;Kyoto in the early 20th century, having evolved differently from the history we know today.&lt;br /&gt;In a world where only steam engines had advanced, the city was shrouded in smoke.&lt;br /&gt;──A little while ago. Kyoto in the early 20th century, having evolved differently from the history we know today. In a world where only steam engines had advanced, the city was shrouded in smoke.&lt;br /&gt;With challenging art backgrounds reminiscent of Impressionist paintings and intricate animation, it depicts the dreams of boys and girls shining in an era of upheaval and innovation.&lt;br /&gt;Kyoto Animation&#39;s new frontier.&lt;/i&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;From the way it is being promoted, it seems that Kyoani is trying to position this as the next &lt;i&gt;&lt;a href=&quot;https://teck78.blogspot.com/search/label/Violet%20Evergarden&quot;&gt;Violet Evergarden&lt;/a&gt;&lt;/i&gt;.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Except for me, it wasn&#39;t.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;The background art was very well done, and the animation was Kyoani class. But that&#39;s about it. The Japan premiere showcased episodes 1 to 3 of the TV series that will be aired in July, but the story failed to draw my attention. The characters were deformed sometimes to exaggerate expressions, but instead of adding to the artistic expression and direction, it felt more like a cheap comedy trick most of the time. For around 67 minutes (the length of the premiere), I couldn&#39;t help but feel it was trying to copy Miyazaki Hayao and Shinkai Makoto in some weird mash-up that simply failed to hit home.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;The music used for the series also felt generic, like something you have heard elsewhere. I don&#39;t even remember it now. I don&#39;t even have much to say for the story because it felt like another boy-meets-girl generic romcom, except that it is set in some steampunk alternate Meiji-era Japan, using the kanji 明滋 instead of 明治 for Meiji to show that it is an alternate timeline. The last 10 to 15 minutes was so uninspiring that I was more or less dozing off, just waiting for the show to be over so that the stage event could begin.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_6-4ET2LKQCXUvt9Gr7G_rhZ6TbFauORFDcbZBrebsRDBSvLZ1goaXIQHPgSNL0yqcTOYi6WMWawui0SR7MPkp_6Uoti2r_PPgej1oHk5x_zOjsEA81wZp6t20kQuuidtTLS1pY4yzjEbdUYs1XRTYHJj3a00D124aArokJ7iRl4Z2pPlDcsHGg/s4032/PXL_20260614_030742425.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2268&quot; data-original-width=&quot;4032&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_6-4ET2LKQCXUvt9Gr7G_rhZ6TbFauORFDcbZBrebsRDBSvLZ1goaXIQHPgSNL0yqcTOYi6WMWawui0SR7MPkp_6Uoti2r_PPgej1oHk5x_zOjsEA81wZp6t20kQuuidtTLS1pY4yzjEbdUYs1XRTYHJj3a00D124aArokJ7iRl4Z2pPlDcsHGg/s320/PXL_20260614_030742425.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;The stage event was also very generic. The voice actors talked a bit about the recording, director Ota said he was chosen as director because he volunteered. I was hoping to hear more about how they went about formulating the (uninspiring) story or working on the soundtrack, but the director was shy and never really talked. In the end, I treated myself to a Whopper Jr. at Burger King as a way to make it up.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;On the way home, the words from the recent episode of Akane-banashi came into mind. &quot;Support is gained after you&#39;ve displayed your art. If such support precedes your art, that&#39;s proof of your immaturity.&quot; Kyoani has pushed out many great works in the past. Even after the &lt;a href=&quot;https://teck78.blogspot.com/2023/09/trial-of-kyoto-animation-fire-arsonist.html&quot;&gt;arson attack&lt;/a&gt;, Kyoani pushed on, and fans continued to show their support. We kept believing that the Kyoani we knew will return. But is that support really support, or something mixed with pity?&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://denkimokuroku.jp/en/&quot;&gt;Official anime website&lt;/a&gt;&amp;nbsp;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/9142182547091225822/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/9142182547091225822' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/9142182547091225822'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/9142182547091225822'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/06/japan-premiere-of-sparks-of-tomorrow.html' title='Japan premiere of &lt;i&gt;Sparks of Tomorrow &lt;/i&gt; (二十世紀電氣目録-ユーレカ・エヴリカ-)'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQjhPvaEWVQPPS-El8YdJeEWTP9IRtROy0PG3A7lKqRT1fW0MDTonZ3TLyu_GLsOFFmPhNnkJzAglNIsUh5tG8GnUvHak2Dupq0BopOZLPWENBEQcgPqyMyz_kVYvzf9eIXdvKxs4V3I17IdYuI0uTpF5y80V1ku3Vw8ez6ikjASM0q17rLNZ_5Q/s72-c/PXL_20260614_015124673.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-6241009113779553203</id><published>2026-06-12T20:18:39.648+09:00</published><updated>2026-06-12T20:18:39.648+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Miscellaneous"/><title type='text'>Finally, dark mode</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;&lt;img alt=&quot;&quot; height=&quot;184&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjhJkM_4Zm6kNMesXoy-zrE-FgYAn9KX1CZjpODTALu_3oK6aYjvqvlTBKYJocecFmvYLsvMrV1ySpf3mb-CPEND8ckhksLME0qBBxrMP6-wVXCeynLdQXfTC25v6tJ7Yuivh8YfDacyQKmCc60pHca9k-Yf9ay_H9dJrUnHoi7o8BD_6EQgOVxbg=w320-h184&quot; width=&quot;320&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;After so many years, finally, there is dark mode on this blog.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Given that I haven&#39;t touched the template of this blog for many many many years, it was a challenge to add dark mode. In the end, I gave up, and asked Claude to do it.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Now, the blog will load in either light or dark mode, depending on your system&#39;s settings. There is also a toggle at the lower right of the screen to force it to switch modes.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;In the midst of this change, I also realised that the blog has been on default mobile settings, which meant the desktop template was not being used when viewed on mobile devices. I have also fixed that.&amp;nbsp;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/6241009113779553203/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/6241009113779553203' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/6241009113779553203'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/6241009113779553203'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/06/finally-dark-mode.html' title='Finally, dark mode'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEjhJkM_4Zm6kNMesXoy-zrE-FgYAn9KX1CZjpODTALu_3oK6aYjvqvlTBKYJocecFmvYLsvMrV1ySpf3mb-CPEND8ckhksLME0qBBxrMP6-wVXCeynLdQXfTC25v6tJ7Yuivh8YfDacyQKmCc60pHca9k-Yf9ay_H9dJrUnHoi7o8BD_6EQgOVxbg=s72-w320-h184-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-8707286598438457535</id><published>2026-05-31T09:30:00.013+09:00</published><updated>2026-05-31T09:30:00.114+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Calligraphy"/><title type='text'>May 2026 calligraphy &quot;homework&quot;</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;The &quot;homework&quot; pieces that I submitted for May 2026.&lt;br /&gt;&lt;br /&gt;Hanshi kanji 半紙漢字: 舟従南浦囘&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOr4-tfiQkd3dXSn-bolkV8hOsvVe_YAnr5VXrUwbdKKI-0sFnBPpuM1DPuJUbRreNwGliFcKV2MObidXUDCcmOguwRp-ITr50fspIuYWoonFK4FM1Q9UM6C7C_N7xZZsdqSIlQBQ5qUfiZ4zg_wuvTV9l8a44KffEoCYmSDPRDCG65RYYpQ1TiA/s2908/PXL_20260503_032224193.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2908&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOr4-tfiQkd3dXSn-bolkV8hOsvVe_YAnr5VXrUwbdKKI-0sFnBPpuM1DPuJUbRreNwGliFcKV2MObidXUDCcmOguwRp-ITr50fspIuYWoonFK4FM1Q9UM6C7C_N7xZZsdqSIlQBQ5qUfiZ4zg_wuvTV9l8a44KffEoCYmSDPRDCG65RYYpQ1TiA/s320/PXL_20260503_032224193.jpg&quot; width=&quot;250&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Single character 一字: 豹&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-6WQ40c11op3ppJ8VFNa11k3x4WEO1yvHQWpXLkfXt-8qF0LnyC2BwNbRErWQ3x7fd25vZYpzoiqgpo5LfsED1G-cAntEIRyDOnxGLuU2YdATFN3NTqAEPl7sjQrXPJfBL-jkbO3EeNiOS_E6jWJjCh1e-uVz136Jx77QEk7VwZ8okaILzu58bw/s2368/PXL_20260503_032255158.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2368&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-6WQ40c11op3ppJ8VFNa11k3x4WEO1yvHQWpXLkfXt-8qF0LnyC2BwNbRErWQ3x7fd25vZYpzoiqgpo5LfsED1G-cAntEIRyDOnxGLuU2YdATFN3NTqAEPl7sjQrXPJfBL-jkbO3EeNiOS_E6jWJjCh1e-uVz136Jx77QEk7VwZ8okaILzu58bw/s320/PXL_20260503_032255158.jpg&quot; width=&quot;306&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Hansetsu kanji 半切漢字: 詩書作我閑中地 風月知人醉裏天&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigF1QKXQExt8L20qSxrSXRoStp2xfwnP-WynhqZUq684fu9q2PMFwspFFkPEyvNDPOOVaFfGWuwj-_UYPfdg0OOZ43X5HwKVWokAto66AWNlsAaklLsdFV_odcdDr0w1eoioZGQpH2ral3XQ1lxLTQ_fwrDjFG-UivgbZHv5L5cSFEx3bQBDYuXw/s3160/PXL_20260503_032426873-EDIT.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3160&quot; data-original-width=&quot;864&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigF1QKXQExt8L20qSxrSXRoStp2xfwnP-WynhqZUq684fu9q2PMFwspFFkPEyvNDPOOVaFfGWuwj-_UYPfdg0OOZ43X5HwKVWokAto66AWNlsAaklLsdFV_odcdDr0w1eoioZGQpH2ral3XQ1lxLTQ_fwrDjFG-UivgbZHv5L5cSFEx3bQBDYuXw/s320/PXL_20260503_032426873-EDIT.jpg&quot; width=&quot;87&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Unsubmitted pieces:&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjYDpiKyhOhoT12Rpt4O90TpF10ckFvgwI_MJcPy7mUhiUNuWCKeJTkzOoV2EL_D2VKpAwM1rq7tAAQls6hioAWsgZQMpeEHllNRBPYFRs8RQ_4ITENaSsZ8OFS24E6Lilz3DmiLlKf92IFmNP83Re3L3JZPTtCAEJsu5FrD-5yB74w9QOXbCsUzA/s3002/PXL_20260503_032211615.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3002&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjYDpiKyhOhoT12Rpt4O90TpF10ckFvgwI_MJcPy7mUhiUNuWCKeJTkzOoV2EL_D2VKpAwM1rq7tAAQls6hioAWsgZQMpeEHllNRBPYFRs8RQ_4ITENaSsZ8OFS24E6Lilz3DmiLlKf92IFmNP83Re3L3JZPTtCAEJsu5FrD-5yB74w9QOXbCsUzA/s320/PXL_20260503_032211615.jpg&quot; width=&quot;242&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEeIbNYhRV6tyIBHAWzcmbRWLYOTbBY5nxT8cyTs29GoRMZFwHcJREXEQgc-PkcW8Gn9sxrH0p0Wv_wMEMTkfsELKwQaMgDgJgnVxX-I9ujwv19RcmJGwrVlRFYQqNARgMHrq48CAANMc10reI3af5zxgPFXGfLMCMOtXns-vxoCR0Jr5HYyRPXg/s2447/PXL_20260503_032242338.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2447&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEeIbNYhRV6tyIBHAWzcmbRWLYOTbBY5nxT8cyTs29GoRMZFwHcJREXEQgc-PkcW8Gn9sxrH0p0Wv_wMEMTkfsELKwQaMgDgJgnVxX-I9ujwv19RcmJGwrVlRFYQqNARgMHrq48CAANMc10reI3af5zxgPFXGfLMCMOtXns-vxoCR0Jr5HYyRPXg/s320/PXL_20260503_032242338.jpg&quot; width=&quot;297&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIAheezcxmeTf_ue3ksKvI2FtH3xWP-mM5VRx4D_sXFZNO7dpjzLuRtrlwGFS89vVyoFGltxgIJRs3iaPvRXxuZwozgy4TsUnXyjpljWddVjmixIOmWB4Mp79Wi9h_IfpKi9tXjx1cFFMvBZwY-j2t0Qt4Luo8_lJa2iNLIewRobEfYf16ei2WTA/s3222/PXL_20260503_032426873.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3222&quot; data-original-width=&quot;894&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIAheezcxmeTf_ue3ksKvI2FtH3xWP-mM5VRx4D_sXFZNO7dpjzLuRtrlwGFS89vVyoFGltxgIJRs3iaPvRXxuZwozgy4TsUnXyjpljWddVjmixIOmWB4Mp79Wi9h_IfpKi9tXjx1cFFMvBZwY-j2t0Qt4Luo8_lJa2iNLIewRobEfYf16ei2WTA/s320/PXL_20260503_032426873.jpg&quot; width=&quot;89&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2026/04/april-2026-calligraphy-homework.html&quot; target=&quot;_blank&quot;&gt;April 2026 calligraphy &quot;homework&quot;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/8707286598438457535/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/8707286598438457535' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/8707286598438457535'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/8707286598438457535'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/05/may-2026-calligraphy-homework.html' title='May 2026 calligraphy &quot;homework&quot;'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOr4-tfiQkd3dXSn-bolkV8hOsvVe_YAnr5VXrUwbdKKI-0sFnBPpuM1DPuJUbRreNwGliFcKV2MObidXUDCcmOguwRp-ITr50fspIuYWoonFK4FM1Q9UM6C7C_N7xZZsdqSIlQBQ5qUfiZ4zg_wuvTV9l8a44KffEoCYmSDPRDCG65RYYpQ1TiA/s72-c/PXL_20260503_032224193.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-3751521790513903394</id><published>2026-05-07T13:13:00.003+09:00</published><updated>2026-05-07T13:13:00.122+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Calligraphy"/><title type='text'>New round and two down</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;After practising several hundreds of times, I finally selected two pieces for submission to this year&#39;s&amp;nbsp;Sankei International &quot;Sho&quot; 
Exhibition &lt;a href=&quot;https://www.sankei-shokai.jp/kokusaisyo/&quot; target=&quot;_blank&quot;&gt;産経国際書展&lt;/a&gt;.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;Some candidates which were not submitted:&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqQ6e94FAJtAZy2WbDbxl3tKm0xcKJ_pIcWiTkuEce3RYcbmueW_VR1d3NIonPG6aPK31RTCnvR7TLq3mNK93pAoPrt5jorCIr-T1KQnQ5TsweHVasfTY1qPHzy4sHHIrlRlMuyvDFf8h9uyX_Vtsp-mOLroxSfcaSFlZ57RmPSnGDwbszX6yulg/s3586/PXL_20260426_044317955.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3586&quot; data-original-width=&quot;959&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqQ6e94FAJtAZy2WbDbxl3tKm0xcKJ_pIcWiTkuEce3RYcbmueW_VR1d3NIonPG6aPK31RTCnvR7TLq3mNK93pAoPrt5jorCIr-T1KQnQ5TsweHVasfTY1qPHzy4sHHIrlRlMuyvDFf8h9uyX_Vtsp-mOLroxSfcaSFlZ57RmPSnGDwbszX6yulg/s320/PXL_20260426_044317955.jpg&quot; width=&quot;86&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrFoQXXgjIhGkcy7yHfOIkoXEU_Kl5rzhgl3QrWuWoSZhoybvpSm37GZpjKTzJ0KkkSFNeeHVBBGG5U3Toct7lL7XcHCF8BUGKi64NFh9iHITR-yAl6I62apENej8xCcn0xuM5esIJckB0YwIS1NI4U-gu0qmhHXNOgFHAEy87wUhaoSl1ZCIZEA/s3621/PXL_20260426_044153698.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3621&quot; data-original-width=&quot;953&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrFoQXXgjIhGkcy7yHfOIkoXEU_Kl5rzhgl3QrWuWoSZhoybvpSm37GZpjKTzJ0KkkSFNeeHVBBGG5U3Toct7lL7XcHCF8BUGKi64NFh9iHITR-yAl6I62apENej8xCcn0xuM5esIJckB0YwIS1NI4U-gu0qmhHXNOgFHAEy87wUhaoSl1ZCIZEA/s320/PXL_20260426_044153698.jpg&quot; width=&quot;84&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCz8VOSNCEIPDiSln7BpciWLBn4rsYXQ8q1WYZaQ4M_lkIUkFXdPaJptyhz9jFcXIud2Pt49gFmzsZ6cMp0XUszoGlo4PVERmLlS77hifsKd2xeb37S7_8rehp5RlM11PrW6t2zwd1JmYglehBJnEymH4MTJVQCZyybzrcmUPjk3_jRnAQip6dEw/s3632/PXL_20260426_044016046.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3632&quot; data-original-width=&quot;955&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCz8VOSNCEIPDiSln7BpciWLBn4rsYXQ8q1WYZaQ4M_lkIUkFXdPaJptyhz9jFcXIud2Pt49gFmzsZ6cMp0XUszoGlo4PVERmLlS77hifsKd2xeb37S7_8rehp5RlM11PrW6t2zwd1JmYglehBJnEymH4MTJVQCZyybzrcmUPjk3_jRnAQip6dEw/s320/PXL_20260426_044016046.jpg&quot; width=&quot;84&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijdG2fUkiR5jjTld5r9Uc-71pgFafYkWBfrrtql7uniuU0arJGPfvewPSPsC0uKXsXTguEL2YgiEyu_9akcs6A0dPr4VSEC6P1_95iQcdSo2dbDS4oMIv_rl47ejmR89vKBOI3b54C6rcJ-3I2-ZM_DU6JJ5iQri2m7SzzLd1vpKGjNwq20UCxtg/s3557/PXL_20260426_043936270.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3557&quot; data-original-width=&quot;964&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijdG2fUkiR5jjTld5r9Uc-71pgFafYkWBfrrtql7uniuU0arJGPfvewPSPsC0uKXsXTguEL2YgiEyu_9akcs6A0dPr4VSEC6P1_95iQcdSo2dbDS4oMIv_rl47ejmR89vKBOI3b54C6rcJ-3I2-ZM_DU6JJ5iQri2m7SzzLd1vpKGjNwq20UCxtg/s320/PXL_20260426_043936270.jpg&quot; width=&quot;87&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcg_4G1Tl6K99SnjWp8LVDmzqr-a6_OYZVJEE6fMCxQKApc13hsAtMQRP-JaNxUvTFI-bP0dgg0BbnJqGoOZhcTJrqSB-xbvoLLvwHohyphenhyphenztka2BBJ_mNE49Vi2lUhQtkL61qXyy0DKmF1F6nH9Atve5WRPvstBZ2fA_hClHuCv5OvADEWAJF9t5w/s3729/PXL_20260426_043843680.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3729&quot; data-original-width=&quot;989&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcg_4G1Tl6K99SnjWp8LVDmzqr-a6_OYZVJEE6fMCxQKApc13hsAtMQRP-JaNxUvTFI-bP0dgg0BbnJqGoOZhcTJrqSB-xbvoLLvwHohyphenhyphenztka2BBJ_mNE49Vi2lUhQtkL61qXyy0DKmF1F6nH9Atve5WRPvstBZ2fA_hClHuCv5OvADEWAJF9t5w/s320/PXL_20260426_043843680.jpg&quot; width=&quot;85&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;The next 
one should be&amp;nbsp;Kanagawa Art Exhibition &lt;a href=&quot;https://kanagawa-kenbiten.com/&quot; target=&quot;_blank&quot;&gt;神奈川県美術展&lt;/a&gt;, with the submission deadline somewhere between September and October (TBC).&amp;nbsp; If it is not being held again this year, then the next one will be&amp;nbsp;Onchikai Shodo Exhibition &lt;a href=&quot;http://shodokenkyu-onchikai.jp/gallery/category/cat01/&quot; target=&quot;_blank&quot;&gt;温知会書道展&lt;/a&gt; with deadline being October.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/3751521790513903394/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/3751521790513903394' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/3751521790513903394'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/3751521790513903394'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/05/new-round-and-two-down.html' title='New round and two down'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqQ6e94FAJtAZy2WbDbxl3tKm0xcKJ_pIcWiTkuEce3RYcbmueW_VR1d3NIonPG6aPK31RTCnvR7TLq3mNK93pAoPrt5jorCIr-T1KQnQ5TsweHVasfTY1qPHzy4sHHIrlRlMuyvDFf8h9uyX_Vtsp-mOLroxSfcaSFlZ57RmPSnGDwbszX6yulg/s72-c/PXL_20260426_044317955.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-2838879450703706550</id><published>2026-04-30T09:00:00.003+09:00</published><updated>2026-04-30T09:00:00.143+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Calligraphy"/><title type='text'>April 2026 calligraphy &quot;homework&quot;</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;The &quot;homework&quot; pieces that I submitted for April 2026.&lt;br /&gt;&lt;br /&gt;Hanshi kanji 半紙漢字: 水入北湖去&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEha8Dwia06mMxXGOfsDy6KDJxTkXbj16SuJbIWzUIaZ0SHaAxVxHLpyNqF8kBJ9wCp95CFe39E6QeWMYoGpoOBmUdbolBXJvhGA7IY4VFTE0quY4MiTgVI_APsrgwHdrJpS15x-vX70w7UYc7CzrQgM016TvSsSPtOQMMuf1P8AlDMVyFCRhXjcmA/s2873/PXL_20260326_131051194.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2873&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEha8Dwia06mMxXGOfsDy6KDJxTkXbj16SuJbIWzUIaZ0SHaAxVxHLpyNqF8kBJ9wCp95CFe39E6QeWMYoGpoOBmUdbolBXJvhGA7IY4VFTE0quY4MiTgVI_APsrgwHdrJpS15x-vX70w7UYc7CzrQgM016TvSsSPtOQMMuf1P8AlDMVyFCRhXjcmA/s320/PXL_20260326_131051194.jpg&quot; width=&quot;253&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&amp;nbsp;Single character 一字: 義&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWCcGx6pokeHOCTdSSrM3dn6RR4cqyKnoSo7u-CDyQts_wHcQs801e16TznDZBLN29CIiGZVZ1XYXQ1mazER-JbwoE4Hl607ep5Z1obJPltZsvk4K_BCVle_2D9qCBvzrwtGBintVCTn5VcUAOQ6I5xbpKrRotxrD4uetB0lf86XyAhaf5nc1MCg/s2450/PXL_20260326_131122132.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2450&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWCcGx6pokeHOCTdSSrM3dn6RR4cqyKnoSo7u-CDyQts_wHcQs801e16TznDZBLN29CIiGZVZ1XYXQ1mazER-JbwoE4Hl607ep5Z1obJPltZsvk4K_BCVle_2D9qCBvzrwtGBintVCTn5VcUAOQ6I5xbpKrRotxrD4uetB0lf86XyAhaf5nc1MCg/s320/PXL_20260326_131122132.jpg&quot; width=&quot;296&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Hansetsu kanji 半切漢字: 外發英華&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjiYJ2RQmtp0qArFspNu0M9iJERivxbFkVZEsTdgsYwubuOFor-3XRQg1x5zXRZqaDkLa045cSmuJnvlAEm7Gb7PTJevyKJNzYpfRc7JmWS5JxK9HeXNReYnVs2_1q8bbFI31sRozVgkUgMFlCVbvin7jvYfV0lDRXP_6xVdxiXe-WhnSVrhhkq6Q/s3397/PXL_20260326_130913540.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3397&quot; data-original-width=&quot;908&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjiYJ2RQmtp0qArFspNu0M9iJERivxbFkVZEsTdgsYwubuOFor-3XRQg1x5zXRZqaDkLa045cSmuJnvlAEm7Gb7PTJevyKJNzYpfRc7JmWS5JxK9HeXNReYnVs2_1q8bbFI31sRozVgkUgMFlCVbvin7jvYfV0lDRXP_6xVdxiXe-WhnSVrhhkq6Q/s320/PXL_20260326_130913540.jpg&quot; width=&quot;86&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;Unsubmitted pieces:&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaN4mflMvnezB_U2HK6znLa-bBj6D5WEJrBCC959YaQtlEkgh71W4mxkUmr9TWcfGcbnIABfudkE3XwkuQs1lriAsItF5usegVSlEz19wvd2i-KFDPibBSxjHoT8TR2rJ4MCb1wqERPAalGeOE9Lw5MvmYY9Dww7TEUCD6W3lhoDWYWIriqcwJtA/s2443/PXL_20260326_131135484.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2443&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaN4mflMvnezB_U2HK6znLa-bBj6D5WEJrBCC959YaQtlEkgh71W4mxkUmr9TWcfGcbnIABfudkE3XwkuQs1lriAsItF5usegVSlEz19wvd2i-KFDPibBSxjHoT8TR2rJ4MCb1wqERPAalGeOE9Lw5MvmYY9Dww7TEUCD6W3lhoDWYWIriqcwJtA/s320/PXL_20260326_131135484.jpg&quot; width=&quot;297&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6wBVc1t8DuD5-e-nMpxLYFgyaOKSaWb-HnrSTu808uH_e_lKvabIWoNioBTpKdJwMgiJp1d6viOPxcn1OUZuUbMTBdWXlw6bFsCJYjlZafjc6nmTBXEZ0H6hgHYA_YEXkamctcBid4mofLIcK8XWwO56d3ghrkq3u3eOrQWtBx-BLt7xq_bzDkw/s2883/PXL_20260326_131107840.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2883&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6wBVc1t8DuD5-e-nMpxLYFgyaOKSaWb-HnrSTu808uH_e_lKvabIWoNioBTpKdJwMgiJp1d6viOPxcn1OUZuUbMTBdWXlw6bFsCJYjlZafjc6nmTBXEZ0H6hgHYA_YEXkamctcBid4mofLIcK8XWwO56d3ghrkq3u3eOrQWtBx-BLt7xq_bzDkw/s320/PXL_20260326_131107840.jpg&quot; width=&quot;252&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi41MO8a78PvVhCSJ-0_SJUsdk_5dZydOftYPjr-wKAfDVufyvKaY_UKlfKbCU6m1Oe6wrbBEEJYImp6PO_3mlXRTwo4jo_3KUhkX8Lmc5irHkoqxaqWMYi8Dohq7zuxGL3BX54tNvfIfNTx4u63cSmBERR0pAS2G000zzQwx8bwGmFpRdO02kqzQ/s3432/PXL_20260326_130913540-EDIT.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3432&quot; data-original-width=&quot;938&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi41MO8a78PvVhCSJ-0_SJUsdk_5dZydOftYPjr-wKAfDVufyvKaY_UKlfKbCU6m1Oe6wrbBEEJYImp6PO_3mlXRTwo4jo_3KUhkX8Lmc5irHkoqxaqWMYi8Dohq7zuxGL3BX54tNvfIfNTx4u63cSmBERR0pAS2G000zzQwx8bwGmFpRdO02kqzQ/s320/PXL_20260326_130913540-EDIT.jpg&quot; width=&quot;87&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2026/03/march-2026-calligraphy-homework.html&quot;&gt;March 2026 calligraphy &quot;homework&quot;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/2838879450703706550/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/2838879450703706550' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/2838879450703706550'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/2838879450703706550'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/04/april-2026-calligraphy-homework.html' title='April 2026 calligraphy &quot;homework&quot;'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEha8Dwia06mMxXGOfsDy6KDJxTkXbj16SuJbIWzUIaZ0SHaAxVxHLpyNqF8kBJ9wCp95CFe39E6QeWMYoGpoOBmUdbolBXJvhGA7IY4VFTE0quY4MiTgVI_APsrgwHdrJpS15x-vX70w7UYc7CzrQgM016TvSsSPtOQMMuf1P8AlDMVyFCRhXjcmA/s72-c/PXL_20260326_131051194.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-5632735178804817180</id><published>2026-04-17T14:24:00.001+09:00</published><updated>2026-06-18T21:10:08.493+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Calligraphy"/><title type='text'>A new round... one down</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;After more than 200 pieces, I finally selected the piece for submission to this year&#39;s &lt;a href=&quot;https://www.mainichishodo.org/exhibition_en/the-mainichi-shodo-exhibition/&quot; target=&quot;_blank&quot;&gt;Mainichi Shodo Exhibition&lt;/a&gt; 毎日書道展, sparking off the first submission for this year&#39;s round of exhibition submissions.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Some candidates which were not submitted:&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvd7FWK1uCgeJJntcUwtV_ugOy9PxK3xrii0RE0sd_v-owbXiuD-TjgnqrfV4r1a0kilfj8bnVcJNh8aqZGLkNOE-Ek93XRqFEeTQ2ml_DENwVuqni2ACNM9q_clceJmRyP2D80rHxkKOOCSLEhDbHMH2BLgTUCOKehIvHhp7QgQMmXx6y_hiRDQ/s3509/PXL_20260405_035004595.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3509&quot; data-original-width=&quot;1164&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvd7FWK1uCgeJJntcUwtV_ugOy9PxK3xrii0RE0sd_v-owbXiuD-TjgnqrfV4r1a0kilfj8bnVcJNh8aqZGLkNOE-Ek93XRqFEeTQ2ml_DENwVuqni2ACNM9q_clceJmRyP2D80rHxkKOOCSLEhDbHMH2BLgTUCOKehIvHhp7QgQMmXx6y_hiRDQ/s320/PXL_20260405_035004595.jpg&quot; width=&quot;106&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtjWaR4D58B5L1x7rSk-8FqubQZ5apUjEV0Z6Lnp3OORertjGZJnLBvg0IqjTMYBtnl5FiK49759eb7Ll110LLFFNplsb3_yYbrpPUSCaxVFNgeo73lTTT6M5LraPNCRs2Zd23zvgW8pIg1L5r5Hb6MHujB3-5Lyh-W_Ju55bM365PL8MR063zRA/s3511/PXL_20260411_100510941.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3511&quot; data-original-width=&quot;1082&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtjWaR4D58B5L1x7rSk-8FqubQZ5apUjEV0Z6Lnp3OORertjGZJnLBvg0IqjTMYBtnl5FiK49759eb7Ll110LLFFNplsb3_yYbrpPUSCaxVFNgeo73lTTT6M5LraPNCRs2Zd23zvgW8pIg1L5r5Hb6MHujB3-5Lyh-W_Ju55bM365PL8MR063zRA/s320/PXL_20260411_100510941.jpg&quot; width=&quot;99&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Now to work on the piece(s) for&amp;nbsp;Sankei International &quot;Sho&quot; Exhibition &lt;a href=&quot;https://www.sankei-shokai.jp/kokusaisyo/&quot; target=&quot;_blank&quot;&gt;産経国際書展&lt;/a&gt;.&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Update 18 June 2026: The results came today, unfortunately, my piece was not chosen. Guess I will be trying again next year.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;This was the piece that was submitted.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDOOvKR11TPmA9xA6Od_JgWJYiNoFwMC4FCZxtaepYDyeo3l2fBa1TYRadPyjj7tXNwWozQDefBNSZlP0ZRO7pG36N9dihKbx7S46nTw97VCQhux4XdoZzwq_r-BUqrabIujYpmzUCr4GmnEa3LpsYec5B8ouxEkJ1So4nVp2viVica8IMgxJ7aQ/s3344/PXL_20260408_044132185.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3344&quot; data-original-width=&quot;1121&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDOOvKR11TPmA9xA6Od_JgWJYiNoFwMC4FCZxtaepYDyeo3l2fBa1TYRadPyjj7tXNwWozQDefBNSZlP0ZRO7pG36N9dihKbx7S46nTw97VCQhux4XdoZzwq_r-BUqrabIujYpmzUCr4GmnEa3LpsYec5B8ouxEkJ1So4nVp2viVica8IMgxJ7aQ/s320/PXL_20260408_044132185.jpg&quot; width=&quot;107&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/5632735178804817180/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/5632735178804817180' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/5632735178804817180'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/5632735178804817180'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/04/a-new-round-one-down.html' title='A new round... one down'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvd7FWK1uCgeJJntcUwtV_ugOy9PxK3xrii0RE0sd_v-owbXiuD-TjgnqrfV4r1a0kilfj8bnVcJNh8aqZGLkNOE-Ek93XRqFEeTQ2ml_DENwVuqni2ACNM9q_clceJmRyP2D80rHxkKOOCSLEhDbHMH2BLgTUCOKehIvHhp7QgQMmXx6y_hiRDQ/s72-c/PXL_20260405_035004595.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-8158143479943499499</id><published>2026-03-31T09:30:00.005+09:00</published><updated>2026-03-31T09:30:00.117+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Calligraphy"/><title type='text'>March 2026 calligraphy &quot;homework&quot;</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;The &quot;homework&quot; pieces that I submitted for March 2026.&lt;br /&gt;&lt;br /&gt;Hanshi kanji 半紙漢字: 陶然共忘機&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXch-zcNnca6qxX0EiWNpf5L-JvxJZHSoI2euatAkKgC_ijrGynTTgipV1_S6P_Df_lNFhNaozTD8BqhfvkDLkF2vO5wfKj7reP8W_evlNfbQVyugCjDYmRvTqWcD1Ua6gf6ERtn4bY9FWfbpjiE9RSp2L4qDYZhkvEqoKBGw1Mjr4JxZ6d7JzjA/s2927/PXL_20260131_071156752.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2927&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXch-zcNnca6qxX0EiWNpf5L-JvxJZHSoI2euatAkKgC_ijrGynTTgipV1_S6P_Df_lNFhNaozTD8BqhfvkDLkF2vO5wfKj7reP8W_evlNfbQVyugCjDYmRvTqWcD1Ua6gf6ERtn4bY9FWfbpjiE9RSp2L4qDYZhkvEqoKBGw1Mjr4JxZ6d7JzjA/s320/PXL_20260131_071156752.jpg&quot; width=&quot;248&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;br /&gt;Single character 一字: 試&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnU6P7NWV4FTIxXiDe1G3RTQZQJCCokR9EbLzUs1aUB7SCjwa4b2wxMovlPCmJlMdz0pHMsGgdIl7UGUaHI6TaJCf94JmtXShyqAy-oiCGePrQnWyOE7B31lLJfzfm2QofB7S639pfjWa6HqyjFDMrZoFTYHJPDoCPuWZZpYA-Mqxk4Y54W5-FHA/s2310/PXL_20260131_071128680.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2310&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnU6P7NWV4FTIxXiDe1G3RTQZQJCCokR9EbLzUs1aUB7SCjwa4b2wxMovlPCmJlMdz0pHMsGgdIl7UGUaHI6TaJCf94JmtXShyqAy-oiCGePrQnWyOE7B31lLJfzfm2QofB7S639pfjWa6HqyjFDMrZoFTYHJPDoCPuWZZpYA-Mqxk4Y54W5-FHA/s320/PXL_20260131_071128680.jpg&quot; width=&quot;314&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;br /&gt;Hansetsu kanji 半切漢字: 放情宇宙之外 息足懐抱之中&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_VOewjNuKxYIUitDAlci5a4Je9F3MON-cM1EHjeMe9rXUzUbYJTxXY4RqyHoLcAuuRyfkYvcAy5aoyYCoH_Rvq0E3dlnjh6r1OSN9KveAuGH2uGgrar2CFjYnaVKn1Q3Gy4PeXoVoDpdZljS3MmAmx0pBfD8y5JNbQlBajbV6bKkmQkj5cUO6KQ/s3422/PXL_20260131_071308018~2.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3422&quot; data-original-width=&quot;946&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_VOewjNuKxYIUitDAlci5a4Je9F3MON-cM1EHjeMe9rXUzUbYJTxXY4RqyHoLcAuuRyfkYvcAy5aoyYCoH_Rvq0E3dlnjh6r1OSN9KveAuGH2uGgrar2CFjYnaVKn1Q3Gy4PeXoVoDpdZljS3MmAmx0pBfD8y5JNbQlBajbV6bKkmQkj5cUO6KQ/s320/PXL_20260131_071308018~2.jpg&quot; width=&quot;88&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;br /&gt;Unsubmitted pieces:&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiu8J4JJjtElAN4NWZ7qHfyqayUA9CzGW8-oSzsOExhK6D-3r2agMWz-kcTePq_dtcXfa3HlzwGWHtpGolj4x0G1huNFq8Iu8mU6GL0D8wVTJ3ZRkH5B9CKp-33oRoVy9ezXvJ7jud17pAl7SBM0x42iytNgLzECB81GLxrygwgcXnrOKDJ0vcc0g/s3004/PXL_20260131_071210597.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3004&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiu8J4JJjtElAN4NWZ7qHfyqayUA9CzGW8-oSzsOExhK6D-3r2agMWz-kcTePq_dtcXfa3HlzwGWHtpGolj4x0G1huNFq8Iu8mU6GL0D8wVTJ3ZRkH5B9CKp-33oRoVy9ezXvJ7jud17pAl7SBM0x42iytNgLzECB81GLxrygwgcXnrOKDJ0vcc0g/s320/PXL_20260131_071210597.jpg&quot; width=&quot;242&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgD0iRKZX17SvqrETXhXaV683x97UFpS4gXB980DKWOGm9QxQHIxkh57G5Dmqy9BGTJbLgYLxsyQEyGzsPinqvjx5SreqIHfeMjLMf6mjuPHfj05-CdwufI7QGew2Sdi3x1ThK495CkQRG-SJJ3wy6dNELe22Le-j0Z90HlkKdmZ81ozbJswDiloQ/s2459/PXL_20260131_071144504.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2459&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgD0iRKZX17SvqrETXhXaV683x97UFpS4gXB980DKWOGm9QxQHIxkh57G5Dmqy9BGTJbLgYLxsyQEyGzsPinqvjx5SreqIHfeMjLMf6mjuPHfj05-CdwufI7QGew2Sdi3x1ThK495CkQRG-SJJ3wy6dNELe22Le-j0Z90HlkKdmZ81ozbJswDiloQ/s320/PXL_20260131_071144504.jpg&quot; width=&quot;295&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOPY0SBO4DbWRJjCqjVyxqK58o-YdBVhRVNzyoitJ5Q8cP_vH2SzGuxQnAI2sXtOw-CnxnqBGEG2b1_MLUFRuS870GdZ9acfbs56zFD0uEt8hEfQP-cF-cWpmQ9yK9lEwyZjXbsXVBv6znm0pm7p1S4WWXpykAvexCnSc3iUdymi3ZiCdeAcGG9g/s3335/PXL_20260131_071308018.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3335&quot; data-original-width=&quot;919&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOPY0SBO4DbWRJjCqjVyxqK58o-YdBVhRVNzyoitJ5Q8cP_vH2SzGuxQnAI2sXtOw-CnxnqBGEG2b1_MLUFRuS870GdZ9acfbs56zFD0uEt8hEfQP-cF-cWpmQ9yK9lEwyZjXbsXVBv6znm0pm7p1S4WWXpykAvexCnSc3iUdymi3ZiCdeAcGG9g/s320/PXL_20260131_071308018.jpg&quot; width=&quot;88&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2026/02/february-2026-calligraphy-homework.html&quot;&gt;February 2026 calligraphy &quot;homework&quot;&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/8158143479943499499/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/8158143479943499499' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/8158143479943499499'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/8158143479943499499'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/03/march-2026-calligraphy-homework.html' title='March 2026 calligraphy &quot;homework&quot;'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXch-zcNnca6qxX0EiWNpf5L-JvxJZHSoI2euatAkKgC_ijrGynTTgipV1_S6P_Df_lNFhNaozTD8BqhfvkDLkF2vO5wfKj7reP8W_evlNfbQVyugCjDYmRvTqWcD1Ua6gf6ERtn4bY9FWfbpjiE9RSp2L4qDYZhkvEqoKBGw1Mjr4JxZ6d7JzjA/s72-c/PXL_20260131_071156752.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-7437965461570719912</id><published>2026-03-11T15:00:00.014+09:00</published><updated>2026-03-11T15:00:00.117+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Miscellaneous"/><title type='text'>15 years since the Great East Japan Earthquake of 11 March 2011</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;15 years have passed since the Great East Japan Earthquake and its resulting tsunami struck Japan on 11 March 2011.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;I still cannot forget watching the news that day.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;I still cannot forget the experience of living in Tokyo for a year after the earthquake, with the frequent aftershocks and an entire nation dealing with the aftermath. And how the movie &lt;i&gt;&lt;a href=&quot;https://teck78.blogspot.com/2022/11/suzume-no-tojimari-at-imax.html&quot;&gt;Suzume&lt;/a&gt;&lt;/i&gt; strikes such a chord in my heart.&amp;nbsp;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/7437965461570719912/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/7437965461570719912' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/7437965461570719912'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/7437965461570719912'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/03/15-years-since-great-east-japan.html' title='15 years since the Great East Japan Earthquake of 11 March 2011'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-1443066210116188786</id><published>2026-03-07T15:37:00.009+09:00</published><updated>2026-03-11T15:39:52.588+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Miscellaneous"/><title type='text'>Violets blooming again</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwF_TcWpDNA8Hi7UDn-FLaJtwF-x_IKxciVc0StAKLMGU-hHx3jEI9CETn0cll2USoNCDbeX50gqvJWi11VdHOyzy1jlmkJ5kGPE3rHbUXk5eyFnAhyMEmRPF8uizLjAQ5XDHF-eL40tkvc4SJrSpp21e0k2GiJ_ycQhWO9psRjp_0GU9q7G9sag/s1939/PXL_20260307_001452235.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1886&quot; data-original-width=&quot;1939&quot; height=&quot;311&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwF_TcWpDNA8Hi7UDn-FLaJtwF-x_IKxciVc0StAKLMGU-hHx3jEI9CETn0cll2USoNCDbeX50gqvJWi11VdHOyzy1jlmkJ5kGPE3rHbUXk5eyFnAhyMEmRPF8uizLjAQ5XDHF-eL40tkvc4SJrSpp21e0k2GiJ_ycQhWO9psRjp_0GU9q7G9sag/s320/PXL_20260307_001452235.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;「また、この花が咲く季節になったんだな」&lt;br /&gt;&quot;It is again the season when this flower blooms&quot;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;My violets are really blooming early this year.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/1443066210116188786/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/1443066210116188786' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/1443066210116188786'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/1443066210116188786'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/03/violets-blooming-again.html' title='Violets blooming again'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwF_TcWpDNA8Hi7UDn-FLaJtwF-x_IKxciVc0StAKLMGU-hHx3jEI9CETn0cll2USoNCDbeX50gqvJWi11VdHOyzy1jlmkJ5kGPE3rHbUXk5eyFnAhyMEmRPF8uizLjAQ5XDHF-eL40tkvc4SJrSpp21e0k2GiJ_ycQhWO9psRjp_0GU9q7G9sag/s72-c/PXL_20260307_001452235.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-6870631721314853276</id><published>2026-02-28T09:30:00.033+09:00</published><updated>2026-02-28T09:30:00.115+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Calligraphy"/><title type='text'>February 2026 calligraphy &quot;homework&quot;</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;The &quot;homework&quot; pieces that I submitted for February 2026.&lt;br /&gt;&lt;br /&gt;Hanshi kanji 半紙漢字: 我醉君復樂&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRaySkchzK4vslnRmxNcfPynE3Hy6ELULAovlSrc6dkAGoJajS7MGvlLheRbspmR1AbCl_pCTZij7Sgr2kvDev5_JEdY8bDjtdUouuP1pg02wKwfeS6mQU2UNQh57noQvTEEjXhUEnwii5bjaZOKWbzmA1Bslqzb_gJE7t2eFiy7Np8DEMzZIMmw/s3022/PXL_20260131_070758708.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3022&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRaySkchzK4vslnRmxNcfPynE3Hy6ELULAovlSrc6dkAGoJajS7MGvlLheRbspmR1AbCl_pCTZij7Sgr2kvDev5_JEdY8bDjtdUouuP1pg02wKwfeS6mQU2UNQh57noQvTEEjXhUEnwii5bjaZOKWbzmA1Bslqzb_gJE7t2eFiy7Np8DEMzZIMmw/s320/PXL_20260131_070758708.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;br /&gt;Single character 一字: 憩&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgs8aszoEHBnEihA6gq47mr00YQRGGK2tsoKQZ3YF-wPaJjImuTnsysm-Ty5Y3PBRKHDyKVCEUyKBLkilltTpGssdUWQSX_cy_-bjiw4w78CTta9CqMqyBrPgaqN4KpL00CQyMCBNEA2XfjwFn2He4Lu4msrVVXI3mIjjDJuZCrHoy7E_wKc-l9Zg/s2334/PXL_20260131_070816248.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2334&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgs8aszoEHBnEihA6gq47mr00YQRGGK2tsoKQZ3YF-wPaJjImuTnsysm-Ty5Y3PBRKHDyKVCEUyKBLkilltTpGssdUWQSX_cy_-bjiw4w78CTta9CqMqyBrPgaqN4KpL00CQyMCBNEA2XfjwFn2He4Lu4msrVVXI3mIjjDJuZCrHoy7E_wKc-l9Zg/s320/PXL_20260131_070816248.jpg&quot; width=&quot;311&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;br /&gt;Hansetsu kanji 半切漢字: 羅江春信盆梅報 紙帳宵寒鶴夢知&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFwtbo0MQI27rY_unbWEHBHWMkr1VZvoY7c9d9ILLfQzbEd4o57rnxehZKsecXi5mmKPBQ5mlxfn9Owg5tkxrrbr8zkFGUVCycuRMzijxJ-0o6doCNp61p7Ku3cOsf2LIzb2OuGyrV_JBHcZWKd5HAPdzcHOwFS8nNxAxUhkMU6QXQ3l91FqKWLg/s3423/PXL_20260131_070954262.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3423&quot; data-original-width=&quot;905&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFwtbo0MQI27rY_unbWEHBHWMkr1VZvoY7c9d9ILLfQzbEd4o57rnxehZKsecXi5mmKPBQ5mlxfn9Owg5tkxrrbr8zkFGUVCycuRMzijxJ-0o6doCNp61p7Ku3cOsf2LIzb2OuGyrV_JBHcZWKd5HAPdzcHOwFS8nNxAxUhkMU6QXQ3l91FqKWLg/s320/PXL_20260131_070954262.jpg&quot; width=&quot;85&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Unsubmitted pieces:&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXPWeJRSTu51DIyfK6NTKaMzAuX3xxbbPLgCVMKfckOmVZdXRZBMJxF5SF7ZjeOHpHv7QGDsC_MQInXMOQvZAlnO_ifpmc4LmZ4cctxHgJ2lWHupy4GLbWMnzBwwGIAs0fZ6KJBc9h2_-W7VusjGtdjrlX6iO_qnJ2pZT5cbwXdf8jdpFZKrLobw/s2411/PXL_20260131_070850940.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2411&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXPWeJRSTu51DIyfK6NTKaMzAuX3xxbbPLgCVMKfckOmVZdXRZBMJxF5SF7ZjeOHpHv7QGDsC_MQInXMOQvZAlnO_ifpmc4LmZ4cctxHgJ2lWHupy4GLbWMnzBwwGIAs0fZ6KJBc9h2_-W7VusjGtdjrlX6iO_qnJ2pZT5cbwXdf8jdpFZKrLobw/s320/PXL_20260131_070850940.jpg&quot; width=&quot;301&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRzr_nBDu_wXv6WUSpyF-XPxNf1ovf5iiMMYgC2c16nDtnVMju7O2s6-pLKKx4hIq85RhsNmmNdv6-dgA-lK2qbYnOXvffIhqrYPwrwLKXmbU2eZegGDKqrWluqaGLESENjwU-Mjaw4u0m3im6GJQHLy3JmCMzTLgsQHOusV8PoHM5h2DHk98STg/s2775/PXL_20260131_070835358.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2775&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRzr_nBDu_wXv6WUSpyF-XPxNf1ovf5iiMMYgC2c16nDtnVMju7O2s6-pLKKx4hIq85RhsNmmNdv6-dgA-lK2qbYnOXvffIhqrYPwrwLKXmbU2eZegGDKqrWluqaGLESENjwU-Mjaw4u0m3im6GJQHLy3JmCMzTLgsQHOusV8PoHM5h2DHk98STg/s320/PXL_20260131_070835358.jpg&quot; width=&quot;262&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSoQwSh9RF5q-h4p3DVF1q30IFCXTO7n2P3F_bQmTZ3B7fFc0moSXGybR0C3o61uJ5tYEsyEVjaFW1Ysi-_5p8KhmyblED56nnrQE06lgYmIn49XCU5BmYa0D8M7z526t0K9N5OcyaqjR5TqjMSO0Hl_La_YUIV914PWWKT7Ca8_ZzoAG-p0lkxA/s3438/PXL_20260131_070954262~2.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3438&quot; data-original-width=&quot;972&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSoQwSh9RF5q-h4p3DVF1q30IFCXTO7n2P3F_bQmTZ3B7fFc0moSXGybR0C3o61uJ5tYEsyEVjaFW1Ysi-_5p8KhmyblED56nnrQE06lgYmIn49XCU5BmYa0D8M7z526t0K9N5OcyaqjR5TqjMSO0Hl_La_YUIV914PWWKT7Ca8_ZzoAG-p0lkxA/s320/PXL_20260131_070954262~2.jpg&quot; width=&quot;90&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2026/01/january-2026-calligraphy-homework.html&quot; target=&quot;_blank&quot;&gt;January 2026 calligraphy &quot;homework&quot;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/6870631721314853276/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/6870631721314853276' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/6870631721314853276'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/6870631721314853276'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/02/february-2026-calligraphy-homework.html' title='February 2026 calligraphy &quot;homework&quot;'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRaySkchzK4vslnRmxNcfPynE3Hy6ELULAovlSrc6dkAGoJajS7MGvlLheRbspmR1AbCl_pCTZij7Sgr2kvDev5_JEdY8bDjtdUouuP1pg02wKwfeS6mQU2UNQh57noQvTEEjXhUEnwii5bjaZOKWbzmA1Bslqzb_gJE7t2eFiy7Np8DEMzZIMmw/s72-c/PXL_20260131_070758708.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-2940859639614682773</id><published>2026-02-17T20:48:00.034+09:00</published><updated>2026-02-18T20:57:25.239+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Calligraphy"/><category scheme="http://www.blogger.com/atom/ns#" term="Miscellaneous"/><title type='text'>Welcoming the Year of the Fire Horse</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;Happy Chinese New Year! 新年快乐！ Today marks the first day of the Year of the Fire Horse, or 丙午, and what better way to celebrate than to post some stuff written for this day!&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;The couplets for this year reads&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;蛇行福起&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;馬到功成&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzW4NgI8W-qCu-oVEOhVKy5cR4YtVlbomGJUhWG9I5HBERoZsuHKNI7WJsWTngaN2iIJiYGXbhCkqtFfAGX-oDAH6mNCLUpErZum6dX5DPGBt2e6iB_hewbQf6azQiWndWAbeCQNrH_dkN2MWnOIYHDSsaxIkRVK0hO7MEDaHyHAyx0fVTnYkEtg/s3108/PXL_20260216_053659038.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3108&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzW4NgI8W-qCu-oVEOhVKy5cR4YtVlbomGJUhWG9I5HBERoZsuHKNI7WJsWTngaN2iIJiYGXbhCkqtFfAGX-oDAH6mNCLUpErZum6dX5DPGBt2e6iB_hewbQf6azQiWndWAbeCQNrH_dkN2MWnOIYHDSsaxIkRVK0hO7MEDaHyHAyx0fVTnYkEtg/s320/PXL_20260216_053659038.jpg&quot; width=&quot;234&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;I also wrote the characters for 馬、福、吉、祥 and used GIMP to give them a red background.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhh4pDxVmt7WDnOAga7a8rqfhCivKHCajyjl6FllpF1nQvq-buJ4kfAum1XbaM4qGQs25LJOQCKKkX2jJcgzmtNvAou-RTY7uyjtxL19oY86f9e8BCW32UH8rHEvQ2fFY9tUDxUCD1ZmyYfJ2SydD103pcOlwFzljHdAY8TlofIFswZe7yvkznPQ/s2232/PXL_20260217_072515396.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2232&quot; data-original-width=&quot;1670&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhh4pDxVmt7WDnOAga7a8rqfhCivKHCajyjl6FllpF1nQvq-buJ4kfAum1XbaM4qGQs25LJOQCKKkX2jJcgzmtNvAou-RTY7uyjtxL19oY86f9e8BCW32UH8rHEvQ2fFY9tUDxUCD1ZmyYfJ2SydD103pcOlwFzljHdAY8TlofIFswZe7yvkznPQ/s320/PXL_20260217_072515396.jpg&quot; width=&quot;239&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZk_HPbmF77CXvGLN0dbZsaX9ZnKGafncF0a1veVZdc2H2QqUtRp_F31XiHQ5OVAofNIF0FVh8HnB4dy9aee45Q5V61SSesBHWgF65b7_o-kPgUfgtwtFZWG68HOqVdAByTl6M3pr3QMw__ABoZ4DObb_cQ2XADT1SLmYiN7rBVPQD6ohbrb6E8A/s2373/PXL_20260217_072534623.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2373&quot; data-original-width=&quot;1753&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZk_HPbmF77CXvGLN0dbZsaX9ZnKGafncF0a1veVZdc2H2QqUtRp_F31XiHQ5OVAofNIF0FVh8HnB4dy9aee45Q5V61SSesBHWgF65b7_o-kPgUfgtwtFZWG68HOqVdAByTl6M3pr3QMw__ABoZ4DObb_cQ2XADT1SLmYiN7rBVPQD6ohbrb6E8A/s320/PXL_20260217_072534623.jpg&quot; width=&quot;236&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&amp;nbsp;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhd4_IHZmAlxkoB02xvVYWwl2Mf6MKebKOgZVHLSQUnFLSljz9nGr9exb_HFr7RlIs9s208A4hGL9KpIB9SNcglNp_woAZ_BsZMV5AFQSxXjGAKVeZJH5I6QaWo7FBJjJuSdjo40R_lId72MmDvK8mL7euIiWLp47BfdCEhY2sK9DYkWfcOI49TQw/s2349/PXL_20260217_072551054.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2349&quot; data-original-width=&quot;1701&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhd4_IHZmAlxkoB02xvVYWwl2Mf6MKebKOgZVHLSQUnFLSljz9nGr9exb_HFr7RlIs9s208A4hGL9KpIB9SNcglNp_woAZ_BsZMV5AFQSxXjGAKVeZJH5I6QaWo7FBJjJuSdjo40R_lId72MmDvK8mL7euIiWLp47BfdCEhY2sK9DYkWfcOI49TQw/s320/PXL_20260217_072551054.jpg&quot; width=&quot;232&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiENmW0YKJMn2PMQxFwbhmv-d6Q9RgoJgOYQGwNdFz-GWHwWoBBs1osBeyjbwdG60fVxvRD5b_i1S-CIYtFtGnaIjl1RIXIcm5FrIyCUljxwY2ZUm3m6KRPMQCxoxmVpRyycT4Cu2YXRvOJ7nvV3sI8Q6grbma5eNHe_ruCP85LnFcEOGjcJPkQ_w/s2338/PXL_20260217_072611312.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2338&quot; data-original-width=&quot;1685&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiENmW0YKJMn2PMQxFwbhmv-d6Q9RgoJgOYQGwNdFz-GWHwWoBBs1osBeyjbwdG60fVxvRD5b_i1S-CIYtFtGnaIjl1RIXIcm5FrIyCUljxwY2ZUm3m6KRPMQCxoxmVpRyycT4Cu2YXRvOJ7nvV3sI8Q6grbma5eNHe_ruCP85LnFcEOGjcJPkQ_w/s320/PXL_20260217_072611312.jpg&quot; width=&quot;231&quot; /&gt;&lt;/a&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;The originals:&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnJfD3-NZ3askTISp1YiMVZRoYsnN-0Y6CSR5CDbvwNhv6eHsIZh0mLrFDAzE8za6IC8IaqFylhGbQdDEHOrca5GKelciwMtp4vpAWg3uuox9vfY06j5IZEcMNB6T5kxEIwQ62MnqtgtyJUq8kbimHmvOjk7h5iruxspf0Vkj3qOQhYf8DF94Syw/s2232/PXL_20260217_072515396.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2232&quot; data-original-width=&quot;1670&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnJfD3-NZ3askTISp1YiMVZRoYsnN-0Y6CSR5CDbvwNhv6eHsIZh0mLrFDAzE8za6IC8IaqFylhGbQdDEHOrca5GKelciwMtp4vpAWg3uuox9vfY06j5IZEcMNB6T5kxEIwQ62MnqtgtyJUq8kbimHmvOjk7h5iruxspf0Vkj3qOQhYf8DF94Syw/s320/PXL_20260217_072515396.jpg&quot; width=&quot;239&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJ2wJSpQXU3wEGg9c4BW2pGeNIlgsPMp2kbG88NDJuM0HBGGd5xXAI17JaFUu1XOwCzpFx4YEM6uXgIsxyCAd5eP2T2CTsiuHpgC2i1l6ngfK5VCl4q1Bg7-MHBYq5YGJ6opNE1ULXxrAbq5lOEXX9-Z3U2zbw1tjLaUY4xPV-s5YF1If5fSi_Lw/s2373/PXL_20260217_072534623.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2373&quot; data-original-width=&quot;1753&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJ2wJSpQXU3wEGg9c4BW2pGeNIlgsPMp2kbG88NDJuM0HBGGd5xXAI17JaFUu1XOwCzpFx4YEM6uXgIsxyCAd5eP2T2CTsiuHpgC2i1l6ngfK5VCl4q1Bg7-MHBYq5YGJ6opNE1ULXxrAbq5lOEXX9-Z3U2zbw1tjLaUY4xPV-s5YF1If5fSi_Lw/s320/PXL_20260217_072534623.jpg&quot; width=&quot;236&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgg0cR4nnMSoYmCtv91JJLXLm1wUAIaxPUMETZ2zTIIB-wV6v8JCnsb0Dl2uFMF_j4JbPCDlsClW2MNbTI1gXs1l5leWcf_QV-uo5gVHJ54UFJTRevwgOCu7hmbfev27-d0LOT5pEXaQE-ksEklUwFNGmb_kgIB_eeFYqLztpmbAoVuC5frRmGmZw/s2349/PXL_20260217_072551054.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2349&quot; data-original-width=&quot;1701&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgg0cR4nnMSoYmCtv91JJLXLm1wUAIaxPUMETZ2zTIIB-wV6v8JCnsb0Dl2uFMF_j4JbPCDlsClW2MNbTI1gXs1l5leWcf_QV-uo5gVHJ54UFJTRevwgOCu7hmbfev27-d0LOT5pEXaQE-ksEklUwFNGmb_kgIB_eeFYqLztpmbAoVuC5frRmGmZw/s320/PXL_20260217_072551054.jpg&quot; width=&quot;232&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-e7cooeD1FR_Wsl1GEl7krUWdObHTkYLT72FLHwv4EIWq6DMBsRRu1sfpSzSt3Yp2GrIU0OwnA1lud1pA99D0wv7HEarvOcKY0ajLKDK4SeUr3G59nKy8H-SiOatkCPT_A_L0cDbuFdtn96hXJvkqCujSUOln0dotBKO6EOasq54D-sV4qzKMkA/s2338/PXL_20260217_072611312.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2338&quot; data-original-width=&quot;1685&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-e7cooeD1FR_Wsl1GEl7krUWdObHTkYLT72FLHwv4EIWq6DMBsRRu1sfpSzSt3Yp2GrIU0OwnA1lud1pA99D0wv7HEarvOcKY0ajLKDK4SeUr3G59nKy8H-SiOatkCPT_A_L0cDbuFdtn96hXJvkqCujSUOln0dotBKO6EOasq54D-sV4qzKMkA/s320/PXL_20260217_072611312.jpg&quot; width=&quot;231&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Once again, happy Chinese New Year!&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/2940859639614682773/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/2940859639614682773' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/2940859639614682773'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/2940859639614682773'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/02/welcoming-year-of-fire-horse.html' title='Welcoming the Year of the Fire Horse'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzW4NgI8W-qCu-oVEOhVKy5cR4YtVlbomGJUhWG9I5HBERoZsuHKNI7WJsWTngaN2iIJiYGXbhCkqtFfAGX-oDAH6mNCLUpErZum6dX5DPGBt2e6iB_hewbQf6azQiWndWAbeCQNrH_dkN2MWnOIYHDSsaxIkRVK0hO7MEDaHyHAyx0fVTnYkEtg/s72-c/PXL_20260216_053659038.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-2839125502950056307</id><published>2026-02-14T22:30:00.025+09:00</published><updated>2026-02-15T15:28:29.049+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Movies"/><title type='text'>Watching The Dangers in My Heart: The Movie (劇場版「僕の心のヤバイやつ」)</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;I really liked the anime adaptation of The Dangers in My Heart, and when they announced a movie, I was very excited. Somehow, I overlooked the part about it being mainly a compilation film, rather than a proper sequel.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNppgQ1Dk9xQZV6JZwkK1RaUCj6TLa5bWLcF2oDFNTDvTsGwsIkopOb_7gL47owxemt_rlgy04kkMhQWnIJO61VVbuUwjC8UAIv864wQz-H8y-6q6sPNZwCQhzp5qHRcO3lz2MUM2apsVImGnY0rzBBeSUwydjD6J3eqkcrLnAsgToCNbTTABDGw/s4032/PXL_20260214_051303828.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;4032&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNppgQ1Dk9xQZV6JZwkK1RaUCj6TLa5bWLcF2oDFNTDvTsGwsIkopOb_7gL47owxemt_rlgy04kkMhQWnIJO61VVbuUwjC8UAIv864wQz-H8y-6q6sPNZwCQhzp5qHRcO3lz2MUM2apsVImGnY0rzBBeSUwydjD6J3eqkcrLnAsgToCNbTTABDGw/s320/PXL_20260214_051303828.jpg&quot; width=&quot;180&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;However, even though 95% of the film was mostly from the TV series, it was very nicely compiled to show the story of the relationship between the two main characters, and Ushio Kensuke&#39;s music really added a lot of emotional impact. Just the amazing soundtrack itself was worth watching this movie in a theatre.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Movie-goers were even given this small booklet with a short story drawn by the original manga author.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5fi8vMh4ss73P7cZBDUILxexovaAq4b2B7N0Ek2x_ad137jZ6ut2mLqu7ShuQd9eqe8ksbysbUszwWNwDLeJMtkvnjqqWTrQNI5pb59Fvg3Fn-EJTMmpnn60dPcynbdtvhC5PcF5SUAXsHZHRIYdnu-A2BWi3u93ytgKyfW-DsFPbovXwZyZqXQ/s4032/PXL_20260214_051412031.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;4032&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5fi8vMh4ss73P7cZBDUILxexovaAq4b2B7N0Ek2x_ad137jZ6ut2mLqu7ShuQd9eqe8ksbysbUszwWNwDLeJMtkvnjqqWTrQNI5pb59Fvg3Fn-EJTMmpnn60dPcynbdtvhC5PcF5SUAXsHZHRIYdnu-A2BWi3u93ytgKyfW-DsFPbovXwZyZqXQ/s320/PXL_20260214_051412031.jpg&quot; width=&quot;180&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;I really hope they will make a sequel to this series because the story is really a nice, heartwarming one. I could read the manga. But I want the music by Ushio Kensuke!&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/2839125502950056307/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/2839125502950056307' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/2839125502950056307'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/2839125502950056307'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/02/watching-dangers-in-my-heart-movie.html' title='Watching &lt;i&gt;The Dangers in My Heart: The Movie&lt;/i&gt; (劇場版「僕の心のヤバイやつ」)'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNppgQ1Dk9xQZV6JZwkK1RaUCj6TLa5bWLcF2oDFNTDvTsGwsIkopOb_7gL47owxemt_rlgy04kkMhQWnIJO61VVbuUwjC8UAIv864wQz-H8y-6q6sPNZwCQhzp5qHRcO3lz2MUM2apsVImGnY0rzBBeSUwydjD6J3eqkcrLnAsgToCNbTTABDGw/s72-c/PXL_20260214_051303828.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-3068862616374713684</id><published>2026-02-14T18:00:00.029+09:00</published><updated>2026-02-15T15:48:44.034+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Movies"/><title type='text'>Watching It Will Soon Be Time to Say Goodbye (ほどなく、お別れです)</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;Many years ago, I watched a movie called &lt;a href=&quot;https://teck78.blogspot.com/2009/03/departures.html&quot; target=&quot;_blank&quot;&gt;Departures&lt;/a&gt; (おくりびと) that really moved me. It was a movie about encoffinment, so when I saw a new movie on a related topic, I was interested to see how it differs.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7q_0T-79g0bpasHPVz6mDl5ftImQ7MS7Md6HlUvNoiC09MFrZOhhTvnmmxOQ4eVMyw84ZYZ5quVQxbbRmvPjh-9oxWUEUeuZaEJ7V8XPtrYz6lItTRD_PLTIMazQlazkx_BVLpIr7dUyLQjZdav8B1D25Zx1_7uWrT2tM828nM_ZqdeQIjLkelg/s4032/PXL_20260214_023047252.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;4032&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7q_0T-79g0bpasHPVz6mDl5ftImQ7MS7Md6HlUvNoiC09MFrZOhhTvnmmxOQ4eVMyw84ZYZ5quVQxbbRmvPjh-9oxWUEUeuZaEJ7V8XPtrYz6lItTRD_PLTIMazQlazkx_BVLpIr7dUyLQjZdav8B1D25Zx1_7uWrT2tM828nM_ZqdeQIjLkelg/s320/PXL_20260214_023047252.jpg&quot; width=&quot;180&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;i&gt;It Will Soon Be Time to Say Goodbye&lt;/i&gt; (ほどなく、お別れです) is a movie about a funeral house. The male lead is not just a funeral director, but is trained in encoffinment. The encoffinment part, though, was only briefly touched on in this movie, unlike the 2008 movie. There was also a fantastic element in this movie, with the female lead being able to see dead people.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Frankly, when I saw the fantastic element early in the movie, I thought it would not be to my taste. And there was nothing really exceptional about the movie, with it being composed of a few short stories about each dead person, brought out by the funeral house&#39;s staff as they prepared and organized the funerals. But somehow, the movie brought tears to my eyes. I don&#39;t know why, but I ending up crying. I think it was the acting of the two leads, plus the melancholic soundtrack. I also think I won&#39;t have cried if I didn&#39;t watch it in a theatre. Watching it in a theatre allowed me to focus on the movie fully, and fully absorb the acting and music. It reminded me that, in this age when many movies are made for streaming, there are still movies that are best enjoyed in a movie theatre.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/3068862616374713684/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/3068862616374713684' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/3068862616374713684'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/3068862616374713684'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/02/watching-it-will-soon-be-time-to-say.html' title='Watching &lt;i&gt;It Will Soon Be Time to Say Goodbye&lt;/i&gt; (ほどなく、お別れです)'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7q_0T-79g0bpasHPVz6mDl5ftImQ7MS7Md6HlUvNoiC09MFrZOhhTvnmmxOQ4eVMyw84ZYZ5quVQxbbRmvPjh-9oxWUEUeuZaEJ7V8XPtrYz6lItTRD_PLTIMazQlazkx_BVLpIr7dUyLQjZdav8B1D25Zx1_7uWrT2tM828nM_ZqdeQIjLkelg/s72-c/PXL_20260214_023047252.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-1750860402814825153</id><published>2026-02-08T12:30:00.003+09:00</published><updated>2026-02-10T21:07:31.830+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Violet Evergarden"/><title type='text'>Real &quot;Violet Snow&quot;</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;&quot;Violet Snow&quot; was a song used for the trailer of &lt;i&gt;Violet Evergarden&lt;/i&gt; series.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;And I guess it is real.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;It &lt;a href=&quot;https://teck78.blogspot.com/2026/02/snow-day.html&quot;&gt;snowed today&lt;/a&gt;, and the snow covered an early blooming violet.&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjkeCsUGlmvAQ_j3c3u1x-B9VUgvrSy3KfUZG1x_HYW_4PZJEy84mn_C5QntgQGI77cdVLU18L_Sdi5d_Xr5uXOo4p4bArH8yp0qoWB75QPvoKK5KfKuRtXJScN0g2F4r-uZAC-S1CTMrb8_Vxl7wIhcUeP0UWfQQekHqAWB4Sjiqc_y-EucDLkg/s4032/PXL_20260207_222654045.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2268&quot; data-original-width=&quot;4032&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjkeCsUGlmvAQ_j3c3u1x-B9VUgvrSy3KfUZG1x_HYW_4PZJEy84mn_C5QntgQGI77cdVLU18L_Sdi5d_Xr5uXOo4p4bArH8yp0qoWB75QPvoKK5KfKuRtXJScN0g2F4r-uZAC-S1CTMrb8_Vxl7wIhcUeP0UWfQQekHqAWB4Sjiqc_y-EucDLkg/s320/PXL_20260207_222654045.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Noble, faithful, pure as the driven snow, a fragile beauty.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;My overall thoughts on &lt;a href=&quot;https://teck78.blogspot.com/2020/11/violet-evergarden-movie-2020-review.html&quot; target=&quot;_blank&quot;&gt;&lt;i&gt;Violet Evergarden The Movie&lt;/i&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Events:&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/09/watching-violet-evergarden-movie-again.html&quot; target=&quot;_blank&quot;&gt;First cast greeting event for &lt;i&gt;Violet Evergarden the Movie&lt;/i&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/10/violet-evergarden-movie-cast-greeting.html&quot; target=&quot;_blank&quot;&gt;&lt;i&gt;Violet Evergarden the Movie&lt;/i&gt;: Cast greeting event to thank fans&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/12/production-staff-event-at-screening-of.html&quot; target=&quot;_blank&quot;&gt;Production staff event at screening of &lt;i&gt;Violet Evergarden the Movie&lt;/i&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/12/letter-of-appreciation-from-violet.html&quot; target=&quot;_blank&quot;&gt;Letter of appreciation from Violet Evergarden&#39;s author Akatsuki Kana&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/08/violet-evergarden-orchestra-concert-2021.html&quot; target=&quot;_blank&quot;&gt;Post on Violet Evergarden Orchestra Concert 2021&lt;/a&gt; &lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2025/05/report-sumire-philharmonic-orchestras.html&quot; target=&quot;_blank&quot;&gt;Post on Sumire Philharmonic Orchestra&#39;s Violet Evergarden (unofficial) orchestra concert&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Translations of short stories:&lt;br /&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/03/gilbert-bougainvillea-and-fleeting.html&quot; target=&quot;_blank&quot;&gt;Gilbert Bougainvillea and the Fleeting Dream&lt;/a&gt; (unofficial translation of &quot;ギルベルト・ブーゲンビリアと儚い夢&quot;)&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/08/violet-evergarden-short-stories-logbook.html&quot; target=&quot;_blank&quot;&gt;Violet Evergarden short stories: &quot;Logbook entry&quot; and &quot;Diary entry&quot;&lt;/a&gt; (unofficial translation)&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2022/01/the-starry-night-and-lonely-two.html&quot; target=&quot;_blank&quot;&gt;The Starry Night and the Lonely Two&lt;/a&gt; (unofficial translation of 星降りの夜とさみしいふたり) &lt;br /&gt;&lt;/div&gt;&lt;a href=&quot;https://teck78.blogspot.com/2022/02/dietfried-bougainvilleas-if-unofficial.html&quot; target=&quot;_blank&quot;&gt;Diethard Bougainvillea&#39;s If&lt;/a&gt; (unofficial translation of ディートフリート・ブーゲンビリアIf)&amp;nbsp;&lt;/div&gt;&lt;a href=&quot;https://teck78.blogspot.com/2022/03/the-tailor-and-auto-memories-doll.html&quot; target=&quot;_blank&quot;&gt;The Tailor and the Auto-Memories Doll&lt;/a&gt; (unofficial translation of 仕立て屋と自動手記人形) &lt;br /&gt;&lt;a href=&quot;https://teck78.blogspot.com/2026/01/laura-and-auto-memories-doll-unofficial.html&quot; target=&quot;_blank&quot;&gt;Laura and the Auto-Memories Doll&lt;/a&gt; (unofficial translation of ローラと自動手記人形)&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2026/01/flowers-and-auto-memories-doll.html&quot; target=&quot;_blank&quot;&gt;Flowers and the Auto-Memories Doll&lt;/a&gt; (unofficial translation of 花と自動手記人形)&amp;nbsp;&lt;/div&gt;&amp;nbsp;&lt;div style=&quot;text-align: left;&quot;&gt;Tellsis (Nunkish) translation: &lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/11/decoding-violet-evergarden-postcard.html&quot; target=&quot;_blank&quot;&gt;Decoding the Violet Evergarden postcard&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/08/translating-message-card-from-violet.html&quot; target=&quot;_blank&quot;&gt;Translating the message card from Violet Evergarden Orchestra Concert 2021&lt;/a&gt; &lt;br /&gt;&lt;/div&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/09/last-line-of-violets-final-letter-to.html&quot; target=&quot;_blank&quot;&gt;Last line of Violet&#39;s final letter to Gilbert&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/04/telsis-language-nunkish-translator-with.html&quot; target=&quot;_blank&quot;&gt;My Tellsis language translator in Flutter that runs on Windows, Linux, and Android&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/01/telsis-language-nunkish-translator.html&quot; target=&quot;_blank&quot;&gt;My (old) Python script for translating to and from Tellsis language (Nunkish)&lt;/a&gt; &lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Insights on the movie: &lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/12/was-ecarte-island-based-on-folegandros.html&quot; target=&quot;_blank&quot;&gt;Was Ekarte Island based on Folegandros?&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/12/touching-scenes-in-violet-evergarden.html&quot; target=&quot;_blank&quot;&gt;Touching scenes in &lt;i&gt;Violet Evergarden the Movie&lt;/i&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/12/violet-evergarden-movie-is-story-about.html&quot; target=&quot;_blank&quot;&gt;&lt;i&gt;Violet Evergarden the Movie&lt;/i&gt; is a story about guilt&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/09/story-consistency.html&quot; target=&quot;_blank&quot;&gt;Article about story consistency/inconsistency in &lt;i&gt;Violet Evergarden the Movie&lt;/i&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Audio commentary notes:&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/10/notes-from-violet-evergarden-movies.html&quot; target=&quot;_blank&quot;&gt;Production staff&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/10/notes-from-violet-evergarden-movies_19.html&quot; target=&quot;_blank&quot;&gt;Voice actors&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/10/notes-from-violet-evergarden-movies_22.html&quot; target=&quot;_blank&quot;&gt;Music staff&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2025/05/notes-from-violet-evergarden-tv-series.html&quot; target=&quot;_blank&quot;&gt;Audio commentary notes for TV series&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/06/violet-evergarden.html&quot; target=&quot;_blank&quot;&gt;&lt;i&gt;Violet Evergarden&lt;/i&gt; TV anime series&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;a href=&quot;https://teck78.blogspot.com/search/label/Violet%20Evergarden&quot; target=&quot;_blank&quot;&gt;All posts&lt;/a&gt; related to &lt;i&gt;Violet Evergarden&lt;/i&gt;.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;lt;1&amp;gt; &lt;/div&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/1750860402814825153/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/1750860402814825153' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/1750860402814825153'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/1750860402814825153'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/02/real-violet-snow.html' title='Real &quot;Violet Snow&quot;'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjkeCsUGlmvAQ_j3c3u1x-B9VUgvrSy3KfUZG1x_HYW_4PZJEy84mn_C5QntgQGI77cdVLU18L_Sdi5d_Xr5uXOo4p4bArH8yp0qoWB75QPvoKK5KfKuRtXJScN0g2F4r-uZAC-S1CTMrb8_Vxl7wIhcUeP0UWfQQekHqAWB4Sjiqc_y-EucDLkg/s72-c/PXL_20260207_222654045.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-801209030546374117</id><published>2026-02-08T12:06:00.003+09:00</published><updated>2026-02-08T12:06:18.925+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Miscellaneous"/><title type='text'>Snow day</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;It doesn&#39;t snow often in Yokohama, and even if it does, the snow doesn&#39;t accumulate.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;But not today.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_DOtwaG87MH1fpGyhKoWuRdx3S8itERJs0lOtQMsbNwYer6ZUks2AXNXd4xMkUPK7k8uOxak1_BdmuUfSGb1pb4aWZ_35qN4Crru1PgzZUqxjdegUwFaiULVK4R0TN2jJP0MSfwck8xx9sl_PorBIliCOn_ZsocaHsrZ4Q5kSxruRAwSP_hnytw/s4032/PXL_20260208_021457125.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;4032&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_DOtwaG87MH1fpGyhKoWuRdx3S8itERJs0lOtQMsbNwYer6ZUks2AXNXd4xMkUPK7k8uOxak1_BdmuUfSGb1pb4aWZ_35qN4Crru1PgzZUqxjdegUwFaiULVK4R0TN2jJP0MSfwck8xx9sl_PorBIliCOn_ZsocaHsrZ4Q5kSxruRAwSP_hnytw/s320/PXL_20260208_021457125.jpg&quot; width=&quot;180&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;I could even make a pair of small snowmen.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5a0_QtHlGv5uKssWARnNjTySFQXZfZKtlyQ2s3yHwO3S9zU36Bcr8vHOg-I-xA7DFo5NNFB00tsFf_nJv6TkqcsBUrb-0BmPrFdqpeg17jLDvmsch16o25k-wayp9SYBAOAygYWsEKP2g8Y3CrD-h-RbPIAJMXTGjn-g7FTtQdlXe4Pil-tvu5Q/s1862/PXL_20260208_012841020.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1862&quot; data-original-width=&quot;1742&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5a0_QtHlGv5uKssWARnNjTySFQXZfZKtlyQ2s3yHwO3S9zU36Bcr8vHOg-I-xA7DFo5NNFB00tsFf_nJv6TkqcsBUrb-0BmPrFdqpeg17jLDvmsch16o25k-wayp9SYBAOAygYWsEKP2g8Y3CrD-h-RbPIAJMXTGjn-g7FTtQdlXe4Pil-tvu5Q/s320/PXL_20260208_012841020.jpg&quot; width=&quot;299&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;And there was even a tiny icicle.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPphXkOF_xwaqxDExa3KfXJaPixT5-egfqTFl3Gi0NqYiGGlkqoI8m-BEL8JNLJpSQQD4vtMn8SYK63vhpiDlWjR6fFlgS1Zs4gbDAYsJd6YcuGzmgWN66Jvs4wilOvGYXZVTL1g3fsbiYMslbELi0qXfScenRN2hMbhYPUkrrWw_NiywpQo_phw/s4032/PXL_20260208_015144121.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;4032&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPphXkOF_xwaqxDExa3KfXJaPixT5-egfqTFl3Gi0NqYiGGlkqoI8m-BEL8JNLJpSQQD4vtMn8SYK63vhpiDlWjR6fFlgS1Zs4gbDAYsJd6YcuGzmgWN66Jvs4wilOvGYXZVTL1g3fsbiYMslbELi0qXfScenRN2hMbhYPUkrrWw_NiywpQo_phw/s320/PXL_20260208_015144121.jpg&quot; width=&quot;180&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;And Vivi got a nice layer of snow.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidWkWFiCMCJSAAPNtQJ2htjLAIyiAv0c7qHxEu3THt9rlxMCC_v9GaOqvYoNi4DeqCfF9G_g4a1bhvRKPpNECgiceJ_SRoQ9tqZT857ExuKOzw0hKBr6QkOqZ_1SFqFHmv3OdUIVod__Mdehyphenhyphenu-fURP61f2u9kA5d6HuPpakHQCxKxTrRQzpl89Q/s4032/PXL_20260208_021800979.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2268&quot; data-original-width=&quot;4032&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidWkWFiCMCJSAAPNtQJ2htjLAIyiAv0c7qHxEu3THt9rlxMCC_v9GaOqvYoNi4DeqCfF9G_g4a1bhvRKPpNECgiceJ_SRoQ9tqZT857ExuKOzw0hKBr6QkOqZ_1SFqFHmv3OdUIVod__Mdehyphenhyphenu-fURP61f2u9kA5d6HuPpakHQCxKxTrRQzpl89Q/s320/PXL_20260208_021800979.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0v8_-AyTOtw2ryvn9MrcRfzQ7JQ1kv0jvApp4jq6lAU06wRILu9ohgupUFbo_b5hOf6KKVTl8Ce42Yizs97K4bo8AeSLyboj0Xb62B-gFspcjZX3QzHXo1P7_mmvU2sv-7HLTt4MLD94wjh5dD14dpWiCGVOzMrzzgJRvEmNbo-WmuDcROz4MYw/s4032/PXL_20260208_021810921.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;4032&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0v8_-AyTOtw2ryvn9MrcRfzQ7JQ1kv0jvApp4jq6lAU06wRILu9ohgupUFbo_b5hOf6KKVTl8Ce42Yizs97K4bo8AeSLyboj0Xb62B-gFspcjZX3QzHXo1P7_mmvU2sv-7HLTt4MLD94wjh5dD14dpWiCGVOzMrzzgJRvEmNbo-WmuDcROz4MYw/s320/PXL_20260208_021810921.jpg&quot; width=&quot;180&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;And the violet that bloomed early discovered that spring is not here yet.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfJltCGkExgZMPBAu9owfT-wOyNiyZFImNaB0dkkarw_aB5COkpBTxW6GUzGXaGgD30l3Y240P352Bl7ATmTXFw3-jQNCCaLJXwPzDi5-mIHQxrYGFRk_TX64agNLo2S2bCyrN27FBboDWb4qkgJl7xtPR4POtAdR_TIXpdhMevZgyueVy-Wlkow/s4032/PXL_20260207_222654045.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2268&quot; data-original-width=&quot;4032&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfJltCGkExgZMPBAu9owfT-wOyNiyZFImNaB0dkkarw_aB5COkpBTxW6GUzGXaGgD30l3Y240P352Bl7ATmTXFw3-jQNCCaLJXwPzDi5-mIHQxrYGFRk_TX64agNLo2S2bCyrN27FBboDWb4qkgJl7xtPR4POtAdR_TIXpdhMevZgyueVy-Wlkow/s320/PXL_20260207_222654045.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&amp;nbsp;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/801209030546374117/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/801209030546374117' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/801209030546374117'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/801209030546374117'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/02/snow-day.html' title='Snow day'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_DOtwaG87MH1fpGyhKoWuRdx3S8itERJs0lOtQMsbNwYer6ZUks2AXNXd4xMkUPK7k8uOxak1_BdmuUfSGb1pb4aWZ_35qN4Crru1PgzZUqxjdegUwFaiULVK4R0TN2jJP0MSfwck8xx9sl_PorBIliCOn_ZsocaHsrZ4Q5kSxruRAwSP_hnytw/s72-c/PXL_20260208_021457125.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-4249604511035748718</id><published>2026-01-31T22:36:00.013+09:00</published><updated>2026-01-31T22:36:00.134+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Calligraphy"/><title type='text'>January 2026 miscellaneous calligraphy pieces</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;These are some other calligraphy pieces that I wrote in January 2026.&amp;nbsp;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;I hope that I can one day write something for the Singapore navy. I don&#39;t know if it would be nicer to have a vertical or a horizontal version, so I tried writing both.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNBvXqQqlkqnkX-Ut9DEtnaR1vcwAbR-uT6G0TK7qqlFBIRLQqjJHJJfTlsO8JmdOd4sYzW08cu8KpUEFT5tmjdk_FJXj5zv4fFUpoPWbrh9-AbpWszb3NzsksVbIb0efmxiRQCdt9G_FAR1xJ3BzEN97QtfhYsIuy0b4_DQwG_Za8wP1-Gtcp7Q/s3575/PXL_20260112_082035101-EDIT.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;978&quot; data-original-width=&quot;3575&quot; height=&quot;88&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNBvXqQqlkqnkX-Ut9DEtnaR1vcwAbR-uT6G0TK7qqlFBIRLQqjJHJJfTlsO8JmdOd4sYzW08cu8KpUEFT5tmjdk_FJXj5zv4fFUpoPWbrh9-AbpWszb3NzsksVbIb0efmxiRQCdt9G_FAR1xJ3BzEN97QtfhYsIuy0b4_DQwG_Za8wP1-Gtcp7Q/s320/PXL_20260112_082035101-EDIT.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjerLKtTUIrxz_TPD6ftc7H8kpIi_9a4tZdR9ujdRm1IilPaWGGEvo76D6apxDRw0bsAVtJUeX9Wd0Coewzd69xPsOYi9GQSEUjD2KkY8aqjxSbQWGCBpdb7cqMIt4XUPuWqcR7oEVaz25eb6ln4ZJPxe0uceAeUI40BKQKc9V-Ahyo17y_Jup_IQ/s3605/PXL_20260112_082035101.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3605&quot; data-original-width=&quot;969&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjerLKtTUIrxz_TPD6ftc7H8kpIi_9a4tZdR9ujdRm1IilPaWGGEvo76D6apxDRw0bsAVtJUeX9Wd0Coewzd69xPsOYi9GQSEUjD2KkY8aqjxSbQWGCBpdb7cqMIt4XUPuWqcR7oEVaz25eb6ln4ZJPxe0uceAeUI40BKQKc9V-Ahyo17y_Jup_IQ/s320/PXL_20260112_082035101.jpg&quot; width=&quot;86&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Otherwise, January was mostly spent preparing for the exhibition deadlines in April, May, and maybe in June.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_HsK5aTGVIebNifsLl1pK6NBVFUBSGZcCOMiZlWouNkx7EUiR4End-1isomPTK8NVPV-ox8wXGz4gAveNHLkkj5I5looQCqxU2BLQxComot-QWdaMyCh_lnm1M6AdG363X2gzZgib3lCKX2BRAR-byUZI6Xn4IHzMW66Md88z2HKCjqoEy77lFw/s4032/PXL_20260117_134657002.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2268&quot; data-original-width=&quot;4032&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_HsK5aTGVIebNifsLl1pK6NBVFUBSGZcCOMiZlWouNkx7EUiR4End-1isomPTK8NVPV-ox8wXGz4gAveNHLkkj5I5looQCqxU2BLQxComot-QWdaMyCh_lnm1M6AdG363X2gzZgib3lCKX2BRAR-byUZI6Xn4IHzMW66Md88z2HKCjqoEy77lFw/s320/PXL_20260117_134657002.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6usuFFw4uehAXQ0xert0GnyLNC0nWcov8qQJCfMLItUylwHHk88PBSwF7aq6XQXoQysnneKP4BEzlmJhCKya_yNqjfxPLeSU6LQHpurj081eIy4gr_ZiYr_tZWWxT8-mKhzPJELYbCN5xtgu6Ti6mFyihQE7Q-uGOpvqCrTGl_aD4eiqIQYjTTA/s4032/PXL_20260118_135314962.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2268&quot; data-original-width=&quot;4032&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6usuFFw4uehAXQ0xert0GnyLNC0nWcov8qQJCfMLItUylwHHk88PBSwF7aq6XQXoQysnneKP4BEzlmJhCKya_yNqjfxPLeSU6LQHpurj081eIy4gr_ZiYr_tZWWxT8-mKhzPJELYbCN5xtgu6Ti6mFyihQE7Q-uGOpvqCrTGl_aD4eiqIQYjTTA/s320/PXL_20260118_135314962.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;br /&gt;&lt;a href=&quot;https://teck78.blogspot.com/2025/12/december-2025-miscellaneous-calligraphy.html&quot;&gt;December 2025 miscellaneous calligraphy pieces&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/4249604511035748718/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/4249604511035748718' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/4249604511035748718'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/4249604511035748718'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/01/january-2026-miscellaneous-calligraphy.html' title='January 2026 miscellaneous calligraphy pieces'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNBvXqQqlkqnkX-Ut9DEtnaR1vcwAbR-uT6G0TK7qqlFBIRLQqjJHJJfTlsO8JmdOd4sYzW08cu8KpUEFT5tmjdk_FJXj5zv4fFUpoPWbrh9-AbpWszb3NzsksVbIb0efmxiRQCdt9G_FAR1xJ3BzEN97QtfhYsIuy0b4_DQwG_Za8wP1-Gtcp7Q/s72-c/PXL_20260112_082035101-EDIT.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-2068755160280619795</id><published>2026-01-31T08:30:00.001+09:00</published><updated>2026-01-31T08:30:00.111+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Calligraphy"/><title type='text'>January 2026 calligraphy &quot;homework&quot;</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;The &quot;homework&quot; pieces that I submitted for January 2026.&lt;br /&gt;&lt;br /&gt;Hanshi kanji 半紙漢字: 長歌吟松風&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgus6yaVsZa4G3kJzqNfDCH8FBnOjwuZHTFyKQsQ3vBIA_9PeyLGpfPseRcDa6RMxwTk-WGEU5tLf-Ih_joDV2hoZ2wUWDOlNRgpyL19O0LvQwqHhqNqyAZyi2mA8CCZ-r1fFshux00XTDE7Fl6VzHh6TluZVziBuHMRPr3sMvtMH-KkZskBvCkSA/s2866/PXL_20251224_050100393.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2866&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgus6yaVsZa4G3kJzqNfDCH8FBnOjwuZHTFyKQsQ3vBIA_9PeyLGpfPseRcDa6RMxwTk-WGEU5tLf-Ih_joDV2hoZ2wUWDOlNRgpyL19O0LvQwqHhqNqyAZyi2mA8CCZ-r1fFshux00XTDE7Fl6VzHh6TluZVziBuHMRPr3sMvtMH-KkZskBvCkSA/s320/PXL_20251224_050100393.jpg&quot; width=&quot;253&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;br /&gt;Single character 一字: 算&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2X8Kc0HUzDjQVRWsgcRYGRX0GZbgTsJYN6uPAbK1IJ15su6kFDjfodpO7ZUBu7vo0kCKm9nBPh-Fg1NZ5NIVhWK_zBTGDTpNjrZFlqo9C_nY3z4GYmC6EiZgPc1PJd-J5UJTcHJt9pDXx9kW97rZRNaugVOdCVjNBxGbf1UoJX2QXYb6Zyg_QPw/s2313/PXL_20251224_045846029.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2313&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2X8Kc0HUzDjQVRWsgcRYGRX0GZbgTsJYN6uPAbK1IJ15su6kFDjfodpO7ZUBu7vo0kCKm9nBPh-Fg1NZ5NIVhWK_zBTGDTpNjrZFlqo9C_nY3z4GYmC6EiZgPc1PJd-J5UJTcHJt9pDXx9kW97rZRNaugVOdCVjNBxGbf1UoJX2QXYb6Zyg_QPw/s320/PXL_20251224_045846029.jpg&quot; width=&quot;314&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;br /&gt;Hansetsu kanji 半切漢字: 氷花看晩浄 風葉識天寒&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLMRBSfZXyxNUbz9x99SZTD1qsWG44I4X3CKdxzaw4gaqZkD-9Xmovk9rHhij9ggPC3rY2araSv3N8KhKWau_5DR8oZlgVaULVJGzFj6Vn-aSasW7FFidSUoxUo2Jx7XC0Ux1tvetDBM4xKsugDwoW3BihEFZfelAEvkih-wF7CDsY5Lol8wrO8A/s3181/PXL_20251224_045739926.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3181&quot; data-original-width=&quot;883&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLMRBSfZXyxNUbz9x99SZTD1qsWG44I4X3CKdxzaw4gaqZkD-9Xmovk9rHhij9ggPC3rY2araSv3N8KhKWau_5DR8oZlgVaULVJGzFj6Vn-aSasW7FFidSUoxUo2Jx7XC0Ux1tvetDBM4xKsugDwoW3BihEFZfelAEvkih-wF7CDsY5Lol8wrO8A/s320/PXL_20251224_045739926.jpg&quot; width=&quot;89&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;br /&gt;Unsubmitted pieces:&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIY2V0tY_aaiXHlr1JZPDVERVvU5f_gsQhIXMVczixXAo0e8zOGj_MBzdL4oiLpaBbX12aD2jx0qsB8DImGFjFrCy8T200xmf5gyC0v18Fmjc1C7jcHRZVpB8q6rqOGqVQfyPn_RNd5aKNfh3fm35yE6HqdmxzwaFbM3U1MBTpPg34eiDuxwBAiA/s3259/PXL_20251224_045739926-EDIT.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3259&quot; data-original-width=&quot;906&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIY2V0tY_aaiXHlr1JZPDVERVvU5f_gsQhIXMVczixXAo0e8zOGj_MBzdL4oiLpaBbX12aD2jx0qsB8DImGFjFrCy8T200xmf5gyC0v18Fmjc1C7jcHRZVpB8q6rqOGqVQfyPn_RNd5aKNfh3fm35yE6HqdmxzwaFbM3U1MBTpPg34eiDuxwBAiA/s320/PXL_20251224_045739926-EDIT.jpg&quot; width=&quot;89&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWO-NJ8BBNVhXO_WQBbb0hSkCiUORBJSy1WXnWH1s51FNG8FAtj8Y6S8YaAtCE6eHoops-LQWrS9VMj6vU74QYPyfJAcdUbE_TODjnTqO4smijXXkqMO8jfuNXxd-DSiXClsR1IrdK-qmEAETbiSpZ9bqn2ZDKXW-9ldaECXkhUZErWhvsxUD4gw/s2411/PXL_20251224_045828808.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2411&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWO-NJ8BBNVhXO_WQBbb0hSkCiUORBJSy1WXnWH1s51FNG8FAtj8Y6S8YaAtCE6eHoops-LQWrS9VMj6vU74QYPyfJAcdUbE_TODjnTqO4smijXXkqMO8jfuNXxd-DSiXClsR1IrdK-qmEAETbiSpZ9bqn2ZDKXW-9ldaECXkhUZErWhvsxUD4gw/s320/PXL_20251224_045828808.jpg&quot; width=&quot;301&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEic-7R226DVKfbtoIdwpoU6LxWdFdmAvbGosqTUXwZseBazF87p3CTRjAgz-5Polz7HeKhW-AIvVg4sh6ZYZKs5UiG2BoFmrIvyKLJhWJz5zDYf_AYyaF-QhzaXqzrilh81V5yjqdzQaqEnqRYbXvnYKFwzZoztgK50uF1E6ruXxWEbIOv1MyC4IA/s2887/PXL_20251224_050043963.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2887&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEic-7R226DVKfbtoIdwpoU6LxWdFdmAvbGosqTUXwZseBazF87p3CTRjAgz-5Polz7HeKhW-AIvVg4sh6ZYZKs5UiG2BoFmrIvyKLJhWJz5zDYf_AYyaF-QhzaXqzrilh81V5yjqdzQaqEnqRYbXvnYKFwzZoztgK50uF1E6ruXxWEbIOv1MyC4IA/s320/PXL_20251224_050043963.jpg&quot; width=&quot;251&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;December 2025 calligraphy &quot;homework&quot;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/2068755160280619795/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/2068755160280619795' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/2068755160280619795'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/2068755160280619795'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/01/january-2026-calligraphy-homework.html' title='January 2026 calligraphy &quot;homework&quot;'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgus6yaVsZa4G3kJzqNfDCH8FBnOjwuZHTFyKQsQ3vBIA_9PeyLGpfPseRcDa6RMxwTk-WGEU5tLf-Ih_joDV2hoZ2wUWDOlNRgpyL19O0LvQwqHhqNqyAZyi2mA8CCZ-r1fFshux00XTDE7Fl6VzHh6TluZVziBuHMRPr3sMvtMH-KkZskBvCkSA/s72-c/PXL_20251224_050100393.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-1986205321161373194</id><published>2026-01-24T18:30:00.002+09:00</published><updated>2026-01-25T14:03:46.791+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Calligraphy"/><title type='text'> 42nd New Year Exhibition of Sankei Sho International Association 第42回産経国際書展 新春展</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;My &lt;a href=&quot;https://teck78.blogspot.com/2025/11/four-down.html&quot; target=&quot;_blank&quot;&gt;last submission for 2025&lt;/a&gt;&amp;nbsp;is being exhibited at the 42nd New Year Exhibition of Sankei Sho International Association 第42回&lt;a href=&quot;https://www.sankei-shokai.jp/sinen/&quot; target=&quot;_blank&quot;&gt;産経国際書展 新春展&lt;/a&gt;, and I found time to go take a look.&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtarUPrV-oR4W29vKMZa8DGHoryzS7r4duX6O8xjxrhyphenhyphenAqu4TS8Jlz0cs5PvAolrHSGD5g8BiaLHBRCAptjniCbHa9DH7_mbQwASrV7eLBu6N9-C13DAnwUH_GYBwdwJCz7xYv2xG1-S5gIDMcCd4EoMQ8oEjoDX1uEWaNTP6gZxZvUwD6OYVTTA/s4032/PXL_20260124_071546560.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2268&quot; data-original-width=&quot;4032&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtarUPrV-oR4W29vKMZa8DGHoryzS7r4duX6O8xjxrhyphenhyphenAqu4TS8Jlz0cs5PvAolrHSGD5g8BiaLHBRCAptjniCbHa9DH7_mbQwASrV7eLBu6N9-C13DAnwUH_GYBwdwJCz7xYv2xG1-S5gIDMcCd4EoMQ8oEjoDX1uEWaNTP6gZxZvUwD6OYVTTA/s320/PXL_20260124_071546560.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;The exhibition is being held 
at &lt;a href=&quot;https://www.nact.jp/english/&quot; target=&quot;_blank&quot;&gt;The National Art Center, Tokyo&lt;/a&gt;
 (国立新美術館). Instead of going from Roppongi Station, this time, I came in from Nogisaka Station.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;The exhibition is mostly for members of the Sankei Sho International 
Association, who get to display their works in different sizes, 
including very big pieces.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtOtt1ioqs9QtoV-siq7ZTF_4yULjqxIiAlrXjGMvXpoqxH2XiqlJTc1JckTQuvQjsFYjNYUkUumCHH6Ri-J344P8hkfDrWB4LRoi0iAtSsIImLD4dzXruTxqdCHR0e70RHFxT_XsqhnhQp_URXWx6Xc0NrJNGkvladXybDQjZfHajMLW3pjjrew/s4032/PXL_20260124_071740774.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2268&quot; data-original-width=&quot;4032&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtOtt1ioqs9QtoV-siq7ZTF_4yULjqxIiAlrXjGMvXpoqxH2XiqlJTc1JckTQuvQjsFYjNYUkUumCHH6Ri-J344P8hkfDrWB4LRoi0iAtSsIImLD4dzXruTxqdCHR0e70RHFxT_XsqhnhQp_URXWx6Xc0NrJNGkvladXybDQjZfHajMLW3pjjrew/s320/PXL_20260124_071740774.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghv0f6O7zaliPJqHeLQY2FOGlG09d-xmK6yneGJneJvkQ7hz8CU0dSVa1mTfTsPlSjJFHuGYARqf7hUoXuf1atGt6KG0wKaOWGOGJe6oK8B0OXwAzw5a9HsKNC1l-rjcG9JYs5Of7b4o4Ii-t4jI6qxa1y_Ez7As0XTB1QTf0U7u0T5W72DSgqFg/s4032/PXL_20260124_072127214.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2268&quot; data-original-width=&quot;4032&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghv0f6O7zaliPJqHeLQY2FOGlG09d-xmK6yneGJneJvkQ7hz8CU0dSVa1mTfTsPlSjJFHuGYARqf7hUoXuf1atGt6KG0wKaOWGOGJe6oK8B0OXwAzw5a9HsKNC1l-rjcG9JYs5Of7b4o4Ii-t4jI6qxa1y_Ez7As0XTB1QTf0U7u0T5W72DSgqFg/s320/PXL_20260124_072127214.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixoyJw_Z95lzly066c-Y2CFDcOYKELJN_XhNK8hHbQdIWikeaGtfdNBL5veEL0QcI0w0zewP8cLO3YVQnyYI9lIi4vgf9xj2TXdrE2N_AQj1KCNPTMcIi1OcFF-WsyCYG_ohFoGZs8cIYdzQnlkX58Auf_s2ogRAGChs874brTo6KkGpwJt2hE_A/s4032/PXL_20260124_072851403.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2268&quot; data-original-width=&quot;4032&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixoyJw_Z95lzly066c-Y2CFDcOYKELJN_XhNK8hHbQdIWikeaGtfdNBL5veEL0QcI0w0zewP8cLO3YVQnyYI9lIi4vgf9xj2TXdrE2N_AQj1KCNPTMcIi1OcFF-WsyCYG_ohFoGZs8cIYdzQnlkX58Auf_s2ogRAGChs874brTo6KkGpwJt2hE_A/s320/PXL_20260124_072851403.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;To meet the art museum&#39;s criteria for public exhibitions, it also 
accepted submissions from the general public. As usual, these submissions are 
smaller and cramped together like this.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6VASxx9z6L7SiHwJOib6bO966a3W7SNTZI1S4rm_GIH70NFFKSs5TdsUbhgxi6DSmc805hoc_etJwpp5dqy4x6peCPpN8hY2LAG4Z1aSqoBveN3yTOHjxr4xr__jkeKylU-onFQjEZsTbd24GZQjNN0cBTVVEZEB4UrILaP7DGYgR1qf9kpzc-w/s4032/PXL_20260124_073812103.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2268&quot; data-original-width=&quot;4032&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6VASxx9z6L7SiHwJOib6bO966a3W7SNTZI1S4rm_GIH70NFFKSs5TdsUbhgxi6DSmc805hoc_etJwpp5dqy4x6peCPpN8hY2LAG4Z1aSqoBveN3yTOHjxr4xr__jkeKylU-onFQjEZsTbd24GZQjNN0cBTVVEZEB4UrILaP7DGYgR1qf9kpzc-w/s320/PXL_20260124_073812103.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;This is my work, which uses the character for horse 馬 as it is the Year of the Horse.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEilX_ISgcqZrjdxJPjXgBo_F1AgIVhSkR0IM7B02nyZnofD3LuO_4p_9nJM5UcNPsFJYVEMsSweOa3rq7-U5VvVRINr-54UK2Gaa0FxaUpnpnT-0bafOrUk525wElCQL_PWEm67cohlWHkklIldIjnHTSVCETULrenaqzygaRptc1_XrkVzpOIQ/s1920/PXL_20260124_074402805~2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1920&quot; data-original-width=&quot;731&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEilX_ISgcqZrjdxJPjXgBo_F1AgIVhSkR0IM7B02nyZnofD3LuO_4p_9nJM5UcNPsFJYVEMsSweOa3rq7-U5VvVRINr-54UK2Gaa0FxaUpnpnT-0bafOrUk525wElCQL_PWEm67cohlWHkklIldIjnHTSVCETULrenaqzygaRptc1_XrkVzpOIQ/s320/PXL_20260124_074402805~2.jpg&quot; width=&quot;122&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjaWsN3xkuATOwlGaqADfKGm6PZamTy5vXopXew_OfX-pDy-bYYjC8yKwQRTVez0cgDDQproIp7TSTkqjiDZBuoRVoV8CZzOyHMLsXV_Ff0OsCafxr1F8ZbotOJgJn4gIKnufPcDj2V6HrGcZABGwHw7Y7cdGHkoQE4XinJMolnMEDZwzRFBWZqKA/s4032/PXL_20260124_074402805.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;4032&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjaWsN3xkuATOwlGaqADfKGm6PZamTy5vXopXew_OfX-pDy-bYYjC8yKwQRTVez0cgDDQproIp7TSTkqjiDZBuoRVoV8CZzOyHMLsXV_Ff0OsCafxr1F8ZbotOJgJn4gIKnufPcDj2V6HrGcZABGwHw7Y7cdGHkoQE4XinJMolnMEDZwzRFBWZqKA/s320/PXL_20260124_074402805.jpg&quot; width=&quot;180&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;The 48th Exhibition of International Calligraphy and Ink Painting 第48回 &lt;a href=&quot;https://www.shubi.jp/kokusai/shogaten/shogaten.htm&quot; target=&quot;_blank&quot;&gt;國際書画展&lt;/a&gt;&amp;nbsp;did not charge any admission fees, so I went to take a look again. It had both calligraphy and ink paintings on display. The ink paintings 
were also not the plain black and white ones too. There were all kinds 
of colourful paintings.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhiVu_yEKEz1hM1DzKwqrXS3u8Q_H45dcK35USVtxjnJiCss_7Q_muQDdNhLQcfCpAwqYNoUOfekUfxA2WlJQr3gWOBQ8Y-axrkUOGX15MVM-7gy6xlhus0oNlyCKb8RmJtRRRKtXSwCylu8XtlcrsC0-zaJePOUiYNAOTJ1YMzUTDZ3ql8miL8Ig/s4032/PXL_20260124_074931091.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;4032&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhiVu_yEKEz1hM1DzKwqrXS3u8Q_H45dcK35USVtxjnJiCss_7Q_muQDdNhLQcfCpAwqYNoUOfekUfxA2WlJQr3gWOBQ8Y-axrkUOGX15MVM-7gy6xlhus0oNlyCKb8RmJtRRRKtXSwCylu8XtlcrsC0-zaJePOUiYNAOTJ1YMzUTDZ3ql8miL8Ig/s320/PXL_20260124_074931091.jpg&quot; width=&quot;180&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkw24Ew2KyBCEVmiJOvoAcGsrTy2OhkEIZeVrP77XdHyhdddzdg2OkjnefoRx5NGL4uHfvkGqG3o_sjnZRVH2dXJjOtSkXlzckgf7PZ_GfEeMCOLEEAB5xPqQKQodvum-1mDlmIKLhoTpl0l_2AhDvnTK-_l4W9A3bhBumZO3FMkTM_IUWRcmiXA/s4032/PXL_20260124_075112405.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2268&quot; data-original-width=&quot;4032&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkw24Ew2KyBCEVmiJOvoAcGsrTy2OhkEIZeVrP77XdHyhdddzdg2OkjnefoRx5NGL4uHfvkGqG3o_sjnZRVH2dXJjOtSkXlzckgf7PZ_GfEeMCOLEEAB5xPqQKQodvum-1mDlmIKLhoTpl0l_2AhDvnTK-_l4W9A3bhBumZO3FMkTM_IUWRcmiXA/s320/PXL_20260124_075112405.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-vhiKQvfq9ndB4DhiaQASJ0Vx6itcAm3Bx2iolimgC4T4CpbdC4gpuzURcVReVlAAklxdqZmQNOf_uqczn9LIhbWynn5qAtb3NBS7Ej9BJzGwYSWhooHdRI3ceOBMN-6y3xT1ewd9SMX2FrxCedCDZf6k6hwDLTVJmt_wHD2CeRSiSC91Z6gdyw/s4032/PXL_20260124_075253252.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2268&quot; data-original-width=&quot;4032&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-vhiKQvfq9ndB4DhiaQASJ0Vx6itcAm3Bx2iolimgC4T4CpbdC4gpuzURcVReVlAAklxdqZmQNOf_uqczn9LIhbWynn5qAtb3NBS7Ej9BJzGwYSWhooHdRI3ceOBMN-6y3xT1ewd9SMX2FrxCedCDZf6k6hwDLTVJmt_wHD2CeRSiSC91Z6gdyw/s320/PXL_20260124_075253252.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh10wbIL9GCu0bLcxdmoIwEfjHHi03v_fZlNVC0fCnJsbxzgaWMyiONV0GCrE1YDUDqV8iOOWGa6_0CfUgzzW1UaBJLiTSDcGnxM4jy7-zoRCHF6epABCs8IIcmIXrOdWv8kkzq4txzEmUF_L532MrbmHlnw4PzmMQpT-8tZcwzsb3kcsdsgXHotg/s4032/PXL_20260124_075626867.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2268&quot; data-original-width=&quot;4032&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh10wbIL9GCu0bLcxdmoIwEfjHHi03v_fZlNVC0fCnJsbxzgaWMyiONV0GCrE1YDUDqV8iOOWGa6_0CfUgzzW1UaBJLiTSDcGnxM4jy7-zoRCHF6epABCs8IIcmIXrOdWv8kkzq4txzEmUF_L532MrbmHlnw4PzmMQpT-8tZcwzsb3kcsdsgXHotg/s320/PXL_20260124_075626867.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Time to go back to work on my submissions for 2026!&amp;nbsp;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/1986205321161373194/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/1986205321161373194' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/1986205321161373194'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/1986205321161373194'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/01/42nd-new-year-exhibition-of-sankei-sho.html' title=' 42nd New Year Exhibition of Sankei Sho International Association 第42回産経国際書展 新春展'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtarUPrV-oR4W29vKMZa8DGHoryzS7r4duX6O8xjxrhyphenhyphenAqu4TS8Jlz0cs5PvAolrHSGD5g8BiaLHBRCAptjniCbHa9DH7_mbQwASrV7eLBu6N9-C13DAnwUH_GYBwdwJCz7xYv2xG1-S5gIDMcCd4EoMQ8oEjoDX1uEWaNTP6gZxZvUwD6OYVTTA/s72-c/PXL_20260124_071546560.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-590678038786310339</id><published>2026-01-14T09:00:00.003+09:00</published><updated>2026-01-14T14:17:45.003+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Violet Evergarden"/><category scheme="http://www.blogger.com/atom/ns#" term="Works"/><title type='text'>Flowers and the Auto-Memories Doll (unofficial translation of 花と自動手記人形)</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvyVL-tAnbMDdIDCuSUFMhtujdJ2ppoz7YdEydyYrryEjIIf4iwvSV7cd35hM5pBX0xI_PscM_0I9W4o5zje4xfmEZ522h6IA7XBs3ra5nh4ecp3ltnyj1t2L3dh-Tso1NP7-xXlYTag9F1A7WhuKeITL6f0R7CZpDOsGw748tGeZn6Vnn3lGXqw/s2665/PXL_20251224_054700317.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2665&quot; data-original-width=&quot;1899&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvyVL-tAnbMDdIDCuSUFMhtujdJ2ppoz7YdEydyYrryEjIIf4iwvSV7cd35hM5pBX0xI_PscM_0I9W4o5zje4xfmEZ522h6IA7XBs3ra5nh4ecp3ltnyj1t2L3dh-Tso1NP7-xXlYTag9F1A7WhuKeITL6f0R7CZpDOsGw748tGeZn6Vnn3lGXqw/s320/PXL_20251224_054700317.jpg&quot; width=&quot;228&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;i style=&quot;color: #800180;&quot;&gt;Work in progress (placeholder):&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;i style=&quot;color: #800180;&quot;&gt;I
 was going to work on this fan translation but work came in and I had to put this on hold. But there are probably fans who look forward to it, so I am putting a placeholder here and will gradually update it when I have time to work on it. When it is done, I will remove this note.&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;This is an unofficial translation of the chapter 花と自動手記人形 (Flowers and the Auto-Memories Doll) found in the compendium&amp;nbsp;&lt;i&gt;&lt;a href=&quot;https://teck78.blogspot.com/2025/12/Violet%20Evergarden%20light%20novel%2010th%20anniversary%20book&quot;&gt;Violet Evergarden The Anniversary -Flower-&lt;/a&gt;&lt;/i&gt;&amp;nbsp;(the compendium brings together all four volumes of the light novel series, together with two new chapters). I am sharing my translation so that fans who do not understand Japanese can read it.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Note:
 The rights to the original work belong to the author Akatsuki Kana and 
Kyoto Animation. While this unofficial translation is being shared under
 fair use, I will remove it if it comes to my knowledge that this 
translation is being misused or if there is any infringement of the 
copyright owners&#39; rights.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;(You can find all my posts related to &lt;i&gt;Violet Evergarden&lt;/i&gt; &lt;a href=&quot;https://teck78.blogspot.com/search/label/Violet%20Evergarden&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;, including my &lt;a href=&quot;https://teck78.blogspot.com/2020/11/violet-evergarden-movie-2020-review.html&quot; target=&quot;_blank&quot;&gt;review&lt;/a&gt; of &lt;i&gt;Violet Evergarden the Movie&lt;/i&gt; that debut in 2020 after watching it 14 times, my translation of the &lt;a href=&quot;https://teck78.blogspot.com/2025/12/messages-in-violet-evergarden.html&quot;&gt;messages&lt;/a&gt; from author Akatsuki Kana and illustrator Takase Akiko found in this new compendium, my Tellsis language translator in &lt;a href=&quot;https://teck78.blogspot.com/2021/04/telsis-language-nunkish-translator-with.html&quot; target=&quot;_blank&quot;&gt;Flutter&lt;/a&gt; and &lt;a href=&quot;https://teck78.blogspot.com/2021/01/telsis-language-nunkish-translator.html&quot; target=&quot;_blank&quot;&gt;Python&lt;/a&gt;, my &lt;a href=&quot;https://teck78.blogspot.com/2020/12/violet-evergarden-movie-is-story-about.html&quot; target=&quot;_blank&quot;&gt;thoughts&lt;/a&gt; about the portrayal of guilt in &lt;i&gt;Violet Evergarden&lt;/i&gt;, summary of production crew events, etc.)&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;--------------------------------------------&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;b&gt;Flowers and the Auto-Memories Doll&lt;/b&gt;&lt;/div&gt;by Akatsuki Kana &lt;div style=&quot;text-align: left;&quot;&gt;&lt;b&gt;花と自動手記人形&lt;/b&gt;&lt;/div&gt;暁 佳奈&lt;br /&gt;--------------------------------------------&lt;/div&gt;&lt;br /&gt;&amp;lt;Main text&amp;gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;lt;Placeholder&amp;gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;color: #800180;&quot;&gt;&amp;lt;Work in progress: To be continued&amp;gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;--------------------------------------------&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;br /&gt;&lt;div style=&quot;text-align: left;&quot;&gt;This is a &lt;a href=&quot;https://teck78.blogspot.com/2021/08/list-of-violet-evergarden-short-stories.html&quot; target=&quot;_blank&quot;&gt;list of Violet Evergarden short stories&lt;/a&gt;
 that have been written by author Akatsuki Kana, with links to fan 
translations (when available). I hope you enjoyed these two short 
stories as much as I did.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;My overall thoughts on &lt;a href=&quot;https://teck78.blogspot.com/2020/11/violet-evergarden-movie-2020-review.html&quot; target=&quot;_blank&quot;&gt;&lt;i&gt;Violet Evergarden The Movie&lt;/i&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Events:&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/09/watching-violet-evergarden-movie-again.html&quot; target=&quot;_blank&quot;&gt;First cast greeting event for &lt;i&gt;Violet Evergarden the Movie&lt;/i&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/10/violet-evergarden-movie-cast-greeting.html&quot; target=&quot;_blank&quot;&gt;&lt;i&gt;Violet Evergarden the Movie&lt;/i&gt;: Cast greeting event to thank fans&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/12/production-staff-event-at-screening-of.html&quot; target=&quot;_blank&quot;&gt;Production staff event at screening of &lt;i&gt;Violet Evergarden the Movie&lt;/i&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/12/letter-of-appreciation-from-violet.html&quot; target=&quot;_blank&quot;&gt;Letter of appreciation from Violet Evergarden&#39;s author Akatsuki Kana&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/08/violet-evergarden-orchestra-concert-2021.html&quot; target=&quot;_blank&quot;&gt;Post on Violet Evergarden Orchestra Concert 2021&lt;/a&gt; &lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2025/05/report-sumire-philharmonic-orchestras.html&quot; target=&quot;_blank&quot;&gt;Post on Sumire Philharmonic Orchestra&#39;s Violet Evergarden (unofficial) orchestra concert&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Translations of short stories:&lt;br /&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/03/gilbert-bougainvillea-and-fleeting.html&quot; target=&quot;_blank&quot;&gt;Gilbert Bougainvillea and the Fleeting Dream&lt;/a&gt; (unofficial translation of &quot;ギルベルト・ブーゲンビリアと儚い夢&quot;)&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/08/violet-evergarden-short-stories-logbook.html&quot; target=&quot;_blank&quot;&gt;Violet Evergarden short stories: &quot;Logbook entry&quot; and &quot;Diary entry&quot;&lt;/a&gt; (unofficial translation)&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2022/01/the-starry-night-and-lonely-two.html&quot; target=&quot;_blank&quot;&gt;The Starry Night and the Lonely Two&lt;/a&gt; (unofficial translation of 星降りの夜とさみしいふたり) &lt;br /&gt;&lt;/div&gt;&lt;a href=&quot;https://teck78.blogspot.com/2022/02/dietfried-bougainvilleas-if-unofficial.html&quot; target=&quot;_blank&quot;&gt;Diethard Bougainvillea&#39;s If&lt;/a&gt; (unofficial translation of ディートフリート・ブーゲンビリアIf)&amp;nbsp;&lt;/div&gt;&lt;a href=&quot;https://teck78.blogspot.com/2022/03/the-tailor-and-auto-memories-doll.html&quot; target=&quot;_blank&quot;&gt;The Tailor and the Auto-Memories Doll&lt;/a&gt; (unofficial translation of 仕立て屋と自動手記人形) &lt;br /&gt;&lt;a href=&quot;https://teck78.blogspot.com/2026/01/laura-and-auto-memories-doll-unofficial.html&quot; target=&quot;_blank&quot;&gt;Laura and the Auto-Memories Doll&lt;/a&gt; (unofficial translation of ローラと自動手記人形)&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2026/01/flowers-and-auto-memories-doll.html&quot; target=&quot;_blank&quot;&gt;Flowers and the Auto-Memories Doll&lt;/a&gt; (unofficial translation of 花と自動手記人形)&amp;nbsp;&lt;/div&gt;&amp;nbsp;&lt;div style=&quot;text-align: left;&quot;&gt;Tellsis (Nunkish) translation: &lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/11/decoding-violet-evergarden-postcard.html&quot; target=&quot;_blank&quot;&gt;Decoding the Violet Evergarden postcard&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/08/translating-message-card-from-violet.html&quot; target=&quot;_blank&quot;&gt;Translating the message card from Violet Evergarden Orchestra Concert 2021&lt;/a&gt; &lt;br /&gt;&lt;/div&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/09/last-line-of-violets-final-letter-to.html&quot; target=&quot;_blank&quot;&gt;Last line of Violet&#39;s final letter to Gilbert&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/04/telsis-language-nunkish-translator-with.html&quot; target=&quot;_blank&quot;&gt;My Tellsis language translator in Flutter that runs on Windows, Linux, and Android&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/01/telsis-language-nunkish-translator.html&quot; target=&quot;_blank&quot;&gt;My (old) Python script for translating to and from Tellsis language (Nunkish)&lt;/a&gt; &lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Insights on the movie: &lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/12/was-ecarte-island-based-on-folegandros.html&quot; target=&quot;_blank&quot;&gt;Was Ekarte Island based on Folegandros?&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/12/touching-scenes-in-violet-evergarden.html&quot; target=&quot;_blank&quot;&gt;Touching scenes in &lt;i&gt;Violet Evergarden the Movie&lt;/i&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/12/violet-evergarden-movie-is-story-about.html&quot; target=&quot;_blank&quot;&gt;&lt;i&gt;Violet Evergarden the Movie&lt;/i&gt; is a story about guilt&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/09/story-consistency.html&quot; target=&quot;_blank&quot;&gt;Article about story consistency/inconsistency in &lt;i&gt;Violet Evergarden the Movie&lt;/i&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Audio commentary notes:&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/10/notes-from-violet-evergarden-movies.html&quot; target=&quot;_blank&quot;&gt;Production staff&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/10/notes-from-violet-evergarden-movies_19.html&quot; target=&quot;_blank&quot;&gt;Voice actors&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/10/notes-from-violet-evergarden-movies_22.html&quot; target=&quot;_blank&quot;&gt;Music staff&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2025/05/notes-from-violet-evergarden-tv-series.html&quot; target=&quot;_blank&quot;&gt;Audio commentary notes for TV series&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/06/violet-evergarden.html&quot; target=&quot;_blank&quot;&gt;&lt;i&gt;Violet Evergarden&lt;/i&gt; TV anime series&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;a href=&quot;https://teck78.blogspot.com/search/label/Violet%20Evergarden&quot; target=&quot;_blank&quot;&gt;All posts&lt;/a&gt; related to &lt;i&gt;Violet Evergarden&lt;/i&gt;.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;lt;1&amp;gt; &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/590678038786310339/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/590678038786310339' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/590678038786310339'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/590678038786310339'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/01/flowers-and-auto-memories-doll.html' title='Flowers and the Auto-Memories Doll (unofficial translation of 花と自動手記人形)'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvyVL-tAnbMDdIDCuSUFMhtujdJ2ppoz7YdEydyYrryEjIIf4iwvSV7cd35hM5pBX0xI_PscM_0I9W4o5zje4xfmEZ522h6IA7XBs3ra5nh4ecp3ltnyj1t2L3dh-Tso1NP7-xXlYTag9F1A7WhuKeITL6f0R7CZpDOsGw748tGeZn6Vnn3lGXqw/s72-c/PXL_20251224_054700317.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-6408935571564314593</id><published>2026-01-14T06:30:00.001+09:00</published><updated>2026-01-14T14:17:30.599+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Violet Evergarden"/><category scheme="http://www.blogger.com/atom/ns#" term="Works"/><title type='text'>Laura and the Auto-Memories Doll (unofficial translation of ローラと自動手記人形)</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiUWIDXonuoe79RtLnIYbYoXmjacKiqYTuFuI8wCRKMTefpT44JqKeLQBk5m0MctTCEpZFACkA-6V24Y_MIAN0t9OBop7AIhu1OEvfcJBP9cbKFNRrbV8UGED2NHnl39FfLgzbDXNbGCXrdPnGKZu0M1tZhdJDthaWKLYeI4Hv_LjPJUOkPFVMzMQ/s2665/PXL_20251224_054700317.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2665&quot; data-original-width=&quot;1899&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiUWIDXonuoe79RtLnIYbYoXmjacKiqYTuFuI8wCRKMTefpT44JqKeLQBk5m0MctTCEpZFACkA-6V24Y_MIAN0t9OBop7AIhu1OEvfcJBP9cbKFNRrbV8UGED2NHnl39FfLgzbDXNbGCXrdPnGKZu0M1tZhdJDthaWKLYeI4Hv_LjPJUOkPFVMzMQ/s320/PXL_20251224_054700317.jpg&quot; width=&quot;228&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;i style=&quot;color: #800180;&quot;&gt;Work in progress:&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;i style=&quot;color: #800180;&quot;&gt;I was working on this fan translation but work came in and I had to take a break. But there are probably fans who look forward to it, so here is a sneak peek of what I have done so far. I will work on the rest when I have time, and eventually remove this note when it is done.&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;This is an unofficial translation of the chapter ローラと自動手記人形 (Laura and the Auto-Memories Doll) found in the compendium&amp;nbsp;&lt;i&gt;&lt;a href=&quot;https://teck78.blogspot.com/2025/12/Violet%20Evergarden%20light%20novel%2010th%20anniversary%20book&quot;&gt;Violet Evergarden The Anniversary -Flower-&lt;/a&gt;&lt;/i&gt;&amp;nbsp;(the compendium brings together all four volumes of the light novel series, together with two new chapters). I am sharing my translation so that fans who do not understand Japanese can read it.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Note:
 The rights to the original work belong to the author Akatsuki Kana and 
Kyoto Animation. While this unofficial translation is being shared under
 fair use, I will remove it if it comes to my knowledge that this 
translation is being misused or if there is any infringement of the 
copyright owners&#39; rights.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;(You can find all my posts related to &lt;i&gt;Violet Evergarden&lt;/i&gt; &lt;a href=&quot;https://teck78.blogspot.com/search/label/Violet%20Evergarden&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;, including my &lt;a href=&quot;https://teck78.blogspot.com/2020/11/violet-evergarden-movie-2020-review.html&quot; target=&quot;_blank&quot;&gt;review&lt;/a&gt; of &lt;i&gt;Violet Evergarden the Movie&lt;/i&gt; that debut in 2020 after watching it 14 times, my translation of the &lt;a href=&quot;https://teck78.blogspot.com/2025/12/messages-in-violet-evergarden.html&quot;&gt;messages&lt;/a&gt; from author Akatsuki Kana and illustrator Takase Akiko found in this new compendium, my Tellsis language translator in &lt;a href=&quot;https://teck78.blogspot.com/2021/04/telsis-language-nunkish-translator-with.html&quot; target=&quot;_blank&quot;&gt;Flutter&lt;/a&gt; and &lt;a href=&quot;https://teck78.blogspot.com/2021/01/telsis-language-nunkish-translator.html&quot; target=&quot;_blank&quot;&gt;Python&lt;/a&gt;, my &lt;a href=&quot;https://teck78.blogspot.com/2020/12/violet-evergarden-movie-is-story-about.html&quot; target=&quot;_blank&quot;&gt;thoughts&lt;/a&gt; about the portrayal of guilt in &lt;i&gt;Violet Evergarden&lt;/i&gt;, summary of production crew events, etc.)&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;--------------------------------------------&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;b&gt;Laura and the Auto-Memories Doll&lt;/b&gt;&lt;/div&gt;by Akatsuki Kana &lt;div style=&quot;text-align: left;&quot;&gt;&lt;b&gt;ローラと自動手記人形&lt;/b&gt;&lt;/div&gt;暁 佳奈&lt;br /&gt;--------------------------------------------&lt;/div&gt;&lt;br /&gt;“Get off at Zufall, okay? Remember, Zufall.”&lt;br /&gt;&lt;br /&gt;I will always remember that day at the station. “After you get off at Zufall, Aunt Agatha will be waiting. She’s my older sister.” Why must I be the only one to go live with a relative in another land? Why isn’t my father coming along with me? I was too young to understand.&lt;br /&gt;“Dad, when will you come?” My father just gave his usual grumpy face without replying. “Dad, do you find me a nuisance?” He shook his head in response. When my older sister was alive, he spoke a bit more.&lt;br /&gt;“You don’t need to think too much. Just don’t be rude to your aunt.” My mother passed away early, so we are a family of three: my father, sister, and me. Much older than me, my sister was kind of like a mother to me. Our conversations revolved around my sister, so without her, there was not much to say. With only my father and I, we were a dysfunctional family, with my silent father and me, afraid of him because he felt old-fashioned and overbearing.&lt;br /&gt;“Will you be okay? You’ll be all by yourself in Ruhig…” I overcame my fear to ask this question. If I recall, the war was intensifying back then. “That’s not for a child to worry. I’ll be fine. Get going.” It felt like he was pushing me away. I looked down and thought, if only my sister was here. She would have rebuked, “Dad, why are you talking like this when you really love your daughters?” She was someone who could have said this to him.&lt;br /&gt;If only she was here.&lt;br /&gt;She would pester him to hug us, and my father would eventually give in and hug us, saying, “I love you.” That was about all the intimacy our family had.&lt;br /&gt;I said, “I want to stay too. I won’t be in the way.” She would have said this, but she was no longer around. There was only me, the less cute of the two sisters. I myself felt sorry for being alive. It is my sister that the world truly needs. Maybe God made a mistake.&lt;br /&gt;“You won’t be of any use here. Hurry up and get on the train. Go now.” My pleas did not get through to him. If my sister was there, things would probably had been different.&lt;br /&gt;Sad and anguished, tears filled my eyes. Being brushed away like a puppy, I felt like my father truly hated me. If I had to feel like this, I wouldn’t want to have lived till now. If you didn’t want me, why did you bring me into this world?&lt;br /&gt;With such thoughts of self-reproach, I got onto the train. I just wanted to quickly disappear. From this world. No, from my father’s sight.&lt;br /&gt;But our farewell did not end like that.&lt;br /&gt;“Laura…” He started to say something that he would never usually say. “Sorry for everything so far.” I held my breath in surprise and turned around to look at him.&lt;br /&gt;“I was a bad father. But I will change. I am going to work hard for you. So…”&lt;br /&gt;I understood what he was apologizing for. After my sister passed away, my father cared even less for me. In his own way, he recognized his sin for ignoring his young child, not even ten years old. Still, I had thought my father was someone who would rather die than say sorry. He was such an old-fashioned person. I thought we would never be able to understand each other.&lt;br /&gt;“Behave well. Be a good child, and I will definitely go and look for you again.”&lt;br /&gt;Why? Why now?&lt;br /&gt;“Dad!” I rushed to get off the train, but he pushed me back onto it. “No, Laura. Listen to me.” “No, Dad! I want to be with you.”&lt;br /&gt;“No, Laura. Take care of yourself. Be good. Take care.”&lt;br /&gt;Why now?&lt;br /&gt;“Dad! No!”&lt;br /&gt;Why did he have to be nice to me in the end?&lt;br /&gt;&lt;br /&gt;“DAD!!”&lt;br /&gt;&lt;br /&gt;If only he had given even a small piece of that kindness to me when my sister passed away.&lt;br /&gt;&lt;br /&gt;When the train departed, I just kept shouting “Dad” while waving at him. He waved back too, but he soon disappeared from view.&lt;br /&gt;“Dad…”&lt;br /&gt;I hugged my small luggage and sobbed. It was only when my voice became coarse that I realized… I did not say anything back to him. No, it was not in retaliation for how he had treated me. It was because I felt I was the unwanted child. I never thought he would see me off in this way. And so, I didn’t prepare anything to say.&lt;br /&gt;I could hear my sister say, “Why are you doing like this when you really love Dad?” No, Sis, it is not like this. After you died, things started to fall apart.&lt;br /&gt;“Give us a hug and say you love us. Come on Dad, Laura, don’t be shy.” I could not say what she said. Even if I did, my father would not feel happy. Please don’t blame me. I am not good at handling things like you, Sis.&lt;br /&gt;A daughter who cannot even be thankful for being raised. I was not a good daughter to Dad. I wish I wasn’t the one who survived. If only I could reset everything back to the start.&lt;br /&gt;If I could have stopped my father and sister that day. If I had hug him that day and said, “I forgive you.” That day. That day. That day.&lt;br /&gt;God would have granted a special person a miracle at such a time. But God was not looking at me.&lt;br /&gt;---&lt;br /&gt;It was just after winter when letters started arriving at the small plunge basin.&lt;br /&gt;&lt;br /&gt;It was a time when flowers started to bloom across the land where the snow was melting, after being wrapped in cold and hugged by snowflakes. Someone sent letters imbued with their hopes. No, it was not like paper letters floating on the spring river and falling into the plunge basin. They came in the form of messages in bottles. A message in a bottle—it is like a prayer, going with the flow, hopefully picked up by someone who may write a reply. It may dirty the water, but it can feel romantic to people.&lt;br /&gt;And right now, someone threw a message bottle, sending it on a voyage across the water. Bobbing up and down, it kept floating, going with the flow. You can see the shape of the land by looking at the path taken by a message bottle. Zufall is in a mountainous region blessed with natural resources, so much so that it is called a forest kingdom. There are waterheads near the mountain ridges, forming small streams over time and spreading water all over the place. The message bottle dropped into this plunge basin in spring because, during winter, the waters were frozen and people were huddled up at home to withstand the cold. There was no one to pick up the bottle. That was why the sender chose to put out this prayer in spring.&lt;br /&gt;&lt;br /&gt;“Found it!”&lt;br /&gt;&lt;br /&gt;Bluebells were just starting to bloom around the plunge basin. A girl picked up the message in a bottle. She was around ten to twelve years old. She was extremely petite. A scarf adorned her thick, black hair, and she wore an apron dress. She was holding a basket full of wild vegetables, the bounty from a forest in spring.&lt;br /&gt;“Stop! Stay there.” Amid beautiful blue flowers swaying in the spring breeze, this girl stood at the water’s edge. It was like a scene from a fairy tale.&lt;br /&gt;Placing the basket on the ground, the girl looked around for a stick. With a face overflowing with curiosity, her round cheeks were red with excitement. Resembling a small animal, like a squirrel, she squealed with joy when she found a stick that was just right. “Yes!” She was so excited she started talking to herself.&lt;br /&gt;Holding the stick like a warrior with a famous sword, she went back to the water’s edge. Then, she used the stick to draw the message bottle toward her. “Ah!” She lost her balance and almost fell into the water. Stretching to reach the bottle, she managed to pull it toward her, falling on her behind with the momentum.&lt;br /&gt;She was speechless for a few seconds, unable to believe that she fell, but soon started to giggle. She wiped her fingers, wet from the still cold spring water, on her apron, and started to open the bottle. She took out a corkscrew from the pocket of her apron dress. The cork of the glass bottle was really hard to remove. She used all the strength in her small body. “Pop!” Out sprang the cork. The girl fell backward. She almost flipped over.&lt;br /&gt;Somehow, she managed to get up, almost falling forward in the process. Birds and small animals looked as the girl weaved her story.&lt;br /&gt;“Ha, ha,” panted the girl as she took out the letter from the bottle. It was not a long letter, and it would be pushing it to say the handwriting was good. The girl stared at the letter, in a trance, as if charmed. There was a serious look in her eyes, like a detective searching for the truth behind a major case. However, she was not a detective.&lt;br /&gt;“I wonder what it says…”&lt;br /&gt;&lt;br /&gt;Coincidentally, this was a few years after the Continental War, which split the world. Literacy was low due to the many years of war. Simply put, the Continental War was a war where countries all over the large continent fought each other over different things, including religious differences, natural resources, and territory. There were a multitude of reasons and no single overarching cause. If anything can be said about this war, it was that this war was started by certain hot-headed people, causing many years of suffering on innocent people. There was a universal shortage of manpower for postwar recovery, and the younger generation was made to deal with the aftermath.&lt;br /&gt;&lt;br /&gt;Laura, the girl who picked up the message bottle, was from this generation dealing with the postwar aftermath. Just as she was entering the village, she heard, “Laura! Where did you go, neglecting the housework?” Startled, she looked to see who called her.&lt;br /&gt;“Aunt Agatha.” It was a well-built farm lady who looked like she was in her forties. She was carrying a baby, around several months old, on her back. Seeing someone who continued to work by carrying a baby on her back, Laura felt like she was struck by lightning. “I wasn’t neglecting… I had already made breakfast,” she nervously replied. She was afraid she got caught. She was also feeling sorry for neglecting the housework. These two emotions controlled her body.&lt;br /&gt;“What were you doing then?” Agatha wouldn’t let Laura change the topic. “I was going to prepare lunch next, so I went into the forest to get these.” She lifted the cloth covering the basket to show the wild vegetables. The message bottle was deep inside the basket. Fortunately, Agatha did not notice the bottle and looked happy at the amount of wild vegetables. “Oh, the ones that I like. That’s quite a lot. Isn’t it too much?” “You like them so I thought they would make lunch more colorful. But I only picked a little. I wanted to get berries too, but they will still small.” “It’s still too early. Maybe in a month or so. Even so, don’t run off on your own. Let me know if you are going anywhere. Do what I say.” “Yes.” Agatha was a bit controlling, or rather, overly protective.&lt;br /&gt;“How many times have I said this? It’s dangerous over there. Strange people have been appearing there since the war ended. Oh, have you fed the chickens?” “Erm…” Agatha immediately understood from the reaction, and with a fed-up look on her face, said, “You forgot again?” “Well…” Agatha looked like she was having a headache. “That’s the third time this week.” “I’m sorry. I’ll do it right now.”&lt;br /&gt;Just as Laura started to leave, Agatha grabbed her shoulder. “Wait. I want you to listen properly here. Why do you keep forgetting?” Laura was at a loss for words. She herself wanted to know why she kept forgetting. She thought, “This is like asking a person, ‘Why are you a person?’”&lt;br /&gt;Why am I a failure?&lt;br /&gt;Laura had never been a very sharp girl. She worked hard, but it didn’t always lead to results. And now, she was being labeled as forgetful. She might have picked up a message bottle, but her true motive was to find wild vegetables. She wanted to make Agatha happy, so she went looking for wild vegetables. She wanted to be praised.&lt;br /&gt;But she forgot her main motive when she saw the floating bottle in the plunge basin. Thinking about the sender, engrossed in trying to decipher words that she could not read, time slipped by. And now, Agatha was mad at her.&lt;br /&gt;Why am I like this?&lt;br /&gt;Agatha was waiting for a reply, so Laura reluctantly said, “Because I am an idiot.” She felt sad saying this. Tears started welling in her eyes. If this was a time a bit further in the future, she might have been diagnosed as emotionally unstable, resulting in attention deficiency and receiving care for her condition. But this was not such a time.&lt;br /&gt;Agatha glared at Laura, saying, “An idiot… I don’t think you’re an idiot, though.” However, her kind words were followed by a heavy blow. “You’re just slow and clumsy. Even so, you can remember the order of work, right?”&lt;br /&gt;“I’m not as clever as you, Aunt Agatha.” “That can’t be. We’re aunt and niece, related by blood. Like your father Finn, you bear the name of Forsyth.” “But I can’t do everything right away like you.” If Laura Forsyth was poor at doing things, Agatha Forsyth was the exact opposite. A true workaholic, doing everything correctly without any lapses. She also had aptitude as a manager, with strong crisis management skills that understood the actions of everyone. That was why she immediately started looking for her niece the moment she noticed she was missing. To Laura, Agatha was from a different world.&lt;br /&gt;As such, they did not get along. “I’m not saying you can’t do things. I’m telling you to work hard.” “I’m trying to do my best.” “But you still don’t get them done. How will you be able to live in the future if you are like this?” “Well…” “You’re the one who’ll be in trouble when you grow up. Do better. You can’t survive if you aren’t useful.” It was difficult for the blessed to understand those less fortunate.&lt;br /&gt;Spoken to firmly, Laura naturally turned her gaze to the ground. I want to do better too. That was how she felt. Maybe even more strongly than others. Because of that magic spell cast on her by her only family.&lt;br /&gt;“Be a good child, and I will definitely go and look for you again.”&lt;br /&gt;She recalled her father’s words. I want to be a good child. If she was a good child, her father would come to Zufall to look for her. In other words, if she was not a good child, he might not come for her.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;color: #800180;&quot;&gt;&amp;lt;Work in progress: To be continued&amp;gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;--------------------------------------------&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;br /&gt;&lt;div style=&quot;text-align: left;&quot;&gt;This is a &lt;a href=&quot;https://teck78.blogspot.com/2021/08/list-of-violet-evergarden-short-stories.html&quot; target=&quot;_blank&quot;&gt;list of Violet Evergarden short stories&lt;/a&gt;
 that have been written by author Akatsuki Kana, with links to fan 
translations (when available). I hope you enjoyed these two short 
stories as much as I did.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;My overall thoughts on &lt;a href=&quot;https://teck78.blogspot.com/2020/11/violet-evergarden-movie-2020-review.html&quot; target=&quot;_blank&quot;&gt;&lt;i&gt;Violet Evergarden The Movie&lt;/i&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Events:&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/09/watching-violet-evergarden-movie-again.html&quot; target=&quot;_blank&quot;&gt;First cast greeting event for &lt;i&gt;Violet Evergarden the Movie&lt;/i&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/10/violet-evergarden-movie-cast-greeting.html&quot; target=&quot;_blank&quot;&gt;&lt;i&gt;Violet Evergarden the Movie&lt;/i&gt;: Cast greeting event to thank fans&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/12/production-staff-event-at-screening-of.html&quot; target=&quot;_blank&quot;&gt;Production staff event at screening of &lt;i&gt;Violet Evergarden the Movie&lt;/i&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/12/letter-of-appreciation-from-violet.html&quot; target=&quot;_blank&quot;&gt;Letter of appreciation from Violet Evergarden&#39;s author Akatsuki Kana&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/08/violet-evergarden-orchestra-concert-2021.html&quot; target=&quot;_blank&quot;&gt;Post on Violet Evergarden Orchestra Concert 2021&lt;/a&gt; &lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2025/05/report-sumire-philharmonic-orchestras.html&quot; target=&quot;_blank&quot;&gt;Post on Sumire Philharmonic Orchestra&#39;s Violet Evergarden (unofficial) orchestra concert&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Translations of short stories:&lt;br /&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/03/gilbert-bougainvillea-and-fleeting.html&quot; target=&quot;_blank&quot;&gt;Gilbert Bougainvillea and the Fleeting Dream&lt;/a&gt; (unofficial translation of &quot;ギルベルト・ブーゲンビリアと儚い夢&quot;)&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/08/violet-evergarden-short-stories-logbook.html&quot; target=&quot;_blank&quot;&gt;Violet Evergarden short stories: &quot;Logbook entry&quot; and &quot;Diary entry&quot;&lt;/a&gt; (unofficial translation)&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2022/01/the-starry-night-and-lonely-two.html&quot; target=&quot;_blank&quot;&gt;The Starry Night and the Lonely Two&lt;/a&gt; (unofficial translation of 星降りの夜とさみしいふたり) &lt;br /&gt;&lt;/div&gt;&lt;a href=&quot;https://teck78.blogspot.com/2022/02/dietfried-bougainvilleas-if-unofficial.html&quot; target=&quot;_blank&quot;&gt;Diethard Bougainvillea&#39;s If&lt;/a&gt; (unofficial translation of ディートフリート・ブーゲンビリアIf)&amp;nbsp;&lt;/div&gt;&lt;a href=&quot;https://teck78.blogspot.com/2022/03/the-tailor-and-auto-memories-doll.html&quot; target=&quot;_blank&quot;&gt;The Tailor and the Auto-Memories Doll&lt;/a&gt; (unofficial translation of 仕立て屋と自動手記人形) &lt;br /&gt;&lt;a href=&quot;https://teck78.blogspot.com/2026/01/laura-and-auto-memories-doll-unofficial.html&quot; target=&quot;_blank&quot;&gt;Laura and the Auto-Memories Doll&lt;/a&gt; (unofficial translation of ローラと自動手記人形)&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2026/01/flowers-and-auto-memories-doll.html&quot; target=&quot;_blank&quot;&gt;Flowers and the Auto-Memories Doll&lt;/a&gt; (unofficial translation of 花と自動手記人形)&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;div style=&quot;text-align: left;&quot;&gt;Tellsis (Nunkish) translation: &lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/11/decoding-violet-evergarden-postcard.html&quot; target=&quot;_blank&quot;&gt;Decoding the Violet Evergarden postcard&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/08/translating-message-card-from-violet.html&quot; target=&quot;_blank&quot;&gt;Translating the message card from Violet Evergarden Orchestra Concert 2021&lt;/a&gt; &lt;br /&gt;&lt;/div&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/09/last-line-of-violets-final-letter-to.html&quot; target=&quot;_blank&quot;&gt;Last line of Violet&#39;s final letter to Gilbert&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/04/telsis-language-nunkish-translator-with.html&quot; target=&quot;_blank&quot;&gt;My Tellsis language translator in Flutter that runs on Windows, Linux, and Android&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/01/telsis-language-nunkish-translator.html&quot; target=&quot;_blank&quot;&gt;My (old) Python script for translating to and from Tellsis language (Nunkish)&lt;/a&gt; &lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Insights on the movie: &lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/12/was-ecarte-island-based-on-folegandros.html&quot; target=&quot;_blank&quot;&gt;Was Ekarte Island based on Folegandros?&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/12/touching-scenes-in-violet-evergarden.html&quot; target=&quot;_blank&quot;&gt;Touching scenes in &lt;i&gt;Violet Evergarden the Movie&lt;/i&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/12/violet-evergarden-movie-is-story-about.html&quot; target=&quot;_blank&quot;&gt;&lt;i&gt;Violet Evergarden the Movie&lt;/i&gt; is a story about guilt&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/09/story-consistency.html&quot; target=&quot;_blank&quot;&gt;Article about story consistency/inconsistency in &lt;i&gt;Violet Evergarden the Movie&lt;/i&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Audio commentary notes:&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/10/notes-from-violet-evergarden-movies.html&quot; target=&quot;_blank&quot;&gt;Production staff&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/10/notes-from-violet-evergarden-movies_19.html&quot; target=&quot;_blank&quot;&gt;Voice actors&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2021/10/notes-from-violet-evergarden-movies_22.html&quot; target=&quot;_blank&quot;&gt;Music staff&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2025/05/notes-from-violet-evergarden-tv-series.html&quot; target=&quot;_blank&quot;&gt;Audio commentary notes for TV series&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://teck78.blogspot.com/2020/06/violet-evergarden.html&quot; target=&quot;_blank&quot;&gt;&lt;i&gt;Violet Evergarden&lt;/i&gt; TV anime series&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;a href=&quot;https://teck78.blogspot.com/search/label/Violet%20Evergarden&quot; target=&quot;_blank&quot;&gt;All posts&lt;/a&gt; related to &lt;i&gt;Violet Evergarden&lt;/i&gt;.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;lt;1&amp;gt; &lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/6408935571564314593/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/6408935571564314593' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/6408935571564314593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/6408935571564314593'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/01/laura-and-auto-memories-doll-unofficial.html' title='Laura and the Auto-Memories Doll (unofficial translation of ローラと自動手記人形)'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiUWIDXonuoe79RtLnIYbYoXmjacKiqYTuFuI8wCRKMTefpT44JqKeLQBk5m0MctTCEpZFACkA-6V24Y_MIAN0t9OBop7AIhu1OEvfcJBP9cbKFNRrbV8UGED2NHnl39FfLgzbDXNbGCXrdPnGKZu0M1tZhdJDthaWKLYeI4Hv_LjPJUOkPFVMzMQ/s72-c/PXL_20251224_054700317.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-3027184786439551630</id><published>2026-01-09T12:11:00.003+09:00</published><updated>2026-01-09T12:11:52.527+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Old times"/><title type='text'>The cars my father drove</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;Just a note to self, about the cars that my father drove (I think he owned most of them, though the earlier ones could have been shared with his brothers).&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Mitsubishi Lancer&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Mercedes Benz (model unknown)&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Honda Accord&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Mitsubishi Galant&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Mitsubishi Sigma&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Honda Accord&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Mazda 626&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Honda Accord &lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Toyota Corona&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Toyota Corona&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Mercedes Benz (model unknown)&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Mercedes Benz 200&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Given that he died young, it is quite something to have gone through 12 cars in that time...&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Also, after watching Initial D and seeing how Bunta always passes a cup of water to Takumi, I also recall something. My mother has motion sickness but she never suffered when my father was driving. I think it might be because my father honed his driving skills making deliveries too. He delivered potted plants using a light truck, and my childhood memories include those of going on deliveries with him as he drove from place to place, trying to make all the deliveries in time without damaging the plants. This could be how he developed skills for driving fast without causing discomfort to those in the same vehicle as him. I myself never realised how fast he drove until when I was older, and sitting in the passenger seat, noticed him going at 100km/h down a busy public road.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Meanwhile, my first car was a &lt;a href=&quot;https://teck78.blogspot.com/2007/01/thank-you-vios.html&quot;&gt;Toyota Vios&lt;/a&gt;.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjiiJdpreiSKZbe8v2UxQpEtUk1N366QAz-3PY6WrhFPPniokMexZBGhKXb-38NoxrrBhowCFWW1YrTHfT9ihooNipSEJlqcuMd_Tw0HEdFK1nlFW6GgEMlnleXelwoqdSSZuqca2Je2ACDKDAGGiPVTDyPT36UVth0FgDWSmjXKcRsRJLxRlayFQ/s600/Screenshot%202026-01-09%20at%2012-10-19%20Post%20Edit.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;309&quot; data-original-width=&quot;600&quot; height=&quot;165&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjiiJdpreiSKZbe8v2UxQpEtUk1N366QAz-3PY6WrhFPPniokMexZBGhKXb-38NoxrrBhowCFWW1YrTHfT9ihooNipSEJlqcuMd_Tw0HEdFK1nlFW6GgEMlnleXelwoqdSSZuqca2Je2ACDKDAGGiPVTDyPT36UVth0FgDWSmjXKcRsRJLxRlayFQ/s320/Screenshot%202026-01-09%20at%2012-10-19%20Post%20Edit.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/3027184786439551630/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/3027184786439551630' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/3027184786439551630'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/3027184786439551630'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/01/the-cars-my-father-drove.html' title='The cars my father drove'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjiiJdpreiSKZbe8v2UxQpEtUk1N366QAz-3PY6WrhFPPniokMexZBGhKXb-38NoxrrBhowCFWW1YrTHfT9ihooNipSEJlqcuMd_Tw0HEdFK1nlFW6GgEMlnleXelwoqdSSZuqca2Je2ACDKDAGGiPVTDyPT36UVth0FgDWSmjXKcRsRJLxRlayFQ/s72-c/Screenshot%202026-01-09%20at%2012-10-19%20Post%20Edit.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-2660973091788748502</id><published>2026-01-03T14:45:00.002+09:00</published><updated>2026-01-03T14:45:19.024+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Calligraphy"/><title type='text'>First calligraphy piece for 2026</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;In Japan, there is the practice of kakizome 書き初め, where you write some calligraphy piece at the start of the new year. This is my piece for 2026.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCKUBYl7GRqPB04o35D3xkswR3LwEuOC8Qyqr4mJ_4CEw1-DtJbI3Q5MuKjijntCt4VGcz2kpnFIOingeHtNPoC8G6ahc3n2hhAvhV4WBhhoplw-L2RZnqOOsxlfLpSxIekax_qFG-dLXzaoCpdTRUhisBu0_q6jr5Nwvcej2EQLLs_XC0eohHeg/s3189/PXL_20260103_053155937.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3189&quot; data-original-width=&quot;832&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCKUBYl7GRqPB04o35D3xkswR3LwEuOC8Qyqr4mJ_4CEw1-DtJbI3Q5MuKjijntCt4VGcz2kpnFIOingeHtNPoC8G6ahc3n2hhAvhV4WBhhoplw-L2RZnqOOsxlfLpSxIekax_qFG-dLXzaoCpdTRUhisBu0_q6jr5Nwvcej2EQLLs_XC0eohHeg/s320/PXL_20260103_053155937.jpg&quot; width=&quot;83&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;This is the year of the horse and that is why this piece starts with the character for horse 馬.&amp;nbsp;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/2660973091788748502/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/2660973091788748502' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/2660973091788748502'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/2660973091788748502'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/01/first-calligraphy-piece-for-2026.html' title='First calligraphy piece for 2026'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCKUBYl7GRqPB04o35D3xkswR3LwEuOC8Qyqr4mJ_4CEw1-DtJbI3Q5MuKjijntCt4VGcz2kpnFIOingeHtNPoC8G6ahc3n2hhAvhV4WBhhoplw-L2RZnqOOsxlfLpSxIekax_qFG-dLXzaoCpdTRUhisBu0_q6jr5Nwvcej2EQLLs_XC0eohHeg/s72-c/PXL_20260103_053155937.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31535319.post-5281471387092011370</id><published>2026-01-02T21:00:00.008+09:00</published><updated>2026-01-03T12:01:53.812+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Miscellaneous"/><title type='text'>First snow of 2026</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;I didn&#39;t expect it would snow so early in 2026, but it did.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9CYq2p2tpXVybUhbt3Ilw9PwrMtHlcdKdpLaWbhYhoCCcTp0Kl5gvRdW7XOs1rEirGTa7lb-XZtMbTuy1MPAgwXumPdKRA5gXlQrPJDFzbaGSVhM0qRIGDHAXhKeJ9SKJHA0bAoAf9zfJXA-Q8IpMYbaRTI0yOJQXJ3ICbONJUtr1v4sWHTbyXQ/s481/Screenshot_20260102-191242.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;401&quot; data-original-width=&quot;481&quot; height=&quot;267&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9CYq2p2tpXVybUhbt3Ilw9PwrMtHlcdKdpLaWbhYhoCCcTp0Kl5gvRdW7XOs1rEirGTa7lb-XZtMbTuy1MPAgwXumPdKRA5gXlQrPJDFzbaGSVhM0qRIGDHAXhKeJ9SKJHA0bAoAf9zfJXA-Q8IpMYbaRTI0yOJQXJ3ICbONJUtr1v4sWHTbyXQ/s320/Screenshot_20260102-191242.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;It only snowed for a couple of hours so the snow did not accumulate, but it was still quite a bit of snow while it lasted.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgN45OzBkuOOzJZgy1wc0e0pg_rfAp8oXv-q89YbgJn4ZqW57FPIhocE9IewhUIgHpD3QCQ7SKkI1lPHl4IUn-cBpu8cAY-Q7HRhYeUCJak9GtWIPvi_xH8qCXoeiNP0G0DtYJFOouJ5t_014jIZLbP20YkKQfifm5ubpPFvxW4OyFnN5QQjoz5mQ/s4032/PXL_20260102_111659228.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;4032&quot; data-original-width=&quot;2268&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgN45OzBkuOOzJZgy1wc0e0pg_rfAp8oXv-q89YbgJn4ZqW57FPIhocE9IewhUIgHpD3QCQ7SKkI1lPHl4IUn-cBpu8cAY-Q7HRhYeUCJak9GtWIPvi_xH8qCXoeiNP0G0DtYJFOouJ5t_014jIZLbP20YkKQfifm5ubpPFvxW4OyFnN5QQjoz5mQ/s320/PXL_20260102_111659228.jpg&quot; width=&quot;180&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teck78.blogspot.com/feeds/5281471387092011370/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/31535319/5281471387092011370' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/5281471387092011370'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31535319/posts/default/5281471387092011370'/><link rel='alternate' type='text/html' href='http://teck78.blogspot.com/2026/01/first-snow-of-2026.html' title='First snow of 2026'/><author><name>Teck</name><uri>http://www.blogger.com/profile/14589745097996186208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9CYq2p2tpXVybUhbt3Ilw9PwrMtHlcdKdpLaWbhYhoCCcTp0Kl5gvRdW7XOs1rEirGTa7lb-XZtMbTuy1MPAgwXumPdKRA5gXlQrPJDFzbaGSVhM0qRIGDHAXhKeJ9SKJHA0bAoAf9zfJXA-Q8IpMYbaRTI0yOJQXJ3ICbONJUtr1v4sWHTbyXQ/s72-c/Screenshot_20260102-191242.png" height="72" width="72"/><thr:total>0</thr:total></entry></feed>