Latest Tech News

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

Filtered by: sage Clear Filter

Anthropic unveils new rate limits to curb Claude Code power users

Anthropic says its rolling out new weekly rate limits for Claude to curb usage among subscribers who are running its AI coding tool, Claude Code, “continuously in the background, 24/7.” Anthropic says the rate limits also aim to stop a handful of users who are violating Claude’s usage policy by sharing accounts and reselling access to Claude Code. The new rate limits will go into effect August 28 for subscribers to Anthropic’s $20-per-month Pro plan, as well as its $100 and $200-per-month Max p

Claude Code new limits – Important updates to your Max account usage limits

Hi there, Next month, we're introducing new weekly rate limits for Claude subscribers, affecting less than 5% of users based on current usage patterns. Claude Code, especially as part of our subscription bundle, has seen unprecedented growth. At the same time, we’ve identified policy violations like account sharing and reselling access—and advanced usage patterns like running Claude 24/7 in the background—that are impacting system capacity for all. Our new rate limits address these issues and

Got a suspicious Amazon refund text? Don't click the link - it's a scam

Elyse Betters Picaro / ZDNET You've just received a text message that appears to be from Amazon. In it, the online retailer says that an item you recently purchased failed a routine inspection, is being recalled, or isn't up to Amazon's standards. As a result, you're due a full refund -- sometimes without even having to return the product. You just have to select a link in the message to claim your refund. Also: Got a suspicious E-ZPass text? Don't click the link (and what to do if you already

Google Messages gets Material 3 Expressive on Wear OS before Android

Joe Maring / Android Authority TL;DR Google Messages is the latest Wear OS app to receive Google’s Material 3 Expressive redesign. The update brings more consistent coloring, slight changes to shapes, and new icons to complement text. Google may be testing the update with a small set of users, since it has yet to reach a wider audience. Google has already begun transitioning many of its apps to the new, more fluid and vivid Material 3 Expressive design philosophy. These changes haven’t been

Making Postgres slower

July 27, 2025 Everyone is always wondering how to make Postgres faster, more efficient, etc, but nobody ever thinks about how to make Postgres slower. Now, of course, most of those people are being paid to focus on speed, but I am not (although, if you wanted to change that, let me know). As I was writing a slightly more useful guide, I decided someone needed to try to create a Postgres configuration optimized to process queries as slowly as possible. Why? I am not sure, but this is what came o

Performance and telemetry analysis of Trae IDE, ByteDance's VSCode fork

Performance and Telemetry Analysis of Trae IDE: A Deep Dive into ByteDance's VSCode Fork Executive Summary This analysis examines concerning performance and privacy issues discovered in Trae IDE, ByteDance's fork of Visual Studio Code. Key findings include excessive resource consumption (33 processes vs 9 in VSCode), persistent telemetry transmission despite user settings, and concerning community management practices. 1. Background and Methodology During evaluation of development environmen

Performance and Telemetry Analysis of Trae IDE, ByteDance's VSCode Fork

Performance and Telemetry Analysis of Trae IDE: A Deep Dive into ByteDance's VSCode Fork Executive Summary This analysis examines concerning performance and privacy issues discovered in Trae IDE, ByteDance's fork of Visual Studio Code. Key findings include excessive resource consumption (33 processes vs 9 in VSCode), persistent telemetry transmission despite user settings, and concerning community management practices. 1. Background and Methodology During evaluation of development environmen

Your iPhone's Messages App Can Do Math. Here's How

Apple will release iOS 26 this fall, and it will bring Liquid Glass and more features to your iPhone. But iOS 18 upgrades your Messages app so that it can solve tricky equations without your Calculator app, and it doesn't need Google to look up conversion rates, either. Prior to iOS 18, if you wanted to figure out how to split a bill with your texting group from afar, you'd have to use your calculator app or Spotlight and then switch back to Messages. With iOS 18 you can perform multistep calcu

Phishing Email Alert

We are aware of recent phishing emails impersonating Hironori Washizaki from a Gmail address. These messages are fraudulent and were not sent by the IEEE Computer Society. No internal systems have been breached. If you receive such an email, please delete it and do not respond. For questions or to report similar messages, contact [email protected]. Thank you for your attention in this matter.

Starlink’s satellite internet is back online after a massive outage

is a senior editor following news across tech, culture, policy, and entertainment. He joined The Verge in 2021 after several years covering news at Engadget. Starlink users reported they couldn’t connect to SpaceX’s satellite internet service for a few hours on Thursday afternoon before service was eventually restored. Widespread Starlink outages, like the ones we reported on in 2022 and 2023, have been rare, and this appears to be the first one in 2025. The outage began around 3:15PM ET or so

Starlink satellite internet service is down everywhere

