Keelung Art Residency
In May 2024, we embarked on an enchanting art residency in Keelung, Taiwan. That was a fantastic experience. The weather was pleasant, the food was delicious, and the people were friendly.
In May 2024, we embarked on an enchanting art residency in Keelung, Taiwan. That was a fantastic experience. The weather was pleasant, the food was delicious, and the people were friendly.
In the past year, I have been learning ceramics with my wife. We have been to several studios to learn from different teachers.
Last month, my wife and I spent about 2 weeks in Matsu, where time seemed to be frozen on the island. The pace was slow enough to ride a bike on the road at 25 km/hr without any other vehicles around, feeling the wind gently brush through the face.
I found it very correct to bring the book “Four Thousand Weeks” to Matsu. I slowly read this book during the travel. The book discusses the concept of “life is enough for everyone”, we just have to enjoy the moment and don’t blame ourselves too much.
Over the past year, I have developed 5 PWAs to integrate with my daily life. The data is managed on my personal server, which provides me with a great sense of satisfaction.
This week I start building my roguelike cultivation action game. I think it would be a long journey.
1 | gpg --cipher-algo AES256 \ |
1 | gpg --no-symkey-cache \ |
If directly using gpg -c XXX
and gpg -d XXX
the gpg-agent will prompt the password asking dialog.
See GPG manual:
1 | If this command is used with --batch, --pinentry-mode has been set to loopback, and one of |
So just set it with --batch
and --pinentry-mode loopback
, then can use the --passphrase
.
--no-symkey-cache
to disable symmetric key cached and --cipher-algo
to set algorithm.
Available algorithms can check by gpg --version
.
Hope this save your time! :)
This week I collected my invoice data from Taiwan government API, use the same PWA framework. Good to see the environment is built! :)
In the past week, I created a Pomodoro app! Built with next.js and Flask, custom components mimic iOS. Can save to home to launch as web app. It’s happy to build a self-used app! I can now collect my data for analysis!
These days I’m building several next.js apps and want to share some libraries. In the beginning plain js file without compile just work well. But when it comes to jsx component element with sass component-level module, next.js start to fail.
After several tries, I found a solution:
yarn link
to link shared librarynext-transpile-module
to transpile libraryYesterday, I met a friend who is incapable of reading Chinese fluently. When he reads, each word is bumping with random wrong orders, so he must pause at each word to understand the meaning. When watching Netflix, it’s impossible for him to read the subtitle, so he has to watch with Chinese dubbing. That is so-called Dyslexia, which affects 3 ~ 7% of the population, and up to 20% have some degree of this disability.