Latest Tech News

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

Filtered by: age Clear Filter

OpenAI Realizes It Made a Terrible Mistake

OpenAI claims to have figured out what's driving "hallucinations," or AI models' strong tendency to make up answers that are factually incorrect. It's a major problem plaguing the entire industry, greatly undercutting the usefulness of the tech. Worse yet, experts have found that the problem is getting worse as AI models get more capable. As a result, despite incurring astronomical expenses in their deployment, frontier AI models are still prone to making inaccurate claims when faced with a pr

Gemini Live is giving me the confidence to speak my second language

Prakhar Khanna / Android Authority Recently when testing out Gemini’s ability to recognize different accents and languages, I realized that the AI tool’s Live mode actually understands my second language: Afrikaans. This lead to me having a conversation about different topics in the language and I realized that the chatbot could actually coach me and help me practice. As a result, I was able to learn new words, discuss topics I lacked the proficiency for, and ask questions about specific meani

I can’t wait for Samsung and Google to copy this revolutionary iPhone 17 feature

Joe Maring / Android Authority Every Apple event, be it WWDC or the new iPhone launch, brings me a set of confusing thoughts. There’s a lot of mockery over what Apple has decided to copy innovate and their random announcements that no one asked for (hello, iPhone Air), but also a bit of jealousy-slash-awe at Apple’s pull over the entire phone industry. I see that new front-facing camera, and I know many Android brands are now scrambling to copy it in 2026; it’ll easily be the new gold standard

Kodak's mini camera fits on your keyring and is smaller than an AirPods case

Kodak has shrunk a camera to fit onto a keyring, but it still manages to shoot both photo and video. It's hard not to compare the Kodak Charmera to the ubiquitous Labubu craze, considering the highly collectible nature of Reto Pro selling these officially licensed mini cameras as a single blind box for $29.99 or a full set of six for $179.94. The keyring cameras, which only weigh 30 grams, are already sold out on the Reto Pro website, but are expected to be restocked. The blind box can be unwra

California's age verification bill for app stores and operating systems takes another step forward

A California bill that would require operating system and app store providers to verify users' ages before they can download apps has cleared the Assembly 58-0, and will now move on to Gov. Gavin Newsom, Politico reports. The Digital Age Assurance Act (AB 1043), introduced by Assemblymember Buffy Wicks, does not require photo identification for verification, but puts the onus on the platforms to provide tools for parents to indicate the user's age during a device's setup, and use this informatio

Perceived Age (2024)

"To live is to be other. It's not even possible to feel, if one feels today what he felt yesterday. To feel today what one felt yesterday is not to feel—it's to remember today what was felt yesterday, to be today’s living corpse of what yesterday was lived and lost." -- Fernando Pessoa At 2:15 PM on June 5th, kids burst through school doors, sprinting towards three months of freedom. Summer felt endless back then, August an eternity away. A day at Great America stretched like a week, and road t

Topics: age felt life time years

Tesla board chair calls debate over Elon Musk’s $1T pay package ‘a little bit weird’

In Brief With Tesla shareholders set to vote on a proposed 10-year, $1 trillion compensation package for CEO Elon Musk in November, board chair Robyn Denholm spoke to The New York Times to defend what would be the largest pay package in corporate history. Denholm, who was also on the special committee that put the compensation proposal together, argued that Musk needs to be motivated by extraordinary challenges tied to extraordinary compensation. At the same time, she suggested he’s less inter

Apple @ Work: Apple says it’s past time to get serious about Declarative Device Management

Apple @ Work is exclusively brought to you by Mosyle, the only Apple Unified Platform. Mosyle is the only solution that integrates in a single professional-grade platform all the solutions necessary to seamlessly and automatically deploy, manage & protect Apple devices at work. Over 45,000 organizations trust Mosyle to make millions of Apple devices work-ready with no effort and at an affordable cost. Request your EXTENDED TRIAL today and understand why Mosyle is everything you need to work with

The 14 Best Healthy Beverages for Staying Hydrated With Added Benefits

When it comes to picking the right healthy beverage for your taste and preferences, there are multiple factors to consider. Below, we outline them so you can find the right drink for you. Dietary notes If you follow a specific diet or are looking for specific ingredients, this can help you narrow down the best drink for you. Examples include gluten-free, vegan, nut-free, low-sugar or zero-sugar, and no artificial flavors or sweeteners. You’ll also want to think about what is added to the drink

Resizing images in Rust, now with EXIF orientation support

