It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
avatar
PaterAlf: If everybody would do that 95% of the insults would be gone and the forum would be a much better place again.
Jokes aside, I completely agree with you. Just a bit of civility could solve issues...well, many places, not just the forum.
I could post the joke of #MakeGOGGreatAgain if not for the fact that I know it would cause a storm. And the fact that I have to worry about it causing a storm is terrible (I'm just doing it here because this thread is a mess anyways, but you get my point).

avatar
PaterAlf: Back then there were also some assholes and some hard discussions. But most of the time people expressed there oppinions quite politely and respected or at least tolerated other points of view. Today it's "Fuck you!", insults or name-calling within seconds.
I am going to partially attribute this to the number of people here, though. For every three decent people who come in, there's inevitably one person who also comes in just looking to throw around insults and stir up trouble. This is true anywhere on the internet.
avatar
PaterAlf: And they normally don't start to insult me as soon as I enter the room.
*annoying voice* Well, it's not MY fault you're ugly!
Post edited November 18, 2016 by zeogold
low rated
avatar
Goodaltgamer: As an example I take Political Correctness, quite often referred to as PC:
We are a open worldwide community and everyone has a different perspective. A FACT we have to live with. The intend of this is not to create a censorship or similar, but to get something back which is called Tolerance in both ways. So if Person A tells you to stop it, stop it. Person B might be OK with it. So again WWW. (again discussion)
You are speaking American English on American English sub forum, crawl into your shit hole.
Your entire list of rules would cause you and your fag child pedophile boyfriends to be banned long ago.

Feel free to abuse your down votes you crying about retarded fuck.

See what you demented sick child rapists do not understand is circle jerking in your echo chamber doesn't make any of your horse shit true.
Post edited November 18, 2016 by Regals
avatar
Regals: See what you demented sick child rapists do not understand is circle jerking in your echo chamber doesn't make any of your horse shit true.
Is that what 4chan told you? Is that why you're here? Exactly what did you do that even THEY'D shun you?
Let's talk it out, man. I know life is hard.
avatar
Regals: Why haven't you lost your account yet
Oh, I always keep it in the same place, makes it easier to remember. I still sometimes lose the keys, but never the account itself.
avatar
Regals: Right there is the entire conclusion of this shit post
Well, it WOULD have been until you went and replied. Now you've only lengthened it and ruined what could have been a perfectly marvelous ending.
I understand that you love it a lot and want to keep it going by bumping it and giving it more attention though, I totally respect that. A lot of great stuff's in this thread, plenty to laugh over.
It's ok, Regals. We love you just as much as you love us.
avatar
Regals: Didn't know you posted nude photos.
Oh, my! You'd be interested in such a thing? A bit odd for someone who always throws "gay" around as an insult.
Are you suppressing feelings, my friend? Perhaps if you had the courage to be yourself, you could work out the frustrations which cause you to lash out at others?
We understand that you're going through some things. It's ok. We'll love and accept you. Just recognize who you truly are inside. Share your true self.
avatar
zeogold: I like to suck penis.
avatar
Regals: Again your inability to read and stupidity is showing.
Yes, yes, that's it, Regals! Tell us what you REALLY feel inside! Your fixation upon lewd homosexual acts tells of your inner desires! EMBRACE yourself! ACCEPT your orientation! OWN the real Regals!
avatar
Regals: Desperate for attention?
AT LAST! We have it! He's admitted his true inner self!

I consider this, on the whole, a most successful therapy session. Congratulations on recognizing your inner self, Regals. May you go into this world a wiser, stronger, and more confident man.
avatar
Regals: Odd where did you run off to reject scum?
Oh, don't mind me. I usually just have fun talking to friends, work on my college education, perform hobbies which I enjoy, and generally live a well-adjusted life rather than accusing others of...
...actually, I have no idea what on earth you're accusing me of. Seems a bit of a weird concept. You apparently are in America, so I recommend you try suing me over it. Could use with a change of pace in life.
Anyhoo, it's been lovely having a conversation with you, but I think I'll leave you alone for now. I understand you need to work through your emotions in some form of catharsis, so feel free to hurl whatever other insults you can think of. I'm looking forward to your boundless creativity!
Great. Ten minutes after I write about being more respectful again, Regals enters the thread.

Pure comedy gold!
avatar
PaterAlf: Great. Ten minutes after I write about being more respectful again, Regals enters the thread.
To be fair, I've been perfectly respectful to him.
I'd love nothing more than for the man to actually try to sue me. I wonder if I can really get him to do it. To go so far as to make some halfhearted attempt at doxxing through searching "zeogold", a username taken by plenty of people on the web (as I've found in the past by the inevitable "this username is taken" message) and a reference to the Zeo Power Rangers (the gold one). Inevitably he'll end up going after some very confused 57-year-old farmer from Kansas and get bled dry from court fees alone. Can you imagine the news headlines?
Post edited November 18, 2016 by zeogold
avatar
Regals: Whos fucking alt account are you random nobody?
tinyE's of course. Like everybody else. ;)
avatar
zeogold: To be fair, I've been perfectly respectful to him.
It wasn't aimed at you. You've been perfectly respectful indeed.
Post edited November 18, 2016 by PaterAlf
avatar
Regals: Unlike you filth... I am not a child
Ok. So prove it and sue me, ruin my academic career like you claim you have the power to do. Otherwise, you do nothing but talk. Let's see some action. You request that I fear you, but I'm sorry to say that I cannot properly fulfill this request until you provide something worth fearing. Until then, you are, at worst, a source of mild amusement.
Post edited November 18, 2016 by zeogold
low rated

System.out.println(((sum % 2) == 0) ? "even" : "odd");
System.out.println("The Sum of the digits is: " + sum);
Honestly, that code is too long for something as simple as hello world. Something like this would work:

print("even" if sum % 2 == 0 else "odd")
print("The sum of the digits is: ", sum)

(Actually, the first line could be even simpler:
print("odd" if sum else "even")
or even
print(["even", "odd"][sum % 2])
though an absolute beginner would probably not think of (or understand) either solution
)
avatar
PaterAlf: It wasn't aimed at you. You've been perfectly respectful indeed.
Oh, I know it wasn't, I just can't stop laughing at this entire thing. At least Regals was right about that much:
He DOES have me in tears, although I'm not sure it's for the reason he thinks.

System.out.println(((sum % 2) == 0) ? "even" : "odd");
System.out.println("The Sum of the digits is: " + sum);
avatar
dtgreene: Honestly, that code is too long for something as simple as hello world. Something like this would work:

print("even" if sum % 2 == 0 else "odd")
print("The sum of the digits is: ", sum)

(Actually, the first line could be even simpler:
print("odd" if sum else "even")
or even
print(["even", "odd"][sum % 2])
though an absolute beginner would probably not think of (or understand) either solution
)
This keeps getting better and better.
avatar
PaterAlf: tinyE's of course. Like everybody else. ;)
Wait, I thought we'd agreed that we were all Judas, Firek, and the other staff members?
Post edited November 18, 2016 by zeogold