Latest Tech News

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

Filtered by: cl Clear Filter

Sound the alarm: Google Clock is now getting an Expressive overhaul

Hadlee Simons / Android Authority TL;DR The latest version of the Google Clock app is rolling out now and includes loads of visual changes. These changes include distinct backgrounds for active alarms, larger buttons for the stopwatch, and more. We also enabled the previously leaked timer page redesign with some tinkering. We uncovered Google’s Clock app redesign back in May, revealing a visual overhaul in line with the Material 3 Expressive style. Now, it looks like this redesigned app is s

Outdated IT help desks are holding businesses back - but there is a solution

Muhammet Camdereli/iStock/Getty Images Plus Follow ZDNET: Add us as a preferred Google source on Chrome and Chromium browsers. ZDNET's key takeaways Aging help desk systems hinder remote support and IT fixes. Cloud-based help desks cut costs, ease complexity, boost IT. 28% of businesses are automating IT and help desk services. Along with aging help desk systems, businesses face a number of challenges when it comes to building more responsive support capabilities. Data breaches remain a h

Bank Fires Workers in Favor of AI Chatbot, Rehires Them After Chatbot Is Terrible at the Job

Companies all over the world are currently racing to shrink their workforces and replace them with AI. Often, it seems, this isn’t working out for the firms involved. Case in point: A bank in Australia recently did so, but then had to ask its workers to come back after it turned out that the chatbot that it had launched to replace them couldn’t cut the mustard. Last month, the Commonwealth Bank of Australia announced that it would be laying off 45 customer service workers as it rolled out a new

Automaker Geely Launched Its Own Satellites Into Space, Highlighting China’s Ambitions

Earlier this month, the Chinese aerospace company Geespace said it sent 11 satellites into orbit. The satellites went up in Geespace’s fourth rocket launch since 2022, bringing its total “IoT constellation” from 30 to 41 satellites. By the end of this year, it has ambitions to deploy 72 satellites, which will provide global data coverage “excluding only the polar regions,” according to a press release. Like any other satellite firm, Geespace has relationships with several telecommunications com

Google scores six-year Meta cloud deal worth over $10 billion

Meta CEO Mark Zuckerberg makes a keynote speech at the Meta Connect annual event at the company's headquarters in Menlo Park, Calif., on Sept. 25, 2024. Meta has agreed to spend more than $10 billion on Google cloud services, according to two people familiar with the matter. The agreement spans six years, said the people, who asked not to be named because the terms are confidential. The deal was reported earlier by The Information. Google is aiming to land big cloud contracts as it chases lar

Google scores six-year Meta cloud deal worth over $10B

Meta CEO Mark Zuckerberg makes a keynote speech at the Meta Connect annual event at the company's headquarters in Menlo Park, Calif., on Sept. 25, 2024. Meta has agreed to spend more than $10 billion on Google cloud services, according to two people familiar with the matter. The agreement spans six years, said the people, who asked not to be named because the terms are confidential. The deal was reported earlier by The Information. Google is aiming to land big cloud contracts as it chases lar

My AI Had Fixed the Code Before I Saw It

Was this newsletter forwarded to you? Sign up to get it in your inbox. Before I opened my laptop, the code had reviewed itself. I launched GitHub expecting to dive into my usual routine—flag poorly named variables, trim excessive tests, and suggest simpler ways to handle errors. Instead, I found a few strong comments from Claude Code , the AI that writes and edits in my terminal: "Changed variable naming to match pattern from PR [pull request] #234, removed excessive test coverage per feedbac

Trump Mobile is promoting its smartphone with terribly edited photos of other brands' products

Since it was announced in June, Trump Mobile has committed to an increasingly-surreal smoke-and-mirrors approach to its promised T1 smartphone. Despite the initial claims that the phone would be made in the United States, it seemed highly unlikely from the start that it was accurate. The "Made in USA" claims were quietly removed from the Trump Mobile website at a later date. AppleInsider spotted the latest bizarre wrinkle to this story, which is that the actual phone still does not exist. The p

Claude wins high praise from a Supreme Court justice - is AI's legal losing streak over?

J Studios/DigitalVision via Getty Images ZDNET's key takeaways Kagan praised Claude's analysis of a complex legal issue. Many lawyers have been caught using ChatGPT poorly in case filings. The legal profession is grappling with its use of AI. Get more in-depth ZDNET tech coverage: Add us as a preferred Google source on Chrome and Chromium browsers. Can AI provide legitimately useful assistance to lawyers and judges? One of the nation's most powerful attorneys seems to think so. US associa

Wired and Business Insider Accidentally Published AI-Generated Slop Articles by Seemingly Fake Journalist

