March 6, 2026
Lowercase wars, uppercase feelings
CSS Proves Me Human
Lowercase, em dashes, and a bot twist—commenters erupt
TLDR: A blogger used website styling to look more human by forcing lowercase, tweaking punctuation, and playful misspellings, then hinted at AI help. Commenters battled over whether it’s art or empty “human signaling,” with sharp skepticism clashing against dreamy praise and jokes, spotlighting the blurred line between style and authenticity.
On mistwatch, a blogger tried to prove they’re human with CSS, the style paint for websites: everything forced to lowercase, em dashes remixed to hide in plain sight, no clunky typewriter fonts, and a few artfully wrong spellings. Then came the almost-abyss: change the voice itself—and a dramatic pullback. The kicker? A very AI-sounding sign-off: “Here’s your blog post…” That twist sent the crowd into a spiral of vibes over verification. Is lowercase camouflage brilliant, or just another “I swear I’m not a robot” trick? The post reads like a poem about identity; the audience read it like a vibe check.
The comments lit up. xg15 slammed the trend, refusing to legitimize all lowercase culture. avaer shrugged: it “proves nothing,” lumping it in with human-signaling stunts. Paracompact found the tone self-important, while sp1nningaway swooned, wishing no AI touched it. arendtio arrived with their own whispery lowercase poem, adding theater to the thread. Memes flew: em dashes in witness protection, case cops, and spellcheck sabotage. The core fight: can style tricks show real personhood, or are they just costume changes? Either way, the crowd loved the drama—some clutching their capitals, others embracing the soft, chaotic lowercase lounge.
Key Points
- •Applies CSS text-transform: lowercase to body text while exempting code and pre blocks to avoid altering code formatting.
- •Rejects a command-line lowercasing pipeline (cat|tr|sponge) as too crude because it modifies source content.
- •Uses a Python script with fontTools to modify Roboto’s em dash glyph to render as two hyphens with adjustable spacing and width.
- •Notes reliance on AI assistance to develop the font-editing script and mentions FontForge as a simpler alternative; aims to output a WOFF.
- •Considers deliberate misspellings guided by Norvig-style spelling logic but ultimately refuses to alter overall writing style; ends with an assistant-like sign-off.