Jake Arkinstall, PhD 🏴󠁧󠁢󠁷󠁬󠁳󠁿 Profile picture
Nov 17 25 tweets 8 min read
The Helios paper from @QuantinuumQC is out on arxiv -

It is feat of quantum hardware and software.

If you follow me, you're probably a software nerd. I want take a scenic tour of a software aspect that is very cool.

No quantum knowledge necessary.arxiv.org/abs/2511.05465 Mandatory note: I work at Quantinuum. Opinions are mine. Metaphors mine, inaccuracies mine, bad writing mine.

I'm posting this because we've done something cool, and now it has launched, I want to share it with software folk who aren't exposed to this field.

Hope you like it.
Apr 27, 2022 21 tweets 5 min read
First impressions after using NixOS (and Nix in general). A thread 🧵

(Inspired by @jupitersignal's nix challenge) First of all, where has this been all of my life? As a user, the experience is incredible. Want to install something? Add a line to your config. Uninstall? Remove a line. Not sure? "nix-shell -p something" and try it out.
May 17, 2021 11 tweets 7 min read
We're in the planning stage of a large refactor at the moment. So much of the past and current designs were influenced in some way or another by some conference talks. So I figured it's time for a C++ appreciation thread.

If there's one you haven't seen, give it a watch.

🧵 Using Types Effectively - @ben_deane

When I saw this, we were writing the first formal iteration of what became our most critical component. It shows how to catch edge cases in the type system instead of runtime tests.

... we started again from scratch