Protium Updated 2025-07-16
WYSIWYG Updated 2025-07-16
X Updated 2025-07-16
feathers-chat PostgreSQL Updated 2025-07-16
The default feathers-chat app runs on NeDB (local filesystem JSON database).
Integer factorization Updated 2025-10-14
Complexity: NP-intermediate as of 2020:
The basis of RSA: RSA. But not proved NP-complete, which leads to:
Publishing Updated 2025-07-16
The problem with a single-level paging scheme is that it would take up too much RAM: 4G / 4K = 1M entries per process.
If each entry is 4 bytes long, that would make 4M per process, which is too much even for a desktop computer: ps -A | wc -l says that I am running 244 processes right now, so that would take around 1GB of my RAM!
For this reason, x86 developers decided to use a multi-level scheme that reduces RAM usage.
The downside of this system is that is has a slightly higher access time, as we need to access RAM more times for each translation.
Relativistic quantum mechanics Updated 2025-07-16
The first really good quantum mechanics theory made compatible with special relativity was the Dirac equation.
TODO: does it use full blown QED, or just something intermediate?

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