Avatar 🍥

KnightLi Blog

记录并分享日常

  1. Home
  2. About
  3. Archives
  4. Search
  5. Links
    1. Dark Mode

Archives

2026 417
2025 23
2024 5
2023 9
2022 33
2021 5
2020 8

Categories

AI Tools Technical Docs Hardware Development Tools AI Industry Operations Security Updates Business Analysis

Tags

AI Agent Ai-Tools AI Coding Developer Tools Codex Claude Code Local LLM OpenAI MCP Linux Ubuntu ChatGPT Claude Ollama Gemini Python Anthropic Llama.cpp NAS Open Source GPU AI Art DeepSeek Gemma 4 Google LLM Prompts Windows GGUF AI Models
AI Tools

How to use academic-research-skills? Claude Code Academic Research Skill Kit

Putting together the Imbad0202/academic-research-skills project: how it brings literature research, paper writing, peer review, revising and final formatting into a Claude Code Skill workflow, with an emphasis on human-in-the-loop and citation checking.

2026-06-06
4 minute read
中文简体 中文繁體 日本語 Español
Development Tools

How to use Agent-Reach? Provide AI Agent with multi-platform search and reading capabilities

Organizing the Panniantong/Agent-Reach project: how it allows AI Agents to read and search platform information such as Twitter, Reddit, YouTube, GitHub, Bilibili, Xiaohongshu, etc. through a CLI and try to avoid API fees.

2026-06-06
2 minute read
中文简体 中文繁體 日本語 Español
AI Tools

How to use career-ops? Manage your job search process with Claude Code

Organizing the santifer/career-ops project: how it uses Claude Code, 14 skill modes, Go dashboard, PDF generation and batch processing to turn job hunting into an automated management system.

2026-06-06
2 minute read
中文简体 中文繁體 日本語 Español
Development Tools

How to use CopilotKit? Connect AI Copilot and Generative UI to front-end applications

Organize the CopilotKit/CopilotKit project: how it provides Agent front-end stack for React, Angular, mobile, Slack and other scenarios, and builds AI Copilot experience around Generative UI and AG-UI Protocol.

2026-06-06
2 minute read
中文简体 中文繁體 日本語 Español
Development Tools

How to use DeepSeek-Reasonix? DeepSeek native terminal programming agent

Putting together the esengine/DeepSeek-Reasonix project: how it designed terminal programming agents around the DeepSeek prefix cache and reduced long-session costs through reasonix.toml, plugins, MCP-compatible tools, and multi-model configurations.

2026-06-06
4 minute read
中文简体 中文繁體 日本語 Español
Development Tools

How to Use EverOS: A Local Framework for Long-Term AI Agent Memory

A look at EverMind-AI/EverOS: how it turns conversations, agent trajectories, and files into retrievable, evolving long-term memory, using Markdown, SQLite, and LanceDB as a lightweight local storage stack.

2026-06-06
4 minute read
中文简体 中文繁體 日本語 Español
Development Tools

How to Use HyperFrames: An Agent-Friendly Tool for Making Videos with HTML

A look at heygen-com/hyperframes: how it lets developers and AI agents describe video scenes in HTML, then render them into videos for product demos, animated explainers, and programmatic video generation.

2026-06-06
4 minute read
中文简体 中文繁體 日本語 Español
AI Tools

How to use last30days-skill? Let AI Agent do trend research in the last 30 days

Put together the mvanhorn/last30days-skill project: how it lets an AI agent search for the last 30 days of information across Reddit, X, YouTube, Hacker News, Polymarket, and the Web and generate evidence-based trend summaries.

2026-06-06
2 minute read
中文简体 中文繁體 日本語 Español
Development Tools

How to use MemPalace?开源 AI 记忆系统适合哪些 Agent 场景

Organize the MemPalace/mempalace project: as an open source AI memory system, how it serves LLM, Agent and MCP scenarios, and the boundaries that need to be paid attention to when using long-term memory.

2026-06-06
2 minute read
中文简体 中文繁體 日本語 Español
AI Tools

How to use open-notebook? The open source version of NotebookLM is more suitable for self-built knowledge learning

Organize the lfnovo/open-notebook project: It is implemented as an open source NotebookLM, how it serves learning, notes, knowledge organization and private data Q&A, and provides a more flexible self-built space.

2026-06-06
2 minute read
中文简体 中文繁體 日本語 Español
AI Tools

How to use OpenAI Whisper? Positioning and boundaries of open source speech recognition models

Organizing the openai/whisper project: This open source speech recognition model based on large-scale weakly supervised training is suitable for transcription, subtitles, translation and multi-language speech processing, but production deployment still requires attention to speed and resources.

2026-06-06
2 minute read
中文简体 中文繁體 日本語 Español
AI Tools

