Articles

Browse the full knowledge base by category, or start with the most recently updated articles.

Top-Level Categories

7 sections

Recent Articles

12 items

Cloudflare Usage Guide

A guide to using Cloudflare

Guide to Using AGENTS.md and README.md

Personal notes on AI agent-assisted programming

Codex App Reconnect Issue Caused by Clash Rules on Windows

While using the Codex app on Windows 10, I kept running into a `reconnecting` issue. It would only start thinking after failing five times. I had Codex analyze it, and it finally got fixed after burning through half of the 128k context window. The conclusion was that the Clash rules were not written correctly and the traffic was falling through to `GEOIP` matching, so I’m documenting it here.

Getting Started with GCP Terraform Setup

Introductory setup and preparation for managing GCP resources with Terraform

Beginner's Guide to Terraform

A beginner's guide to Terraform

Complete Guide to Using an SSH Client

SSH client configuration guide

A Brief Introduction to Using Docker Volumes

Some thoughts and questions I have about using Docker volumes

Guide to Creating Azure VMs with Terraform

This article explains some of the details involved in creating Azure virtual machines with Terraform.

Docker Compose `services` Block Syntax Quick Reference

A quick reference for the top-level `services` block syntax in Docker Compose.

Git Hooks User Guide

Use Git hooks to check image file extensions and convert them to lowercase. My website runs on Linux, where filenames are case-sensitive, but I often edit Markdown on Windows, where filenames are case-insensitive. As a result, images that display correctly on Windows may fail to load on my website and return 404 Not Found.

The curl Command

A detailed explanation of the curl command

Flask Basic Knowledge

Flask study notes, Flask version >= 3.0.X