Alterslash

the unofficial Slashdot digest
 

Contents

  1. Meta’s ‘Open’ Muse Glimmer Model Can Run On a Single Computer
  2. Taiwan ‘Throttles’ Mobile Internet For First Time During Annual War Games
  3. AI Assistant Hacks Gym Website In First Known Australian Autonomous Cyber Attack
  4. Paramount Promises 30 Film-A-Year Contracts After WBD Acquisition
  5. Toxic Underground Fires Are Spreading at California Landfills
  6. How Accurate Are Flock’s AI-Powered License-Reading Cameras?
  7. Microsoft Responds to Outcry After Quietly Installing Beta ‘Photos’ App on Enterprise Machines
  8. Privacy Backlash Explodes Against Meta’s Smart Glasses
  9. AI Reviews Bring ‘New Normal’ to Linux Release Candidates: Lots of Bug Fixes
  10. Flock Accused of Reactivating Its Cameras Without Notifying a Town
  11. California City Declares State of Emergency After Cyberattack
  12. AI-Powered Browser Just Generates Every Website From Scratch
  13. Ask Slashdot: What are the Costs of Switching Between Windows, MacOS, and Chrome?
  14. Slashdot Reader Builds ‘Spaced Linux’, a New Devuan-Based, User-Friendly Desktop Distro
  15. OpenAI Announces It’s Enhancing Security Controls, Pausing Some Work for New AI Model Astra

Alterslash picks up to the best 5 comments from each of the day’s Slashdot stories, and presents them on a single page for easy reading.

Meta’s ‘Open’ Muse Glimmer Model Can Run On a Single Computer

Posted by BeauHD View on SlashDot Skip
Meta has released Muse Glimmer, a slimmed-down open-weight AI model designed to run locally on a single GPU for agent tasks such as scheduling, file management, coding, and tool use. The release is based on Meta’s closed Muse Spark 1.2 model and appears to be aimed at attracting developers who want capable AI agents without relying entirely on cloud-hosted services. Engadget reports:
Facebook said that it’s making the “weights” that AI systems use to choose responses available to everyone on Hugging Face along with developer documentation. The download is available for free, and users can run the model on their own PCs. The company noted that optimized integrations will land on llama.cpp and other sites, “so you can go from download to working agent in minutes.”

The model is powerful for its size, according to Meta, with the “strong success rates” on benchmarks like DeepSearch QA, MCP-Atlas and SWE-Bench (which evaluates its ability write and debug code). It also supports reliable tool use, multi-step reasoning, failure recovery, multimodal input and scaffold compatibility for work with OpenClaw and other agent orchestrators. It was trained on data from over 100 languages, the company added.
“Rather than centralizing superintelligence, we should distribute it widely and give every person the ability to direct it,” CEO Mark Zuckerberg said in an essay accompanying Muse Glimmer’s release. “This has the potential to begin a new era of personal empowerment where individuals can use this powerful new capability to reach their full potential, pursue their interests, and improve their lives and the world more than ever before.”

Taiwan ‘Throttles’ Mobile Internet For First Time During Annual War Games

Posted by BeauHD View on SlashDot Skip
Taiwan deliberately throttled mobile internet across the Taichung area during its annual Han Kuang war games, “simulating communication disruption in the event of a Chinese attack or natural disaster,” reports Reuters. The drill accompanied air-raid exercises and military rehearsals aimed at defending strategically important areas such as the Penghu Islands. From the report:
Democratically governed Taiwan, which China claims as its own territory, has long lived with the threat of a Chinese invasion and holds air raid drills along with its war games every year, clearing people from the streets for 30 minutes. During the internet “throttling” drill, centered on Monday on the major central metropolis of Taichung, only basic mobile phone services worked, though other functions including ATMs, traffic signals, landlines and fixed internet services were not affected.

Air raid sirens rang out in Taichung “and people cleared the streets from 2:30 p.m. (0630 GMT) as the government sent simultaneous text messages in Chinese and English telling mobile phone users of “simulated air attacks on communication infrastructure.” The government had widely flagged the drill ahead of time, including posting details on social media, and most people Reuters spoke to at the Taichung train station were prepared. […] The same exercise will be repeated on Thursday in northern Taiwan, including the capital Taipei.

AI Assistant Hacks Gym Website In First Known Australian Autonomous Cyber Attack

Posted by BeauHD View on SlashDot Skip
An anonymous reader quotes a report from ABC News & Headlines:
Andrew asked his personal assistant to book him a spot in one of his gym’s coveted morning classes. It was a task he thought was well suited to this particular assistant because the booking form was online and because his assistant was not a person — it was artificial intelligence (AI). But Andrew was shocked by what happened next. His AI assistant found a way to book the gym class months further in advance than the gym allowed, thanks to a vulnerability it discovered in the booking software. Then it went further, kicking someone out of the waiting list who was ahead of Andrew — something it was not asked to do. The accidental hack is the first known Australian case of an emerging risk from a new generation of AI capable of behaving in unexpected ways.

When do we start outlawing AI Agents?

By gurps_npc • Score: 4, Insightful Thread

Look, I can see allowing an AI to do things in it’s own sandbox.

But when you allow an AI out of the secure environment it will commit crimes. This is no longer a question, it is a proven fact, multiple times.

So if you have an AI agent and it breaks the law, then YOU are breaking the law. The only way to stop this is to outlaw AI Agents - or to arrest the people whose AI breaks the law.

Otherwise all sociopaths will get AI agents and use it as a defense. Owning an AI agent is no different than owning a meth lab. We should not need to prove that you intended to break the law, just having it happen is enough.

Keep your AI locked up inside your computer, do not let it interact with the real world the way people do because it will commit crimes. You ARE responsible for what it does, even if you are just an idiot that likes AI and does not understand the dangers you are inflicting on the rest of the world.

Basic security gets skipped

By topham • Score: 5, Interesting Thread

They skipped basic security protocols in the app development.

Sounds like they used JavaScript to limit the booking period, and accepted cancellations without validation.

This is much less a hack, and more like incompetence on the web app developers part.

Sloppy web dev is not a cyber attack

By TurboStar • Score: 4, Insightful Thread

