Skip to content
Homelab

Kitchen Sink: Every Prose Element

A test page that exercises callouts, blockquotes, code, tables and lists against the nuno design.

A worked example, written as an ordinary post, so that every prose element the theme styles appears at least once on one page. The story is invented; the markup is not.

It was past midnight and the automation pipeline had crashed. Again. It had been failing for days — same pattern, same timing, always when the network got serious. And the diagnosis had finally turned up.

The symptom

Every time the pipeline pulled a large image, the node went NotReady. Not slowly. Instantly.

bash
kubectl get nodes
NAME       STATUS     ROLES           AGE   VERSION
homelab    NotReady   control-plane   212d  v1.31.2

The bottleneck is never where you expect it. It’s the cheapest part in the chain.

— a note to future me

Finding the bottleneck

I started with the obvious suspects: CPU, memory, disk. All fine. Then I looked at the network, and the numbers stopped making sense.

A third-level heading

Some inline elements: a link to the archive, some inline code, bold text, and italics.

  • A bullet in a list
  • A second bullet, longer, so it wraps onto a second line and we can check the leading holds up
  • A third
  1. Ordered one
  2. Ordered two
ComponentRatedActual
Switch1 Gbps1 Gbps
Extender LAN1 Gbps100 Mbps
NIC1 Gbps100 Mbps

What I learned

Measure the boring parts first.

Footnotes

Goldmark renders footnotes, and the theme styles them: the reference is an accent superscript1, and the notes collect at the foot of the article behind a rule. Jumping to one marks it, so you can see which you landed on2.


  1. The reference and the note link to each other, so a reader can get back to where they were without scrolling. ↩︎

  2. A second note, to show the list numbering and the spacing between items. ↩︎