All Articles

143493 articles · Page 407 of 7175
Selected Java Interview Questions
Selected Java Interview Questions
Apr 29, 2026 · Artificial Intelligence

How to Write Your Own Claude Skill

This guide explains the simple file structure of a Claude Skill, compares it with CLAUDE.md, shows where to store skills at personal, project, or plugin level, and provides detailed best‑practice tips, code examples, and validation steps for creating effective, on‑demand AI agent skills.

Agent SkillsAutomationClaude
0 likes · 13 min read
How to Write Your Own Claude Skill
Ops Community
Ops Community
Apr 29, 2026 · Operations

Production-Ready Nginx Rate Limiting: Stop Crawlers, Block Malicious Requests, Protect APIs

This guide explains how to use Nginx's built‑in limit_req and limit_conn modules to implement production‑grade rate limiting, covering leaky‑bucket theory, IP and API‑key based limits, burst and nodelay handling, whitelist bypass, custom error responses, dry‑run testing, memory sizing, and the inherent limitations that may require Redis‑Lua or OpenResty extensions.

API protectionLeaky BucketNginx
0 likes · 21 min read
Production-Ready Nginx Rate Limiting: Stop Crawlers, Block Malicious Requests, Protect APIs
Taobao Design
Taobao Design
Apr 29, 2026 · User Experience Design

When Products Grow on Trees: Rethinking Farm Game Design with AI and Surrealism

The article details a visual redesign of the long‑running Taobao interactive game Baba Farm, introducing a surreal “everything‑tree” concept powered by AI to transform static fruit‑on‑tree mechanics into a unified “product‑as‑tree” experience, outlining three development phases, UI hierarchy optimizations, and narrative‑driven feedback to re‑engage users.

AIgame UIsurrealism
0 likes · 7 min read
When Products Grow on Trees: Rethinking Farm Game Design with AI and Surrealism
PaperAgent
PaperAgent
Apr 29, 2026 · Artificial Intelligence

Skill‑Driven Reasoning Cuts Tokens by Up to 59% While Boosting Accuracy

The article introduces the TRS (Thinking with Reasoning Skills) framework, which distills historical LLM reasoning traces into reusable skill cards, enabling offline skill‑base construction and online retrieval that dramatically reduces token consumption (6‑59%) and often improves accuracy on math and coding tasks.

Large Language ModelsReasoning SkillsTRS
0 likes · 13 min read
Skill‑Driven Reasoning Cuts Tokens by Up to 59% While Boosting Accuracy
MaGe Linux Operations
MaGe Linux Operations
Apr 29, 2026 · Operations

Step‑by‑Step Investigation of a High‑Load Production Server

During a mid‑year promotion an e‑commerce platform experienced a sudden spike in load average and response latency; the article walks through a systematic, command‑driven investigation that identifies an I/O bottleneck caused by mis‑configured log rotation and excessive debug logging, and presents immediate and long‑term remediation steps.

I/OLinuxLog Management
0 likes · 16 min read
Step‑by‑Step Investigation of a High‑Load Production Server
MaGe Linux Operations
MaGe Linux Operations
Apr 29, 2026 · Operations

Mastering Linux Load Average: What the Numbers Really Mean

This article explains Linux Load Average’s definition, how the three numbers are calculated, their relationship with CPU and I/O, practical interpretation rules, step‑by‑step troubleshooting workflows, monitoring setups, and optimization techniques for both CPU‑bound and I/O‑bound load spikes.

CPUI/OLinux
0 likes · 27 min read
Mastering Linux Load Average: What the Numbers Really Mean
Golang Shines
Golang Shines
Apr 29, 2026 · Cloud Native

Essential Docker Commands You Need to Master

This guide compiles the most frequently used Docker commands—covering basics, image handling, container control, volume management, networking, security, and additional utilities—providing clear screenshots to help developers boost deployment efficiency and resource management.

Cloud NativeDevOpsDocker
0 likes · 2 min read
Essential Docker Commands You Need to Master
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Apr 29, 2026 · Artificial Intelligence

Deploy DeepSeek‑V4 on Ascend NPU with Kthena in 3 Minutes (Prefill‑Decode Separation)

This guide walks through deploying the DeepSeek‑V4‑Flash model on Ascend NPU using Kthena’s ModelRoute, detailing the Prefill‑Decode (P/D) separation architecture, KV cache transfer via Mooncake, configuration of ModelServing and ModelRoute resources, and flexible scaling of Prefill and Decode replicas for optimal performance.

Ascend NPUDeepSeek V4KV cache
0 likes · 22 min read
Deploy DeepSeek‑V4 on Ascend NPU with Kthena in 3 Minutes (Prefill‑Decode Separation)
AI Tech Publishing
AI Tech Publishing
Apr 29, 2026 · Artificial Intelligence

Why Do AI Agents Forget and Hallucinate? A Complete Guide to KV‑Cache Memory Mechanisms

The article explains that AI agents’ forgetting and hallucinations stem from token‑level attention scores causing key‑value cache eviction before retrieval, then surveys KV‑cache basics, naive growth, streaming‑LLM windowing, SnapKV’s attention‑guided compression, token‑retention studies, Memory Sparse Attention, compares these methods, and discusses practical system pitfalls and design implications.

AI AgentsKV cacheMemory Sparse Attention
0 likes · 20 min read
Why Do AI Agents Forget and Hallucinate? A Complete Guide to KV‑Cache Memory Mechanisms
James' Growth Diary
James' Growth Diary
Apr 29, 2026 · Information Security

Claude Code’s Five‑Layer Permission System: How It Stops Unauthorized Tool Calls

The article dissects Claude Code’s built‑in five‑layer permission architecture, explaining why a single check is insufficient, how each layer (Hooks, Deny Rules, Permission Mode, Allow Rules, canUseTool) works, the engineering trade‑offs, performance concerns, and practical recommendations for secure AI agent deployments.

Claude CodeDeny RulesFive‑Layer Defense
0 likes · 18 min read
Claude Code’s Five‑Layer Permission System: How It Stops Unauthorized Tool Calls
Machine Heart
Machine Heart
Apr 29, 2026 · Artificial Intelligence

VEGA-3D: Unleashing Implicit 3D Priors in Video Generation for Scene Understanding

VEGA-3D extracts the hidden 3D priors embedded in large video generation models, fuses them with semantic features via token‑level adaptive gating, and demonstrates dramatically higher multi‑view consistency and state‑of‑the‑art results on 3D scene‑understanding benchmarks such as ScanRefer, ScanQA, VSI‑Bench and LIBERO—all without any additional 3D annotations.

Scene UnderstandingVEGA-3Dembodied AI
0 likes · 10 min read
VEGA-3D: Unleashing Implicit 3D Priors in Video Generation for Scene Understanding
Machine Heart
Machine Heart
Apr 29, 2026 · Industry Insights

Why the 52k‑Star Ghostty Is Leaving GitHub After 18 Years

Ghostty, the popular open‑source terminal with over 52 000 stars, is migrating away from GitHub because frequent platform outages—especially a two‑hour GitHub Actions failure—have crippled the maintainer’s workflow, prompting a broader developer backlash over GitHub’s shift toward AI‑driven growth at the expense of reliability.

Developer ExperienceGhosttyGitHub
0 likes · 8 min read
Why the 52k‑Star Ghostty Is Leaving GitHub After 18 Years
Old Zhang's AI Learning
Old Zhang's AI Learning
Apr 29, 2026 · Artificial Intelligence

Top 10 Open‑Source LLM Benchmarks: Scores, Rankings, and What They Test

