Xiaomi’s SU7 sedan passed 500,000 cumulative deliveries on 17 August, 28. 5 months after the first handover. Deliveries of that model are down 43.
Source: [TNW](https://thenextweb.com/news/xiaomi-su7-500000-deliveries-target-2026)
1 points, 0 comments on Hacker News
1 points, 0 comments on Hacker News
The short answer Warp is an excellent AI terminal — and in 2026 it's a different product than most "Warp alternative" articles describe. Two of the old complaints are gone: Warp no longer forces you to log in (that changed in November 2024) and the terminal client is now open source (AGPL-3. 0, ...
1 points, 1 comments on Hacker News
A few weeks ago I posted Peakd on Hacker News, and ~500 concurrent connections took the site down in under a minute. The failure: a single Express instance, no HTTP cache, no connection pooling, sequential database queries everywhere. PostgreSQL's connection pool maxed at 20, requests queued be...
AI coding agents are becoming very good at working with real codebases. They can inspect a repository, trace bugs across multiple files, suggest architectural changes, write tests, and increasingly implement entire features. But there is a security question I think we are moving past too quickl...