y86.js.org by Ciro Santilli 37 Updated 2025-07-16
The good:
  • slick UI! But very hard to read characters, they're way too small.
  • attempts to show state diffs with a flash. But it goes by too fast, would be better if it were more permanent
  • Reverse debugging
The bad:
Phaser.js by Ciro Santilli 37 Updated 2025-07-16
Likely the best JavaScript 2D game engine as of 2023.Uses Matter.js as a physics engine if enabled. There's also an alternative (in-house?) "arcade" engine: photonstorm.github.io/phaser3-docs/Phaser.Physics.Arcade.ArcadePhysics.html but it appears to be simpler/less robust (but also possibly faster).
The examples are present under:
git clone https://github.com/photonstorm/phaser3-examples
but note that that repo is huge, about 4.5 GiB on local disk, as is has tons of assets.
The demos also include a Monaco-editor based sandbox mode where you can edit code directly on the web and see the game update which is a really sweet addition.
Modular exponentiation by Ciro Santilli 37 Updated 2025-10-14
Can be calculated efficiently with the Extended Euclidean algorithm.
The beauty of this algorithm is that because exponentiation grows really fast, there is no hope that we can ever learn all the digits of an exponential, as there is simply not enough time or memory for that. Therefore, a natural sub-question is if we can know some part of that number, and knowing the smallest digits is the most natural version of that question.
X-ray crystallography by Ciro Santilli 37 Updated 2025-07-16
One of its main applications is to determine the 3D structure of proteins.
Sometimes you are not able to crystallize the proteins however, and the method cannot be used.
Crystallizing is not simple because:
  • you need a considerable amount of the protein
  • sometimes it only crystallizes if you add some extra small chemical that stabilizes it
Cryogenic electron microscopy can sometimes determine the structures of proteins that failed crystallization.
Dojo by Ciro Santilli 37 Updated 2025-07-16
"Dojo" is the japanese version of the word that unfortunately came to dominate in the West, the original is of course Chinese Dao4 chang3 (道場) which means:
  • dao4 (道): Taoism, the Enlightned Path to something
  • chang3 (場): suffix indicating "a place where you do something"

There are unlisted articles, also show them or only show them.