Welcome to new things

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

Entries from 2020-12-01 to 1 month

I want to run Visual Studio Code using only a browser, so I'm going to use Theia, a VSCode-like software, to build an environment where I can code and terminal in a browser.

I use multiple PCs and have Visual Studio Code (VSCode) installed on each PC. I often think that if VSCode could be used on a browser, it would be easier to use the same environment anytime without the need for setup. GitHub Codespaces is …

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. …

How to deal with the error "Not Found (404) the server could not find the requested resource" in the Kubernetes Dashboard.

When I try to log into the Kubernetes Dashboard. Not Found (404) the server could not find the requested resource and how to deal with the error. Reason Older Dashboards used "kube-system" for "namespace", but more recent Dashboards use "k…

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…