bank: culture-neutral funny account stems (curated list)

This commit is contained in:
Hernâni Marques 2026-07-10 17:51:00 +02:00
parent fa1c4efb5c
commit ff4917af2f
No known key found for this signature in database

View file

@ -123,28 +123,39 @@ def mint_withdraw() -> dict:
} }
# Funny stems for usernames / display names (bank-safe when lowercased) # Funny stems for usernames (bank-safe [a-z0-9-]).
# Source: hand-curated in this file only — not scraped from the web.
# Keep culture-neutral: light space / physics wordplay, no animals, foods,
# body parts, religion, politics, or slang that can offend.
_FUNNY_STEMS = ( _FUNNY_STEMS = (
"space-potato",
"cosmic-slug",
"nebula-nudge", "nebula-nudge",
"orbit-onion", "orbit-echo",
"voidwave-vibe", "voidwave-vibe",
"comet-crumb", "comet-crumb",
"quark-quack", "quark-pulse",
"plasma-pickle", "plasma-spark",
"astro-bagel", "astro-glint",
"lunar-llama", "lunar-loop",
"warp-waffle", "warp-ripple",
"photon-pickle", "photon-bloom",
"galaxy-gherkin", "galaxy-drift",
"rocket-raisin", "rocket-ribbon",
"satellite-salsa", "satellite-swirl",
"meteor-muffin", "meteor-mint",
"blackhole-burrito", "stardust-swirl",
"stardust-pretzel", "hyperdrive-hum",
"hyperdrive-hummus", "cosmic-coral",
"tachyonic-taco", "space-spark",
"nova-nibble",
"aurora-arc",
"solar-swish",
"pulsar-pop",
"comet-cloud",
"orbit-opal",
"zenith-zip",
"eclipse-echo",
"horizon-hum",
"starlight-step",
) )