Diamond Updated 2025-07-16
Game AI Updated 2025-07-16
Game AI is an artificial intelligence that plays a certain game.
It can be either developed for serious purposes (e.g. AGI development in AI games), or to make games for interesting for humans.
Graphite Updated 2025-07-16
The layered one.
Info-ZIP Updated 2025-07-16
The dominant Linux implemenation, e.g. default zip command on Ubuntu 23.04.
So dominant that it is usualy called just "zip".
Zombie video game Updated 2025-07-16
Upside: it is easier to simulate zombies than it is to simulate intelligent humans and make them look convincing.
Downside:
Supercomputer controlling a robot Updated 2025-07-16
Has anybody done this seriously? Given a supercomputer, what amazing human-like robot behavior we can achieve?
Twin prime conjecture Updated 2025-07-16
Let's show them how it's done with primes + awk. Edit. They have a -d option which also shows gaps!!! Too strong:
sudo apt install bsdgames
primes -d 1 100 | awk '/\(2\)/{print $1 - 2, $1 }'
gives us the list of all twin primes up to 100:
0 2
3 5
5 7
11 13
17 19
29 31
41 43
59 61
71 73
Tested on Ubuntu 22.10.
Yann LeCun Updated 2025-07-16
The most classic thing he did perhaps was creating the LeNet neural network and using it on the MNIST dataset to recognize hand-written digits circ 1998.
Figure 1.
Yann LeCun
. Source.

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