wiki-user: Aatube

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

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

help-circle








  • the article mentions that:

    The rallying behind Anthropic was tinged with opportunism. Sam Altman, the chief executive of OpenAI, said in a memo to employees this week that “we have long believed that A.I. should not be used for mass surveillance or autonomous lethal weapons,” which is the same stance as Anthropic’s.

    But late Friday, after Mr. Trump had ordered federal agencies to stop using Anthropic’s technology, OpenAI said it had reached its own agreement with the Pentagon to provide its A.I. for classified systems. OpenAI said it had found a way to put safeguards into its technologies that would somehow prevent the systems from being used in ways that it does not want them to be.

    For many A.I. companies, government contracts are only one piece of an expanding pipeline of business. The $200 million contract that Anthropic had been negotiating with the Pentagon for A.I. use in classified systems, which precipitated the fight, would most likely be only a small percentage of the company’s revenue. Anthropic primarily sells A.I. software to other businesses and last year hit a monthly pace of $8 billion to $10 billion in annual revenue, Dr. Amodei said in December.





  • 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.