Blog
Why Recall Rate Metrics Are Important for Large Models
Tuesday, October 14, 2025 in Blog
Categories:
I’ve read some system prompts, and most are very verbose and not concise. Some prompts mainly teach the model how to do things. Additionally, I noticed that in roo code there’s a switch to repeatedly send the system prompt to the model, …
How DNS Affects Your Internet Experience
Monday, October 13, 2025 in Blog
How DNS Affects Your Internet Experience When we open a web page, watch a video, or click a link within an app, the first hop almost always lands on DNS. It acts like a telephone directory for the online world, responsible for translating …
Potential Security Risks of Open Source Blogs: How to Protect Personal Information from Leaks
Saturday, October 11, 2025 in Blog
Categories:
Overview GitHub Pages, as a free open-source blog hosting platform, is widely popular due to its convenience and cost-free nature. However, the free version requires repositories to be public to provide public access services, a feature that may lead …
DNS Privacy Protection and User Profiling Prevention Strategies
Thursday, October 09, 2025 in Blog
Categories:
DNS Privacy Protection and User Profiling Prevention Strategies Audience: Engineering/Operations/Security practitioners concerned with network privacy and data governance Keywords: Stub Resolver, Recursive Resolution, Authoritative Server, QNAME …
Comparison of DNS Encryption Protocols: DoT, DoH, DoQ
Thursday, October 09, 2025 in Blog
Categories:
Quick Glossary Plain DNS: Cleartext DNS, typically uses UDP/53, switching to TCP/53 when necessary (e.g., for truncated responses, zone transfers). DoT: DNS over TLS, uses TCP over TLS, default port 853 (RFC 7858/8310). DoH: DNS over HTTPS, based on …
GitHub Spec Kit: An In-Depth Analysis of the Official Specification-Driven Development Toolkit
Tuesday, September 30, 2025 in Blog
Categories:
GitHub Spec Kit: An In-Depth Analysis of the Official Specification-Driven Development Toolkit Target Audience: Software Developers, Technical Team Leaders, DevOps Engineers, Product Managers Keywords: GitHub, Spec-Driven Development, AI, Development …
Claude Code Third-party Vendor Usage Guide - In-depth Analysis & Best Practices
Wednesday, September 17, 2025 in Blog
Categories:
Claude Code Third-party Vendor Usage Guide Introduction Based on my long-term experience using Claude Code, this article shares how to efficiently configure third-party vendors and avoid common configuration pitfalls. Unlike self-media accounts that …
Is a Domain Name Required to Use DDNS?
Wednesday, August 27, 2025 in Blog
Categories:
Introduction Dynamic DNS (DDNS) typically requires purchasing a domain name, but now there’s a simpler method: implementing DDNS without a domain name. This article will introduce how to use services like NullPrivate or AdGuardHome to achieve …
Get Alibaba Cloud Edge Security Acceleration (ESA) Service for Free
Wednesday, August 20, 2025 in Blog
Categories:
Alibaba Cloud Edge Security Acceleration (ESA) is a comprehensive service that integrates Content Delivery Network (CDN), edge security protection, and dynamic acceleration. It can significantly enhance the access speed and security of websites and …
A brief share on using trae
Tuesday, July 22, 2025 in Blog
Categories:
This lengthy post was published on 2025-07-22; at the moment trae’s feature completeness and performance remain poor. It may improve later, so feel free to try it for yourself and trust your own experience. As common sense dictates, the first …