Latest Tech News

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

Filtered by: __x Clear Filter

Musk's Starlink suffers apparent outage as SpaceX launches more satellites

Satellite internet service Starlink, which is owned and operated by Elon Musk's SpaceX, appeared to suffer a brief network outage on Monday, with thousands of reports of service interruptions on Downdetector, a site that logs tech issues. The outage marked the second in two weeks for Starlink. SpaceX did not immediately respond to a request for comment. The network's July 24 outage lasted for several hours, with SpaceX Vice President of Starlink Engineering Michael Nicolls blaming the matter o

NVIDIA's GeForce NOW game streaming gets RTX 5080 GPUs, better image quality and more

NVIDIA's GeForce NOW game streaming service is leveling-up in September with the addition of RTX 5080 GPUs, which will allow for 5K streaming at up to 120fps (or 1080p/320fps for the truly frame-hungry). While you'll need to be on the $20-a-month GeForce Now Ultimate tier to use RTX 5080 streaming servers, NVIDIA at least isn't raising that tier's price. Subscribers at that level will still receive 100 hours of monthly playtime (with 15 hours of rollover), up to eight-hour long sessions and acce

Macintosh Drawing Software Compared

Below is a list of various drawing applications that are available to use with System 7 (68K). I’m mostly interested in apps that can do both pixel and vector, and that support layers and transparency. The table below might be useful for at-a-glance comparisons. Apps run in both mono or colour, unless stated otherwise. Deneba artWORKS can do both pixel and vector, has layers and partial transparency. The bottom layer is opaque and all layers on top are transparent. Collections of pixels are ma

Left to Right Programming

