Latest Tech News

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

Filtered by: le Clear Filter

Newly Discovered ‘Infinity Galaxy’ Could Prove How Ancient Supermassive Black Holes Formed

A team of astronomers have discovered a curious figure in the universe. It is two distant galaxies colliding with each other to form a larger structure. From Earth’s perspective, the junction of the disks resembles the number eight lying down, similar to the infinity symbol (∞). Because of this resemblance, the researchers—who are based at the universities of Yale and Copenhagen—have nicknamed it the “Infinity Galaxy” and have detailed their discovery in a paper published in the Astrophysical J

X Data Center Fire in Oregon Started Inside Power Cabinet, Authorities Say

A recent, hours-long fire at a data center used by Elon Musk’s X may have begun after an electrical or mechanical issue in a power system, according to an official fire investigation. WIRED was the first to report on the blaze, which occurred on May 22 in Hillsboro, Oregon. Data center giant Digital Realty operates the 13-acre site, and multiple people familiar with the matter previously told WIRED that the Musk-run social platform X has servers there. Data center fires are rare, with about tw

Google Store starts teasing Pixel 10 series with a full-blown reveal!

Google TL;DR Google has scheduled its next Made by Google hardware event for August 20. The company is expected to introduce the Pixel 10 series, Pixel Watch 4, and maybe even some new Pixel Buds. With one month to go until showtime, the Google Store has started promoting the upcoming Pixel 10. We’re just one month away from August 20, when Google intends to introduce its latest hardware lineup at the company’s Made by Google event. That’s looking like it’s going to involve a nice assortment

Google Home is becoming a house of glitches, users say

TL;DR Google Home and Nest users are reporting a significant decline in reliability, with devices frequently misunderstanding commands or failing to respond at all. Core features like controlling lights, routines, and speaker groups seem to be breaking down. While the exact cause of the downgraded experience is unclear, users suspect upcoming Gemini updates are to blame. Google’s smart speakers and hubs appear to be steadily declining in performance. A recent Reddit thread has highlighted jus

Google Maps just made controlling your music a navigation nightmare (Updated: Working on a fix)

Ryan Haines / Android Authority TL;DR Google Maps v25.28 stable and v25.29 beta have removed in-app media playback controls. The removed feature allowed easy access to play, browse suggestions, or open the default music app. The functionality still exists on iOS, and Google has confirmed through a statement that this is a bug whose fix is being worked upon. Update, July 22, 2025 (02:44 AM ET): A Google spokesperson has shared the following statement for this issue: We’re actively working to

‘Shape Island’ season 2 gets a premiere date on Apple TV+

Shape Island is a fun stop-motion animated series that debuted on Apple TV+ in 2023 to critical acclaim. And if you and your family haven’t seen it yet, now’s a good time to catch up, as Apple just announced the premiere date for season 2. Shape Island returns on August 29 The show is based on the best-selling Shapes picture book trilogy by Mac Barnett (National Ambassador for Young People’s Literature by the Library of Congress) and Jon Klassen. Both also co-created, and work as executive pro

Why the Galaxy Z Fold 8 might be the foldable we've all been waiting for

Kerry Wan/ZDNET Samsung's new Galaxy Z Fold 7 is an impressive book-style foldable that tackles many of the long-standing quibbles plaguing the Fold series for years. I spent a weekend with the device, and was floored by how much its reduced weight and thickness made it feel like a standard candy bar phone when folded. The cover screen is wider and more usable, the interior display is larger at eight inches, and the new 200MP camera sensor means imagery isn't a big sacrifice this time around.

Kapa.ai (YC S23) is hiring a software engineers (EU remote)

As a software engineer you will work across the stack on the Kapa systems that answer thousands of developer questions per day. Check out Docker’s documentation for a live example of what kapa is. In this role, you will: Work directly with the founding team and our research engineers. Scale the infrastructure that powers the Kapa RAG engine (Python). Experiment with new features in the Kapa analytics platform (React + Python). Work on the client integrations which are used to deploy Kapa fo

Save a whopping $900 on the Anker SOLIX F2000 Power Station

Sometimes, you don’t need the biggest, beefiest portable power stations. If you’re more of a high-end camper or RVer or simply want something that can take you through common power outages, something like the Anker SOLIX F2000 Portable Power Station offers a nice balance. It’s also at a very steep discount today, saving you a whopping $900! Buy the Anker SOLIX F2000 Portable Power Station for just $1,099 ($900 off) This offer is available from Amazon as a “limited time deal.” This means the dea

How earthquake alerts work on Android - and how to make sure they're enabled on your phone

