Tree type by Ciro Santilli 35 Updated +Created
Twin prime conjecture by Ciro Santilli 35 Updated +Created
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.
Rubik's Cube by Ciro Santilli 35 Updated +Created
Rubik's Cube solution by Ciro Santilli 35 Updated +Created
Video 1.
The algorithmic trick that solves Rubik's Cubes and breaks ciphers by polylog (2022)
Source. Talks about the Meet-in-the-middle algorithm.
Fluorescence microscope by Ciro Santilli 35 Updated +Created
Optical microscope by Ciro Santilli 35 Updated +Created
Definition not very nice, as it excludes X-ray crystallography, which is also photon based.
Wayback Machine rate limit by Ciro Santilli 35 Updated +Created
archive.org/details/toomanyrequests_20191110 says 15 archives / minute, but apparently aslo 15 retrievals per minutes on Wikipedia, after which 5 min blacklist. After that, you start getting some 429s, and after that, server refuses to connect at al.
CDX: no limits apparently, they might just throttle you? Made 10k requets on bash loop and was going fine. But not that if you get blacklisted by create/fetch requests blacklist, server fails to connect here as well.
Publish or perish by Ciro Santilli 35 Updated +Created
2023:
One of the world’s most cited scientists, Rafael Luque, suspended without pay for 13 years
The prolific chemist, who has published a study every 37 hours this year
You can't apparently fire someone in academia!
Rafael Luque, has been suspended without pay for the next 13 years
AI by capability by Ciro Santilli 35 Updated +Created
Implications of AGI by Ciro Santilli 35 Updated +Created
Brain biliography by Ciro Santilli 35 Updated +Created
primes (bsdgames) by Ciro Santilli 35 Updated +Created
Schools of Buddhism by Ciro Santilli 35 Updated +Created
Maitreya by Ciro Santilli 35 Updated +Created
Go UI by Ciro Santilli 35 Updated +Created
Dense matrix by Ciro Santilli 35 Updated +Created
Kardashev scale by Ciro Santilli 35 Updated +Created

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