Diseased Open Source Software Community - it's about ethics in Code of Conducts

  • 🐕 I am attempting to get the site runnning as fast as possible. If you are experiencing slow page load times, please report it.
1647637720643.png
 
On the one hand, he's doing more than any of the redditors who want to "do something" about the situation.
That's not even true though. Say what you want about the faggots in Ukraine's Reddit army International Defence Legion (i.e. that they're larping faggots who have no idea about war and think that their 10.000+ hours on Call of Duty or 'active' service shooting at poor middle-Eastern goatfuckers translates to fighting against (mostly) modern weaponry and air superiority), but at least they actually formally joined a side. Committing cybercrimes as a non-uniformed combatant for a country that you can't even find on a map because Twitter convinced you it was a good idea is the height of gay.
 
That's not even true though. Say what you want about the faggots in Ukraine's Reddit army International Defence Legion (i.e. that they're larping faggots who have no idea about war and think that their 10.000+ hours on Call of Duty or 'active' service shooting at poor middle-Eastern goatfuckers translates to fighting against (mostly) modern weaponry and air superiority), but at least they actually formally joined a side. Committing cybercrimes as a non-uniformed combatant for a country that you can't even find on a map because Twitter convinced you it was a good idea is the height of gay.
>risk your freedom for a country you can't identify
>risk your marriage to fuck people who can't identify their gender
Pottery
 
Regardless of how deserving one might consider the targets, software libraries are not the proper venue for (supposed) vigilante do-gooderism.
Neither was SWIFT, but here we are.

It’s just another side-effect of a generation raised by women to imitate women—nothing is sacred, everything is a weapon, it doesn’t matter if it hurts me in the long run so long as it hurts them now (and surely someone will rescue me before the consequences get here).
 
I'm looking at his repositories and I found one of the most stupid repositories apart form all the 'is-array' packages. He's created a library called 'strong-typed' which is supposed to what Typescript should have been. Each method is basically:
JavaScript:
// Simple form
function imTooStupidThatINeedANPMPackage(value, type) {
    if (typeof value === type) {
        return true;
    }
    throw new Error(`The ${value} is not a type of ${type}.`);
}

// This will throw an error
imTooStupidThatINeedANPMPackage(123, 'string');

I'm really not sure why this would be a good replacement for native type checking in Typescript and missing the whole point of catching errors early.
JavaScript:
function sayHello(name: string): string {
    return `Hello ${name}!`;
}

// Will throw an error... or might not even compile.
sayHello(123);

Maybe I'm just being a autistic fag?
 
There are certain people you don't fuck with simply for their skills. You don't fuck with your waiter because he's the last person to handle your food, you don't fuck with your plumber because he knows which pipes to clog in order to turn your drains into shit geysers, and you don't fuck with software developers because they can push your shit in without leaving their chairs.
 
I feel like if you are going to fuck with a whole nation infamous for its internet haxors, you should at least have secure social media or delete compromising information off of it.
Was this hack state sponsored? If it was it would imply the KGB is aware of the term "bussy" which I think is pretty special.
The language in the dox release/hacked Twitter makes me think this was done by an American. Anyone with an interest in the survival of open source software has a casus belli here.
 
Back