Blog Posts

Debloating Is Not a Choice; Performance Forces It

Debloating Is Not a Choice; Performance Forces It

Software has a familiar illusion: take a simple mathematical operation, bury it under six layers of indirection, and then call the result “engineering.”

Read More
The Workplace Trap in the AI Era: Beware of“Workslop”

The Workplace Trap in the AI Era: Beware of“Workslop”

There is an absurd play unfolding in today’s workplace: employees write reports with AI, managers review reports with AI, and clients summarize those reviews with AI. Everyone is enthusiastically discussing content that nobody actually thought through.

Read More
Stabilizing an AI Coding Workflow Takes More Than Better Prompts

Stabilizing an AI Coding Workflow Takes More Than Better Prompts

One thing has become much clearer to me lately: the hardest part of an AI coding workflow is not getting it to start. It is getting it to keep producing stable output over time.

Read More
Hermes Reported Too Many Open Files, but That May Not Be the Whole Problem

Hermes Reported Too Many Open Files, but That May Not Be the Whole Problem

I spent a good part of today chasing a Hermes / OpenClaw failure that looked simple at first, but turned out not to be a single straight-line bug.

Read More
At Chiba Shonen no Ie, I Met Two Tiny Spiders

At Chiba Shonen no Ie, I Met Two Tiny Spiders

I went to Chiba Shonen no Ie today. At first it was just a normal walk and a few photos, but the thing that stayed with me was not a grand view. It was two very small spiders.

Read More
How I Configured Hermes Agent as a Fixed-Rhythm Blog Assistant

How I Configured Hermes Agent as a Fixed-Rhythm Blog Assistant

I reconfigured Hermes Agent and my blog workflow in a pretty simple way: save the long-term rules first, lock the schedule next, handle thin-source weeks with topic generation, and keep publishing on a fixed Git flow.

Read More
I Asked an AI Agent to Fix GitHub Actions—and Stepped Into a Chain of Traps

I Asked an AI Agent to Fix GitHub Actions—and Stepped Into a Chain of Traps

Over the past two days, I asked an AI agent to help me modify a GitHub Actions workflow. The goal sounded simple:

Read More
Single Page App - Testing Markdown Embedding

Single Page App - Testing Markdown Embedding

Test page - AriaNg client Due to browser security restrictions, pages loaded via https protocol (Github Page) cannot load http protocol. Other OnePageApps will have the same limitation.

Read More
ReactIndex - Making Folder Index Pages More Practical

ReactIndex - Making Folder Index Pages More Practical

React learning and family needs Work requires exposure to React, and before formally contacting related products, to understand some basics. Besides examples in standard tutorials, it always felt a bit insufficient. Coincidentally, my wife recently gave me a task:

Read More
Throwing Out a Brick to Attract Jade - Using Cmder to Switch Local Java Runtime Environments

Throwing Out a Brick to Attract Jade - Using Cmder to Switch Local Java Runtime Environments

Multi-version environments Most friends doing development have the trouble of switching between multiple environments. Usually, a good runtime environment having a good version manager is important. For example, NodeJs’s nvm - although this is also because Node version upgrades are too fast,不得不 (have to) produce such a thing (otherwise it’s a nightmare). But relatively speaking, for Java environment with strong forward compatibility, this demand isn’t very prominent. So such version management isn’t very common in Java environments.

Read More