macOS

Running Stable Diffusion on M2 Mac | Stable Diffusion web UI

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…

Where Are Font Files Located on macOS

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.…

Making M2 MacBook Sleep When Closed : Disabling Clamshell Mode

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…

Shell Command to Combine Multiple Files for AI Coding

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…

Check Xcode and SDK Versions via Command

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…

Building Aseprite from Source | macOS

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 …