Page 1 of 1

newUser();

Posted: Tue Feb 26, 2019 12:21 am
by Usamimi
After lurking for an extended period, I have decided to create an account.

string join_reason = “Insightful criticism, entertaining reviews, accepting community.”;

return 0;

Posted: Tue Feb 26, 2019 12:50 am
by Thaluikhain
Hello. *waves*

Posted: Tue Feb 26, 2019 3:25 am
by Chamomile
Jesus, are we now at the point where the threshold for being an "accepting community" is set all the way down to "explicitly dislikes Nazis?" We live in a society.

Posted: Tue Feb 26, 2019 12:38 pm
by Usamimi
Chamomile wrote:Jesus, are we now at the point where the threshold for being an "accepting community" is set all the way down to "explicitly dislikes Nazis?" We live in a society.
Yes.

if (community_prejudice = 0)
{
community = accepting;
}
else
{
community = 4chan;
}

Posted: Tue Feb 26, 2019 5:28 pm
by Kaelik
Our natural assholishness to nazis scared the nazis away, but all the nice communities accepted the nazis and are now terrible.

(Technically I'm pretty sure we have a couple of nazi, nazi adjacent, or nazi enablers left, but I haven't seen Doom or Tzor for a while)

Posted: Wed Feb 27, 2019 2:34 pm
by Shadeseraph
Usamimi wrote:if (community_prejudice = 0)
Test your code before commiting or you may make a big mistake

:P

Anyways, hiya!

Posted: Wed Feb 27, 2019 3:47 pm
by Shrapnel
Didn't Tzor throw a hissy fit and leave, or something?

Also, are you, like, a computer or something? Or... oh my fucking gosh, are you a living internet ad?!

Posted: Wed Feb 27, 2019 8:51 pm
by Whipstitch
He got rekt in the abortion thread, yes.

Posted: Thu Feb 28, 2019 2:46 am
by Usamimi
Shadeseraph wrote:
Usamimi wrote:if (community_prejudice = 0)
Test your code before commiting or you may make a big mistake

:P

Anyways, hiya!
Can community_prejudice be negative?

Posted: Thu Feb 28, 2019 3:00 am
by Foxwarrior
I think Shadeseraph is thinking of the languages where

if (community_prejudice = 0)

sets community_prejudice to 0 and always returns false, thus making every community into 4chan without prejudice.

Technically not all languages have that syntax though.

Posted: Thu Feb 28, 2019 3:05 am
by Usamimi
Whipstitch wrote:He got rekt in the abortion thread, yes.
Abortion thread?

Posted: Thu Feb 28, 2019 4:11 am
by Leress
Usamimi wrote:
Whipstitch wrote:He got rekt in the abortion thread, yes.
Abortion thread?
Here you go:

http://www.tgdmb.com/viewtopic.php?p=248230

gaze into the abyss and despair. Also welcome.

Posted: Sat Jul 20, 2019 2:26 am
by nockermensch
Usamimi wrote:
Shadeseraph wrote:
Usamimi wrote:if (community_prejudice = 0)
Test your code before commiting or you may make a big mistake

:P

Anyways, hiya!
Can community_prejudice be negative?
Since you used a C/js-like syntax, the expectation is that the equivalence operator would be ==.