Elyse Betters Picaro / ZDNET The next time you get an alert on your Android phone, it might just be life‑saving information. Google researchers report that since rolling out the Android Earthquake Alerts System in 2021, it has detected and issued warnings for over 2,000 earthquakes, delivering anywhere from 10 to 60 seconds of advance notice before the strongest shaking arrives. In total, about 790 million alerts have been sent to phones worldwide. Also: Storms and bad weather? How to prep yo

My favourite German word

My favourite German word¶ 30th June 2025 A documentation colleague recently challenged me with a question: Nowadays, more and more people reach for an LLM tool to provide the information they want. If human beings don’t actually read it, what is the point of writing and structuring documentation for humans? Newer generations (she said) are becoming unskilled at finding information for themselves. They seem less able to digest what they find, to apply it to their problems. But it’s not just t

A brief history of primary coding languages

Plenty of great apps have been created using the Mac’s scripting languages, but commercial developers have largely relied on compiled languages used and supported by Apple for app and system development. Over the years those have included Object Pascal, C/C++, Objective-C and most recently Swift. This article provides a brief overview of how those changed. Lisa Clascal (1984-86) Following Apple’s use of UCSD Pascal on Apple II computers, when the Lisa was being developed its primary language w

Erlang 28 on GRiSP Nano using only 16 MB

Booting Erlang in 16 MB – A New Milestone for GRiSP Nano ​ Last Monday (2 June) at Code BEAM Light Stockholm Peer opened his presentation with the question Can the BEAM fit into 16 MB? Two days later, the GRiSP Nano prototype answered with an Erlang shell prompt. That success rests on work we’ve carried out since mid-2024. The 16 MB Hardware Budget ​ GRiSP Nano pairs an STM32U5 Cortex-M33 (3 MB internal SRAM) with 16 MB of OctoSPI DRAM. A micro-SD slot handles storage; 4 PMOD™ connectors expo

Topics: 16 free mb module ram

The surprising geography of American left-handedness (2015)

A pre-K teacher in Oklahoma is making news this week after forcing a left-handed 4-year-old boy to write with his right hand. The boy was sent home from school with an article discussing left- and right-handedness. The article mentions historic attitudes toward left-handedness that associate it with evil and the devil. It's written carelessly enough that it isn't clear whether the writer believes left-handedness is still seen as evil or whether that was only the case in the past. Regardless, it

Uv: Running a script with dependencies

A Python script is a file intended for standalone execution, e.g., with python <script>.py . Using uv to execute scripts ensures that script dependencies are managed without manually managing environments. Note If you are not familiar with Python environments: every Python installation has an environment that packages can be installed in. Typically, creating virtual environments is recommended to isolate packages required by each script. uv automatically manages virtual environments for you and

Google DeepMind makes AI history with gold medal win at world’s toughest math competition

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 Google DeepMind announced Monday that an advanced version of its Gemini artificial intelligence model has officially achieved gold medal-level performance at the International Mathematical Olympiad, solving five of six exceptionally difficult problems and earning recognition as the first AI system to receive official gold-level grading from

If writing is thinking then what happens if AI is doing the writing and reading?

Something I worry about with generative AI in business and commercial use: almost no one fully reads anything in those environments. Now imagine when even the author hasn't read what was written... yikes. How does AI writing and reading impact this reality? I used to write long memos—significant ones—maybe once a year. I'd send them to thousands. That scale alone signals, "someone else will read it." I hoped direct reports and close colleagues would read them. I could count on 2 or 3 people to

Topics: ai big just people read

uv Running a Script with Dependencies

A Python script is a file intended for standalone execution, e.g., with python <script>.py . Using uv to execute scripts ensures that script dependencies are managed without manually managing environments. Note If you are not familiar with Python environments: every Python installation has an environment that packages can be installed in. Typically, creating virtual environments is recommended to isolate packages required by each script. uv automatically manages virtual environments for you and

Economist Warns the AI Bubble Is Worse Than Immediately Before the Dot-Com Implosion

For years now, certain experts have warned that the AI industry is a massive bubble waiting to burst. The enormous hype driving a market frenzy, they say, could lead to a collapse if it's exposed to be built on widespread overpromising. Most recently, Apollog Global Management chief economist Torsten Slok warned that the current AI bubble is starting to look even worse than the market conditions leading up to the dot-com implosion of the late 1990s. "The difference between the IT bubble in the

Morgan Stanley warns against ‘misguided’ idea of Apple acquiring an AI search engine

