In 2007, I wanted to start a blog to release some of the software and videogame side projects I had begun developing in college (at the time, a Kernel Panic Screen Saver for the Mac and Cursorcerer, a Mac system tool for hiding the cursor with a hotkey) . A friend of mine sent me a piece of php code he'd written that would spit out a huge list of 2-word pairs chosen at random from an English dictionary.
I scanned through this huge vertical list of word outputs, and the pair "doom laser" instantly stuck out to me. That sounds cool! A few hours later, http://doomlaser.com was born, and I snagged https://twitter.com/doomlaser as well. I'm still updating Cursorcerer. It continues to run in macOS Ventura, and it has been downloaded on the order of a hundred thousand times. People are still downloading it from the same blog entry I wrote for it in 2007 :)
The friend who wrote the word pairing program is one of the co-founders of Rogue Amoeba, though I've never asked if it was the source of the name of their company.
lazer is one of my favorite words in a username. it just sounds cool. i also have made a lot combining lazer with just one other word like you did with doom and lazer. i liked how it sounded when i added it to animal names. like lazerpig, lazerplatypus, lazerllama, etc. that's pretty funny.
Mine's based on the Operation: Mindcrime[1] album by Queensrÿche[2]. I've been a huge fan of theirs, and a huge fan of that album specifically, since about 1992 or so, and started using "mindcrime" as an online handle decades ago.
I have generally felt the same way, up until Todd LaTorre joined the band. The new stuff they've done with Todd has been pretty damn good. Maybe not quite up to the level of their heyday, but how many bands that have been around that long can claim to still be putting out material that matches their all-time best work anyway?
An OP on a 90's IRC channel I hung out in used to find it hilarious to forcibly change my username from banana to plantain with /sanick and I got bored of changing it back.
banana was originally picked because it was an adjacent object at the time.
Randomly generated for every website (except this one paradoxically even though it looks random), avoiding characters that lead to confusion (i vs l, O vs 0, etc - some websites designed by morons require you to type the credentials).
To be honest... no idea. :D I think it was inspired some time around the release of the movie "Hackers" in the 90-s. I was writing a short script for something, when the arrangement of letters and numbers made sense together, and still fresh after watching the movie, I came up with it. Been more then 20 years now. Kind of always sticked with it.
My hacker news one is the password that one of our maths teachers used at school for the computers.
I used MrBananas as a test account name (probably inspired by the banana man cartoons) - which is why it’s my Twitter handle… didn’t think Twitter would last when it launched so made a throwaway test account.
Depends on the context. My "real-life" profile is just my firstname + lastname, like many others. This particular username came into life because it was auto-generated when signing up to reddit, where I wanted to post a 3D simulation/physics render I did, so that's what stuck. Then I started using the same user across platforms and brought the username with me.
Way back before the World Wide Web the dialup world had Bulletin Boards. Everybody wanted you to create an account "handle". I tried to use first initial and family name, but found that my name was common and I had to think of different "handles" for different sites which became a memory problem. So I decided to come up with a unique handle that wouldn't be used by anyone else. I put three Z characters between my initial and family name. I still use that today as my account name here shows.
yup. I used a theme. I started with Draka (pulled from "The Domination" sm stirling series) that I was reading at the time I first got my own internet connection. then I got tired of that and chose Methuselah for a while.. but I ran into two problems with that..
1) a lot of username fields didn't support long usernames
2) lazy people shortened it to Meth. which I hated.
So I changes it to senectus... all three names have the theme of the long lived.
for my kids I chose them handles that fit their initials.. AGSurfer and HGRunner.
82 comments
[ 3.6 ms ] story [ 155 ms ] threadI scanned through this huge vertical list of word outputs, and the pair "doom laser" instantly stuck out to me. That sounds cool! A few hours later, http://doomlaser.com was born, and I snagged https://twitter.com/doomlaser as well. I'm still updating Cursorcerer. It continues to run in macOS Ventura, and it has been downloaded on the order of a hundred thousand times. People are still downloading it from the same blog entry I wrote for it in 2007 :)
The friend who wrote the word pairing program is one of the co-founders of Rogue Amoeba, though I've never asked if it was the source of the name of their company.
[1]: https://en.wikipedia.org/wiki/Operation:_Mindcrime
[2]: https://en.wikipedia.org/wiki/Queensr%C3%BFche
It stuck with me ever since, because it's actually pretty unique on the internet !
I never found someone using the same username.
if __name__ == "__main__": s1 = string.ascii_lowercase s2 = string.ascii_uppercase
I strongly disapprove of this algorithm.
Instead of extending the array two times, simply go with s = [ s1, s2, ]
or even simpler s1 + s2
And more idiomatic print (IMO):
login = "".join(random.sample(s, 12)) print(f"{login=}")
banana was originally picked because it was an adjacent object at the time.
I just pick them as it strikes me fancy, based of something cool I saw that week. This one is a onomatopoeia for a sound of bubbles. No idea why.
I used MrBananas as a test account name (probably inspired by the banana man cartoons) - which is why it’s my Twitter handle… didn’t think Twitter would last when it launched so made a throwaway test account.
1) a lot of username fields didn't support long usernames
2) lazy people shortened it to Meth. which I hated.
So I changes it to senectus... all three names have the theme of the long lived.
for my kids I chose them handles that fit their initials.. AGSurfer and HGRunner.