Posts
All the articles I've posted.
Summary of University Life
A reflective essay on four years of university life as a CS student in Shanghai, from early programming experiences and internships to the decision to pursue graduate studies in the United States.
Git Enable Commit Signing
A quick guide to setting up GPG commit signing for Git and GitHub, including key generation, export, Git configuration, and VSCode integration.
Automatically update Homebrew versions using Action
A tutorial on automating Homebrew formula updates using GitHub Actions, with shell scripts that fetch latest release versions and update SHA256 hashes automatically after each release.
Unlock ChatGPT with Cloudflare WARP
A technical guide to bypassing ChatGPT IP restrictions using Cloudflare WARP as an IPv6 proxy, with XrayR/V2Ray configuration examples for routing OpenAI traffic through WARP.
I subscribed to ChatGPT Plus
An early adopter's experience subscribing to ChatGPT Plus using a browser workaround, including tips on IP requirements for accessing OpenAI services and a self-developed OpenAI-Checker tool for verifying IP compatibility.
Create query API for 500 million Weibo data
A technical guide to building a high-performance query API for the 500 million Weibo data leak using ClickHouse with dual tables indexed by UID and phone number for fast lookups.