Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: mat Clear Filter

Gemini with Deep Think officially achieves gold-medal standard at the IMO

The International Mathematical Olympiad (“IMO”) is the world’s most prestigious competition for young mathematicians, and has been held annually since 1959. Each country taking part is represented by six elite, pre-university mathematicians who compete to solve six exceptionally difficult problems in algebra, combinatorics, geometry, and number theory. Medals are awarded to the top half of contestants, with approximately 8% receiving a prestigious gold medal. Recently, the IMO has also become a

Dior begins sending data breach notifications to U.S. customers

The House of Dior (Dior) is sending data breach notifications to U.S. customers informing them that a May cybersecurity incident compromised their personal information. Dior is a French luxury fashion house, part of the LVMH (Moët Hennessy Louis Vuitton) group, which is the world's largest luxury conglomerate. The Dior brand alone generates an annual revenue of over $12 billion, operating hundreds of boutiques worldwide. The security incident occurred on January 26, 2025, but the company only

Quadratic forms beyond arithmetic

Quadratic Forms Beyond Arithmetic Alexander Merkurjev Raman Parimala Communicated by Notices Associate Editor Han-Bom Moon 1 . Introduction The concept of quadratic forms can be traced back to ancient civilizations such as the Babylonians and Greeks. The Greeks, particularly Euclid in his famous work Elements, presented geometric methods for solving quadratic equations. The Greeks’ focus on geometry and their methods continued to influence mathematicians for centuries. Rules for quadratic equat

Quadratic Forms Beyond Arithmetic

Quadratic Forms Beyond Arithmetic Alexander Merkurjev Raman Parimala Communicated by Notices Associate Editor Han-Bom Moon 1 . Introduction The concept of quadratic forms can be traced back to ancient civilizations such as the Babylonians and Greeks. The Greeks, particularly Euclid in his famous work Elements, presented geometric methods for solving quadratic equations. The Greeks’ focus on geometry and their methods continued to influence mathematicians for centuries. Rules for quadratic equat

Using the Matrix Cores of AMD RDNA 4 architecture GPUs

AMD RDNA 4 architecture GPUs AMD RDNA™ 4 architecture GPUs, which have 3rd-generation Matrix Cores, improved the performance of Generalized Matrix Multiplication (GEMM) operations. The table below compares theoretical FLOPS/clock/CU (floating point operations per clock, per compute unit) to previous generations. However, we changed the VGPR layout for the arguments of Wave Matrix Multiply Accumulate (WMMA) operations compared to the previous RDNA 3 generation [1]. Therefore, it does not have ba

Topics: 16 ele matrix rdna wmma

Southwestern drought likely to continue through 2100, research finds

This article originally appeared on Inside Climate News, a nonprofit, non-partisan news organization that covers climate, energy, and the environment. Sign up for their newsletter here. The drought in the Southwestern US is likely to last for the rest of the 21st century and potentially beyond as global warming shifts the distribution of heat in the Pacific Ocean, according to a study published last week led by researchers at the University of Texas at Austin. Using sediment cores collected in

The Ultimate Dolby Atmos Experience Might Be In Your Car

It’s fair to say that no five people crammed into a compact SUV have been more blissfully enthralled on a country drive than my wife’s family and I on one particular mid-summer Sunday. It wasn’t just the silky smooth performance of the Cadillac Optiq, or even its incredible 19-speaker AKG sound system, but an x-factor pushing our driving experience beyond the sum of their parts: Dolby Atmos Music. If you haven't heard it in a vehicle like this, you might think I'm joking. Everyone has probably

OpenAI's experimental model achieved gold at the International Math Olympiad

It's a major milestone for AI models, but this level of reasoning won't be available to the public anytime soon. OpenAI has achieved "gold medal-level performance" at the International Math Olympiad, notching another important milestone for AI's fast-paced growth. Alexander Wei, a research scientist at OpenAI working on LLMs and reasoning, posted on X that an experimental research model delivered on this "longstanding grand challenge in AI." According to Wei, an unreleased model from OpenAI wa

What to read this weekend: When the world spins out of control

I'm still chipping away at my summer reading backlog over here, and this week finally made it to Alex Foster's Circular Motion, which came out in May. And, wow, I wasn't quite ready for the emotional journey this one took me on. It's set in a near future — people ride OneWheels and going viral on social media is still a thing some strive for — where the megacompany CWC has created an extreme form of high-speed travel that allows people to zip across the world in no time flat. But, it soon become

Rethinking CLI interfaces for AI

We need to augment our command line tools and design APIs so they can be better used by LLM Agents. The designs are inadequate for LLMs as they are now – especially if you're constrained by the tiny context windows available with local models. Agent APIs Like many developers, I’ve been dipping my toes into LLM agents. I’ve done my fair share of vibe coding, but also I’ve been playing around with using LLMs to automate reverse engineering tasks mostly using mrexodia’s IDA Pro MCP , including ex

