Entries from 2026-01-01 to 1 year
A quick reference for how to clone only a specific directory from a Git repository. Introduction How to Clone Only a Specific Directory with Git Commands Example Conclusion References Introduction I needed to clone only a specific director…
A quick note on how to change the default terminal in VSCode to Git Bash. Introduction How to Set Git Bash as the Default Terminal in VSCode 1. Open Settings 2. Type "terminal.integrated.defaultProfile.windows" in the search bar 3. Select …
A quick note on how to return to your original cursor position after jumping to a code definition with F12 (Go to Definition) in VSCode. Introduction Shortcut to Go Back in VSCode Conclusion References Introduction F12 (Go to Definition) i…
Here's a guide on how to fix the issue where VSCode's F12 (Go to Definition) stops working when using Python's venv. Introduction How to Fix F12 (Go to Definition) Not Working with venv in VSCode Cause Solution Conclusion Introduction VSCo…
These are my reading notes on the NVIDIA Cosmos Policy paper, "Cosmos Policy: Fine-Tuning Video Models for Visuomotor Control and Planning." Introduction Cosmos Policy: Fine-Tuning Video Models for Visuomotor Control and Planning Backgroun…
A quick note on how to obtain the SQL Server 2022 Developer installer. Introduction Getting SQL Server 2022 Developer Installer Download URL Is This URL Trustworthy? Conclusion References Introduction The installer for SQL Server 2022 Deve…
aka.ms is a URL shortener officially operated by Microsoft. Introduction What is aka.ms? Is aka.ms really issued by Microsoft? The domain is owned by Microsoft Only Microsoft can create shortened URLs Conclusion References Introduction If …
These are my notes from trying out ACE-Step 1.5 locally. Introduction Running the Music Generation AI "ACE-Step 1.5" Locally Installing ACE-Step 1.5 Running ACE-Step 1.5 with the Gradio Web UI Troubleshoot - RuntimeError: MPS backend out o…