macOS
I'll install Stable Diffusion web UI on my M2 Mac and get it up and running. Introduction Running Stable Diffusion web UI on M2 Mac 1. Installing Required Libraries 2. Clone the Stable Diffusion web UI Source Code 3. Place the Stable Diffu…
A quick note on where font files are stored on Mac. Introduction Font File Locations on macOS Conclusion References Introduction I couldn't find where font files are located on macOS, so I'll briefly research and summarize the information.…
This is a note on how to disable clamshell mode on M2 MacBook. Introduction How to Disable Clamshell Mode Using noclamshell Appendix: Understanding How noclamshell Works Appendix: Uninstalling noclamshell Conclusion References Introduction…
We will create a shell command to quickly combine the contents of multiple files, including directory structure information, for LLM prompts. Introduction Shell Command to Concatenate Multiple Files for AI Coding Goal Command Implementatio…
A quick memo on how to check Xcode and SDK versions using the CLI. Introduction Check Xcode and SDK Versions via Command Method Examples Conclusion References Introduction When installing tools on a Mac, there may be dependencies requiring…
Build the pixel art tool "Aseprite" from the source code on Mac. Introduction Building Aseprite from Source Getting the Aseprite Source Code Required Libraries Compilation Appendix: Running Aseprite as an Application Conclusion References …