There’s been no shortage of rumors about Apple’s supposed intentions of acquiring an AI search company, such as Perplexity, to help it catch up in the AI race. And while many seem to agree that this would be at least a partial solution to Apple’s problems, Morgan Stanley isn’t that convinced. In an investor note published today (via AppleInsider), Morgan Stanley analyst Erik Woodring states that it is “misguided” to think that Apple should acquire an AI search engine, as it is not the company’s

The iPhone 17 Could Be Revealed in Less Than Two Months. Here's What Date to Expect It

Anticipation is growing as the release of the rumored iPhone 17 draws near, but recent speculation about the release date offers us a glimpse into when we'll learn everything about the new iPhone. In his Power On newsletter on July 13, Bloomberg's Mark Gurman said that the announcement should come Sept. 9 or 10. That generally aligns with CNET Senior Editor Patrick Holland's prediction, based on his assessment of Apple's past announcements and a decade of reviewing mobile phones. We'll get more

Videos and images in Google Messages have a smooth new animation (APK teardown)

Edgar Cervantes / Android Authority TL;DR Google Messages may introduce a new animation for the media player. Videos and images now slide into view from the bottom of the screen instead of fading in and out. You can also swipe down to close an image or video. Google is not new to tweaking its apps. Sometimes, those changes improve the experience, make the experience worse, or have no effect at all. The next tweak is coming for the Messages app, and it seems like an update that will fall into

Intel announces end of Clear Linux OS project, archives GitHub repos

The Clear Linux OS team has announced the shutdown of the project, marking the end of its 10-year existence in the open-source ecosystem. Clear Linux is a Linux distribution developed and maintained by Intel, featuring aggressive optimizations for Intel hardware. Binaries are compiled using tuning flags designed explicitly for Intel CPUs. It was a minimalist, modular OS that utilized software bundles for faster app installation and automatic performance tuning for optimal speed and power effic

Google just teased its new flagship phone early - Here's what we've gathered

Google The next Made by Google event isn't until next month, but Google has spilled the beans early by officially unveiling the Pixel 10. The Google Store has been updated with a new header video showing off the upcoming smartphone. The short clip only displays the device from a single angle, but still manages to reveal quite a lot. Also: The best Google Pixel phones to buy in 2025 The Pixel 10 bears a striking resemblance to the Pixel 9, sporting the same isolated camera island on the back.

Topics: 10 google new pixel pro

Yoni Appelbaum on the real villians behind our housing and mobility problems

Over the past few decades, an astonishing pattern has taken place: Americans no longer migrate. From a peak of roughly one third of the country moving cities in a single year, today, migration rates have declined and are now in line with the Old Continent of Europe. The dynamism of the American economy was predicated on all kinds of people seeking out work and building families, but now that mobility is gone — and we need to find out why. Yoni Appelbaum, a senior editor at The Atlantic, just pu

Google Says ‘Screw It’ and Shows Us the Whole Pixel 10

There are a lot of ways to deal with gadget leaks. If you’re Apple, maybe a lawsuit is your style, but not everyone is as litigious, and that’s okay. Take Google, for example, which responded to Pixel 10 leaks by… just showing us the whole-ass phone. Here’s Google’s next mobile device in all of its glory, folks: Pixel 10 series sign up page is live on the Pixel Store now. pic.twitter.com/wE1UIbABXj — Mukul Sharma (@stufflistings) July 21, 2025 The official image, which is live on Google’s own

Today's Wordle Hints, Answer and Help for July 22, #1494

Looking for the most recent Wordle answer? Click here for today's Wordle hints, as well as our daily answers and hints for The New York Times Mini Crossword, Connections, Connections: Sports Edition and Strands puzzles. Today's Wordle puzzle was kind of medium for me. It's a familiar word, but I didn't guess its first letter for some time. If you need a new starter word, check out our list of which letters show up the most in English words. If you need hints and the answer, read on. Today's Wo

Today's NYT Strands Hints, Answers and Help for July 22 #506

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 fun one, especially if you've ever kept a fish tank. Those of us who have should do swimmingly on the puzzle, but if you need hints and answers, read on. I go into depth about the rules for Strands in this story. If you're looking for today's

Google Teases Pixel 10 Ahead of August Reveal

Google has lifted the curtains on the Pixel 10, its flagship phone for 2025, via a short clip posted on the Google Store homepage on Monday. The Pixel 10 will likely be fully revealed at a Made by Google event in New York on Aug. 20. The teaser video simply shows the back of the device with the Pixel's prominent oval-shaped camera bar, along with a flash and sensor of some sort. It follows a similar design to past Pixels, but whereas the Pixels 6, 7 and 8 all had camera bars that ran edge-to-ed