

1.033e92849
if anyone else was curious.
1.033e92849
if anyone else was curious.
Yeah exactly. Even in jest I loathe this unquestioned impulse to punish the offender without any thought to collateral. This driver’s primary offense is being oblivious to their impact on others – what message is sent if the reaction is just as oblivious?
Okay I’m done policing morals.
I know we’re being hyperbolic here but hard disagree – how awful would that be for everyone on-board? And absolutely not worth the damage to public infrastructure. There’s an established procedure for dealing with blockages, and I hope that process irreparably damages the truck and results in a hefty fine for the owner
Tensor tympani is the muscle
I recommend a countertop portable induction burner if you’re not ready to get a whole new stove yet. It worked out very well for me, but I generally only need one burner and my favorite pans are induction-friendly.
Oh were you commenting from Gigachad’s perspective? I did miss that
How does this lead you there? IQ 100 is already the average by definition, so no matter how moronic people are as a whole this chart will look the same
Republican tariff market collapse.
Here you go, from the repo:
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?
It’s 20.76 now! (in Seattle)
https://www.seattle.gov/laborstandards/ordinances/minimum-wage
There are a bunch of blog posts on it if you search “30 under 30 jail”. I would link to one, but I didn’t like the first few I saw.
Crock pot stew is barely any effort too
Dems have to be in on it, that’s the only thing that makes sense. It isn’t Dem vs. Rep, it’s rich vs. poor :(
If you put someone on a wall hook, would they then have been hung? Likewise if I suspend my painting with a noise, has the painting been hanged?
I fucking love beans
Put a bidet on your wishlist
Would it be for giving credit it to the Tweeter?