this post was submitted on 27 Apr 2024
55 points (87.7% liked)

Lemmy

12468 readers
1 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.

founded 4 years ago
MODERATORS
 

How did you come up with your username?

I’ll go first, it’s simple, the Internet is literally an open field where anyone can do whatever they want.

@lemmy

you are viewing a single comment's thread
view the rest of the comments
[–] e0qdk@reddthat.com 13 points 5 months ago

My old username from reddit and HN was already taken and I couldn't think of anything else I wanted to be called so I just picked some random characters like this:

>>> import random
>>> ''.join([random.choice("abcdefghijklmnopqrstuvwxyz0123456789") for x in range(5)])
'e0qdk'

I have that literally in my kbin profile, but it's not on my reddthat one. (I think I tried to copy it there originally when I set up the account but ran into some issue with Lemmy's UI -- been long enough that I forget what exactly.)