Su San Talks Tech
Author

Su San Talks Tech

Su San, former staff at several leading tech companies, is a top creator on Juejin and a premium creator on CSDN, and runs the free coding practice site www.susan.net.cn.

1.0k
Articles
0
Likes
5.8k
Views
0
Comments
Recent Articles

Latest from Su San Talks Tech

100 recent articles max
Su San Talks Tech
Su San Talks Tech
Aug 20, 2026 · Artificial Intelligence

Why FastMCP Is Becoming the Default Choice for AI Agents

FastMCP now powers over 70% of MCP servers, offering a Pythonic decorator‑based API that automates schema, validation and documentation, bridges prototype and production workloads, and enjoys a thriving ecosystem, which together explain its rapid adoption among AI developers.

AI AgentsFastMCPMCP
0 likes · 16 min read
Why FastMCP Is Becoming the Default Choice for AI Agents
Su San Talks Tech
Su San Talks Tech
Aug 17, 2026 · Backend Development

Why Is kkFileView Gaining Popularity Among Developers?

The article analyzes why kkFileView, an open‑source Spring Boot microservice that leverages LibreOffice for document conversion, has become the go‑to solution for browser‑based file preview by examining its architecture, workflow, feature set, deployment options, performance tweaks, and comparisons with other approaches.

DockerLibreOfficeRESTful API
0 likes · 16 min read
Why Is kkFileView Gaining Popularity Among Developers?
Su San Talks Tech
Su San Talks Tech
Aug 16, 2026 · Artificial Intelligence

10 Must‑Have Plugins to Supercharge DeepSeek Harness

This guide lists the ten most useful DeepSeek Harness plugins, explains how to install them with a single command, highlights key features, usage scenarios, and the pros and cons of each, and offers layered recommendations for different user needs.

AI pluginsAI toolingDSH
0 likes · 16 min read
10 Must‑Have Plugins to Supercharge DeepSeek Harness
Su San Talks Tech
Su San Talks Tech
Aug 15, 2026 · Artificial Intelligence

Why Did DeepSeek Harness Suddenly Go Viral?

DeepSeek Harness, DeepSeek’s first Agent product, went from launch to 50,000 GitHub stars in 12 hours, thanks to its all‑plugin architecture, record‑breaking growth, and a lightning‑fast two‑step release, positioning it as an open‑source Agent operating system that rivals Claude Code and Pi.

AI agentAgent ArchitectureCordis
0 likes · 21 min read
Why Did DeepSeek Harness Suddenly Go Viral?
Su San Talks Tech
Su San Talks Tech
Aug 14, 2026 · Artificial Intelligence

Why Pi Is Gaining Popularity: A Deep Dive into Its Design, Low Cost, and Extensibility

Pi, an open‑source terminal AI coding agent created by libGDX founder Mario Zechner, outperforms competitors like Claude Code by using a minimalist design with only four primitive tools, a 200‑token system prompt, and model‑agnostic architecture, resulting in 99.93% cache‑hit rates, ultra‑low per‑task costs (~$0.028), full MIT licensing, and extensive extensibility.

AI coding agentModel-agnosticPi
0 likes · 15 min read
Why Pi Is Gaining Popularity: A Deep Dive into Its Design, Low Cost, and Extensibility
Su San Talks Tech
Su San Talks Tech
Aug 13, 2026 · Databases

How to Safely Add a Column to a Tens‑Million‑Row MySQL Table? 6 Proven Methods

Adding a column to a MySQL table with tens of millions of rows can lock the table for minutes or even hours, disrupting services, so this article evaluates six practical approaches—including native online DDL, offline maintenance, PT‑OSC, logical migration with dual‑write, gh‑ost, and partition sliding‑window—detailing their mechanisms, trade‑offs, and suitable scenarios.

MySQLOnline DDLdatabase operations
0 likes · 13 min read
How to Safely Add a Column to a Tens‑Million‑Row MySQL Table? 6 Proven Methods
Su San Talks Tech
Su San Talks Tech
Aug 11, 2026 · Backend Development

Why Is Hutool 5 Gaining So Many Users?

Hutool 5 has become the de‑facto utility library for modern Java projects because it eliminates duplicated, error‑prone hand‑crafted utils, reduces code volume by up to 50%, offers a stable, modular API that works with JDK 8+, and provides ready‑to‑use features for strings, dates, files, HTTP, JSON, encryption and even AI integration.

HutoolJavaModular Design
0 likes · 27 min read
Why Is Hutool 5 Gaining So Many Users?
Su San Talks Tech
Su San Talks Tech
Jul 29, 2026 · Backend Development

Why Spring Boot 4.0 Dropped Undertow and How to Migrate

Spring Boot 4.0, built on Spring Framework 7, requires Servlet 6.1, leading to the removal of Undertow support; the article explains the technical reasons, the impact on existing projects, and provides step‑by‑step migration paths to Tomcat or Jetty, including configuration changes and risk considerations.

JettyMigrationServlet 6.1
0 likes · 13 min read
Why Spring Boot 4.0 Dropped Undertow and How to Migrate
Su San Talks Tech
Su San Talks Tech
Jul 28, 2026 · Information Security

Fastjson 1.x Exposes Critical CVSS 9.8 RCE Vulnerability and What to Do

Fastjson 1.x (versions 1.2.66‑1.2.83) contains a CVSS 9.8 remote‑code‑execution flaw that works with default settings, was disclosed in July 2026, and sparked heated community debate, while the library had already been unmaintained since 2024 and official guidance now recommends migration to Fastjson 2.x or enabling SafeMode.

FastjsonJavaMigration
0 likes · 9 min read
Fastjson 1.x Exposes Critical CVSS 9.8 RCE Vulnerability and What to Do
Su San Talks Tech
Su San Talks Tech
Jul 28, 2026 · Artificial Intelligence

Why Are Big Tech Companies Dropping MCP for CLI?

The article analyzes the shift from Model Context Protocol (MCP) to command‑line interfaces (CLI) for AI agents, detailing MCP’s architectural complexity, token bloat, security risks, and passive tool design, while highlighting CLI’s on‑demand loading, composability, debugging ease, and growing enterprise adoption.

AI AgentsCLICommand Line Interface
0 likes · 14 min read
Why Are Big Tech Companies Dropping MCP for CLI?