The Architecture of a Refund
What happens after the customer clicks "return"? A deep look at the reverse logistics pipeline that nobody sees...
A catalog of blog components in the 2000s podcast style. Use this page as reference when building other pages.
Text wraps around the floated image. This is how early blogs handled images in articles — you'd float a small thumbnail left or right and let the text flow around it. The Electrician works behind the panel; the playwright works from the wings.
This second paragraph also wraps. Notice how the text continues naturally alongside the image block.
Same idea, floated right. Before CSS grid and flexbox, this was the primary way to compose image-and-text layouts on the web.
The curtain never rises. The electrician is always working.
Commerce is a form of theatre. Every store is a stage. Every product is a prop. Every checkout is a curtain call.
— James Wang, Commercial Architecture
Everything is connected. Everything is wired. Welcome to the workshop.
What happens after the customer clicks "return"? A deep look at the reverse logistics pipeline that nobody sees...
The Russian director's long takes hit differently when you're a playwright-electrician in coastal China, far from Moscow and Hollywood alike...
Why I believe writing code and writing poetry are the same act of assembling meaning from disconnected parts...
Use the hugo server command to start the local development server. The config lives in hugo.yaml.
// hugo.yaml
params:
author: "James Wang"
subtitle: "Writing from behind the curtain"
menu:
main:
- identifier: "about"
name: "The Electrician"
url: "/about/"
weight: 5
$ hugo build
Start building sites ...
| EN
-------------------+-----
Pages | 20
Paginator pages | 0
Static files | 1
Total in 46 ms
| Project | Category | Year | Status |
|---|---|---|---|
| The Architecture of a Refund | Commerce | 2026 | Published |
| On Watching Tarkovsky in Ningbo | Film | 2026 | Published |
| Wires and Words: A Manifesto | Poetry | 2026 | Published |
| Rhythm as Circuit | Sound | 2026 | Draft |
This post about refund architecture is fascinating. Have you considered the psychological dimension—what a refund feels like versus what it is?
That's exactly the angle for the follow-up piece. The gap between the operational truth and the customer's felt experience — that's where the theatre happens.
I run a small Shopify store and never thought about returns this way. Bookmarking this for my team.