activ8r

joined 1 year ago
[–] activ8r 1 points 1 year ago

The individual responding isn't the issue. They haven't made any decision to respond like this, they are following a script.

The script is written by people who should know exactly what they are doing, so the result is either malice or negligence. Either way it's unacceptable where the law is concerned.

[–] activ8r 80 points 1 year ago (12 children)

This is exactly why we didn't want you to have independence. You clearly weren't ready. I mean the whole Trump issue was one thing, but this... This is just monstrous.

[–] activ8r 24 points 1 year ago (5 children)

Generally held by who? Because it's not the general public.
Seems like it's just you at the moment.

[–] activ8r 7 points 1 year ago

I think it is heavily dependent on if she used a different voice, or not, for the "I love you, too" bit.

[–] activ8r 0 points 1 year ago

Damn Irish.

[–] activ8r 3 points 1 year ago

6 hours, 12 minutes and 43 seconds.

Be ready.

[–] activ8r 5 points 1 year ago (1 children)

Every time someone uses the word fascist I can't help but think of this scene.

[–] activ8r 1 points 1 year ago (1 children)

They're partially right. Eating sugar relaxes the stomach making you feel less full.
I don't know if it's by design, but having a small dessert after a big meal will make you feel less bloated and more comfortable.

[–] activ8r 1 points 1 year ago

I get that hot when I run I'd effectively be a flashbang.

[–] activ8r 1 points 1 year ago

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".

[–] activ8r 2 points 1 year ago* (last edited 1 year ago) (2 children)

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.

[–] activ8r 20 points 1 year ago (1 children)

Classic American, yet vaguely french. Like the statue of liberty 🗽

view more: ‹ prev next ›