Deploy Deepseek Locally with Ollama and Integrate into VSCode
Run DeepSeek locally on macOS with Ollama and connect it to VSCode via the Continue extension for AI-assisted coding.
Page 2 of 3
Run DeepSeek locally on macOS with Ollama and connect it to VSCode via the Continue extension for AI-assisted coding.
A comprehensive introduction to the Matter smart home protocol covering its data model, commissioning flow, comparison to Xiaomi MIoT SPEC, and the new camera support in Matter 1.5.
A guide to installing and running ComfyUI on Apple Silicon Mac, including Python setup, PyTorch, dependencies, and troubleshooting.
A walkthrough of LeetCode 1631 (minimax path) using binary search + BFS/DFS, union-find (Kruskal), and adapted Dijkstra.
A personal travelogue covering transportation, accommodation, payment, communication, attractions, food, and impressions from a Hong Kong trip after winning a round-trip ticket from the "World of Winners" campaign.
An app becomes a process when loaded. macOS executables use the Mach-O format with a Header, Load Commands, and Raw Segment Data (__TEXT, __DATA, __LINKEDIT). Fat Binaries bundle multiple architectures.
A guide to HTTP Live Streaming (HLS) protocol covering its architecture, file formats (TS and fMP4), playback modes (VOD and live streaming), security with FairPlay, and practical setup using mediastreamsegmenter and ffmpeg.
An introduction to FFmpeg covering installation, command-line syntax, transcoding, stream selection, filtergraphs, and the architecture of its core library modules.