The British high-end auto company reveals its first-ever full EV: 330 miles of range, 0 to 60 mph in under 3 seconds, and an orchestra under the hood. Will it be enough to lure high-rollers?

The British high-end auto company reveals its first-ever full EV: 330 miles of range, 0 to 60 mph in under 3 seconds, and an orchestra under the hood. Will it be enough to lure high-rollers?

Disney is raising the prices of Disney+ and Hulu as streaming costs continue to rise across the industry.

Paolo Benanti tells WIRED that hysteria over whether godlike AI could destroy humanity is distracting from the need for public debate about how to govern the technology.

The 34-year-old has been recovering from an on-pitch collapse in June during a friendly between Denmark and Ukraine.

Anthropic says its AI Claude has "autonomously discovered" a new enzyme system similar to machinery behind the powerful gene-editing tool Crispr. It's the first result from Anthropic's newly-launched wet lab and an early test of Claude's usefulness for science as the company prepares to go public. The company says Claude found the enzyme system after [β¦]

The move comes after the EU lifts sanctions on oligarchs following what diplomats described as pressure from Baku.

Article URL: https://www.bbc.com/news/articles/c32l8y8kygdvo Comments URL: https://news.ycombinator.com/item?id=49819814 Points: 20 # Comments: 2

Martyn Jackson never thought he'd play football again when he had a heart transplant in 2024. Less than two years later, he was a World Cup winner with England.

Violations against Palestinians in Gaza continue even as world leaders call on Israel to adhere to ceasefire deal.

As concern over AI safety and rogue agents continue to make headlines, itβs no surprise that cybersecurity stocks are rising, or that investors are pouring massive amounts of capital into startups trying to build the next generation of security for an AI-native world.Β WeβreΒ even seeing companies likeΒ InstinctΒ andΒ SimileΒ bring in nine-figure checks and valuations thatΒ wouldnβtΒ have made sense a [β¦]

So I guess we're just doing this every year now.

Portugal bring their Nations League defence against Wales, with Cristiano Ronaldo eyeing 1,000 goals before retirement.

Palestinians protest Israelβs prison visit bans as settler pogroms continue across the occupied West Bank.

Elisha Brabin, 36, and her children, Leo, 16, Ellis, 8, and Prudence, 7, died in Bootle on Tuesday.

The Amazon-owned company launched an investigation after a worker submitted an OSHA complaint.

Article URL: https://github.com/yoavshalev/live-video-chat Comments URL: https://news.ycombinator.com/item?id=49819518 Points: 1 # Comments: 0
Hurricane Polo, one of the strongest Pacific cyclones in decades, brought dangerous waves and heavy rain to Mexico.

The country did not participate in this year's contest but will return next year in Bulgaria.

Hi HN, I'm Anshul. Diurnal is a Mac to-do app I've been working on. Many to-do apps have a quick-add shortcut: a text field that appears when you trigger it, into which you can type a task. But the task box only knows about the task you're typing - to pick a time, you have to go to another app to check your calendar. But when you hit β§βA anywhere, Diurnal overlays your current app with your day β your tasks, Google Calendar meetings and a timeline. You can see that 3-4pm is busy, so you type "call John 4pm" and hit return. The task gets filed under 4pm, and you're back in the app you weβ¦
There are fears of a renewed war in Ethiopia after seven armed groups formed an alliance to overthrow the government.
Delia Ramirez, a Democratic US representative from Illinois, has announced a plan to introduce new legislation to terminate the surveillance tower program along the US southern border.Β The announcement comes just days after publication of an MIT Technology Review investigation, βDying on Camera,β in which we looked at deaths along the border that took placeβ¦

Article URL: https://apnews.com/article/italy-nuclear-chernobyl-4891b6b7c7791ae84db6b0bf0f7cf567 Comments URL: https://news.ycombinator.com/item?id=49819221 Points: 8 # Comments: 0
The RAF has already been using a ground-based system for the past year, a source has said

Pro and Plus users will be able to use the Work tab on their phones to complete agentic tasks.

Article URL: https://github.com/nwjang/psychosis-guard Comments URL: https://news.ycombinator.com/item?id=49819122 Points: 1 # Comments: 0
Article URL: https://apps.apple.com/us/app/orger/id6775281796 Comments URL: https://news.ycombinator.com/item?id=49819046 Points: 1 # Comments: 0
Hey HN! I built Sanemark, a Markdown LSP for taking notes. Some design choices: 1. Automatically moves inline links to reference links as part of formatting, so the flow of reading doesn't break due to large inline links 2. File linking is achieved using standard Markdown links (instead of Obsidian style). Apart from this it implements filepath autocomplete, broken file-link diagnostics, table formatting etc. Available as extensions for VS Code and Zed. The code was generated using AI, but I guided the implementation and design along with beta-testing it. Itβs been useful for my own note-taβ¦
The private email address GitLab gives you for filing issues by email is a credential. Anyone who gets it can email a patch that GitLab commits in your name, to any branch you can push to, including main, and can start CI/CD jobs that run as you. GitLab shows each user this address behind a button labeled "Email work item to this project." Mail sent to it opens an issue in that project, authored
The report suggests that greater exposure will not resolve the unease around the technology, nor reduce public support for AI regulation.

