Boulder Future Salon

Boulder Future Salon

Thumbnail
It is alleged (by The Citizen Lab, at the Munk School of Global Affairs and Public Policy at the University of Toronto), that Israel is using AI to create online "influence operations" aimed at "regime change" in Iran, starting with a deepfake of IDF air strikes on Evin Prison in Tehran.

Thumbnail
MEMS lidar.

"Five years ago, Eric Aguilar was fed up."

"He had worked on lidar and other sensors for years at Tesla and Google X, but the technology always seemed too expensive and, more importantly, unreliable. He replaced the lidar sensors when they broke -- which was all too often, and seemingly at random -- and developed complex calibration methods and maintenance routines just to keep them functioning and the cars drivable."

"So, when he reached the end of his rope, he invented a more robust technology -- what he calls the 'most powerful micromachine ever made.'"

"Aguilar and his team at startup Omnitron Sensors developed new micro-electro-mechanical systems (MEMS) technology that he claims can produce more force per unit area than any other."

Allegedly replacing conventional lidar with this MEMS technology, it will be more robust to road vibrations, thermal cycles, and rain.

Thumbnail
"New research by LayerX shows how a single weaponized URL, without any malicious page content, is enough to let an attacker steal any sensitive data that has been exposed in Perplexity's Comet AI browser."

"For example, if the user asked Comet to rewrite an email or schedule an appointment, the email content and meeting metadata can be exfiltrated to the attacker."

"An attacker only needs to get a user to open a crafted link, which can be sent via email, an extension, or a malicious site, and sensitive Comet data can be exposed, extracted, and exfiltrated."

It's only been days since I found out Perplexity's Comet AI browser exists. The Comet browser is supposed to turn your browser into an AI agent that can take actions on the internet on your behalf.

Thumbnail
The claim is being made that the government of the Caribbean island of Anguilla now gets 47% of its income from registrations of .ai domains.

Honorable mention in the comments section: .io (Indian Ocean), .fm (Federated States of Micronesia), and .tk (Tokelau).

Thumbnail
The claim is being made that at JPMorgan, the shift to agentic AI "favors those who work directly with clients -- a private banker with a roster of rich investors, traders who cater to hedge fund and pension managers, or investment bankers with relationships with Fortune 500 CEOs, for instance."

"Those at risk of having to find new roles include operations and support staff who mainly deal in rote processes like setting up accounts, fraud detection or settling trades."

Thumbnail
"AOL's dial-up internet service is shutting down Tuesday, ending one of the web's first mainstream access points."

By "Tuesday", they mean September 30th, so it's already shut down by the time you read this.

End of an era.

Thumbnail
According to an NPR/PBS News/Marist poll, more US adults agree with the statement, "Americans may have to resort to violence in order to get the country back on track."

For self-identified Democrats, between March of 2024 and September of 2025, the percent that agree went from 12% to 28%. For self-identified Republicans, the percent that agree went from 28% to 31%. For self-identified independents, the percent that agree went from 18% to 25%. Overall, for all US adults, the percent that agree went from 20% to 30%. (PBS said 19, NPR said 20. The Marist survey results document said 6% strongly agree + 13% agree, which, if I am capable of doing arithmetic, is 19%.)

The poll was conducted September 22nd through September 26th, 2025, which is after the high-profile assassination of Charlie Kirk.

Thumbnail
ImageTextEdit lets you "edit text in images with AI magic."

Now whenever you see people with signs (protesters, for example), you won't be able to trust that the signs actually say what they look like they say.

Not that you could trust images before, but thanks to this you can trust them even less. ;)

Thumbnail
"Orbiting the Hénon Attractor."

This is from 2022 but I just encountered it today. It is a system of equations that generates fractal images, but these, unlike looking like a Mandelbrot or Julia set or somesuch, remind me of the rings of Saturn or the cloud formations of Jupiter or Saturn.

Thumbnail
xAI, Elon Musk's AI company, is making an alternative to Wikipedia called Grokipedia.

