Latest Tech News

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

Filtered by: nt Clear Filter

Today's NYT Strands Hints, Answers and Help for Aug. 20 #535

Looking for the most recent Strands answer? Click here for our daily Strands hints, as well as our daily answers and hints for The New York Times Mini Crossword, Wordle, Connections and Connections: Sports Edition puzzles. Today's NYT Strands puzzle is a tough one. It helps to know a little something about different currencies, but there was one on there that was completely new to me. If you need hints and answers for today's Strands puzzle, read on. I go into depth about the rules for Strands

The White House just joined TikTok

While it was President Joe Biden who signed the law that would force ByteDance to sell its stake in TikTok or face a ban, it’s his successor, Donald Trump, who has yet to fulfill his promise of arranging a deal to keep TikTok running, legally, in the United States. The current deadline for a deal is September 17th. Still, it hasn’t stopped Trump’s administration from creating @WhiteHouse on TikTok, which published its first post on Tuesday night: a video celebrating Trump’s accomplishments. The

How to Draw a Space Invader

This is an interactive article. To fully experience it, you'll need to turn JavaScript on. I recently made the Space Invader Generator for Creative Coding Amsterdam code challenge. I made it for fun of course... and galactic domination too! You can see how it looks below and in this post I'll show you how it works using an interactive animation. Here are a few invaders it can generate: While showing friends how it works, I realized the process would look great animated. So I decided to write

Is Meta’s Superintelligence Overhaul a Sign Its AI Goals Are Struggling?

Meta is splitting its AI division Meta Superintelligence Labs less than two months after the company announced its formation in June. The group will be split into four smaller groups, according to a New York Times report. One group will focus on AI research, another one on infrastructure and hardware projects, one on AI products, and another one on building out AI superintelligence, a hypothetical AI system that could outperform human intelligence on any and all scales. Facebook did not respon

In Xcode 26, Apple shows first signs of offering ChatGPT alternatives

The latest Xcode beta contains clear signs that Apple plans to bring Anthropic's Claude and Opus large language models into the integrated development environment (IDE), expanding on features already available using Apple's own models or OpenAI's ChatGPT. Apple enthusiast publication 9to5Mac "found multiple references to built-in support for Anthropic accounts," including in the "Intelligence" menu, where users can currently log into ChatGPT or enter an API key for higher message limits. Apple

Scientists Created an Entire Social Network Where Every User Is a Bot, and Something Wild Happened

It's no secret that social media has devolved into a toxic cesspool of disinformation and hate speech. Without any meaningful pressure to come up with effective guardrails and enforceable policies, social media platforms quickly turned into rage-filled and polarizing echo chambers with one purpose: to keep users hooked on outrage and brain rot so they can display more ads. And given the results of a recent experiment by researchers at the University of Amsterdam, they may be doomed to stay tha

Cult of the Lamb's next DLC is Woolhaven, out in early 2026

Indie game hit Cult of the Lamb has been keeping players (fittingly) enthralled since its original launch in 2022 with several free content updates, such as Unholy Alliance and Sins of the Flesh . At the Opening Night Live of Gamescom 2025, the roguelike unveiled its next update, titled Woolhaven. The paid DLC will arrive early next year, but no price has been set yet. Woolhaven introduces a dangerous new mountain zone to the game, where you'll find two new dungeons to conquer and as well as a

Grammarly Pushes Beyond Proofreading With AI-Powered Writing Guidance

Grammarly is expanding beyond its grammar-checking roots. The company has announced the launch of several specialized AI "agents" and a new writing tool called Grammarly Docs, designed to help students and professionals with everything from drafting essays to polishing workplace emails. It's another example of generative AI expanding beyond general-purpose chatbots like ChatGPT and Gemini into more specialized domains. Other examples of gen AI in educational circles include Google's NotebookLM

Alation says new query feature offers 30% accuracy boost, helping enterprises turn data catalogs into problem solvers

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 The enterprise data catalog market has undergone dramatic shifts in the modern gen AI era. Traditional data catalogs served as static repositories where users searched for datasets and documentation. The market expanded to include data governance capabilities with many vendors branding the technology as data intelligence platforms. Early

Unsealed Apple Pay ruling explains Fintiv’s Texas retreat and weakens new Georgia case

