The Dutch government just built its own Windows replacement, and it runs on NixOS.
What the article says
- The Dutch government is building DAWO, its own computing environment meant to replace Microsoft, built on NixOS.
- The site frames it as a joint effort between government, industry and open source, open to anyone who wants to contribute code or ideas.
- The page itself says little else, so most detail here comes from the title and the comments below.
- It joins other European efforts like Germany's openDesk and France's La Suite and Securix, all aiming for the same kind of independence.
What HN is saying
- Most commenters welcome the move away from Microsoft, especially given worries about US tech policy and surveillance patents.
- The biggest doubt is the office suite. LibreOffice still lags behind Excel and Word, and nobody has matched Google's easy collaboration.
- The codebase is scattered across GitHub, Codeberg and a self-hosted instance, which some see as fragmenting the effort.
- One commenter noted the thread mostly turned into flame wars, with little actual discussion of NixOS itself.
- A few worry Nixpkgs can't keep up with security patches fast enough for government use.
Your liver heals almost anything. Here's the evolutionary trade off explaining why nothing else in your body does.
What the article says
- The body's weak spots, kidneys, gums, brains, share one trait: letting cells regrow easily also makes cancer more likely, so evolution plays it safe there instead.
- Organs that constantly face the outside world, like the liver, skin and gut, get damaged all the time, so they trade extra cancer risk for fast healing.
- Heart and brain cells barely divide after childhood, which is why those cancers are rare, but also why those injuries never truly heal.
- The small intestine breaks the rule entirely. It regenerates nonstop yet rarely gets cancer, because new cells ride a one way conveyor belt to their death before mutations pile up.
- The author's honest conclusion: there's no single tidy law here, just evolution juggling healing, cancer and energy cost differently for every organ.
What HN is saying
- A pathologist recommends the textbook Biology of Cancer as the best next read, and several commenters say they bought it immediately.
- Readers correct the article's flat claims, adult brains do grow a small number of new neurons, and heart muscle turns over a little too, just very slowly.
- A liver transplant recipient describes their new liver regrowing sideways down their body instead of straight across, leaving them lopsided but fully functional.
- The grandmother theory of menopause draws pushback, since most social animals with caring mothers, like elephants and lions, never evolved menopause at all.
- Plenty of jokes and tangents, Prometheus's liver myth, alcohol as an evolutionary bonding tool, and one commenter arguing the small intestine deserves the real credit, not the liver.
Two identical UK iPhones, but only one still gets Apple's strongest iCloud encryption.
What the article says
- Apple's Advanced Data Protection extends end to end encryption to iCloud backups, photos and notes, on top of what's already protected by default.
- In 2025 the UK government secretly ordered Apple to build a way into that protected data, for UK users and reportedly everyone else worldwide too.
- Rather than weaken the encryption, Apple pulled the option for new UK users instead of building any backdoor.
- Apple built the setting so only a user's own trusted devices can turn it on or off, not Apple's servers, so it can't strip it from people who already had it.
- That leaves a permanent split: earlier adopters keep the stronger protection, everyone else in the UK is locked out for good, and Apple is now fighting in tribunal just to be allowed to talk about the order publicly.
What HN is saying
- Many commenters pushed back on the idea that Apple is brave here, pointing out it has quietly complied with much tougher demands in China and Russia.
- A recurring thread was people swapping tips on switching an Apple ID's country to the US or Europe to unlock the feature, though nobody was sure how durable that trick is.
- The sharpest disagreement was over motive: some think politicians simply don't understand encryption, others see a deliberate, cross-party push toward surveillance and ending online anonymity.
- A security researcher who presented related work at DEF CON said the practical protection is weaker than Apple's public claims suggest even for users who never lost the feature.
- A few readers noted the secrecy itself, not the underlying policy, is the part getting the most pushback from rights groups and even US lawmakers.
A federal appeals court just backed the Pentagon over Anthropic in their fight about controlling Claude
What the article says
- A federal appeals court upheld the Pentagon's decision to blacklist Anthropic as a national security risk, a setback in their long running standoff.
- The dispute began when Anthropic tried to set rules on how the military could use Claude, and the Pentagon refused and cut ties instead.
- The ruling backs the Pentagon's view that letting Anthropic control how its models get used inside defense systems counts as a real security risk.
- Trump has publicly needled Anthropic's chief executive for months, and this ruling extends that friction into a legal win for the administration.
- Anthropic is expected to keep fighting the decision, likely pushing for a rehearing or an appeal to the Supreme Court.
What HN is saying
- Most commenters agree the label is legally defensible, comparing it to a company trying to dictate how the military uses a product it already bought.
- The sharpest pushback says this is punishment dressed up as national security, since Anthropic posed no real risk to the Pentagon.
- Several point out that Anthropic's own terms, wanting a say over lethal or surveillance uses, are what triggered the fight in the first place.
- Some worry about precedent, asking whether any vendor with safety terms could now get blacklisted the same way.
- Others see it as a good outcome for Anthropic, keeping it out of building weapons or mass surveillance systems it never wanted to build.
Opus 5.5 writes an explainer video as code and renders it deterministically, with no video model involved.
What the article says
- A tool lets you paste a URL or a prompt and Claude writes the whole film as an HTML and JavaScript page, then plays it back.
- There is no video generation model. The page's clock is swapped for a virtual one so every frame renders exactly the same way each time.
- A headless browser loads the page and ffmpeg encodes the frames, all inside a throwaway cloud machine spun up for that one job.
- The finished clip lands as a public link. Commenters say one video costs only a few dollars in model usage.
- The whole agent is open source and can be deployed to your own account in one click.
What HN is saying
- Reactions split hard. Some commenters call the results mindblowing, others say they are just flashy slide decks dressed up as video.
- A big side argument breaks out over explainer videos themselves, with some calling them a dark pattern that buried clear written instructions and others saying visual walkthroughs genuinely help people who learn that way.
- One commenter points out the underlying trick, turning an HTML presentation into a recorded video, has worked since earlier Claude models and isn't really new.
- Several people say the pacing is the real problem. The clips move too fast to read and repeat the same generic AI talking points instead of teaching anything.
- A recurring worry threads through the comments: as models get this capable, people building small products on top of them wonder what is actually left for their own site or app to do.