Renowned publications including Wired and Business Insider have been caught publishing what appears to be AI slop. As Press Gazette reports in a fascinating investigation, numerous outlets have removed features published under the byline of "Margaux Blanchard" after suspicion emerged that the stories were fictionalized and AI-generated. After Press Gazette reached out to the non-profit Index on Censorship over an article by the same author, for instance, the publisher concluded that the piece

Crimes with Python's Pattern Matching (2022)

One of my favorite little bits of python is __subclasshook__ . Abstract Base Classes with __subclasshook__ can define what counts as a subclass of the ABC, even if the target doesn’t know about the ABC. For example: class PalindromicName (ABC): @classmethod def __subclasshook__ (cls, C): name = C . __name__ . lower() return name[:: - 1 ] == name class Abba : ... class Baba : ... >>> isinstance(Abba(), PalindromicName) True >>> isinstance(Baba(), PalindromicName) False You can do some weird stu

Topics: abc case class def print

Karen Gillan Joins the New ‘Highlander’ and Has the Best Reaction to the News

The cast of the upcoming reimagining of Highlander is just getting better and better. Henry Cavill leads the ensemble that includes Russell Crowe and Dave Bautista, and now we know that Karen Gillan, the genre queen best known for her roles in Doctor Who, Guardians of the Galaxy, and the Jumanji franchises, is joining the mix. In a way, it’s a film she was born to be in. The Hollywood Reporter broke the news of Gillan’s casting, and she reposted it on X with the comment “Dialect coach can sit t

The unbearable slowness of AI coding

The Unbearable Slowness of AI Coding 19 Aug, 2025 I’ve been coding entirely with Claude Code for the past two months. At first it was exhilarating. I was speeding through tasks. I was committing like mad. Now, as I’ve built up a fairly substantial app, it’s slowed to a crawl. Ironically, the app I’m building lets me parallelize many instances of Claude Code at once. Often, I’ll have 5 instances running while I’m thinking about new features. The slowness comes in when I actually need to revi

Topics: app claude code coding ll

Watch Live: SpaceX Launches Space Force’s X-37B Spaceplane on New Military Test Mission

The U.S. Space Force’s experimental spaceplane, X-37B, is ready for another go in orbit for an undisclosed duration, in which it will test new technologies aimed at bolstering military capabilities in space. The Boeing-built orbital test vehicle, designated as OTV-8, will attempt to launch on Thursday at 11:50 p.m. ET from Launch Complex 39A (LC-39A) at NASA’s Kennedy Space Center in Florida. The spaceplane will ride on board a Falcon 9 rocket, marking the second time SpaceX launches the Space

The Unbearable Slowness of AI Coding

The Unbearable Slowness of AI Coding 19 Aug, 2025 I’ve been coding entirely with Claude Code for the past two months. At first it was exhilarating. I was speeding through tasks. I was committing like mad. Now, as I’ve built up a fairly substantial app, it’s slowed to a crawl. Ironically, the app I’m building lets me parallelize many instances of Claude Code at once. Often, I’ll have 5 instances running while I’m thinking about new features. The slowness comes in when I actually need to revi

Topics: app claude code coding ll

Netflix's New Astrology Hub Has Shows Inspired by Your Sign

Netflix is mixing entertainment and astrological signs with a new themed collection called "Your Zodiac Watchlist." You can scout out your next watch on Netflix using the hub, which provides shows and movies in rows like "Virgos Are Always Hustling" (including titles like Now You See Me and Beef) and "Scorpios Revel in Mystery" (including titles like Wednesday and The Residence). You'll also find the rows "Aries Love Chaos and Competition" (including Squid Game and Love Is Blind) and "Cancers W

Trump’s Stance on Science Is Starting to Look Uncomfortably Soviet

In the fall of 1925, agronomist Trofim Lysenko arrived on the dusty plains of what is now Azerbaijan, hoping to keep cows from starving to death over the winter. The young scientist, who learned to read as a teenager during the Russian Revolution, dismissed the rapidly advancing field of genetics. He believed nature could be bent to human will. Lysenko denounced the idea that genes pass traits down as a “degradation of bourgeois culture,” and couldn’t understand why cows bred to produce more mi

Google Discover wants to summarize your daily news feed (Updated: Rolling out)

