Denominator by Ciro Santilli 35 Updated +Created
Teaching statement by Ciro Santilli 35 Updated +Created
Part of the motivation letter required by some American universities explaining how amazing of a teacher you are, e.g.: wstein.org/job/Teaching/index.html
Bookdown by Ciro Santilli 35 Updated +Created
Written in R, but also relies on pandoc, so quite bad dependency wise.
Cross files references to IDs: yes. But no check by default for duplicates when doing automatic ID from title. Just automatically disambiguates with -1, -2 suffixes, and links take the last one available.
Source page splitting: splits at h2 by default. If configurable, likely always af fixed level?
Has some nice image generation from inline code from standard R plotting functions.
Hello world on Ubuntu 23.04 after installing R:
sudo R -e 'install.packages("bookdown")'
git clone https://github.com/rstudio/bookdown-demo
cd bookdown-demo
Rscript -e 'bookdown::render_book("index.Rmd")'
xdg-open _book/index.html
The build CLI comes from: stackoverflow.com/questions/50888871/how-to-use-rscript-command-line-tool-to-build-a-book-in-bookdown
The installatoin Rscript -e 'bookdown::render_book("index.Rmd")' takes several minutes, it compiles a bunch of stuff from source apparently. but it did work.
Finite ring by Ciro Santilli 35 Updated +Created
Student society by Ciro Santilli 35 Updated +Created
Symmetry breaking by Ciro Santilli 35 Updated +Created
Tensor product by Ciro Santilli 35 Updated +Created
Classification of finite rings by Ciro Santilli 35 Updated +Created
accounts for them all, which we know how to do due to the classification of finite fields.
So we see that the classification is quite simple, much like the classification of finite fields, and in strict opposition to the classification of finite simple groups (not to mention the 2023 lack of classification for non simple finite groups!)
1972 Nobel Prize in Physics by Ciro Santilli 35 Updated +Created
Animal-in-the-loop by Ciro Santilli 35 Updated +Created
Ciro Santilli invented this term, it refers to mechanisms in which you put an animal in a virtual world that the animal can control, and where you can measure the animal's outputs.
Regular language by Ciro Santilli 35 Updated +Created
Galactic algorithm by Ciro Santilli 35 Updated +Created
R (programming language) by Ciro Santilli 35 Updated +Created
Ubuntu 23.04 install:
sudo apt install rbase
Hello world:
R -e 'print("hello world")'
Install a package, e.g. Bookdown:
sudo R -e 'install.packages("bookdown")'
Collatz-like problem by Ciro Santilli 35 Updated +Created
Quantum compiler benchmark by Ciro Santilli 35 Updated +Created
These appear to be benchmarks that don't involve running anything concretely, just compiling and likely then counting gates:
Quantum circuit description language by Ciro Santilli 35 Updated +Created
These are a bit like the Verilog of quantum computing.
One would hope that they are not Turing complete, this way they may serve as a way to pass on data in such a way that the receiver knows they will only be doing so much computation in advance to unpack the circuit. So it would be like JSON is for JavaScript.

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