This article walks through ten mainstream open‑source large‑model benchmarks—SWE‑bench Verified and Pro, MMLU‑Pro, GPQA Diamond, HLE, AIME, HMMT, olmOCR‑bench, Terminal‑Bench 2.0, and EvasionBench—explaining their data, evaluation metrics, current leading models, and the capability dimensions they reveal.

AI evaluationLLM benchmarksMMLU-Pro
0 likes · 20 min read
Top 10 Open‑Source LLM Benchmarks: Scores, Rankings, and What They Test
DataFunTalk
DataFunTalk
Apr 29, 2026 · Big Data

How Xiaohongshu Revamped Its Data Architecture for the Big AI Data Era

Xiaohongshu transformed its data platform from a simple ClickHouse‑based analytics stack to a unified lakehouse with generic incremental compute, cutting architecture complexity, resource cost, and development effort by roughly one‑third while supporting petabyte‑scale, sub‑second queries across its 350 million‑user app.

FlinkIncremental ComputeLakehouse
0 likes · 22 min read
How Xiaohongshu Revamped Its Data Architecture for the Big AI Data Era
DataFunTalk
DataFunTalk
Apr 29, 2026 · Artificial Intelligence

Hinton Warns: $4.8 Trillion AI Market Locked In – Is AGI a Foolish Term?

In a stark address at the World Digital Conference, Geoffrey Hinton warned that only about 1% of AI research focuses on safety while the $4.8 trillion market races ahead, critiquing the term AGI, outlining three classes of AI risk, and highlighting the dangerous concentration of AI power and resources worldwide.

AGIAI governanceAI market
0 likes · 12 min read
Hinton Warns: $4.8 Trillion AI Market Locked In – Is AGI a Foolish Term?
AI Architect Hub
AI Architect Hub
Apr 29, 2026 · Artificial Intelligence

Hermes Agent Guide: Install, Model Integration, Skills, MCP, Message Gateway

This comprehensive guide walks you through installing Hermes Agent, configuring over 20 model providers, setting up the Skill system, enabling MCP client/server modes, and connecting the agent to 17 messaging platforms, while also covering execution back‑ends, security settings, and troubleshooting tips.

AI AgentConfigurationHermes Agent
0 likes · 20 min read
Hermes Agent Guide: Install, Model Integration, Skills, MCP, Message Gateway
Architect Chen
Architect Chen
Apr 29, 2026 · Backend Development

The Ultimate Redis Guide: In‑Depth Overview of Architecture, Data Types, and Advanced Features

This comprehensive Redis guide covers its role as a core component in large‑scale architectures, explains common use cases, walks through installation and configuration options, details all primary data structures with commands and examples, and explores persistence, transactions, Lua scripting, replication, Sentinel, and cluster modes.

CacheClusterData Structures
0 likes · 18 min read
The Ultimate Redis Guide: In‑Depth Overview of Architecture, Data Types, and Advanced Features
Yunqi AI+
Yunqi AI+
Apr 29, 2026 · R&D Management

How to Reverse Engineer Legacy Systems for Reliable AI Coding

The article outlines a systematic reverse‑engineering process for legacy systems that extracts factual system knowledge, organizes it into AI‑consumable context, and integrates the workflow into a continuous delivery loop to improve AI draft accuracy and team cognition.

AI codingknowledge managementlegacy systems
0 likes · 14 min read
How to Reverse Engineer Legacy Systems for Reliable AI Coding
Architect's Tech Stack
Architect's Tech Stack
Apr 29, 2026 · Databases

Redis 8.0 Beyond Simple Caching: 16 Powerful Use Cases You Must Try

Redis 8.0 consolidates many previously external modules—JSON, time‑series, vector search, probabilistic data structures, and more—into a single package, and this article walks through 16 concrete scenarios ranging from field‑level cache expiration to AI‑ready vector similarity search, showing exact commands and when to prefer each feature.

CachingDistributed LockFull-Text Search
0 likes · 19 min read
Redis 8.0 Beyond Simple Caching: 16 Powerful Use Cases You Must Try