Viewing profile — inurqubits
inurqubits
HN member- Joined
- Fri, Feb 07, 2025, 4:39 PM UTC
- HN karma
- 10
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About inurqubits
No profile information was provided.
Recent public activity
-
comment
Comment #42989093
[dead]
-
comment
Comment #42981436
Yes, 20 years ago. Let go.
-
comment
Comment #42974795
Photoshop used a custom UI toolkit which automatically generated the dialogs layout based on a description of their contents (string field, boolean, color picker, ...)
-
comment
Comment #42974748
Do you by any chance have a friend named Wigner?
-
comment
Comment #42974688
It's not true that computer randomness is predictable, all recent computers have entropy sources which are essentially quantum in nature - thermal noise.
-
comment
Comment #42974649
They already exist import numpy as np from qiskit import QuantumCircuit # 1. A quantum circuit for preparing the quantum state |000> + i |111> / √2 qc = QuantumCircuit(3) # generat…