This is the AI agent bypassing the “mouse and keyboard” and doing the REST work manually. Things like changing the date range in the URL and submitting forms that haven’t been validated by javascript. I could accept the site was “hacked” but no crime or cyber attack was committed.

Re:Another Bullshit Post

By thegarbz • Score: 4, Insightful Thread

This was the AI doing *exactly* what it was told to do. It wasn’t told not to circumvent normal practices.

If I ask you to make the Jehovah’s Witness at the door go away, and you proceed to go outside and shoot them in the face, not only would you be in trouble but you’d struggle to convince anyone you were “just following orders”, and we know that isn’t a defence even when the orders are explicit.

Fun fact: AI usage guidelines for virtually every major LLM suggest that negative prompts should be minimised wherever possible. So now you’re saying a simple instruction needs to be combined with a negative prompt that excludes every possible scenario except for the obvious one?

I don’t know whether your post is shilling for OpenAI or just genuinely stupid, but either way the AI is a big boy and doesn’t need you “clickbait wash” its obviously very much incorrect and unintended behaviour.

Re:Basic security gets skipped

By kamapuaa • Score: 4, Interesting Thread

Yes, while the article doesn’t say I’ll guess it’s more like a lax, trivial hack. Like somebody breaking into your house when you forgot to lock the door.

But it’s still something that AI shouldn’t be doing in the first place, especially when it’s just done incidentally, and suggests that this nascent technology is capable of worse.

Paramount Promises 30 Film-A-Year Contracts After WBD Acquisition

Posted by BeauHD View on SlashDot Skip
Paramount is making commitments to major theater chains to release 30 films annually for three years if its Warner Bros. deal goes through. According to Deadline, the written commitment was sent to “at least one of the top two circuits” (specifically Regal but AMC may have also received a written commitment) and includes “an exclusive 45-day theatrical window and a 90-day window to streaming.” From the report:
When it comes to the big chains, it matters for them to be on the right side of history with Paramount, especially when it comes to future terms on a 30-film slate. However, the rest of Cinema United (formerly National Association of Theatre Owners) remains firmly against the Paramount-Warner Bros merger and its potential negative financial outcomes in regards to long-term box office, feature film output and loss of jobs. Cinema United has been trying to meet again with Paramount CEO David Ellison, but there’s nothing on the books yet, we understand.

[Regal boss Eduardo Acuna] told Deadline that in regards to Paramount’s future promise to exhibition, "[Paramount CEO] David [Ellison] is sincere in making these commitments, and he has offered to execute a consent decree to the state AGs to that effect. These are tangible and important commitments that will benefit the industry and which can be measured.” Paramount insiders tell us that no written commitments have been given to exhibitors yet, but Ellison is willing to make non-bespoke ones to any theater chain wanting them. And such deals will come with financial penalties to Paramount should it break such agreements with theaters. Again, this is all about Ellison standing behind his promises made at CinemaCon to maintain a hefty theatrical output and excellent windows to theaters.

So?

By drinkypoo • Score: 4, Insightful Thread

“These are tangible and important commitments that will benefit the industry and which can be measured.”

Do they come with reparations if the commitments aren’t met? If not they’re worthless.

Promises?

By Spinlock_1977 • Score: 3 Thread

The Ellisons are a very litigious family. I’d be checking those ‘commitments’ very carefully for escape hatches. And 3 years of good behavior is clearly a small price to pay in the grand scheme of things. I think they could do (much) better.

Whats the budget of each film?

By Deal In One • Score: 3 Thread

Will it be fine if Paramount churns out a bunch of cheap films with no name actors / director etc?

Not saying those films can’t do well (some indie films have done well), but is that sufficient to meet the 30 films a year commitment? Or does the commitment contains a minimum budget for each of the 30 films (not to mention hollywood accounting tricks to make the budget of a film basically any number you want it to be).

They probably already have the 90 movies…

By azander • Score: 3 Thread

With how long it takes to make a movie, including per-production, the 3 years is most likely what is already in the queue and approved at some point. So making the promise now doesn’t cost them much in comparison to a similar agreement starting 5 years after the merger. If they stopped the 90+ movi9nes now they would be out those costs, which would most likely be a really large amount.

They should promise that they will “start new movies”, including new scripts, etc for at least 10 years if they are sincere about really making a go of keeping these theater companies on their side.

Toxic Underground Fires Are Spreading at California Landfills

Posted by EditorDavid View on SlashDot Skip
Three years ago environmental regulators discovered garbage burning deep inside California’s Chiquita Canyon Landfill, reports the Los Angeles Times. [Alternate URL here.] “Few imagined the calamity that would follow.

“Somehow the landfill’s pollution control system introduced oxygen below, causing decades-old waste to rapidly decompose, generating intense heat and eventually widespread smoldering, federal and state environmental agencies say.”
The broiling temperatures released toxic gases and hazardous liquid waste that bubbled up to the surface. Residents living in the nearby communities of Val Verde and Castaic have phoned in thousands of complaints about stench and lived with nausea, dizziness and trouble breathing. The underground fire has tripled in size since first confirmed in 2023. Recently a towering mound of landfill garbage perched on the hillside has warped and threatens to trigger an avalanche of garbage and chemical-filled liquid, or leachate, according to the California water board…

At first, local officials described the problem in Los Angeles County at Chiquita Canyon landfill as a rare, even unprecedented disaster. But since then, California regulators have learned that at least two other landfills are wrestling with high temperatures and similar conditions. Scorching temperatures have overtaken at least 30 acres of El Sobrante landfill near Corona in Riverside County. Excessive heat and emissions have also been detected at Avenal landfill in the San Joaquin Valley.

The discoveries raise an unsettling question: How many landfills are dealing with these disasters? Are they a broader problem in California…? Chiquita Canyon closed at the end of the 2024 and stopped accepting new garbage. But the fire is expected to last for years as it continues to consume decades-old trash.
“Underground landfill fires are complex, nearly impossible to extinguish once they break out,” according to the article. “As regulators search for a solution, residents find themselves struggling with the wait.”

Some residents have worn gas masks — or sold their homes.

Landfills are such a bad idea

By Pinky’s Brain • Score: 5, Interesting Thread

