wiki-user: Aatube

Now mostly on @Aatube@kbin.melroy.org . I use this account as a backup.

  • 15 Posts
  • 91 Comments
Joined 3 years ago
cake
Cake day: June 18th, 2023

help-circle

  • I really hope there are better examples of the instance’s problems than what we got in the post. Most of the screenshots (emphasis on most. a few did illustrate exactly what the post said they illustrate) were just banning people for civility. You may oppose civility politics, but in that case I don’t think we should defed just because their moderation enforces civility. Here’s one example from the modlog:

    And if you read two more words instead of instantly ragequitting like a little bitch, you would’ve realised that it’s an EXTRA aid package THEY can use, not that Israeli bases need to guard it. Literally just a humanitarian bridge that allows Gazans to access basic necessities from Israel…

    Do you agree with this removal?


    How about this comment our instance removed?

    And if you read two more words instead of instantly ragequitting like a little bitch, you would’ve realised that it’s an EXTRA interface you CAN use, not that it’s Java based. Literally just a compatibility layer that allows Octave to interop with Java…

    I trust Unruffled that there is much better evidence out there, but I can’t rest my hopes for such an impactful decision on civility politics. I really hope people come around with much more to chew on.




  • it’s like why some people prefer Windows LTSC I think: less breakage, more stability, less experimental features, enterprises that use these often want like privacy hardening for security or something so these distributions often have similar things, etc

    i do not think there’s anything to worry about chinese laptops with us-designed chips lol. it’s a TSMC to the bottom






  • https://webmasters.stackexchange.com/questions/95614/do-ad-impressions-count-if-the-user-is-using-an-adblocker summarizes Google Ads’s documentation at https://support.google.com/admanager/answer/141811?hl=en (TL;DR: pay depends on whether a script/request attached to the ad element is performed).

    It’s true that different adblockers do different things, but the most popular ones do block the requests too. One of the most popular arguments for adblocking is performance and bandwidth. If we only hid the ad from view without doing that, we would not get the performance and bandwidth savings that adblock brings. So, µBO blocks the requests.

    You can confirm yourself whether the request is blocked by searching “ad” (or “doubleclick” specifically for DoubleClick Ads, which are the majority of Google Ads) in your browser DevTools’s “Network” tab. Compare when the adblocker is off vs. on; for me with µBO the majority of requests aren’t even attempted and disappear when their entire element is ad-blocked, and in these cases the pay script doesn’t load either. The screenshot above only shows some requests that were attempted and blocked.

    Going down the rabbit hole, doesn’t that then also imply that people using assistive technologies like a screen reader for the visually impaired are actually stealing content?

    No, screen readers would still read ads. Just having the screenreader move to the next element is the same as scrolling past the ad. The difference is that if the advertiser doesn’t give alt-text, the content can become nonsensical. But the advertiser still pays.

    You can approximately check an ad’s text for a screenreader with Firefox DevTools’s “Inspect accessibility properties” feature.