

My b, I thought you wanted to know the origin of the meme.
My b, I thought you wanted to know the origin of the meme.
Here you go, from the repo:
const visitAd = function (ad) {
function timeoutError(xhr) {
return onVisitError.call(xhr, {
type: 'timeout'
});
}
const url = ad && ad.targetUrl, now = markActivity();
// tell menu/vault we have a new attempt
broadcast({
what: 'adAttempt',
ad: ad
});
if (xhr) {
if (xhr.delegate.attemptedTs) {
const elapsed = (now - xhr.delegate.attemptedTs);
// TODO: why does this happen... a redirect?
warn('[TRYING] Attempt to reuse xhr from ' + elapsed + " ms ago");
if (elapsed > visitTimeout)
timeoutError();
}
else {
warn('[TRYING] Attempt to reuse xhr with no attemptedTs!!', xhr);
}
}
ad.attempts++;
ad.attemptedTs = now;
if (!validateTarget(ad)) return deleteAd(ad);
return sendXhr(ad);
// return openAdInNewTab(ad);
// return popUnderAd(ad)
};
const sendXhr = function (ad) {
// if we've parsed an obfuscated target, use it
const target = ad.parsedTargetUrl || ad.targetUrl;
log('[TRYING] ' + adinfo(ad), ad.targetUrl);
xhr = new XMLHttpRequest();
try {
xhr.open('get', target, true);
xhr.withCredentials = true;
xhr.delegate = ad;
xhr.timeout = visitTimeout;
xhr.onload = onVisitResponse;
xhr.onerror = onVisitError;
xhr.ontimeout = onVisitError;
xhr.responseType = ''; // 'document'?;
xhr.send();
} catch (e) {
onVisitError.call(xhr, e);
}
}
const onVisitResponse = function () {
this.onload = this.onerror = this.ontimeout = null;
markActivity();
const ad = this.delegate;
if (!ad) {
return err('Request received without Ad: ' + this.responseURL);
}
if (!ad.id) {
return warn("Visit response from deleted ad! ", ad);
}
ad.attemptedTs = 0; // reset as visit no longer in progress
const status = this.status || 200, html = this.responseText;
if (failAllVisits || status < 200 || status >= 300) {
return onVisitError.call(this, {
status: status,
responseText: html
});
}
try {
if (!isFacebookExternal(this, ad)) {
updateAdOnSuccess(this, ad, parseTitle(this));
}
} catch (e) {
warn(e.message);
}
xhr = null; // end the visit
};
That’s pretty much it! Let me know if it doesn’t make sense, I can annotate it
This is beautiful, well done! When do they move outside? And when did you start the ones on each shelf?
How can you promise that? I’ll admit I didn’t fully understand it then, I didn’t have any deaths in my close family until much later, so I never had to reconcile with it.
In defense of nuance, I think this take is pretty unreasonable. I understand if you want to call people out for victim-blaming, but it’s very clear the commenter had no malicious intent by wondering about details about the tragedy. Why are we so eager for villains?
Betteridge’s law of headlines is an adage that states: “Any headline that ends in a question mark can be answered by the word no.”
I did the same with mine – prepared for the worst, but pleasantly surprised:
WHAT IS THE FILTER PAPER MADE OF THAT YOU USE IN YOUR TEA BAGS?
The filter paper used for Yamamotoyama tea bags is made from 100% cellulose fibers (wood). Test results conclude that chlorine dioxide is not present in our tea bag filter paper. The filter paper is not coated with the compound epichlorohydrin, and does not contain any free epichlorohydrin. Yamamotoyama tea bag filter paper is machine folded and pressed, therefore no glue is needed or used. Our teabags are completely compostable.
Ahh gotcha, thanks for clarifying! And I agree, very cool stuff.
Wait, how can this possibly not involve a turbine? Maybe there’s a semantics thing I’m missing or we disagree on, but what’s turning the kinetic energy into rotational mechanical energy to spin the generator if not a turbine? Or are you saying the turbine is incorporated, as in a turbine generator?
Just so we’re seeing the same picture:
I was just looking for a video to say exactly what you did, people should see it happen in real time:
https://inv.nadeko.net/watch?v=ZA8HB6ZpVRY
(This is invidious, a yt proxy, if you don’t recognize the URL. Content (no audio): A car’s dashcam captures an incident where a seemingly small bit of ice comes loose from a car ahead of the driver and destroys the windshield. It’s hard to notice if you aren’t looking out for it, bit of a jumpscare.)
Canonical yt link: https://youtu.be/ZA8HB6ZpVRY
Do I even want to be in the loop on this one?
I think it’s going to get worse after he passes, because right now he has an active presence with its own will that his henchmen sort of have to listen to. After he goes, everyone around him is going to start doing some heinous shit “in his memory” or “because he would have wanted it”.
Refusing to discuss nuance is the problem
Read that as United Atlantic Vultures and did a double-take. Not so far off though.
Lead exposure from shooting ranges has been studied and contributes to aggressive behaviors.
Did you just turn Success Kid into an angry/upset reaction? Rude!
I was known to yank a power chord or two back in college…
Would it be for giving credit it to the Tweeter?