is a senior editor following news across tech, culture, policy, and entertainment. He joined The Verge in 2021 after several years covering news at Engadget. Since around 3:30PM ET on Thursday, Starlink users have reported they can’t connect to SpaceX’s satellite internet service. The Starlink website first confirmed the issue with a banner message saying “Starlink is currently experiencing a service outage. Our team is investigating.” On X, Starlink posted a more detailed message at 4:05PM ET

T‑Mobile's Starlink service is now available to anyone on any carrier - how to sign up

T-Mobile Are mobile dead zones gone for good? Also: The fastest US mobile carriers and ISPs in 2025, ranked In a post on X today, T‑Mobile CEO Mike Sievert announced that the company's T‑Satellite service, powered by Starlink, is officially out of beta and available to anyone, including Verizon and AT&T customers. How it works With more than 650 satellites in orbit, T‑Mobile says its network is the largest satellite‑to‑mobile constellation on the planet. Starlink connectivity will allow bo

We found Google’s next Pixel-only calling feature and it’s borrowed from Apple (APK teardown)

Edgar Cervantes / Android Authority TL;DR Google may be launching a new AI-powered “Call Message” feature that acts like an on-device voicemail with live transcriptions and summaries. The feature works offline without using data or Wi-Fi and is likely powered by Gemini Nano. Like many AI features Google debuts with new Pixel phones, Call Message could be a Pixel 10 exclusive launching next month. Google already packs its Pixel phones with a bunch of smart calling features like Call Screening

WhatsApp is testing message reminders

If you’re like me and often read a message, tell yourself you’ll reply later, and then instantly forget about it, a new WhatsApp experiment might bring the solution. New feature has presets and custom options According to recent findings by WABetaInfo (via Tecnoblog), WhatsApp is now testing a feature that lets users set reminders for specific messages. So rather than pinning chats, starring messages, or simply hoping to remember to check back later, users can schedule an actual notification

Messages on iOS 26 will make it harder to fall for phishing scams

While even tech-savvy users can fall for elaborate phishing scams, most attacks are designed to target less technically inclined people. With that in mind, the new Messages app in iOS 26 introduces (or better yet, removes) two things that could make a pretty big difference in keeping users safe, regardless of how familiar they may be with phishing tactics. The new Messages app splits conversations into a few categories, accessible via the filter button in the top right: Messages, Unknown Sende

Hyperpb: Faster dynamic Protobuf parsing that's faster than generated code

Today we’re announcing public availability of hyperpb, a fully-dynamic Protobuf parser that is 10x faster than dynamicpb, the standard Go solution for dynamic Protobuf. In fact, it’s so efficient that it’s 3x faster than parsing with generated code! It also matches or beats vtprotobuf’s generated code at almost every benchmark, without skimping on correctness. Don’t believe us? We think our parsing benchmarks speak for themselves. Here, we show two benchmark variants for hyperpb: out-of-the-bo

Hyperpb: 10x faster dynamic Protobuf parsing that's faster than generated code

Today we’re announcing public availability of hyperpb, a fully-dynamic Protobuf parser that is 10x faster than dynamicpb, the standard Go solution for dynamic Protobuf. In fact, it’s so efficient that it’s 3x faster than parsing with generated code! It also matches or beats vtprotobuf’s generated code at almost every benchmark, without skimping on correctness. Don’t believe us? We think our parsing benchmarks speak for themselves. Here, we show two benchmark variants for hyperpb: out-of-the-bo

Extending Emacs with Fennel (2024)

After watching this year’s EmacsConf and seeing Guile Emacs being resurrected I thought to myself - why limit ourselves to Guile? Sure, Guile isn’t just a Scheme implementation, thanks to its compiler-tower-based design. Other languages exist for Guile VM, such as Emacs Lisp, and Guile manual lists the following languages with various stages of completeness: ECMAScript Brainfuck Lua Ruby Python Sure, it would be nice, if Emacs could natively run all of these, but we have to understand, tha

Google Messages may extend its nudity-scanning photo filter to also work on video (APK teardown)

Edgar Cervantes / Android Authority TL;DR Last year Google announced Sensitive Content Warnings for Messages. The opt-in system runs on-device and can detect nudity in still images. Google now appears to be working to extend this system to also work on video content. Modern communication truly is a double-edged sword, and for as easy as it makes it for us to keep in contact with our loved ones, privately sharing all the important details of our lives, these systems can make it just as easy f

How to Spot and Guard Against Wrong Number Scams

Something you can be sure of when it comes to scams and swindles is that the methods used to try to part you from your data, your money, or both are constantly changing—which of course makes it more difficult to spot scenarios where someone is attempting to trick you. One simple scam that's continuing to get more common starts off with text from someone who has apparently messaged the wrong number. There's no mistake though: Your number is being deliberately targeted by a fraudster. A wrong nu

