[ prog / sol / mona ]

sol


Discord banning unofficial clients

1 2020-11-25 00:46

Discord has allegedly started to ban users who use unofficial (read: non-malware) clients: https://github.com/Bios-Marcel/cordless#i-am-closing-down-the-cordless-project. I'm sure that I am preaching to the choir here, but communities for open-source projects should NOT be hosted on Discord and this is yet another example of why.

It frustrates me that several projects that I'd consider contributing to are run solely through Discord.

2 2020-11-25 06:01

>>1
read these project's code of conduct, and check out the author.

3 2020-11-25 07:06

Fuck discord

4 2020-11-25 20:28

But of course, if the project's source code tree directory contains a so-called code-of-conduct, then most certainly the project isn't worth contributing to, is it?

5 2020-11-25 22:06

>>4
It's actually a good thing.

6 2020-11-26 03:38

Thought they already did that.
>>4,5
Social credit > code-of-conduct.

7 2020-11-26 05:13

>>2
Nooooo

8 2020-11-26 07:12

Hopefully they will ban the official client next.

9 2020-11-26 09:25

I will ban anyone who tries to insert Code of Conduct or any rulecucking nonsense. If i created the project i decide the rules.

10 2020-11-27 10:22

Codes of Conduct are trannyprop subversion that allows canceling
people that don't use the "correct pronouns"(and similar newspeak euphemisms), essentially giving moderation power to psychotic SJWs that
will ruin the project for a power trip.

'but what about Linux CoC?':
https://en.wikipedia.org/wiki/Linux_Foundation
Linus is paid corporate bootlicker by now, if you didn't notice:
The Linux Foundation sponsors the work of Linux creator Linus Torvalds and lead maintainer Greg Kroah-Hartman and is supported by members such as AT&T, Cisco, Facebook,[5] Fujitsu, Google, Hitachi, Huawei, IBM, Intel, Microsoft,[6] NEC, Oracle, Orange S.A., Qualcomm, Samsung,[7] Tencent, and VMware, as well as developers from around the world.

A paid corporate bootlicker won't have the option to resist any CoC
shoved down the project's throat by social justice terrorists who
will cancel/fire/bankrupt him from their cushy corporate ivory tower.

11 2020-11-29 07:57

Look at this discussion
https://github.com/torvalds/linux/commit/8a104f8b5867c682d994ffa7a74093c54469c11f

12 2020-11-29 09:20

>>11
Is there a name for these kind of people who claim not to be SJWs but do the same thing SJWs do just in the opposite direction? SIWs maybe, for Social Injustice Warriors?

13 2020-11-29 10:03

>>12
Right Wing SJWs?

14 2020-11-29 10:11

>>12-13
The whole moral outrage business is very much a right-wing thing originally, I think that the name should reflect that they are the originators and SJWs are the copy.

15 2020-11-30 20:50

>>12
What do you mean with "in the opposite direction"? To me, "SJW" were always an extension of the nerd-mindset, combined with moral superiority. A boring reddit nerd will correct anyone if they claim a tomato is a vegetable, but nobody cares, because it's irrelevant outside of biological taxonomy. The Social-Justice Nerd will point out how historically, different cultures had more than two genders (but of course leave out that these were tied into cast-systems), or how words like master/blacklist/... can be traced back to racist (but actually just slavery, which isn't intrinsically racist) usages. Anyone who has seen them online can see how smug they are about this. You can imagine that every post starts with an "Actually...". What makes them so unlikable, is their insencerity, their superficiality, their pedanticity. Combine this with the "moral outrage business" (>>14) and you get the most annoying pest.

16 2020-12-01 15:38

You can still make your own client, or at least modify the official client. Mine has several novelty features, including a built-in Scheme interpreter. It makes e-girls wet, check this:

const Discord = require('discord.js-selfbot');
const client = new Discord.Client();
const BiwaScheme = require('biwascheme');

client.on("message", function(message) {
  if (message.content.startsWith("```") && message.author.id == 1234567890)  {
     console.log(message.content.substring(3, commandBody.length - 3))
     message.reply("```\n" +`${BiwaScheme.run(message.content.substring(3, commandBody.length - 3))}` + "```\n");
  }
}
});
client.login("my_account_token");

Example of usage:

(define zero (lambda (f) (lambda (x) x)))
(define add-1 (lambda (n) (lambda (f) (lambda (x) (f ((n f) x))))))
(define two (lambda (f) (lambda (x) (f (f x)))))
(define square (lambda (n) (two n)))
(define add1
  (lambda (x) (set! x (+ x 1))
  x))
(define (church->int n)
  ((n add1) 0))
(define int->church
  (lambda (n)
    (if (zero? n)
        zero
        (add-1 (int->church (- n 1))))))
(define fourteen (int->church 14))
(church->int (square fourteen))

@autist,

196
17 2020-12-01 15:45

Biwascheme can also interpret JavaScript, here's a js quine:

(js-eval "$=_=>`$=${$};$()`;$()")

@autist,

$=_=>`$=${$};$()`;$()
18 2020-12-05 05:59 *

>>12 -15
That's called a StJW but it never took off.
>>16
Sussman gamer moment.

19 2021-07-19 03:04

Discord? IRC forever!

20 2021-10-04 06:37

>>13
At some point that might have been somewhat correct but by now even a good portion of the left wing tired of these peoples antics.

21


VIP:

do not edit these