AI Agent Deep Learning Guide
2026-02-24
> A complete learning path from “calling SDK APIs” to “actually understanding agents”
2639
|
13 分钟
NextDevTpl: A Next.js Full-Stack SaaS Template for Indie Developers
2026-02-18
Happy New Year! I recently turned a template I kept refining across multiple projects into an open-source project: **NextDevTpl**. The goal is simple: **don’t waste time on non-core business work**.
417
|
2 分钟
Cloudflare AI Gateway: Custom Provider Setup and Pitfalls
2026-02-09
This note summarizes how we integrated Cloudflare AI Gateway with a custom provider in the Ankigenix project, plus several pitfalls that are easy to miss.
398
|
2 分钟
Use Cloudflare Tunnel to Access Unregistered Mainland Servers via Domain
2026-01-27
Cloudflare Tunnel creates outbound connections through a local `cloudflared` process. Since it does not expose inbound ports (80/443), it can effectively bypass SNI blocking for unregistered domains in mainland China.
248
|
1 分钟
Fix 403 When Cloudflare Worker Proxies a Raw Server IP
2026-01-15
When building a Pixiv mirror or other proxy services, Cloudflare Worker is a common edge gateway. But directly using `fetch("http://your-server-ip")` often triggers a strange **403 Forbidden**.
260
|
1 分钟
Cloudflare AI Search (AutoRAG) Integration: Build a Knowledge Assistant for Your Blog
I recently added an AI assistant to my blog that can retrieve content and answer questions. This post summarizes the full integration process and key pitfalls when using Cloudflare AI Search (AutoRAG).
487
|
2 分钟
Playwright Version Matching Chromium 1187
2025-11-24
While running crawl4ai on my home PC, I found that Chromium 1187 was missing. Installing the latest Playwright did not provide that browser revision.
61
|
1 分钟
Cloudflare Preferred Nodes Setup Guide
2025-11-23
Preferred Cloudflare nodes automatically route requests through better-performing edges. Compared with random node assignment, access speed can improve significantly.
67
|
1 分钟
Vercel Slow in Mainland China? Speed It Up with CF Worker Reverse Proxy + Preferred Nodes
2025-11-23
Some networks in mainland China access Vercel projects very slowly. A practical workaround is Cloudflare Worker reverse proxy plus preferred nodes, with no ICP filing and near-zero cost.
165
|
1 分钟
Cloudflare Worker Reverse Proxy Tutorial
A reverse proxy visits a target website on your behalf and returns the result to you. For example, instead of visiting `example.com` directly, you route traffic through Cloudflare Worker and let Worker return the response.
660
|
3 分钟
Cover Image of the Post
Streaming AI Content and Real-Time Markdown Rendering on the Web
2025-11-17
In the AI era, users expect instant responses. The old “wait until done” experience is no longer enough. This post shares how to implement **streaming AI output** and **real-time Markdown rendering** on the web.
704
|
4 分钟
Cover Image of the Post
Pixiv Crawler: Common API Reference
2025-10-08
While building a Pixiv crawler, I explored many Pixiv endpoints in depth. This article summarizes the main APIs, request patterns, and response structures based on real implementation experience.
731
|
4 分钟
Cover Image of the Post
Pixiv Crawler / Downloader / Proxy: One-Click Deployment Without a Server
I rebuilt last year’s Python Pixiv crawler with AI + serverless architecture. It supports scheduled crawling, downloads, and image proxying.
1378
|
7 分钟