A startup just enriched uranium using a modernized 1940s Manhattan Project machine that costs a few hundred thousand dollars.
What the article says
- A Dallas startup called Actinide says it is the first startup ever to produce a type of enriched uranium called HALEU, which many next generation reactors need but no domestic supplier currently makes.
- Their machine is a modern version of the calutron, the giant magnet based sorter used at Oak Ridge during the Manhattan Project, rebuilt with today's magnets and controls.
- It made a small research batch under a lab scale rule, and that material would still need further processing before any reactor could burn it.
- The pitch is flexibility over scale. A single machine costs a few hundred thousand dollars and can be reconfigured in days, versus a centrifuge plant that costs billions and takes years.
- The company already sells a different enriched isotope for cancer treatments and just raised a seed round to build a bigger second generation machine.
What HN is saying
- Commenters place this as essentially a calutron, technology largely abandoned decades ago because centrifuges are far more efficient, and wonder what makes it worth reviving now.
- The likely answer, several argue, is regulation and small batch flexibility rather than raw efficiency. It only makes sense at tiny quantities, like medical isotopes, not reactor fuel.
- A thread on proliferation risk gets pushed back hard. Enrichment technology itself is not the hard part and hasn't been secret for decades. What actually limits weapons programs is the cost and visibility of building a full facility, which is easy for outsiders to detect.
- One commenter notes a bad actor with existing centrifuges wouldn't need this breakthrough at all, since they're already close to weapons grade material.
- A side thread points to another startup, SuperCritical, pulling uranium from seawater, with some skepticism about whether that's economical given how cheap uranium currently is.
A tiny site pitches serving markdown instead of HTML to AI agents, and HN mostly isn't buying it.
What the article says
- The pitch is a single header that tells your server to send markdown instead of full web pages to AI agents.
- The case is fewer bytes to process, since markdown strips out navigation, ads, and layout code.
- Cleaner text also means less noise for the agent to sift through when it reads a page.
- Less to download and parse means the agent gets its answer faster.
What HN is saying
- Plenty of pushback here. One well cited critique argues this kind of negotiation was a bad idea decades ago and breaks caching on services like Cloudflare, though others say a simple response header fixes that.
- A recurring question nobody quite answers is why a site would bother serving AI for free with nothing coming back.
- Several people ask why not just write clean semantic HTML, which already works for bots, screen readers, and humans alike.
- Skeptics doubt any major AI assistant will actually bother requesting the special format, though one commenter says Claude Code has quietly done exactly this for about a year.
- A side theme catches on: people wish browsers would just render markdown natively so everyone benefits, not just bots.
A mosquito that hitched a ride on a plane into Frankfurt Airport just killed two ground staff who never left Germany.
What the article says
- Six Frankfurt Airport workers caught malaria this summer, and two of them have died.
- Officials think a mosquito arrived on an incoming flight and bit workers on the ground, since none of them had traveled anywhere malaria is common.
- The strain involved is the dangerous one, malaria tropica.
- Health officials say the wider public is at very low risk, since malaria only spreads through mosquito bites, not person to person.
- This isn't the first time. A smaller outbreak hit the same airport in 2023 without any deaths.
What HN is saying
- Commenters keep circling back to how someone dies of malaria in a country with excellent healthcare, and the answer people land on is delayed diagnosis. Doctors in non tropical countries just aren't trained to spot it.
- One top comment argues hospital software is partly to blame, since standard blood analyzers can flag malaria but lab systems often bury those warning signs and just show doctors plain numbers.
- Several people share personal or secondhand stories of malaria being missed or mishandled even in Western hospitals, including a case where a patient died because doctors were too cautious to give him the treatment he needed.
- There's a side thread on whether planes are still sprayed for insects before landing, with people reporting mixed experience depending on the airport.
- Others reassure that malaria won't become endemic in Germany, since the mosquitoes that carry it can't survive its winters.
IBM built a chip that runs both mainframe and Arm instructions natively on the same core, no separate chips needed.
What the article says
- IBM and Arm are putting Arm computing directly into IBM's mainframe and LinuxONE machines.
- The new chip has no separate Arm and IBM cores. Every core can run both instruction sets at once.
- It packs eleven fast cores built on a cutting edge two nanometer process, plus chips dedicated to AI fraud detection and faster data handling.
- The goal is letting companies run ordinary Arm based Linux software alongside mainframe workloads while keeping the mainframe's security and reliability.
- IBM frames this as the first result of a partnership with Arm announced back in April.
What HN is saying
- Commenters are impressed the two instruction sets run on the same physical core rather than separate chips, with the hypervisor switching modes on the fly.
- Several point out this echoes older IBM efforts, like the 1990s PowerPC 615 and custom 68000 chips that decoded mainframe instructions for early PC compatibility cards.
- The sharpest debate is why. Some think it is a genuine architectural leap toward Arm's growing software world, others say it is really IBM finding a way to sell spare mainframe capacity as Arm rentals.
- One thread wonders if this is really new silicon or just standard instruction decoding, similar to how any modern chip translates code internally, just doubled up.
- A tangent breaks out over a giant image in the article turning out to be a photo of wood grain.