Python
Protocol Updated 2025-07-16 x86 Paging Tutorial Application Updated 2025-07-16
Paging makes it easier to compile and run two programs or threads at the same time on a single computer.
For example, when you compile two programs, the compiler does not know if they are going to be running at the same time or not.
And thread stacks, that must be contiguous and keep growing down until they overwrite each other, are an even bigger issue!
But if two programs use the same address and run at the same time, this is obviously going to break them!
Paging solves this problem beautifully by adding one degree of indirection:
(logical) ------------> (physical)
pagingWhere:
As far as programs are concerned, they think they can use any address between 0 and 4 GiB (2^32,
FFFFFFFF) on 32-bit systems.The OS then sets up paging so that identical logical addresses will go into different physical addresses and not overwrite each other.
This makes it much simpler to compile programs and run them at the same time.
Paging achieves that goal, and in addition:
- the switch between programs is very fast, because it is implemented by hardware
- the memory of both programs can grow and shrink as needed without too much fragmentation
- one program can never access the memory of another program, even if it wanted to.This is good both for security, and to prevent bugs in one program from crashing other programs.
Or if you like non-funny jokes:
Focal length Updated 2025-07-16
If you pass parallel light.
python/dataclass_hash.py Updated 2025-07-16
Quadratic formula Updated 2025-07-16
SARS-CoV-2 accessory protein Updated 2025-07-16
Unlike SARS-CoV-2 non-structural protein, these are not needed for test tube reproduction. They must therefore be for host modulation.
SiFive Updated 2025-07-16
Leading RISC-V consultants as of 2020, they are basically trying to become the Red Hat of the semiconductor industry.
Spin quantum number Updated 2025-07-16
Formal verification Updated 2025-07-16
Lie algebra of the Lorentz group Updated 2025-07-16
Principal quantum number Updated 2025-07-16
Determines energy. This comes out directly from the resolution of the Schrödinger equation solution for the hydrogen atom where we have to set some arbitrary values of energy by separation of variables just like we have to set some arbitrary numbers when solving partial differential equations with the Fourier series. We then just happen to see that only certain integer values are possible to satisfy the equations.
SQL function Updated 2025-07-16
Qiskit hello world Updated 2025-07-16
The official hello world is documented at: qiskit.org/documentation/intro_tutorial1.html and contains a Bell state circuit.
Our version at qiskit/hello.py.
Raspberry Pi Pico variant Updated 2025-07-26
React JSX Updated 2025-07-16
Peter Todd's data upload scripts Updated 2025-07-16
tx 243dea31863e94dc2f293489db02452e9bde279df1ab7feb6e456a4af672156a contains another upload script. The help reads:
Publish text in the blockchain, suitably padded for easy recovery with strings
SARS-CoV-2 non-structural protein Updated 2025-07-16
These are also required for test tube replication.
Sergey Brin's children Updated 2025-07-16
There is basically no information about them online, only some uncited sources such as: abtc.ng/chloe-wojin-all-what-you-need-to-know-about-sergey-brins-daughter/
Sergey Brin's women Updated 2025-07-16
SQL application Updated 2025-07-16
There are unlisted articles, also show them or only show them.