2025-08-17 Left to Right Programming Programs Should Be Valid as They Are Typed I don’t like Python’s list comprehensions: text = "apple banana cherry dog emu fox" words_on_lines = [ line . split ( ) for line in text . splitlines ( ) ] Don’t get me wrong, declarative programming is good. However, this syntax has poor ergonomics. Your editor can’t help you out as you write it. To see what I mean, lets walk through typing this code. words_on_lines = [ l Ideally, your editor would be to aut

The West Texas Measles Outbreak Has Ended

A large measles outbreak in Texas that has affected 762 people has now ended, according to an announcement Monday by the Texas Department of State Health Services. The agency says it has been more than 42 days since a new case was reported in any of the counties that previously showed evidence of ongoing transmission. The outbreak has contributed to the worst year for measles cases in the United States in more than 30 years. As of August 5, the most recent update from the Centers for Disease Co

YouTuber Mark Rober is getting a Netflix series

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. Mark Rober, a former NASA engineer now known for his science-focused stunts he publishes to more than 70 million subscribers on YouTube, will launch a competition show on Netflix in 2026. Rober will also bring “some of his most beloved, ambitious, and informative experiments to Netflix lat

I replaced my smartwatch with Garmin's new sleep tracker for weeks - here's my verdict

Garmin Index Sleep Monitor ZDNET's key takeaways The Garmin Index Sleep Monitor is available for $170 in S/M and L/XL sizes. The band is very comfortable and lightweight, the monitor tracks up to seven nights of sleep, and the sleep/recovery metrics are well integrated into the Garmin Connect ecosystem. It's still fairly expensive for a single-purpose wearable, even though FSA/HSA coverage is supported. $169.99 at Amazon $169.99 at Crutchfield more buying choices Get more in-depth ZDNET tech

Every Google Pixel Watch owner should know these 2 simple performance tricks

Kyle Kucharski/ZDNET ZDNET's key takeaways A restart fixes freezes, errors, and update issues. A reset clears all data to fix major glitches. Use restart first, reset only as a last resort. Get more in-depth ZDNET tech coverage: Add us as a preferred Google source on Chrome and Chromium browsers. Like every other piece of tech, our smartwatches can get sluggish after continual use. Maybe you're waiting several seconds for your smartwatch to load functionalities, or you're experiencing anno

Finding a Successor to the FHS

Finding a successor to the FHS [LWN subscriber-only content] The purpose of the Filesystem Hierarchy Standard (FHS) is to provide a specification for filesystem layout; it specifies the location for files and directories on a Linux system to simplify application development for multiple distributions. In its heyday it had some success at this, but the standard has been frozen in time since 2015, and much has changed since then. There is a slow-moving effort to revive the FHS and create a FHS 4.

The First Trailer for ‘Keeper’ Deepens Its Creepy Mystery

Some filmmakers take a long time between projects. Others are more rapid-fire. In the time since Oz Perkins popped up in Jordan Peele’s last film, 2022’s Nope, playing a small role as a movie director, he released Longlegs (the highest-grossing indie film of 2024) as well as this year’s The Monkey—and in a few months, Keeper will hit theaters too. Peele has the sports horror film Him, which he produced, coming out soon, but his next directorial effort won’t arrive until October 2026. Different

Israeli Cyber Official Arrested During Undercover Internet Crimes Against Children Sting

A high-ranking member of Israel’s cybersecurity directorate was recently arrested in Las Vegas as part of an undercover sting operation involving internet crimes against children, according to the State Department. A joint operation between city police and the FBI that targeted child sex predators resulted in the arrest of Tom Artiom Alexandrovich, a man who, according to many news outlets, has been identified as a member of Israel’s National Cyber Directorate, which operates out of Israeli Pri

Microsoft hints at ‘more affordable’ Xbox Cloud Gaming plan

is a senior editor and author of Notepad , who has been covering all things Microsoft, PC, and tech for over 20 years. Posts from this author will be added to your daily email digest and your homepage feed. Two years ago we learned, thanks to the FTC, that Microsoft was working on a separate “dedicated” version of Xbox Cloud Gaming. Microsoft Gaming CFO Tim Stuart then hinted, a few months later, that there could be a free version Xbox Cloud Gaming in exchange for ads. Now, Microsoft is hintin

tvOS 26 beta 7 available now for Apple TV 4K

tvOS 26 beta 7 is rolling out now for developers, the latest Apple TV 4K beta release. Here’s what to expect. Latest tvOS 26 beta is one of the last before public release Apple has just released tvOS 26 beta 7 for developers. The new update is expected to focus on performance and stability improvements, with noteworthy feature changes unlikely. Beta software ultimately has the goal of helping create a solid upgrade experience for the wide public launch. And that launch is coming up fast. Ap

New iOS 26 and watchOS 26 betas include redesigned Blood Oxygen feature in the US

Apple is out with iOS 26 beta 7 and watchOS 26 beta 7 today for developers. Most notably, the updates include the redesigned Blood Oxygen feature that Apple announced last week for Apple Watch Series 9, Series 10, and Ultra 2 users in the United States. Apple launched the redesigned Blood Oxygen feature as part of iOS 18.6.1 and watchOS 11.6.1 last week, 18 months after it began selling the Apple Watch without the Blood Oxygen feature in America due to a patent dispute with health technology co

Left to Right Programming: Programs Should Be Valid as They Are Typed

2025-08-17 Left to Right Programming Programs Should Be Valid as They Are Typed I don’t like Python’s list comprehensions: text = "apple banana cherry dog emu fox" words_on_lines = [ line . split ( ) for line in text . splitlines ( ) ] Don’t get me wrong, declarative programming is good. However, this syntax has poor ergonomics. Your editor can’t help you out as you write it. To see what I mean, lets walk through typing this code. words_on_lines = [ l Ideally, your editor would be to aut

Robots.txt Is a Suicide Note (2011)

ROBOTS.TXT IS A SUICIDE NOTE ROBOTS.TXT is a stupid, silly idea in the modern era. Archive Team entirely ignores it and with precisely one exception, everyone else should too. If you do not know what ROBOTS.TXT is and you run a site... excellent. If you do know what it is and you have one, delete it. Regardless, Archive Team will ignore it and we'll delete your complaints, just like you should be deleting ROBOTS.TXT. For the unfamiliar, ROBOTS.TXT is a machine-readable textfile that sits on w

Topics: don robots site txt web

Samsung's New Galaxy Buds 3 FE Cost $100 Less Than the Flagship Galaxy Buds 3 Pro

Samsung's $250 flagship Galaxy Buds 3 Pro are among the top noise-canceling earbuds. Now Samsung has launched the more affordable "fan edition"Galaxy Buds 3 FE that look nearly identical to the Galaxy Buds 3 Pro but are missing those buds' LED lighting element, have a single-driver design instead of a dual-driver design and leave off a few other features. They will be available on Sept. 4 in black or gray. Read more: Best wireless earbuds of 2025 Like the Galaxy Buds 3 Pro, the Galaxy Buds 3 F

Google Pixel 10 launch event: New phones, foldables and watches at the Made by Google event

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 seems dead-set on making a big splash at this event, too. On the Friday before Made by Google, the company dropped a video on X noting that a number of "s

Topics: 10 google new pixel pro

Google Pixel 10 launch event: Here's how to watch Made by Google on August 20

Believe it or not, Big Tech's fall hardware events are already upon us. (Heck, Samsung already got a jump on things in July.) Up next: Google's big Pixel shindig. You can learn all about the new Pixel 10 lineup, along with new watches and earbuds, on August 20. Google's new hardware has leaked far and wide. But that doesn't mean there couldn't be a few surprises. If you want to be the first to hear the official scoop, you can tune into the Made by Google YouTube channel (or right here!). The ev

Topics: 10 big google new pixel

This Linux distro puts more than 20 desktops a click away

Jack Wallen/ZDNET ZDNET's key takeaways Sparky Linux is a lightweight distribution based on Debian 13. With Sparky Linux, you can install from over 20 desktops. Sparky Linux is a great option, even for new Linux users. Get more in-depth ZDNET tech coverage: Add us as a preferred Google source on Chrome and Chromium browsers. Sparky Linux is well-known as a very good lightweight Linux distribution. Typically, Sparky defaults to the LXQt desktop, but offers versions with MATE, Xfce, and KDE

Move over, boring gray: The Galaxy Tab S10 Lite might surprise with a bold color

TL;DR The Galaxy Tab S10 Lite is said to have a 10.9-inch display with a resolution of 2112 x 1320 pixels. Reportedly, the tablet will feature an 8,000mAh battery, 6GB and 8GB of RAM, and 128GB and 256GB of storage. The device may be available in gray, silver, and red. Samsung is expected to launch a selection of new tablets soon. One of those tablets is believed to be the Galaxy Tab S10 Lite, which will be a mid-range offering. While an earlier leak already spilled quite a few details about

Mozilla warns Germany could soon declare ad blockers illegal

A recent ruling from Germany’s Federal Supreme Court (BGH) has revived a legal battle over whether browser-based ad blockers infringe copyright, raising fears about a potential ban of the tools in the country. The case stems from online media company Axel Springer’s lawsuit against Eyeo - the maker of the popular Adblock Plus browser extension. Axel Springer says that ad blockers threaten its revenue generation model and frames website execution inside web browsers as a copyright violation. T

You can delete sent text messages on Android now - here's how

Elyse Betters Picaro / ZDNET ZDNET's key takeaways Google Messages now lets you delete a sent text message. A deleted message disappears for the other person immediately. The feature is available now for almost all Android users. Get more in-depth ZDNET tech coverage: Add us as a preferred Google source on Chrome and Chromium browsers. Android users finally have an undo option. A long-awaited feature that lets you delete a sent text message is widely rolling out to most Android devices --

I love my Samsung Z Fold 7, but these Google Pixel upgrades would win me over

The Google Pixel 9 Pro Fold (left) competed with the Samsung Galaxy Z Fold 6 (right) last summer. Kerry Wan/ZDNET ZDNET's key takeaways The Google Pixel 10 Pro Fold is expected to launch on August 20, but it might not go on sale till October 9. It will be difficult for Google to beat Samsung in the foldable segment this year due to design differences. Unless there's an actually useful AI feature or significantly better battery life, I'll stick with my Galaxy Z Fold 7. Get more in-depth ZDNE

Topics: 10 fold google pixel pro

5 reasons to switch to an immutable Linux distro today - and which to try first

Jack Wallen / Elyse Betters Picaro / ZDNET ZDNET's key takeaways Immutable Linux distributions are the future. There are several reasons why immutable is the way to go. From security to predictability, you can't go wrong with immutable. Get more in-depth ZDNET tech coverage: Add us as a preferred Google source on Chrome and Chromium browsers. Immutable Linux distributions sound complicated, right? You'd be surprised to know that it's actually quite simple. Essentially, an immutable distri

Texas law gives grid operator power to disconnect data centers during crisis

Dive Brief: Data centers and other large, non-critical power consumers connected to the Electric Reliability Council of Texas transmission grid must accept curtailment during firm load shed events under a landmark law Republican Gov. Greg Abbott signed Friday. Senate Bill 6 pairs mandatory curtailment with a voluntary demand response procurement program under which loads of 75 MW or more could ramp down or switch to backup generation at utilities’ request. It also includes new interconnection

Show HN: A Minimal Hacker News Reader for Apple Watch Built with SwiftUI

HackerNewsWatch (watchOS) A minimal Hacker News reader for Apple Watch built with SwiftUI. Scrollable top stories feed with title, points, and comments count Tap a story to view comments in a simple tree-style view "Open Article" link at the top opens the article in the watch browser HN-like styling (orange accent) Requirements Xcode 15 or newer macOS with command line tools Homebrew (for XcodeGen) or install XcodeGen manually Generate the Xcode project ./scripts/generate.sh This wil

Logitech May Soon Prove if It Made the Best Mouse Even Better

Using Logitech’s MX Master mouse can feel like you’re slipping your hand into a cradle form-fitted to your palm. Even if the MX Master lineup has been consistently good, the MX Master 3 proved such a staple that some users continue to flit around on their 8-year-old mouse even as it disintegrates between their aging fingers. Logitech may finally have the update we’ve been waiting for with an MX Master 4. Logitech doesn’t have to change much for it to be one of the best productivity mice once aga

New Galaxy Buds 3 FE bring Pro-level features at a much lower price

Samsung TL;DR Samsung has announced the Galaxy Buds 3 FE with a design identical to the Buds 3 Pro. Besides the similar design, the Buds 3 FE also get features such as the AI Interpreter mode, Crystal Clear Sound, and 360º spatial audio. The Buds 3 FE are lighter but get a longer battery life than the Buds 3 Pro. Unlike its smartphones, Samsung does not follow a yearly upgrade cycle for its flagship earbuds. The Galaxy Buds 3 and Buds 3 Pro, launched in July 2024, have yet to find a successo

Pixel 9 Pro Fold one year later: How Google caught up to Samsung in just two generations

The Pixel 9 Pro Fold was one of my favorite gadgets of 2024 to the point where it even landed on our list of the biggest winners of the year. Not only was it a worthy alternative to Samsung's long-running Galaxy Z Fold phones, its straightforward design once again proved that keeping things simple is often the wisest way to go. It turns out, the best approach to foldable phone design is to make something that's the same size and shape as a regular handset, but just happens to have a big flexible