Israelβs destruction leaves Lebanonβs border villages in ruins

Christian Eriksen leaves Wolfsburg by mutual consent, just over three months after collapsing during Denmark's friendly with Ukraine.

Storytime! One day I came to the office and showed a friend a literal bot that I was working on for a game project. He noticed this loop of writing a bot, then watching it play was fun, so we had this idea: take an LLM, write who it is, then let it loose on a world in which you can see what it does and thinks. 1, the world: a persistent canvas in which the AIs can draw pixels. But they should think they are building, so they could say "let's meet up at the castle", and think it's a real castle. 2, the AIs need to see the world. But... can a model with vision see up to a pixel with exact coordβ¦

President Ahmed al-Sharaa calls for Israeli withdrawal, condemning its attacks as Syria emerges from civil war.

Article URL: https://github.com/openjavaformat/open-java-format Comments URL: https://news.ycombinator.com/item?id=49818768 Points: 1 # Comments: 0
The gridlock in the UNSC and emerging multipolarity are shifting political weight to the UNGA.

Article URL: https://unlisted.careers/ghost-jobs/report/2026-09 Comments URL: https://news.ycombinator.com/item?id=49818698 Points: 3 # Comments: 2
BBC Verify examines Russian-linked operations spreading false information about the UK, Ukraine and other nations.

A ML Study group stepped through Karpathy's python code on Colab, and we looked at a Rust version I created. I was asked to create a more readable version in my ML/array programming language. This work is helping me with dogfooding my language. I am now adding several improvements to the language to improve ergonomics, readability, and possibly speed (one example in sw-MLPL actually runs faster than my Rust port). I was able to express the code more compactly than the Python or Rust versions. The planned improvements will allow me to simplify many downstream demo projects that have been workiβ¦
As Iranβs president began his speech at the UN General Assembly, an official from the US delegation walked out.

Article URL: https://github.com/paperchase-labs/tenderness Comments URL: https://news.ycombinator.com/item?id=49818611 Points: 1 # Comments: 1
Global South countries will be worst affected by the phenomenon sweeping the planet from June to February.

Cristiano Ronaldo contemplated retirement after the World Cup but wants to reach 1,000 career goals and help a new-look Portugal thrive before hanging up his boots.

Hi HN! I'm Michael and I built HookDeploy. HookDeploy is a webhook infrastructure tool that captures webhooks at the edge, allows for inspection, transformation and fanout to multiple destinations including to your own private infrastructure with our first-party (source-available) mTLS agent. Runs as a service on Linux, lives in the tray on Windows and in the menu bar on Mac. As I'm sure most of you you have felt webhooks kind of suck if things don't go exactly as planned. Dropped webhooks or failures are likely silent. What actually drove me to build this was cleaning up after major cloud ouβ¦

A few days ago, I was using JADX MCP to analyze my phone, but JADX MCP was just too laggy. I had a large number of APKs to analyze, and nearly every one of them required spinning up a new JADX process. With just two or three of them, my computer ran out of memory. The efficiency was terribly low, so I came up with an idea and wrote a script. I built a on-demand Android decompiler called Droid ASC. Literally dozens to hundreds of times faster than JADX, no exaggeration. Here are the benchmark charts. I tested APKs across 4 orders of magnitude. For a ~50MB APK, a global cross reference index seβ¦
Sen. Bernie Sanders (I-VT) and Rep. Greg Casar (D-TX) have introduced new legislation that would ban anyone from developing artificial superintelligence - a technology the bill describes as capable of the "destruction or disempowerment of humanity," including by overthrowing the government. Under the Ban Artificial Superintelligence Act, AI leaders would face up to 20 years [β¦]

Hi, as I kept getting confused by having multiple Claude sessions open, last weekend I decided to combine two of my favorite emerging technologies and give it a try: Software Factory and JEV. The idea is simple, inspired by GitHub Actions, I wanted a way to "queue" agent work on my local laptop, with the ability to define different pipelines via YAML. Each pipeline runs in its own Git worktree, so it's isolated from the others. I'm using some pipelines: dev: code β test β commit plan: plan β human review β code β test β commit security: code β human review β test β securityβ¦
get your ai to generate things you think look better Comments URL: https://news.ycombinator.com/item?id=49818430 Points: 1 # Comments: 0
Government claims battlefield advances as diplomats attempt to put anti-Houthi fight at UN centre stage.

