nodejsDebugging Node.js server code in Visual Studio Code The purpose Debug an HTTP server implemented in Node.js using Visual Studio Code. environment Node.js v20.16...2024.10.312024.11.29nodejs
nodejsUsing port 80 with Node.js on Windows The purpose The following article launched an HTTP server using Node.js. I read that using Node.js on a Unix-li...2024.10.312024.11.29nodejs
nodejsCreating a server (module) in Node.js(module) The purpose I will create an HTTP server using Node.js. The implementation will use ESM (import) instead of CJS...2024.10.312024.11.29nodejs
Unity【Unity6】Using the button without setting it up in the Inspector The purpose The following article uses buttons set via the Inspector. However, since the buttons are not used w...2024.10.292024.11.29Unity
Unity【Unity6】Support for garbled Japanese characters(□ is shown) The purpose Troubleshooting Japanese character display issues in Unity's GUI (square boxes instead of text). ...2024.10.282024.11.29Unity
UncategorizedModifying the Gemini filter settings in a NodeJS environment The purpose Gemini has filters in place to prevent it from generating violent or sexually explicit content. We ...2024.10.262024.11.29Uncategorized
nodejsGemini and Node.js Playground Summary The purpose This is a summary of articles that use Gemini, Google's AI, with NodeJS. Official Art...2024.10.262024.11.29nodejs
BlenderOrganizing copied materials in Blender The purpose When you copy an object in Blender, its materials are also copied and saved with a new name. While you ...2024.10.242024.11.29Blender
Unity【Unity6】Notes on Creating FPS-like Behavior The purpose I'm creating FPS-like movement controlled by the mouse in Unity. I'll list the creation process and ...2024.10.232024.11.29Unity
Unity【Unity6】Importing Blender objects into Unity The purpose Importing a simple 3D object (no rigs) created in Blender into Unity. Notes below. Environment ...2024.10.222024.11.29Unity