Blog Archive
Explore the tech world, document development insights.
Obsidian Aliyun OSS Sync Configuration Guide
Simply put, use Aliyun's object storage to sync Obsidian notes across multiple devices
OpenClaw Deployment Guide
Detailed documentation of the complete OpenClaw deployment process on Windows systems, including environment preparation, installation configuration, model setup, and more
Linear Attention: AI's External Brain
Simply put, linear attention gives AI a USB drive so it doesn't have to re-read all the code every time
Obsidian OneDrive Sync Configuration Guide
Simply put, use OneDrive's free 5GB space to sync Obsidian notes
UeToolkit User Guide
Complete user guide for UeToolkit toolbox, including project management, asset management, AI assistant, and configuration tools
RAG: Adding an External Knowledge Base to Large Models
Simply put, RAG adds an external knowledge base to large models. Each time you ask a question, it first searches the knowledge base for information, then has the large model answer based on the found information, so it won't make things up.
Rust Environment Setup
Documentation on how to set up a basic Rust environment
Transformer Architecture: How Large Models Understand What You Say
Simply put, Transformer lets each word see other words and then decide which words are more important. This article explains Transformer's working principle in the most straightforward way.
AgentSkills: AI's Local Skill Library
AgentSkills is AI's skill library, local and transparent, especially suitable for team collaboration
MCP (Model Context Protocol): Unified Standard for AI Tool Access
MCP is a protocol that standardizes how AI accesses external resources and tools
Vercel Website Deployment and Domain Configuration Guide
Simply put, use Vercel to deploy your website for free and bind your own domain
Git Command Cheatsheet
Simply put, a quick reference for commonly used Git commands
Unreal Engine Inventory System Development Tutorial
Simply put, building a complete inventory system from scratch, including item pickup, stacking, and dropping