Latest Tech News

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

Filtered by: pr Clear Filter

Déjà vu? T-Mobile may be changing your plan whether you want it to or not (Updated)

Joe Maring / Android Authority TL;DR It seems T-Mobile may be automatically switching some legacy customers to Go5G Plus plans starting August 13, claiming it comes at no extra cost. The change mostly affects Magenta Max users, with some T-Mobile One plans also reportedly included. While perks and pricing are said to remain the same, concerns remain about how this impacts older Price Lock guarantees. There also doesn’t appear to be a way to opt out. Update: July 31, 2025 (12:13 AM ET): T-Mob

Show HN: AgentGuard – Auto-kill AI agents before they burn through your budget

🛡️ AgentGuard 🚨 The Problem Your AI agent has a bug. It makes 1000 API calls in a loop. Your $2000 credit card gets charged. This happens to developers every week: Infinite loops in AI workflows Testing with production API keys Agents that don't know when to stop One typo = hundreds of dollars gone Existing tools only tell you after the damage is done. 💡 The Solution AgentGuard automatically kills your process before it burns through your budget. // Add 2 lines to any AI project: cons

Figma will IPO on July 31

Figma is a design and product development platform—where teams come together to turn ideas into the world’s best digital products and experiences. Today, we’re announcing the pricing of Figma’s initial public offering of 36,937,080 shares of Class A common stock at a public offering price of $33.00 per share. The shares are expected to begin trading on the New York Stock Exchange on July 31, 2025 under the ticker symbol "FIG." The offering is expected to close on August 1, 2025, subject to the

Tracking source locations in the Futhark compiler

Posted on July 29, 2025 Futhark is a programming language meant for writing fast programs, but as is the case for every programming language meant for writing fast programs, it inevitably happens that a programmer will use it to write a program that is not fast. When this happens, the programmer will likely want to know why their program is not fast, and how to make it faster. A useful tool for answering such questions is a profiler - a tool that tells you how long the different parts of your p

Samsung's profit more than halves, missing expectations as chip business plunges 94%

Samsung Electronics on Thursday reported a second-quarter operating profit of 4.7 trillion Korean won, missing expectations, weighed by a 93.8% profit slump in its chip business. While Samsung's second-quarter operating profit beat its own forecast of around 4.6 trillion won, it was a steep drop from the 10.44 trillion won recorded in the same period last year. The South Korean technology giant posted a quarterly revenue of 74.6 trillion won, up slightly from 74.07 trillion won a year earlier

Sei (YC W22) Is Hiring a Full Stack Engineer in Chennai, India

Who? We are Sei, an AI-powered regulatory compliance platform. Since launching, a few months ago, we're live with large enterprises across the US, Europe, and APAC and growing at double digits per month. We are backed by world-class investors including Y Combinator, Tribe Capital, PayPal, Picus Capital & Hashed. Pranay (CEO) and Ram (CTO) are the founders. We have combined experience of 20+ years of building fintech, and tech products for businesses & customers across the world at companies su

Fixing Ctrl+C in Rust terminal apps: Child process management

When a terminal application that spawns child processes doesn't exit cleanly after a Ctrl+C , the user is left with a corrupted terminal. Instead of a clean prompt, you get garbled output and a non-functional shell. This post covers how to solve these issues, with examples from the Moose CLI (for the PR that fixed many of these issues, see here). In this post, you’ll read learnings from solving these issues in the Moose CLI— terminal application that manages multiple child processes, including

The Trump-Crypto Honeymoon Is Over

As with any fledgling romance, Trumpworld and big money cryptocurrency interests were bound to have their first fight at some point. It was late June heading into July, and two highly anticipated bills were in the pipeline to help fulfill President Donald Trump’s promises to make the US the “crypto capital of the planet” and usher in what his supporters believed would be a “golden age” of digital assets. Congress had one shot at passing something before the August recess. Coinbase, the cryptoc

Apple iOS 26: Is your iPhone compatible? Here's a list which devices can download it today

Engadget has been testing and reviewing consumer tech since 2004. Our stories may include affiliate links; if you buy something through a link, we may earn a commission. Read more about how we evaluate products . iPhone devotees, listen up: Tons of new updates are coming to Apple's operating system this fall that you'll be excited to try out. But instead of being named iOS 19, it'll be called iOS 26. The biggest change? The new Liquid Glass design (think Windows Vista, but arguably more thought

Topics: 26 apple ios iphone pro

Poor child process management in Rust terminal apps leads to terminal corruption

When a terminal application that spawns child processes doesn't exit cleanly after a Ctrl+C , the user is left with a corrupted terminal. Instead of a clean prompt, you get garbled output and a non-functional shell. This post covers how to solve these issues, with examples from the Moose CLI (for the PR that fixed many of these issues, see here). In this post, you’ll read learnings from solving these issues in the Moose CLI— terminal application that manages multiple child processes, including

