I think people are missing the joke here 😄
I think people are missing the joke here 😄
Seems like some third-party hosting is in order to support any Rebellion Russians.
Then you should know better.
I agree with you mostly, and thank you for giving such a passionate and important response.
The problem is not the people though. Placing the “blame” or responsibility on the victims of this invasive behaviour is not the correct conclusion. These settings are deliberately obfuscated and people are uneducated on privacy and how it relates to technology. This is not their fault. Life is far too complicated to place yet another burden on the individual who already has so much to think about. The change needs to come from the people, yes, but it is not the people who need to change.
Of course it is.
You’re not. Jetbrains users are just a lot more vocal. It’s like vegans or people who vape. They will let you know 😉
Depends on their style of emotional investment I guess. Not all romantic relationships are sexual, so physical intimacy isn’t necessarily required. So it reasonably could be the same emotional attachment to the AI as it would be for a real person. Whether or not that is healthy is an entirely different topic, but having a virtual boyfriend is very possible.
It’s a meme, it’s not actually saying not to use async:
Yeah, this screams ArcaneOS 2.0
It’s about sending a message.
This image reminds me of a junior dev who used fixed position for everything because he “couldn’t make it look like the picture otherwise”.
In JS a Boolean has 4 states.
true
false
undefined (where the key is set to undefined)
undefined (where the key doesn’t exist on the object)
if (obj.value === true) {
console.log(1);
} else if (obj.value === false) {
console.log(2);
} else if ("value" in obj) { // key "value" is in the obj, but it is set to undefined
console.log(3);
} else { // key "value" is not in object
console.log(4);
}
You’re welcome.
You have to hand wash them otherwise this happens. They use a super inferior glue to stick the letters on. Careful hand washing can keep it clean, but eventually the letters will just slide off.
I’d say a good 10% of English is just misusing words from other languages to be fair.