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
JavaScriptSaving an AudioBuffer from AudioContext as a WAV file The purpose We will save an AudioBuffer, which is commonly used with AudioContext in JavaScript, as a local WAV ...2025.08.07JavaScript
AIGemini API Music Generation with Vite The purpose I will use Google's Gemini API with NodeJS to perform music generation. The implementation will be front...2025.08.07AI
AI[Stable Diffusion]Using embeddings The purpose I will add and use an embedding in a locally running Stable Diffusion web UI. Using an embedding can...2025.08.06AI
AI[Stable Diffusion]Using Template Prompts/Negative Prompts in Forge The purpose I will use template (saved) Prompts/Negative Prompts in Stable Diffusion WebUI Forge. (The proces...2025.08.06AI
JavaScriptJavaScript code that works with a mouse does not work with a pen tablet. The purpose JavaScript code that works with a mouse failed to work with a pen tablet. This article summariz...2025.08.05JavaScript
AndroidChange the screen resolution (DevicePixelRatio) on an Android device. The purpose This makes it appear as though the screen resolution has been changed on an Android device. To b...2025.08.05Android
AIImages generated by Stable Diffusion are blurry / have low contrast. The purpose Sometimes, images generated by Stable Diffusion can be blurry or have low contrast. Here, I'll ...2025.08.04AI
AIAdding a VAE to the local Stable Diffusion web UI The purpose I will now add a VAE to the Stable Diffusion web UI running on my local machine. What is VAE ...2025.08.04AI