Mixed waste landfill, much like mixed sewage are such a colossal waste of potential recycling. Turns the waste streams from possibly easy to recycle at some point, to practically impossible. If we were planning to extend our civilisation much longer at this technological level, stopping mixed waste landfill and mixed sewage systems should be right up there with CO2 emissions.

I don’t think it’s a realistic plan though, praying to AI god to save us is more realistic. Throw this on the pile of things which AI needs to fix, pretty soon.

A US thing

By nospam007 • Score: 5, Interesting Thread

Landfilling is largely a North American practice today, while the EU has systematically phased it out.

North America:

        The Default Method: Roughly half of all municipal waste in the US and Canada still goes straight into landfills.

        Abundant Land & Decentralization: Vast geography historically made burying trash cheap, and waste policies vary widely by state rather than a strict federal ban.

The European Union:

        Strict Bans: The EU’s Landfill Directive requires member states to reduce municipal waste sent to landfills to 10% or less by 2035. Many countries have already banned burying untreated household waste entirely.

        Energy Recovery: Waste that cannot be recycled is routed to modern Waste-to-Energy (WtE) facilities, which burn it under strict emission controls to generate electricity and district heating, leaving behind only minimal inert ash.

Re:Landfills are such a bad idea

By drinkypoo • Score: 5, Insightful Thread

but tariffs are bad I am told …

They’re bad when they’re chaotic. Some tariffs are bad and others are good. The world is a lumpy place. If we wanted to address this problem we could have done it with tariffs designed specifically to equalize cost of production to make it unprofitable to use slave labor or ignore the impact to the environment, but we clearly don’t want to fix it.

Re:Landfills are such a bad idea

By geek • Score: 4, Interesting Thread

We are already stopping this. In my state when I run to the landfill I’m required to drop electronic items off at one station, chemicals at another, recylcing like wood or plastic at yet another. Only when I am down to the misc crap not worth recycling or salvaging or handling differently for safety purposes am I allowed to go dump it in the actual landfill.

One of the catalysts for this was Lithium Ion Batteries and how they were causing huge fires at landfills. It’s been true of chemicals for decades.

Re:Landfills are such a bad idea

By drinkypoo • Score: 4, Funny Thread

It seems like doing something most would not do, dig a hole and toss their trash in it, scaled at country level.

This is true. Most would not do that. Historically, people found a hole to throw their refuse into so they wouldn’t have to dig one.

How Accurate Are Flock’s AI-Powered License-Reading Cameras?

Posted by EditorDavid View on SlashDot Skip
Futurism reports:
404 Media revealed that a July 10 audit by the Los Angeles Police Department Office of the Inspector General caught the department’s ALPR cameras generating 161 false stolen-vehicle alerts in just two months — each one ending with officers pulling over an innocent driver. Factoring in 337 alerts which “resulted in the recovery of stolen vehicles,” the LAPD’s cameras carry an error rate of 32.3 percent, effectively giving officers a one-in-three chance at pulling an innocent person over.
“The biggest issue remains this national database at the FBI called NCIC,” Flock’s CEO Garrett Langley recently told The Drive, complaining about “how archaic its structure is.”
Flock CEO: There’s no feedback loop mechanisms; it’s really just a static comma-separated file.

We’ve tried to build around it. We have this concept called “suppression.” A local agency — let’s take Atlanta, where I live — might see that there’s a stolen plate out of California, but it’s already been resolved because it’s a rental car or a dealer car. They can, in Flock, suppress that: “Never alert us on that for the next year.” That’s to get around the fact that they can’t force another agency to remove it from NCIC. Ideally, the way it would work is if enough agencies — let’s call it one, two, or three — flag a tag as no longer valid or a bad entry, it should just get removed. Or at least it should get pushed more aggressively by the FBI… I’m hopeful that they’ll see there’s an opportunity to make something like NCIC, which is an important tool not just for companies like Flock, but for police departments to work together, start to make some enhancements to modernize what’s a central part of our policing system.
Later in the interview he says “It’s less than one in a million alerts that an officer says, ‘I’m not sure if that’s right.’ Less than one in a million.”

A recent report from Business Insider shares a worst-case scenario. In the summer of 2024 a Sacramento police officer said Flock’s cameras had sent six false alerts for the same vehicle, wrongly saying it had been stolen or used in a felony crime in the nearby suburb of Roseville:
Roseville police could see that Flock’s software kept confusing the “9” on the man’s license plate for an “8.” The car owner said he would take off his license plate cover. Soon after, it happened again. It’s “easier at this point we have it memorized,” a dispatch supervisor in Roseville wrote in an email to a colleague.

Flock says that in optimal conditions, its cameras accurately read more than 96% of license plate characters. Hundreds of pages of records from the Roseville Police Department show a different picture. In 2023 and 2024, Flock sent 1,427 alerts to Roseville police, flagging vehicles as stolen or used in a felony after they passed one of the city’s Flock cameras. An analysis by the police department found that in 71% of those alerts, Flock’s machine-learning software incorrectly read the license plates… The cameras regularly missed vehicles, captured blurry images, misread license plate characters and states, and sent delayed alerts to police about vehicles possibly connected to crimes, the records show…

A factor that contributed to the misread problems in Roseville was the “particularly unique deployment” that the city requested, a Flock spokeswoman said. Roseville said it has its cameras configured so that they capture only the backs of vehicles, a setup intended to avoid capturing personally identifiable information like faces. Roseville’s setup included older hardware and placement of cameras higher and further from vehicles than the company typically recommends, Flock added…

In Toledo, Ohio, driver Brandon Upchurch was mauled by a police dog after a Flock camera misread the “7” on his license plate as a “2.” As a result of his injuries, he said, he lost his job and was evicted from his home. He settled a lawsuit against the city and police officer for $35,000. None of the incorrect Flock alerts in Roseville resulted in a traffic stop or arrest, a department spokesman said. Roseville requires police officers to verify that a license plate is stolen or have independent reasonable suspicion of a crime before making a traffic stop…

