frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Boffin claims Microsoft's "quantum leap" is invalid due to "basic Python errors"

https://www.theregister.com/research/2026/06/24/boffin-claims-microsofts-supposed-quantum-leap-does-not-compute-due-to-basic-python-errors/5260489
78•connorboyle•2h ago

Comments

gadders•1h ago
Love the word "boffin". I think we should use "pundit" more often as well.
Anthony-G•1h ago
As soon as I saw this word, I guessed that El Reg was the source.
happytoexplain•1h ago
I was surprised to see it - I thought "boffin" was good-natured but highly irreverent, like "nerd". But I can't imagine any publication writing the headline, "Computer nerd claims Microsoft's supposed quantum leap does not compute."
SAI_Peregrinus•1h ago
The Register is highly irreverent, as a rule.
cpncrunch•1h ago
It's typical of the Register. They always use the word "boffin" for expert/scientist. It's a british word used to describe a clever person.
MobiusHorizons•1h ago
Roughly interchangeable with egg head I think, although more used and slightly more endearing.
wiml•1h ago
"Good natured but highly irreverent" is pretty much The Register's house style.
gh02t•38m ago
To be fair, "boffin" usually implies someone has relevant (usually scientific) expertise, but nerd doesn't. Henry Legg has the relevant credentials to give weight to his claims, he's not just some random basement nerd.
sensanaty•1h ago
Completely unrelated but I'm always sad that Umbra, Penumbra and Equinox aren't used very often in day-to-day speech, very cool sounding words.
devin•29m ago
Also, adumbrate.
frollogaston•1h ago
Was pleasantly surprised to see the exact bug in here, in a "The Register" article of all places. Legg showed that fixing the bug invalidates the research. Seems Microsoft is responding to a clear problem with a vague dismissal.

Edit: Oh, The Register is a true tech paper, guess the name makes sense for that. Got mixed up cause there are a bunch of general papers called something Register.

dekhn•1h ago
The Register is a tech paper that is modelled on various British tabloids (daily mail, the sun). Sometimes it's humor, sometimes it's real news and occasionally they even break a new story.
frollogaston•1h ago
Haha, they got me. Was mostly thinking "The Daily Register" which doesn't exist, but Daily Mail does.
rtkwe•17m ago
I always find it hard to remember which of the British publications are real and which are pure trash. Usually they reveal it pretty quickly with the writing though.
rdtsc•1h ago
> boffins willing to go on the record as describing Microsoft's work as "unreliable" and perhaps even "fraudulent."

> Microsoft insisted its work is sound and in early June 2026 announced Majorana 2, a "next-generation topological quantum chip" it developed with the help of its own agentic AI.

AI hallucinates quantum computing bullshit as well or better than humans can hallucinate quantum computing bullshit. Couldn't have a better combination of technologies helping each other out.

frollogaston•1h ago
The kinds of bugs really look like human mistakes more than AI
mjhay•1h ago
You’d really think they’d really check everything and cross their t’s after their previous issues in marjorana fermion QC. I generally have a very high opinion of MS research, but this is getting a bit embarrassing.
rvba•36m ago
Looks that the next step of this "project" is selecting a patsy and blaming all on that one sacrificial person
Ifkaluva•22m ago
I guess the thing to do is see who wrote the critical code segment… oh wait, it was AI, lol
josefritzishere•1h ago
Is it premature to assume it's due to AI Microslop?
teshier-A•22m ago
Unless if you list AI as a co-author, people are still responsible for the code they ship. Whatever tool was used to write said code
jdw64•1h ago
https://github.com/microsoft/azure-quantum-tgp

```

return xr.apply_ufunc(

    lambda x: (x - x[::-1]) / 2,

    conductance,

    input_core_dims=[dims],

    output_core_dims=[dims],

    vectorize=True,
) ```

Reading the article about how they filtered and cherry-picked specific regions, I got curious about the actual asymmetry computation, so I looked up the source code. Looking at it, they seem to have used memory offsets as if they were physical coordinates, but they're only looking at the array index order, not the actual values. x[::-1] isn't measuring physical coordinates; it's just reversing the array. So it seems this bias axis mentioned in the article only forms when things are symmetric. But in typical numerical computations, isn't it pretty common to reverse arrays like this? In this case, there must be a reason why the physical coordinates change. Should we be verifying invariants here? Sometimes I see people who find these kinds of issues and I think they're really amazing. Even after reading the article, tracing it, and debugging it, I kept wondering what the problem was..

simonw•11m ago
On Hacker News you can indent code samples with two spaces, like this:

  return xr.apply_ufunc(
      lambda x: (x - x[::-1]) / 2,
      conductance,
      input_core_dims=[dims],
      output_core_dims=[dims],
      vectorize=True,
  )
Isamu•34m ago
When I see “boffin” in a title I think “The Register” so kudos I guess.
ck2•25m ago
Majorana fermion and Ettore Majorana are fascinating

https://en.wikipedia.org/wiki/Majorana_fermion

https://en.wikipedia.org/wiki/Ettore_Majorana

