Live data from Hacker News

Viewing profile — inurqubits

inurqubits

HN member
Joined
Fri, Feb 07, 2025, 4:39 PM UTC
HN karma
10
Public activity
6 items

About inurqubits

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #42981436

    Yes, 20 years ago. Let go.

  3. 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, ...)

  4. comment
    Comment #42974748

    Do you by any chance have a friend named Wigner?

  5. 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.

  6. 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…