“I just chose words carefully”
- ID
- 19714
- Status
- summarized
- Published
- 31 Aug 2026, 6:49 AM
- Fetched
- 02 Sep 2026, 7:24 AM
- Provider
- Hacker News
- Category
- dev-community
- Original URL
- https://unsung.aresluna.org/i-just-chose-words-carefully/
- Source URL
- https://hnrss.org/best
Summary
- Score
- 3.0
- Created
- 02 Sep 2026, 7:28 AM
- Tags
- Audience
- developersvibe_coders
What happened
Marcin Wichary highlights a late-1990s Super Metroid guide by rs1n where all 17,000+ words were manually chosen so that every line perfectly justified in monospace—no double spaces, no hyphenation, just careful word selection in an ASCII editor. The piece draws a parallel to the familiar developer experience of massaging UI strings and tooltips to fit fixed-width constraints.
Why it matters
There's no actionable takeaway here; it's a craft curiosity. The only practical hook is the shared pain of fitting button labels and tooltips into pixel-constrained interfaces, which most developers have experienced but won't learn anything new from this article.
Discussion angle
Share as a fun cold-open: who has spent the most ridiculous amount of time massaging a UI string to fit, and did you ever consider rewriting copy instead of changing layout?