Local server by Ciro Santilli 35 Updated +Created
Server run on the current machine. That's how all websites are developed and born!
Semiconductor fabrication step by Ciro Santilli 35 Updated +Created
AMD by Ciro Santilli 35 Updated +Created
Video 1.
How AMD went from nearly Bankrupt to Booming by Brandon Yen (2021)
Source.
Nvidia by Ciro Santilli 35 Updated +Created
Open source driver/hardware interface specification??? E.g. on Ubuntu, a large part of the nastiest UI breaking bugs Ciro Santilli encountered over the years have been GPU related. Do you think that is a coincidence??? E.g. ubuntu 21.10 does not wake up from suspend.
Video 1.
Linus Torvalds saying "Nvidia Fuck You" (2012)
Source.
Video 2.
How Nvidia Won Graphics Cards by Asianometry (2021)
Source.
Video 3.
How Nvidia Won AI by Asianometry (2022)
Source.
Year On by Ciro Santilli 35 Updated +Created
Video 1.
Learning Approach Uncollege by Dale Stephens (2011)
Source.
Wave function collapse by Ciro Santilli 35 Updated +Created
Similar to quantum jump in the Bohr model, but for the Schrödinger equation.
The idea the the wave function of a small observed system collapses "obviously" cannot be the full physical truth, only a very useful approximation of reality.
Because then are are hard pressed to determine the boundary between what collapses and what doesn't, and there isn't such a boundary, as everything is interacting, including the observer.
The many-worlds interpretation is an elegant explanation for this. Though it does feel a bit sad and superfluous.
Wave function by Ciro Santilli 35 Updated +Created
Contains the full state of the quantum system.
This is in contrast to classical mechanics where e.g. the state of mechanical system is given by two real functions: position and speed.
The wave equation in position representation on the other hand encodes speed in "how fast does the complex phase spin around", and direction in "does it spin clockwise or counterclockwise", as described well at: Video "Visualization of Quantum Physics (Quantum Mechanics) by udiprod (2017)". Then once you understand that, it is more compact to just view those graphs with the phase color coded as in Video "Simulation of the time-dependent Schrodinger equation (JavaScript Animation) by Coding Physics (2019)".
RNA secondary structure by Ciro Santilli 35 Updated +Created
Analogous problem to the secondary structure of proteins. Likely a bit simpler due to the strong tendency for complementary pairs to bind.
Integrase by Ciro Santilli 35 Updated +Created
Four-momentum by Ciro Santilli 35 Updated +Created
Undecidable problem by Ciro Santilli 35 Updated +Created
Is a decision problem of determining if something belongs to a non-recursive language.
Or in other words: there is no Turing machine that always halts for every input with the yes/no output.
Every undecidable problem must obviously have an infinite number of "possibilities of stuff you can try": if there is only a finite number, then you can brute-force it.
Some undecidable problems are of recursively enumerable language, e.g. the halting problem.
Coolest ones besides the obvious boring halting problem:
Drug traffic by Ciro Santilli 35 Updated +Created
Hardware random number generation by Ciro Santilli 35 Updated +Created
Quran passage by Ciro Santilli 35 Updated +Created
Greenberger-Horne-Zeilinger state by Ciro Santilli 35 Updated +Created
Quantum circuits vs classical circuits by Ciro Santilli 35 Updated +Created
Just like a classic programmer does not need to understand the intricacies of how transistors are implemented and CMOS semiconductors, the quantum programmer does not understand physical intricacies of the underlying physical implementation.
The main difference to keep in mind is that quantum computers cannot save and observe intermediate quantum state, so programming a quantum computer is basically like programming a combinatorial-like circuit with gates that operate on (qu)bits:
For this reason programming a quantum computer is much like programming a classical combinatorial circuit as you would do with SPICE, verilog-or-vhdl, in which you are basically describing a graph of gates that goes from the input to the output
For this reason, we can use the words "program" and "circuit" interchangeably to refer to a quantum program
Also remember that and there is no no clocks in combinatorial circuits because there are no registers to drive; and so there is no analogue of clock in the quantum system either,
Another consequence of this is that programming quantum computers does not look like programming the more "common" procedural programming languages such as C or Python, since those fundamentally rely on processor register / memory state all the time.
Quantum programmers can however use classic languages to help describe their quantum programs more easily, for example this is what happens in Qiskit, where you write a Python program that makes Qiskit library calls that describe the quantum program.
BB84 by Ciro Santilli 35 Updated +Created
Does not require entangled particles, unlike E91 which does.
en.wikipedia.org/w/index.php?title=Quantum_key_distribution&oldid=1079513227#BB84_protocol:_Charles_H._Bennett_and_Gilles_Brassard_(1984) explains it well. Basically:
  • Alice and Bob randomly select a measurement basis of either 90 degrees and 45 degrees for each photon
  • Alice measures each photon. There are two possible results to either measurement basis: parallel or perpendicular, representing values 0 or 1. TODO understand better: weren't the possible results supposed to be pass or non-pass? She writes down the results, and sends the (now collapsed) photons forward to Bob.
  • Bob measures the photons and writes down the results
  • Alice and Bob communicate to one another their randomly chosen measurement bases over the unencrypted classic channel.
    This channel must be authenticated to prevent man-in-the-middle. The only way to do this authentication that makes sense is to use a pre-shared key to create message authentication codes. Using public-key cryptography for a digital signature would be pointless, since the only advantage of QKD is to avoid using public-key cryptography in the first place.
  • they drop all photons for which they picked different basis. The measurements of those which were in the same basis are the key. Because they are in the same basis, their results must always be the same in an ideal system.
  • if there is an eavesdropper on the line, the results of measurements on the same basis can differ.
    Unfortunately, this can also happen due to imperfections in the system.
    Alice and Bob must decide what level of error is above the system's imperfections and implies that an attacker is listening.

Unlisted articles are being shown, click here to show only listed articles.