The math is haunted

July 30, 2025 For the past few months, I’ve been writing a lot of Lean. Lean is a programming language, but it is mostly used by mathematicians. That is quite unusual! This is because Lean is designed to formalize mathematics. Lean lets mathematicians treat mathematics as code—break it into structures, theorems and proofs, import each other’s theorems, and put them on GitHub. The big idea is that eventually much of the humanity’s mathematical knowledge might be available as code—statically c

Figma’s IPO price hit a $19.3B valuation out of the gate

Figma will begin trading on the New York Stock Exchange on Thursday in one of the most anticipated IPOs of 2025. The IPO is 40x oversubscribed, VCs confirmed to TechCrunch and Bloomberg previously reported. That means demand for shares is 40x the number of shares the company and its existing investors are selling. So it should surprise no one that Figma, which offers design software, has priced its initial shares at $33 per share, above its previously announced range. On Monday, the company sa

ReproZip – reproducible experiments from command-line executions

ReproZip ReproZip is a tool aimed at simplifying the process of creating reproducible experiments from command-line executions, a frequently-used common denominator in computational science. It tracks operating system calls and creates a package that contains all the binaries, files and dependencies required to run a given command on the author's computational environment (packing step). A reviewer can then extract the experiment in his environment to reproduce the results (unpacking step). Q

Head of Russian Space Program Touches Down in Texas

As US-Russia relations deteriorate — with president Donald Trump escalating his economic policy threats to force a ceasefire deal with Ukraine — the two countries' intertwined space exploration programs remain as strange as ever. Look no further than Texas, where the two nations' space agencies are looking to hang out in person. As Reuters reports, the head of Russia's space agency Roscosmos, Dmitry Bokanov, arrived in Houston this week to meet with interim NASA administrator and transportatio

The Pixel 10 Pro Fold dimensions tell a grim yet promising story

Late last week, we got a sneak peek at the upcoming Pixel 10 series’ dimensions. While all phones in the line-up are getting heavier than their predecessors in the Pixel 9 series, it’s the Pixel 10 Pro Fold that jumped out to me, mostly because it’s eschewing the entire foldable industry’s trend right now. The Pixel 10 Pro Fold is slightly narrower than the 9 Pro Fold (while also sporting smaller bezels and a larger outer display), but it’s a little thicker when unfolded, even thicker when fold

Topics: 10 battery fold pixel pro

The Math Is Haunted

July 30, 2025 For the past few months, I’ve been writing a lot of Lean. Lean is a programming language, but it is mostly used by mathematicians. That is quite unusual! This is because Lean is designed to formalize mathematics. Lean lets mathematicians treat mathematics as code—break it into structures, theorems and proofs, import each other’s theorems, and put them on GitHub. The big idea is that eventually much of the humanity’s mathematical knowledge might be available as code—statically c

Best WordPress Hosting for Smooth Website Operation in 2025

Some of these services don't offer as much customer support as the best services, don't offer as many security features or lack an uptime guarantee. You still might find a service that works for you. HostPapa HostPapa is a Canadian web hosting company with plans available in numerous currencies, including CAD, Euros and the Australian dollar. In fact, the option to pay in Canadian dollars is one of the primary reasons I chose HostPapa -- it’s the company I’ve used for my personal websites sinc

Google tool misused to scrub tech CEO’s shady past from search

Google is fond of saying its mission is to "organize the world's information," but who gets to decide what information is worthy of organization? A San Francisco tech CEO has spent the past several years attempting to remove unflattering information about himself from Google's search index, and the nonprofit Freedom of the Press Foundation says he's still at it. Most recently, an unknown bad actor used a bug in one of Google's search tools to scrub the offending articles. The saga began in 2023

Google Pixel 11 rumors: Release date, codename, camera features, and everything else we know so far

Ryan Haines / Android Authority Although we’re still waiting for the Google Pixel 10 series to launch, we already have substantial information about the Pixel 11 series. This is courtesy of a significant Google Chips division leak from the Android Authority team. Will the Pixel 11 bring noteworthy changes to Google’s lineup? The answer might be yes, though whether these changes are improvements will likely depend on individual preferences. Let’s explore the current Pixel 11 rumors and a short

Motorola Razr Ultra hits new all-time low price, saving you $200

Ryan Haines / Android Authority Razr Ultra in Mountain Trail This offer is available from Amazon, which only offers it in three of the four available color versions. These include Pantone Scarab, Pantone Rio Red, and Pantone Cabaret. The wooden-looking Pantone Mountain Trail isn’t available here, but you can get it at the same price from Motorola’s website. Motorola Razr Ultra 2025 Motorola Razr Ultra 2025 High-end processing power in a folding shell Adding Ultra to the name, the Motorola Razr

Drawing for the New Yorker

