The main function of university is sexual selection Updated 2025-07-16
This is the actual main function of university for many people as of the 2020s. And it fulfills it quite well. A breeding ground.
In a closely related sense, university is simply a symbol of personal status. Not a place where you go to learn. And especially in the Anglophone world of fancy colleges, university also doubles down as a form of long term luxury hotel. Even if it ends up meaning debt.
There's nothing wrong with sexual selection. This type of natural eugenics is an important part of humankind. It is however just sad that any type of learning falls so much behind. A close second would be fine. But as it stands, it is just too far off.
Celestron Updated 2025-07-16
Ciro Santilli's cooking Updated 2025-07-16
Clock Updated 2025-07-16
Closed source software Updated 2025-07-16
The opposite of open source software.
Closed Tape Language decider Updated 2025-07-16
Described at: www.sligocki.com/2022/06/10/ctl.html
Divergence Updated 2025-07-16
Mnemonic: it gives out the amount of fluid that is going in or out of a given volume per unit of time.
Human genome sequencing project Updated 2025-07-16
Human molecular biology Updated 2025-07-16
Human nervous system Updated 2025-07-16
Stack Exchange Updated 2025-07-16
Stellar classification Updated 2025-07-16
Earth science Updated 2025-07-16
E. Coli K-12 MG1655 gene thrC Updated 2025-07-16
Elliptic curve cryptography Updated 2025-07-16
Elliptic curve point multiplication Updated 2025-07-16
GNU Privacy Guard Updated 2025-07-16
Generate public private key, test encrypt and test decrypt:
# Create your pubkey.
gpg --gen-key
gpg --armor --output pubkey.gpg --export <myemail>
# Encrypt using someone's pubkey.
gpg --import pubkey2.gpg
echo 'hello world' > hello.txt
gpg --output hello.txt.gpg --encrypt --recipient <other-email> hello.txt
# Double check it is not plaintext in the encrypted message.
grep hello hello.txt.gpg
# Decrypt.
gpg --output hello.decrypt.txt --decrypt --recipient <myemail> hello.txt.gpg
diff -u hello.decrypt.txt hello.txt Hydrogen cyanide Updated 2025-07-16
Non Abelian anyon Updated 2025-07-16
Exotic and hard to find experimentally.
Topological quantum computation by Jason Alicea (2021)
Source. Rubik's Cube solution Updated 2025-07-16
The algorithmic trick that solves Rubik's Cubes and breaks ciphers by polylog (2022)
Source. Talks about the Meet-in-the-middle algorithm. There are unlisted articles, also show them or only show them.
