Latest Tech News

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

Filtered by: run Clear Filter

Oh no, not again a meditation on NPM supply chain attacks

I’ve been sitting on this article for a while now – well over a year I’ve put off publishing it – but as we’ve seen this week, the time has come to lift the veil and say the quiet part out loud: It’s 2025; Microsoft should be considered a “bad actor” and a threat to all companies who develop software. Of course, if you’re old enough to remember – this is not the first time either… Time is a flat circle Here we are again – in 2025, Microsoft have fucked up so bad, they have likely created an

Google Ventures doubles down on dev tool startup Blacksmith just 4 months after its seed round

As speed becomes the defining currency in an AI-driven software world, Blacksmith has raised another round led by Google Ventures — just four months after its seed — to accelerate how code gets shipped. The $10 million Series A closed in just 14 days, with Google Ventures doubling down after first backing Blacksmith’s $3.5 million seed in May. At the time, Alphabet’s VC arm bet on the size of the market and the founding team, which included veterans of Cockroach Labs, another GV portfolio compa

Wind turbine blade transportation challenges

The world’s largest airplane, when it’s built, will stretch more than a football field from tip to tail. Sixty percent longer than the biggest existing aircraft, with 12 times as much cargo space as a 747, the behemoth will look like an oil tanker that’s sprouted wings—aeronautical engineering at a preposterous scale. Called WindRunner, and expected by 2030, it’ll haul just one thing: massive wind-turbine blades. In most parts of the world, onshore wind-turbine blades can be built to a length o

If We Want Bigger Wind Turbines, We're Gonna Need Bigger Airplanes

The world’s largest airplane, when it’s built, will stretch more than a football field from tip to tail. Sixty percent longer than the biggest existing aircraft, with 12 times as much cargo space as a 747, the behemoth will look like an oil tanker that’s sprouted wings—aeronautical engineering at a preposterous scale. Called WindRunner, and expected by 2030, it’ll haul just one thing: massive wind-turbine blades. In most parts of the world, onshore wind-turbine blades can be built to a length o

Rivian breaks ground on $5B Georgia factory ahead of construction in 2026

Rivian has officially broken ground on its long-planned factory near Atlanta, Georgia, which will one day allow the company to make as many as 400,000 of its next-generation electric vehicles per year. The company held a shovel ceremony on Tuesday where CEO RJ Scaringe was joined by Georgia officials, including Governor Brian Kemp. But, as TechCrunch first reported in July, the company is still eyeing the first quarter of 2026 for an official construction start-date, with vehicle production sta

Fourth Power’s sci-fi thermal batteries could be cheaper than pricey natural gas power plants

Fourth Power’s take on long-duration energy storage sounds like something out of a James Bond film. The thermal batteries come complete with superheated liquid tin and argon-filled hermetically sealed chambers. The company’s goal, though, is far more prosaic — to store electricity cheap enough to make solar and wind an obvious choice for 24/7 power. Here’s how the technology works: To store energy, electricity from the grid heats blocks of carbon inside insulated chambers filled with argon gas.

Nothing closes $200M Series C led by Tiger Global, plans AI-first device launch

Smartphone startup Nothing announced today that it closed its Series C round of $200 million, which was led by the investment firm Tiger Global. With this round, the consumer electronics company is now valued at $1.3 billion. Other investors in the round included existing backers such as venture outfits GV, Highland Europe, EQT, Latitude, I2BF, and Tapestry. The company, founded by Carl Pei — who previously co-founded Chinese smartphone maker OnePlus, known for high-performance devices at compe

Show HN: Pooshit – Sync local code to remote Docker containers

Pronounced Push-It.... I'm a lazy developer for the most part, so this is for people like me. Sometimes I just want my local code running in live remote containers quickly, without building images and syncing to cloud docker repos or setting up git workflows or any of the other draining ways to get your code running remotely. With pooshit (and a simple config file), you can simply push your local dev files to a remote folder on a VM then automatically remove relevant running containers, then b

Show HN: Pooshit – sync local code to remote Docker containers

Pronounced Push-It.... I'm a lazy developer for the most part, so this is for people like me. Sometimes I just want my local code running in live remote containers quickly, without building images and syncing to cloud docker repos or setting up git workflows or any of the other draining ways to get your code running remotely. With pooshit (and a simple config file), you can simply push your local dev files to a remote folder on a VM then automatically remove relevant running containers, then b

Awake’s new app requires heavy sleepers to complete tasks in order to turn off the alarm

A new iOS app called Awake, designed specifically for heavy sleepers who must complete missions to turn off their alarms, launched Monday. The app is only available to users with the iOS 26 update, which also came out on Monday. Unlike traditional alarm clocks that can be silenced with a simple tap, Awake is intended to actively engage users’ brains to ensure they fully wake up. Once the alarm sounds, users must complete a series of interactive missions to turn it off. These tasks include a va

