The Sift will first be released with Minecraft Dungeons 2 later this month before arriving in the base game.

The Sift will first be released with Minecraft Dungeons 2 later this month before arriving in the base game.

You probably don't think much about your PlayStation's power cord unless it needs to be replaced. If that time comes, here's what to know.

Article URL: https://tryrig.ai/ Comments URL: https://news.ycombinator.com/item?id=49859320 Points: 1 # Comments: 0

Wakefield Trinity produce a sensational upset to reach their first ever Super League Grand Final and end Wigan Warriors' hopes of a treble in 2026.

Comments

An old netbook can automate the devices that otherwise aren't interested in talking to one another.

Audiowords analyzes subjective audio gear reviews and tries to suss out the finer details, highlighting where they agree and disagree. During the process, I found that the treble tonal quality, very rarely is agreed upon, even by professional reviewers. This article is the result of me digging deeper into the data and visualizing it. Comments URL: https://news.ycombinator.com/item?id=49859148 Points: 2 # Comments: 1

The Psychedelic Stealer malware distributed via compromised Ukrainian websites using ClickFix-style Cloudflare verification checks is part of a wider malware-as-a-service (MaaS) platform called Lunex. The new findings come from Ontinue, which described the activity as a four-stage attack chain aimed at targeting Ukrainian-speaking users. "The attack chain begins with a fake CAPTCHA page and
Article URL: https://docs.sixb.ai Comments URL: https://news.ycombinator.com/item?id=49859066 Points: 1 # Comments: 1
Police are investigating the killings in a country with one of the highest femicide rates in the world.

Deepseek generated Blender harness in 7USD. I wanted to remake my 6DoF spaceship flying prototype. What I did not want to do was model the spaceship. Manually. In Blender. So instead of spending a month learning to model, I built a Copilot inside Blender in a day. Which is the same thing, except I still cannot model. A chat panel in the 3D viewport sidebar. I type a sentence. The model writes Python, and it runs against my actual scene, the file open on screen, not a copy that some other process has to keep in sync. Then I sat down and had a conversation with my own addon. Five sentences: 1.β¦
Article URL: https://www.crawlspider.com/pages/ai-agents-gone-rogue/ Comments URL: https://news.ycombinator.com/item?id=49859004 Points: 2 # Comments: 0
US President Donald Trump has rejected Iranβs latest proposal to reopen the Strait of Hormuz to shipping.

Start with the vents before you reach for a screwdriver.

Malbolge was the first programming language I ever tried. Cocytus is my tribute to it (with engineering inside). It was named after 9th circle of Danteβs Hell, and its 4 zones are semantics, i.e in Judecca every memory address has an access budget and when it runs out, its freezes. Also the compiler is made in Cocytus and compiles itself until output is byte to byte identical across 3 stages. Generally useless in purpose. Happy to answer your questions! Comments URL: https://news.ycombinator.com/item?id=49858930 Points: 2 # Comments: 0
Cubaβs FM, Bruno Rodriguez Parrilla, has accused the US at the UN of waging an economic war against the Cuban people.

Like Tekken, but Tokens. Created with Opus 5.5 today - was a lot of fun. Source (MIT): https://github.com/lexdoudkin/tokken Comments URL: https://news.ycombinator.com/item?id=49858875 Points: 1 # Comments: 0
George Russell described the Azerbaijan Grand Prix as "the most dominant weekend I've had in my career" after a win that felt like vindication.

At least one social media company seems to be reversing its stance on whether it will accept advertising for Alex Gibneyβs upcoming documentary about Elon Musk.

Article URL: https://www.aljazeera.com/economy/2026/9/25/japan-moves-to-tighten-rules-for-foreigners-throwing-futures-into-doubt Comments URL: https://news.ycombinator.com/item?id=49858810 Points: 13 # Comments: 0

