-
request for a name change
Yeah, when I made this nick last year I was stupid and for some reason thought I had to have 4-16 characters in my nick... so I tacked on konoha for no real reason. Its kinda stupid, and when I'm on the chat it just confuses people.
So I'd rather just have it as rek
-
request for a name change
i also want to request a new name.( i hope it's okay with konoha rek if i post this in his thread.) i chose turkish-shikamaru because naruto was cool in those days, and now it sounds like i'm a stupid fanboy.
so i want my name to become Turkish-S
plz
-
request for a name change
Since this topic had started again...is it possible to get my name changed to 2:25?
It's the name that I've gone with for years and I wasn't able to stick a colon in my name when I registered.
I hope there won't be any problems to login in with it.
-
request for a name change
Sure. Why not. Sounds like good enough reasons to me... "I want to stop sounding like a fanboy" and all that lot.
2:25: let me know if you have trouble.
-
request for a name change
thanks so much complich8 [img]i/expressions/face-icon-small-happy.gif[/img]
it even looks so much better now.
-
request for a name change
YES thnx man. i sound less fanboyish now don't i.
-
request for a name change
Would it be possible to change my name to "Tofu #2"? I too, would like to stop being a fanboy and have a name I'll always remember. If # is not accepted, just Tofu would be fine. (I did a user search to save you 15 seconds and both names are not taken)
-
request for a name change
ehh, more like about 5 seconds, but I've still gotta check :-p.
Moving away from fanboyisms is a good thing.
-
request for a name change
Quote:
Originally posted by: complich8
ehh, more like about 5 seconds, but I've still gotta check :-p.
Moving away from fanboyisms is a good thing.
True. I like to drop my Itachi fanboyism and go back to my nick "Mut". For those who don't know what "Mut@chi" meant, it was to show my undying loyalty and love for Itachi. I still love him, but going by what most people, like 99%, call me suits me better.
-
request for a name change
I'd like my nick changed too, please. I just want "GLS" now. Everyone else calls me that, and gaaralovessand is too long of a name. It also makes me look like a fanboy [img]i/expressions/face-icon-small-wink.gif[/img]
-
request for a name change
but you are a fanboy...
not to mention, I like your nick. you can't change it.
-
request for a name change
Iam looking to change my name to Arcness
Its time i retired my Haku_san name. heh Thanks ;D
-
request for a name change
mut: your nick has changed too damned much already. I'm imposing a cooling-off period before you can change it again.
GLS Indeed... Arcness indeed...
I'd like to make a note at this point, though ...
In your attempts to avoid the "fanboy image" -- your avatars and sigs may go further than your nick...
Also, as a courtesy to people, you might want to include a note in your sig, just a one-liner saying "used to be oldnick" for a while. Especially with significant changes.
-
request for a name change
-
request for a name change
Quote:
Originally posted by: complich8
Also, as a courtesy to people, you might want to include a note in your sig, just a one-liner saying "used to be oldnick" for a while. Especially with significant changes.
Don't worry, they'll remember us by our join date. Thanks BTW.
-
request for a name change
no we wont. I had already forgotten your name until I looked at your sig.
-
request for a name change
hahaa tofu = naruto x, i totally didnt pick it tilll i saw the sig too
-
request for a name change
I want to change my nick to Koyuki [img]i/expressions/face-icon-small-smile.gif[/img] Thanks in advance
-
request for a name change
Quote:
Originally posted by: Tofu #2
Quote:
Originally posted by: complich8
Also, as a courtesy to people, you might want to include a note in your sig, just a one-liner saying "used to be oldnick" for a while. Especially with significant changes.
Don't worry, they'll remember us by our join date. Thanks BTW.
who the hell memorizes join dates?
oh, i'd like to change my name to just Chaos because i'm really no longer a kid (going to college and all that)
-
request for a name change
there already is a chaos..
-
request for a name change
and just because you're in college doesn't mean you're not a kid :-p
-
request for a name change
OK.. this is getting stupid. I'm sorry for even making this thread. first few were ok, but its getting ridiculous now.
-
request for a name change
thats mean, stopping it at me.
-
request for a name change
get over it. Or better, pick a new nickname that isn't already taken, and come up with a better reason (just to entertain me):-p.
-
request for a name change
Quote:
Originally posted by: Uzumaki Naruto # 1
I want to change my nick to Koyuki. Thanks in advance
Hope you saw this, don't like being UN #1. Just chose it because Uzumaki Naruto was taken.
-
request for a name change
-
request for a name change
Daijoubu desu yo. Arigato!
Complich8 <3
-
request for a name change
Quote:
Originally posted by: complich8
get over it. Or better, pick a new nickname that isn't already taken, and come up with a better reason (just to entertain me):-p.
fine, i want to change my name to Chaos because its more sinister and hopefully it entertains complich8.
-
request for a name change
i think theres already a user named Chaos.
-
request for a name change
yup. someone isn't paying attention.
Still acting like a "kiddo" anyway :-p. Even quoted the relevant part of the sentence.
Want some elementary logic lessons? Here's an introduction to the logical AND operation.
An AND operation is a binary operation -- that is, it takes two inputs and gives you a single result. It's one of the fundamental pieces of logic on which both logical thought and computer science are built, and can be modeled with a single transistor. In fact, it's quite difficult to compose meaningful statements without using both the logical operation "and" and the coordinating conjunction "and".
In the case of the logical operation, the only combination of inputs that gives you a "true" output is "true" inputs. In other words, you have to satisfy BOTH conditions in order to get the result.
Here's a truth table, in case that's not immediately obvious. 0 is true, 1 is false.
A B | AND
----------
0 0 | 0
0 1 | 0
1 0 | 0
1 1 | 1
In computer science terms, I could implement this using only simple tests using a nested logic loop, like this:
if (Condition A){
. if (Condition B){
. return true;
. }
}
return false;
In this situation, I posed two conditions: (A) Choose a nickname that isn't already taken. (B) Entertain me.
Now, (B) is highly subjective, because I tend to be pretty easy to entertain. Just say something that's got the slightest bit of humor value, or tell me an interesting story, or something. Hell, just saying "I don't want to be a fanboy anymore" is entertaining to me, I'm easy to please.
However, the killer is that you still haven't even bothered to address condition A. Regardless of how I feel about the satisfaction of condition B, condition A is a false input. Thus I can't give you a "true" response, regardless of condition B. Condition B becomes a moot point, regardless of its satisfaction, because condition A dominates the equation. And until you choose a nickname that isn't already taken, I honestly couldn't oblige the request, even if my condition B were already satisfied. I don't even test for it, because that piece of code never runs. A is false, so the mere test for B is overridden, and rendered useless.
-
request for a name change
Lol complich, just did that shit in our shcool today. Only in another relation. Chaoskiddo you could maybe ask Chaos nicely if you can get his nick or just make a new one [img]i/expressions/face-icon-small-wink.gif[/img]
I wanted this cause it reflects the things matters in my life.
-
request for a name change
wow, complich just reminded me of philosophy 1150: basic logic& which I did poorly in O_O
-
request for a name change
Would it be possible for my name to be changed to "XanBcoo" with the capital "X" and "B" ?
1. Because I'm a grammar freak - I registered as xanbcoo on accident and forgot the caps
2. Because my nick makes more sense that way. It's 3 separate words, not one unintelligable word.
Thanks.
-
request for a name change
that's not even a name change! That's just capitalization!
No problem.
-
request for a name change
Can i change my name to GhostkaGe cause the next hokage is boring.
-
request for a name change
-
request for a name change
GhostkaGe? That's .... weird. Why'd you pick that?
-
request for a name change
ghost-kage? you know ghost head?
-
request for a name change
edit: sorry for double post.
-
request for a name change
Quote:
Originally posted by: Chaoskiddo
Quote:
Originally posted by: Tofu #2
Quote:
Originally posted by: complich8
Also, as a courtesy to people, you might want to include a note in your sig, just a one-liner saying "used to be oldnick" for a while. Especially with significant changes.
Don't worry, they'll remember us by our join date. Thanks BTW.
who the hell memorizes join dates?
oh, i'd like to change my name to just Chaos because i'm really no longer a kid (going to college and all that)
Starting college....you're still a kid. Just some advice...dont' drink till you pass out...people will do HORRIBLE THINGS TO YOU while you doze....especially if you're a freshman, and especially if you were to get a roomie like Mut for example.
-
request for a name change
Can I change my name to Zhan
1: less annoying when i log in [img]i/expressions/face-icon-small-tongue.gif[/img]
2: ZhanZhao is actually a famous character of a chinese drama but I found out that the guy that played him is gay so..err...I don't really wanna be him anymore...
-
request for a name change
Quote:
Originally posted by: complich8
GhostkaGe? That's .... weird. Why'd you pick that?
well if anything its gotta be unique and stands out more than The Next Hokage
Gh0stKaGe
-
request for a name change
meh, whatever. But I'm not giving you the capital O (or is that a zero -- either way it's annoying).
Any others?
-
request for a name change
-
request for a name change
Can you capitalize the M on my name? >_>
-
request for a name change
will you guys stop changing your names all the time? i barely recognize half of you now
-
request for a name change
yeah, I think that's enough of that for a while.
I'm going to impose a moratiium on name changes until ... say Thanksgiving. So no more until after then, you guys have had your chance.