How we tracked down a Go 1.24 memory regression

When Go 1.24 was released in early 2025, we were eager to roll it out across our services. The headline feature—the new Swiss Tables map implementation—promised reduced CPU and memory overhead. Our story begins while the new version was being rolled out internally. Shortly after deploying it to one of our data-processing services, we noticed an unexpected memory usage increase: We observed the same pattern, a ~20% increase in memory usage, across multiple environments before pausing the rollou

A CarFax for Used PCs: Hewlett Packard wants to give old laptops new life

The United Nations’ Global E-waste Monitor estimates that the world generates over 60 million tonnes of e-waste annually. Furthermore, this number is rising five times as fast as e-waste recycling. Much of this waste comes from prematurely discarded electronic devices. Many enterprises follow a standard three-year replacement cycle, assuming older computers are inefficient. However, many of these devices are still functional and could perform well with minor upgrades or maintenance. The issue i

Ccusage: A CLI tool for analyzing Claude Code usage from local JSONL files

ccusage Analyze your Claude Code token usage and costs from local JSONL files — incredibly fast and informative! Installation Quick Start (Recommended) Thanks to ccusage's incredibly small bundle size ( ), you can run it directly without installation: # Using bunx (recommended for speed) bunx ccusage # Using npx npx ccusage@latest # Using deno (with security flags) deno run -E -R= $HOME /.claude/projects/ -S=homedir -N= ' raw.githubusercontent.com:443 ' npm:ccusage@latest 💡 Tip: We recomme

Sage: An atomic bomb kicked off the biggest computing project in history

In addition to being vital for national security, SAGE was a proving ground for the US Department of Defense. It demonstrated the government’s ability to coordinate large-scale, diversified and highly sophisticated computer research and development. From his earliest conversations with MIT, IBM vice president of engineering John McPherson, who would become the company’s point person on SAGE, quickly recognized the magnitude of the data processing opportunity — the largest for IBM since it was c

Anthropic tightens usage limits for Claude Code — without telling users

Since Monday morning, Claude Code users have been hit with unexpectedly restrictive usage limits. The problems, many of which have been aired on Claude Code’s GitHub page, seem to be concentrated among heavy users of the service, many of whom are on the $200-a-month Max plan. Users are only told “Claude usage limit reached,” and given a time (typically within a matter of hours) when the limit will reset. But with no explicit announcement of a change in limits, many users have concluded that the

Google may be removing its iconic ‘G’ logo from Messages (APK teardown)

Adamya Sharma / Android Authority TL;DR The Google Messages app could be getting a branding tweak that removes the famous “G” logo. It seems that the company plans to use the full “Google” wordmark in the app’s header going forward. The new Google Messages branding seems to be consistent with other Google apps, such as Photos, Calendar, Drive, and more. Google is constantly making subtle changes to the look and feel of its core apps, and we’ve discovered that Google Messages may be in line f

Anthropic tightens usage limits for Claude Code without telling users

Since Monday morning, Claude Code users have been hit with unexpectedly restrictive usage limits. The problems, many of which have been aired on Claude Code’s GitHub page, seem to be concentrated among heavy users of the service, many of whom are on the $200-a-month Max plan. Users are only told “Claude usage limit reached,” and given a time (typically within a matter of hours) when the limit will reset. But with no explicit announcement of a change in limits, many users have concluded that the

Anthropic tightens usage limits for Claude Code – without telling users

Since Monday morning, Claude Code users have been hit with unexpectedly restrictive usage limits. The problems, many of which have been aired on Claude Code’s GitHub page, seem to be concentrated among heavy users of the service, many of whom are on the $200-a-month Max plan. Users are only told “Claude usage limit reached,” and given a time (typically within a matter of hours) when the limit will reset. But with no explicit announcement of a change in limits, many users have concluded that the

Hackers are trying to steal passwords and sensitive data from users of Signal clone

Hackers are targeting a previously reported bug in the Signal clone app TeleMessage in an effort to steal users’ private data, according to security researchers and a U.S. government agency. TeleMessage, which earlier this year was revealed to be used by high-ranking officials in the Trump administration, already experienced at least one data breach in May. The company markets modified versions of Signal, WhatsApp, and Telegram for corporations and government agencies that need to archive chats

Google Messages will soon tell you exactly what happened to sent messages (Updated: Beta rollout)

Edgar Cervantes / Android Authority TL;DR An Android Authority teardown has discovered a new UI for the “view details” page in Google Messages. This option typically pops up when you long-press a message, giving you more information about it. The new UI will give you more detailed info about the message and recipients. Update, July 17, 2025 (06:45 AM ET): Google is rolling out the new UI to some users with the latest beta, as spotted by user Aniruddh. While we don’t yet have it on our device