John Carmack on the mistakes around Quake that ruined id software

https://twitter.com/ID_AA_Carmack/status/2069799283369345247
272•shadowtree•1h ago•115 comments

RubyLLM: A Ruby framework for all major AI providers

https://rubyllm.com/
197•doener•2h ago•24 comments

We’re making Bunny DNS free

https://bunny.net/blog/were-making-bunny-dns-free/
667•dabinat•8h ago•213 comments

CAPTCHAs have failed for 20 years

https://www.browserbase.com/blog/why-captchas-are-getting-harder
45•harsehaj•1h ago•32 comments

For Most of the World, Open-Source AI Is the Only Way Forward

https://techstrong.ai/articles/for-most-of-the-world-open-source-ai-is-the-only-way-forward/
73•CrankyBear•2h ago•37 comments

PR spam today looks like email spam in the early 2000s

https://www.greptile.com/blog/prs-on-openclaw
42•dakshgupta•3h ago•35 comments

Show HN: Nub – A Bun-like all-in-one toolkit for Node.js

https://github.com/nubjs/nub
118•colinmcd•3h ago•26 comments

I taught a bucket to speak Git

https://www.tigrisdata.com/blog/objgit/
29•xena•1h ago•3 comments

The Xteink X4 E-Ink Reader

https://blog.omgmog.net/post/xteink-x4-e-ink-reader/
19•felixdoerp•1h ago•5 comments

Computer use in Gemini 3.5 Flash

https://blog.google/innovation-and-ai/models-and-research/gemini-models/introducing-computer-use-...
8•swolpers•19m ago•1 comments

Krea 2: SOTA open-weights 12B image model

https://www.krea.ai/blog/krea-2-technical-report
191•mattnewton•1d ago•23 comments

Running Windows Games on a Hobby OS with Wine

https://astral-os.org/posts/2026/04/03/wine-on-astral.html
49•avaliosdev•3h ago•15 comments

Genuinely, my all-time favourite image: Mamenchisaurus hochuanensis

https://svpow.com/2026/06/04/genuinely-my-all-time-favourite-image-mamenchisaurus-hochuanensis/
50•surprisetalk•2d ago•16 comments

A Practical Guide to SSH Tunnels: Local and Remote Port Forwarding

https://labs.iximiuz.com/tutorials/ssh-tunnels
161•signa11•4d ago•30 comments

Show HN: Monolisa v3 – a typeface for developers and creatives

https://www.monolisa.dev/
97•bebraw•2d ago•20 comments

Boffin claims Microsoft's "quantum leap" is invalid due to "basic Python errors"

https://www.theregister.com/research/2026/06/24/boffin-claims-microsofts-supposed-quantum-leap-do...
81•connorboyle•2h ago•35 comments

Show HN: Pure Effect – Reproduce production bugs on your laptop without a DB

https://pure-effect.org
36•tie-in•3d ago•7 comments

Haystack: Open-Source AI Framework for Production Ready Agents, RAG

https://haystack.deepset.ai/
64•doener•6h ago•19 comments

Founding a company in Germany: €9600, 152 days and I still can't send an invoice

https://paolino.me/founding-a-company-in-germany/
454•earcar•5h ago•530 comments

Show HN: peerd – AI agent harness that runs entirely in your browser

https://github.com/NotASithLord/peerd
18•NotASithLord•1d ago•10 comments

Edsger Dijkstra's Library (Housed and Archived in Leuven, Belgium)

https://www.dijkstrascry.com/inventory
20•rramadass•2h ago•4 comments

Systems optimization should be part of CI/CD

https://ucbskyadrs.github.io/blog/levi/
21•ttanv•4h ago•2 comments

Raspberry Pi Pico W as USB Wi-Fi Adapter

https://gitlab.com/baiyibai/pico-usb-wifi
231•byb•14h ago•110 comments

Pull request limits are cutting down the noise

https://github.blog/open-source/maintainers/how-pull-request-limits-are-cutting-down-the-noise/
6•ingve•5d ago•1 comments

Ubisoft co-founder Claude Guillemot dies in plane crash

https://techcrunch.com/2026/06/21/ubisoft-co-founder-claude-guillemot-dies-in-plane-crash/
13•randycupertino•34m ago•2 comments

Statistics that live in your SQL

https://kolistat.com/blog/the-stats-duck-v0-6-0/
112•caerbannogwhite•2d ago•15 comments

Ashby (YC W19) Is Hiring EMEA Engineers Who Can Design

https://www.ashbyhq.com/careers?ashby_jid=87b96eef-edc1-4de4-adb6-d460126d02f8&utm_source=hn
1•abhikp•10h ago

OpenAI and Broadcom unveil LLM-optimized inference chip

https://openai.com/index/openai-broadcom-jalapeno-inference-chip/
128•meetpateltech•4h ago•45 comments

Minimus container images are now free

https://images.minimus.io/
106•dimastopel•5h ago•60 comments

Stealing Is a Skill

https://ben-mini.com/2026/stealing-is-a-skill
115•bewal416•4h ago•80 comments