Drawing cartoons is an odd profession, I must admit. But someone has to do it. The New Yorker magazine has run cartoons— or drawings, as they like to call them— since its inception 100 years ago. The editors knew how popular satirical art was, and considered it a crucial part of the nascent publication. Not just decoration; far from it. The art was more successful than the writing in that first year! A lot of the process of creating a drawing of this type involves doodling, a lot of observing,

Google Pixel 10 launch: What we expect to see at the Made by Google event on August 20

After largely focusing Google I/O 2025 on the ways the company wants Gemini to change everything from searching the web to filmmaking, Google is finally ready to launch new hardware. The next Made by Google event is on the books for August 20, and Google has already confirmed what at least one of its new Pixel 10 phones will look like. Google remains as leak-prone as ever, so nearly all the new hardware the company is expected to announce has all ready been reported on in one form or another. W

Topics: 10 google new pixel pro

Men Born in the Summer Are More Likely to Be Depressed, Study Finds

There really might be something to the idea of summertime sadness, at least for boys. A study finds that men born in the summer are more vulnerable to developing depression than men born at other times of the year. Researchers at the Kwantlen Polytechnic University in British Columbia, Canada, conducted the study, an international survey of adults. They found that men, but not women, were more likely to experience depression symptoms later in life if their birth occurred in the summer compared

Show HN: An AI agent that learns your product and guides your users

Hey HN! My name is Christian, and I’m the co-founder of https://frigade.ai . We’ve built a powerful AI agent that automatically learns how to use any web-based product, and in turn guides users directly in the UI, automatically generates documentation, and even takes actions on a user’s behalf. Think of it as Clippy from the old MS Office. But on steroids. And actually helpful. You can see the agent and tool-calling SDK in action here: https://www.youtube.com/watch?v=UPe0t3A1Vpg How is this di

Battlefield 6 will cost $70 as EA avoids $80 game pricing – for now

A hot potato: It looks as if the consumer pushback against $80 becoming the new standard price for video games is having an effect. After Microsoft backtracked on plans to charge this amount for The Outer Worlds 2 and other new titles, EA has now said it won't be introducing the new baseline for AAA titles – at least "not at this stage." It means that the upcoming Battlefield 6 will be priced at the usual $70. Speaking during a Q1 earnings call (via IGN), EA CEO Andrew Wilson responded to an in

Topics: 70 80 ea price pricing

Google Chrome is testing iOS-like page transitions on Android, and you can try it out now

Rita El Khoury / Android Authority TL;DR Google Chrome is testing a predictive back feature that previews the previous page, preventing users from accidentally navigating away. Leveraging Android’s built-in functionality, the preview shows the prior page in your history, but a gray screen if it’s returning home. The feature is currently in A/B testing in Chrome’s stable version, but users can enable it manually via feature flags. Accidentally exiting an app can be frustrating, especially whe

Leak reveals Pixel 10 prices, and they’re exactly what we hoped for

TL;DR The prices for the entire Google Pixel 10 series have leaked. It appears there won’t be any price increases this year. However, the Pixel 10 Pro XL may have a new starting price. A question we have long had about the Pixel 10 series is whether there will be a price hike. With the ongoing tariff situation, there seemed to be a good chance that we could see higher prices. Those fears may have been put to rest, however, after the most recent Pixel 10 leak. The prices of the entire Pixel 1

Topics: 10 cad pixel pro series

iOS 18.6 has important security fixes, here are the full details

Apple has just released iOS 18.6, the latest iPhone update for users. Though anyone hoping for big new features will have to wait for iOS 26 this fall, today’s new iOS 18.6 release does provide a host of important security fixes. Here are the full details. We all have our own reasons for installing iOS updates. For some, it’s compelling new features we want to try. For others, the need to stop our iPhone from bugging us with pop-up alerts. Whatever your reason, iOS 18.6 is recommended for all

The Pixel 10 might finally add the magic of MagSafe to Android phones (if Google gets it right)

Kerry Wan/ZDNET There's been no shortage of Pixel 10 leaks leading up to its expected August launch event -- even Google has taken part in it. But while all eyes are on external design and camera changes, the biggest feature upgrade with the next-gen Pixels may actually be hidden in plain sight. Qi2 certification I'm talking about Qi2 certification, the wireless charging standard introduced at CES more than two years ago that has yet to gain widespread market adoption due to material costs,

Topics: 10 charging pixel pro qi2

Google confirms it will sign the EU AI Code of Practice

Big Tech is increasingly addicted to AI, but many companies are allergic to regulation, bucking suggestions that they adhere to copyright law and provide data on training. In a rare move, Google has confirmed it will sign the European Union's AI Code of Practice, a framework it initially opposed for being too harsh. However, Google isn't totally on board with Europe's efforts to rein in the AI explosion. The company's head of global affairs, Kent Walker, noted that the code could stifle innovati