The award-winning musician says he faces a "tough journey ahead" after a "quite severe" brain injury.

the disgraced Hollywood producer is already serving a sentence of 23 years for rape and sexual assault in another case.

Article URL: https://newsletrix.com/ Comments URL: https://news.ycombinator.com/item?id=49818343 Points: 2 # Comments: 0

As President Trump and China's President Xi prepare to meet, Rush Doshi of the Council on Foreign RelationsΒ explains the current state of U.S.-China relations and what to expect from this summit.

Hello, My name is Kostya Vasilyev and I was the original developer of an Android email app called Aqua Mail, sold to MobiSystems in 2019 at 3.5 organically grown users. After that, I built a new email app called Sugar Mail, based on a cloud email sync platform. The project hasn't been a success with end users, but I think the sync platform could be useful to someone so I'm looking to sell it and include the app too. Mail sync runs in the cloud and supports IMAP and Exchange, both with push mail, and the latter with bi-directional calendar and contact sync. Both Office 365 and on-prem Exchangeβ¦
Argentinaβs President Javier Milei says the βprinciple of self-determination does not apply" to the Falkland Islands.

PicoLM is an LLM inference engine written in C99. It currently supports llama-2, GPT-2, Qwen 3.6/3.8(+MoE) and Gemma-3n models. Significant amount of work went into CPU SIMD acceleration/testing/correctness, and wide cross-platform availability with constant testing to never lose portability (from DOS through OS/X 10.4 to modernity). CUDA/HIP is supported, and accelerated IMMA kernels are available. More work needs to be done on prompt processing speed, but text generation is quite fast already. With v1.0-rc2, the list of tested and supported platforms became even more obscene (iPhone 1! Tru6β¦
Two MikroTik RouterOS SSH vulnerabilities chained together let attackers take full administrative control of Internet-exposed routers without a password, SSH key, or completed authentication. The chain, which CERT Polska calls MikroTrick, combines an SSH state-machine flaw (CVE-2026-67279) with an argument-injection bug in the RouterOS login process (CVE-2026-86060). Attack logs date to at
Article URL: https://volum.didac.dev/ Comments URL: https://news.ycombinator.com/item?id=49818171 Points: 2 # Comments: 0

YouTube is rolling out GIF replies, voice-powered TV comments, personalized moderation, paid members-only communities, and new ways for fans to support their favorite creators.

The original Blue Yeti has been one of the most recognizable go-to USB microphones for content creators since it launched in 2009, and now it finally has a successor. Launching today under Logitech G, the Blue Yeti 2 adds some modern upgrades, including an interactive LED display, AI de-noising, and a proximity based voice sensor [β¦]

The United Arab Emirates and Kingdom of Saudi Arabia together absorbed 50% of all cyberattacks recorded across the Gulf region in the first half of 2026.

For $60 it had better be a pretty incredible mouse pad.

In case you missed it, Logitech bough Blue, actually kind of a while ago!

That's pretty weird.

More smart glasses and possibly a VR headset are expected today

The G Pro Superstrike mouse is one of Logitech's most interesting products. Unlike other gaming mice, it has haptic actuators beneath its two main buttons instead of mechanical switches, which decreases latency and allows for a custom click feel (the click can be super subtle, more jolty, or turned off entirely). The tech debuted in [β¦]

Masoud Pezeshkian's defiant speech to the UN comes after the US president threatened to "annihilate" Iran if a peace deal is not agreed soon.

Article URL: https://www.chunqiuyiyu.com/zigrid/ Comments URL: https://news.ycombinator.com/item?id=49818019 Points: 1 # Comments: 0
KPMG manager says she was fired after facing harassment over her keffiyeh

Iranian President Masoud Pezeshkian has accused Israel and the US of applying βdouble standardsβ.

Creators will be able to use AI in a conversational chat interface to help them edit videos.

The approach in this crate is you don't change any thing in your production code but directly mock functions such as std, reqwest and etc. // Production code use std::fs; pub fn claim_slot() -> Result { fs::create_dir_all("/var/run/dispatcher") .map_err(|error| format!("cannot claim a slot: {error}")) } // Test code use shimforge::{Session, mock}; use std::io; #[test] fn a_denied_slot_is_reported() { let mut session = Session::new(); let mkdir = mock!(session, fs::create_dir_all:: , fn(&str) -> io::Result ); mkdir .expect() .with(|path| *path == "/var/run/dispatcher") .once() .returning(|_| Eβ¦
Article URL: https://www.404media.co/woman-arrested-after-city-council-denies-residents-right-to-speak-on-flock-cameras/ Comments URL: https://news.ycombinator.com/item?id=49817877 Points: 22 # Comments: 3

Xbox appears to be ready to launch its own version of PlayStation's platinum trophies. A new update to the Xbox PC app has revealed Mythic achievements, which according to data in the app will appear once a player completes all the achievements in a game. Mythic achievements appear on screen with a unique unlock sound, [β¦]

The Football Association charges Cardiff City defender Krystian Bielik over an altercation involving Portsmouth fans, but a police investigation has been concluded.

Poland says the aircraft stayed in its skies for 42 seconds, forcing the Nato member to scramble its fighter jets.

Today I make my 5 year old project finally public: https://serendi.pt/ . A platform which helps you find candid photos of yourself, possibly taken by strangers. I had hand-coded this site back in 2020 but never ended up βlaunchingβ it then - revived it recently with a little help from my coding agents. Often, we take really good photos of strangers, accidentally. Think of the times you've been at a tourist location and captured a beautiful sunset with strangers providing the perfect contrast. They never knew about this shot that could have been one of their personal favorites. Serendipityβ¦
Gary Anderson, who has been unlawfully at large for over a week, has been arrested in the Republic of Ireland.

Article URL: https://blog.master.dev/what-to-know-in-javascript-2026-edition/ Comments URL: https://news.ycombinator.com/item?id=49817636 Points: 7 # Comments: 2
Article URL: https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-8-text-to-speech/ Comments URL: https://news.ycombinator.com/item?id=49817615 Points: 20 # Comments: 6

Canadian-Haitian writer ThΓ©lyson OrΓ©lien has just been awarded the Prix du Roman Fnac for his first novel.

All to know about the fifth edition of the competition as its league phase begins on Thursday.

Hi everyone, I built this TUI for jev with the main goal to make Jev immediately accessible and to be able to have decision templates similar to how we have skills for LLMs. Additionally I wanted to have a dashboard for our own software displaying the usage of Jev and being able to improve the decisions over time by giving jev feedback in the context. I really love the look and feel of early open code so this is what I went with. Please let me know what you think about it. Comments URL: https://news.ycombinator.com/item?id=49817558 Points: 1 # Comments: 0
Iranian President Masoud Pezeshkian told the UN General Assembly that βwarfare knows no bordersβ.

The two pilots ejected from the jet before crash and sustained minor injuries.

Article URL: https://radicle.dev/2026/09/23/disclosure-of-vulnerability-in-network-protocol Comments URL: https://news.ycombinator.com/item?id=49817524 Points: 5 # Comments: 0

Article URL: https://github.com/stephenw310/attn Comments URL: https://news.ycombinator.com/item?id=49817483 Points: 2 # Comments: 0
YouTube is adding new AI-powered features to YouTube Music that aim to make it easier for listeners to discover music, explore artists, and find podcasts they may otherwise miss. Announced at this yearβs Made On YouTube event, the updates include βAsk Music,β a conversational tool for music and podcasts, and βYour Podcast Lineup,β a personalized [β¦]

Article URL: https://pointinthecloud.com/2026-04-11-211700.html Comments URL: https://news.ycombinator.com/item?id=49817469 Points: 5 # Comments: 0
Article URL: https://grandexchange.dreamstation.systems/ Comments URL: https://news.ycombinator.com/item?id=49817468 Points: 1 # Comments: 0
Article URL: https://drivingbench.com/ Comments URL: https://news.ycombinator.com/item?id=49817404 Points: 3 # Comments: 0

Hey everyone! I wanted to try out a fun use case for Jev and had this idea before where I could use AI to decide what GIF is best to use, LLMs truly suck at this. I built this just an hour ago with the TypeSafe AI skills and I am routing it through Cloudflare AI Gateway. Have a look here: https://gifdecider.com/ Comments URL: https://news.ycombinator.com/item?id=49817371 Points: 2 # Comments: 1
I saw a risograph render with Claude on Reddit and wanted to try it on the Powell/Hyde cable car. It's a 97s film covering Union sq, a view of the Bay Bridge, Coit Tower, a cafe near my old house, Lombard St and ends with a view of the Golden Gate bridge and Ghirardelli. Source, design notes and the render tools: https://github.com/akdeb/sf-cable-car-ride Comments URL: https://news.ycombinator.com/item?id=49817369 Points: 1 # Comments: 0

New dock and app launcher arrive while soaring memory prices revive scrutiny of a two-year-old firmware restriction

STXT came to me in the spring of 2013: a language that preserves the most used features of XML, while being able to be written by non-technical people. The first version was created, different from the current one, but I never announced it. In 2014 my daughter was born; my priorities changed. Time passed and we arrived at 2025. In those years I didn't find another format with the same balance of characteristics that STXT has, and I decided that was the time to resume the project. Since then, I've been revising the language, using it for personal projects, and today it's usable and stable. STXβ¦
