gitRenaming Files and Checking History with TortoiseGit The purpose If you're managing files with TortoiseGit, simply renaming a file by deleting the old one and creat...2025.07.17git
WSL【Beginner】 Use Ubuntu by WSL The purpose WSL 2.0 lets you run Linux (Ubuntu) on Windows. I tried setting it up based on some guides I fo...2025.07.16WSL
TypeScriptThings I struggled with when migrating from JavaScript to TypeScript The purpose As per the title. This is a memo. Will be updated as needed. Error when passing a function's...2025.07.16TypeScript
AIRunning an LLM Locally with AMD GPU (DirectML) – Experimental Setup The purpose I'll try running an LLM using an AMD GPU. I'll be using DirectML and its sample code. I'll modi...2025.07.15AI
AIGenerating Audio with Stable Audio Open 1.0 on AMD GPUs The purpose I'm going to try generating audio with Stable Audio Open 1.0 using an AMD GPU. I'll be using DirectML. ...2025.07.15AI
AIFailed to download Model(Cannot access gated repo…) The purpose You may encounter an error like the following when attempting to automatically download models using fr...2025.07.14AI
AI[Python]Storage location for models downloaded via from_pretrained (etc.) The purpose When executing model test code or similar, models may be automatically downloaded from Hugging Face and...2025.07.14AI
AI401/403 Errors on Hugging Face The purpose You may encounter a 401/403 error when attempting to download models from Hugging Face, preventing the ...2025.07.11AI
ApplicationFree Alternatives to Paid Apps: A Compilation The purpose A Roundup of Free Alternatives for Paid Windows Apps Alternatives Image processingPhotoshopClipStudi...2025.07.11Application
AIRunning ComfyUI Locally Using an AMD GPU (DirectML) The purpose Normally, Stable Diffusion Forge requires an NVIDIA GPU (like a GeForce card). While ComfyUI pr...2025.07.10AI