A newly unsealed opinion shows why Apple had little patience for Fintiv’s long-running claims in Texas. As it turns out, after seven years of litigation, Fintiv still could not point to any evidence that Apple Pay or Apple Wallet ever used the kind of “widget” described in its patent. That finding explains the company’s abrupt retreat in Texas and bodes poorly for its latest attempt to profit off Apple Pay in Georgia. Why Fintiv’s Texas claims collapsed Judge Alan Albright, who oversees one of

The joy of recursion, immutable data, & pure functions: Making mazes with JS

This post is based on a talk I presented at Web Directions Summit, 2024. Let’s start by addressing the elephant in the room. Why the heck am I talking about making mazes? Normally, I try to be practical when I’m writing or speaking. I want to give people tools they can use to make their coding lives better. So, I try to discuss things like creating DOM elements and processing JSON data. Because those things are practical. I would rather not waste people’s time on things they’re not going to us

CRDT: Text Buffer

← Back to the algorithm list Published on May 19th, 2024 Collaboratively editing strings of text is a common desire in peer-to-peer applications. For example, a note-taking app might represent each document as a single collaboratively-edited string of text. The algorithm presented here is one way to do this. It comes from a family of algorithms called CRDTs, which I will not describe here. It's similar to the approaches taken by popular collaborative text editing libraries such as Yjs and Auto

Vendors that treat single sign-on as a luxury feature

Why does this exist? Single sign-on (SSO) is a mechanism for outsourcing the authentication for your website (or other product) to a third party identity provider, such as Google, Okta, Entra ID (Azure AD), PingFederate, etc. In this context, SSO refers to a SaaS or similar vendor allowing a business client to manage user accounts via the client’s own identity provider, without having to rely on the vendor to provide strong authentication with audit logs, and with the ability to create and del

Google Gemini can now read your Docs aloud

is a news writer who covers the streaming wars, consumer tech, crypto, social media, and much more. Previously, she was a writer and editor at MUO. Posts from this author will be added to your daily email digest and your homepage feed. Google Docs will now let you generate an audio version of your documents using AI. In a post announcing the rollout, Google says you can customize Gemini’s AI audio output with different voices and playback speeds. This feature isn’t just for a document’s creat

PyPI now blocks domain resurrection attacks used for hijacking accounts

The Python Package Index (PyPI) has introduced new protections against domain resurrection attacks that enable hijacking accounts through password resets. PyPI is the official repository for open-source Python packages. It is used by software developers, product maintainers, and companies working with Python libraries, tools, and frameworks. Accounts of project maintainers publishing software on PyPI are linked to email addresses. In the case of some projects, the email address is tied to a do

The SSO Wall of Shame – Vendors that treat SSO as luxury feature

Why does this exist? Single sign-on (SSO) is a mechanism for outsourcing the authentication for your website (or other product) to a third party identity provider, such as Google, Okta, Entra ID (Azure AD), PingFederate, etc. In this context, SSO refers to a SaaS or similar vendor allowing a business client to manage user accounts via the client’s own identity provider, without having to rely on the vendor to provide strong authentication with audit logs, and with the ability to create and del

Palantir stock slumps 9%, falling for a fifth straight day from record

CEO of Palantir Technologies Alex Karp attends the Pennsylvania Energy and Innovation Summit on the campus of Carnegie Mellon University in Pittsburgh, Pennsylvania on July 15, 2025. Palantir 's stock slumped more than 9% on Tuesday, falling for a fifth straight day to continue its pullback from all-time highs. The artificial intelligence software provider's stock has slid more than 15% over the last five trading sessions, after a stellar earnings report earlier this month propelled shares to

Apple Intelligence gets 20+ brand new features in iOS 26, here’s the full list

Apple Intelligence may not yet include the major Siri upgrades that were promised, but there are a ton of other new features coming in iOS 26. Here’s everything new New Apple Intelligence features coming in iOS 26 Apple Intelligence currently offers just over 20 features, but in iOS 26 there are another 20+ new features and improvements coming—all in a single software release. Here’s the full list of new AI features across four categories: Communication Communication is a big focus with App

Google to pay $30 million to settle class-action suit over children's privacy

Google has reached a settlement over a lawsuit that claimed it illegally collected data from child users without parental consent through its YouTube video platform and then sent them targeted ads. The tech giant will shell out $30 million to settle the proposed class-action suit. According to Reuters , the plaintiffs' lawyers said there could be 35 million to 45 million class members. Children aged 13 or younger who watched YouTube between July 1, 2013 and April 1, 2020 could be covered. The pr

Samsung will give you a free 65-inch TV right now - here's how to get one