Joe Maring / Android Authority TL;DR Google is testing AI summaries for articles in the Discover feed. Like AI overviews in Google Search, Discover feed summaries combine information from multiple sources instead of just referencing one. Google is also testing a new button to bookmark articles that can be revisited later. Update, August 21, 2025 (08:24 AM ET): Google Discover’s AI summaries for news articles is now widely rolling out in the stable branch. Original article, July 15, 2025 (05

MasterClass subscriptions are 50 percent off in this Labor Day sale

MasterClass promises online learning with instructors who are the very best in their fields, and an annual subscription is currently 50 percent off across all tiers. Subscribers to MasterClass will have access to over 200 classes taught by iconic authors, chefs, athletes and leaders representing a diverse collection of skill sets and backgrounds. With a subscription, you could watch a class on writing taught by James Patterson, or learn cooking techniques from Thomas Keller. If you're trying to

Why recycling isn’t enough to address the plastic problem

And looking into the future, emissions from plastics are only set to grow. Another estimate, from the Organisation for Economic Co-operation and Development, projects that emissions from plastics could swell from about 2 billion metric tons to 4 billion metric tons by 2060. This chart is what really strikes me and makes the conclusion of the plastic treaty talks such a disappointment. Recycling is a great tool, and new methods could make it possible to recycle more plastics and make it easier

This new Pixel 10 feature will make it a little easier to sleep next to your phone

TL;DR Google is introducing a new screen saver trick on the Pixel 10. When you’re charging, you can have the clock switch to low light when the room gets dark. There’s also an option to let the display turn off completely during this time. After months of waiting, Google has officially launched the Pixel 10 series. Along with the launch, the company gave its latest flagship various new features like Voice Translate, Auto Best Take, and more. One new feature that shouldn’t be overlooked is a n

Microsoft's gutting of discounts for some clients likely baked into guidance, analyst says

Microsoft said last week that it plans to stop providing discounts on enterprise purchases of its Microsoft 365 productivity software subscriptions and other cloud applications. Since the announcement, analysts have published estimates on how much more customers will end up paying. But for investors trying to figure out what it all means to Microsoft's financials, analysts at UBS said the change is already factored into guidance. "In our view, it is safe to assume that the impact of the pricin

Enterprise Claude gets admin, compliance tools—just not unlimited usage

Want smarter insights in your inbox? Sign up for our weekly newsletters to get only what matters to enterprise AI, data, and security leaders. Subscribe Now A few weeks after announcing rate limits for Claude and the popular Claude Code, Anthropic will offer Claude Enterprise and Teams customers upgrades to access more usage and Claude Code in a single subscription. The upgrades will also include more admin controls and a new Compliance API that will give enterprises “access to usage data and

Oracle will reportedly power a giant data center with gas generators

Bloomberg has published a deep dive into operations at Oracle, chronicling the software giant's rise in cloud computing and current push into powering artificial intelligence projects. The publication reported that Oracle has promised to develop tens of billions of dollars in data centers, which have become a hot business. Notably, Oracle landed a deal to back operations at OpenAI, in a partnership that will give the AI company 4.5 gigawatts of computing power . According to Bloomberg, that's en

Climbing game Cairn will have a 'free solo' mode with no rope

If you tried the demo for upcoming climbing game Cairn and somehow found it too easy, you're in for a treat. Developer The Game Bakers announced at the latest Future Games Show that Cairn will include a "Free Solo" mode that lets you tackle the game's already difficult climbs without pitons or a rope. A typical climb in Cairn — and most rock climbing games for that matter — tasks you with managing rope, and the pitons you use to anchor it to a rock face. You add pitons as you climb so that in t

Skill issues – Dialectical Behavior Therapy and its discontents (2024)

When Marsha Linehan was seventeen, she developed terrible headaches. The family doctor didn’t seem to know what was causing them, so Linehan saw a psychiatrist, who recommended a two-week inpatient “diagnostic evaluation” at the Institute of Living, a private mental hospital in Hartford, Connecticut. A few days later she was cutting herself with the smashed lenses of her glasses. The staff psychiatrists moved her to a ward for “the most disturbed patients” where nurses stripped her naked, wrappe

The game studio building a new BioShock just had mass layoffs

is a news editor covering technology, gaming, and more. He joined The Verge in 2019 after nearly two years at Techmeme. Posts from this author will be added to your daily email digest and your homepage feed. The team working on the next BioShock game is losing a third of its staff. According to Bloomberg, Take-Two is laying off more than 80 people at Cloud Chamber, which has been working on a new BioShock title, and the game has been delayed from a planned launch in late 2026 or early 2027. T

Show HN: Bizcardz.ai – Custom metal business cards

bizcardz.ai is a website where you design business cards which are converted to KiCad PCB schematics which can be manufactured (using metals) by companies such as Elecrow and PCBWay Config In prod Groq (not Grok) is used because they are about 40% faster than openai & gemini You may choose to skip use of Groq by setting env openai_as_groq=true OpenAI - svg guidance - gpt-4o Gemini - svg ranking - gemini-2.0-flash Replicate - image generation - ideogram-v2a-turbo Groq - svg generation - ll