Latest Tech News

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

Filtered by: ack Clear Filter

Behind the scenes of Bun Install

Running bun install is fast, very fast. On average, it runs ~7× faster than npm, ~4× faster than pnpm, and ~17× faster than yarn. The difference is especially noticeable in large codebases. What used to take minutes now takes (milli)seconds. These aren't just cherry-picked benchmarks. Bun is fast because it treats package installation as a systems programming problem, not a JavaScript problem. In this post we’ll explore what that means: from minimizing syscalls and caching manifests as binary,

New black hole merger bolsters Hawking area theorem

Back in 1971, the late physicist Stephen Hawking made an intriguing prediction: The total surface area of a black hole cannot decrease, only increase or remain stable. So if two black holes combine, the newly formed black hole will have a larger surface area. This became known as Hawking's area theorem. Analysis of the gravitational signal from a black hole merger detected in January provides the best observational evidence to date in support of Hawking's theorem, according to a new paper publis

Opendoor stock soars 65% after company names new CEO

OpenDoor is disrupting the real estate market with its new model. It buys homes and sells them on its platform. Opendoor stock rocketed 65% higher on Thursday after the retail favorite named Shopify executive Kaz Nejatian as CEO and co-founder Keith Rabois as chairman. The meme stock hit a 52-week high and continued a stunning run this year, with shares up more than 500% so far. Former CEO Carrie Wheeler resigned last month following a pressure campaign from investors that included critical c

The Apple Watch is so close to replacing my Oura Ring - it just needs this feature

Nina Raemont/ZDNET Follow ZDNET: Add us as a preferred source on Google. ZDNET's key takeaways Apple unveiled Sleep Scores on the Apple Watch. The feature is available with WatchOS 26 and on the new smartwatches. There's one health tracking feature I wish Apple had announced. Last year, Gallup surveyed Americans about their sleep habits. For the first time since polling began in 2001, it found that a majority of Americans said they'd feel better if they got more sleep. They aren't happy

‘Black Phone 2’ Star Says Sequel Evokes ‘A Nightmare on Elm Street’

When horror fans first heard a sequel to The Black Phone was coming, there was excitement—but also confusion. Didn’t the Grabber, the diabolical child killer, die at the end of the 2021 movie, enabling his would-be final victim to escape? Of course he did! But with the existence of ghosts already established thanks to the Grabber’s haunted basement phone, there’s a ready-made avenue for the villain to return in Black Phone 2. And according to Mason Thames, who plays the very lucky Finney, the Gr

Tonverk is Elektron’s new polyphonic sample mangler and groovebox

Elektron has built a cult-like following over the years with its unique and, at times, esoteric take on electronic musical instruments. On paper, Tonverk is a seemingly over-powered sampler that continues that tradition. It’s the rare piece of hardware capable of creating multisampled instruments on its own. It turns a single sample track into a nesting doll of multiple samples. And it’s loaded with an absolutely absurd amount of routing and audio processing features. Tonverk is certainly capabl

Exploding Primordial Black Holes Could ‘Rewrite the History of the Universe’

It’s been a fantastic week for Stephen Hawking’s black hole theories. Yesterday, LIGO confirmed the famed physicist’s prediction about black hole mergers. Now, another team believes they’ve found a way to observe primordial black holes—cosmic behemoths that emerged not from the ashes of dying stars but from the chaos of the early universe. In a paper published September 9 in Physical Review Letters, a team of physicists make the bold prediction that, within the next decade, we will be able to w

Opendoor stock soars 60% after company names new CEO

OpenDoor is disrupting the real estate market with its new model. It buys homes and sells them on its platform. Opendoor stock rocketed 60% higher on Thursday after the retail favorite named Shopify executive Kaz Nejatian as CEO and co-founder Keith Rabois as chairman. The meme stock hit a 52-week high and continued a stunning run this year, with shares up more than 400% so far. Former CEO Carrie Wheeler resigned last month following a pressure campaign from investors that included critical c

Show HN: I built a minimal Forth-like stack interpreter library in C

This weekend I created stacklib.h - a single-header library that brings Forth-style stack operations to C. It implements a basic interpreter with: - Stack operations (push/pop/dup/swap/over/drop) - Arithmetic (+, -, *, /) - Output (., emit, cr) - Stack inspection (.s, depth) Example usage: Stack s; stack_init(&s); dict_init(); exec(&s, "10 20 + ."); // Prints "30" exec(&s, "1 2 3 4 .s"); // Shows stack contents The library is self-contained, requires no dependencies, and handles basic error c

Forget the new AirPods Pro 3, I’d stick with your smartwatch for heart rate tracking

Kaitlyn Cimino / Android Authority Apple’s newest AirPods Pro 3 arrive with sleek design upgrades and plenty of hype. What caught my attention, though, was a pair of earbuds creeping into fitness tracking territory. This isn’t the first attempt. We’ve seen brands shove heart rate sensors into shoppers’ ears before, and by all means, shoot your shot. Sure, I’d be fairly weirded out if someone took my pulse in my earlobe, but earbuds with built-in sensors sound futuristic, and frankly, convenient