Flock said Roseville’s camera performance has significantly improved, which the police department disputed… Flock’s cameras also missed vehicles altogether… At one point, Flock’s product director for machine learning suggested that officers ask drivers to remove license plate frames that made it “very difficult for the machine vision to tell it is actually a ‘E’ and not an ‘F.’" Roseville told Flock at the time that it wouldn’t do so, according to the department spokesman. Flock in 2024 shared an analysis with Roseville’s police department, outlining reasons for the misreads. Vehicles far from a camera were sometimes blurry. Plates were cut off by trees or license plate frames. And Flock’s software confused similar characters, mistaking an “N” for a “V”, or a “1” for a “4....”

Roseville isn’t the first organization to flag inaccuracies in Flock’s technology. In 2021, the research firm IPVM independently tested Flock’s license plate readers, concluding that Flock misidentified the state in about one of 10 reads, and that the system regularly misclassified vehicles’ type and make. IPVM said that Flock subsequently blocked it from purchasing its cameras for testing.
Thanks to long-time Slashdot reader Cognitive Dissident for sharing the article.

Us number plates are hard to read

By Bruce66423 • Score: 4, Informative Thread

By contrast the UK and EU standard requirements are far more legible.

https://static.wixstatic.com/m…

US pattern

https://assets.catawiki.com/im…

They have done studies

By zawarski • Score: 4, Funny Thread
60% of the time, it works every time.

just require actual officers in the loop?

By v1 • Score: 3 Thread

I don’t understand why they aren’t legally required to keep police officers as a link in the process?

For example, if a flock camera says a stolen vehicle was spotted, it should forward that image to an actual officer that LOOKS at the image, that’s given some options that INCLUDE “image quality too low for reliable identification”.

And then the officer is REQUIRED to verify the validity of the warrant, and sign-off on both the identification and the warrant before action is taken. Make an officer take responsibility before sending cars after them.

Then if the plate was read wrong, or the warrant had been withdrawn or was expired somehow, they can’t just waive their hand and say “too bad you got arrested at gunpoint, the camera told us to do it, it’s not our fault, you’ll have to try to sue the camera.”

Forcing a person to make the final determination and take responsibility for the response just seems like common sense?

But I suppose it’s just too easy and convenient to sit around and wait for a camera to “hit” on a car and then charge blindly at it, if you know you can just waive responsibility if something goes wrong.

Re:Cheapass hardware and poor software design

By gtall • Score: 4, Insightful Thread

How would Flock know which state to which the license belongs? I would think if it has troubles reading the numbers, which are usually large compared to the rest of the stuff on the plate, it would have troubles reading the state as well.

Oh FFS it is not AI

By Inglix the Mad • Score: 3 Thread
They are not running an AI model on camera. That data is stored on the camera with the info, so unless they like high cell bills they didn’t download it from the central system. Not that Ubiquiti doesn’t sell it this way as well - but they aren’t running an AI model on a camera or the gateway. All those “AI” security systems used by banks and casinos? NOT AI either folks.

The marketing flacks tell them to call it “AI” because that gets people thinking it’s SOOPER HIGH TECHY TECH stuff. Basically it’s because 1) We decided that acronyms and words don’t have to mean anything anymore so companies just lie through their teeth and because, 2) in the words of Henry Rollins “SOME PEOPLE WILL BELIEVE ANYTHING YOU TELL THEM!” Actually a disturbingly high number of the people will believe anything they are told. They’re the same people who think that using rockets to replace airplanes is a viable idea.

Granted, it isn’t like perpetual doom trollers OpenAI and Anthropic have developed AI.

Microsoft Responds to Outcry After Quietly Installing Beta ‘Photos’ App on Enterprise Machines

Posted by EditorDavid View on SlashDot Skip
Microsoft’s cloud storage app OneDrive got a new Photos app in the worst possible way, reports the blog Neowin . “The app is reportedly showing up even on Windows 11 Enterprise machines, despite apparently being a beta application aimed at consumer functionality.”
One admin questioned why a beta app was appearing on an Enterprise SKU in the first place, while another described the situation as yet another consumer-oriented feature being forced onto corporate PCs. Things get even more frustrating for IT departments because there does not appear to be a straightforward Microsoft-provided way to disable the app… Enterprise administrators generally need to know what is being installed on their managed devices, particularly when a software is labeled as beta. Quietly adding another application and leaving admins to clean it up themselves is therefore unlikely to win Microsoft many fans.
But there’s another problem, according to the blog Windows Latest. “OneDrive Photos automatically scans your system storage for photos,” and apparently “doesn’t need a Microsoft account to work, as it can also detect your local files.”
There’s also a People section that groups similar faces in your photos. Microsoft asks for permission before turning it on and explicitly warns that facial data could be considered biometric data in some regions. The company says only you can see the grouped faces, that the data isn’t shared with third parties, and that you can delete it by disabling the feature.
In a statement to Neowin, Microsoft admitted this new photos “experience” they’re “incubating” had gone “more broadly than it should have,” and then promised that “We’re fixing that.” The spokesperson also said the Windows Photos app will “always give you the option of local and cloud photos” and, also a choice of whether or not to use it OneDrive.”

But there’s another “awkward catch,” notes the blog Digital Trends. “Users currently can’t uninstall OneDrive Photos without removing the main OneDrive app too.”
Because OneDrive Photos is tied to the main OneDrive sync client, Windows 11 doesn’t currently offer a separate uninstall option. The only straightforward way to get rid of OneDrive Photos right now is to uninstall OneDrive itself… Removing the main client can also affect its File Explorer integration and shortcuts…

Microsoft says this will change. The company is working on controls that will let users remove OneDrive Photos separately from the main OneDrive app. On enterprise PCs managed through Intune, Microsoft says the app will automatically disappear where it isn’t supported.

Yes, it’s a good reminder…

By Casandro • Score: 5, Interesting Thread

… that if you get software without source code and it has an auto-update feature you cannot control… maybe you are not the person who owns those computers.

More Microsoft malware

By NotEmmanuelGoldstein • Score: 5, Insightful Thread
Customer’s data stolen by Microsoft to feed Microsoft’s other product, AI. Microsoft wasn’t the first but forcing customers into servitude, without monetary compensation, makes this malware.

OneDrive Surveillance

By JakFrost • Score: 5, Insightful Thread