Marvel’s Ultimate Universe Is Approaching Its Endgame

Since its launch at the top of 2024, Ultimate Marvel has been working toward a finish line that’s soon approaching. Days ago, Marvel teased the alt-universe’s first proper event, Ultimate Endgame kicking off in December. In the comics, the Maker—the evil version of Reed Richards from the original Ultimate Marvel books—made this new universe with the specific intent of leaving it without any heroes to stop his oppressive regime. Since his imprisonment, various heroes have emerged and have been e

Is Climate Change an Existential Threat?

If a 60-mile-wide (100-kilometer-wide) asteroid slammed into Earth tomorrow, it would render the planet inhospitable to nearly all life forms, save for the hardiest extremophiles. This mass extinction event would wipe humanity off the face of the Earth—there would be no survivors. To some experts, this is the true definition of an “existential threat.” Traditionalists will say this term describes a risk that endangers the very existence of something—in this case, the human species. In recent ye

Replication of Quantum Factorisation Records with a VIC-20, an Abacus, and a Dog

Paper 2025/1237 Replication of Quantum Factorisation Records with an 8-bit Home Computer, an Abacus, and a Dog Peter Gutmann , University of Auckland Stephan Neuhaus , Zurich University of Applied Sciences Abstract This paper presents implementations that match and, where possible, exceed current quantum factorisation records using a VIC-20 8-bit home computer from 1981, an abacus, and a dog. We hope that this work will inspire future efforts to match any further quantum factorisation recor

Show HN: Simulating autonomous drone formations

Ketu Lightweight framework to simulate drone formations. Ketu provider simple abstractions to mimick the sensors available on drones and create scenarios to see how the drones react to each other in the world. Using ketu you can simulate autonomous drones that align to create any shape. Checkout this video for a demonstration. Why use Ketu? Ketu provides a sandbox for people to quickly try out new drone formation techniques without amount of large setup. For a more detailed simulation you ca

ServiceNow’s acquisition of Moveworks is reportedly being reviewed over antitrust concerns

In Brief ServiceNow’s acquisition of enterprise AI startup Moveworks is reportedly drawing regulatory scrutiny. The acquisition is currently under review for antitrust by the U.S. Justice Department, according to Bloomberg, which cited sources familiar with the matter. The probe began in June, Bloomberg reported, and both companies have since received a “second request” calling for additional information that has to be provided before the deal can move forward. ServiceNow announced it was acq

Multiplatform Matrix Multiplication Kernels

Few algorithmic problems are as central to modern computing as matrix multiplication. It is fundamental to AI, forming the basis of fully connected layers used throughout neural networks. In transformer architectures, most of the computation is spent performing matrix multiplication. And since compute largely determines capability, faster matrix multiplication algorithms directly translate into more powerful models [1 ]. NVIDIA probably deserves much of the credit for making matrix multiplicatio

ICE is getting unprecedented access to Medicaid data

Immigration and Customs Enforcement officials are getting access to the personal data of nearly 80 million people on Medicaid in order to acquire "information concerning the identification and location of aliens in the United States,” according to an information exchange agreement viewed by WIRED. The agreement, which is titled “Information Exchange Agreement Between the Centers for Medicare and Medicaid Services and the Department of Homeland Security (DHS) for Disclosure of Identity and Locat

Scientists Will Melt Some of Earth’s Oldest Ice to Solve Climate Mystery

A team of U.K. researchers are planning to melt some of the oldest ice on Earth in an ambitious bid to reconstruct up to 1.5 million years of our planet’s climate history. In doing so, they could also help solve a mystery that has puzzled scientists for over two decades. Over the course of seven weeks, scientists at the British Antarctic Survey plan to gradually melt 1.5-million-year-old Antarctic ice cores at their lab in Cambridge, England, unlocking whatever dust, volcanic ash, and even sing

ICE Is Getting Unprecedented Access to Medicaid Data

Immigration and Customs Enforcement officials are getting access to the personal data of nearly 80 million people on Medicaid in order to acquire "information concerning the identification and location of aliens in the United States,” according to an information exchange agreement viewed by WIRED. The agreement, which is titled “Information Exchange Agreement Between the Centers for Medicare and Medicaid Services and the Department of Homeland Security (DHS) for Disclosure of Identity and Locat

The IRS Is Building a Vast System to Share Millions of Taxpayers’ Data With ICE

This story was originally published by ProPublica. ProPublica is a Pulitzer Prize-winning investigative newsroom. Sign up for The Big Story newsletter to receive stories like this one in your inbox. The Internal Revenue Service is building a computer program that would give deportation officers unprecedented access to confidential tax data. ProPublica has obtained a blueprint of the system, which would create an “on demand” process allowing Immigration and Customs Enforcement to obtain the ho

A major AI training data set contains millions of examples of personal data