Resizing images in Rust, now with EXIF orientation support Resizing an image is one of those programming tasks that seems simple, but has some rough edges. One common mistake is forgetting to handle the EXIF orientation, which can make resized images look very different from the original. Last year I wrote a create_thumbnail tool to resize images, and today I released a small update. Now it’s aware of EXIF orientation, and it no longer mangles these images. This is possible thanks to a new ver

AI Coding

In my old age I’ve mostly given up trying to convince anyone of anything. Most people do not care to find the truth, they care about what pumps their bags. Some people go as far as to believe that perception is reality and that truth is a construction. I hope there’s a special place in hell for those people. It’s why the world wasted $10B+ on self driving car companies that obviously made no sense. There’s a much bigger market for truths that pump bags vs truths that don’t. So here’s your new

How to Use Claude Code Subagents to Parallelize Development

In my last post I talked about how I spent a week heads down using AI to work on a greenfield engineering metrics tool. As I built it, I’d often navigate the web app and spot things that needed to be fleshed out. Sometimes it was a small typo; other times it was a bigger feature that was still TODO. At one point I had Claude Code redesign the homepage to make it more lively. In doing so, it added some new functionality that didn’t fully exist yet: A “View All Insights” link that would show you

Reduce bandwidth costs with dm-cache: fast local SSD caching for network storage

How we cut AWS bandwidth costs 95% with dm-cache: fast local SSD caching for network storage The bandwidth billing challenge When deploying infrastructure across multiple AWS availability zones (AZs), bandwidth costs can become a significant operational expense. Some of our Upsun infrastructure spans three AZs for high availability, but this architecture created an unexpected challenge with our Ceph-based storage system. Since Ceph distributes data across the cluster and AWS bills for inter-A

Modder injects AI dialogue into 2002’s Animal Crossing using memory hack

When software engineer Joshua Fonseca recently connected the GameCube simulation classic Animal Crossing to a modern AI language model like the kind that powers ChatGPT, he decided to shake things up. By programming the AI to roleplay as villagers growing aware of their debt situation, and giving them a shared memory to track conversations, Fonseca orchestrated a scenario where the residents began to organize against their raccoon landlord. In Animal Crossing, Tom Nook runs the town shop and pr

Why do browsers throttle JavaScript timers?

Posted August 31, 2025 by Nolan Lawson in performance, Web. Tagged: timers. 9 Comments Even if you’ve been doing JavaScript for a while, you might be surprised to learn that setTimeout(0) is not really setTimeout(0) . Instead, it could run 4 milliseconds later: const start = performance.now() setTimeout(() => { // Likely 4ms console.log(performance.now() - start) }, 0) Nearly a decade ago when I was on the Microsoft Edge team, it was explained to me that browsers did this to avoid “abuse.” I.

I used this ChatGPT trick to look for coupon codes - and saved 25% on my dinner tonight

Elyse Betters Picaro / ZDNET Follow ZDNET: Add us as a preferred source on Google. ZDNET's key takeaways Free ChatGPT can surface working coupon codes, but it's hit or miss. Agent on ChatGPT Plus might improve your odds of finding valid deals. Coupon or promo codes can lead to easy savings online. It's Friday afternoon, and I'm wrapping up work. I've got my daughter's 4-year checkup with shots later, which means one thing: pizza night. That should put a smile on her face after our appointm

Building a Deep Research Agent Using MCP-Agent

Documenting my journey building a general-purpose deep research agent powered by MCP, and sharing the valuable (and sometimes painful) lessons learned along the way. Background My name is Sarmad Qadri and I'm the creator of the open source project, mcp-agent. My philosophy for agent development in 2025 can be summarized as – MCP is all you need. Or more verbosely: Connect state-of-the-art LLMs to MCP servers, and leverage simple design patterns to let them make tool calls, gather context and m

CISA warns of actively exploited Dassault RCE vulnerability

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) is warning of hackers exploiting a critical remote code execution flaw in DELMIA Apriso, a manufacturing operations management (MOM) and execution (MES) solution from French company Dassault Systèmes. The agency added the vulnerability, tracked as CVE-2025-5086 and rated with a critical severity score (CVSS v3: 9.0), to the Known Exploited Vulnerabilities (KEV). DELMIA Apriso is used in production processes for digitalizing and m

Take a Trip to the Final Frontier With This Year’s Best Astronomy Photography

When a comet meets solar winds, its nuclear coma—a bright cloud of gas around its core—reacts vibrantly to our Sun’s solar maximum, leaving a trail of stellar gas and dust across the solar system. Miraculously, the sky above June Lake, California, cleared up for a full 13 minutes for photographer Dan Bartlett to image the comet clearly enough for his photograph, “Comet 12P/Pons-Brooks Taking a Final Bow.” With incredible technological advances, the continuous flow of space photos can sometimes

Windows-Use: an AI agent that interacts with Windows at GUI layer

Windows-Use is a powerful automation agent that interact directly with the Windows at GUI layer. It bridges the gap between AI Agents and the Windows OS to perform tasks such as opening apps, clicking buttons, typing, executing shell commands, and capturing UI state all without relying on traditional computer vision models. Enabling any LLM to perform computer automation instead of relying on specific models for it. 🛠️Installation Guide Prerequisites Python 3.12 or higher UV (or pip ) ) Win