I’ve had to uninstall OneDrive more than a dozen times because every time Microsoft office gets updated it pushes that install back onto the machine. Anytime Microsoft releases a new version of a large update to Windows, it pushes that client again. I have to uninstall it and make sure that none of my files have been forcefully moved to the OneDrive before I remove it.

Now they are doing this to capture your photos and facial profile data to do facial recognition and grouping.

Microsoft is the right hand man of the surveillance industry. They always have been and they are more so now. Now they’re just more incompetent about it.

Removal

By Errol backfiring • Score: 5, Insightful Thread

“Users currently can’t uninstall OneDrive Photos without removing the main OneDrive app too.”

That is a feature, not a bug.

Re:Ouch

By ufgrat • Score: 5, Insightful Thread

I work in the medical profession. Downloading images that contain patient health information is supposed to be controlled, but that doesn’t mean it always is.

And it’s not the “microsoft account” you have to worry about, it’s someone logging into OneDrive with their personal account, which can be a separate authentication.

There are mitigation policies that can be deployed, but you kind of have to know to enable them. By default, this is a massive potential HIPAA violation.

Privacy Backlash Explodes Against Meta’s Smart Glasses

Posted by EditorDavid View on SlashDot Skip
With nearly 70% of the market, “Meta wants its smart glasses to be a big hit,” writes the Los Angeles Times. But after some users found ways to disable the light that warns people they’re being filmed, “the high-tech specs have also turned into a liability, as some are calling the gadget ‘pervert glasses…’"
Some people are using the glasses — which look like a pair of regular spectacles — to record people without their knowledge and publish the videos on social media. The users secretly videotape and share what happens when they try to pick up women. Now, a growing number of people are worried they could be covertly recorded at the gym or even during sex. The backlash has prompted Meta to update its glasses to address privacy concerns, and some places have banned them, adding to the angst surrounding technology that’s rapidly evolving…

Concern about the glasses has exploded as more videos of interactions with people who don’t know they’re being recorded go viral on social media. On Instagram, some videos depict people getting approached in malls and grocery stores and on college campuses and sidewalks. While the videos are portrayed as jokes, the people filmed don’t appear to know they’re being recorded and sometimes seem uncomfortable, telling the strangers to leave them alone or stop harassing them. The outcry has spread beyond social media, with comedian Jimmy Kimmel calling the Meta devices “pervert glasses” on national television and singer Lorde telling concertgoers that smart glasses are “not sexy…”

Instagram, which is owned by Meta, has been disabling accounts and taking down some of these pickup or prank videos for violating the platform’s rules against harassment and bullying… Businesses are making their own calls about smart glasses. The 5 Point Cafe in Seattle, which banned Google Glass in the past, has banned Meta glasses from its diner and dive bar. “Leave your Meta-SpyBan Display at home, they are officially Ray-Ban-ned from all of our restaurants. We serve privacy, not side-eye surveillance,” a 2025 Instagram post from the business states.
An Android app that warns people if they’re being recorded has roughly 110,000 downloads in the last six months, according to the article. The app’s creator says it’s a “social problem” that “we don’t value privacy, that we feel entitled to use others for our entertainment or our private gain, and technology amplifies that.”

The American Civil Liberties Union and more than 70 organizations even sent a letter urging Meta to promise they’d leave facial recognition features out of their smart glasses, according to the article. But a Meta spokesperson said “no final decision has been made.”

Many POV video producers!

By Somervillain • Score: 5, Insightful Thread

Who wears glasses while they are having sex?

It’s a great way to film yourself having sex if you have the consent of your partner. Sunglasses are weird, but not as weird and a gopro on your forehead. I can see these as a staple of amateur porn. No one wants to see the guy, so the sunglasses make him even more of a prop from other camera views, but many want to see things from his point of view!

Re:Surveillance cameras

By Powercntrl • Score: 5, Funny Thread

The ultimate irony would be someone using Meta glasses to live stream their vandalism of Flock cameras.

Re: Surveillance cameras

By Gavino • Score: 5, Insightful Thread
Not at all the same. In store cameras are closed CCTV systems. They are filmed with security and law enforcement in mind - not social media clicks. Plus they are passive and fixed, discrete devices in the ceilings of buildings - they don’t follow you around on foot, and interact with you via the wearer. This will not go away.

It was never technology for good

By NotEmmanuelGoldstein • Score: 4, Insightful Thread

… facial recognition …

The data is worthless if Meta can’t assign a name to the stream. Turning their paying customers into perverts was always the plan.

When spy-glasses were a theory, they were seen as a good thing: A way to have a computer explain everything (and everyone) for you. It would be a silicon brain just for the eyeballs: In reality, their best function was helping narcissists abuse other people.

Re:It was never technology for good

By Woeful Countenance • Score: 5, Interesting Thread

When spy-glasses were a theory, they were seen as a good thing: A way to have a computer explain everything (and everyone) for you.

Steve Mann has been doing that since the 1970s (or 1981, depending on source), using his own custom-made hardware and software, including a thigh-mounted chord keyboard. If you talk to him, he can call up a record of your previous interactions and other details, sort of a computerized version of the “Farley file” mentioned in Robert Heinlein’s 1956 novel Double Star .

“Mann went on to be an early and active researcher in the wearables field, especially known for his 1994 creation of the Wearable Wireless Webcam, the first example of lifelogging.”

When spy-glasses were a theory, they were seen as a good thing

Sort of like the Internet itself.

AI Reviews Bring ‘New Normal’ to Linux Release Candidates: Lots of Bug Fixes

Posted by EditorDavid View on SlashDot Skip
Linux Torvalds expects Linux 7.2 should be released next weekend “unless something really bad pops up,” Torvalds said while announcing today’s release candidate.

But there’s something interesting about Linux 7.2-rc7, writes Phoronix. “By the time the Linux kernel typically hits a -rc7 release things have usually settled quite well. But in today’s world of AI/LLM coding/review agents, the kernel activity continues at an all-time high.”
Tons of bug fixes continued to trickle in across the kernel spectrum for all sorts of issues. The HWMON hardware monitoring subsystem saw several critical and high severity bug fixes, on the memory management side was a nasty race condition leading to a use-after-free in the kernel for the past eight years, Btrfs restored its fixup worker infrastructure to deal with silent data loss, lots of AI patches in the networking realm, and the kernel was patched for the Safe RET Interrupt Vulnerability.

