HTML-webkit-text-stroke behaves erratically (draws a border around text) [with alternatives available] The purpose In HTML, the -webkit-text-stroke style is available for outlining text. (Although it has -webkit- prefi...2025.07.22HTML
WSLDownload source for link icons for various social media platforms, etc. The purpose When creating web pages, I often link to platforms like X. I've compiled the locations of the icons...2025.07.22WSL
AIRunning Flux.1 on Local Stable Diffusion Forge in a CUDA-less Environment (CPU) The purpose Normally, Stable Diffusion Forge requires an Nvidia GPU (like GeForce). The article below introduced...2025.07.18AI
JavaScriptCreating Unique Strings (UUIDs) in JavaScript The purpose Creating Unique Strings (UUIDs) in JavaScript. Example I'll give the class a unique string (UUID)...2025.07.18JavaScript
Windows[Workaround] Print Screen Not Working in Windows The purpose It's frustrating when something that used to work fine, like the Print Screen function in Windows 1...2025.07.17Windows
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