TikTok To Ban All Political Fundraising On Its Platform
“We will work with governments, politicians, and political parties to verify their account either when they submit a verification request, or if we identify an account we believe belongs to a government, politician, or political party, we will confirm the authenticity of the account and begin the verification process.”
Read more of this story at Slashdot.
Gmail Launches Pilot To Keep Campaign Emails Out of Spam
Google has come under fire that its algorithms unfairly target conservative content across its services, and that its Gmail service filters more Republican fundraising and campaign emails to spam. This is partly based on a study from North Carolina State University, though its authors say it has been misconstrued. “We expect to begin the pilot with a small number of campaigns from both parties and will test whether these changes improve the user experience, and provide more certainty for senders during this election period,” Jose Castaneda, a Google spokesperson, told Axios. “We will continue to listen and respond to feedback as the pilot progresses.” He added: “During the pilot, users will be in control through a more prominent unsubscribe button.”
Read more of this story at Slashdot.
Bipedal Robot Sets Guinness World Record For Robotic 100-Meter Sprint
The team spent a week fast-tracking Cassie through a year’s worth of simulated training designed to determine the most effective gait. But it wasn’t simply a matter of speed. For the Guinness World Record to stand, Cassie had to start in a standing pose, and then return to that pose after crossing the finish line rather than simply tumble over. This meant Cassie had to use two neural networks, one for running fast and one for standing still, and gracefully transition between the two. Ultimately, Cassie completed the 100-meter sprint in 24.73 seconds, establishing a Guinness World Record for a bipedal robot. This is a great deal slower than the sub-10-second times run by the world’s best sprinters, but the researchers believe progress will only accelerate from here. You can watch Cassie’s record-setting dash here.
Read more of this story at Slashdot.
EU Proposes Rules Making It Easier To Sue Drone Makers, AI Systems
The rules lighten the burden of proof on victims with a “presumption of causality”, which means victims only need to show that a manufacturer or user’s failure to comply with certain requirements caused the harm and then link this to the AI technology in their lawsuit. Under a “right of access to evidence,” victims can ask a court to order companies and suppliers to provide information about high-risk AI systems so that they can identify the liable person and the fault that caused the damage.
The Commission also announced an update to the Product Liability Directive that means manufacturers will be liable for all unsafe products, tangible and intangible, including software and digital services, and also after the products are sold. Users can sue for compensation when software updates render their smart-home products unsafe or when manufacturers fail to fix cybersecurity gaps. Those with unsafe non-EU products will be able to sue the manufacturer’s EU representative for compensation. The AI Liability Directive will need to be agreed with EU countries and EU lawmakers before it can become law.
Read more of this story at Slashdot.
Kindle Scribe Brings Writing To Amazon’s Popular E-Reader
A more premium model will also be made available with a built-in button for quick actions. These styli allow for a variety of different line styles, though the tips are permanent, so that’s happening through the on-board software accessible via a software toolbar. The company says it specifically designed the display/stylus combo to mimic the feel of a pen on paper. […] Strangely, handwriting recognition will be missing at launch, though the feature is almost certainly on the company’s roadmap. It will, however, have a newly Streamlined software offering, allowing files to be shared off the device through the Kindle app, a web browser or email. The company also says it has updated the notoriously outdated Send to Kindle feature to help remove some of the friction from the process. Meanwhile, a deal with Microsoft will bring Word functionality to the product at some point early next year. […] Preorders for the $340 device start today, with shipping expected before the holidays (think November). Amazon announced more than ten new products at their event, including four new Echo devices, a new TV, and sleep tracker. CNBC highlights the biggest announcements in their report.
Read more of this story at Slashdot.
All 50 States Get Green Light To Build EV Charging Stations
It’s unclear how many charging stations the funds will support, and states have not yet shared specific charger locations. Transportation Department officials have said that states should install stations every 50 miles and ensure each station is located within one mile of an interstate highway. “We have approved plans for all 50 States, Puerto Rico and the District of Columbia to help ensure that Americans in every part of the country — from the largest cities to the most rural communities — can be positioned to unlock the savings and benefits of electric vehicles,” Transportation Secretary Pete Buttigieg said in a statement.
Read more of this story at Slashdot.
Tim Cook: ‘No Good Excuse’ For Lack of Women In Tech
Apple had 35% female staff in the US in 2021, according to its own diversity figures. It launched its original Apple Health Kit in 2014 without a period tracker — which led to accusations that this was an oversight due to male bias among its developers. One challenge facing the sector is the lack of girls choosing to pursue science, tech, engineering and maths subjects at school. “Businesses can’t cop out and say ‘there’s not enough women taking computer science — therefore I can’t hire enough,'” says Mr Cook. “We have to fundamentally change the number of people that are taking computer science and programming.” His view is that everybody should be required to take some sort of coding course by the time they finish school, in order to have a “working knowledge” of how coding works and how apps are created. According to Deloitte Global, large global tech firms will reach nearly 33% overall female representation in their workforces in 2022 on average — with 25% occupying technical roles.
In the interview with the BBC, Cook also commented on the future of augmented reality, saying: “in the future, people will wonder how we lived without AR.” He added: “we’re investing a ton in that space.” Earlier this year, Apple analyst Ming-Chi Kuo said Apple could announced its long-rumored mixed-reality headset as soon as January 2023.
Read more of this story at Slashdot.
The Latest iPadOS 16 Beta Brings Stage Manager To Older iPad Pro Models
That changes with the latest iPadOS 16 developer beta, which was just released. Now, Apple is making Stage Manager work with a number of older devices: it’ll work on the 11-inch iPad Pro (first generation and later) and the 12.9-inch iPad Pro (third generation and later). Specifically, it’ll be available on the 2018 and 2020 models that use the A12X and A12Z chips rather than just the M1. However, there is one notable missing feature for the older iPad Pro models — Stage Manager will only work on the iPad’s build-in display. You won’t be able to extend your display to an external monitor. Apple also says that developer beta 5 of iPadOS 16. is removing external display support for Stage Manager on M1 iPads, something that has been present since the first iPadOS 16 beta was released a few months ago. It’ll be re-introduced in a software update coming later this year.
Read more of this story at Slashdot.
TikTok Inching Toward US Security Deal To Avoid Sale
Read more of this story at Slashdot.
A 20 Year Old Chipset Workaround Has Been Hurting Modern AMD Linux Systems
With this workaround still being applied to even modern AMD systems, K Prateek Nayak discovered: “Sampling certain workloads with IBS on AMD Zen3 system shows that a significant amount of time is spent in the dummy op, which incorrectly gets accounted as C-State residency. A large C-State residency value can prime the cpuidle governor to recommend a deeper C-State during the subsequent idle instances, starting a vicious cycle, leading to performance degradation on workloads that rapidly switch between busy and idle phases. One such workload is tbench where a massive performance degradation can be observed during certain runs.”
At least for Tbench, this long-time, unconditional workaround in the Linux kernel has been hurting AMD Ryzen / Threadripper / EPYC performance in select workloads. This workaround hasn’t affected modern Intel systems since those newer Intel platforms use the alternative MWAIT-based intel_idle driver code path instead. The AMD patch evolved into this patch by Intel Linux engineer Dave Hansen. That patch to limit the “dummy wait” workaround to old systems is already queued into TIP’s x86/urgent branch. With it going the route of “x86/urgent” and for fixing a overzealous workaround that isn’t needed on modern hardware, it’s likely this patch will be submitted this week still for the Linux 6.0 kernel rather than needing to wait until the next (v6.1) merge window.
Read more of this story at Slashdot.