ARM Give a man a fire and he's warm for a day, but set fire to him and he's warm for the rest of his life (Terry Pratchett, Jingo)

Used EV Prices are Now Going Up in America (cnbc.com)

(Sunday August 02, 2026 @11:34AM (EditorDavid) from the charging-ahead dept.)

Electric vehicles have historically been "notorious" for losing their resale value, [1]reports CNBC . But this year prices for used EVs in the U.S. "are up 5.1% from January to June 2026, according to a [2]Recurrent analysis published this month ."

> The trend continued into the second half of the year: Prices are up 7% year to date through mid-July, it said. Recurrent compared EVs according to the same make and model year across 108 combinations and weighted price growth according to inventory volume. "Used EVs are appreciating, which almost never happens," according to an e-mailed Recurrent statement about the analysis. Other auto analysts found a similar trend...

>

> Price growth for used EVs has been broad-based, said Stephanie Valdez Streaty, the director of industry insights at Cox Automotive, a market research firm. Twenty-one of the 25 used EV models with the highest sales volume increased in price between January and June this year, she said... [T]he price growth for used EVs this year has been all the more surprising because it has happened despite a high supply of used EVs hitting the market — which, all else being equal, would generally cause prices to fall, experts said...

>

> There are several factors juicing consumer demand for used EVs, experts said. Among them are [3]high gasoline prices due to the Iran war , which have pushed more consumers to consider fuel-efficient options, experts said... Overall affordability is another big factor, against a backdrop of inflation that has remained above policymakers' target of 2% for five or so years, auto experts said. The dynamic has [4]pushed more consumers toward the used car market more broadly.

Two interesting statistics [5]from the article :

"Used EV sales were up 20% in June versus a year earlier, while sales of new EVs were down about 28%, according to Cox Automotive data."

New EVs accounted for 5.4% of total new-vehicle sales in June, while the market share for used EVs was just 2.4%, according to Cox Automotive data.



[1] https://www.cnbc.com/2026/07/31/used-ev-prices.html

[2] https://www.recurrentauto.com/research/used-electric-vehicle-buying-report

[3] https://www.cnbc.com/2026/07/14/inflation-cpi-june-2026-in-one-chart.html

[4] https://www.cnbc.com/2026/04/07/used-car-prices.html

[5] https://www.cnbc.com/2026/07/31/used-ev-prices.html



Hamburg Is Replacing a Bridge In One Huge Piece (tagesschau.de)

(Sunday August 02, 2026 @05:09PM (EditorDavid) from the game-of-bridge dept.)

Long-time Slashdot reader [1]Qbertino writes:

> The northern German City of Hamburg is currently in the process of replacing one of [2]its bridges in one single gigantic piece. The new replacement weighs 3700 metric tons and was carefully moved [3]into place over a stretch of 500 meters, requiring extreme patience and precision maneuvering. Some places leave only 40 cm of room to neighbouring buildings.



[1] https://slashdot.org/~Qbertino

[2] https://www.eisenbahnbruecken-ehm.de/sternbruecke.html

[3] https://www.tagesschau.de/inland/regional/hamburg/neue-sternbruecke-in-hamburg-spektakulaerer-transport-bis-in-die-nacht,sternbruecke-162.html



Group of Teen Hikers Relied on Google Maps. It Was a Disaster. (sfgate.com)