How to use PaddleOCR? Turn PDFs and images into structured data usable by AI

Organizing the PaddlePaddle/PaddleOCR project: how it converts PDF and image documents into structured data, supports 100+ languages, and serves OCR, document parsing, RAG and AI document understanding scenarios.

2026-06-06
2 minute read
中文简体 中文繁體 日本語 Español
Operations

How to use Trivy? Container, Kubernetes and repository security scanning tools

Organizing the aquasecurity/trivy project: how it scans container images, Kubernetes, code repositories, cloud configurations, IaC, Secrets, SBOMs and vulnerabilities, and is a common security tool for DevSecOps.

2026-06-06
2 minute read
中文简体 中文繁體 日本語 Español
Development Tools

How to Use Understand-Anything: Turn a Codebase into a Question-Answerable Knowledge Graph

A look at Lum1104/Understand-Anything: how it turns code repositories into interactive knowledge graphs that can be explored, searched, and queried, with support for Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.

2026-06-06
3 minute read
中文简体 中文繁體 日本語 Español
Development Tools

Is Svelte still worth learning? Re-understand this compiled front-end framework

Organizing the sveltejs/svelte project: why this compiled front-end framework has been popular for a long time, how it is different from React and Vue, and which projects it is suitable for use.

2026-06-06
2 minute read
中文简体 中文繁體 日本語 Español
Technical Docs

Is the OpenAI Plugins repository still worth looking at? Understanding the evolution of tool calls from the plug-in era

Organizing the openai/plugins repository: As an early example of OpenAI Plugins, how it helps understand AI tool invocation, plug-in manifest, API exposure and the subsequent evolution of the Agent tool ecosystem.

2026-06-06
2 minute read
中文简体 中文繁體 日本語 Español
AI Tools

Personal AI Infrastructure: How to build personal AI infrastructure

Organizing the danielmiessler/Personal_AI_Infrastructure project: how it combines AI, automation, agents, and personal productivity into a set of infrastructure for personal ability amplification.

2026-06-06
3 minute read
中文简体 中文繁體 日本語 Español
Development Tools

What do you think of the Go language official repository? Understand the evolution of Go from source code

Organize the golang/go official repository: It carries the Go programming language source code, standard library, compiler, runtime, issue discussion and language evolution. It is the core entrance to understand the Go ecosystem.

2026-06-06
2 minute read
中文简体 中文繁體 日本語 Español
Operations

What do you think of the NGINX open source repository? Web servers, reverse proxies, and load balancing infrastructure

Organize nginx/nginx official open source repository: NGINX's positioning in Web Server, reverse proxy, load balancing, cache, HTTP/2, HTTP/3, TLS and TCP/UDP proxy.

2026-06-06
2 minute read
中文简体 中文繁體 日本語 Español
Development Tools

What is Microsoft MXC? Policy-driven isolation and containerization experiments

Organize the microsoft/mxc project: it focuses on policy-driven, layered isolation and containment, and uses Rust to build policy-driven isolation and constraint capabilities.

2026-06-06
2 minute read
中文简体 中文繁體 日本語 Español
AI Tools

What is VibeVoice? Is Microsoft’s open source voice AI project worth paying attention to?

Organizing the Microsoft/VibeVoice project: It is positioned as Open-Source Frontier Voice AI, suitable for developers who focus on speech generation, speech interaction, open source speech models and local speech AI to continue tracking.

2026-06-06
2 minute read
中文简体 中文繁體 日本語 Español
Development Tools

Why is Vite fast? The default choice for modern front-end build tools

Organizing the vitejs/vite project: As a modern front-end construction tool, it has become a common entry point for Vue, React, Svelte and other projects through fast dev server, HMR, Rollup construction and plug-in ecology.

2026-06-06
2 minute read
中文简体 中文繁體 日本語 Español
Development Tools

ai-engineering-from-scratch: A Roadmap for Building AI Engineering from the Ground Up

A look at rohitg00/ai-engineering-from-scratch: how it covers machine learning, deep learning, audio, Transformers, generative AI, reinforcement learning, and LLM engineering through from-scratch implementations.

2026-06-06
4 minute read
中文简体 中文繁體 日本語 Español
Development Tools

How to use Headroom? A context-saving local compression layer for AI agents

Organize the chopratejas/headroom project: how it does contextual compression before tool output, logs, RAG fragments and files enter LLM, and provides four access methods: library, agent, Agent wrap and MCP Server.

2026-06-06
6 minute read
中文简体 中文繁體 日本語 Español
Development Tools

How to use Taste Skill? Add some aesthetic constraints to AI front-end generation

Organize the Leonxlnx/taste-skill project: how it uses Agent Skill to constrain the layout, fonts, animations, density and visual direction generated by the AI ​​front-end, so that Codex, Cursor, and Claude Code produce less template-like interfaces.