Linus Torvalds wrote in the 7.2-rc7 announcement:


“Another week, another -rc.

I can’t say that I’m exactly thrilled about the size of this all, but it is what it is: the new normal with a lot of fixes, many of them due to review by various AI tools.

And nothing looks particularly scary per se — it’s just that there’s a lot here. Most of it is fairly small, although we have a couple of larger diffs: s390/zcrypt fixes stand out in the diffstat, and so does btrfs bringing back the fixup worker infrastructure. And some netfilter ipset fixes.

But aside from a few places like that, most of this is just lots of tiny fixes. It’s pretty much spread all over — drivers (gpu, sound, networking, you name it), filesystems, core networking, arch code…

Re: A good trade off

By Zero__Kelvin • Score: 5, Informative Thread
What are you talking about? They aren’t new bugs. They are newly *discovered* bugs. Can you even read a Slashdot summary? AI isn’t being used to write code. It is being used to review it and to find already existing bugs.

Flock Accused of Reactivating Its Cameras Without Notifying a Town

Posted by EditorDavid View on SlashDot Skip
A Massachusetts newspaper reports that officials from the town of Littleton (population: 10,141) “claim that five of Littleton’s Flock Safety cameras were switched back on by the company without informing the town…”

Littleton had temporarily disabled the cameras earlier this year, according to the article, but upon discovering the cameras were still active, city officials say they directed the Town Counsel “to initiate cancellation of the contract with Flock Safety and directed the Town Administrator to coordinate the removal of the six cameras on public ways” with the Department of Public Works.

Ironically, it’s the same Massachusetts town that last year was breached by a Chinese-state-sponsored hacking group for over 300 days.

Flock has also considered dashcams installed in hundreds of thousands Uber, Lyft, and delivery drivers’ vehicles “to scan license plates those drivers travelled passed,” reports 404 Media, “essentially turning Uber and Lyft drivers into roaming surveillance vehicles, according to a Flock presentation shared with 404 Media… 404 Media first revealed the intended partnership last August when multiple sources provided information on the plan.”

Put a locked bag over them.

By hwstar • Score: 4, Funny Thread

The city should duffel bag and padlock all the cameras with something similar to what you used to find on parking meters out of service.

Only response

By sjames • Score: 5, Funny Thread

This is a job for…SAWZALL MAN!

cue heroic music

Lets think about that

By PPH • Score: 5, Informative Thread

Town contracts with Flock to provide ALPR functions. Flock gets the appropriate pole rental contracts and installs cameras. City has a change of heart and asks that the cameras be shut off. Flock does so, but then is contacted by another customer interested in the data feed. Flock says, “The cameras are already up. Just turn them on and serve the new contract.”

A couple of things come to mind:

We need “HIPAA for location data”

By alispguru • Score: 4, Interesting Thread

Right now, it is legal for third parties like Flock to collect surveillance data and offer it for sale to anyone.
The third party doctrine makes it presumed OK for third parties to give or sell their data to the Government.
This is rapidly eroding Fourth Amendment guarantees in the US.

One possible way out would be to specify in federal law that data that can enable mass surveillance must be protected - leaking it gets you fined, government doesn’t get it without a warrant.

The HIPAA laws are a potential model here - they basically say data related to health care can only be shared between certain businesses, and only with the permission of the person the data is about.

California City Declares State of Emergency After Cyberattack

Posted by EditorDavid View on SlashDot Skip
NBC Bay Area brings news from the small idyllic California town of Suisun City (population: 29,518). The city council “declared a state of emergency Saturday after a cyberattack that shut down computer systems including 911 public safety operations.”
“Malicious software infected and compromised” the East Bay community’s information technology systems beginning about 5:45 a.m. Friday, the city said on social media. “The cybersecurity incident hit critical public safety operations, including 911 routing, police and fire dispatch, records and city services,” the city said.

“There is no imminent threat to the public,” the city said. “All public safety services remain active.” The city shut down its computer network “to contain the threat and preserve evidence for a federal investigation,” it said… Suisun City dispatchers were taking calls for service through the Solano County dispatch center. Suisun City police officers and firefighters continued responding to calls for service, the city said, but online city services and internal operations were unavailable.
On Facebook the city said it was “working alongside federal, state and regional agencies, including the FBI, Department of Homeland Security and California Office of Emergency Services to maintain emergency services, investigate the incident and restore systems.”

But Bay Area PBS station KQED notes “They’re only the latest local government in the region to be hit by a cyberattack.”
Earlier this year, Foster City and Pittsburg experienced other cyberattacks that impacted services in their own jurisdictions. Foster City declared a state of emergency after a March ransomware incident that shut down many services for more than a week. Pittsburg lost almost $1 million to a February phishing attack, though over half of it was recovered.

AI-Powered Browser Just Generates Every Website From Scratch

Posted by EditorDavid View on SlashDot Skip
XDA Developers reports:
On July 22, a Google DeepMind engineer, Vidy Thatte, shared a snippet of a browser he built that “treats every URL as a prompt and generates a site from scratch” on his X account. Just a few days later, he shared a TestFlight link to let iPhone users try it for themselves. The browser he launched is called Gem, and it’s a browser that doesn’t really…browse.

Instead of fetching a webpage from a server the way Chrome or Safari would, Gem hands whatever URL you type over to Google’s Gemini 3.5 Flash Lite model and asks it to generate a webpage on the spot. If you enter a real address, it builds its own interpretation of that site rather than loading the actual thing. If you enter an address that doesn’t exist, Gemini simply invents a website to fill the gap. In other words, you’re not visiting the internet so much as browsing one the model dreams up as you go…