Thumbnail
An aircraft that can reduce fuel burn by over 60% by using "laminar-flow aerodynamics" (as well as other technologies like "precision all-carbon-fiber composites") has been produced, or so it is claimed, by an aerospace startup company, Otto Aerospace, which announced its first fleet customer will be Flexjet, although deliveries won't begin until 2030.

Thumbnail
"Tilly Norwood is an AI-generated actor whose creator claims she may soon be represented by talent agents."

Alrighty then.

I watched the AI-generated comedy sketch, AI Commissioner ... uh, comedy? It was a sketch.

Is Hollywood getting disrupted? What do you say?

Thumbnail
"A study involving more than nine million pregnancies reported that children whose mothers had gestational diabetes during pregnancy had a higher chance of developing attention deficit-hyperactivity disorder (ADHD) and autism than did children whose mothers didn't have the condition."

"The study, presented at the European Association for the Study of Diabetes in Vienna, is under review at a peer-reviewed journal. It is not the first to link gestational diabetes to neurodevelopmental disorders in children, but it is one of the largest. Researchers pooled results from 48 studies across 20 countries, finding that children born to people with gestational diabetes had lower IQ scores, a 36% higher risk of ADHD and a 56% higher risk of autism spectrum disorders. Estimates suggest the prevalence of autism in the general population is one in 127 people and 3-10% of children and teenagers have ADHD."

"The latest results mirror those of another meta-analysis, published in The Lancet Diabetes & Endocrinology journal in June, which included 56 million mother-child pairs and found that all types of diabetes in pregnancy, including type 1, type 2 and gestational diabetes, increase the risk of the baby developing ADHD and autism. But none of these studies has been able to show that diabetes during pregnancy causes these conditions."

Note: Not acetaminophen (paracetamol).

Thumbnail
Setsum is an order agnostic, additive, subtractive checksum. (An algorithmic curiosity for you.) At first that sounded impossible, but it's actually simple when you look under the hood. It takes a traditional cryptographic hash function, breaks the output into fixed-size integers (32-bit integers, for example), and then adds or subtracts those integers modulo a prime number. (They give an example here with 29 used as the prime number, but the largest prime number that fits in a 32-bit integer is 4,294,967,291.)

Order doesn't matter, you can remove items, and you can combine setsums, but "setsum can tell you if states diverged, but not where. To narrow things down, you can split your data into smaller chunks and compare those. Build this into a hierarchical structure and you're basically back to something like a Merkle tree."

"You can remove items that never existed. This might or might not be a problem depending on your use case. Given that you're only maintaining 256 bits of state, it's a reasonable tradeoff."

"There's no history tracking. You can't tell when or how states diverged, just that they did."

Thumbnail
A variant of the infamous Petya/NotPetya ransomeware virus has been discovered that is capable of bypassing UEFI Secure Boot on outdated systems. Petya in 2016 encrypted the hard drives of Windows (NTFS) computers and demanded Bitcoin payment. In 2017, a variant was made that targeted a Ukrainian tax filing program. It infected Ukrainian banks, electricity companies, and all kinds of Ukrainian companies before it escaped to the rest of the world. It pretended to demand payment but actually just wiped the hard disks; there was no way to pay and actually get the data back. It is thought to have been created by the Russian GRU specifically to cyberattack Ukraine. It was named NotPetya to distinguish it from the original Petya.

The new variant is being called HybridPetya. It exploits a vulnerability in old versions of UEFI Secure Boot. UEFI stands for "Unified Extensible Firmware Interface" and the "Secure Boot" portion of the specification specifies a procedure for digitally signing the operating system (or more specifically, the OS boot loader), and not allowing the computer to boot up if the digital signature check fails.

Thumbnail
Unbeknownst to me, there's been an effort underway to make a version of C++ called "Safe C++".

"The goal of this proposal is to advance a superset of C++ with a rigorously safe subset. Begin a new project, or take an existing one, and start writing safe code in C++. Code in the safe context exhibits the same strong safety guarantees as code written in Rust."

However, the C++ Safety and Security working group voted to prioritize "Profiles", whatever that is, over Safe C++. So it looks like "Safe C++" is never going to happen.