May 2023

2023-05-23 09:55 (2 years ago)

# The Method I Used Until Now

2023-05-18 00:31 (2 years ago)

When setting or retrieving the auto_increment value for a table in MySQL, starting from MySQL 8, information_schema is cached. As a result, retrieving AUTO_INCREMENT consecutively may yield outdated values. This article discusses countermeasures for such situations.

2023-05-14 03:09 (2 years ago)

When encrypting Windows storage with BitLocker, the key file can be saved as a file. However, when trying to grep for a matching file, it doesn't work because the file encoding is UTF-16. Therefore, I wrote a script in Python to handle this issue.

2023-05-11 10:37 (2 years ago)

When you encounter the error "library not found for -lzlib" while trying to run `pip install mysqlclient` on an M2 Mac, setting the environment variables `MYSQLCLIENT_LDFLAGS` and `MYSQLCLIENT_CFLAGS` can help resolve the issue.

2023-05-03 02:47 (2 years ago)

Here is an overview of a blog article written in Japanese: "This code uses the SpeechSynthesisUtterance's speech method with await. It performs the speech synthesis process synchronously in a web browser."

Categories

Archive