Unity[Unity] Troubleshooting for when a WebGL build fails to launch The purpose This is a memo on how to fix an error that prevented the app from starting when I opened the HTML file a...2025.08.19Unity
git[git]find the repository URL from a cloned folder The purpose I will find the repository's URL or local path from the Git-cloned folder. How to find out Open th...2025.08.19git
AIHow to use anytest with Stable Diffusion AUTOMATIC1111 and Forge The purpose This will use Anytest on Stable Diffusion's AUTOMATIC1111 and Forge. I've also verified that this wor...2025.08.14AI
AIHow to run Stable Diffusion AUTOMATIC1111 locally on your PC without a GPU. The purpose While the previous post showed how to run Stable Diffusion Forge on a CPU, I couldn't resist also gettin...2025.08.14AI
UnityHow to use Git for version control of a Unity project The purpose Even though Unity has its own version control system (Unity Version Control), we will be using Git, as i...2025.08.13Unity
WindowsTake a closer look at the ‘magic phrase’ (%~dp0) found in batch scripts. The purpose You've probably seen %~dp0 a lot if you've ever written a Windows batch file. Let's take a closer look a...2025.08.13Windows
Word PressAutomating a Batch File during a Vite Build The purpose Automatically run a specified batch file when performing a Vite build (npm run build) Example "Aut...2025.08.12Word Press
Inkscape[Bat] Batch convert Inkscape SVGs to plain SVG The purpose Inkscape can create SVGs, but they contain Inkscape-specific data which makes the file size larger than ...2025.08.12Inkscape
WEBBuild a Web Server in Python without writing a single line of code The purpose You can set up a Web Server in Python without writing a single line of code. I'll explain why later,...2025.08.08WEB
Phaser3[Phaser3]Full screen The purpose I want to implement a fullscreen display in Phaser3. It's not about simply maximizing it within the ...2025.08.08Phaser3