Andrew Wiles Updated 2025-07-16
qiskit/initialize.py Updated 2025-07-16
In this example we will initialize a quantum circuit with a single CNOT gate and see the output values.
By default, Qiskit initializes every qubit to 0 as shown in the qiskit/hello.py. But we can also initialize to arbitrary values as would be done when computing the output for various different inputs.
Output:which we should all be able to understand intuitively given our understanding of the CNOT gate and quantum state vectors.
┌──────────────────────┐
q_0: ┤0 ├──■──
│ Initialize(1,0,0,0) │┌─┴─┐
q_1: ┤1 ├┤ X ├
└──────────────────────┘└───┘
c: 2/═════════════════════════════
init: [1, 0, 0, 0]
probs: [1. 0. 0. 0.]
init: [0, 1, 0, 0]
probs: [0. 0. 0. 1.]
init: [0, 0, 1, 0]
probs: [0. 0. 1. 0.]
init: [0, 0, 0, 1]
probs: [0. 1. 0. 0.]
┌──────────────────────────────────┐
q_0: ┤0 ├──■──
│ Initialize(0.70711,0,0,0.70711) │┌─┴─┐
q_1: ┤1 ├┤ X ├
└──────────────────────────────────┘└───┘
c: 2/═════════════════════════════════════════
init: [0.7071067811865475, 0, 0, 0.7071067811865475]
probs: [0.5 0.5 0. 0. ]quantumcomputing.stackexchange.com/questions/13202/qiskit-initializing-n-qubits-with-binary-values-0s-and-1s describes how to initialize circuits qubits only with binary 0 or 1 to avoid dealing with the exponential number of elements of the quantum state vector.
AntPool Updated 2025-07-16
Apache Jena Updated 2025-07-16
Application layer Updated 2025-07-16
apport (software) Updated 2025-07-16
James Howells Updated 2025-07-16
- www.linkedin.com/in/howelzy/Epic.
Might know a thing or two about landfills.
- www.independent.co.uk/news/uk/home-news/lost-bitcoin-crypto-james-howells-b2406517.htmlThe bizarre saga started in 2013 when Mr Howells, put the hardware from an old laptop that contained 8,000 bitcoins, the world’s leading cryptocurrency, in a black bag in his hallway.
- www.bbc.co.uk/news/uk-wales-67297013
Jena SPARQL hello world Updated 2025-07-16
They have a tutorial at: jena.apache.org/tutorials/sparql.html
Once you've done the Apache Jena CLI tools setup we can query all users with Full Name (FN) "John Smith" directly fom the rdf/vcard.ttl Turtle RDF file with the rdf/vcard.rq SPARQL query:and that outputs:
sparql --data=rdf/vcard.ttl --query=rdf/vcard.rq---------------------------------
| x |
=================================
| <http://somewhere/JohnSmith/> |
--------------------------------- Jeremy Sturdivant Updated 2025-07-16
en.bitcoin.it/wiki/Jercos mentions:www.bitcoinwhoswho.com/jercosinterview is the source. Persumably the contact was initiated via the private messaging feature of the Bitcoin Forum.
According to jercos the transaction was finalized over IRC chats. Jercos was 18 at the time of the transaction.
Bibliography:
en.bitcoin.it/wiki/Jercos
en.bitcoin.it/wiki/Jercos
Argos Translate Updated 2025-07-16
Julia Vie Updated 2025-07-16
Ross Ulbricht told her about Silk Road, but then later said he had sold the website to someone else, without really doing that.
- LinkedIn profile: www.linkedin.com/in/julia-vie-35296959/
- Twitter profile: twitter.com/destenyrangel
ASCII typeface Updated 2025-07-16
Tis term was invented by Ciro Santilli, it refers to ASCII art of text, essentially creating a typeface. in that medium..
Quantum interconnect Updated 2025-07-16
"Quantum interconnect" refers to methods for linking up smaller quantum processors into a larger system.
As of 2024, seemingly few organizations developing quantum hardware had actually integrated multiple chips in interconnects as part of their main current roadmap. But many acknowledged that this would be an essential step towards scalable compuation.
The name "quantum interconnect" is likely partly a throwback to classical computer's "chip interconnect".
Sample usages of the term:
- news.mit.edu/2023/quantum-interconnects-photon-emission-0105
Researchers have demonstrated directional photon emission, the first step toward extensible quantum interconnects
- qpl.ece.ucsb.edu/research/quantum-interconnects
Gerhard Rempe - Quantum Dynamics by Max Planck Institute of Quantum Optics
. Source. No technical details of course, but they do show off their optical tables quite a bit! Cat 5e Updated 2025-07-16
This is the most common home "ethernet cable" as of 2024. It is essentially ubiquitous. According to the existing Ethernet physical layer, the maximum speed supported is 2.5 Gbit/s.
Cool data embedded in the Bitcoin blockchain Ordinal ruleset inscription Updated 2025-07-16
Ordinals are inscriptions created with the protocol described at: docs.ordinals.com/inscriptions.html The protocol was designed by developer Casey Rodarmor, and shares a few similarities with the AtomSea & EMBII protocol.
The protocol also includes a way to have ownership over inscriptions, effectively creating an NFT system on top of the bitcoin blockchain. AtomSea & EMBII also already had such a system however. In either case, Ciro Santilli couldn't give less of a fuck about who owns some random publicly viewable digital asset.
For whatever reason, orinals became extremelly popular compared to the AtomSea & EMBII format, leading to millions os inscriptions, and 10k+ images as of block 830k. They also started to take up a substatial portion of the available block space.
This in turn led to a lot of child porn rediscussion, and people linking back to this page to view earlier inscriptions: incoming links.
Unfortunately, unlike AtomSea & EMBII and even cryptograffiti.info uploads, most ordinals are designed to be just souless bulk collectibles, as with as much artistic merit as any random collectible card set or postage stamps you may find at a newpaper stall. To make things worse many of them are likely algorithmically generated. Eternal September had truly arrived to the Bitcoin blockchain. As a result, machine learning would be almost essential in order to find interesting uploads amidst such bulk.
Ordinal #0
. This is the first ordinal ruleset inscription: ordinals.com/inscription/6fb976ab49dcec017f1e201e84395983204ae1a7c2abf7ced0a85d692e442799i0. It was made on block 767430 (2022-12-14).The
i0 at the end of the URL above means "inscription 0". This is because a single transaction can have multiple inscriptions.The ordinals also started taking up large portions of the Bitcoin blockchain:
Apparently the "Taproot" Bitcoin update made it easier to upload image-sized data once again, which had become prohibitively expensive 2023 and much earlier:
- protos.com/did-taproot-ruin-bitcoin-with-nft-inscriptions-of-monkey-jpegs/
- ordinals.com/ appears to index some types of ordinals
Bibliography:
- blocktelegraph.io/parent-child-bitcoin-inscriptions/ parent-child relationshipsi are possible between two ordinals
- ordinals.com/
- bitcoin.stackexchange.com/questions/117018/understanding-how-ordinals-work-with-the-bitcoin-blockchain-what-is-exactly-sto
- bitcoin.stackexchange.com/questions/118405/read-ordinal-transaction-data
- bitcoin.stackexchange.com/questions/118247/can-someone-explain-the-byte-composition-of-an-inscription-reveal-transaction
- nftnow.com/guides/bitcoin-nfts-most-notable-ordinals-inscriptions/
Cool data embedded in the Bitcoin blockchain Ordinal ruleset inscription collection Updated 2025-07-16
This section is about groups of ordinal ruleset inscription that share a theme and were presumably created by a single entity.
Cool data embedded in the Bitcoin blockchain ordinals.com Updated 2025-07-16
Reference indexer web interface implementation of ordinal ruleset inscriptions.
Source code presumably at: github.com/ordinals/ord
Bicycles require too much maintenance Updated 2025-07-16
It is true, something Ciro Santilli often things about. One likely reason is that the world is broken and most cyclist are speed maniacs willing to put the time in. Unlike Dutch people where everyone cycles.
Bitcoin Core data layout Updated 2025-07-16
There are unlisted articles, also show them or only show them.



