There are now 10 toilets in Space International Space Station: 4 Crew Dragon Docked at ISS: 1 Soyuz Docked at ISS: 1 Tiangong Space Station: 2 Shenzhou Docked at TSS: 1 Artemis II on way around Moon: 1 This will be the first time a toilet has left low earth orbit!
After much consideration
If youâve ever said âquantum is decades away,â todayâs news should make you pause. Google just published a paper suggesting a quantum computer could crack a Bitcoin private key in ~9 minutes, potentially moving the quantum timeline up to 2029. The thing is: that machine doesnât exist yet. But the distance between âtheoreticalâ and âpracticalâ just shrank fast, and a lot of wallet hygiene that feels fine today is dangerously wrong for where this is going. The threat isnât quantum mining. Itâs quantum signatures. Bitcoinâs Proof-of-Work is fine. SHA-256 is fine. The soft spot is ECDSA, the signature scheme that proves you own your coins. Shorâs algorithm doesnât brute-force keys. It solves the underlying math. Three realistic attack paths: 1) On-spend Watch a transaction in the public mempool, derive the private key, then front-run it with a forged transaction and a higher fee before confirmation. Some estimates put success around ~41% under current assumptions. 2) At-rest Target dormant wallets where the public key is already exposed. No time pressure. Works with weaker quantum hardware. 3) On-setup Crack setup parameters once, then turn it into a permanent classical exploit. Think Tornado Cashâstyle setups, and even Ethereumâs KZG data availability layer. Whoâs exposed right now: - ~6.9M BTC may already be vulnerable across script types - Any address youâve spent from has its public key permanently on-chain - Taproot (bc1p) exposes your public key the moment you receive funds And the part that changes the timeline: - Older estimates: ~9M physical qubits to break Bitcoin - Googleâs newer circuits: under ~500K (about a 20x reduction) So yes, the computer isnât here yet. But this is looking less like a physics problem and more like an engineering schedule. What to do now: - Stop reusing addresses - Avoid bc1p for cold storage if youâre optimizing for long-term quantum risk - Audit which wallets have already exposed public keys --- Eli5 Interactive research here: https://claude.ai/public/artifacts/ff56fâŚ