Stand down, soldier. It is not yet your time.
- 0 Posts
- 76 Comments
Sure, that’s probably true (we could quibble over “0%” and the nuances of hyperbole), but my confidence that the clearly damaged battery in front of me is completely discharged and won’t cause harm is far less than my confidence in PPE saving my eyesight. When giving information to strangers on the internet, I like to play it conservative.
I think the most important step is PPE honestly – especially when the floor chances for maim or injury is “unlikely”.
Here is a guide.
techt@lemmy.worldto Fuck AI@lemmy.world•AI computers aren’t selling because users don’t care72·2 months agoThen you’d juat have to deal with errors from processes expecting it to be there. Probably better to instead not use software that implements it, which I assume you’re doing anyway.
Get them on video now while they’re still excited
techt@lemmy.worldto Mildly Interesting@lemmy.world•Scientists just found a way to break through climate apathy: Boiling down data into a binary — a stark this or that — can help break through apathy about climate change.12·2 months agoAngela Collier has some great thoughts about the shortcomings of scientific communication with the public in general – I think this is the video. Can’t recommend her enough, wonderful breakdowns of very complex topics in a way that doesn’t make me feel dumb.
techt@lemmy.worldto Leopards Ate My Face@lemmy.world•'I did not vote for a neutron bomb': Pro-Trump CEO says administration killing small businessesEnglish15·2 months agoNah, it’s still fighting time. Go to a protest; it’ll make you feel better.
Same issues with Pop!_OS – I’m having a much better time on Nobara. But you’re making me want to try Kubuntu… still haven’t found my happiest place but I’m happy :)
techt@lemmy.worldto Programmer Humor@programming.dev•This might have some impact on efficiency9·3 months agoWould it be for giving credit it to the Tweeter?
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
I mean it’s on you to manage boxing and unboxing in your projects
techt@lemmy.worldto Technology@lemmy.world•AdNauseam is a uBlock fork that goes further: it actively attacks marketers by auto-clicking every ad before blockingEnglish5·3 months agoHere 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
techt@lemmy.worldto Technology@lemmy.world•When You Block the Internet on Your Phone, Something Astonishing Happens MentallyEnglish1·5 months agoVery resourceful, I love it. If you remember, I’d be interested in seeing the finished product, but either way I hope it turns out great! Nice job making the time for something like this!
techt@lemmy.worldto Technology@lemmy.world•When You Block the Internet on Your Phone, Something Astonishing Happens MentallyEnglish2·5 months agoThat’s so cool! Is it plaster? I really like the stone lines
Sick, thanks! Further reading for anyone else who didn’t know
techt@lemmy.worldto People Twitter@sh.itjust.works•Twitter's filters for anybody out of the loop4·6 months agoThere’s gotta be a way to own this word in a positive way; like yeah honestly uni did help me clean house on a lot of dirty habits and prejudices in my brain, what’s the issue?
Ah, thanks. I thought it was a Roman AR-14