'ZDNET Recommends': What exactly does it mean? ZDNET's recommendations are based on many hours of testing, research, and comparison shopping. We gather data from the best available sources, including vendor and retailer listings as well as other relevant and independent reviews sites. And we pore over customer reviews to find out what matters to real people who already own and use the products and services we’re assessing. When you click through from our site to a retailer and buy a product or

Why Semantic Layers Matter (and how to build one with DuckDB)

Many ask themselves, "Why would I use a semantic layer? What is it anyway?" In this hands-on guide, we’ll build the simplest possible semantic layer using just a YAML file and a Python script—not as the goal itself, but as a way to understand the value of semantic layers. We’ll then query 20 million NYC taxi records with consistent business metrics executed using DuckDB and Ibis. By the end, you’ll know exactly when a semantic layer solves real problems and when it’s overkill. It's a topic that

How Figma’s multiplayer technology works (2019)

Operational transformation (OT) is a technology for supporting a range of collaboration functionalities in advanced collaborative software systems. Hero illustration by Rose Wong. When we first started building multiplayer functionality Multiplayer Editing in Figma Today’s public release of Figma contains two long-awaited changes. in Figma four years ago, we decided to develop our own solution. No other design tool offered this feature, and we didn’t want to use operational transforms (a.k.a.

Lutnick says Intel has to give government equity in return for CHIPS Act funds

In this article INTC Follow your favorite stocks CREATE FREE ACCOUNT watch now Commerce Secretary Howard Lutnick said Tuesday that Intel must give the U.S. government an equity stake in the company in return for CHIPS Act funds. "We should get an equity stake for our money," Lutnick said on CNBC's "Squawk on the Street." "So we'll deliver the money, which was already committed under the Biden administration. We'll get equity in return for it." Shares of the struggling chipmaker climbed 8% on T

Psychiatrists Warn That Talking to AI Is Leading to Severe Mental Health Issues

In a jarring new analysis, psychiatric researchers found that a wide swath of mental health issues have already been associated with artificial intelligence usage — and virtually every top AI company has been implicated. Sifting through academic databases and news articles between November 2024 and July 2025, Duke psychiatry professor Allen Frances and Johns Hopkins cognitive science student Luciana Ramos discovered, as they wrote in a new report for the Psychiatric Times, that the mental healt

Webb telescope spots a new moon orbiting Uranus

The James Webb Space Telescope (JWST) continues to bear fruit. Images captured by the floating watchtower revealed a previously unknown moon orbiting Uranus. The discovery, made on February 2, increases the planet's moon tally to 29. The moon was easy to miss: It's only an estimated six miles wide. It's located about 35,000 miles from Uranus' center, orbiting the planet's equatorial plane. The moon has a nearly circular orbit, suggesting it could have formed near its current location. NASA's s

I tested a smart sensor that detects electrical fire hazards - here's what it found

'ZDNET Recommends': What exactly does it mean? ZDNET's recommendations are based on many hours of testing, research, and comparison shopping. We gather data from the best available sources, including vendor and retailer listings as well as other relevant and independent reviews sites. And we pore over customer reviews to find out what matters to real people who already own and use the products and services we’re assessing. When you click through from our site to a retailer and buy a product or

Adobe's Acrobat Studio turns PDFs into AI-powered workspaces - try it now for free

'ZDNET Recommends': What exactly does it mean? ZDNET's recommendations are based on many hours of testing, research, and comparison shopping. We gather data from the best available sources, including vendor and retailer listings as well as other relevant and independent reviews sites. And we pore over customer reviews to find out what matters to real people who already own and use the products and services we’re assessing. When you click through from our site to a retailer and buy a product or

Figma's Multiplayer Technology (2019)

Operational transformation (OT) is a technology for supporting a range of collaboration functionalities in advanced collaborative software systems. Hero illustration by Rose Wong. When we first started building multiplayer functionality Multiplayer Editing in Figma Today’s public release of Figma contains two long-awaited changes. in Figma four years ago, we decided to develop our own solution. No other design tool offered this feature, and we didn’t want to use operational transforms (a.k.a.

Wyoming Launches the First State-Issued Stablecoin

Wyoming just became the first U.S. state to launch its own stablecoin, promising lower fees and instant transactions. The Wyoming Stable Token Commission, created in 2023, announced on Tuesday the launch of the mainnet blockchain network for its new Frontier Stable Token (FRNT). The commission says FRNT will make digital payments faster and more secure for individuals, businesses, and institutions around the world. How that’s different from any other stablecoin’s promises is anyone’s guess. “F