Elliptic curve primality Updated 2025-07-16
Polynomial time for most inputs, but not for some very rare ones. TODO can they be determined?
But it is better in practice than the AKS primality test, which is always polynomial time.
PayPal founder Updated 2025-07-16
Asthma Updated 2025-07-16
Politics of the United States Updated 2025-07-16
Real coordinate space of dimension three Updated 2025-07-16
Real projective line Updated 2025-07-16
Theoretical Physics Reference by Ondrej Certík Updated 2025-07-16
By the creator of SymPy, who works at Los Alamos National Laboratory and has a PhD in chemical physics: swww.linkedin.com/in/ondřej-čertík-064b355b/ Man, big kudos to this dude.
Anime Updated 2025-07-16
Computer hardware component type Updated 2025-07-16
Modular multiplication Updated 2025-07-16
Privacy coin vs cryptocurrency tumbler Updated 2025-07-16
Procrastination Updated 2025-07-16
Psychologist Updated 2025-07-16
Quantization (physics) Updated 2025-07-16
Quantum field theory lecture by Tobias Osborne (2017) mentions that quantization is a guess.
Quantum computing book Updated 2025-07-16
ELF Hello World Tutorial How to learn Updated 2025-07-16
Spin like mad between:
- standards
- high level generators. We use the assembler
as
and linkerld
. - hexdumps
- file decompilers. We use
readelf
. It makes it faster to read the ELF file by turning it into human readable output. But you must have seen one byte-by-byte example first, and think howreadelf
output maps to the standard. - low-level generators: stand-alone libraries that let you control every field of the ELF files you generated. github.com/BR903/ELFkickers, github.com/sqall01/ZwoELF and many more on GitHub.
- consumer: the
exec
system call of the Linux kernel can parse ELF files to starts processes: github.com/torvalds/linux/blob/v4.11/fs/binfmt_elf.c, stackoverflow.com/questions/8352535/how-does-kernel-get-an-executable-binary-file-running-under-linux/31394861#31394861
Gossip Updated 2025-07-16
High level quantum synthesis Updated 2025-07-16
This is a term "invented" by Ciro Santilli to refer to quantum compilers that are able to convert non-specifically-quantum (functional, since there is no state in quantum software) programs into quantum circuit.
The term is made by adding "quantum" to the more "classical" concept of "high-level synthesis", which refers to software that converts an imperative program into register transfer level hardware, typicially for FPGA applications.
Mitochondrion Updated 2025-07-16
Mobile phone Updated 2025-07-16
There are unlisted articles, also show them or only show them.