Blogs

Posts in 2025
  • Automated debugging with Cursor

    Friday, June 27, 2025 in AI

    The following is an outline for automated development testing using Cursor: 1. Introduction Overview of Cursor: Describe what Cursor is and its main features and capabilities. Background on automated development testing: Explain why automated …

    Read more

  • WSL Mirrored Network Mode Configuration Guide

    Wednesday, June 25, 2025 in Windows Subsystem Linux(WSL)

    Version Requirements Current version status: Latest stable: 2.5.9 (known networking issues) Recommended version: 2.6.0 preview (full mirrored mode support) Mode Comparison Analysis Feature bridge mode (deprecated) mirrored mode (recommended) Protocol …

    Read more

  • Why Has GitHub Copilot Become Dumber?

    Wednesday, May 28, 2025 in AI-assisted programming

    Article Title One Paste the full content of the first article here... Article Title Two Paste the full content of the second article here...

    Read more

  • Windows SSH Remote Login

    Monday, May 26, 2025 in windows

    Enabling SSH remote access on Windows typically requires Windows’ built-in OpenSSH feature. Below are step-by-step instructions: Check and Install OpenSSH Check whether OpenSSH is already installed: Open Settings > Apps > Apps & …

    Read more

  • Android Development

    Saturday, May 24, 2025 in Learning Architecture via Prompts

    Preface: You might find this prompt somewhat abstract at first, but a little patience goes a long way—knowledge must first be memorized, then understood. A few exceptional minds grasp concepts instantly without practice, but for most of us, hands-on …

    Read more

  • Certificate Application Issues Caused by CNAME–TXT Conflicts

    Friday, April 25, 2025 in

    CNAME and TXT Records With the Same Prefix Cannot Coexist Anyone who has ever configured a domain knows that (A, AAAA) records cannot coexist with a CNAME, but most people have never run into a TXT vs. CNAME conflict. When would TXT and CNAME need …

    Read more

  • A Prompt Guide from Cline

    Sunday, March 30, 2025 in AI

    Cline Memory Bank - Custom Instructions 1. Purpose and Functionality What is the goal of this instruction set? This set transforms Cline into a self-documenting development system, preserving context across sessions via a structured “memory bank.” It …

    Read more

  • Thinking Tools

    Thursday, March 27, 2025 in Tools

    1. Basic Logical Thinking Methods Induction & Deduction Induction: Generalize universal laws from particular cases (e.g., deriving the concept of “horse” from “black horses, white horses”). Deduction: Derive specific conclusions from universal …

    Read more

  • How to Avoid Getting Doxxed

    Wednesday, March 19, 2025 in Security

    Fragmented information is easily pieced together Personal information is dispersed and sensitive—easy to overlook. Yet the internet is not a safe harbor; countless people can stitch this information together using search engines and other tools. Take …

    Read more

  • How to obtain a wildcard certificate in CNAME mode with ESA

    Monday, March 17, 2025 in Alibaba Cloud Series

    Your domain is hosted on Alibaba Cloud DNS or a third-party provider, and you cannot move the domain’s NS, yet you need a wildcard certificate. Alibaba Cloud ESA provides a quota of 10 certificates, which is clearly insufficient. Here is a method to …

    Read more