Thatte’s reasoning was that with a model as fast and cheap as Gemini 3.5 Flash Lite, there’s almost no practical difference anymore between loading a website and generating a brand-new one on the fly… Given that this tool is powered by Gemini 3.5 Flash Lite and it’s just a side project rather than a full-fledged tool, it doesn’t come with Gemini access baked in. Gem requires you to bring your own Gemini API key to get it working. Every URL you enter fires off a request to the model, so Gem needs a key linked to your Google account to actually generate anything, with the usage billed to you. You can grab a key for free from Google AI Studio, paste it into Gem’s settings, and you’re ready to start typing URLs. While you can get started for free, I ran into the limits within two minutes of playing around. So, I did need to enable billing on my API key and decided to load $10 into it.
While the blogger’s own site seemed to only get the Gemini logo, tapping it revealed nearly two dozen remixing options. (Dark mode, Reader, Neubrutalist, Broadsheet, Blueprint, Comic book, Punk zine, Notebook, Chalkboard, Receipt, Teletext, System 7, Wes Anderson, Cyber neon, Clay, Frosted, Geocities, Matrix, Museum, Windows 95, Terminal, Vaporwave, and Hide images…) “The frontend morphed before my eyes. Every new edit took practically no time to load, and within a second or two, the same XDA articles would reappear wearing a completely different skin…” For another site, it kept the article headlines, but then rewrote all the text!

And after entering an address they knew didn’t exist — their own name — in two seconds the browser whipped up a slick portfolio “genuinely been better than some of what those tools produced with far more time and context to work with.” But its link to a LinkedIn profile led to a lookalike page, because Gem “had simply generated its own version of it, complete with a made-up follower number and details I never wrote....”

Great for The End of The World

By GenaTrius • Score: 5, Funny Thread
If you need to keep a bunker full of people convinced that the world hasn’t ended, just put them in front of this browser and pump mild sedatives and hallucinogens into the ventilation system. Your underground serfs will spend their entire non-work periods staring dully at their screens, totally unaware that anything about their lives has changed.

Not sure if this already exists but

By know-nothing cunt • Score: 5, Funny Thread

www.chickscoveredincheddar.com

yeah, sure, whatever

By bistromath007 • Score: 4, Interesting Thread

old: dead internet theory

bold: dead internet mandate

Nice!

By nospam007 • Score: 4, Insightful Thread

Can it generate bank sites where people an enter their user names and passwords?

If yes, I take 2.

Re:Google fail

By tragedy • Score: 5, Informative Thread

The fact of the matter is that it sounds a lot like it is actually loading the website, just not directly from the server. This is just another form of caching. AI models are mostly just a lossy way of compressing the input data, which includes basically the whole web. It’s highly unlikely this is creating a web site from scratch, it’s just coughing the compressed data about that site up from the model and filling in and/or re-interpreting. Yeah, whoever thinks this is useful is an idiot.

Ask Slashdot: What are the Costs of Switching Between Windows, MacOS, and Chrome?

Posted by EditorDavid View on SlashDot Skip
UI changes, lost productivity, untransferrable knowledge… Long-time Slashdot reader theodp notes the folly of switching to an unfamiliar new environment to be “more productive”…
Champions of the switch often insist workers will be able to hit the ground running and get the same or even more work done from the get-go in the new unfamiliar environment because it’s ‘more productive’, a conclusion often shaped by conventional wisdom or their ‘gut’ feeling. Decision makers may also mistake their own ‘light-user experience’ for universal experience and believe all platforms are fungible.

And while it’s one thing for a business to delay their delivery dates and increase costs of by introducing a switch in computing environments that’s of unquantified and possibly dubious value, how about when a switch in computing environments is made that affects schoolchildren’s ability to learn for a period of time?

While a MacBook Neo is indeed cute, what might be the possible consequences of a decision to move 25,000 students off Windows and onto MacBook Neos…? Or even the impact on a single kid who moves from a MacBook school to a Windows or Chrome school (or whose home computing environment isn’t aligned with their school). Or students whose teachers decide learning in their classrooms should now additionally require an understanding of the Minecraft computing platform/UI (used in over 40,000 school systems.). Learning Management Systems and now various AI Edtech tools used by schoolkids are also subject to change.
“Even if students and schools eventually benefit from a new platform, one wonders how much learning is lost during the switch,” theodp asks, “and what the financial and educational ROI and payback period look like.” Are there bigger problems than we realize? Share your own thoughts and experiences in the comments.

What are the costs of switching between Windows, MacOS, and Chrome?

Linux?

By innocent_white_lamb • Score: 5, Insightful Thread

Switching to Linux from any of those would likely save a lot of costs, in terms of both hardware and software licensing.

Re:Linux?

By Retired Chemist • Score: 5, Insightful Thread
And probably eat it all up in downtime and support costs, because most schools do not have anyone capable of managing a Linux install.

Reimplementation costs

By Petersko • Score: 5, Insightful Thread

For companies with a complete set of supporting infrastructure, you must include the costs of standing up the whole structure, less licensing costs of the current ecosystem.

- Automated distribution and patching tools
- Standardized software
- Imaging tools for provisioning

Not to say it’s still not worth it. It could be. But the larger the org, the greater the inertia, and the longer you live with both ecosystems.

Switching is unavoidable

By SoftwareArtist • Score: 5, Informative Thread

He kind of answered his own question. Kids move between schools all the time. People move between companies all the time. Either you dictate that everyone in the world must use the same environment, or else people will sometimes have to change environments.

Sure there’s a cost to switching. You shouldn’t do it without a good reason. You also shouldn’t be afraid to do it when there is a good reason. You’re trading a short term cost for a long term benefit.

There also is value in knowing multiple platforms. I didn’t like it when I was at a company that had standardized on Windows for everything, but there have been lots of times since then when it was useful to have learned Windows. There’s educational value in occasionally being forced to learn a new platform.

I do not believe that at all.

By jdawgnoonan • Score: 5, Insightful Thread
The kids using Chromebooks are not running anything that Windows, Linux, or Mac could not run just as easily in a web browser. In that case the kids will not be losing any time as launching a PWA is the same on any of these platforms.

Slashdot Reader Builds ‘Spaced Linux’, a New Devuan-Based, User-Friendly Desktop Distro