2026-06-06
5 minute read
中文简体 中文繁體 日本語 Español
Technical Docs

Is English-level-up-tips Worth Reading? An Unusual Guide to Learning English

A look at byoungd/English-level-up-tips: why this Chinese English-learning guide is popular, who it is for, how to combine it with AI for listening, speaking, reading, and writing practice, and what boundaries to keep in mind.

2026-06-06
5 minute read
中文简体 中文繁體 日本語 Español
Development Tools

How to use xianyu-auto-reply? Xianyu automatic reply system functions and deployment notes

Organize the zhinianboke/xianyu-auto-reply project: what it can do, what is the technology stack, Docker deployment method, default port, account security, platform rules and usage risks.

2026-06-06
7 minute read
中文简体 中文繁體 日本語 Español
AI Tools

How to Use Gemma 4 12B: Hugging Face Model Card and Local Loading Guide

A practical reading of the google/gemma-4-12B Hugging Face model card: where Gemma 4 12B Unified sits in the Gemma 4 lineup, what 256K context means, local hardware expectations, quantization, Transformers loading, and usage limits.

2026-06-06
11 minute read
中文简体 中文繁體 日本語 Español
AI Tools

NVIDIA Nemotron 3 Ultra Released: An Open Reasoning Model for Long-Running Agents

A summary of NVIDIA Nemotron 3 Ultra: a 550B-parameter MoE open model with 55B active parameters, built for long-running agent orchestration, long context, high throughput, lower cost, and enterprise customization.

2026-06-06
9 minute read
中文简体 中文繁體 日本語 Español
AI Tools

ChatGPT Memory Upgrade: What Dreaming Is and How Users Can Control It

A concise explanation of OpenAI's ChatGPT memory upgrade: how Dreaming V3 synthesizes historical context in the background, improves freshness, continuity, and relevance, and how users can view, edit, or disable memory.

2026-06-06
7 minute read
中文简体 中文繁體 日本語 Español
Operations

Install Joplin Server on Synology DSM 7.x with Container Manager

A Synology DSM 7.x guide for deploying Joplin Server with Container Manager Projects, covering directory setup, Docker Compose, APP_BASE_URL, first login, client sync, reverse proxy, and remote access.

2026-06-06
8 minute read
中文简体 中文繁體 日本語 Español
Operations

How to Install Joplin Server: Docker Compose Setup for Private Sync

A practical Docker Compose guide for deploying a private Joplin Server, covering PostgreSQL, APP_BASE_URL, admin initialization, user activation, client sync, HTTPS reverse proxy, and backups.

2026-06-05
7 minute read
中文简体 中文繁體 日本語 Español
AI Tools

Can Gemma 4 12B Run Locally? 16GB PC Trial and Getting Started Notes

A practical look at Google Gemma 4 12B: whether it can run locally on a 16GB machine, whether beginners should try LM Studio, Ollama, or Google AI Edge Gallery, and how local multimodal models differ from cloud models.

2026-06-05
10 minute read
中文简体 中文繁體 日本語 Español
Operations

Synology DSM 7.3 Container Manager Multi-NIC and Macvlan Setup

A practical guide to using Macvlan with Synology DSM 7.3 and 7.2 Container Manager for multi-NIC binding, dedicated LAN IPs, Compose configuration, Open vSwitch, and common pitfalls.

2026-06-05
6 minute read
中文简体 中文繁體 日本語 Español
AI Tools

MiniMax M3 Released: Coding Agents, 1M Context, and Native Multimodality

A concise look at MiniMax M3: coding and agent capabilities, up to 1M-token context, native multimodality, MiniMax Code integration, Token Plan, and API usage.

2026-06-01
8 minute read
中文简体 中文繁體 日本語 Español
AI Tools

How Much Extra Token Usage Do subagents Cost? Multi-Agent Costs and Usage Strategy

A practical look at how subagent and multi-agent workflows affect token usage: why costs increase, rough multipliers in different scenarios, and how to trade off speed, stability, and token consumption.

2026-05-31
7 minute read
中文简体 中文繁體 日本語 Español
AI Industry

NVIDIA Releases Qwen3.6-35B-A3B-NVFP4: An FP4 Quantized Version for vLLM Deployment

A summary of NVIDIA's Qwen3.6-35B-A3B-NVFP4 release on Hugging Face: model origin, NVFP4 quantization, vLLM deployment commands, hardware requirements, benchmark results, and usage limits.

2026-05-31
5 minute read
中文简体 中文繁體 日本語 Español
Technical Docs

How to Manage Multiple Devices and Folders in Syncthing: Topology, Naming, and Versioning

A practical guide to managing Syncthing across many devices and folders: build a star topology around a NAS, standardize Folder IDs and paths, use introducers to reduce pairing work, and reduce deletion, conflict, and cache-sync risks with folder types, versioning, and ignore patterns.

