ViteAutomatically run batch file during Vite build. Things I want to do This will automatically execute a custom batch file when building (using npm run build) in Vite....2025.06.232026.03.15Vite
Inkscape[bat]Convert all Inkscape SVGs to plain in one go. Things I want to do Inkscape can create SVG files, but they contain Inkscape-specific data and are larger than regul...2025.06.232026.03.15Inkscape
UncategorizedBuild a web server without writing a single line of Python code. Things I want to do Build a web server in Python without writing a single line of code. For reasons I will expla...2025.06.222026.03.15Uncategorized
Phaser3[Phaser3]Perform full-screen display Things I want to do We will use Phaser3 to display in full screen. Instead of displaying a large portion of the b...2025.06.122026.03.15Phaser3
JavaScriptSave the AudioBuffer used by AudioContext as a WAV file. Things I want to do This example demonstrates how to use the AudioBuffer, which is frequently used with AudioContext...2025.06.102026.03.15JavaScript
AIMusic generation with Gemini API using Vite Things I want to do We will use Google's Gemini API with NodeJS to generate music. The implementation will be fro...2025.06.102026.03.15AI
AI[StableDiffusion]Use of embedding Things I want to do You will use this by adding an embedding to a locally running Stable Diffusion web UI. Using ...2025.06.092026.03.15AI
AI[StableDiffusion]Using template Prompt/NegativePrompt in Forge Things I want to do Use the template's (saved) Prompt/NegativePrompt in StableDiffusionWebUiForge. (It seems that...2025.06.072026.03.15AI
JavaScriptJavaScript code that works with a mouse does not work with a pen tablet. Things I want to do JavaScript code that works with a mouse did not work with a pen tablet. This article summariz...2025.06.052026.03.15JavaScript
AndroidChange the screen resolution (DevicePixelRatio) on an Android device. Things I want to do This makes it appear as if the screen resolution has been changed on an Android device. To be...2025.06.052026.03.15Android