Indeed, the curators of DataComp CommonPool were themselves aware it was likely that PII would appear in the data set and did take some measures to preserve privacy, including automatically detecting and blurring faces. But in their limited data set, Hong’s team found and validated over 800 faces that the algorithm had missed, and they estimated that overall, the algorithm had missed 102 million faces in the entire data set. On the other hand, they did not apply filters that could have recognize

Samsung’s TriFold isn’t here yet, but it’s main rival is already looking forward to these upgrades

Paul Jones / Android Authority TL;DR HUAWEI’s upcoming Mate XT 2 is set to build on its original tri-fold phone with modest spec improvements. Upgrades include the Kirin 9020 SoC, a new 50MP variable aperture main sensor, an enhanced periscope telephoto camera, and satellite connectivity. The Mate XT 2 is tipped to launch in September, while Samsung’s tri-fold is expected in October. We’re all hyped up about Samsung’s upcoming tri-fold phone, rumored to be called either the Galaxy G Fold or

Topics: fold mate phone tri xt

Modular Interpreters and Visitors in Rust with Extensible Variants and CGP

Programming Extensible Data Types in Rust with CGP - Part 2: Modular Interpreters and Extensible Visitors Posted on 2025-07-09 Authored by Soares Chen Discuss on Reddit, GitHub or Discord. This is the second part of the blog series on Programming Extensible Data Types in Rust with CGP. You can read the first part here. As a recap, we have covered the new release of CGP v0.4.2 which now supports the use of extensible records and variants, allowing developers to write code that operates on an

Microsoft Teams voice calls abused to push Matanbuchus malware

The Matanbuchus malware loader has been seen being distributed through social engineering over Microsoft Teams calls impersonating IT helpdesk. Matanbuchus is a malware-as-a-service operation seen promoted on the dark web first in early 2021. It was advertised as a $2,500 Windows loader that executes malicious payloads directly in memory to evade detection. In June 2022, threat analyst Brad Duncan reported that the malware loader was being used to deliver Cobalt Strike beacons in a large-scale

AI-Powered Smart Devices Help Older Adults Age at Home, Survey Finds

Older adults often find artificial intelligence smart home devices and voice assistants useful in helping them age in place, according to a new survey by the University of Michigan. More than half of people surveyed aged 50 and older have used generative AI tools they spoke or typed messages to, according to the National Poll on Healthy Aging, released by the U-M Institute for Healthcare Policy and Innovation. By comparison, a June Pew Research Center poll found that 25% of US adults 50 to 64

ICE Is Getting Unprecedented Access to Medicaid Data

Immigration and Customs Enforcement officials are getting access to the personal data of nearly 80 million people on Medicaid in order to acquire "information concerning the identification and location of aliens in the United States,” according to an information exchange agreement viewed by WIRED. The agreement, which is titled “Information Exchange Agreement Between the Centers for Medicare and Medicaid Services and the Department of Homeland Security (DHS) for Disclosure of Identity and Locat

‘Arcane’ Season 2 Gets a Lavish Home Release, Just in Time for Emmy Season

With Emmy season in full swing and a lot of eyes on whether Riot Games and Fortiche’s League of Legends studio will sweep an already steep competitive lineup of animated shows, GKids has announced a slew of home release pre-order editions for Arcane season two, freeing it from the confines of streaming. In a press release, GKids announced that the home release of Arcane season two will feature a limited-run Collector’s Edition. This will include SteelBook Editions in both 4K UHD and Blu-ray for

Best King-Size Mattresses for 2025, Tested by CNET’s Sleep Experts

Our sleep experts have been testing mattresses, bedding and accessories for years (a few have been testing for up to eight years). At this point, we've tested over 300 mattresses from dozens of brands, from bigwigs like Purple and Tempur-Pedic to more niche companies like Sonu and Airweave. Our team is comprised of bed testers with varying body weights and types, heights, genders and sleep preferences, which helps us provide an overarching assessment of each mattress from a multitude of viewpoi

Tecno Claims Thinnest Tri-Fold With Phantom Ultimate G Fold Concept

Most of the mobile phone players are showing their cards right now, and many are folding -- on purpose. Tecno is the latest phone-maker to show off a new foldable phone, but this one bends in a different way than some others: a three-screen tri-fold concept. The Phantom Ultimate G Fold Concept follows in Tecno's tradition of showcasing its mobile design prowess. This one looks like a reworking of the Phantom Ultimate 2 the company previewed in August 2024 (and which has not shipped). As a tri-f

A US-Only TikTok Could Be Coming. What We Know So Far About the Replacement App

A US-only version of the TikTok mobile app is being developed by the vertical video social media network's owner ByteDance. It will replace the current version of TikTok being used in the US ahead of a September deadline for the Chinese company to divest ownership, according to a report this week by The Information. The new app is codenamed "M2" and would launch on Sept. 5. Users in the US would be required to switch from the existing app to the new one, the report said, citing anonymous source