Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
inurqubits
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
23 ms
·
1.
▲
by
inurqubits
2y ago
Yes, 20 years ago. Let go.
2.
▲
by
inurqubits
2y ago
Photoshop used a custom UI toolkit which automatically generated the dialogs layout based on a description of their contents (string field, boolean, color picker, ...)
3.
▲
by
inurqubits
2y ago
Do you by any chance have a friend named Wigner?
4.
▲
by
inurqubits
2y ago
It's not true that computer randomness is predictable, all recent computers have entropy sources which are essentially quantum in nature - thermal noise.
5.
▲
by
inurqubits
2y ago
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) # generate superposition qc.h(0