Zoom’s Eric Yuan and Emergence’s Santi Subotovsky on navigating the second act, at TechCrunch Disrupt 2025

You’ve built the hit product — now what? That’s the question Zoom CEO Eric Yuan and Emergence Capital general partner Santi Subotovsky will take on in their session, “What Comes After Breakout Success?” From expanding into new markets to launching the next product bets, this panel will explore how great companies avoid becoming one-hit wonders. Expect insights into the tough calls between focus and diversification, how to keep innovating at scale, and what investors look for in a second act. Th

Pgstream: Postgres streaming logical replication with DDL changes

pgstream - Postgres replication with DDL changes pgstream is an open source CDC command-line tool and library that offers Postgres replication support with DDL changes to any provided target. Features Schema change tracking and replication of DDL changes Support for multiple out of the box targets Elasticsearch/OpenSearch Webhooks PostgreSQL Initial and on demand PostgreSQL snapshots (for when you don't need continuous replication) Column value transformations (anonymise your data on the g

Zoom’s Eric Yuan and Emergence’s Santi Subotovsky on navigating the second act at TechCrunch Disrupt 2025

You’ve built the hit product — now what? That’s the question Zoom CEO Eric Yuan and Emergence Capital general partner Santi Subotovsky will take on in their session, What Comes After Breakout Success?. From expanding into new markets to launching the next product bets, this panel will explore how great companies avoid becoming one-hit wonders. Expect insights into the tough calls between focus and diversification, how to keep innovating at scale, and what investors look for in a second act. The

By popular demand: 10 extra exhibit tables open at TechCrunch Disrupt 2025

Back by overwhelming demand, we’ve added 10 more exhibit tables to TechCrunch Disrupt 2025 — and this will be the final release before they sell out. This is your last chance to showcase your company in front of 10,000+ founders, VCs, and tech innovators from October 27-29 at San Francisco’s Moscone West. Disrupt isn’t just a tech conference — it’s a launchpad. Startups of all stages come here to meet their first investors, land their biggest partnerships, and spark ideas that take them to the

Observable Notebooks Data Loaders

The cell above is JavaScript that runs in Node.js, unlike normal JavaScript cells that run in the browser. The output of a data loader cell is automatically saved to a .observable/cache directory on your local file system alongside your notebooks. Data snapshots are stable — the data only updates if you re-run the data loader cell. In Observable Desktop, you can re-run a data loader cell by clicking the Play button, by hitting shift-return, or by clicking on the query age in the cell toolbar. I

Hike, once a unicorn, shuts down as India cracks down on real-money gaming

Hike, once one of India’s most valuable startups with unicorn status, has become the latest casualty of New Delhi’s recent real-money gaming ban, with the company — led by Kavin Bharti Mittal, son of Airtel founder Sunil Bharti Mittal — now shutting down. On Saturday, Hike founder Mittal (pictured above) said that the startup’s U.S. business, which launched nine months ago, was “off to a strong start.” But he said scaling it globally would require “a full recap, a reset that is not the best use

OCI Registry Explorer

Registry Explorer This beautiful tool allows you to explore the contents of a registry interactively. You can even drill down into layers to explore an image's filesystem. Enter a public image, e.g. "ubuntu:latest" : Enter a public repository, e.g. "ubuntu" : Interesting examples FAQ How does this work? This service lives on Cloud Run and uses google/go-containerregistry for registry interactions. Isn't this expensive to run? Not really! Ingress is cheap, Cloud Run is cheap, and GCS is

‘JoJo’s Bizarre Adventure: Steel Ball Run’ Anime to Stream Worldwide on Netflix

The upcoming season of JoJo’s Bizarre Adventure anime, Steel Ball Run, is set to stream worldwide on Netflix. The announcement came alongside a press release to celebrate the streaming platform’s tenth anniversary in Japan, Deadline reported. The anime series, based on Hirohiko Araki’s manga, follows the Joestar family’s bloodline across generations as they face a variety of eccentric foes, including the time-rewinding Dio Brando. This series’ core gimmick features heroes and villains alike uti

Last day to amplify your brand: Host your Side Event at TechCrunch Disrupt 2025

The countdown is on: The application to host a Side Event at TechCrunch Disrupt 2025 closes tonight at 11:59 p.m. PT. If you’ve been considering a way to amplify your brand during the week’s tech epicenter, now is the time to lock it in. Your Side Event could be the dinner everyone’s still talking about, the panel that sparks a deal, or the happy hour that launches a new collaboration. With 10,000+ Disrupt attendees in San Francisco — plus the global spotlight of TechCrunch promotion — your e

How Bill Gates’ fellowship program is adapting to global uncertainty

There’s plenty of uncertainty to go around this year, including a global trade war, shifting policy priorities, and an economy that’s starting to stumble. Breakthrough Energy, a climate tech organization founded by Bill Gates, has also been shifting in response. The group always placed long bets, though it appears to be reappraising some of them. Its policy team was scrapped in March, for example, and it didn’t continue funding a publication that covered the climate tech world. Still, its inves

‘Dan Da Dan’ Season 2’s Penultimate Episode Sets the Stage for a Giant Robot vs Space Kaiju Showdown

While the end is near for Dan Da Dan season two, animation studio Science Saru isn’t repeating what it did last season with the show concluding on a crushing mid-arc cliffhanger. Instead, the lovey-dovey raucous sci-fi-meets-yokai anime is going out with a bang, with its penultimate episode setting up a cataclysmic giant robot versus space kaiju battle to send anime fans home happy. In Dan Da Dan episode 11, “Hey, It’s a Kaiju,” the gang battles a kaiju. While Momo, Okarun, and their new friend,

VC leaders from 01 Advisors take the Builders Stage at TechCrunch Disrupt 2025 to share the scaling playbook

At TechCrunch Disrupt 2025, we’re bringing to the Builders Stage three people who helped shape the modern internet. On October 28, Adam Bain, Dick Costolo, and David Fischer — now at 01 Advisors — will sit down for an exclusive fireside chat on what it takes to build, scale, and fund startups in today’s ever-shifting landscape. Before they were backing breakout companies like Tipalti and SpotOn, they were the operators behind some of tech’s most iconic companies. David Fischer — Former CRO at

Beyond package management: How Nix refactored my digital life

(You can find my Nix config over on Github) I'm a disorganised person. My workflow is to bounce around a codebase for days/weeks at a time and when I come up for air I'll usually have left a slew of configs, tools, scripts, repos scattered around my computer like the socks near the bed, or the pile of paperwork on my desk. After a while I reach a point where it all becomes unmanageable. I'll wade on (unproductively) until I can't go any further, then reset my laptop and spend a week reconfiguri

Humanoids, AVs, and what’s next in AI hardware with Waabi and Apptronik at TechCrunch Disrupt 2025

TechCrunch Disrupt 2025 hits Moscone West in San Francisco from October 27 to 29, bringing together 10,000+ startup and VC leaders for three days of bold ideas, groundbreaking tech, and future-shaping conversations. One of the most highly anticipated sessions happening on one of the two AI Stages will spotlight where AI hardware is heading next, featuring a live look at the robotics and autonomous systems pushing boundaries in real time. AI may be reshaping software, but when it comes to robo

How Bill Gates’s fellowship program is adapting to global uncertainty

There’s plenty of uncertainty to go around this year, including a global trade war, shifting policy priorities, and an economy that’s starting to stumble. Breakthrough Energy, a climate tech organization founded by Bill Gates, has also been shifting in response. The group always placed long bets, though it appears to be reappraising some of them. Its policy team was scrapped in March, for example, and it didn’t continue funding a publication that covered the climate tech world. Still, its inves

A California bill that would regulate AI companion chatbots is close to becoming law

The California State Assembly took a big step toward regulating AI on Wednesday night, passing SB 243 — a bill that regulate AI companion chatbots in order to protect minors and vulnerable users. The legislation passed with bipartisan support and now heads to the state Senate for a final vote Friday. If Governor Gavin Newsom signs the bill into law, it would take effect January 1, 2026, making California the first state to require AI chatbot operators to implement safety protocols for AI compan

Dotter: Dotfile manager and templater written in Rust

What is Dotter? Dotter is a dotfile manager and templater. Dotfiles are configuration files that usually live in the home directory and start with a dot. Often times, it is desirable to have a backup of all the configurations on your system, which is why a lot of users have their dotfiles saved in a git repository, then symlinking them to their target locations using ln -s . However, there are several issues with that barebones approach: Hard to keep track of what comes from where once you h

7 Linux terminal basics every beginner should learn first - and why

Jack Wallen / Elyse Betters Picaro / ZDNET Follow ZDNET: Add us as a preferred source on Google. ZDNET's key takeaways The Linux terminal isn't nearly as hard as you think. Understanding the fundamentals will help get you started. These concepts apply to all Linux distributions. When many think about Linux, they think of awkward and complicated commands that are far beyond the reach of new users. What those people may not know is that modern Linux distributions don't require that they work

Sources: AI training startup Mercor eyes $10B+ valuation on $450 million run rate

Mercor, a startup that connects companies like OpenAI and Meta with domain experts needed to train and refine their foundational AI models, is in discussions with investors for a Series C round, according to a marketing document viewed by TechCrunch and two sources familiar with the deal talks. Felicis, a returning investor, is considering doubling down on the company for the Series C, according to two sources. Felicis declined to comment. The company is currently targeting a valuation of $10

All of the iPhone 17 models compared

Aisha is a consumer news reporter at TechCrunch. Prior to joining the publication in 2021, she was a telecom reporter at MobileSyrup. Aisha holds an honours bachelor’s degree from University of Toronto and a master’s degree in journalism from Western University. You can contact or verify outreach from Aisha by emailing [email protected] or via encrypted message at aisha_malik.01 on Signal.