Blog
Claude Code's Resource Black Hole: From a 11.3MB Single File Package to a 1.2TB Disk Devourer
Tuesday, April 07, 2026 in Blog
Categories:
Claude Code’s client is a Node.js single‑file application with no resource lifecycle management: it parses an 11.3 MB bundle at startup, writes to disk without limits at runtime, and continues consuming memory after the terminal is closed, …
VS Code Dev Container High IO: Detailed executeInWSL Configuration and Root Cause Analysis
Friday, April 03, 2026 in Blog
When using the VS Code Dev Container extension for containerized development on Windows, some users encounter noticeable system lag. The Task Manager shows the Extension Host process with consistently high CPU and disk read IO, even without any …
Project Translator VSCode Extension for Project Multilingual Localization
Thursday, February 26, 2026 in Blog
Categories:
The Project Translator VSCode extension provides developers with an efficient solution for project multilingual localization. This extension utilizes AI technology to achieve automatic translation from individual files to entire project folders, …
GPT-5.3-Codex First Impressions: From Surprise to Rational Assessment
Tuesday, February 17, 2026 in Blog
Categories:
OpenAI, before the official release of GPT-5.3, has rolled out the specialized model GPT-5.3-Codex. From a business perspective, this decision is easy to understand. GPT-5.3-Codex is priced the same as the standard GPT-5.3, but its outputs are more …
Comparative Technical Analysis of DoH and DoT
Wednesday, February 11, 2026 in Blog
Categories:
DNS over HTTPS (DoH) and DNS over TLS (DoT) are two common encrypted DNS transport methods that implement secure transmission of DNS queries through different protocol stacks. The DoT standard is defined by RFC 7858, while DoH is standardized by DNS …
Debugging Record: OpenRouter gpt-oss-120b Model Does Not Support Chinese Requests
Monday, February 09, 2026 in Blog
Categories:
While using the free model API provided by OpenRouter, I encountered a confusing issue. With the exact same request structure, simply changing the language of the prompt resulted in completely different outcomes. Problem Reproduction I used the …
Summary of Free AI Icon Generators
Monday, February 02, 2026 in Blog
Categories:
With the development of artificial intelligence technology, designers and developers can now quickly generate various types of icons through simple text prompts. These free AI icon generators significantly lower the barrier to design, enabling users …
Vibe Coding Cost-Saving Formulas and Breakpoints
Wednesday, January 07, 2026 in Blog
Categories:
The billing models for AI coding tools can be categorized into three types: Token-based billing: Includes various APIs, Claude Code (Claude Pro), Codex Cli (ChatGPT Plus), Zhipu Lite/Pro, Cursor new version, etc. Essentially all are token-based …
Setting Up a Remote Browser Debugging Endpoint on Windows
Thursday, January 01, 2026 in Blog
Categories:
This article explains how to run Chrome on a Windows host and expose a remote debugging endpoint via CDP for LAN clients or MCP to connect. The core of the solution is that Chrome only listens on 127.0.0.1, which is then mapped to a LAN address via …
Technical Blogs Are Dead
Tuesday, December 23, 2025 in Blog
Categories:
In recent years, AI writing tools such as ChatGPT and Claude have rapidly gained popularity. These tools can generate fluent technical articles and even mimic human writing styles. This shift has sparked widespread discussion in the technical …