Behind the Scenes of Bun Install

Running bun install is fast, very fast. On average, it runs ~7× faster than npm, ~4× faster than pnpm, and ~17× faster than yarn. The difference is especially noticeable in large codebases. What used to take minutes now takes (milli)seconds. These aren't just cherry-picked benchmarks. Bun is fast because it treats package installation as a systems programming problem, not a JavaScript problem. In this post we’ll explore what that means: from minimizing syscalls and caching manifests as binary,

Health Connect will soon track your steps without needing another app

Rita El Khoury / Android Authority TL;DR Google is adding native step tracking to Health Connect, changing its function from just a data hub for other apps. This marks a significant shift, as Health Connect will now be able to collect its own data directly from the phone’s sensors. This could be the first step in turning Health Connect into a comprehensive health platform, though the feature isn’t fully working yet. If you want to improve your health, there’s no shortage of services you can

The HackberryPi CM5 handheld computer

The HackberryPi_CM5 project repository The HackberryPi_CM5 project is a RaspberryPi Compute Module SBC(single board computer) powered handheld computer with reuse of original keyboard from old Blackberry phones. The goal of the project is to create a portable linux-powered computer that lets the user gain a deeper understanding of Linux and explore the architecture of hardware, software, and the Linux kernel. This repository will be used to share information about the project and tutorial about

DDoS defender targeted in 1.5 Bpps denial-of-service attack

A DDoS mitigation service provider in Europe was targeted in a massive distributed denial-of-service attack that reached 1.5 billion packets per second. The attack originated from thousands of IoTs and MikroTik routers, and it was mitigated by FastNetMon, a company that offers protection against service disruptions. “The attack reached 1.5 billion packets per second (1.5 Gpps) — one of the largest packet-rate floods publicly disclosed,” FastNetMon says in a press release. “The malicious traff

Longhorn – A Kubernetes-Native Filesystem

Longhorn – a Kubernetes-native filesystem The other day, I took a look at Longhorn again. I briefly looked at it earlier, as a way to get volumes that are writeable from more than one node. I tossed it away then, because I mistook it for nothing more than a glorified NFS server. I was quite wrong. At the time of writing, I already know I’m going to make fundamental changes, I will not run with a 2-node cluster permanently, because the latency I have isn’t necessarily a good idea. However, long

After Ukrainian testing, drone detection radar doubles range with simple software patch

As part of its unprovoked invasion, Russia has been firing massed waves of drones and missiles into Ukraine for years, though the tempo has been raised dramatically in recent months. Barrages of 700-plus drones now regularly attack Ukraine during overnight raids. Russia also appears to have upped the ante dramatically by sending at least 19 drones into Poland last night, some of which were shot down by NATO forces. Many of these drones are Shahed/Geran types built with technology imported from

OnePlus 15 leak teases what colors to expect, including that ‘SuperBlack’ option

Ryan Whitwam / Android Authority TL;DR A leak may have revealed the official color names for the OnePlus 15. It’s said that there are three colors: Original Sand Dune, Absolute Black, and Mist Purple. The Absolute Black and Mist Purple SKUs will reportedly weigh 215g, while the Dune color is a little lighter at 211g. Back in June, a leak claimed that the next flagship from OnePlus would have a “SuperBlack” colorway. This black color reportedly has a very high light absorption rate, high enou

Developers joke about “coding like cavemen” as AI service suffers major outage

On Wednesday afternoon, Anthropic experienced a brief but complete service outage that took down its AI infrastructure, leaving developers unable to access Claude.ai, the API, Claude Code, or the management console for around half an hour. The outage affected all three of Anthropic's main services simultaneously, with the company posting at 12:28 pm Eastern that "APIs, Console, and Claude.ai are down. Services will be restored as soon as possible." As of press time, the services appear to be res

Hackers left empty-handed after massive NPM supply-chain attack

The largest supply-chain compromise in the history of the NPM ecosystem has impacted roughly 10% of all cloud environments, but the attacker made little profit off it. The attack occurred earlier this week after maintainer Josh Junon (qix) fell for a password reset phishing lure and compromised multiple highly popular NPM packages, among them chalk and degub-js, that cumulatively have more than 2.6 billion weekly downloads. After gaining access to Junon’s account, the attackers pushed maliciou

Blackmagic’s camera dock works with the new iPhone’s professional filmmaking features

is a senior reporter who’s been covering and reviewing the latest gadgets and tech since 2006, but has loved all things electronic since he was a kid. Posts from this author will be added to your daily email digest and your homepage feed. It was briefly mentioned by Apple’s Greg Joswiak during the company’s “Awe dropping” event yesterday, but today Blackmagic Design officially announced its new Camera ProDock that “adds professional camera connections to iPhone 17 Pro and iPhone 17 Pro Max.” T