(Monday August 03, 2026 @11:00AM (EditorDavid) from the I'm-feeling-unlucky dept.)

"When a group of teenagers set out to hike British Columbia's famed Howe Sound Crest Trail in early July, Google Maps suggested the trek would take about five hours," [1]reports SFGate .

"Instead, the hike stretched deep into the night, leaving the group exhausted, dehydrated, injured and in need of a helicopter rescue..."

> Although the approximately 18-mile route with a 6,000-foot elevation gain can be completed by experienced trail runners in a day, search and rescue officials generally recommend hikers treat it as a two-day backpacking trip. The teenagers, all 17 years old, believed Google Maps' estimate that the route would take about five hours. The printed directions they were carrying, [2]which were shared publicly by Lions Bay Search and Rescue, gave simple instructions for two legs of the trail, but didn't account for the terrain or elevation. "[Google Maps] is calculating the time that you're walking a straight road on pavement," [said Maria Masiar, training officer and search manager with Lions Bay Search and Rescue]. "When you get into outdoor terrain, that no longer holds true."

>

> Expecting only a short outing, each hiker carried about half a liter of water and limited food. There are no reliable water sources along the trail, meaning hikers must carry enough supplies for the entire route. As the group climbed, they began suffering from dehydration and muscle cramps but continued onward despite falling dramatically behind schedule. Eventually, the group made the decision to turn back and abandon making it to the end of the trail — and as the sun began to set and the group started to descend, fatigue took its toll. According to Masiar, members of the group had already stumbled and fallen several times while trying to race the coming dark, and only one hiker had a headlamp. Eventually, another hiker slipped about 10 feet off a boulder, injuring his tailbone badly enough that he could no longer continue. Search and rescue crews responded, ultimately evacuating him by helicopter.



[1] https://www.sfgate.com/national-parks/article/google-map-rescue-22367661.php

[2] https://www.facebook.com/LionsBaySAR/posts/1775893060442344?ref=embed_post



New GitHub, PyPI Policies Hope to Boost Supply Chain Security (securityweek.com)

(Sunday August 02, 2026 @11:34AM (EditorDavid) from the weekend-links dept.)

"GitHub and the Python Package Index (PyPI) have introduced new policies meant to boost supply chain security," [1]reports SecurityWeek , "by preventing the fast propagation of poisoned package versions and the poisoning of old and long-stable releases."

> To prevent the fast delivery of malicious code through the immediate fetching of brand-new releases, GitHub has [2]introduced a Dependabot cooldown , where the automation tool waits for at least three days after a release has been published before opening a pull request. "Waiting a few days before adopting a new release gives maintainers, security researchers, and automated scanners time to spot a malicious version and get it pulled before it ever reaches your pull requests," GitHub explains.

>

> The three-day cooldown only applies to non-security version bumps, and the behavior can be modified through the configuration option in the dependabot.yml. "Three days as the default balances two goals: it pushes you past the window where most of these attacks live, and it doesn't hold your dependencies back longer than necessary," GitHub notes.

And the Python Package Index (PyPI) "now rejects new files being uploaded to releases that are older than 14 days," according to [3]a recernt blog post from the Python Software Foundation's security developer-in-residence Seth Larson:

> This restriction was [4]put in place to prevent old and long-stable releases from being poisoned in case publishing tokens or workflows of PyPI projects were compromised... The [5]discussion of this behavior began during PEP 740 (Digital Attestations) back in January 2024. The discussion was [6]restarted in March 2026 after the popular packages [7]LiteLLM and Telnyx were compromised . These packages were compromised due to a " [8]mutable reference " in these projects' usage of the Trivy GitHub Action...

>

> To quantify how disruptive this change would be to existing workflows, the PyPI database was queried for [9]projects that have published new files to old releases ... [10][O]nly 56 projects of 15,000 had published a [Python] 3.14-compatible wheel more than 14 days after a release was available. This topic was brought to the [11]Packaging Summit at PyCon US 2026 by PyPI Safety & Security Engineer, Mike Fiedler. The rough consensus of the discussion was that the summit attendees thought it was "acceptable to require users to bump to the next version" to support new Python versions. With the data and consensus in hand, Seth [12]moved forward with a patch to reject new files on old releases which was merged July 8th, 2026.



[1] https://www.securityweek.com/new-github-pypi-policies-boost-supply-chain-security/

[2] https://github.blog/security/supply-chain-security/the-case-for-a-cooldown-why-dependabot-now-waits-before-issuing-version-updates/

[3] https://blog.pypi.org/posts/2026-07-22-releases-now-reject-new-files-after-14-days/

[4] https://github.com/pypi/warehouse/pull/19727

[5] https://discuss.python.org/t/restricting-open-ended-releases-on-pypi/43566

[6] https://discuss.python.org/t/restricting-open-ended-releases-on-pypi/43566/34

[7] https://blog.pypi.org/posts/2026-04-02-incident-report-litellm-telnyx-supply-chain-attack/

[8] https://mikael.barbero.tech/blog/post/2026-03-24-stop-trusting-mutable-references/

[9] https://discuss.python.org/t/restricting-open-ended-releases-on-pypi/43566/48

[10] https://discuss.python.org/t/restricting-open-ended-releases-on-pypi/43566/63

[11] https://hackmd.io/k0C-RAIVRnu-YXoDFgABvA

[12] https://github.com/pypi/warehouse/pull/19727



Are Return-to-Office Mandates Killing Workers' Trust in Workplaces? (thehill.com)

(Monday August 03, 2026 @11:00AM (EditorDavid) from the remotely-working dept.)

[1] The Hill published the thoughts of Gleb Tsipursky, Ph.D., who serves as the CEO of the future-of-work consultancy [2]Disaster Avoidance Experts :

> A recent [3]EnhancV survey of 1,000 full-time U.S. workers subject to new or stricter return-to-office policies found that 72% suspect these mandates are really a voluntary attrition strategy — a strategy by their own employers to make them quit their jobs. A full 46% admit to the practice of coffee-badging. Thirty-six percent have applied for a new job while sitting at their current office desk. Thirty-six percent have started a side hustle since the mandate was announced, in anticipation of being let go or quitting. Those numbers do not prove that employees reject collaboration. They show that many employees no longer trust the official story...

>

> The central mistake in many in-office mandates is the assumption that proximity automatically produces commitment. It does not. A worker who spends two hours commuting to sit on video calls with colleagues in other cities is not experiencing culture. That worker is experiencing theater. When executives describe the office as a cure-all, many employees experience lost time, higher costs and lower autonomy. The policy's defining feature becomes its credibility gap. Research keeps undercutting the belief that more office time automatically means better performance. A [4]University of Pittsburgh analysis of S&P 500 firms found that return-to-office mandates reduced employee satisfaction without improving firm performance or firm value....

>

> Baylor University's reporting on [5]office mandates and brain drain found that firms with mandates faced greater turnover among women, senior employees, managers and high-skilled workers, while job vacancy duration increased and hiring rates declined. In other words, the people with the most options are often the first to leave. The employees who remain may not be the most committed — they may simply be the least mobile... Attendance can be mandated, but commitment cannot. When leaders confuse the two, they do not rebuild [6]workplace culture . They create a room full of people planning their exit.



[1] https://thehill.com/opinion/technology/5992056-office-attendance-backlash/

[2] https://disasteravoidanceexperts.com/

[3] https://enhancv.com/blog/rto-stealth-layoffs/?utm_source=chatgpt.com

[4] https://www.business.pitt.edu/return-to-office-mandates-dont-improve-employee-or-company-performance/?utm_source=chatgpt.com

[5] https://hankamer.baylor.edu/news/story/2025/return-office-mandates-and-hidden-cost-brain-drain?utm_source=chatgpt.com

[6] https://www.mckinsey.com/capabilities/People-and-Organizational-Performance/Our-Insights/Returning-to-the-office-Focus-more-on-practices-and-less-on-the-policy?utm_source=chatgpt.com



Is Big Tech's AI Gamble Starting to Look Riskier? (msn.com)

(Sunday August 02, 2026 @10:05PM (EditorDavid) from the smarts-money dept.)

The Washington Post looks at giant tech companies " [1]feeding every available dollar into the cash-incinerating maw of AI machines ." They warn "Tech superstars that once had oodles of cash left over at the end of each year are now flipping into the red..."

> [While optimists expect] huge corporate profits and a society-wide boost to wealth and well-being... questions about that AI vision are now growing more urgent: When, if ever, will this payoff arrive? And what will the fallout be for Americans if the titanic investment doesn't quickly deliver? "This AI thing better work out because if it doesn't ... we're going to have a problem," said Torsten Slok, chief economist at investment firm Apollo Global Management. AI costs and doubts are spreading. The U.S. stock market has swooned this summer over fear of the AI bubble going bust...

>

> The AI gamble sweeping up American fortunes is led by tech companies splurging on [2]hulking data centers packed with computer chips and equipment needed to develop sophisticated AI models and deliver them to customers. In investor calls in the past week, Google, Microsoft, Meta and Amazon pointed to soaring AI-related sales and business deals. Advertisers are using the technology to tailor marketing pitches and corporations and start-ups are buying access to chatbots and other AI software to boost productivity... But this spending can only continue if AI generates an even larger avalanche of new revenue to pay for it all. Financial results released over the past week show that the AI titans' mammoth costs are largely swamping the sales boost from the technology. At Google, for every dollar of [3]cash its business generated in the past three months, $1.15 went out the door to pay for AI computer chips and equipment, land for AI data centers and other big-ticket purchases. The company is covering the difference partly by borrowing money and selling more of its stock. Next year, five leading AI companies — Google, Amazon, Microsoft, Meta and Oracle — are projected to have negative free cash flow, which measures the cash left over after paying expenses and AI infrastructure costs. The figures, based on investment analyst projections compiled by S&P Global Market Intelligence, show a stunning reversal for what have been some of the world's most cash-generating corporations...

>

> The companies remain profitable by standard financial accounting measures that spread out the costs of their AI infrastructure spending over many years... Pessimists see a bet so gargantuan that it cannot possibly pay off. The pessimists are growing louder. The Bank for International Settlements, a typically measured institution in Switzerland that advises government bankers around the world, recently [4]warned there was risk of "economy-wide recessions" if the AI boom falters. That could mean pain for workers and communities across the United States. "I'm not saying AI is going to go away, it's just not clear to me these guys are going to make money on it," said Christopher Wood, global head of equity strategy at investment bank Jefferies who has [5]correctly predicted past financial bubbles.



[1] https://www.msn.com/en-us/money/other/the-biggest-gamble-in-the-us-economy-is-starting-to-look-riskier/ar-AA297wdm

[2] https://www.washingtonpost.com/climate-environment/interactive/2025/giant-data-centers-energy-pollution/

[3] https://s206.q4cdn.com/479360582/files/doc_financials/2026/q2/2026q2-alphabet-earnings-release.pdf

[4] https://www.bis.org/publ/arpdf/ar2026e.pdf

[5] https://www.wsj.com/articles/SB118834109137811484



Google Plans To Exempt Sanctioned Nations From Android Developer Verification (arstechnica.com)

(Sunday August 02, 2026 @11:34AM (BeauHD) from the what-to-expect dept.)

An anonymous reader quotes a report from Ars Technica:

> We are a month away from the [1]initial rollout of Google's Android developer verification system, and the company contends this policy does not impinge on the platform's open nature. Still, the restrictions will be a big change, and there are still some unanswered questions. An issue that has come up repeatedly in the run-up to verification is what will happen to devs who can't verify because of where they live. It turns out that Google has a cryptic answer for that buried in an FAQ. Developer verification will soon [2]block the installation of apps from unverified developers on any Android device running Google services, which is functionally all Android phones outside Russia and China. Developers who want to keep releasing software, even if it's not in the Play Store, have to provide Google with their ID and pay a small fee.

>

> But what if you're an Android developer living in a sanctioned nation? Currently, the U.S. sanction list includes Iran, Cuba, North Korea, and occupied areas of Ukraine. Given the current uncertain state of US foreign policy, that list could change in the future. Google doing any business with developers in those places is a thorny issue, and it seems like the company has [3]decided to just leave them hanging . A rather [4]lengthy FAQ a few levels deep on the Google developer site addresses various issues around dev verification. Smack in the middle is this: "How does this program impact developers in sanctioned countries? Devices in sanctioned countries will be excluded from Android developer verification checks. This allows any developer to continue distributing apps in these regions without verification, though users there won't benefit from the enhanced security benefits of the program."

>

> [...] A Google spokesperson has expanded on the FAQ and confirmed to Ars that people living in sanctioned nations will not be allowed to go through the verification process. That means they will not be able to effectively distribute software through any channel internationally. Today, someone making an app in, say, Cuba can distribute it freely around the world, as well as at home. Anyone can install it and see their work in action after tapping through a few sideloading alerts. In the coming months, that will no longer be the case. These unverified apps will only be easily installable in the sanctioned countries where verification doesn't exist.



[1] https://tech.slashdot.org/story/25/08/25/1716213/google-to-require-identity-verification-for-all-android-app-developers-by-2027

[2] https://tech.slashdot.org/story/25/08/25/1716213/google-to-require-identity-verification-for-all-android-app-developers-by-2027

[3] https://arstechnica.com/gadgets/2026/07/google-plans-to-exempt-sanctioned-nations-from-android-developer-verification/

[4] https://developer.android.com/developer-verification/guides/faq



Drones Offer Alternative to Balloons For Weather Research (theguardian.com)

(Sunday August 02, 2026 @11:34AM (BeauHD) from the no-more-helium-balloons dept.)

The U.S. company Meteomatics has created an automated weather-monitoring system that [1]uses drones to collect atmospheric data at multiple altitudes before returning to recharge and upload their findings. The so-called [2]Meteobase , which consists of a base station on the ground with a drone that can be launched and recovered automatically, "is highly weather resistant and keeps the drone at a comfortable temperature," reports The Guardian. "It can send out one data-gathering mission a day, or multiple flights to monitor fog, icing, an advancing weather front, or other fast-changing conditions." The report says the reusable drones could offer a cheaper, more controllable alternative to helium weather balloons, especially for tracking rapidly changing conditions.



[1] https://www.theguardian.com/news/2026/jul/31/weatherwatch-drone-base-station-offers-alternative-weather-balloons

[2] https://www.meteomatics.com/en/meteobase/



Drifting SpaceX Rocket Heading For Accidental Collision With the Moon (space.com)

(Sunday August 02, 2026 @03:34AM (BeauHD) from the heads-up dept.)

" [1]Space.com and [2]The Guardian are reporting that the Falcon 9 upper stage leftover from the [3]launch of the Firefly Blue Ghost-1 lander on Jan. 15, 2025 is due to impact the Moon on Aug. 5, 2026," writes longtime Slashdot reader [4]fahrbot-bot . From a report:

> Onboard the same flight was the Hakuto-R Mission 2, called Resilience, a robotic lunar lander developed by the Japanese company ispace. According to a [5]new study by an international team, the resulting impact plume may briefly be bright enough to see against the dark sky near the moon's edge. That means it might be visible to moongazers with sufficiently sensitive telescopes. This head-on collision of the errant stage is expected to occur near the Einstein and Bell craters near the western lunar limb. It may well be visible to ground and space-based assets.

>

> Using special physics simulations to model the impact, William Jo, a graduate research assistant at the University of Texas, Austin and colleagues predict the debris plume from the impact will have the central ejecta spike reaching roughly 47 miles to over 60 miles (75 kilometers to 100 kilometers) altitude. "Our calculations suggest the plume should be several orders of magnitude brighter than the dark-sky background for the first few minutes after impact," Jo told Space.com. "So the plume should be visible, though I'd stress this is a single nominal case. The real one will look different, and the numbers are on the optimistic side. But the point worth making is that the flash isn't really the story here." Jo emphasized that there's great slam-dunk science to be had. "Watching this one gives us a rare chance to open up ejecta-plume science and calibrate those models against a real event, which matters for every future thing we deliver to the moon," Jo said.



[1] https://www.space.com/astronomy/moon/a-spacex-rocket-will-crash-into-the-moon-next-week-and-scientists-arent-sure-what-to-expect

[2] https://www.theguardian.com/science/2026/jul/31/spacex-rocket-moon-collision

[3] https://science.slashdot.org/story/25/02/16/2138259/after-launch-by-spacex-in-january-firefly-aerospaces-lunar-lander-reaches-moon-orbit

[4] https://slashdot.org/~fahrbot-bot

[5] https://arxiv.org/abs/2607.23904



OpenAI Finds Evidence Other AI Agents Escaped Containment (reuters.com)

(Sunday August 02, 2026 @03:34AM (BeauHD) from the runaway-agents dept.)

An anonymous reader quotes a report from Reuters:

> OpenAI has [1]discovered other instances in which autonomous agents have escaped containment as the company expands its investigation of the [2]hacking incident at tech firm Hugging Face that drew global attention this month, two people familiar with the matter said on Friday. The new breakouts were uncovered during the company's [3]publicly announced investigation into how one of its agents escaped what was meant to be a contained testing environment this month, the two people said, and OpenAI is now looking into those instances as well. One of the sources said that the escapes were limited in nature and that none of the agents were thought to have left OpenAI's network.

>

> An OpenAI spokesperson referred to a statement issued by the company on Tuesday that said it was reviewing "broader activity from our models" in addition to the Hugging Face intrusion. The discovery of additional rogue behavior at OpenAI, even if limited in nature, could feed growing appetite for regulation coming out of the White House and elsewhere. The expanded investigation by OpenAI was launched shortly before its primary rival, Anthropic, disclosed that its models were also [4]responsible for a series of break-ins that led to breaches at three other companies dating back to April, according to the two sources and a third source familiar with the matter. The recent discovery of other past breakouts at OpenAI has not previously been reported.

>

> AI safety experts said the new disclosures paint a portrait of a group of cutting-edge labs whose ability to develop dangerous autonomous hacking agents outstrips their ability to keep them under control. "We have a whole industry where the people designing, developing and putting out these tools aren't keeping up themselves to responsibly develop these things and keep them safe," said Maurice Chiodo, a mathematician who works at Cambridge University's Center for the Study of Existential Risk. Reuters could not establish exactly how many incidents OpenAI investigators found or the timings or circumstances under which they occurred. The three sources said OpenAI and outside experts were examining log data from earlier in the year in a bid to understand what took place.



[1] https://www.reuters.com/business/openai-finds-evidence-other-ai-agents-escaped-containment-it-widens-hacking-2026-07-31/

[2] https://it.slashdot.org/story/26/07/29/0517201/openais-rogue-ai-agent-hacked-more-than-just-hugging-face

[3] https://openai.com/index/hugging-face-model-evaluation-security-incident/

[4] https://yro.slashdot.org/story/26/07/31/0451235/anthropic-says-its-ai-systems-broke-into-computers-at-3-organizations



The Major Labels Propose Rules to Keep AI Slop Off the Charts

(Sunday August 02, 2026 @03:34AM (BeauHD) from the substantially-human dept.)

Major record labels including Universal, Sony, and Warner have [1]proposed excluding AI-generated songs from official charts [2]unless they are "substantially human made ," properly labeled, legally produced, and free from manipulation concerns. The Verge reports:

> The proposal goes quite a bit further than a [3]labeling proposal put forth by the RIAA, the International Federation of the Phonographic Industry (IFPI), SAG-AFTRA, and others. That would create a set of standardized labels for AI-generated and AI-assisted music. The labels' proposal would require songs be clearly labeled, but it would also keep them off international charts unless they met specific criteria, including being "substantially human made."

>

> To be eligible, the songs would also have to respect the terms of service of whatever AI service was used, the model would have to have the rights to any data it was trained on, and "not raise stream or chart manipulation concerns." What sort of concerns and what constitutes "substantially human made" are currently vague. Sony Music, UMG, and Mom+Pop Music did not immediately respond to a request for clarification. The IFPI has thrown its weight behind the labels' proposal, though no charting organization has signaled any immediate plan to adopt the rules [...].



[1] https://www.ifpi.org/ifpi-rolls-out-global-principles-for-the-eligibility-of-recordings-developed-using-ai-in-official-music-charts-worldwide/

[2] https://www.theverge.com/ai-artificial-intelligence/973741/ai-music-major-record-labels-charts

[3] https://www.riaa.com/music-community-introduces-new-labeling-programto-distinguish-generative-ai-in-sound-recordings/



Most Australian Teens Still On Social Media Three Months After Ban (reuters.com)

(Saturday August 01, 2026 @09:48PM (BeauHD) from the would-you-look-at-that dept.)

More than 81% of Australian children ages 10 to 15 were [1]still using social media three months after the country's [2]under-16 ban took effect , with roughly half saying platforms never checked their age. Reuters reports:

> In a study published on Friday, eSafety also found most children aged between 10 and 15 were using social media just as frequently in March as they had before the ban came into force on December 10 last year, while parental awareness of their habits decreased. Children's continued social media use took place even as account ownership declined to 42% from 52%, with "statistically significant" reductions across YouTube, Snapchat and TikTok in particular, the report said.

>

> "Most under-16s who had social media accounts before commencement were able to either retain them or create new ones at the three-month mark, with social media platforms' failure to implement effective age assurance measures cited as the main reason," eSafety said in a statement [...] Before the ban, nearly 86% of children surveyed reported using at least one age-restricted platform. Three months later, that figure remained above 81%, the report said. About 58% of teenagers reported using social media daily or more often, barely down from roughly 60% before the ban, it found. The report showed minimal change in "sports and physical activity, arts and music, spending time with friends and family, and attendance at community events."

>

> Around half the children who retained their accounts said platforms had not checked their age, the most common reason they were able to stay on the services. Others said their accounts listed them as aged 16 or older or that age-checking systems had incorrectly determined they were older. The findings broadly matched snapshot data eSafety published in late March.



[1] https://www.reuters.com/legal/litigation/most-australian-teens-still-social-media-three-months-after-under-16-ban-began-2026-07-31/

[2] https://tech.slashdot.org/story/25/12/09/2112230/millions-of-australian-teens-lose-access-to-social-media-as-ban-takes-effect



Sony Heard Backlash Over Dropping PlayStation Discs, Plans to Press Ahead (pcmag.com)

(Saturday August 01, 2026 @09:48PM (BeauHD) from the proceed-cautiously dept.)

Sony says it will [1]proceed with ending PlayStation disc sales in January 2028 despite [2]petitions , [3]boycott threats , and [4]concerns about digital ownership and the disappearance of the secondhand market. PCMag reports:

> After Sony's recent earnings call, an investor Q&A session saw analysts ask about [5]its controversial decision to end disc production across all of its consoles. The company hadn't publicly commented since its announcement and had reduced activity on social accounts and other marketing channels. Sony's chief financial officer, Lin Tao, broke that silence during the Q&A. "There are various reasons we made this decision," she said through an interpreter. "The biggest being that the digitalization of content overall has been progressing. That's the big factor. It's not just for PlayStation, but for all kinds of content, [6]digitalization is progressing . "And so when we think about the future, and we put in a lot of thought and time, and we cautiously considered this, and we came to this conclusion, and we're going to cautiously move this forward," Tao said.

>

> "We have received various opinions, and people have strong views, and we understand that the community has put forth those views to us," said Tao. [...] Tao says Sony wants to "consider" the emotions of disgruntled customers, especially as titles are "connected to people's fond memories in many cases." Tao also alluded to the possibility of future measures to lessen the blow for anyone unhappy with the decision, but it appears Sony hasn't yet finalized what those may be. "In the future digital ecosystem, how do we engage the gamers is something that we would like to continue to explore," she said.



[1] https://www.pcmag.com/news/sony-heard-backlash-over-dropping-playstation-discs-plans-to-press-ahead

[2] https://www.change.org/p/don-t-kill-the-disc-tell-sony-to-keep-physical-playstation-games

[3] https://www.resetera.com/threads/gamerant-playstation-fans-arrange-boycott-over-digital-only-approach-calls-to-keep-ps-consoles-offline-from-august-23-to-august-30.1591312/page-8

[4] https://games.slashdot.org/story/26/07/03/1652234/video-game-history-foundation-says-piracy-remains-the-only-viable-preservation-method

[5] https://games.slashdot.org/story/26/07/01/1734219/sony-playstation-will-stop-releasing-games-on-discs-in-2028

[6] https://games.slashdot.org/story/26/07/23/1825217/sonys-decision-to-ditch-discs-was-practically-inevitable-data-shows



Hackers Targeted Municipal Water Systems In 7 States This Week, FBI Says (nbcnews.com)

(Saturday August 01, 2026 @05:39PM (BeauHD) from the modern-warfare dept.)

An anonymous reader quotes a report from NBC News:

> Cyberattacks targeting municipal water systems have [1]been reported in at least seven states this week , prompting the FBI and the Environmental Protection Agency to warn utilities nationwide that hackers are trying to disrupt critical water infrastructure. In a public service announcement Thursday, the agencies said water and wastewater utilities have reported incidents to the FBI, with some malicious activity degrading water operations. The announcement does not name the states.

>

> The warning comes after hackers targeted [2]more than 30 municipal water facilities in Minnesota in an attack that had hallmarks of Iranian meddling, according to a law enforcement official. It is still under investigation. A spokesperson for Minnesota's information technology services agency said Thursday there was no indication the breaches contaminated any municipal water supplies. The federal Cybersecurity and Infrastructure Security Agency said in a separate alert that some larger attacks on water infrastructure had "resulted in boil water notices and sustained manual operations," though it did not say where.

>

> [...] The federal [3]advisory said the malicious cyber actors, or MCAs, targeted specific brands of control systems used by municipal water utilities, though the FBI and the EPA urged operators of all systems to take precautions. [...] The agencies said the hackers remotely accessed internet-facing devices, changed IP addresses and passwords, and caused utilities to lose monitoring and control capabilities. The federal advisory calls on system operators to remove programmable logical controllers, or PLCs, from direct internet exposure by putting them behind secure gateways and firewalls; use strong passwords; and limit communications between authorized control system devices through access control lists.



[1] https://www.nbcnews.com/tech/security/hackers-targeted-municipal-water-systems-7-states-week-fbi-says-rcna590210

[2] https://it.slashdot.org/story/26/07/29/057255/more-than-30-minnesota-water-systems-targeted-in-cyberattack

[3] https://www.cisa.gov/news-events/alerts/2026/07/30/cisa-urges-water-and-wastewater-systems-sector-protect-ot-against-activity-targeting-plcs



New Google Earth AI Tool Could Fuel Misinformation, Experts Say

(Saturday August 01, 2026 @05:39PM (BeauHD) from the unwanted-features dept.)

Google has [1]integrated its Nano Banana 2 image generator into Google Earth, allowing users to [2]place AI-generated events and objects onto real satellite imagery . The company says its AI-generated images contain invisible watermarks detectable through Gemini or Lens, but the BBC found those safeguards and some third-party detection tools can be fooled into labeling manipulated Google Earth images as real. From the report:

> A collapsed Eiffel Tower, a sinkhole swallowing the Great Pyramid of Giza and Russian tanks in Ukraine's capital were among the images BBC Verify was able to create when testing the feature, which was rolled out on Thursday. Google has not yet responded to questions based on BBC Verify's tests, but in a social media post the company said they "take misinformation seriously" and that "we prevent image creation on harmful topics and are continually updating our protections."

>

> AI and misinformation expert Henk van Ess has highlighted the risks this feature poses, creating fake images of a non-existent nuclear power plant in Iran, a refugee camp on the US-Mexico border and a fake hospital in Gaza with a bomb crater next to it. He said Google was allowing "invented" imagery to be "welded to genuine coordinates, drawn on genuine imagery." "The forgery does not have to look convincing on its own. It inherits the credibility of the map it was born on," van Ess added.

UPDATE 7/31/26 10:54 AM: Google is [3]rolling back the image generation inside of Google Earth: "We know that people uniquely trust Google Earth for a reliable view of the world. We've seen geospatial professionals using this feature for a range of useful purposes, however we've also seen people sharing screenshots of generated imagery that appear to violate our policies. So we're rolling back this feature in Google Earth while we work on implementing stronger guardrails. It's important to note that generated images didn't appear in the main Google Earth experience for others to see and were watermarked as AI generated."



[1] https://blog.google/products-and-platforms/products/earth/nano-banana-google-earth-image-generation/

[2] https://www.bbc.com/news/articles/c9349yx2ydvo

[3] https://x.com/NewsFromGoogle/status/2083249962150760610



Publishers Are Losing Google Traffic As AI Answers Replace Links (axios.com)

(Saturday August 01, 2026 @05:39PM (BeauHD) from the gut-punch dept.)

[1]alternative_right shares a report from Axios:

> Google has basically [2]stopped sending people to websites (including our site) for answers and information. Instead, it's using AI to answer them on its platform, in its words. Chartbeat data [3]shared with Axios shows Google Search traffic to publishers fell 34% over the past year. That pain is regressive. Over the past two years, small publishers lost 60% of referrals from search overall, medium publishers 47%, large publishers 22%.



[1] https://slashdot.org/~alternative_right

[2] https://www.axios.com/2026/07/31/google-search-publishers-seo-geo-llms-ai

[3] https://www.axios.com/2026/03/17/chartbeat-search-traffic-ai-chatbots



New York Sues Kalshi For Running 'Illegal Gambling Operation' (cnbc.com)

(Saturday August 01, 2026 @11:00AM (BeauHD) from the cease-and-desist dept.)

New York has sued prediction-market platform Kalshi, [1]alleging it operates an "illegal gambling operation" without state authorization . "No matter what they call themselves, prediction markets like Kalshi are gambling platforms, plain and simple," said New York Attorney General Letitia James in a [2]press release announcing the lawsuit. "By ignoring our laws, Kalshi is running an illegal operation and harming New Yorkers in the process." CNBC reports:

> In a [3]case filed in a Manhattan state court (PDF), the lawsuit claims that Kalshi accepts wagers as a gambling business in disregard for the state's constitution and laws by not being registered with the New York State Gaming Commission. Governor Kathy Hochul in the press release said the state is taking the action to stop what it views as illegal behavior and bring the company into compliance with New York law. The lawsuit is seeking a permanent injunction against Kalshi.

>

> The suit by the state is also seeking a total restitution to users who have placed trades on the platform, a $100,000 penalty for each attempt to offer sports wagering, and another penalty three times the amount the company has gained while allegedly operating in violation of New York law. The state estimates that could total $36 billion.



[1] https://www.cnbc.com/2026/07/31/new-york-sues-kalshi-claims-it-is-illegal-gambling-operation.html

[2] https://ag.ny.gov/press-release/2026/governor-hochul-and-attorney-general-james-announce-new-york-has-sued-kalshi

[3] https://ag.ny.gov/sites/default/files/court-filings/new-york-v-kalshiex-llc-petition-2026.pdf



Chrome Is Using AI To Fix Hundreds of Bugs, Eliminate Full Browser Restarts (piunikaweb.com)

(Saturday August 01, 2026 @11:00AM (BeauHD) from the new-and-improved dept.)

Google says AI-assisted workflows [1]helped Chrome fix 1,072 security bugs across versions 149 and 150 , more than the previous 23 releases combined. The company is also testing twice-weekly security updates and "dynamic patching," which could apply most fixes without requiring users to restart the entire browser. "By leveraging Chrome's multi-process architecture, dynamic patching sequentially replaces background child processes (like the Renderer and GPU) with updated binaries on the fly," says Google in a [2]blog post . PiunikaWeb reports:

> Alongside dynamic patching, Google is rolling out smarter background updates during periods of minimal user disruption. Starting with Chrome 150 on macOS, the browser takes advantage of the operating system's windowless state. If all Chrome windows are closed but the app remains running in the background, the browser will quietly auto-restart to apply pending updates.

>

> For enterprise environments, IT admins can continue to manage fleet-wide deployments through Chrome Enterprise Core or enforce update prompts using the RelaunchNotification policy. Google's long-term vision is a browser that remains continuously protected in the background without interrupting your daily browsing session. In the meantime, you can manually trigger pending updates by clicking the update prompt in the top-right corner of Chrome.



[1] https://piunikaweb.com/2026/07/31/chrome-is-using-ai-to-fix-bugs-browser-restarts/

[2] https://blog.google/security/chrome-stronger-with-every-update/



LinkedIn Introduces a 'Seems Like AI Slop' Button (404media.co)

(Saturday August 01, 2026 @11:00AM (BeauHD) from the AI-crackdown dept.)

An anonymous reader quotes a report from 404 Media:

> LinkedIn, a social network awash with [1]long AI-generated posts from executives and other corporate workers, has introduced a new button that [2]users can click to flag if a post "seems like AI slop ," according to 404 Media's own tests. If you have been anywhere near LinkedIn in the past couple of years, you have undoubtedly seen users posting blatantly AI-generated missives. Often these posts take some sort of news event, and opine on how this relates to thought leadership, or some other LinkedIn brainrot term. It's also pretty wild the button specifically uses the term "AI slop" and not, say, "It seems this was generated with AI."

>

> [...] After publication of this piece, Hari Srinivasan, chief product officer at LinkedIn, [3]wrote their own post about the button. "AI slop is a top priority for all of us. We really care about this. People come to LinkedIn to connect with real people and share their real perspectives, ideas and expertise. Here are a few more changes to keep it that way," he wrote.

>

> The button in part will help LinkedIn tune its own models for identifying AI slop. "We are ramping up a series of new and improved classifiers that identify if a post is AI-slop or generally low-quality content. This will reduce the amount of AI slop you might see in suggested content and content from outside your network," the post said. "We are ramping the ability for members to tell us if they believe a post or comment seems like AI slop. Slop is hard to define and the definition changes; this lets us tune our models and make better feeds." Srinivasan also said LinkedIn is removing the AI-powered "enhance your post" feature with another that "proofreads your words, but does not change your voice."



[1] https://slashdot.org/story/24/11/27/1738240/linkedin-posts-are-now-mostly-ai-written-study-shows

[2] https://www.404media.co/linkedin-introduces-a-seems-like-ai-slop-button/

[3] https://www.linkedin.com/posts/hsrinivasan1_ai-slop-is-a-top-priority-for-all-of-us-share-7488612006321889282-Ps8Z/



Netflix Sued For Losing 'Master Copy' of Unreleased Nicolas Cage Movie (cbsnews.com)

(Saturday August 01, 2026 @11:00AM (BeauHD) from the nicolas-cage-and-the-missing-master dept.)

A production company and filmmaker are suing Netflix for $105 million, alleging the streamer [1]lost a stolen drive containing an unencrypted master copy of the unreleased Nicolas Cage film Fortitude , which they claim damage its exclusivity and market value. Netflix denied responsibility for the lost film but said it takes content security seriously and has offered to monitor piracy sites for unauthorized copies. CBS News reports:

> The complaint filed on Wednesday in California district court alleges that the film's associate producer, Daniel Haido, hand-delivered an unencrypted master copy of the film to Netflix so the company could screen it as a potential buyer. Haido verbally instructed the employee to delete the files after the screening, according to the suit. A little over a week after the screening, Netflix emailed the filmmakers to say the drive had been stolen, the plaintiffs allege. "Someone stole a good amount of drives from our office desks this past week," a Netflix executive wrote in the email, according to the suit.

>

> The complaint notes the movie, entitled " [2]Fortitude ," took over seven years to make and cost $45 million. It tells the story of a secret mission called Operation Fortitude during World War II that was orchestrated to mislead the Nazis about the Allied invasion of Europe. The film stars Nicolas Cage as Dusko Popov, a real-life spy during World War II, as well as Sir Ben Kingsley and Ron Perlman.

>

> The plaintiffs said studios will now be dissuaded from buying the rights to the movie, knowing that a version of it could be released by a third party for free. "The film's value depended in significant part on its exclusivity as an unreleased, first-to-market work," the complaint states. "By losing control of the film, Netflix destroyed that exclusivity and materially, if not completely, impaired the film's marketability."



[1] https://www.cbsnews.com/news/netflix-lawsuit-lost-nicolas-cage-movie/

[2] https://en.wikipedia.org/wiki/Fortitude_(upcoming_film)



More

interest, n.:
What borrowers pay, lenders receive, stockholders own, and
burned out employees must feign.