Hi there 👋

I’m Jack. This is where I keep notes from software engineering, AI workflows, infrastructure work, and the everyday systems I actually use.

Running OpenAI Symphony as a Solo Developer Across Two Repos

A hands-on report on running OpenAI Symphony with Linear, GitHub, and Codex across two personal repositories.

March 20, 2026 · 16 min · 3397 words · Jack Yu

From AI Conversations to Published Blog: The MCP-Powered Publishing Revolution

A practical publishing workflow that turns AI conversations into Hugo posts through MCP, GitHub Actions, and a structured blog repository.

January 19, 2026 · 6 min · 1114 words · Jack Yu

Brikka on Induction: An Engineering View of a Triggered Extraction System

A systems view of brewing with a Brikka on induction, treating extraction as a triggered thermal and pressure process.

January 18, 2026 · 2 min · 409 words · Jack Yu

OceanBase Internals: Transactions, Replay, SQL Engine, and Unit Placement

OceanBase targets high availability and scalability in a shared-nothing cluster. The core engineering challenge is to make four critical subsystems work together with predictable…

January 17, 2026 · 8 min · 1517 words · Jack Yu

Introduction to WebVM

WebVM is a virtual machine (VM) that executes entirely within a web browser. It’s an innovative project that brings the power of a Linux environment straight to your browser,…

January 13, 2025 · 3 min · 507 words · Jack Yu

Notes on Modifying a Brompton Clone Bike

Notes on modifying an Aceoffix Brompton clone bike, including accessories, tradeoffs, cost, and practical buying tips.

January 10, 2025 · 3 min · 460 words · Jack Yu

Harnessing AI to Create High-Quality Podcasts Quickly and for Free

As a long-time podcaster, I’ve always enjoyed sharing my thoughts and ideas through audio. While the world of video content—and the role of a YouTuber—has its allure, the…

December 11, 2024 · 3 min · 512 words · Jack Yu

Brompton-like Bikes: A Guide to Trifoldable Bicycles

A practical guide to Brompton-like trifold bikes, clone brands, accessories, and tradeoffs for urban use.

December 9, 2024 · 3 min · 470 words · Jack Yu

My Recent Purchases: A Review of Three Sanrenmu Folding Knives

A hands-on review of three Sanrenmu folding knives, with notes on everyday use, build quality, and practical differences.

November 28, 2024 · 4 min · 807 words · Jack Yu

The Correct Way to Use `go build`

When working with Go, it’s important to know the proper way to compile your programs to avoid common errors. Here are some tips on using the go build command effectively.

November 28, 2024 · 1 min · 163 words · Jack Yu