bank: culture-neutral funny account stems (curated list)
This commit is contained in:
parent
fa1c4efb5c
commit
ff4917af2f
1 changed files with 29 additions and 18 deletions
|
|
@ -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",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue