2025– date –
-
Mastering Serial Communication on Ubuntu and VMware: Complete Setup & Bidirectional Communication Guide
Introduction I previously wrote about serial communication under Windows. Working with Ubuntu, however, is quite different. The concepts of permissions and device files vary fundamentally, so it’s essential to understand these difference... -
Why I Chose VMware Over WSL for My Claude Code Environment
Why I Chose VMware Discovering Claude Code Claude Code is Anthropic's groundbreaking AI pair programming tool. It lets you interact with Claude from the command line, generating, debugging, and refactoring code in natural language. This ... -
Reviving Legacy Systems: How to Use the Modern Serial Communication Dashboard Built with Python
Modern Serial Communication System Architecture Legacy Equipment Manufacturing Equipment RS-232C (20-30 years old) Testing Equipment RS-485 (High-cost asset) TCP Bridge socket://host:port Modern Serial Communication Python + Textual TUI ... -
MSPFrom Scratch: The Story and Structure of MSP, My Custom Python ProtocolMSP
MSP: Building a Custom Communication Protocol with Python Have you ever felt that existing communication tools, while powerful, can feel like a black box?That very frustration led me to create my own protocol—something transparent, educa... -
Running FramePack on WSL — From Repository Clone to a 10-Second Clip
🎬 FramePack: A New-Generation Model That Turns Still Images into High-Quality Video FramePack is an advanced next-frame-section prediction model that can grow a single image into a coherent video, section by section.Even its 13-billion-... -
Working with pyenv-win and VSCode: Notes from Real-World Testing
Working with PowerShell and VSCode Pyenv and VSCode Integration Workflow Step 1 pyenv local 3.10.11 Step 2 python -m venv .venv Step 3 Select Interpreter in VSCode Differences Between PowerShell and VSCode PowerShell Activation command r... -
Making seed-vc Work with CUDA 12.6: Technical Implementation Notes
Troubleshooting seed-vc After a Major Version Update: CUDA 121 to 126 Migration Guide SEED-VC: Voice Conversion System Main Features 🔊 • Zero-shot voice conversion 🔊 • Zero-shot real-time voice conversion 🗣️ (~300ms algorithm delay, ~1... -
Nextcloud Domain Migration: Preserving Functionality While Changing Domains
How to Change Your Nextcloud Domain: A Comprehensive Guide Introduction Due to various circumstances, I recently needed to change the domain for my Nextcloud installation. This isn't as straightforward as it might initially seem, especia... -
Docker WordPress Container Management: Data Persistence and Update Strategies
WordPress Container Updates and Data Persistence Docker Best Practices Not Recommended Running apt update or installing packages in containers Violates immutability principle, security risks Recommended Define packages and dependencies i... -
Multiple Python Environments in WSL for Stable Diffusion: pyenv and Virtual Environment Implementation
Installing Stable Diffusion on Ubuntu 24.04 Python Management and Stable Diffusion Implementation in WSL WSL and Python Setup Install WSL Ubuntu 24.04 Via Microsoft Store Python 3.12.3 (Default) Install pyenv Manage multiple Python versi...