techt
@techt@lemmy.world
- Comment on One Angry Man 1 week ago:
Gattacum
- Comment on NSFW on Lemmy 1 week ago:
Thanks for taking the time to explain :)
- Comment on NSFW on Lemmy 1 week ago:
If the ACAB post is just words, then no. If it’s imagery of people being beaten by cops, then yes. There’s no need to argue extremes to make the point seem ridiculous – just use judgment and be kind.
It’s about being considerate; that’s where the conversation starts and ends, so don’t get sidetracked or focus on semantics. It does not matter why someone is browsing any website at their place of work, so let’s not even bring that into the conversation. NFSW is meant to help people view content at work/in public by making it avoidable. It’s a communication from the author/community to the audience that the content may or may not be inappropriate – that’s it. If it’s debatable and isn’t tagged, that’s inconsiderate and a request to tag it should be treated with consideration and kindness (barring trolls, which OP clearly isn’t).
But that’s just my opinion, and I acknowledge yours is different.
- Comment on NSFW on Lemmy 1 week ago:
Just because there’s no nudity doesn’t mean it’s safe-for-work. This would absolutely make my female colleagues uncomfortable and that falls under the spirit of NSFW. Getting pedantic about what is or isn’t pornographic or nudity to justify having gross pictures up on your screen is entirely beside the point – if there’s any reason it could contribute to a less equitable workplace, it should be labeled NSFW. If there’s any debate about it at all, it’s the considerate thing to do.
- Comment on W.a.m.d.i.i. 1 week ago:
…drunk?
- Comment on WalkScape's (RuneScape inspired fitness MMORPG) developer here, we've now released support for smartwatches on iOS & a lot of new content, and we are accepting new players to the Closed Beta! 2 months ago:
Thanks for the reply! PEBKAC issue – I was logged in with the right account, but the email I requested to join the beta from was not a google account so I had to make one for this. I forgot to change the email in my Walkscape account portal to the gmail I made. All good now!
- Comment on WalkScape's (RuneScape inspired fitness MMORPG) developer here, we've now released support for smartwatches on iOS & a lot of new content, and we are accepting new players to the Closed Beta! 2 months ago:
I was accepted into the beta, but I’m unable to find the app in the store. I joined the google group, but I’m not sure what else to check. When I follow the link it shows the app in the browser, but when I try to find it with the play store app it can’t be found. Any ideas?
- Comment on Recycling ♻️ 2 months ago:
Ah, thanks. I thought it was a Roman AR-14
- Comment on YSK You don't need Teflon pans for nonstick 2 months ago:
Sometimes the food can do it too – I scratched my last nonstick pan with a silicone spatula because I ground black pepper on my eggs and caught a craggy piece just right while flipping. After being super careful for months! So irritated.
- Comment on The emotional support dunkies 2 months ago:
I don’t get this – his expression matches nearly every other 40+ white dude minding his own business that I’ve ever seen. These pics/posts have strong “you should smile more” energy
- Comment on As Klarna flips from AI-first to hiring people again, a new landmark survey reveals most AI projects fail to deliver 2 months ago:
“I am of the opinion that AI can already do all of the jobs that we, as humans, do,” the CEO told Bloomberg in February.
We look forward to your resignation
- Comment on Cup Holders for Sofa Cushions 3 months ago:
Just a short while ago I was invited to dinner at a friend’s. Wouldn’t you know it – rounded couch. Immediately called CPS and got their kids sent somewhere they can have a decent upbringing.
- Comment on It always seems like its time to move to linux 3 months ago:
My b, I thought you wanted to know the origin of the meme.
- Comment on It always seems like its time to move to linux 3 months ago:
- Comment on AdNauseam is a uBlock fork that goes further: it actively attacks marketers by auto-clicking every ad before blocking 4 months ago:
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
- Comment on When You Block the Internet on Your Phone, Something Astonishing Happens Mentally 5 months ago:
Very 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!
- Comment on When You Block the Internet on Your Phone, Something Astonishing Happens Mentally 5 months ago:
That’s so cool! Is it plaster? I really like the stone lines
- Comment on nuked from orbit 5 months ago:
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.