2026-05-31
8 minute read
中文简体 中文繁體 日本語 Español
Technical Docs

How to Sync iPhone Photos to a PC or NAS with Syncthing

A practical guide to syncing iPhone photos to a PC or NAS with Syncthing-compatible iOS clients: Mobius Sync, FSync, photo permissions, Local Network access, Camera Roll folders, Send Only, Receive Only, and the limits of iOS background execution and iCloud optimized storage.

2026-05-31
8 minute read
中文简体 中文繁體 日本語 Español
Technical Docs

Using Syncthing on Android: Syncthing-Fork Setup and Photo Backup

A practical guide to using Syncthing-Fork on Android: installation sources, storage permissions, battery optimization, device pairing, receiving shared folders, backing up phone photos to a PC or NAS, Wi-Fi and charging run conditions, Send Only / Receive Only, and Android storage limitations.

2026-05-31
10 minute read
中文简体 中文繁體 日本語 Español
Technical Docs

How to Configure Syncthing for Multiple Devices: Peer Networks, Star Topology, and Introducers

A practical guide to Syncthing multi-device setup: P2P peer architecture, pure mesh mode, NAS-centered star topology, device pairing, folder sharing, introducers, and folder types.

2026-05-31
9 minute read
中文简体 中文繁體 日本語 Español
Technical Docs

Deploy Syncthing with Docker: Compose, Ports, and Volume Mapping Pitfalls

A practical guide to deploying Syncthing with Docker: start the container with Docker Compose or docker run, map configuration and sync directories correctly, and handle ports, firewalls, PUID/PGID permissions, and Web UI security.

2026-05-31
9 minute read
中文简体 中文繁體 日本語 Español
Technical Docs

How to Use Syncthing: Practical Notes from Device Pairing to File Sync

A practical guide to Syncthing based on the official documentation: device IDs, folder sharing, folder types, firewall ports, ignore rules, file versioning, security boundaries, and what to watch for when syncing between NAS, Windows, and Android devices.

2026-05-31
10 minute read
中文简体 中文繁體 日本語 Español
Operations

Sync Local Markdown Notes with a Self-Hosted Git Server on a NAS

A local-first notes setup that stores Markdown notes on a NAS Git Server and syncs them across Android and Windows devices, covering the NAS repository, Android setup, and Windows setup.

2026-05-30
10 minute read
中文简体 中文繁體 日本語 Español
Development Tools

Obsidian vs Joplin: A Markdown Notes App Comparison Guide

Compare Obsidian and Joplin across open-source status, data storage, sync cost, plugin ecosystem, web clipping, and ideal users to choose the Markdown notes app that fits you best.

2026-05-30
6 minute read
中文简体 中文繁體 日本語 Español
Development Tools

Joplin: An Offline-First Open-Source Notes App with Sync and Encryption

A look at laurent22/joplin: an open-source notes and to-do app for Windows, macOS, Linux, Android, and iOS, with Markdown, offline-first storage, end-to-end encrypted sync, Evernote import, plugins, and Web Clipper.

2026-05-30
6 minute read
中文简体 中文繁體 日本語 Español
Development Tools

Jimmy: Convert Exports from Evernote, Notion, Google Keep, and More into Markdown

A look at marph91/jimmy, an open source tool for converting different note apps and document formats into Markdown, with CLI, TUI, offline execution, and cross-platform standalone binaries.

2026-05-30
5 minute read
中文简体 中文繁體 日本語 Español
Hardware

Silicon Motion SATA SSD Controller Guide: DRAM Cache vs DRAM-less XT Series

A table-based guide to representative Silicon Motion SATA SSD controllers, comparing DRAM-cached solutions and the DRAM-less XT series by model, positioning, NAND pairing, and use case.

2026-05-30
5 minute read
中文简体 中文繁體 日本語 Español
AI Tools

Which AI Mobile Automation Project Is Stronger? MobiAgent, Mobile-Agent, Mobilerun, and mobile-use Compared

A comparison of four mobile GUI agent projects: MobiAgent, Mobile-Agent, Mobilerun, and mobile-use, covering basic information, functional focus, strengths, weaknesses, and suitable use cases.

2026-05-29
7 minute read
中文简体 中文繁體 日本語 Español
AI Tools

mobile-use Highlights: Let AI Operate Real Apps and Extract Data

A look at minitap-ai's open source mobile-use: an AI agent framework for controlling Android and iOS apps with natural language, emphasizing task decomposition, structured extraction, and AndroidWorld benchmark performance.

2026-05-29
4 minute read
中文简体 中文繁體 日本語 Español
1 2 3 4 5 10
© 2022 - 2026 KnightLi Blog
记录并分享
Built with Hugo
Theme Stack designed by Jimmy