Stable Diffusion XL on macOS: Efficient Testing with BDD and safetensorsLearn how to optimize Stable Diffusion XL (SDXL) for macOS using Metal Performance Shaders, BDD testing, and safetensors. Step-by-step guide with practical code examples and performance insights.2025/1/12Stable DiffusionPyTorchmacOSBDDTestingsafetensorsMachine LearningTutorialPerformance Optimization
MCPサーバーのリファクタリング記録:コード分割とテスト実装Model Context Protocol(MCP)に対応したRedmineサーバーの開発過程で実施したリファクタリングを解説します。特にモジュール分割による保守性の向上と、実環境での制約に基づくテスト戦略に焦点を当てて、実践的な開発知見を共有します。2025/1/7MCPRedmineTypeScriptADRJestTesting