Iβve been experimenting with a local approach to some of the classification tasks people are using Jev for. This approach uses text embeddings + logistic regression On Banking77, which contains 77 categories of banking support questions, I get 94.25% using bge-large-en-v1.5 for embeddings, and 93.28% with all-MiniLM-L6-v2 (only the classifier gets trained, the embeddings model stays unchanged). For comparison: Model Accuracy Size/training time - IntenDD (SOTA): 94.86% (~350M params, hours on GPU) - This script: 94.25% (642 KB classifier, 3s on CPU) - ModernBERT fine-tuned: 93.99% (149M paraβ¦

The US president said the fears over AI were just 'hoaxes'.

Article URL: https://numbermuseum.com/2147483647 Comments URL: https://news.ycombinator.com/item?id=49858756 Points: 3 # Comments: 2
Ali al-Zaidi government urges dialogue to de-escalate regional tensions amid US sanctions on Iranian airlines.

Middle schoolers, likely blocked from other apps and social networks, apparently turned the Spotify comment section under an episode of NPR's Wild Card into an impromptu group chat. In a new episode of This American Life, host Ira Glass digs into how the kids landed there and why. But it mostly boils down to kids [β¦]

Pro-Palestine protesters have marched on Labourβs annual conference in Liverpool.

A hand written technical write-up of the process I went through designing, building and programming dogsbod, a quadruped robot. submitted by /u/zanders3 [link] [comments]
The Cuban foreign minister's comments come days after the US told the UN that βfreedom will be comingβ to the country.

During Colosseum hackathon, I went from idea and research through development to implementing proof-native smart contracts: programmable rights whose current validity survives the pruning of their interaction history. They go live on mainnet before the hackathon ends. So the full experiment completes inside the Arena: idea β protocol β mainnet β live contracts β real application Comments URL: https://news.ycombinator.com/item?id=49858612 Points: 1 # Comments: 0

Armed fighters from Ethiopiaβs Fano movement claim to have seized military trucks and weapons in the Amhara region.
Article URL: https://micro.mu/blog/post?id=1790435898213024579 Comments URL: https://news.ycombinator.com/item?id=49858553 Points: 1 # Comments: 0
submitted by /u/Mihai4544 [link] [comments]
I love making diagrams to help understand, plan, etc. However, the options are (A) auto-placement languages like Mermaid or Graphviz (which don't let me decide how the diagram looks), or (B) software like Draw.io which are powerful but are very time consuming (and inefficient for agents to manipulate). I wanted to have the benefits of both, where you can define a diagram in a diagram language, but also retain a high degree of control over what the diagram looks like. I also wanted this to work well for humans and agents. On the Github link, there's a playground where you can try it out withouβ¦
I love making diagrams to help understand, plan, etc. However, the options are (A) auto-placement languages like Mermaid or Graphviz (which don't let me decide how the diagram looks), or (B) software like Draw.io which are powerful but are very time consuming (and inefficient for agents to manipulate). I wanted to have the benefits of both, where you can define a diagram in a diagram language, but also retain a high degree of control over what the diagram looks like. I also wanted this to work well for humans and agents. On the Github link, there's a playground where you can try it out withouβ¦
The disclosure is the latest in a string of incidents in which the AI platform has been caught going rogue. OpenAI says it is reviewing the findings.

The tech giant has launched a cute βlittle guyβ that can answer emails, book travel or do your weekly food shop After the recent backlash against Metaβs so-called βpervertβ smartglasses, this week Mark Zuckerberg launched a much cuter alternative: the Muse βcharmβ device. With a screen that shows a cutesy little avatar, it has drawn comparisons with Tamagotchis. βWeβve packed a lot of technology into this little guy,β the Meta founder told the San Francisco audience . Continue reading...

Hey I've been working for about 8 years on a new kind of Trading Card Game (TCG) that doesn't rely on drawing cards, shuffling and the inherent randomness to those kinds of games. It's already developed and fully working - playable through a browser (mobile/tablet/desktop responsive) and I'm now running a campaign in gamefound.com to open-source the whole thing. It sits perhaps between a variant of chess - in the sense that you always have access to all your "cards" - and a traditional TCG - in the sense that it's still an imperfect-information game, as you don't know what your opponent has.β¦
Apple is reportedly looking to appeal the jury verdict.

submitted by /u/lurker_bee [link] [comments]

Article URL: https://github.com/stormj-UH/spivak-lean Comments URL: https://news.ycombinator.com/item?id=49858409 Points: 2 # Comments: 0
This $189.99 air purifier is specifically designed to tackle pet odors, removing up to 70% in one hour.

The prime minister says he wants people without support from the "bank of mum and dad" to receive help.

I'm launching StarSkirmish, an arena for LLMs to create StarCraft: Brood War bots It draws on my previous work, LLM Skirmish, where LLMs were asked to write JavaScript strategies to compete in a Screeps like RTS. In StarSkirmish, LLMs get 1 hour of wall clock time to write the strongest StarCraft BW bots they can in C++. It is then evaluated against other LLMs' bots and established human written bots. All bot are BWAPI 4.4.0, played via OpenBW. All scored matches are Protoss vs Protoss only right now. GPT-6 Astra and Claude Opus 5.5 are functionally tied as the top 2 scoring StarSkirmish Bencβ¦

I am a product manager, and in the last few months I got laid off, coupled with a disruptive job market. Due to this, I used to scroll short-form content a lot; I was a slave to it, and anything I picked to read had me going back to scrolling. This became a reading comprehension problem; my attention span was clearly in decline; I found that a lot of people were also not able to read without an assist like a physical book or an ebook, especially for readers with ADHD/Dyslexia - this problem was hard-hitting. So I built Hushbook- a read-along audiobook app that helps you read while you listen.β¦

Article URL: https://www.reuters.com/legal/litigation/us-jury-says-apple-owes-record-57-billion-haptic-technology-patent-case-2026-09-26/ Comments URL: https://news.ycombinator.com/item?id=49858253 Points: 8 # Comments: 5
Migration from wordpress to internal tool submitted by /u/Ok_Stomach6651 [link] [comments]
The two sides appointed a committee to review selection of candidates for Supreme Court of Justice.

submitted by /u/joe4942 [link] [comments]

TikTok has settled Alabama's social media addiction lawsuit before it was supposed to go to trial.

England extend their unbeaten run to 41 Tests after Zoe Harrison scores a try in overtime as the Red Roses beat New Zealand 26-19 at the Allianz Stadium.

Article URL: https://github.com/hyperlogue/r3 Comments URL: https://news.ycombinator.com/item?id=49858152 Points: 1 # Comments: 1
As reports of OpenAI's models breaking containment, hacking sites, and generally getting out of control pile up, the company has made the decision to pause training of its most powerful models. The decision was made after a model being tested within a sandbox exploited a loophole to gain internet access. The incident happened on September [β¦]

macOS Golden Gate refines the Mac software experience, but not everyone can upgrade.

Article URL: https://github.com/carlos-menezes/srvquery Comments URL: https://news.ycombinator.com/item?id=49858039 Points: 1 # Comments: 0
As war and sexual violence rage in eastern DRC, women are joining pro-government Wazalendo fighters to defend themselves

Built a simple quiz to check whether AI (Jev) can simply learn and predict life choices. Experiment) Comments URL: https://news.ycombinator.com/item?id=49858032 Points: 1 # Comments: 0

Article URL: https://github.com/banji-007/compliance-ail Comments URL: https://news.ycombinator.com/item?id=49858029 Points: 1 # Comments: 0
New strikes come after the US proposes a fresh round of Russia-Ukraine ceasefire talks in the UAE.

As the UN General Assembly enters its fifth day, with world leaders denouncing Israeli violence against Palestinians.

submitted by /u/krh176 [link] [comments]

Zoe Harrison scores last-gasp try as England defeat New Zealand at Allianz Stadium to avoid a second successive draw in the WXV Global Series.

Article URL: https://themomoftheyear.substack.com/p/im-the-mom-in-that-viral-giants-clip Comments URL: https://news.ycombinator.com/item?id=49857899 Points: 5 # Comments: 2

submitted by /u/igor_kulman [link] [comments]
Which sport smartwatch should you get?

Article URL: https://tangled.org/yanndegat.tngl.sh/drawgent Comments URL: https://news.ycombinator.com/item?id=49857729 Points: 5 # Comments: 1
submitted by /u/N2929 [link] [comments]

Article URL: https://github.com/marciob/waitwise Comments URL: https://news.ycombinator.com/item?id=49857671 Points: 1 # Comments: 0
Man City to appeal 114 breaches of Premier League financial rules, chairman says club is confident of success.

Comments

Article URL: https://www.macrumors.com/2026/09/25/apple-pay-antitrust-lawsuit-advances/ Comments URL: https://news.ycombinator.com/item?id=49857651 Points: 10 # Comments: 0

Follow the updates, with build-up, predictions, team news and lineups, from our live text commentary stream coverage.

submitted by /u/blixt141 [link] [comments]

Vatican estimates 700,000 people in attendance as the Catholic religious leader continues four-day tour of France.

Article URL: https://techcrunch.com/2026/09/25/some-supabase-customers-are-publicly-exposing-reams-of-peoples-data-to-the-web/ Comments URL: https://news.ycombinator.com/item?id=49857595 Points: 4 # Comments: 0

Article URL: https://fusectore.dev/mosaic/ Comments URL: https://news.ycombinator.com/item?id=49857590 Points: 1 # Comments: 0
Article URL: https://techcrunch.com/2026/09/25/automattic-has-a-new-board-after-failed-attempt-to-put-ceo-on-leave/ Comments URL: https://news.ycombinator.com/item?id=49857572 Points: 9 # Comments: 2

Hello HN, It started as an experiment: can Claude play chess properly if it uses vision instead of PGN notation? Somehow it can. The next experiment was to see whether Claude + Stockfish could explain a game. Somehow it can too. A few sessions later, I had a system that takes my live audio notes (or text, for that matter) and a vague instruction like "analyze my last lichess game", and gives me a commented video of the game. The result is not perfect and it takes time to deliver (an hour or so), but for me it is a much more pleasant and memorable experience than clicking around Stockfish branβ¦
Hello HN, It started as an experiment: can Claude play chess properly if it uses vision instead of PGN notation? Somehow it can. The next experiment was to see whether Claude + Stockfish could explain a game. Somehow it can too. A few sessions later, I had a system that takes my live audio notes (or text, for that matter) and a vague instruction like "analyze my last lichess game", and gives me a commented video of the game. The result is not perfect and it takes time to deliver (an hour or so), but for me it is a much more pleasant and memorable experience than clicking around Stockfish branβ¦
Heavy rain over the last two days has overwhelmed Bangkok's water systems, with more rain forecast on Sunday.

NVIDIA's $16,000 RTX PRO 6000 can beat the RTX 5090, but gamers aren't who it's built for.

Article URL: https://www.economist.com/leaders/2026/09/10/plunging-test-scores-are-a-slow-moving-catastrophe Comments URL: https://news.ycombinator.com/item?id=49857442 Points: 8 # Comments: 2
More than 40,000 students have taken to the streets of Berlin, in protest of Germany's proposed military service plans.

The British government is moving to translate rhetoric into policy.

submitted by /u/N2929 [link] [comments]

The indpendent report also says Kirk's aides insisted he speak outdoors, overriding concerns from campus officials.

Article URL: https://scitechdaily.com/new-satellite-engine-could-use-earths-atmosphere-as-fuel-to-stay-in-orbit-indefinitely/ Comments URL: https://news.ycombinator.com/item?id=49857323 Points: 3 # Comments: 0
npx @zatsepin/jigor ask --model von Comments URL: https://news.ycombinator.com/item?id=49857297 Points: 1 # Comments: 0
Netherite is your own Security Specialist. It reviews your codebase, find vulnerabilities, flaws, and other security issues before writing professional report. Also gives you fix prompt. Free to try! Comments URL: https://news.ycombinator.com/item?id=49857290 Points: 1 # Comments: 0

Article URL: https://github.com/bttf/ogremcp Comments URL: https://news.ycombinator.com/item?id=49857285 Points: 1 # Comments: 0
Swapping out your turntable's stylus is an easy upgrade.

Article URL: https://marcosmagueta.com/blog/a-roman-name-for-software/ Comments URL: https://news.ycombinator.com/item?id=49857173 Points: 4 # Comments: 0
Tehran submitted a proposal via Qatar to reopen the strait and resume nuclear talks within a week if Washington agreed.

I've seen newsletters where we have 15-20 people working on typing out the content and publish it. Obviously that gives you originality, but what if we don't have that much time and resources? I made Prodigy, a self-updating AI newsletter that fetches the best technical updates from sources like X, Hacker News, Git and top-conference papers. A LLaMa model runs in the backend and summarises the complete post to capture the key remarks. A Git Actions framework updates the pages every 5 minutes (PRs) - 6 hours (tweets and HN). The long contents are still a work in progress, but I'm trying to makβ¦
Since the last time the Summer Games were on German soil in 1972, Germany has launched seven unsuccessful bids to host.

Ireland have delayed their pre-match media briefing and training as pressure grew, but player vote avoids game boycott.

Residents have applied to the High Court in Belfast to overturn the decision to allow a planned Orange Order parade on the mainly-nationalist Garvaghy Road in Portadown.
