Welcome to new things

[Technical] [Electronic work] [Gadget] [Game] memo writing

Windows

How to disable or change browser shortcut keys

I usually use Visual Studio Code (VSCode) to write programs, but I have recently been experimenting with an editor/development environment that runs in the browser, because I want to complete my work using only the browser and not VSCode. …

The story of how I moved to WSL2 because Puppeteer stopped working at WSL1.

I have been using WSL1 and was thinking of using WSL2 sometime in the future when it becomes more stable, but now I have moved to WSL2 out of necessity. I'm going to write about the transition from WSL1 to WSL2 and the related Docker and X…

How to turn multiple image files into a single PDF

After scanning books, etc., there are times when you want to combine those images into one PDF file. There is no need to install any application, and the following procedure can be done using only Windows functions. procedure 1. Put the im…

Building a Node.js environment in WSL with nvm

As with Building a Python environment, this is a note from when I re-installed the Node.js environment on a new version of WSL's Ubuntu. Since the version of Node.js used varies depending on when the JavaScript application was created, Nod…

A story about the difficulties in obtaining Japanese national holiday data.

I was looking for Japanese holiday data to create a national holiday table in a database. In the end, I was able to obtain the data in CSV format that I wanted most from the following site (thanks to the author), but I took a long detour t…

How to fix Chrome printing wrong

I saw this because a family member told me that when he tried to print with Chrome, the text and layout were messed up and would not print properly. When I tried it, it was indeed strange. The layout is completely wrong and the text is som…

How to quickly find out where the Windows 10 lock screen view is located.

Where is the view on the Windows 10 lock screen? Sometimes I wonder. The location of the view can be known by clicking on the "magnifying glass icon" that sometimes appears on the lock screen and then logging on, which will launch Edge and…