Posted by EditorDavid View on SlashDot Skip
“I’ve been a Linux IT administrator for 30 years now,” says crhylove (Slashdot reader #205,956), in a new video on his YouTube channel. “I used to be a data center architect, at one point I was the IT director for 13 school districts… I just haven’t been happy overall with all the other operating systems out there… "
I’ve been working really diligently for the last few weeks on a new distro called Spaced Linux that is exactly what I want to use. It’s heavily focused on the [zoom-friendly 3D] Compiz desktop, very efficient using the rolling Devuan Ceres backend, and avoids dependency hell by promoting mostly Flatpak usage.

It’s still early, but it’s already working great for me, it’s been my daily driver for a few weeks now.
There’s also user-friendly themes — everything from Linux, Android, GeoWorks, and Mac OS X to Windows 11, Windows XP, and even Windows 3.11 (dark or light theme). And you can also run Windows apps under Wine. “And let me tell you, Nvidia runs perfectly on here now…” he adds in the video. “It just works really, really well out of the box.”

He’s now working on voice-command features, bur argues that Spaced Linux “is already extremely usable, extremely efficient, extremely fast, and extremely reliable.... And it’s only going to get better and better.”

Relavant XKCD comic

By leonbev • Score: 5, Informative Thread

https://xkcd.com/927/

I mean, we shouldn’t shame the guy for making his own custom Linux distribution. But did we really didn’t need yet another one? Why can’t these things just be an add-on package to an existing distribution, instead of fragmenting the Linux ecosystem even more?

Mostly flatpak?

By cshark • Score: 5, Interesting Thread

Nice, so now… I can sleep well with the confidence that my home directory can will get corrupted and my entire os might become useless just because. And that I’ll have no warning about any of it until my entire os catches fire, because there aren’t any meaningful logs anywhere.

Here for it.
This is the change we needed.

Re:Mostly flatpak?

By GameboyRMH • Score: 4, Insightful Thread

Flatpak, Snap and containers in general need lots of drive space. Good thing storage is cheap these days OH WAIT

Spaced Linux

By PPH • Score: 4, Funny Thread

Can we still use tabs?

Lost me at “Flatpak”

By jenningsthecat • Score: 3 Thread

… avoids dependency hell by promoting mostly Flatpak usage.

I’m glad that crhylove brought something to the party, but I won’t be partaking. I fully sympathize with the desire to avoid dependency hell, but in my experience AppImage is the only format that does that cleanly, reliably and painlessly.

Yes, heavy reliance on AppImages chews up disk space - and also memory, if you’re using a lot of apps which under traditional package management systems share libraries. But they’re clean, and they generally don’t break when the system is updated and libraries change. The onus is on the user to keep them up-to-date, and I can live with that.

I’m not hugely experienced here, so this is just an opinion: if you want to avoid dependency problems, AFAICT AppImages are the best choice. That said, in my limited experience, Flatpaks are at least less problematic than Snaps.

OpenAI Announces It’s Enhancing Security Controls, Pausing Some Work for New AI Model Astra

Posted by EditorDavid View on SlashDot
OpenAI announced Friday it’s pausing work on its Astra AI model because of security concerns. The Guardian reports:
The company had evaluated the agent, Astra, and found “significant advancements in agentic coding and cybersecurity”, which had moved to a “critical” threshold… OpenAI stated that the model was not involved in an incident in which one of its AI agents went rogue during a test, accessed the open web and hacked a startup, Hugging Face… The reports have increased concerns about advancements in AI models and humans’ ability to control them.

Still, critics of the AI industry have warned that such disclosures from OpenAI and its competitors Anthropic and Meta could be designed to generate hype about the technology’s power and thus spur additional interest from investors.

To prevent potential rogue behavior from AI agents, OpenAI is “implementing stricter security controls for higher-capability models and associated activities, including isolated testing environments, restricted network and tool access”, the company’s blogpost stated. It will also install “enhanced model weight protections and encryption, additional monitoring and detection capabilities”. The company will pause internal activities involving Astra that do not meet these new requirements.
“We believe it’s important to be transparent with the public and the safety and security communities about this potential shift in capabilities…” OpenAI wrote in a blog post titled "Responding to the next frontier of critical cyber capabilities.”
Under our Preparedness Framework, a model reaches the Critical cybersecurity threshold if it can identify and develop functional zero-day exploits of all severity levels in many hardened real-world critical systems without human intervention, or can devise and execute end-to-end novel strategies for cyberattacks against hardened targets given only a high level desired goal. While we continue to benchmark and assess this model, our preliminary evaluations indicate strong enough performance that we cannot rule out Critical capability level at this time… Accordingly, we have scaled up robustness testing of our safeguards and security controls so that they are appropriate for a deployment of these capabilities…

- We are implementing stricter security controls for higher-capability models and associated activities, including isolated testing environments, restricted network and tool access, enhanced model weight protections and encryption, additional monitoring and detection capabilities, and sandboxed execution.

- We are pausing internal activities involving Astra that do not yet meet these strengthened security control requirements.

- We have implemented universal monitoring for risky actions and misalignment across all agentic applications of Astra, including training and evaluation. Monitors evaluate the model’s Chain of Thought and trigger a security response to review and interrupt high risk activity.

- We will work with relevant government agencies and select AI safety organizations to test the capabilities for this model…

We believe advanced cyber-capable models should help defenders identify and address vulnerabilities before attackers do. We’re committed to working alongside governments, safety institutes, and civil society to ensure that the frontier capabilities of models like Astra, and those that follow, are deployed responsibly and broadly for the benefit of all humanity.

O no

By liqu1d • Score: 3 Thread
Another big scary AI model that does things totally unseen before. We should all be both terrified and ready to open our wallets.

Just an ad to keep the hype train on the tracks

By Inglix the Mad • Score: 3 Thread
First: They don’t think - there is no will or independence.

Second: Wow, isn’t it amazing that whenever the questions start about AI that they suddenly have a new doom troll?

Third: Why are humans still programming? Dario said Claude would be programming EVERYTHING as of a few months ago.

Fourth: Where is the white collar JOBSPACOLYPSE?

Fifth:What is the ROI?

Last: Who actually believe Elon’s hype anymore? This crap about “DATACENTERS IN SPPAAACCCCEEEEEE!!!!!!!” flies in the face of not just materials science but physics.

Double Duty

By Casandro • Score: 3 Thread

There are probably 2 reasons to announce that:

a) generate more hype (our system is so good, it’s scary)

b) slow down the process of setting money on fire, as you pause spending it.