Can't hear TV dialogue? This soundbar fixed my audio problems for cheap

Creative Stage Pro soundbar ZDNET's key takeaways The Creative Stage Pro soundbar is available on Amazon for $170. This cost-effective soundbar excels at producing clear dialogue. The Stage Pro subwoofer won't blow you away, but it does add some depth to voices. $169.99 at B&H Photo-Video $169.99 at Amazon more buying choices Follow ZDNET: Add us as a preferred source on Google. This space-saving soundbar/subwoofer combo from Creative might not meet the lofty demands of an audiophile, but fo

Google Maps wasn't loading in some regions due to an outage

Google Maps suffered an outage that left the mobile version of the service unable to fully load its map or provide directions. Over 4,000 reports were filed on Downdetector since the outage started, and Google's Status Dashboard noted that the company was investigating an issue with the Maps SDK and Navigation SDK at 3:34PM ET. By 6:27PM ET, Google said the issue has been resolved and that it will publish an "analysis of this incident" once it has completed its internal investigation. At the pe

France confirms new Apple spyware campaign alert

In a threat and incidents report released today, France’s Information Security Agency confirmed that Apple issued a new wave of threat notifications earlier this month. Here are the details. The alert didn’t specify who was behind the recent campaign According to the agency’s report, Apple sent its latest round of security alerts to French citizens on September 3, 2025, marking the fourth campaign just this year. Previous notification waves were sent on March 5, April 29, and June 25. As the

Google Maps isn't loading in some regions due to an apparent outage

Google Maps appears to be going through an outage. At least in some regions, the mobile version of Google Maps is unable to fully load its map or provide directions. Over 4,000 reports have been filed for the service on Downdetector, and as of 2:12PM ET, Google's Status Dashboard noted that the company was investigating an issue with the Maps SDK for Android and iOS, along with the Navigation SDK. On both the Android and iOS versions of Google Maps, the service was unable to fully load its map,

Behind the scenes of Bun Install

Running bun install is fast, very fast. On average, it runs ~7× faster than npm, ~4× faster than pnpm, and ~17× faster than yarn. The difference is especially noticeable in large codebases. What used to take minutes now takes (milli)seconds. These aren't just cherry-picked benchmarks. Bun is fast because it treats package installation as a systems programming problem, not a JavaScript problem. In this post we’ll explore what that means: from minimizing syscalls and caching manifests as binary,

NASA found clues of life on Mars, but budget cuts threaten future missions

An exciting discovery on Mars is being overshadowed by turmoil at NASA, with budget cuts threatening to destroy a scientific legacy that has been built over decades. Yesterday, the agency shared a finding, published in Nature, of potential biosignatures identified by the Mars Perseverance rover in a 3.5 billion-year-old rock. “This very well could be the clearest sign of life that we’ve ever found on Mars,” said Transportation Secretary and Acting NASA Administrator Sean Duffy in a press confe

Senators demand ICE cease use of facial recognition app

Senators Edward J. Markey, Ron Wyden and Jeff Merkley sent a letter Thursday to Acting US Immigration and Customs Enforcement (ICE) Director Todd Lyons urging the agency to stop using “Mobile Fortify,” a smartphone app that uses biometric identification, including facial recognition. The lawmakers said facial recognition remains unreliable and warned that real-time surveillance could have a chilling effect on constitutionally protected activities. "As studies have shown, when individuals believ

Microsoft adds malicious link warnings to Teams private chats

Microsoft Teams will automatically alert users when they send or receive a private message containing links that are tagged as malicious. Microsoft will introduce these new warnings for messages containing URLs that have been flagged as spam, phishing, or malware, for all Microsoft Defender for Office 365 (MDO) and Microsoft Teams enterprise customers. The new link protection feature will begin rolling out with a public preview for desktop, Android, web, and iOS users in September 2025 and is