Skip to main content

About This Blog

· 2 min read

About Me

Born after 2005, Gen Z, sophomore majoring in Electronic Information Engineering. I play basketball, game (LoL, CS2), and I'm learning English on the side — not great at it yet, but working on it.

Science student. My writing has always been pretty plain. But I think a good article has only one standard: the reader can understand it. That, I can manage.

GSAP + Claude Code — Add Smooth Animations to Your Website

· 4 min read

I recently came across an interesting GitHub project — gsap-skills, an official GSAP AI Skills package designed to "teach" Claude Code how to use the GSAP animation library correctly.

Quick note: I initially thought GSAP was for video editing, like HeyGen — turns out it's completely different. GSAP is for web animations — the kind you see in a browser: elements flying in, scroll parallax, number counters rolling up, all rendered live on the page, not as video files. Once I got that straight, I decided to install it in Claude Code and give it a shot.

Open-Source Alternative to Claude Design — My Hands-On with Open CoDesign

· 3 min read

Claude Design has been getting a lot of attention lately — you give it a prompt and it generates a page prototype instantly, which looks impressive. The problem is it requires a separate subscription, costs money, only works with Claude, and your data lives in the cloud. I started wondering if there's an open-source alternative. There is: Open CoDesign — MIT licensed, runs locally, supports your own API keys. Here's my experience with it.

Introduction to Homebrew

· 3 min read

"The most popular command-line package manager for macOS."

Still hunting down installers one by one on official websites? With Homebrew, one command handles everything — install, update, uninstall — all managed in one place. Say goodbye to manual downloads.

Homebrew is a package manager for macOS and Linux. Its core value in one sentence: manage all your software from the command line, unified.

Marker Tutorial

· 5 min read

Marker is an open-source tool that converts PDF, Word, PPT, and other file formats into Markdown. It's fast, and accuracy is pretty solid. This post documents how to get it running.

Search Engine User Guide

· 2 min read

1. Choosing a Search Engine

Google is great for everyday searches. DuckDuckGo and Brave are better for privacy-conscious users. Yandex is good for finding edgier content. Bing (Chinese version) works as a fallback if you can't access international sites.