Crystal by Ciro Santilli 35 Updated +Created
GNU Privacy Guard by Ciro Santilli 35 Updated +Created
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
Covariant vector by Ciro Santilli 35 Updated +Created
Mechanical resonance by Ciro Santilli 35 Updated +Created
Exploit (computer security) by Ciro Santilli 35 Updated +Created
Multi-factor authentication by Ciro Santilli 35 Updated +Created
Privacy by Ciro Santilli 35 Updated +Created
Data breach by Ciro Santilli 35 Updated +Created
Computer History Museum by Ciro Santilli 35 Updated +Created
Graphics library by Ciro Santilli 35 Updated +Created
Supercomputer by Ciro Santilli 35 Updated +Created
Some good insights on the earlier history of the industry at: The Supermen: The Story of Seymour Cray by Charles J. Murray (1997).
Volatile memory by Ciro Santilli 35 Updated +Created
Function problem by Ciro Santilli 35 Updated +Created
A problem that has more than two possible yes/no outputs.
It is therefore a generalization of a decision problem.
Binutils by Ciro Santilli 35 Updated +Created
Source-to-source compiler by Ciro Santilli 35 Updated +Created
Sporadic group by Ciro Santilli 35 Updated +Created
Möbius strip by Ciro Santilli 35 Updated +Created
Non-clade groups are evil by Ciro Santilli 35 Updated +Created
All non-clade groups are evil. All non-clade terms must be forgotten. Some notable ones:

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