Commit graph

2 commits

Author SHA1 Message Date
87368d28d7
Expand subnetting post: supernet scene + reserved ranges + layout fixes
Adds a fourth scene for route summarization: two /24s in a /16 parent,
slider to position each, draws the smallest supernet that covers both.
Demonstrates cleanly why only consecutive and power-of-two aligned
subnets aggregate without collateral.

Adds a prose section on reserved IPv4 ranges (RFC 1918 private,
loopback, link-local, multicast, limited broadcast, 0.0.0.0, RFC 6598
CGN space).

Fixes scene-samesubnet layout where the host title strips were
overlapping the bit rows; increases row gap so titles sit cleanly above
their rows. Clamps pill labels in scene-supernet so they stay on
canvas when subnets sit at the track edges, and fixes an off-by-one
tick label that read '10.20.256.0' at the right edge.

Also retitles the post.
2026-04-22 16:45:24 -05:00
805560000f
Draft subnetting post + Atom/RSS feed autodiscovery
Adds a draft of subnetting-ipv4 (scheduled 2026-06-05) with three
interactive scenes: bit/mask visualization with prefix slider, greedy
VLSM carving of a parent block into variable-size children, and the
same-subnet-vs-gateway decision every host makes on every outbound
packet.

Also adds IDEAS entries for layer 2/3 routing and IPv4 subnetting.

Enables Zola feed generation (Atom + RSS) and adds autodiscovery link
tags in the base template. Sets site description and author so feed
entries have a real byline instead of "Unknown".
2026-04-22 16:35:46 -05:00