This document explains how to configure VS Code Copilot Chat to use a local LLM running on your NVIDIA GPU, optimized for Ruby on Rails development.
Run the following commands:
Format name: Letter‑Aligned Lyric Timing Specification
Short name: LLTS
File extension: .llts
LLTS defines a copyright‑safe interchange format for precise lyric timing, including sub‑word (letter‑range) alignment, without containing any lyric text. The format is intended for karaoke engines, DAWs, captioning tools, and research systems that require deterministic alignment while relying on user‑supplied lyrics obtained separately.
Here are the steps I used to install Omarchy in dual boot with Windows (inspired by https://www.youtube.com/watch?v=9jTk3K3ExaI):
sfdisk /dev/nvme0n1 -> make 1 EFI partition (nvme0n1p4 - 1G), 1 Linux partition (nvme0n1p5 - remaining space)mkfs.vfat -F 32 /dev/nvme0n1p4
mkfs.btrfs /dev/nvme0n1p5
| #include <ifaddrs.h> | |
| // http://stackoverflow.com/questions/25626117/how-to-get-ip-address-in-swift | |
| func getIFAddresses() -> [String] { | |
| var addresses = [String]() | |
| // Get list of all interfaces on the local machine: | |
| var ifaddr : UnsafeMutablePointer<ifaddrs> = nil | |
| if getifaddrs(&ifaddr) == 0 { | |