Anthropic reports outages, Claude and Console impacted

Anthropic reported a service outage impacting APIs, Console, and Claude earlier this afternoon. Users on GitHub and Hacker News noted issues with Claude at around 12:20 ET, with Anthropic releasing a status update eight minutes later, noting that its APIs, Console, and Claude AI were down. At press time, the company said it had implemented several fixes and was monitoring the results. “We’re aware of a very brief outage of our API today shortly before 9:30am PT,” an Anthropic spokesperson told

Jaguar Land Rover confirms data theft after recent cyberattack

Jaguar Land Rover (JLR) confirmed today that attackers also stole "some data" during a recent cyberattack that forced it to shut down systems and instruct staff not to report to work. JRL functions as a standalone entity under Tata Motors India after its purchase from Ford in 2008. With an annual revenue of over $38 billion (£29 billion), JLR employs approximately 39,000 people and makes more than 400,000 vehicles each year. The automobile manufacturer disclosed the attack on September 2, stat

LIGO’s Sharpest Detection Yet Confirms Famous Stephen Hawking Theory

LIGO’s discovery of gravitational waves—ripples in space-time from powerful cosmic events—hit astrophysics more like a tidal wave than a ripple. At the dawn of its tenth anniversary, the multinational collaboration has set another scientific milestone, this time solving not one but two mysteries in black hole physics. A paper published today in Physical Review Letters describes how the LIGO-VIRGO-KAGRA (LVK) Collaboration captured the sharpest-ever gravitational wave signal from a black hole me

By popular demand, the Kobo Clara Colour gets a fresh white finish

Kobo TL;DR Kobo announced a new white version of its popular Kobo Clara Colour e-reader. The device offers the same specs and features as the black model launched in 2024. Preorders are available now for $159, with global availability beginning September 23, 2025 Reddit users spotted it weeks ago, but now it’s official: Kobo is adding a white version of its fan-favorite Clara Colour e-reader. The launch doesn’t change any internals, but it does give shoppers a fresh option heading into the h

The iPhone Air’s battery pack is slim, but not as slim as the iPhone Air

Apple’s chunky old MagSafe Battery Pack was beloved by a subset of iPhone owners, and now the company is bringing it back and slimming it down for the iPhone Air. I took a first look at the battery pack this afternoon, and it has a significantly slimmer design than the old version. This version of the battery pack is thinner and longer, stretching as far across the back of the phone as it can before bumping into the camera bar. Slimming it down reduces the potential battery size, but it makes t

Astronomers Just Found a Record-Breaking Space Explosion That Makes No Sense

If you’ve been following Gizmodo’s astrophysics coverage, you’ve probably noticed a pattern: Scientists study a cosmic phenomenon and start to get a handle on it—then something shows up that completely upends their understanding. The latest example? It’s explosive. Literally. Gamma-ray bursts (GRBs) are the most powerful explosions in the universe. Generally, GRBs last from milliseconds to several minutes. Scientists believe they emerge when massive stars explode in supernovas or get ripped apa

Kosovo hacker pleads guilty to running BlackDB cybercrime marketplace

Kosovo national Liridon Masurica has pleaded guilty to running BlackDB.cc, a cybercrime marketplace that has been active since 2018. Kosovar authorities arrested the 33-year-old defendant (also known online as @blackdb) on December 14, 2024. He was extradited to the United States on May 9, 2025, and detained following his court appearance in Tampa on May 12. Masurica was the lead administrator of the online criminal marketplace BlackDB.cc, which has been operating for almost seven years, betwe

An attacker’s blunder gave us a look into their operations

Figure 8: Threat actor starts to rely on automated workflows The threat actor also appeared to be interested in other AI tools to help with data generation and writing. We saw multiple Google searches for “free ai no signup” and for “csv generator ai.” We also saw the threat actor using Toolbaz AI, which is a writing assistant; the CSV spreadsheet generator feature of DocsBot AI, which is an AI chatbot tool; and the AI data generator feature of Explo AI, which is an embedded analytics tool.

The Apple Watch Ultra 3 has 42 hours of battery life and satellite connectivity

is a senior reporter 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. Apple just announced the Apple Watch Ultra 3, which now includes 5G, up to 42 hours of battery life and satellite connectivity. It also has a slightly bigger display — the size of the watch is the same, but the screen goes closer to the edges. The new Ultra gets notifications for signs

US charges admin of LockerGoga, MegaCortex, Nefilim ransomware

The U.S. Department of Justice has charged Ukrainian national Volodymyr Viktorovich Tymoshchuk for his role as the administrator of the LockerGoga, MegaCortex, and Nefilim ransomware operations. Also known online as deadforz, Boba, msfv, and farnetwork, Tymoshchuk was involved in ransomware attacks that led to the breach of hundreds of companies, resulting in millions of dollars in damages, according to a superseding indictment unsealed today. Between July 2019 and June 2020, Tymoshchuk and hi